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

#conts .listBox .comBtn{
	margin: 0 auto;
}

#conts .listBox .comBtn a{
	width: 240px;
	margin-top: 40px;
	font-size: 1.5rem;
	padding: 13px;
}

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

#conts .sec01 .txt:first-of-type{
	margin-bottom: 37px;
}

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

#conts .listBox{
	border: 10px solid #eef3f9;
	position: relative;
	margin-bottom: 70px;
	padding: 55px 17px 44px;
}

#conts .listBox .ttlBox{
	position: absolute;
	top: -27px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 10;
}

#conts .listBox .ttlBox02{
	top: -27px;
    left: 0;
    transform:translateX(22%);
    -webkit-transform: translateX(22%);
    -ms-transform: translateX(-22%);
	z-index: 10;
}

#conts .listBox .ttlBox p{
	padding: 13px 30px;
	background: #1c8dcb;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 50px;
}

#conts .listBox .ttl{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 45px;
}

#conts .listBox .comPhotoBox .rPhoto{
	margin-left: 17px;
}

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

#conts .sec04 li {
	padding: 43px 0 52px;
	border-bottom: 1px solid #e7e7e7;
}

#conts .sec04 li:last-child {
	border-bottom: none;
}

#conts .sec04 li .ttl{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 33px;
}

#conts .sec04 li .ttl span{
	color: #2e70b0;
}

#conts .sec04 li .comBtn{
	margin-top: 30px;
	text-align: left;
}

#conts .sec04 li .comBtn a{
	width: 200px;
	font-size: 1.5rem;
	padding: 13px 0;
	background-position: right 20px center;
}

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

	#conts .listBox .comBtn a{
		width: 100%;
		margin-top: 33px;
		font-size: 1.6rem;
		padding: 13px 0;
	}

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

	#conts .sec01 .txt:first-of-type{
		margin-bottom: 17px;
	}

	#conts .sec01 .txt:last-of-type{
		text-indent: -1em;
		margin-left: 1em;
	}
	
	#conts .sec02{
		margin-bottom: 105px;
	}

	#conts .listBox{
		margin: 0 -20px 84px;
		border: 20px solid #eef3f9;
		padding: 65px 22px 32px;
	}

	#conts .listBox .comPhotoBox{
		margin-bottom: 0;
	}
	
	#conts .listBox .ttlBox{
		top: -31px;
		left: 50%;
	}

	#conts .sec03 .headLine02{
		margin-bottom: 68px;
	}
	
	
	#conts .listBox .ttlBox02{
		position: static;
		transform:none;
		-webkit-transform: none;
		-ms-transform: none;
		margin: -105px -22px 45px;
		text-align: center;
	}

	#conts .listBox .ttlBox02 p{
		line-height: 1.2;
	}
	#conts .listBox .ttlBox p{
	}

	#conts .listBox .ttlBox03{
		position: static;
		transform:none;
		-webkit-transform: none;
		-ms-transform: none;
		margin: -105px -22px 45px;
		text-align: center;
	}

	#conts .listBox .ttlBox03 p{
		line-height: 1.2;
	}
	
	#conts .listBox .ttl{
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
		margin-bottom: 23px;
		line-height: 1.575;
	}

	#conts .listBox .comPhotoBox .rPhoto{
		margin: 0 auto 25px;
	}
	
	#conts .sec03 {
		margin-bottom: 105px;
	}
	
	#conts .sec04 li {
		padding: 45px 0;
	}

	#conts .sec04 li:first-child {
		padding-top: 0;
	}
	
	#conts .sec04 li:last-child {
	border-bottom: none;
}

	#conts .sec04 li .ttl{
		font-size: 1.7rem;
		font-weight: bold;
		margin-bottom: 33px;
	}

	#conts .sec04 li .comBtn{
		margin-top: 55px;
		text-align: center;
	}
	#conts .sec04 li .comPhotoBox{
		margin-bottom: 0;
	}

	#conts .sec04 li .comBtn a{
		width: 75%;
		font-size: 1.6rem;
		padding: 14px 0;
		background-position: right 16px center;
	}
}
