@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.dl_st1 {
  
}
.dl_st1 dt {
	width: 2em;
	float: left;
	clear: both;
}
.dl_st1 dd {
	text-align: left;
    margin-left: 2.5em;
}

.dl_st2 dt {
	float: left;
}
.dl_st2 dd {
    margin-left: 8em;
}

.mailbg {
	background: #f4f4f4;
	padding: 20px 30px;
}
.btn_templates {
	display: inline-block;
}
.btn_templates a {
	display: flex;
	justify-content: center;
    align-items: center;
	width: 250px;
	height: 30px;
	background: #0270c0;
	border-radius: 100px;
	color: #fff !important;
	text-decoration: none !important;
}
.btn_templates:hover {
	opacity: .7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {

.dl_st2 dt {
	float: none;
}
.dl_st2 dd {
    margin-left: 0;
	margin-bottom: 10px;
}

.mailbg {
	padding: 16px;
}

}





