@charset "UTF-8";

/* ===================================================================== */
/* margin * /
/* ===================================================================== */
.m-0auto {margin: 0 auto;}
.mt02 {margin-top: 2rem;}
.mb02 {margin-bottom: 2rem;}
.mb03 {margin-bottom: 3rem;}

/* ===================================================================== */
/* padding * /
/* ===================================================================== */
.pb02 {padding-bottom: 2rem;}

/* ===================================================================== */
/* Width * /
/* ===================================================================== */
.w50 {width: 50%;}
.w80 {width: 80%;}

/* ===================================================================== */
/* float * /
/* ===================================================================== */
.f_left {float: left;}

/* ===================================================================== */
/* font * /
/* ===================================================================== */
/* size */
.fs14{font-size:1.4rem;}
.fs16{font-size:1.6rem;}
.fs26{font-size:2.6rem;}
.fs30{font-size: 3rem;}
.fs32{font-size: 3.2rem;}
/* color */
.fc_olivedrab{color:#685d4b}
.fc_white{color:#ffffff;}
/* weight */
.fw500 {font-weight: 500;}
.fw_bold {font-weight: bold;}
.fw_normal {font-weight: normal;}
.fw_italic {font-style: italic;}
/* style */
.f_italic {font-style: italic;}
.f_normal {font-style: normal;}
/* Line-Marker */
.lineMarker_yellow {background: linear-gradient(transparent 0%, #ffff66 0%);}
/* ===================================================================== */
/* line-height * /
/* ===================================================================== */
.lh24 {line-height: 2.4rem;}
.lh26 {line-height: 2.6rem;}
.lh28 {line-height: 2.8rem;}
.lh36 {line-height: 3.6rem;}
.lh42 {line-height: 4.2rem;}
/* ===================================================================== */
/* background * /
/* ===================================================================== */
.bg_ee_gray{background-color:#eeeeee;}
.bg_orange{background-color: #ed6d00;}
/* ===================================================================== */
/* border * /
/* ===================================================================== */
/* color */
/* style */
.bs_solid {border-style: solid;}
.bs_dotted {border-style: dotted;}
/* width */
.bw_1px {border-width: 1px;}
/* radius */
.br00 {border-radius: 0;}
.br002 {border-radius: 0.2rem;}
.br005 {border-radius: 0.5rem;}
.br01 {border-radius: 1rem;}
/* top */
/* bottom */
.bb_olivedrab {border-bottom:1px dotted #685d4b;}
/* none */
.b_none {border: none;}
.bt_none {border-top: none;}
.bb_none {border-bottom: none;}
/* ===================================================================== */
/* text-align * /
/* ===================================================================== */
.ta_center {text-align: center;}
.ta_left {text-align: left;}
.ta_right {text-align: right;}
/* ===================================================================== */
/* vertical-align * /
/* ===================================================================== */
.va_middle {vertical-align: middle;}
.va_top {vertical-align: top;}
.va_bottom {vertical-align: bottom;}
/* ===================================================================== */
/* display * /
/* ===================================================================== */
.d_inline {display: inline;}
.d_inline-block {display: inline-block;}
.d_block {display: block;}
.d_table {display: table;}
.d_table-cell {display: table-cell;}
.d_none {display: none;}
/* ===================================================================== */
/* letter-spacing * /
/* ===================================================================== */
.ltsp00 {letter-spacing: 0;}
.ltsp01 {letter-spacing: 0.1rem;}
.ltsp02 {letter-spacing: 0.2rem;}
.ltsp03 {letter-spacing: 0.3rem;}
/* ===================================================================== */
/* list * /
/* ===================================================================== */
.ls_none {list-style: none;}
/* ===================================================================== */
/* only_xx_show * /
/* ===================================================================== */
.only_pc_show {display: block;}
.only_sp_show {display: none;}
.only_pad_show {display: none;}
.only_pad-pro_show {display: none;}
@media screen and (max-width: 1025px) and (min-width: 992px){
    .only_pc_show {display: none;}
    .only_sp_show {display: none;}
    .only_pad_show {display: none;}
    .only_pad-pro_show {display: block;}
}
@media screen and (max-width: 992px) and (min-width: 768px){
    .only_pc_show {display: none;}
    .only_sp_show {display: none;}
    .only_pad_show {display: block;}
    .only_pad-pro_show {display: none;}
}
@media screen and (max-width: 767px){
    .only_pc_show {display: none;}
    .only_sp_show {display: block;}
    .only_pad_show {display: none;}
    .only_pad-pro_show {display: none;}
}
/*# sourceMappingURL=style.css.map */
