@charset "utf-8";
.sg_main {
    background: #f4f4fb;
    margin-top: 20px;
}
.slide{
	-webkit-box-shadow: -3px -4px 5px rgba(0,0,0,.1);
	-moz-box-shadow: -3px -4px 5px rgba(0,0,0,.1);
	box-shadow: -3px -4px 5px rgba(0,0,0,.1);
}
.content{
	padding: 20px 3% 30px;
}
.box_news{
	border: 1px solid #7a4e9c;
	background: #e9ecfe;
	margin-bottom: 25px;
}
.tt_news{
	background: #7a4e9c;
	padding: 2%;
}
.tt_news span{
	background: #ffc739;
	padding: 0 2%;
	border-radius: 3px;
	font-size: 13px;
	color: #000000;
}
.tt_news h3{
	margin-top: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.ct_news{
	padding: 3% 2%;
}
.ct_news a{
	color: #333;
}
.photo{
	position: relative;
	float: left;
	width: 45%;
	margin-right: 10px;
}
.photo span{
	position: absolute;
	bottom: 0;
	right: 0;
}
.txt_news{
	margin-top: 10px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 10px 0;
}
/*=====================service==============*/
.table_about{
	width: 100%;
	border: 1px solid #c79beb;
}
.table_about th{
	border-right: 1px solid #c79beb;
    background-color: #e7d7fa;
    padding: 5px 0;
    text-align: center;
    width: 50%;
}
.table_about td{
	border-right: 1px solid #c79beb;
	padding: 5px 2%;
}
.table_about tr {
    border-bottom: 1px solid #c79beb;
}
.h4_service{
	font-size: 18px;
    color: #61298d;
    border-bottom: 1px solid #5e228d;
}
.bg1_service {
    background: url(../service/images/bg.png);
    -webkit-background-size: 38px auto;
    background-size: 38px auto;
    text-align: center;
    vertical-align: middle;
}
.bg2_service {
    background: url(../service/images/bg2.png);
    -webkit-background-size: 35px auto;
    background-size: 35px auto;
    text-align: right;
    vertical-align: middle;
}
.bg3_service {
    background: url(../service/images/bg3.png);
    -webkit-background-size: 35px auto;
    background-size: 35px auto;
    vertical-align: middle;
}
/*===============*/
.box_case{
	background: #fff;
	padding: 15px 2%;
}
.box_case h4{
	text-align: center;
	margin-bottom: 10px;
}
.box_after{
	border: 1px solid #450775;
	padding: 10px;
	background: #e9ecfe;
	margin-top: 25px;
}
.box_after h4{
	margin-top: -25px;
}
/*==============*/
.box_contact div{
	background: url(../contact/images/bg1.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 3% 0;
	text-align: center;
}
.box_contact .tel{
	margin-bottom: 3%;
}
.tb_contact .hissu{
	background: #a02245;
	color: #fff;
	padding: 0 5px;
	float: left;
	font-weight: normal;
}
.tb_contact .ninni{
	background: #400271;
	color: #fff;
	padding: 0 5px;
	float: left;
	font-weight: normal;
}
.tb_contact{
	margin-top: 25px;
}
.tb_contact dl{
	border: 1px solid #c79beb;

}
.tb_contact dt{
	background: #e7d7fa;
	padding: 2%;
	font-weight: bold;
	border-bottom: 1px solid #c79beb;
}
.tb_contact dt p{
	padding-left: 45px;
}
.tb_contact dt p span{
	color: #ff0000;
	font-size: 14px;
	font-weight: normal;
}
.tb_contact dd{
	background: #fff;
	padding: 2%;
	border-bottom: 1px solid #c79beb;
}
.tb_contact dd:last-child{
	border-bottom: none;
}
.tb_contact dd li{
	margin-bottom: 5px;
}
.ime_on{
	width: 100%;
	height: 30px;
}
.h30{
	height: 30px;
}
.ime_on2{
	width: 70%;
	float: right;
	height: 30px;
}
.ime_on4{
	width: 85%;
	float: right;
	height: 30px;
}
.ime_on5{
	width: 70%;
	float: right;
	height: 30px;
}
#formEnd{
	text-align: center;
}
#formEnd a{
	color: #ff0000;
}
.tt_pp{
	background: #e0e3fa url(../contact/images/bg.png) no-repeat bottom center;
	background-size: 100% auto;
	padding: 10px;
	margin-top: 15px;
}
.tt_pp .title_pp{
	font-weight: bold;
	color: #480a79;
	font-size: 15px;
}
.faq dt, .faq dd {
    position: relative;
}
.faq dt {
    border: 1px solid #450775;
    padding: 5px 35px 5px 37px;
    background-color: #e9ecfe;
    margin-top: 25px;
}
.faq dt h4 {
    font-size: 16px;
}
.faq dt p {
    position: absolute;
    top: -10px;
    left: -5px;
}
.faq dd {
    border: 1px solid #450775;
    padding: 5px 15px 5px 37px;
    background-color: #fff;
    margin-top: 15px;
    display: none;
}
.faq dd p{
	overflow: auto;
}
.faq dt:after{
	content: "";
	background: url(../faq/images/up.png) no-repeat top center;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 2%;
}
.faq .opened:after{
	content: "";
	background: url(../faq/images/dow.png) no-repeat top center;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
}
.faq .ans{
    position: absolute;
    top: -10px;
    left: -5px;
    z-index: 999;
}
.faq dd a{
	color: #000;
}
.box_faq{
	margin-top: 25px;
	border-top:1px dotted #51187e;
	padding-top: 25px;
}
.box_faq div{
    border: 1px solid #450775;
    background-color: #fff;
    padding: 20px 10px 10px;
    position: relative;
    margin-top: 10px;
    border-radius: 7px;
}
.box_faq h3 {
   text-align: center;
   margin-top: -35px;
   margin-bottom: 10px;
}
.about .ct_about{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.box_about span {
    background: url(../about/images/bg.png);
    border-radius: 3px;
    padding: 3px 10px;
    color: #fff;
    font-size: 16px;
}
.box_about h4 {
    font-size: 16px;
    margin: 7px 0px;
    font-weight: normal;
}
.table_about{
	width: 100%;
	border: 1px solid #c79beb;
	margin-top: 20px;
}
.table_about tr {
    border-bottom: 1px solid #c79beb;
}
.table_about th {
    border-right: 1px solid #c79beb;
    background-color: #e7d7fa;
    padding: 5px;
    width: 115px;
    text-align: left;
}
.table_about td {
    padding: 5px;
    border-right: 1px solid #c79beb;
    background-color: #fff;
}
.list_about li{
	width: 48%;
	margin-top: 4%;
}
.box_about2 li{
	width: 45%;
	float: left;
	margin-right: 10%;
	position: relative;
}
.box_about2 li p {
    margin-top: 10px;
}
.box_about2 li span {
    color: #e60012;
}
.box_about2 li .number {
    position: absolute;
    top: -20px;
    left: -10px;
}
.box_about2 li {
	margin-bottom: 25px;
}
.list_faq li{
	width: 49%;
	margin-bottom: 20px;
}

.service_anchor li{
	display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    width: 22%;
    background: #480a79;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.service_anchor li:last-child{
	margin-right: 0;
}

.service_anchor li.w48{
	width: 46%;
}

.service_anchor a{
    display: block;
    padding: 7px;
	text-decoration: none;
    color: #fff;
}

#s_01, #s_02, #s_03, #s_04, #s_05, #s_06, #s_07{
	margin-top: -20% !important;
	padding-top: 20% !important;
}

.tel_service{
    width: 60%;
	margin: 20px auto 10px;
    text-align: center;
    font-size: 12px;
}
.tel_service .txt{
    background: #bdbdea;
    border-radius: 3px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 414px) {
	.sg_main{
		margin-top: 10px;
	}
	
}
@media only screen and (max-width: 380px) {
	.box_contact .tel img{
		height: 22px;
	}
	#formEnd{
		font-size: 13px;
	}
}