@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .colSpan{
	color: #1c8dcb;
	font-weight: bold;
}

#main {
    margin: 0 auto 178px;
}

#conts .sec01{
	padding-bottom: 25px;
	margin-bottom: 148px;
}

#conts .sec01 .headLine02{
	margin-bottom: 62px;
}

#conts .sec01 > .txt{
}

#conts .sec02{
	margin-bottom: 134px;
}

#conts .sec02 > .txt{
	margin-bottom: 80px;
}

#conts .sec02 .listBox{
	border: 10px solid #eef3f9;
	position: relative;
	margin-bottom: 52px;
	padding: 50px 37px 38px;
}

#conts .sec02 .listBox .ttlBox{
	position: absolute;
	top: -28px;
	left:264px;
	width: 178px;
	z-index: 10;
}

#conts .sec02 .listBox .ttlBox p{
	padding: 13px 0;
	background: #1c8dcb;
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 50px;
	text-align: center;
}

#conts .sec02 .listBox .ttl{
	text-align: center;
	margin-top: 16px;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 50px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 45px;
}

#conts .sec02 .listBox .ttl span{
	position: relative;
}

#conts .sec02 .listBox .ttl span:after{
	position: absolute;
	content: "";
	width: 100%;
	border-bottom: 10px solid #ffffcc;
	left: 0;
	bottom: 0;
	z-index: -10;
}

#conts .sec02 .listBox .boxUl{
	display: flex;
}

#conts .sec02 .listBox .boxUl ul{
	width: 50%;	
}

#conts .sec02 .listBox .boxUl li{
	font-size: 1.6rem;
	background: url("../common/img/icon13.png") no-repeat left bottom 2px;
	padding-top: 5px;
	padding-left: 23px;
	margin-bottom: 23px;
}

#conts .sec02 .photoBoxUl .ttl{
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 35px;
}

#conts .sec02 .photoBoxUl .ttl span{
	color: #2e70b0;
}

#conts .sec02 .photoBoxUl li{
	padding-bottom: 48px;
	margin-bottom: 48px;
	border-bottom: 1px solid #e7e7e7;
}

#conts .sec02 .photoBoxUl li:last-child .comPhotoBox {
	margin-bottom: 32px;
}

#conts .sec03 {
	margin-bottom: 148px;
}

#conts .sec03 > .txt{
	margin-bottom: 50px;
}

#conts .sec03 .photoBoxUl li {
	border: 10px solid #eef3f9;
	padding: 26px 26px 21px 42px;
	margin-bottom: 55px;
}

#conts .sec03 .photoBoxUl li:last-child {
	margin-bottom: 0;
}

#conts .sec03 .photoBoxUl li .an{
	text-indent: -1em;
	color: #2e70b0;
	margin-bottom: 40px;
}

#conts .sec03 .photoBoxUl li .txt01{
	font-size: 1.7rem;
	letter-spacing: 0.5em;
	margin-right: 5px;
	position: relative;
	vertical-align: super;
}

#conts .sec03 .photoBoxUl li .txt01:after{
	position: absolute;
	content: "";
	border-bottom: 2px solid #2e70b0;
	bottom: -12px;
	left: 1em;
	width: 48px;
}

#conts .sec03 .photoBoxUl li .num{
	font-size: 3.5rem;
}

#conts .sec03 .photoBoxUl li .txtBox .ttl{
	font-size: 1.7rem;
	font-weight: bold;
	color: #1c8dcb;
	margin-bottom: 32px;
}

#conts .sec03 .photoBoxUl .comPhotoBox .rPhoto{
	margin-left: 30px;
}

#conts .sec04 > .txt{
	margin-bottom: 40px;
}

#conts .sec04 li{
	padding-top: 48px;
	padding-bottom:38px;
	border-top: 1px dashed #e7e7e7;
	font-size: 1.6rem;
	font-weight: normal;
	display: flex;
}

#conts .sec04 li:last-child{
	border-bottom: 1px dashed #e7e7e7;
}

#conts .sec04 li p:first-child{
	padding: 9px 38px 9px 68px;
	height: 40px;
	background: #eef3f9 url("../common/img/icon13.png") no-repeat left 45px bottom 11px;
	border-radius: 50px;
	box-sizing: border-box;
}

#conts .sec04 li p:last-child{
	padding-top: 9px;
	text-indent: -1.1em;
	margin-left: 1.1em;
}


