@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    margin: 0 auto 187px;
}

#conts .colSpan{
	color: #1c8dcb;
	font-weight: bold;
}

#conts .bgBox{
	background: #eef3f9;	
}

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

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

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

#conts .sec03 > ul > li{
	border: 10px solid #eef3f9;
	margin-bottom: 49px;
	padding: 80px 40px 40px;
	position: relative;
}

#conts .sec03 li .ttl{
}

#conts .sec03 li .ttl p{
	font-size: 1.7rem;
	font-weight: bold;
	padding-bottom: 80px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
}

#conts .sec03 li .an{
	font-size: 1.8rem;
	display: block;
	color: #2e70b0;
	letter-spacing: 1.7px;
	margin-bottom: 20px;
}

#conts .sec03 li .an span{
	font-size: 3.5rem;
	margin-left: 2px;
}

#conts .sec03 li .ttl .photo{
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 150px;
}

#conts .sec03 li .comBtn{
	text-align: left;
}

#conts .sec03 li .comBtn a{
	width: 242px;
	font-size: 1.5rem;
	background: #2e70b0 url("../common/img/icon06.png") no-repeat right 15px center;
	padding: 14px 0px 13px 0;
	text-indent: -0.5em;
	margin-top: 28px;
}

#conts .sec03 li .bb{
	padding-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
	
}

#conts .sec04 {
	margin-bottom: 145px;
}

#conts .sec04 .bgBox{
	padding: 70px 114px 65px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

#conts .sec04 .bgBox .ttl{
	font-size: 1.6rem;
	padding: 14px 0 15px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 28px;
}

#conts .sec04 .bgBox .box01:after{
	position: absolute;
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #333333;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: 20px;
}

#conts .sec05 .headLine02{
	margin-bottom: 166px;
}

#conts .sec05 .bgBox {
	position: relative;
}

#conts .sec05 .bgBox img{
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: -95px
}

#conts .sec05 .bgBox ul{
	padding: 105px 76px 26px;
	margin-bottom: 43px;
}

#conts .sec05 .bgBox li{
	background: #fff;
	padding: 22px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 33px;
	border-radius: 50px;
	position: relative;
}

#conts .sec05 .bgBox li:after{
	position: absolute;
	content: "";
	border-top: 6px solid #2e70b0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	bottom: -18px;
	left: 50%;
	margin-left: -5px;	
}

#conts .sec05 .bgBox li:last-child:after{
	content: none; 
}

#conts .sec05 > .txt{
	text-indent: -1em;
	margin-left: 1em;
}

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

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

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

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

	#conts .sec03 > ul{
		margin: 0 -20px;
	}
	
	#conts .sec03 > ul > li{
		border: 20px solid #eef3f9;
		margin-bottom: 75px;
		padding: 25px 25px 38px;
	}

	#conts .sec03 li .ttl p{
		font-size: 1.8rem;
		padding-bottom: 25px;
		margin-bottom: 26px;
		line-height: 1.66;
	}

	#conts .sec03 li .an{
		font-size: 1.5rem;
		letter-spacing: 1.5px;
		margin-bottom: 21px;
	}

	#conts .sec03 li .an span{
			font-size: 3.0rem;
			margin-left: 3px;
	}

	#conts .sec03 li .ttl .photo{
		position: absolute;
		top: 21px;
		left: 50%;
		margin-left: -38px;
		width: 76px;
		height: 76px;
	}

	#conts .sec03 li .comBtn{
		text-align: center;
	}

	#conts .sec03 li .comBtn a{
		width: 100%;
		font-size: 1.6rem;
		background: #2e70b0 url("../common/img/icon06.png") no-repeat right 18px top 17px;
		background-size: 5px 8px;
		padding: 14px 0 15px;
		text-indent: -0.5em;
		margin: 38px auto 0px;
	}

	#conts .sec03 li .bb{
		padding-bottom: 30px;
	}

	#conts .sec04 {
		margin-bottom: 107px;
	}

	#conts .sec04 .bgBox{
		margin: 0 -20px;
		padding: 30px 18px;
		position: relative;
	}

	#conts .sec04 .bgBox .ttl{
		font-size: 1.5rem;
		padding: 8px 0 9px;
		margin-bottom: 23px;
	}

	#conts .sec04 .bgBox .box01{
		position: static;
	}
	
	#conts .sec04 .bgBox .box01,
	#conts .sec04 .bgBox .box02{
		width: 45%;
	}
	
	#conts .sec04 .bgBox img{
		width: 100%
	}
	
	#conts .sec04 .bgBox .box01:after{
		content: "";
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid #333333;
		top:50%;
		margin-top: 16px;
		left: 50%;
		margin-left: -4px;
	}

	#conts .sec05 .headLine02{
		margin-bottom: 94px;
	}


	#conts .sec05 .bgBox{
		margin: 0 -20px;
	}
	
	#conts .sec05 .bgBox img{
		width: 76px;
		left: 50%;
		margin-left: -38px;
		top: -38px
	}

	#conts .sec05 .bgBox ul{
		padding: 67px 19px 1px;
		margin-bottom: 44px;
	}

	#conts .sec05 .bgBox li{
		padding: 13px 0 14px;
		font-size: 1.7rem;
		line-height: 1.76;
		margin-bottom: 51px;
	}

	#conts .sec05 .bgBox li:after{
		border-top: 15px solid #2e70b0;
		border-right: 11px solid transparent;
		border-left: 11px solid transparent;
		bottom: -31px;
		left: 50%;
		margin-left: -11px;	
	}
}
