@charset "utf-8";
/**************************************/
/* CSS file For miyata-jyuusou.co     */
/* FileName: construction_example.css */
/* date: 2023.05.08                   */
/**************************************/



/*-----------------------------------------------------
	construction_example
------------------------------------------------------*/
body#page04 #wrapper div#contents article .innerBox  h3 {
	font-size: 25px;
	color: #666666;
	font-weight: bold;
	margin-top: 10%;
	margin-bottom: 1.5%;
}

body#page04 #wrapper div#contents article .innerBox .p04-01-ex h3 {
	text-align: left;
}
body#page04 #wrapper div#contents article .innerBox .p04-01-ex h3 ,
body#page04 #wrapper div#contents article .innerBox .p04-01-ex p.font-small {
	z-index: 20;
}
body#page04 #wrapper div#contents article .innerBox .p04-01-ex img {
	margin: 0% auto 15%;
	width: 99.2%;
	height: auto;
	z-index: 5;
}


body#page04 #wrapper div#contents article .innerBox .p04-02-right {
	width: 39.4%;
	float: right;
	margin-left: 1%;
}
body#page04 #wrapper div#contents article .innerBox .p04-02-left {
	width: 59.6%;
	float: right;
	margin-bottom: 10%;
}
body#page04 #wrapper div#contents article .innerBox .p04-02-right img {
	width: 100%;
	height: auto;
	margin-top: 20%;
}
body#page04 #wrapper div#contents article .innerBox .p04-02-left img {
	width: 100%;
	height: auto;
}

body#page04 #wrapper div#contents article .innerBox .p04-02-ex h3 {
	text-align: right;
}
body#page04 #wrapper div#contents article .innerBox .p04-02-ex p.font-small {
	text-align: right;
}




/** 1500px以上の場合のCSS */
@media screen and (min-width: 1500px){

	

}



/** 1025px以上1499px以下場合のCSS */
@media screen and (min-width: 1025px) and (max-width: 1499px){

	
	
}


/** 900px以上1024px以下場合のCSS */
@media screen and (min-width: 900px) and (max-width: 1024px){

	
	
}



/** 768px以上899px以下の場合のCSS */
@media screen and (min-width: 768px) and (max-width: 899px) {

	

}




/** 568px以上767px以下の場合のCSS */
@media screen and (min-width: 568px) and (max-width: 767px) {

	

}




/** 567px以下場合のCSS */
@media screen and (max-width: 567px) {

	
	

}
