@charset "utf-8";

#sec1{
	padding-bottom: 95px;
}
#sec1 h2{
	background: url(../img/services/sv02/sec1_h2_bg.png) no-repeat center left 47%;
	height: 120px;
	padding-top: 50px;
	margin-bottom: 30px;
}

/*--------------------------------------*/
#sec2{
	padding-bottom: 20px;
}
#sec2 h2{
	padding-bottom: 20px;
	text-align: center;
}
#sec2 .flex_01{
	background: #FCFFE1;
	flex-wrap: wrap;
	padding: 20px 15px;
}
.sec2_c{
	width: 9%;
}
.sec2_t{
	width: 91%;
	padding: 0 0 30px 20px;
}
.sec2_t h3{
	color: #333;
	font-size: 20px;
	padding: 5px 0;
	letter-spacing: 0;
}
/*--------------------------------------------*/
#sec3{
	padding: 45px 0 80px;
}
#sec3 h2{
	padding-bottom: 50px;
}
#sec3 .flex_01 > p{
	width: 47%;
}
#sec3 .flex_01 > div{
	width: 49%;
}
#sec3 .flex_01 > div p b{
	border-bottom: 6px solid #FED700;
	color: #333;
	font-size: 20px;
}
.s3_t1{
	padding-bottom: 20px;
}
/*--------------------------------------------*/
#sec4{
	padding: 45px 100px 40px;
	background: #F9ECD8;
}
#sec4 h2{
	padding-bottom: 50px;
}
#sec4 .flex_01 > div{
	width: 226px;
}
#sec4 .flex_01 > div h3{
	color:#333;
	font-size: 21px;
	padding: 5px 0;
}
.s4_t1{
	height: 130px;
	background: url(../img/services/sv02/sec4_arrow.png) no-repeat center bottom 20px;
}
/*--------------------------------------------*/
#sec5{
	padding: 80px 0 0;
}
#sec5 h2{
	padding-bottom: 30px;
}
#sec5 dl{
	background: #FCFFE2;
	padding: 40px 20px;
}
#sec5 dt{
	color: #333;
	font-size: 21px;
	font-weight: bold;
	background: url(../img/services/sv02/sec5_icon.png) no-repeat top left;
	padding-left: 40px;
}
#sec5 dd{
	padding: 0 0 30px 40px;
}
/*--------------------------------------------*/
#sec6{
	padding: 80px 0 80px;
}
#sec6 h2{
	padding-bottom: 30px;
}
#sec6 .flex_01 p{
	position: relative;
}
#sec6 .flex_01 p:after{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 67px;
	background: url(../img/services/sv02/sec4_arrow2.png) no-repeat 0 0;
	top:65px;
	right: -65px;
}
#sec6 .flex_01 p:last-child:after{
	display: none;
}
#sec6 table{
	margin-top: 50px;
}
#sec6 th,#sec6 td{
	text-align: center;
	padding: 10px;
}
#sec6 th{
	background: #f3f3f3;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
#sec6 td{
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

/*----------------------------------------------*/
.btn_tel{
	background-color: #FFDB00;
}
.btn_mail{
	background-image: url(../img/services/sv02/icon_mail2.png);
}
.btn_mail:after{
	border-top: 3px solid #FFDB00;
	border-right: 3px solid #FFDB00;
}
@media screen and (max-width:1270px) {

#sec6 .flex_01 p:after{
	right: -40px;
	z-index: 2;
}
}
@media screen and (max-width:1170px) {

#sec6 .flex_01 p:after{
	right: -20px;
}
}
@media screen and (max-width:1000px) {

#sec6 .flex_01 p:after{
	right: -40px;
}
}
@media screen and (max-width:639px) {

	#sec1{
		padding: 30px 0;
	}
	#sec1 h2{
		background: none;
		padding: 0;
		height: auto;
	}
/*--------------------------------------*/
#sec2 h2{
	padding-bottom: 10px;
}
#sec2 .flex_01{padding-top: 0;
}
.sec2_c{
	width: 20%;
	margin: 20px auto 10px;
}
.sec2_t{
	width: 100%;
	padding: 0;
}
.sec2_t h3{
	font-size: 17px;
}
/*--------------------------------------------*/
#sec3{
	padding: 30px 0;
}
#sec3 h2{
	padding-bottom: 30px;
}
#sec3 .flex_01 > p{
	width: 100%;
}
#sec3 .flex_01 > div{
	width: 100%;
}
#sec3 .flex_01 > div p b{
	font-size: 17px;
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
}
.s3_t1{
	padding-bottom: 10px;
}
/*--------------------------------------------*/
#sec4{
	padding: 30px 4%;
}
#sec4 h2{
	padding-bottom: 0;
}
#sec4 .flex_01 > div{
	width: 200px;
	margin: 30px auto 0;
	text-align: center;
}
#sec4 .flex_01 > div h3{
	font-size: 18px;
}
.s4_t1{
	height: 90px;
	background: url(../img/services/sv02/sec4_arrow.png) no-repeat center bottom 10px;
}
/*--------------------------------------------*/
#sec5{
	padding: 30px 0 0;
}
#sec5 h2{
	padding-bottom: 10px;
}
#sec5 dl{
	padding: 30px 4%;
}
/*--------------------------------------------*/
#sec6{
	padding: 30px 0;
}
#sec6 h2{
	padding-bottom: 20px;
}
#sec6 .flex_01 p{
	width: 80%;
	text-align: center;
	margin: 0 auto 50px; 
	}
#sec6 .flex_01 p:after{
	display: none;
	}
#sec6 .flex_01 p:before{
	content: "";
	display: block;
	position: absolute;
	width: 66px;
	height: 29px;
	background: url(../img/services/sv02/sec4_arrow.png) no-repeat 0 0;
	bottom:-40px;
	right: 0;
	left: 0;
	margin: auto;
}
	#sec6 .flex_01 p:last-child:before{
		display: none;
	}
#sec6 table{
	margin-top: 0;
}

}


