@charset "UTF-8";

/* *************************************************************

*   Structure CSS
*   Since:2025-08
*   Editor:ricostyle

************************************************************* */


/* ==========================================================================
   Media Queries
   ========================================================================== */


/*PC用のcssを記述*/
/* Tips */

#contents .wrap{text-align:left;padding:0 0 60px;}
#contents h2{font-size:2.2em;font-weight:900;color:#1E2088;margin-bottom:80px;padding-top:200px;line-height:1.2em;}
#contents h2 span{display:block;font-size:0.5em;}
#contents h3{font-size:1.6em;font-weight:900;color:#1E2088;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #5F61AB;}

#contents p{padding-bottom:1em;}
#contents ul{padding-left:2em;}
#contents ul li{line-height:1.8em;}





@media only screen and ( max-width : 960px ) {
/*スマホ・タブレット用のcssを記述*/

}


@media only screen and (max-width:720px) {
/*スマホ・タブレット用のcssを記述*/

}




@media only screen and ( max-width : 559px ) {
/*スマホ用のcssを記述*/

}





@media screen and ( max-width : 428px ) {
/*スマホ用のcssを記述*/

}