@charset "UTF-8";
/* CSS Document */

#notice #wrapper { background: #f8f8f3; padding:0; color:#292109; clear: both; overflow: hidden;}
#notice #wrapper a { color:#9ca920;}

/*---------- #sec_lead ----------*/
#sec_lead{ padding: 60px 30px 30px; text-align: center;}
#sec_lead h3{ font-size: 26px;}
#sec_lead h3 strong{ font-size: 28px; font-weight: bold;}
#sec_lead ul{ margin: 35px auto; display: flex; justify-content: center;}
#sec_lead ul li{ background: #b27300; width: 180px; height: 50px; text-align: center; line-height: 50px; border-radius: 30px; font-size: 22px; color: #fff; margin: 0 6px;}
#sec_lead p{ font-size: 13px; line-height: 2; padding: 0 0 20px;}

/*---------- .box_cmn ----------*/
.box_cmn{ background: #eeeee2; padding: 0 30px 30px; margin: 0 30px 30px;}
.box_cmn h3{ font-size: 22px; font-weight: bold; text-align: center; border-bottom: solid 1px #7a8041; padding: 20px 0 15px; line-height: 1;}
.box_cmn ul{ margin: 20px 0 0;}
.box_cmn ul li{ position: relative; padding: 0 0 10px 20px; font-size: 16px; font-weight: bold; line-height: 2;}
.box_cmn ul li::before{ content: ""; display: block; position: absolute; top: 10px; left: 0; background: #7a8041; width: 12px; height: 12px;}
.box_cmn ul li p{ font-size: 13px; font-weight: normal;}

/*---------- #sec4 ----------*/
#sec4{ margin: 0 30px 60px;}