#conts .sec04 p{
	line-height: 1.75;
	letter-spacing: -0.9px;
}

#conts .sec04 .ph01{
	width: 170px;
}

#conts .sec04 .ph02{
	width: 184px;
}

#conts .sec04 .ph03{
	width: 216px;
}
#conts .sec04 .ph04{
	width: 170px;
}
#conts .sec04 .ph05{
	width: 524px;
}

@media all and (max-width: 767px) {
	#main {
		margin: 0 auto 125px;
	}
	
	#conts {
		margin: 0 20px;
	}

	#conts .sec01{
		padding-bottom: 0px;
		margin-bottom: 90px;
	}

	#conts .sec01 .headLine02{
		margin-bottom: 42px;
	}

	#conts .sec02{
		margin-bottom: 92px;
	}

	#conts .sec02 > .txt{
		margin-bottom: 42px;
	}

	#conts .sec02 .listBox{
		margin: 0 -20px 55px;
		border: 20px solid #eef3f9;
		padding: 36px 16px 25px;
	}

	#conts .sec02 .listBox .ttlBox{
		top: -30px;
		left:22%;
		width: 190px;
	}

	#conts .sec02 .listBox .ttlBox p{
		padding: 12px 0;
	}

	#conts .sec02 .listBox .ttl{
		text-align: center;
		font-weight: bold;
		padding-bottom: 34px;
		margin-bottom: 43px;
	}

	#conts .sec02 .listBox .ttl span{
	}

	#conts .sec02 .listBox .ttl span:after{
	}

	#conts .sec02 .listBox .boxUl{
		display: block;
	}

	#conts .sec02 .listBox .boxUl ul{
		width: 100%;	
		margin-left: 20px;
	}

	#conts .sec02 .listBox .boxUl li{
	}

	#conts .sec02 .photoBoxUl .ttl{
		margin-bottom: 27px;
	}

	#conts .sec02 .photoBoxUl .ttl span{
	}

	#conts .sec02 .photoBoxUl li{
		padding-bottom: 40px;
		margin-bottom: 45px;
		border-bottom: 1px solid #e7e7e7;
	}

	#conts .sec02 .comPhotoBox{
		margin-bottom: 0;		
	}

	#conts .sec03 {
		margin-bottom: 105px;
	}

	#conts .sec03 > .txt{
		margin-bottom: 48px;
	}

	#conts .sec03 .photoBoxUl {
		margin: 0 -20px;
	}
	
	#conts .sec03 .photoBoxUl li {
		border: 20px solid #eef3f9;
		padding: 18px 12px 29px;
	}

	#conts .sec03 .photoBoxUl li:last-child {
		margin-bottom: 0;
	}

	#conts .sec03 .photoBoxUl li .an{
		text-indent: 0;
		margin-bottom: 34px;
	}

	#conts .sec03 .photoBoxUl li .txt01{
		font-size: 1.3rem;
		letter-spacing: 0.2em;
	}

	#conts .sec03 .photoBoxUl li .txt01:after{
		content: "";
		bottom: -20px;
		left: 0;
		width: 40px;
	}

	#conts .sec03 .photoBoxUl li .num{
		font-size: 3.0rem;
	}

	#conts .sec03 .photoBoxUl li .txtBox .ttl{
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 22px;
		line-height: 1.47;
	}

	#conts .sec03 .photoBoxUl .comPhotoBox img{
		width: 50%;
		display: block;
		margin: 0 auto 32px;
	}

	#conts .sec04 > .txt{
		margin-bottom: 48px;
	}

	#conts .sec04 li{
		padding-top: 30px;
		padding-bottom:28px;
		display: block;
	}

	#conts .sec04 li:last-child{
	}

	#conts .sec04 li p:first-child{
		padding: 9px 10px 9px 68px;
	}

	#conts .sec04 li p:last-child{
		padding-top: 27px;
		text-indent: -1.1em;
		margin-left: 1.1em;
	}

	#conts .sec04 p{
		line-height: 1.625;
	}

	#conts .sec04 .ph01{
		width: 170px;
	}

	#conts .sec04 .ph02{
		width: 184px;
	}

	#conts .sec04 .ph03{
		width: 214px;
	}
	#conts .sec04 .ph04{
		width: 177px;
	}
	#conts .sec04 .ph05{
		width: 100%;
	}
}
