@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#conts .textList {
	margin-bottom: 24px;
	font-size: 17px;
	line-height: 1.41;
}

#conts .textList li {
	padding-left: 1em;
	text-indent: -1em;
}

#conts .headLine01 {
	margin-bottom: 23px;
}

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

#conts .photo01 {
	margin-bottom: 26px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts img {
		width: 100%;
	}
	
	#conts .headLine01 {
		margin: 0 0 15px;
	}
	
	#conts .textList {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.3;
	}
	
	#conts .photo02 {
		margin-bottom: 15px;
	}
	
}
























