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

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

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

#conts .sec02 .ttl{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 27px;
	color: #2e70b0;
}

#conts .sec02 .ttl span{
	font-size: 4.0rem;
	margin-right: 10px;
}

#conts .sec02 li{
	padding: 48px 0 42px;
	border-top: 1px dashed #e5e5e5;
}

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

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

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

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

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

#conts .sec04 .comTxtUl01{
	position: relative;
	padding-top: 160px;
}

#conts .sec04 .comTxtUl01 .photo{
	position: absolute;
	top: -110px;
	left: 50%;
	margin-left: -110px;
}


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

	#conts{
		margin: 0 20px;
	}

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

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

	#conts .sec02 .ttl{
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
		align-items:baseline;
		line-height: 1.7;
	}

	#conts .sec02 .ttl span{
		font-size: 3.5rem;
		margin-right: 8px;
	}

	#conts .sec02 li{
		padding: 52px 0 36px;
		border-top: 1px dashed #e5e5e5;
	}

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

	#conts .sec02 li .comPhotoBox{
		margin-bottom: 0;
	}
	
	#conts .sec03 {
		margin-bottom: 97px;
	}

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

	#conts .sec03 > .txt:last-child{
	}

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

	#conts .sec04 .comTxtUl01{
		padding-top: 86px;
	}

	#conts .sec04 .comTxtUl01 .photo{
		position: absolute;
		width: 110px;
		top: -55px;
		left: 50%;
		margin-left: -55px;
	}

}