@charset "utf-8";

/**========導入実績==========**/

main .contents_wrap{
	background: url(img/main_bg.jpg) no-repeat center top #f8f8f8;
	background-size: contain;
	padding: 130px 15px;
}
.contents{

}

section{
	max-width: 1200px;
	padding:60px 35px;
	margin: 0 auto;
	background: #fff;
	margin-top: 80px;
}
section .col_wrap{
display: flex;
flex-flow:  wrap;
width: 920px;
margin: 0 auto;
}
section .col.item1{
	width: 30%;
}
section .col.item2,section .col.item3{
	width: 35%;
}
section .th_box ,section .type1{
	border-bottom: 10px solid #fff;
}
section .item1 ,section .item2{
	border-right: 1px solid #c6c6c6;
}
section .td_box{
	background: #f8f8f8;
	padding: 20px 20px 30px;
}
section .th_box{
	background: #f1f0e6;
	text-align: center;
	padding: 10px 0;
}
section .type1.item1{
	background: #9dc7f0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
section .type2.item1{
	background: #d4c4ec;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
section .td_box.item2 .count_no{
	font-size: 40px;
	color: #ee6d6d;
	font-weight: bold;
	line-height: 1;
}
section .td_box.item2 .count_no span{
	font-size: 25px;
	font-weight: bold;
}
section .td_box.item2 ul{
	margin-top: 20px;
}
section .td_box.item2 ul li{
	font-size: 18px;
	padding: 10px;
}
section .td_box.item2 ul li:after{
	content: "";
	display: block;
	clear: both;
}
section .td_box.item2 ul li span{
	float:right;
	width: 50px;
	text-align: right; 
}

section .td_box.item2.type1 ul{
	border-top: 1px solid #9dc7f0;
}
section .td_box.item2.type1 ul li{
	border-bottom: 1px solid #9dc7f0;
}
section .td_box.item2.type2 ul{
	border-top: 1px solid #d4c4ec;
}
section .td_box.item2.type2 ul li{
	border-bottom: 1px solid #d4c4ec;
}

section .td_box.item3 p{
	font-size: 18px;
	margin-bottom: 8px;
}

.lead_tx{
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
	max-width: 920px;
	margin: 40px auto 0;
}

/**====================================

sp

=========================================**/


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

main .contents_wrap{
	background: url(img/main_bg.jpg) no-repeat center top;
	background-size: auto 200px;
	min-height: 1000px;
	padding: 60px 10px;
}
.contents{

}
section{
	padding:50px 20px;
}
section .col_wrap{
display: block;
width: 100%;
}
section .col.item1 ,section .col.item2,section .col.item3{
	width: 100%;
}

section .th_box{
	display: none;
}
section .type1, section .type2 {
    border-bottom: 1px solid #fff;
}
section .item1, section .item2 {
    border-right:none;
}
section .type2.item1 {
	margin-top: 50px;
}
.lead_tx {
    text-align:left;
    font-size: 16px;
}


}