@charset "utf-8";
/* NISA's Day ニーサの日-2023.2.13- */

#contentsWrap.lpWrap{margin:0 auto; width: auto; text-align: center;}
#contentsWrap.lpWrap .contents .section{padding: 0 20px !important;}

/*メイン下の幅*/
.sec_w{width: 80%; margin-top: 0 !important;}

.h2titl{background: #89C2DD; padding: 10px; font-weight: bold; font-size: 200%; color: #FFFFFF; margin-bottom: 2rem;}
.h3titl{ color: #278673; font-weight: bold; font-size: 170%; border-bottom: dotted #5D9086;}

/*bdBox*/
.bdBox08{border: none; padding: 20px; background: #fff; text-align: center;}
.bdBox08 p{font-size: 170%;}

/*応募ボタン*/
.btnapp{font-size: 220%; font-weight: bold; margin: 1.8rem; line-height: 1.2; border-radius: 8px; box-shadow:0 4px 0 #bbbbbb; background: #d40802;padding: 20px; min-width: 360px; border: none; cursor: pointer; display: inline-block; color: #fff; text-decoration: none;}
.btnapp:hover{transition: 0.6s; opacity: 0.7;}




.discList{ margin:2em !important; text-align: left !important;}
.discList li{ list-style:disc; list-style-position: outside;color: #2D564B; margin-bottom: 0.8rem;}

.contents{text-align: left !important;}


@media screen and (max-width: 768px){

/*メイン下の幅スマホ*/
.sec_w{width:100% !important; margin-top: 0 !important;}
.bdBox08{padding: 10px;}
.h2titl{padding: 7px; font-size:106%; margin-bottom: 2rem; line-height: 1.5;}
.h3titl{ font-size: 120% !important;}

/*応募ボタンスマホ*/
.btnapp{font-size: 90%; margin:1rem 0 0 0 !important; line-height: 1; min-width: 96% !important;}

.discList{ margin:1em 0 1em 1.5em !important;}
.discList li{ font-size: 90%; line-height: 1.5; margin-bottom: 1.5rem !important;}

.bdBox08 p{font-size: 150% !important;}

}