@CHARSET "UTF-8";
.clip-img1 {
	width: 80%;
	margin: 0 auto 2em;
	display: block;
}
.midashi {
	border-bottom-color: #E5E9EA;
	border-top-color: #E5E9EA;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-top-width: 4px;
	width: 100%;
	padding: 0.2em 0 0.5em;
	display: block;
	color: #736347;
	font-size: 1.25em;
	margin-bottom: 0.7em;
	font-weight: bold;
}
.midashi img {
	width: 5%;
	display: inline-block;
	margin-right: 0.3em;
}
.text_s {
	font-size: 0.8em;
}






/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */









@media screen and (max-width:768px) {
.midashi {
	font-size: 1.15em;
}

	
}



@media screen and (max-width:767px) {
.clip-img1 {
	width: 96%;
	margin: 0 auto 1.5em;
	display: block;
}

.midashi img {
	width: 6.5%;
}
	
	
}





@media screen and (max-width:575px) {




}





@media screen and (max-width:425px) {


}
