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


/* font-family
--------------------------------------------------*/
.yuGothic {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.yuMincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.notoSans {
	font-family: "Noto Sans Japanese", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.tenMincho{
    font-family: ten-mincho,serif;
    font-weight: 400;
    font-style: normal;
}
.udDigiKyokashoNKB{
    font-family: "UD Digi Kyokasho NK-B";
}

/* align
--------------------------------------------------*/
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.taR {text-align: right !important;}
.vaT {vertical-align: top !important;}
.tsJ {text-align: justify;}

/* font-weight
--------------------------------------------------*/
.fwB {font-weight: bold;}

/* font-size
--------------------------------------------------*/
.f24{font-size: 1.2rem;}
@media only screen and (min-width: 415px) {
    .f24{font-size: 2.4rem;}
}
@media only screen and (min-width: 769px) {
    
}

/* font-color
--------------------------------------------------*/
.colorWhite{color: #fff;}
.colorYellow{color: #FCEE21;}
.colorBlue{color: #0071BC;}
.colorOrange{color: #f18e00;}
.colorGray{color: #666;}
span.marker{background-color: #fcee21}

/* bg-color
--------------------------------------------------*/
.bgOrange{background-color: #f29d22;}
.bgBrown{background-color: #c69c6c;}
.bgWhite{background-color: #fff;}

/* border
--------------------------------------------------*/
.bbWhite2px{border-bottom: 2px solid #fff;}
.bbOrange2px{border-bottom: 2px solid #F15A24;}

/* button
--------------------------------------------------*/
.buttonStyle01{
    display: block;
    margin: 0 auto;
    width: 58.2vw;
    border-radius:6px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.8;
}
@media only screen and (min-width: 415px) {
    .buttonStyle01{
        font-size: 2.4rem;
    }
}
@media only screen and (min-width: 769px) {
    .buttonStyle01{
        width: 100%;
    }
}

/* ----------------------------------------------------------------------------------------------------
  other
* --------------------------------------------------------------------------------------------------*/
.w100{width: 100%;}
.fL {float: left;}
.fR {float: right;}
.cB {clear: both;}
.sp-only{display: block;}
img.sp-only{display:inline-block;}
.pc-only{display: none;}
img.pc-only{display: none;}
.sp-br{display: inline-block;}
.pc-br{display: none;}

@media only screen and (min-width: 769px) {
    .sp-only{display: none;}
    img.sp-only{display: none;}
    .pc-only{display: block;}
    img.pc-only{display:inline-block;}
    .sp-br{display: none;}
    .pc-br{display: inline-block;}
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
