<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){
 
 main h2 {width:90%; margin:3em auto 0 auto;}
 
 main h2 + .ptxt {width:90%; margin:1em auto 0 auto; font-weight:500; line-height:2;}
 
 main h3 {border-left:0; padding-left:2em; text-indent:-2em; font-size:110%;}

	.area2 {width:90%; margin:2em auto 0 auto;}
 .area2 .fleft {width:70%;}
 .area2 .fleft img {border-right:2em solid #fff !important; border-bottom:2em solid #fff !important;}
 .area2 .fright {width:90%; margin:-3em 0 0 10%; padding:3em 2.5em 2em 2.5em; border:3px solid #8b253a; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {
 
 main h2 {width:94%; max-width:1200px; margin:3em auto 0 auto;}
 main .area2 + h2 {margin:5em auto 0 auto;}
 
 main h2 + .ptxt {width:94%; max-width:1200px; margin:1em auto 0 auto; font-weight:500; line-height:2;}
 
 main h3 {border-left:0; padding-left:2em; text-indent:-2em; font-size:110%;}
	
	.area2 .ptxt {display:flex; position:relative; justify-content:space-between; width:94%; max-width:1200px; margin:2em auto 0 auto;}
 .area2 .fleft {width:42%; max-width:500px; border-right:3rem solid #fff; font-size:0;}
 .area2 .fright {position:absolute; width:68%; bottom:-3em; right:0; padding:3em 3.5em 3em 10%; border:4px solid #8b253a; border-left:0; line-height:2; text-align:justify; text-justify:inter-ideograph; z-index:-1;}

}


</pre></body></html>