@charset "utf-8";

@media only screen and (max-width: 767px) {


/*=========================================
 
 Underlayer

=========================================*/

.infoUl .headContents .headTitle h1{
	font-size: 24px;
	color: #ffffff;
}
.infoUl .contentsBlock{
	padding: 20px 10px;
}
.infoUl .leadTxt{
	font-size: 18px;
	font-weight: bold;
}
.infoUl .imgBox{
	margin: 20px 0;
}
.infoUl .imgBox figure{
	text-align: center;
}

}

