@charset "UTF-8";
/* フォントサイズ */
.fzb1_txt {
  font-size: 105% !important;
}

.fzb2_txt {
  font-size: 110% !important;
}

.fzb3_txt {
  font-size: 140% !important;
}

.fzb4_txt {
  font-size: 150% !important;
}

.fzs1_txt {
  font-size: 95% !important;
}

.fzs2_txt {
  font-size: 80% !important;
}

/* 太文字 */
.strong_txt {
  font-weight: bold;
}






/*------------------------------------------------------------
	ボーダー
------------------------------------------------------------*/
.border_dot {
  box-sizing: border-box;
  border-bottom: 1px dotted #ACA6B9;
}

.border_sol {
  box-sizing: border-box;
  border-bottom: 5px solid yellow;
	}

.border_soll {
      background: linear-gradient(transparent 60%, yellow 30%);
      display: inline-block;
}



/* ========= margin ========== */
.m0 {
  margin: 0rem !important;
}
@media screen and (max-width: 798px) {
  .m0 {
    margin: 0rem !important;
  }
}

.mt0 {
  margin-top: 0rem !important;
}
@media screen and (max-width: 798px) {
  .mt0 {
    margin-top: 0rem !important;
  }
}

.mb0 {
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 798px) {
  .mb0 {
    margin-bottom: 0rem !important;
  }
}

.ml0 {
  margin-left: 0rem !important;
}
@media screen and (max-width: 798px) {
  .ml0 {
    margin-left: 0rem !important;
  }
}

.mr0 {
  margin-right: 0rem !important;
}
@media screen and (max-width: 798px) {
  .mr0 {
    margin-right: 0rem !important;
  }
}

.mtb0 {
  margin: 0rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb0 {
    margin: 0rem auto !important;
  }
}

.mrl0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
@media screen and (max-width: 798px) {
  .mrl0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
}

.m5 {
  margin: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .m5 {
    margin: 0.25rem !important;
  }
}

.mt5 {
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .mt5 {
    margin-top: 0.25rem !important;
  }
}

.mb5 {
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .mb5 {
    margin-bottom: 0.25rem !important;
  }
}

.ml5 {
  margin-left: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .ml5 {
    margin-left: 0.25rem !important;
  }
}

.mr5 {
  margin-right: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .mr5 {
    margin-right: 0.25rem !important;
  }
}

.mtb5 {
  margin: 0.5rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb5 {
    margin: 0.25rem auto !important;
  }
}

.mrl5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .mrl5 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
}

.m10 {
  margin: 1rem !important;
}
@media screen and (max-width: 798px) {
  .m10 {
    margin: 0.5rem !important;
  }
}

.mt10 {
  margin-top: 1rem !important;
}
@media screen and (max-width: 798px) {
  .mt10 {
    margin-top: 0.5rem !important;
  }
}

.mb10 {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 798px) {
  .mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.ml10 {
  margin-left: 1rem !important;
}
@media screen and (max-width: 798px) {
  .ml10 {
    margin-left: 0.5rem !important;
  }
}

.mr10 {
  margin-right: 1rem !important;
}
@media screen and (max-width: 798px) {
  .mr10 {
    margin-right: 0.5rem !important;
  }
}

.mtb10 {
  margin: 1rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb10 {
    margin: 0.5rem auto !important;
  }
}

.mrl10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
@media screen and (max-width: 798px) {
  .mrl10 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}

.m15 {
  margin: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .m15 {
    margin: 0.75rem !important;
  }
}

.mt15 {
  margin-top: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .mt15 {
    margin-top: 0.75rem !important;
  }
}

.mb15 {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .mb15 {
    margin-bottom: 0.75rem !important;
  }
}

.ml15 {
  margin-left: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .ml15 {
    margin-left: 0.75rem !important;
  }
}

.mr15 {
  margin-right: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .mr15 {
    margin-right: 0.75rem !important;
  }
}

.mtb15 {
  margin: 1.5rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb15 {
    margin: 0.75rem auto !important;
  }
}

.mrl15 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .mrl15 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
}

.m20 {
  margin: 2rem !important;
}
@media screen and (max-width: 798px) {
  .m20 {
    margin: 1rem !important;
  }
}

.mt20 {
  margin-top: 2rem !important;
}
@media screen and (max-width: 798px) {
  .mt20 {
    margin-top: 1rem !important;
  }
}

.mb20 {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 798px) {
  .mb20 {
    margin-bottom: 1rem !important;
  }
}

.ml20 {
  margin-left: 2rem !important;
}
@media screen and (max-width: 798px) {
  .ml20 {
    margin-left: 1rem !important;
  }
}

.mr20 {
  margin-right: 2rem !important;
}
@media screen and (max-width: 798px) {
  .mr20 {
    margin-right: 1rem !important;
  }
}

.mtb20 {
  margin: 2rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb20 {
    margin: 1rem auto !important;
  }
}

.mrl20 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media screen and (max-width: 798px) {
  .mrl20 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}

.m25 {
  margin: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .m25 {
    margin: 1.25rem !important;
  }
}

.mt25 {
  margin-top: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .mt25 {
    margin-top: 1.25rem !important;
  }
}

.mb25 {
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .mb25 {
    margin-bottom: 1.25rem !important;
  }
}

.ml25 {
  margin-left: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .ml25 {
    margin-left: 1.25rem !important;
  }
}

.mr25 {
  margin-right: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .mr25 {
    margin-right: 1.25rem !important;
  }
}

.mtb25 {
  margin: 2.5rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb25 {
    margin: 1.25rem auto !important;
  }
}

.mrl25 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .mrl25 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
}

.m30 {
  margin: 3rem !important;
}
@media screen and (max-width: 798px) {
  .m30 {
    margin: 1.5rem !important;
  }
}

.mt30 {
  margin-top: 3rem !important;
}
@media screen and (max-width: 798px) {
  .mt30 {
    margin-top: 1.5rem !important;
  }
}

.mb30 {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 798px) {
  .mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.ml30 {
  margin-left: 3rem !important;
}
@media screen and (max-width: 798px) {
  .ml30 {
    margin-left: 1.5rem !important;
  }
}

.mr30 {
  margin-right: 3rem !important;
}
@media screen and (max-width: 798px) {
  .mr30 {
    margin-right: 1.5rem !important;
  }
}

.mtb30 {
  margin: 3rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb30 {
    margin: 1.5rem auto !important;
  }
}

.mrl30 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
@media screen and (max-width: 798px) {
  .mrl30 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}

.m35 {
  margin: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .m35 {
    margin: 1.75rem !important;
  }
}

.mt35 {
  margin-top: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .mt35 {
    margin-top: 1.75rem !important;
  }
}

.mb35 {
  margin-bottom: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .mb35 {
    margin-bottom: 1.75rem !important;
  }
}

.ml35 {
  margin-left: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .ml35 {
    margin-left: 1.75rem !important;
  }
}

.mr35 {
  margin-right: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .mr35 {
    margin-right: 1.75rem !important;
  }
}

.mtb35 {
  margin: 3.5rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb35 {
    margin: 1.75rem auto !important;
  }
}

.mrl35 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .mrl35 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
}

.m40 {
  margin: 4rem !important;
}
@media screen and (max-width: 798px) {
  .m40 {
    margin: 2rem !important;
  }
}

.mt40 {
  margin-top: 4rem !important;
}
@media screen and (max-width: 798px) {
  .mt40 {
    margin-top: 2rem !important;
  }
}

.mb40 {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 798px) {
  .mb40 {
    margin-bottom: 2rem !important;
  }
}

.ml40 {
  margin-left: 4rem !important;
}
@media screen and (max-width: 798px) {
  .ml40 {
    margin-left: 2rem !important;
  }
}

.mr40 {
  margin-right: 4rem !important;
}
@media screen and (max-width: 798px) {
  .mr40 {
    margin-right: 2rem !important;
  }
}

.mtb40 {
  margin: 4rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb40 {
    margin: 2rem auto !important;
  }
}

.mrl40 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
@media screen and (max-width: 798px) {
  .mrl40 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
}

.m45 {
  margin: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .m45 {
    margin: 2.25rem !important;
  }
}

.mt45 {
  margin-top: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .mt45 {
    margin-top: 2.25rem !important;
  }
}

.mb45 {
  margin-bottom: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .mb45 {
    margin-bottom: 2.25rem !important;
  }
}

.ml45 {
  margin-left: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .ml45 {
    margin-left: 2.25rem !important;
  }
}

.mr45 {
  margin-right: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .mr45 {
    margin-right: 2.25rem !important;
  }
}

.mtb45 {
  margin: 4.5rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb45 {
    margin: 2.25rem auto !important;
  }
}

.mrl45 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .mrl45 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
}

.m50 {
  margin: 5rem !important;
}
@media screen and (max-width: 798px) {
  .m50 {
    margin: 2.5rem !important;
  }
}

.mt50 {
  margin-top: 5rem !important;
}
@media screen and (max-width: 798px) {
  .mt50 {
    margin-top: 2.5rem !important;
  }
}

.mb50 {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 798px) {
  .mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.ml50 {
  margin-left: 5rem !important;
}
@media screen and (max-width: 798px) {
  .ml50 {
    margin-left: 2.5rem !important;
  }
}

.mr50 {
  margin-right: 5rem !important;
}
@media screen and (max-width: 798px) {
  .mr50 {
    margin-right: 2.5rem !important;
  }
}

.mtb50 {
  margin: 5rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb50 {
    margin: 2.5rem auto !important;
  }
}

.mrl50 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
@media screen and (max-width: 798px) {
  .mrl50 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
}

.m55 {
  margin: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .m55 {
    margin: 2.75rem !important;
  }
}

.mt55 {
  margin-top: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .mt55 {
    margin-top: 2.75rem !important;
  }
}

.mb55 {
  margin-bottom: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .mb55 {
    margin-bottom: 2.75rem !important;
  }
}

.ml55 {
  margin-left: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .ml55 {
    margin-left: 2.75rem !important;
  }
}

.mr55 {
  margin-right: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .mr55 {
    margin-right: 2.75rem !important;
  }
}

.mtb55 {
  margin: 5.5rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb55 {
    margin: 2.75rem auto !important;
  }
}

.mrl55 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .mrl55 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
}

.m60 {
  margin: 6rem !important;
}
@media screen and (max-width: 798px) {
  .m60 {
    margin: 3rem !important;
  }
}

.mt60 {
  margin-top: 6rem !important;
}
@media screen and (max-width: 798px) {
  .mt60 {
    margin-top: 3rem !important;
  }
}

.mb60 {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 798px) {
  .mb60 {
    margin-bottom: 3rem !important;
  }
}

.ml60 {
  margin-left: 6rem !important;
}
@media screen and (max-width: 798px) {
  .ml60 {
    margin-left: 3rem !important;
  }
}

.mr60 {
  margin-right: 6rem !important;
}
@media screen and (max-width: 798px) {
  .mr60 {
    margin-right: 3rem !important;
  }
}

.mtb60 {
  margin: 6rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb60 {
    margin: 3rem auto !important;
  }
}

.mrl60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
@media screen and (max-width: 798px) {
  .mrl60 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

.m65 {
  margin: 6.5rem !important;
}
@media screen and (max-width: 798px) {
  .m65 {
    margin: 3.25rem !important;
  }
}

.mt65 {
  margin-top: 6.5rem !important;
}
@media screen and (max-width: 798px) {
  .mt65 {
    margin-top: 3.25rem !important;
  }
}

.mb65 {
  margin-bottom: 6.5rem !important;
}
@media screen and (max-width: 798px) {
  .mb65 {
    margin-bottom: 3.25rem !important;
  }
}

.ml65 {
  margin-left: 6.5rem !important;
}
@media screen and (max-width: 798px) {
  .ml65 {
    margin-left: 3.25rem !important;
  }
}

.mr65 {
  margin-right: 6.5rem !important;
}
@media screen and (max-width: 798px) {
  .mr65 {
    margin-right: 3.25rem !important;
  }
}

.mtb65 {
  margin: 6.5rem auto !important;
}
@media screen and (max-width: 798px) {
  .mtb65 {
    margin: 3.25rem auto !important;
  }
}

.mrl65 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}
@media screen and (max-width: 798px) {
  .mrl65 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
}

/* ========= padding ========== */
.p5 {
  padding: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .p5 {
    padding: 0.25rem !important;
  }
}

.pt5 {
  padding-top: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .pt5 {
    padding-top: 0.25rem !important;
  }
}

.pb5 {
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .pb5 {
    padding-bottom: 0.25rem !important;
  }
}

.pl5 {
  padding-left: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .pl5 {
    padding-left: 0.25rem !important;
  }
}

.pr5 {
  padding-right: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .pr5 {
    padding-right: 0.25rem !important;
  }
}

.ptb5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .ptb5 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

.prl5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
@media screen and (max-width: 798px) {
  .prl5 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
}

.p10 {
  padding: 1rem !important;
}
@media screen and (max-width: 798px) {
  .p10 {
    padding: 0.5rem !important;
  }
}

.pt10 {
  padding-top: 1rem !important;
}
@media screen and (max-width: 798px) {
  .pt10 {
    padding-top: 0.5rem !important;
  }
}

.pb10 {
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 798px) {
  .pb10 {
    padding-bottom: 0.5rem !important;
  }
}

.pl10 {
  padding-left: 1rem !important;
}
@media screen and (max-width: 798px) {
  .pl10 {
    padding-left: 0.5rem !important;
  }
}

.pr10 {
  padding-right: 1rem !important;
}
@media screen and (max-width: 798px) {
  .pr10 {
    padding-right: 0.5rem !important;
  }
}

.ptb10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 798px) {
  .ptb10 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

.prl10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
@media screen and (max-width: 798px) {
  .prl10 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}

.p15 {
  padding: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .p15 {
    padding: 0.75rem !important;
  }
}

.pt15 {
  padding-top: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .pt15 {
    padding-top: 0.75rem !important;
  }
}

.pb15 {
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .pb15 {
    padding-bottom: 0.75rem !important;
  }
}

.pl15 {
  padding-left: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .pl15 {
    padding-left: 0.75rem !important;
  }
}

.pr15 {
  padding-right: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .pr15 {
    padding-right: 0.75rem !important;
  }
}

.ptb15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .ptb15 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

.prl15 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
@media screen and (max-width: 798px) {
  .prl15 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}

.p20 {
  padding: 2rem !important;
}
@media screen and (max-width: 798px) {
  .p20 {
    padding: 1rem !important;
  }
}

.pt20 {
  padding-top: 2rem !important;
}
@media screen and (max-width: 798px) {
  .pt20 {
    padding-top: 1rem !important;
  }
}

.pb20 {
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 798px) {
  .pb20 {
    padding-bottom: 1rem !important;
  }
}

.pl20 {
  padding-left: 2rem !important;
}
@media screen and (max-width: 798px) {
  .pl20 {
    padding-left: 1rem !important;
  }
}

.pr20 {
  padding-right: 2rem !important;
}
@media screen and (max-width: 798px) {
  .pr20 {
    padding-right: 1rem !important;
  }
}

.ptb20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 798px) {
  .ptb20 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.prl20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
@media screen and (max-width: 798px) {
  .prl20 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

.p25 {
  padding: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .p25 {
    padding: 1.25rem !important;
  }
}

.pt25 {
  padding-top: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .pt25 {
    padding-top: 1.25rem !important;
  }
}

.pb25 {
  padding-bottom: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .pb25 {
    padding-bottom: 1.25rem !important;
  }
}

.pl25 {
  padding-left: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .pl25 {
    padding-left: 1.25rem !important;
  }
}

.pr25 {
  padding-right: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .pr25 {
    padding-right: 1.25rem !important;
  }
}

.ptb25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .ptb25 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

.prl25 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
@media screen and (max-width: 798px) {
  .prl25 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
}

.p30 {
  padding: 3rem !important;
}
@media screen and (max-width: 798px) {
  .p30 {
    padding: 1.5rem !important;
  }
}

.pt30 {
  padding-top: 3rem !important;
}
@media screen and (max-width: 798px) {
  .pt30 {
    padding-top: 1.5rem !important;
  }
}

.pb30 {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 798px) {
  .pb30 {
    padding-bottom: 1.5rem !important;
  }
}

.pl30 {
  padding-left: 3rem !important;
}
@media screen and (max-width: 798px) {
  .pl30 {
    padding-left: 1.5rem !important;
  }
}

.pr30 {
  padding-right: 3rem !important;
}
@media screen and (max-width: 798px) {
  .pr30 {
    padding-right: 1.5rem !important;
  }
}

.ptb30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 798px) {
  .ptb30 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

.prl30 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
@media screen and (max-width: 798px) {
  .prl30 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

.p35 {
  padding: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .p35 {
    padding: 1.75rem !important;
  }
}

.pt35 {
  padding-top: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .pt35 {
    padding-top: 1.75rem !important;
  }
}

.pb35 {
  padding-bottom: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .pb35 {
    padding-bottom: 1.75rem !important;
  }
}

.pl35 {
  padding-left: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .pl35 {
    padding-left: 1.75rem !important;
  }
}

.pr35 {
  padding-right: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .pr35 {
    padding-right: 1.75rem !important;
  }
}

.ptb35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .ptb35 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

.prl35 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
@media screen and (max-width: 798px) {
  .prl35 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
}

.p40 {
  padding: 4rem !important;
}
@media screen and (max-width: 798px) {
  .p40 {
    padding: 2rem !important;
  }
}

.pt40 {
  padding-top: 4rem !important;
}
@media screen and (max-width: 798px) {
  .pt40 {
    padding-top: 2rem !important;
  }
}

.pb40 {
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 798px) {
  .pb40 {
    padding-bottom: 2rem !important;
  }
}

.pl40 {
  padding-left: 4rem !important;
}
@media screen and (max-width: 798px) {
  .pl40 {
    padding-left: 2rem !important;
  }
}

.pr40 {
  padding-right: 4rem !important;
}
@media screen and (max-width: 798px) {
  .pr40 {
    padding-right: 2rem !important;
  }
}

.ptb40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 798px) {
  .ptb40 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.prl40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
@media screen and (max-width: 798px) {
  .prl40 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

.p45 {
  padding: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .p45 {
    padding: 2.25rem !important;
  }
}

.pt45 {
  padding-top: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .pt45 {
    padding-top: 2.25rem !important;
  }
}

.pb45 {
  padding-bottom: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .pb45 {
    padding-bottom: 2.25rem !important;
  }
}

.pl45 {
  padding-left: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .pl45 {
    padding-left: 2.25rem !important;
  }
}

.pr45 {
  padding-right: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .pr45 {
    padding-right: 2.25rem !important;
  }
}

.ptb45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .ptb45 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}

.prl45 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
@media screen and (max-width: 798px) {
  .prl45 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
}

.p50 {
  padding: 5rem !important;
}
@media screen and (max-width: 798px) {
  .p50 {
    padding: 2.5rem !important;
  }
}

.pt50 {
  padding-top: 5rem !important;
}
@media screen and (max-width: 798px) {
  .pt50 {
    padding-top: 2.5rem !important;
  }
}

.pb50 {
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 798px) {
  .pb50 {
    padding-bottom: 2.5rem !important;
  }
}

.pl50 {
  padding-left: 5rem !important;
}
@media screen and (max-width: 798px) {
  .pl50 {
    padding-left: 2.5rem !important;
  }
}

.pr50 {
  padding-right: 5rem !important;
}
@media screen and (max-width: 798px) {
  .pr50 {
    padding-right: 2.5rem !important;
  }
}

.ptb50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 798px) {
  .ptb50 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

.prl50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
@media screen and (max-width: 798px) {
  .prl50 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
}

.p55 {
  padding: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .p55 {
    padding: 2.75rem !important;
  }
}

.pt55 {
  padding-top: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .pt55 {
    padding-top: 2.75rem !important;
  }
}

.pb55 {
  padding-bottom: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .pb55 {
    padding-bottom: 2.75rem !important;
  }
}

.pl55 {
  padding-left: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .pl55 {
    padding-left: 2.75rem !important;
  }
}

.pr55 {
  padding-right: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .pr55 {
    padding-right: 2.75rem !important;
  }
}

.ptb55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .ptb55 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}

.prl55 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
@media screen and (max-width: 798px) {
  .prl55 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
}

.p60 {
  padding: 6rem !important;
}
@media screen and (max-width: 798px) {
  .p60 {
    padding: 3rem !important;
  }
}

.pt60 {
  padding-top: 6rem !important;
}
@media screen and (max-width: 798px) {
  .pt60 {
    padding-top: 3rem !important;
  }
}

.pb60 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 798px) {
  .pb60 {
    padding-bottom: 3rem !important;
  }
}

.pl60 {
  padding-left: 6rem !important;
}
@media screen and (max-width: 798px) {
  .pl60 {
    padding-left: 3rem !important;
  }
}

.pr60 {
  padding-right: 6rem !important;
}
@media screen and (max-width: 798px) {
  .pr60 {
    padding-right: 3rem !important;
  }
}

.ptb60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 798px) {
  .ptb60 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.prl60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
@media screen and (max-width: 798px) {
  .prl60 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

/* -------------------------------
スタイルの初期化 */
body,
a,
div,
pre,
p,
blockquote,
b,
img form,
fieldset,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
embed,
object,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*ベースを10pxにしています*/
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  line-height: 1.4;
  color: #222222;
  text-autospace: ideograph-alpha;
  background: #fff;
}

a {
  text-decoration: none;
  color: #f5a200;
}
a:hover {
  text-decoration: underline;
}
a.has_arrow {
  position: relative;
  padding: 0 0 0 1.5rem;
  display: inline-block;
}
a.has_arrow:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 6px;
  left: 0;
  border: 7px solid transparent;
  border-left-color: #f5a200;
}
@media screen and (max-width: 798px) {
  a.has_arrow {
    position: relative;
    padding-left: 1rem;
  }
  a.has_arrow:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 2px;
    left: 0;
    border: 6px solid transparent;
    border-left-color: #f5a200;
  }
}
a img {
  border: 0;
  outline: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 798px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*--------------------
  gadget
---------------------*/
.is_none {
  display: none;
}

.w100 {
  width: 100%;
}

.coution {
  padding-left: 1em;
  text-indent: -1em;
}
.coution::before {
  content: "※";
}

.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

/*--------------------
header
---------------------*/
.header {
  position: fixed;
  position: relative;
  display: block;
}
@media screen and (max-width: 1060px) {
  .header {
    z-index: 9999;
  }
}
.header * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header .header_default {
  z-index: 99;
  position: relative;
  box-shadow: 0px 6px 9px 1px rgba(10, 2, 4, 0.1);
}
.header .is_active {
  display: block;
}
.header .header_inner {
  z-index: 99;
  position: relative;
  top: 100%;
  width: 100%;
  padding: 30px 30px 0;
}
.header .header_inner:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
@media screen and (max-width: 1200px) {
  .header .header_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .header .header_inner {
    display: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.header .header_left {
  float: left;
  vertical-align: top;
  max-width: 1180px;
}
@media screen and (max-width: 1060px) {
  .header .header_left {
    width: 100%;
    display: block;
  }
}
.header .header_right {
  float: right;
  display: table;
  text-align: right;
}
@media screen and (max-width: 1060px) {
  .header .header_right {
    display: none;
  }
}
.header .header_logo_pc {
  width: 390px;
  margin: 0 0 15px;
}
@media screen and (max-width: 1200px) {
  .header .header_logo_pc {
    width: 360px;
  }
}
@media screen and (max-width: 1060px) {
  .header .header_logo_pc {
    display: none;
  }
}
.header .header_logo_pc_s {
  display: none;
}
.header .header_logo_sp {
  display: none;
}
@media screen and (max-width: 1060px) {
  .header .header_logo_sp {
    display: block;
    width: 240px;
    padding: 20px 0 20px 10px;
  }
}
.header .header_right_sp {
  display: none;
  background: #fff;
}
@media screen and (max-width: 1060px) {
  .header .header_right_sp {
    display: block;
  }
}
.header .sub_nav {
  display: table-cell;
}
@media screen and (max-width: 1060px) {
  .header .sub_nav {
    margin-right: 0;
    display: block;
  }
}
.header .sub_nav .sub_nav_item {
  display: inline-block;
  margin: 0 10px 20px 0;
}
@media screen and (max-width: 1060px) {
  .header .sub_nav .sub_nav_item {
    display: block;
    margin: 0;
    border-top: 1px solid rgba(10, 2, 4, 0.1);
  }
}
.header .sub_nav .sub_nav_item:last-child {
  margin-right: 15px;
}
@media screen and (max-width: 1060px) {
  .header .sub_nav .sub_nav_item:last-child {
    margin-right: 0;
    border-bottom: 1px solid rgba(10, 2, 4, 0.1);
  }
}
.header .sub_nav a {
  position: relative;
  padding: 0 2rem 0 0;
  font-size: 1.2rem;
  color: #6a6a6a;
  text-decoration: none;
}
@media screen and (max-width: 1060px) {
  .header .sub_nav a {
    display: block;
    padding: 20px 0 20px 20px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
  }
}
.header .sub_nav a:after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icon_blank_02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1060px) {
  .header .sub_nav a:after {
    right: 20px;
  }
}
.header .sub_nav a:hover {
  color: #f5a200;
}
.header .tel_area {
  text-align: right;
  color: #f5a200;
}
@media screen and (max-width: 1060px) {
  .header .tel_area {
    padding: 20px 0;
    text-align: center;
  }
}
.header .tel_area .tel {
  display: inline;
  margin: 0 15px 0 0;
  width: 14.75%;
}
@media screen and (max-width: 1060px) {
  .header .tel_area .tel {
    display: none;
  }
}
.header .btn_emergency {
  display: inline-block;
  text-align: center;
  padding: 1.5rem 1rem;
  max-width: 160px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 4px;
  background: #f5a200;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .header .btn_emergency {
    font-size: 1.2rem;
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 1060px) {
  .header .btn_emergency {
    display: inline-block;
    min-width: 240px;
    margin: 0 auto;
  }
}
.header .btn_emergency:hover {
  background: #f5ba48;
}
.header .menu_trigger {
  display: none;
  z-index: 99;
  transition: all 0.4s ease;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 32px;
  height: 24px;
}
@media screen and (max-width: 1060px) {
  .header .menu_trigger {
    display: block;
  }
}
.header .menu_trigger span {
  display: inline-block;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f5a200;
}
.header .menu_trigger span:nth-of-type(1) {
  top: 0;
}
.header .menu_trigger span:nth-of-type(2) {
  top: 10px;
}
.header .menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.header .menu_trigger.is_active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.header .menu_trigger.is_active span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.header .menu_trigger.is_active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.header .gnav {
  clear: both;
  background: #fff;
}
.header .gnav a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6e6e6e;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .header .gnav a {
    font-size: 1.4rem;
  }
}
.header .gnav a:hover {
  color: #f5a200;
}
.header .gnav .gnav_list {
  display: flex;
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_list {
    display: block;
  }
}
.header .gnav .gnav_item {
  margin: 0 2.5% 0 0;
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_item {
    margin-right: 0;
    border-top: 1px solid rgba(10, 2, 4, 0.1);
  }
  .header .gnav .gnav_item:first-child {
    cursor: pointer;
  }
}
.header .gnav .gnav_item:hover > a {
  position: relative;
  color: #f5a200;
}
.header .gnav .gnav_item:hover > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-bottom: 2px solid #f5a200;
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_item:hover > a:after {
    border-bottom: none;
  }
}
.header .gnav .gnav_item:hover .gnav_child_list {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s, visibility 0.4s;
}
.header .gnav .gnav_item > a {
  position: relative;
  display: inline-block;
  padding: 0 0 20px;
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_item > a {
    width: 100%;
    padding: 20px 0 20px 20px;
  }
}
.header .gnav .gnav_item > a:hover:after, .header .gnav .gnav_item > a.is_active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_item > a:hover:after, .header .gnav .gnav_item > a.is_active:after {
    content: none;
  }
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_item > a:before {
    content: "＋";
    position: absolute;
    right: 18px;
    font-weight: bold;
    color: #f5a200;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_item > a.no_child:before {
    content: ">";
  }
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_item > a.is_active {
    color: #fff;
    background: #f5a200;
  }
  .header .gnav .gnav_item > a.is_active:before {
    content: "ー";
    color: #fff;
  }
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_parent_item {
    pointer-events: none;
    cursor: pointer;
  }
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_parent_item.no_child {
    pointer-events: auto;
  }
}
.header .gnav .gnav_child_list {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  background: #fff;
  border-top: 1px solid rgba(10, 2, 4, 0.1);
  box-shadow: 0px 9px 9px 1px rgba(10, 2, 4, 0.1);
}
@media screen and (max-width: 1200px) {
  .header .gnav .gnav_child_list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_child_list {
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 1060px) and (max-width: 1060px) {
  .header .gnav .gnav_child_list.is_active {
    display: block;
  }
}
.header .gnav .gnav_child_item {
  position: relative;
  display: inline-block;
  margin: 5px 40px;
  text-indent: -40px;
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_child_item {
    display: block;
    width: 100%;
    padding: 20px;
    text-indent: 0;
    margin: 0;
    border-top: 1px solid rgba(10, 2, 4, 0.1);
  }
}
.header .gnav .gnav_child_item:first-child {
  display: none;
  border: none;
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_child_item:first-child {
    display: block;
  }
  .header .gnav .gnav_child_item:first-child a {
    padding-left: 0;
  }
}
.header .gnav .gnav_child_item:last-child:after {
  content: none;
}
.header .gnav .gnav_child_item:after {
  position: absolute;
  right: -19px;
  top: 0.5em;
  content: "";
  display: block;
  height: 1em;
  width: 1px;
  background: #9f9f9f;
}
@media screen and (max-width: 1060px) {
  .header .gnav .gnav_child_item a {
    display: block;
    padding: 0 0 0 1em;
  }
  .header .gnav .gnav_child_item a:before {
    content: ">";
    position: absolute;
    right: 18px;
    font-weight: bold;
    color: #f5a200;
    font-size: 1.6rem;
  }
}

/*--------------------
header fixed
---------------------*/
.header .header_default .header_logo_pc_s {
  display: none;
}
.header .header_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (min-width: 1060px) {
  .header .header_fixed {
    animation: headerfadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: headerfadeIn 0.5s ease 0s 1 normal;
    background: #fff;
  }
}
@media screen and (max-width: 1060px) {
  .header .header_fixed {
    background: #fff;
  }
}
.header .header_fixed .header_logo_pc {
  display: none;
}
.header .header_fixed .header_logo_pc_s {
  display: block;
}
@media screen and (max-width: 1060px) {
  .header .header_fixed .header_logo_pc_s {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  .header .header_fixed .header_left {
    display: none;
    float: none;
    display: table-cell;
    width: 140px;
    vertical-align: top;
    padding-right: 30px;
  }
}
.header .header_fixed .header_right {
  display: none;
}
.header .header_fixed .header_inner {
  display: table;
}
@media screen and (min-width: 1060px) {
  .header .header_fixed .header_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header_fixed .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .header .header_fixed .header_inner {
    z-index: 1000;
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    width: 100%;
  }
}
@media screen and (min-width: 1060px) {
  .header .header_fixed .gnav {
    clear: none;
    display: table-cell;
    vertical-align: middle;
  }
  .header .header_fixed .gnav .gnav_parent_item {
    padding-top: 20px;
  }
  .header .header_fixed .header_right_sp {
    display: table-cell;
    vertical-align: middle;
  }
  .header .header_fixed .header_right_sp .sub_nav {
    display: none;
  }
  .header .header_fixed .header_right_sp .tel_area {
    display: block;
  }
}

@keyframes headerfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------
footer
---------------------*/
.footer {
  padding: 7.5% 0 0;
  background: #f2f2f2;
}
.footer .block_tel {
  background: #fff;
}
.footer .block_tel img:hover {
  opacity: 0.7;
}
.footer .block_btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 798px) {
  .footer .block_btn {
    display: block;
  }
}
.footer .block_btn .btn_link {
  width: 46.6666666667%;
}
@media screen and (max-width: 798px) {
  .footer .block_btn .btn_link {
    width: 100%;
    margin: 10px 0 0;
    padding: 20px 30px;
  }
}
.footer .block_summary {
  padding: 5% 0 0 0;
}
@media screen and (max-width: 798px) {
  .footer .block_summary {
    padding-top: 20.8333333333%;
  }
}
.footer .block_summary .logo {
  width: 32.5%;
  margin: 0 auto 2.5%;
}
@media screen and (max-width: 798px) {
  .footer .block_summary .logo {
    width: 78.125%;
  }
}
.footer .block_summary .lead {
  margin: 0 0 2.5%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #6e6e6e;
}
@media screen and (max-width: 798px) {
  .footer .block_summary .lead {
    font-size: 1.4rem;
  }
}
.footer .block_summary .bnr_list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 798px) {
  .footer .block_summary .bnr_list {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.footer .block_summary .bnr_item {
  width: 23.3333333333%;
}
@media screen and (max-width: 798px) {
  .footer .block_summary .bnr_item {
    margin-top: 7.8125%;
    width: 48%;
  }
}
.footer .block_summary .bnr_item a:hover {
  opacity: 0.7;
}
.footer .block_summary .bnr_item img {
  width: 100%;
}
.footer .block_summary .link_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 798px) {
  .footer .block_summary .link_list {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
}
.footer .block_summary .link_list .link_item {
  margin: 0 2.0833333333%;
}
.footer .block_summary .link_list .link_item a[target=_blank] {
  position: relative;
}
.footer .block_summary .link_list .link_item a[target=_blank]:after {
  position: absolute;
  right: -2rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon_blank_02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .footer .block_summary .link_list .link_item a[target=_blank]:after {
    right: 20px;
  }
}
.footer .block_summary .link_list a {
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: bold;
  color: #6e6e6e;
}
@media screen and (max-width: 798px) {
  .footer .block_summary .link_list a {
    position: relative;
    display: block;
    padding: 2rem 0;
    text-align: left;
    border-top: 1px solid rgba(10, 2, 4, 0.1);
  }
  .footer .block_summary .link_list a:after {
    position: absolute;
    top: calc(50% - 0.6em);
    right: 0;
    content: ">";
  }
}
.footer .block_summary .link_list a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 798px) {
  .footer .block_summary .link_list a:hover {
    text-decoration: none;
  }
}
.footer .copyright {
  margin: 5% 0 0 0;
  padding: 30px 0 130px 0;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  border-top: 1px solid #f5a200;
  background: #f5a200;
}
@media screen and (max-width: 798px) {
  .footer .copyright {
    padding-bottom: 39.0625%;
  }
}
.footer .copyright span {
  font-family: Verdana, "Droid Sans";
}

/*--------------------
module
---------------------*/
.block_btn {
  text-align: center;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 798px) {
  .block_btn {
    margin-top: 20px;
  }
}

.btn_link {
  position: relative;
  display: inline-block;
  min-width: auto;
  margin: 10px 10px 0 10px;
  padding: 20px 60px;
  line-height: 1.2em;
  font-size: 1.5rem;
  font-weight: bold;
  background: #f5a200;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.btn_link:after {
  position: absolute;
  top: calc(50% - 0.6em);
  right: 15px;
  content: ">";
}
.btn_link:hover {
  color: #fff;
  background: #f5ba48;
  text-decoration: none;
}
.btn_link.w100 {
  width: 100%;
}
.btn_link.has_blank:after {
  position: absolute;
  top: 20px;
  right: 15px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_blank.png) no-repeat;
  background-size: contain;
}

.btn_estimate {
  display: block;
  width: 268px;
  height: 80px;
  padding: 20px 0;
  background: #4fbc4f;
  text-align: center;
}
.btn_estimate:hover {
  color: #fff;
  opacity: 0.9;
}
.btn_estimate img {
  width: 224px;
}
@media screen and (max-width: 798px) {
  .btn_estimate {
    max-width: 80.2005012531vw;
  }
}

.btn_request {
  display: block;
  width: 268px;
  height: 80px;
  padding: 20px 0;
  background: #ff6d00;
  text-align: center;
}
.btn_request:hover {
  color: #fff;
  opacity: 0.9;
}
.btn_request img {
  width: 226px;
}
@media screen and (max-width: 798px) {
  .btn_request {
    max-width: 80.2005012531vw;
  }
}

.tag_num {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #f5a200;
}
@media screen and (max-width: 798px) {
  .tag_num {
    font-size: 1.6rem;
  }
}
.tag_num .num {
  font-size: 3.4rem;
  font-style: italic;
  color: #ec6841;
}
@media screen and (max-width: 798px) {
  .tag_num .num {
    font-size: 2.4rem;
  }
}

.tag_num_b {
  display: inline-block;
  padding: 6px 8px 6px;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #f5a200;
  border: 3px solid #f5a200;
  border-radius: 4px;
}
@media screen and (max-width: 798px) {
  .tag_num_b {
    font-size: 1.6rem;
    border: 2px solid #f5a200;
  }
}
.tag_num_b .num {
  color: #ec6841;
  margin: 2px 0 0 0;
}
.tag_num_b _:-ms-fullscreen, :root .tag_num_b {
  padding-top: 10px;
  padding-bottom: 2px;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: calc(100% - 40px);
  }
}

.main {
  display: block;
  margin: 50px auto 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
.main:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
@media screen and (max-width: 798px) {
  .main {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
.main .contents {
  float: left;
  width: 70%;
  padding: 0 0 240px 0;
}
@media screen and (max-width: 798px) {
  .main .contents {
    float: none;
    width: 100%;
    padding-bottom: 120px;
  }
}
.main .side {
  float: right;
  width: 25%;
  margin: 0 0 10%;
}
@media screen and (max-width: 798px) {
  .main .side {
    float: none;
    margin: 50px 0 0 0;
    width: 100%;
  }
}

.page_kv {
  display: table;
  width: 100%;
  height: 260px;
  background: url(../img/page_kv.jpg) no-repeat right top;
  background-size: cover;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 798px) {
  .page_kv {
    height: 170px;
  }
}
.page_kv .kv_txt_inner {
  display: table-cell;
  vertical-align: middle;
}
.page_kv .ttl_l {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 3.2rem;
  color: #f5a200;
  font-weight: bold;
  text-shadow: #fff 2px 1px 14px, #fff -2px 1px 14px, #fff 2px -1px 14px, #fff -2px -1px 14px, #fff 1px 1px 14px, #fff -1px 1px 14px, #fff 1px -1px 14px, #fff -1px -1px 2px;
}
@media screen and (max-width: 1200px) {
  .page_kv .ttl_l {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 798px) {
  .page_kv .ttl_l {
    font-size: 2.2rem;
  }
}
.page_kv .ttl_l .sub_txt {
  margin: 0.5rem 0 0 0;
  display: block;
  font-size: 2rem;
  font-weight: normal;
  color: #6e6e6e;
}
@media screen and (max-width: 798px) {
  .page_kv .ttl_l .sub_txt {
    font-size: 1.4rem;
  }
}

.ttl_m {
  position: relative;
  display: inline;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #f5a200;
  background: linear-gradient(transparent 60%, #fdf3d1 60%);
}
@media screen and (max-width: 798px) {
  .ttl_m {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.ttl_m:after {
  content: "";
  display: block;
  margin: 0 0 40px 0;
}

.ttl_s {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 0 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #6e6e6e;
}
@media screen and (max-width: 798px) {
  .ttl_s {
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    font-size: 1.6rem;
  }
}
.ttl_s.has_bdr {
  border-left: 4px solid #f5a200;
}
.ttl_s.has_bdr_02 {
  border-left: 4px solid #f2f2f2;
}

.ttl_xs {
  margin: 0 0 10px;
  padding: 0 0 5px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #ec6841;
}
@media screen and (max-width: 798px) {
  .ttl_xs {
    font-size: 1.6rem;
  }
}
.ttl_xs.has_bdr {
  border-bottom: 1px dotted #ec6841;
}
.ttl_xs a {
  font-weight: bold;
}

.ttl_xs_2 {
  margin: 0 0 20px;
  padding: 8px 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #f5a200;
  border-radius: 8px;
}
.ttl_xs_2 _:-ms-fullscreen, :root .ttl_xs_2 {
  padding: 16px 10px 4px;
}
@media screen and (max-width: 798px) {
  .ttl_xs_2 {
    font-size: 1.6rem;
  }
}

.ttl_xs_3 {
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  color: #f5a200;
}
.ttl_xs_3 _:-ms-fullscreen, :root .ttl_xs_3 {
  padding: 16px 10px 4px;
}
@media screen and (max-width: 798px) {
  .ttl_xs_3 {
    font-size: 2rem;
  }
}
.ttl_xs_3.pink {
  color: #ec6841;
}



.breadcrumb {
  margin-top: 50px;
}
@media screen and (max-width: 798px) {
  .breadcrumb {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}
.breadcrumb ul li {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 6rem 0 0;
  color: #6e6e6e;
}
@media screen and (max-width: 798px) {
  .breadcrumb ul li {
    margin-right: 3rem;
  }
}
.breadcrumb ul li::before {
  content: ">";
  position: absolute;
  right: -3.5rem;
}
@media screen and (max-width: 798px) {
  .breadcrumb ul li::before {
    right: -2.2rem;
  }
}
.breadcrumb ul li:last-child::before {
  content: none;
}
.breadcrumb ul li a {
  text-decoration: none;
  color: #f5a200;
  font-weight: bold;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}

.block_img_tl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media screen and (max-width: 798px) {
  .block_img_tl {
    display: block;
  }
}
.block_img_tl .img {
  width: 35.7142857143%;
}
@media screen and (max-width: 798px) {
  .block_img_tl .img {
    width: 100%;
  }
}
.block_img_tl .img img {
  width: 100%;
}
.block_img_tl .img .notes {
  display: block;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: center;
}
.block_img_tl .txt {
  width: 60.7142857143%;
}
@media screen and (max-width: 798px) {
  .block_img_tl .txt {
    width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .block_img_tl .paragraph {
    margin-top: 1em;
  }
}
.block_img_tl .paragraph:nth-of-type(n + 2) {
  margin-top: 1em;
}

.block_img_m_tl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media screen and (max-width: 798px) {
  .block_img_m_tl {
    display: block;
  }
}
.block_img_m_tl .img {
  width: 21.4285714286%;
}
@media screen and (max-width: 798px) {
  .block_img_m_tl .img {
    width: 75%;
    margin: 0 auto;
  }
}
.block_img_m_tl .img img {
  width: 100%;
}
.block_img_m_tl .img .notes {
  display: block;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: center;
}
.block_img_m_tl .txt {
  width: 75%;
}
@media screen and (max-width: 798px) {
  .block_img_m_tl .txt {
    width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .block_img_m_tl .paragraph {
    margin-top: 1em;
  }
}
.block_img_m_tl .paragraph:nth-of-type(n + 2) {
  margin-top: 1em;
}

.block_img_tr {
  overflow: hidden;
  margin: 0 0 30px;
}
.block_img_tr .img {
  float: right;
  width: 35.7142857143%;
}
@media screen and (max-width: 798px) {
  .block_img_tr .img {
    float: none;
    width: 100%;
  }
}
.block_img_tr .img img {
  width: 100%;
}
.block_img_tr .img .notes {
  display: block;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: center;
}
.block_img_tr .txt {
  float: left;
  width: 60.7142857143%;
}
@media screen and (max-width: 798px) {
  .block_img_tr .txt {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .block_img_tr .paragraph {
    margin-top: 1em;
  }
}
.block_img_tr .paragraph:nth-of-type(n + 2) {
  margin-top: 1em;
}

.block_img_m_tr {
  overflow: hidden;
  margin: 0 0 30px;
}
.block_img_m_tr .img {
  float: right;
  width: 21.4285714286%;
}
@media screen and (max-width: 798px) {
  .block_img_m_tr .img {
    float: none;
    width: 75%;
    margin: 0 auto;
  }
}
.block_img_m_tr .img img {
  width: 100%;
}
.block_img_m_tr .img .notes {
  display: block;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: center;
}
.block_img_m_tr .txt {
  float: left;
  width: 75%;
}
@media screen and (max-width: 798px) {
  .block_img_m_tr .txt {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .block_img_m_tr .paragraph {
    margin-top: 1em;
  }
}
.block_img_m_tr .paragraph:nth-of-type(n + 2) {
  margin-top: 1em;
}

.block_img_bl {
  overflow: hidden;
  margin: 0 0 30px;
}
.block_img_bl .img {
  float: left;
  width: 35.7142857143%;
}
@media screen and (max-width: 798px) {
  .block_img_bl .img {
    float: none;
    width: 100%;
    margin-top: 2rem;
  }
}
.block_img_bl .img img {
  width: 100%;
}
.block_img_bl .img .notes {
  display: block;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: center;
}
.block_img_bl .txt {
  float: right;
  width: 60.7142857143%;
}
@media screen and (max-width: 798px) {
  .block_img_bl .txt {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .block_img_bl .paragraph {
    margin: 1em 0 0 0;
  }
}
.block_img_bl .paragraph:nth-of-type(n + 2) {
  margin-top: 1em;
}

.block_img_m_bl {
  overflow: hidden;
  margin: 0 0 30px;
}
.block_img_m_bl .img {
  float: left;
  width: 21.4285714286%;
}
@media screen and (max-width: 798px) {
  .block_img_m_bl .img {
    float: none;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
  }
}
.block_img_m_bl .img img {
  width: 100%;
}
.block_img_m_bl .img .notes {
  display: block;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: center;
}
.block_img_m_bl .txt {
  float: right;
  width: 75%;
}
@media screen and (max-width: 798px) {
  .block_img_m_bl .txt {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .block_img_m_bl .paragraph {
    margin: 1em 0 0 0;
  }
}
.block_img_m_bl .paragraph:nth-of-type(n + 2) {
  margin-top: 1em;
}

.block_img_br {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media screen and (max-width: 798px) {
  .block_img_br {
    display: block;
  }
}
.block_img_br .img {
  width: 35.7142857143%;
}
@media screen and (max-width: 798px) {
  .block_img_br .img {
    width: 100%;
    margin-top: 2rem;
  }
}
.block_img_br .img img {
  width: 100%;
}
.block_img_br .img .notes {
  display: block;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: center;
}
.block_img_br .txt {
  width: 60.7142857143%;
}
@media screen and (max-width: 798px) {
  .block_img_br .txt {
    width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .block_img_br .paragraph {
    margin-top: 1em;
  }
}
.block_img_br .paragraph:nth-of-type(n + 2) {
  margin-top: 1em;
}

.block_img_m_br {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media screen and (max-width: 798px) {
  .block_img_m_br {
    display: block;
  }
}
.block_img_m_br .img {
  width: 21.4285714286%;
}
@media screen and (max-width: 798px) {
  .block_img_m_br .img {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
  }
}
.block_img_m_br .img img {
  width: 100%;
}
.block_img_m_br .img .notes {
  display: block;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: center;
}
.block_img_m_br .txt {
  width: 75%;
}
@media screen and (max-width: 798px) {
  .block_img_m_br .txt {
    width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .block_img_m_br .paragraph {
    margin-top: 1em;
  }
}
.block_img_m_br .paragraph:nth-of-type(n + 2) {
  margin-top: 1em;
}

.block_store {
  padding: 30px;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 798px) {
  .block_store {
    padding: 15px 15px 30px;
  }
}
.block_store:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 798px) {
  .block_store:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
.block_store .block_store_inner:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.block_store dd {
  float: right;
  width: 70.5128205128%;
}
@media screen and (max-width: 798px) {
  .block_store dd {
    width: 100%;
    float: none;
  }
}
.block_store .thumb {
  float: left;
  width: 23.8095238095%;
}
@media screen and (max-width: 798px) {
  .block_store .thumb {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.block_store .name {
  margin: 0 0 15px;
}
@media screen and (max-width: 798px) {
  .block_store .name {
    margin-top: 20px;
  }
}
.block_store .address {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 798px) {
  .block_store .address {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.block_store .tel {
  margin: 0 0 10px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #f5ba48;
}
.block_store .tel a[href^="tel:"] {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 769px) {
  .block_store .tel a[href^="tel:"] {
    pointer-events: none;
  }
}

.flex.col_2 .block_store:nth-of-type(n + 2) {
  margin-top: 0;
}

.flex.col_2n .block_store:nth-of-type(n + 2) {
  margin-top: 0;
}


@media screen and (max-width: 798px) {
  .flex.col_2 .block_store:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 798px) {
  .flex.col_2n .block_store:nth-of-type(n + 2) {
    margin-top: 0;
  }
}


.flex.col_2 .block_store:nth-of-type(n + 3) {
  margin-top: 30px;
}

.flex.col_2n .block_store:nth-of-type(n + 3) {
  margin-top: 30px;
}

.block_shoppoint_list_outer {
  background: url(../img/bg/bg_shop.jpg) no-repeat 0 0;
}
@media screen and (max-width: 798px) {
  .block_shoppoint_list_outer {
    background: none;
  }
}

.block_shoppoint_list {
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 798px) {
  .block_shoppoint_list {
    display: block;
    margin: 0 0 25px;
  }
}
.block_shoppoint_list .shoppoint_item {
  width: calc(50% - 10px);
  padding: 15px;
  border: 2px solid #d4d2ce;
  margin: 20px 20px 0 0;
  background: #fff;
}
.block_shoppoint_list .shoppoint_item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 798px) {
  .block_shoppoint_list .shoppoint_item {
    width: 100%;
    margin: 20px 0;
  }
}
.block_shoppoint_list .ttl {
  margin: 0 0 5px;
  padding: 0 0 0 10px;
  border-left: 3px solid #00cc00;
  color: #fff;
  background: #666666;
}

@media screen and (max-width: 798px) {
  .bnr {
    margin: 20px 0 0 0;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f5ba48;
}
.table .brw {
  border-right: 1px solid #fff;
}
.table .bbw {
  border-bottom: 1px solid #fff;
}
.table th {
  width: 20%;
  background: #f5ba48;
  padding: 20px;
  color: #fff;
}
.table td {
  width: 80%;
  padding: 20px;
  border: 1px solid #f5ba48;
}
@media screen and (max-width: 798px) {
  .table.col_2 th {
    width: 30%;
  }
  .table.col_2 td {
    width: 70%;
  }
}

.pager ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pager li {
  width: 40px;
  text-align: center;
  margin: 10px;
}
@media screen and (max-width: 798px) {
  .pager li {
    display: none;
  }
}
.pager li a {
  display: block;
  line-height: 40px;
  text-decoration: none;
  border: 4px solid #f2f2f2;
}
.pager li a:hover {
  border: 4px solid #f5a200;
  color: #fff;
  background: #f5a200;
}
.pager li a.is_current {
  background: #f2f2f2;
  pointer-events: none;
}
.pager li span {
  opacity: 0.5;
  display: block;
  line-height: 40px;
  text-decoration: none;
  border: 4px solid #f2f2f2;
}
.pager li.back,
.pager li.next {
  width: auto;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 798px) {
  .pager li.back,
.pager li.next {
    display: block;
    padding-top: 0;
    margin: 0 1rem;
  }
}
.pager li.back a,
.pager li.next a {
  text-decoration: none;
  line-height: 1em;
  border: none;
}
@media screen and (max-width: 798px) {
  .pager li.back a,
.pager li.next a {
    color: #fff;
    width: 38vw;
    line-height: 3.5em;
    background: #f5a200;
  }
}
.pager li.back a:hover,
.pager li.next a:hover {
  border: none;
  background: none;
  color: #f5ba48;
}
@media screen and (max-width: 798px) {
  .pager li.back a:hover,
.pager li.next a:hover {
    background: #f5a200;
    color: #fff;
  }
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 798px) {
  .flex {
    display: block;
  }
}
.flex.col_2 .col_inner {
  width: calc(50% - 15px);
  margin-right: 30px;
  text-align: center;
}

.flex.col_2n .col_inner {
  width: calc(50% - 15px);
  margin-right: 30px;
  text-align: center;
}

.flex.col_2 .col_inner:nth-child(2n) {
  margin-right: 0;
}

.flex.col_2n .col_inner:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 798px) {
  .flex.col_2 .col_inner {
    width: 100%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 798px) {
  .flex.col_2n .col_inner {
    width: 100%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 798px) {
  .flex.col_2 .col_inner img {
    width: 75%;
  }
}

@media screen and (max-width: 798px) {
  .flex.col_2n .col_inner img {
    width: 50%;
  }
}

.flex.col_3 .col_inner {
  width: calc(33.3333% - 20px);
  margin-right: 30px;
  text-align: center;
}
.flex.col_3 .col_inner:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 798px) {
  .flex.col_3 .col_inner img {
    width: 100%;
  }
}
.flex.col_4 .col_inner {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  text-align: center;
}
.flex.col_4 .col_inner:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 798px) {
  .flex.col_4 .col_inner img {
    width: 50%;
  }
}
@media screen and (max-width: 798px) {
  .flex.col_2 .col_inner, .flex.col_3 .col_inner, .flex.col_4 .col_inner {
    width: 100%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 798px) {
  .flex.col_2n {
    width: 100%;
    margin: 20px 0;
  }
}

.flex .thumb img {
  width: 100%;
}

.num_box_wrapper .box_inner {
  margin: 20px auto;
  padding-left: 2em;
  text-align: left;
}
.num_box_wrapper .box_inner .num_ttl {
  position: relative;
}
.num_box_wrapper .box_inner .num_ttl::after {
  content: "00.";
  position: absolute;
  top: 0;
  left: -2em;
}
.num_box_wrapper .box_inner:nth-child(1) .num_ttl::after {
  content: "01.";
}
.num_box_wrapper .box_inner:nth-child(2) .num_ttl::after {
  content: "02.";
}
.num_box_wrapper .box_inner:nth-child(3) .num_ttl::after {
  content: "03.";
}
.num_box_wrapper .box_inner:nth-child(4) .num_ttl::after {
  content: "04.";
}
.num_box_wrapper .box_inner:nth-child(5) .num_ttl::after {
  content: "05.";
}
.num_box_wrapper .box_inner:nth-child(6) .num_ttl::after {
  content: "06.";
}
.num_box_wrapper .box_inner:nth-child(7) .num_ttl::after {
  content: "07.";
}
.num_box_wrapper .box_inner:nth-child(8) .num_ttl::after {
  content: "08.";
}
.num_box_wrapper .box_inner:nth-child(9) .num_ttl::after {
  content: "09.";
}
.num_box_wrapper .box_inner:nth-child(10) .num_ttl::after {
  content: "10.";
}

.step .step_area {
  display: block;
}
.step .step_area .step_inr {
  position: relative;
  margin-bottom: 50px;
}
.step .step_area .step_inr::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 40px);
  margin: auto;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #f5a200;
}
@media screen and (max-width: 798px) {
  .step .step_area .step_inr::before {
    right: 0;
    left: 0;
    bottom: -50px;
    transform: translateY(-60%) rotate(0deg);
  }
}
.step .step_area .step_inr:last-child {
  margin-left: 0;
}
.step .step_area .step_inr:last-child::before {
  content: none;
}
.step .step_area.flex_step {
  display: flex;
}
.step .step_area.flex_step .step_inr + .step_inr {
  margin-left: 30px;
}
.step .step_area.flex_step .step_inr::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 30px);
  bottom: auto;
  left: -21px;
  margin: auto;
  border-left: 15px solid #f5a200;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.step .step_area.flex_step .step_inr:first-child::before {
  content: none;
}
@media screen and (max-width: 798px) {
  .step .step_area.flex_step {
    display: block;
  }
  .step .step_area.flex_step .step_inr + .step_inr {
    margin-left: 0;
  }
  .step .step_area.flex_step .step_inr::before {
    top: -23px;
    left: 0;
    bottom: auto;
    margin: auto;
    transform: rotate(90deg);
  }
}

.side .block_knowledge {
  margin: 0 0 20px;
  text-align: center;
  border: 1px solid #f5a200;
  border-radius: 10px;
  overflow: hidden;
}
.side .block_knowledge .ttl {
  padding: 20px 0;
  background: #f5a200;
  color: #fff;
  font-size: 2rem;
}
.side .block_knowledge .ttl a {
  font-size: 2rem;
  color: #fff;
}
.side .block_knowledge .list li:not(.child_nav) {
  position: relative;
  display: table;
  width: 100%;
  height: 6rem;
}
.side .block_knowledge .list li:not(.child_nav):after {
  position: absolute;
  right: 15px;
  content: ">";
  top: calc(50% - 0.8em);
  color: #f5a200;
}
.side .block_knowledge .list li:not(.child_nav) a, .side .block_knowledge .list li:not(.child_nav) span {
  position: relative;
  display: table-cell;
  padding: 0 30px;
  font-size: 1.6rem;
  border-top: 1px solid #f5a200;
  text-decoration: none;
  text-align: left;
  color: #f5a200;
  line-height: 1.5;
  vertical-align: middle;
}
.side .block_knowledge .list li:not(.child_nav) a:hover, .side .block_knowledge .list li:not(.child_nav) span:hover {
  cursor: pointer;
  background: #f2f2f2;
}
.side .block_knowledge .list li:not(.child_nav).parent_nav {
  position: relative;
}
.side .block_knowledge .list li:not(.child_nav).parent_nav:after {
  content: "＋";
  right: 18px;
  font-weight: bold;
  font-size: 1.6rem;
}
.side .block_knowledge .list li:not(.child_nav).parent_nav.is_active {
  background: #f2f2f2;
}
.side .block_knowledge .list li:not(.child_nav).parent_nav.is_active:after {
  content: "ー";
}
.side .block_knowledge .list .child_nav {
  display: none;
}
.side .bnr {
  display: block;
  margin: 0 0 20px;
}
.side .bnr:hover {
  opacity: 0.7;
}
.side .bnr:hover.not_active {
  opacity: 1;
}
.side .bnr img {
  width: 100%;
}

.block_local {
  margin: 0 0 50px;
  width: 100%;
}
@media screen and (max-width: 798px) {
  .block_local {
    margin-bottom: 30px;
  }
}
.block_local .txt {
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 798px) {
  .block_local .txt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.block_local .list_local {
  margin: 30px 0 0 0;
}
.block_local .list_local:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.block_local .list_item {
  float: left;
  text-align: center;
  width: 48%;
  padding: 30px 20px 30px;
  border: 8px solid #f2f2f2;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 798px) {
  .block_local .list_item {
    float: none;
    width: 100%;
  }
}
.block_local .list_item:nth-child(even) {
  float: right;
}
@media screen and (max-width: 798px) {
  .block_local .list_item:nth-child(even) {
    float: none;
    margin-top: 20px;
  }
}
.block_local .list_item:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 798px) {
  .block_local .list_item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.block_local .list_item .ttl {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 5px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #f5a200;
}
@media screen and (max-width: 798px) {
  .block_local .list_item .ttl {
    font-size: 1.8rem;
  }
}
.block_local .list_item .ttl span {
  color: #ec6841;
}
.block_local .list_item .ttl.has_bdr:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background: #f5ba48;
}
.block_local .list_item .thumb {
  margin: 0 0 10px;
}
.block_local .list_item .thumb img:hover {
  opacity: 0.7;
}
.block_local .list_item .block_btn {
  margin-top: 15px;
}

.block_bdr_yellow {
  padding: 20px 0 20px;
  text-align: center;
  border: 1px solid #f5ba48;
}
.block_bdr_yellow .ttl {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #f5a200;
}
@media screen and (max-width: 798px) {
  .block_bdr_yellow .ttl {
    font-size: 2rem;
    padding-bottom: 5px;
  }
}
.block_bdr_yellow .img {
  padding: 0 20px;
}
.block_bdr_yellow .img img {
  width: 100%;
}
.block_bdr_yellow .explain {
  margin: 10px 0 0 0;
  padding: 0 10px;
}

.block_bdr_yellow_2 {
  padding: 0 0 10px;
  text-align: center;
  border: 1px solid #f5ba48;
}
.block_bdr_yellow_2 .ttl {
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #f5a200;
  line-height: 1.2;
}
.block_bdr_yellow_2 .ttl .kana {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 798px) {
  .block_bdr_yellow_2 .ttl {
    font-size: 2rem;
    padding-bottom: 5px;
  }
}
.block_bdr_yellow_2 .img {
  padding: 0 20px;
}
.block_bdr_yellow_2 .img img {
  width: 100%;
}
.block_bdr_yellow_2 .price {
  margin: 10px 0 0 0;
  padding: 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ec6841;
}

.block_bg_yellow {
  padding: 20px;
  background: #fff8ea;
}
.block_bg_yellow .ttl {
  font-size: 2.8rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 798px) {
  .block_bg_yellow .ttl {
    font-size: 2.2rem;
  }
}
.block_bg_yellow .ttl.has_bdr {
  border-bottom: 1px solid #f5a200;
}
.block_bg_yellow .subttl {
  margin: 0 0 10px;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 798px) {
  .block_bg_yellow .subttl {
    font-size: 1.8rem;
  }
}

.faq_box_wrapper .box_inner {
  margin: 20px auto;
  padding-left: 3em;
  text-align: left;
  position: relative;
}
.faq_box_wrapper .box_inner:last-of-type {
  margin-bottom: 50px;
}
.faq_box_wrapper .box_inner .faq_ttl {
  position: relative;
  padding: 20px;
}
.faq_box_wrapper .box_inner .faq_ttl::before {
  z-index: -9;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -45px;
  display: block;
  max-width: 840px;
  height: 100%;
  background: #fff8ea;
}
.faq_box_wrapper .box_inner .faq_ttl::after {
  content: "Q";
  position: absolute;
  top: 20px;
  left: -1.5em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 2em;
  background: #f5a200;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_box_wrapper .box_inner .faq_ttl.answer::after {
  content: "A";
  background-color: #ec6841;
}
.faq_box_wrapper .box_inner .faq_ttl.answer::before {
  background: #fff2ee;
}
.faq_box_wrapper .box_inner .faq_ttl .sns-badge {
  text-align: right;
}

.step .step_area .step_inr .ttl_s {
  padding-left: 4.5rem;
  border-left: 4px solid #f5a200;
}
.step .step_area .step_inr .ttl_s::before {
  content: "";
  position: absolute;
  left: 10px;
  color: #f5a200;
}
.step .step_area .step_inr .ttl_s.no_num {
  padding-left: 2rem;
}
.step .step_area .step_inr .ttl_s.no_num::before {
  display: none;
}
.step .step_area .step_inr ul.list_disc {
  list-style-type: disc;
  padding-left: 1em;
}
.step .step_area .step_inr .txt span {
  color: #ec6841;
}
.step .step_area .step_inr:nth-child(1) .ttl_s::before {
  content: "01.";
}
.step .step_area .step_inr:nth-child(2) .ttl_s::before {
  content: "02.";
}
.step .step_area .step_inr:nth-child(3) .ttl_s::before {
  content: "03.";
}
.step .step_area .step_inr:nth-child(4) .ttl_s::before {
  content: "04.";
}
.step .step_area .step_inr:nth-child(5) .ttl_s::before {
  content: "05.";
}
.step .step_area .step_inr:nth-child(6) .ttl_s::before {
  content: "06.";
}
.step .step_area .step_inr:nth-child(7) .ttl_s::before {
  content: "07.";
}
.step .step_area .step_inr:nth-child(8) .ttl_s::before {
  content: "08.";
}
.step .step_area .step_inr:nth-child(9) .ttl_s::before {
  content: "09.";
}
.step .step_area .step_inr:nth-child(10) .ttl_s::before {
  content: "10.";
}
.step .step_area .step_inr:nth-child(11) .ttl_s::before {
  content: "11.";
}
.step .step_area .step_inr:nth-child(12) .ttl_s::before {
  content: "12.";
}
.step .step_area .step_inr:nth-child(13) .ttl_s::before {
  content: "13.";
}
.step .step_area .step_inr:nth-child(14) .ttl_s::before {
  content: "14.";
}
.step .step_area .step_inr:nth-child(15) .ttl_s::before {
  content: "15.";
}
.step .step_area .step_inr:nth-child(16) .ttl_s::before {
  content: "16.";
}
.step .step_area .step_inr:nth-child(17) .ttl_s::before {
  content: "17.";
}
.step .step_area .step_inr:nth-child(18) .ttl_s::before {
  content: "18.";
}
.step .step_area .step_inr:nth-child(19) .ttl_s::before {
  content: "19.";
}
.step .step_area .step_inr:nth-child(20) .ttl_s::before {
  content: "20.";
}
.step .step_area .step_inr:nth-child(21) .ttl_s::before {
  content: "21.";
}
.step .step_area .step_inr:nth-child(22) .ttl_s::before {
  content: "22.";
}
.step .step_area .step_inr:nth-child(23) .ttl_s::before {
  content: "23.";
}
.step .step_area .step_inr:nth-child(24) .ttl_s::before {
  content: "24.";
}
.step .step_area .step_inr:nth-child(25) .ttl_s::before {
  content: "25.";
}
.step .step_area .step_inr:nth-child(26) .ttl_s::before {
  content: "26.";
}
.step .step_area .step_inr:nth-child(27) .ttl_s::before {
  content: "27.";
}
.step .step_area .step_inr:nth-child(28) .ttl_s::before {
  content: "28.";
}
.step .step_area .step_inr:nth-child(29) .ttl_s::before {
  content: "29.";
}
.step .step_area .step_inr:nth-child(30) .ttl_s::before {
  content: "30.";
}
.step .step_area .block_point .list_item {
  width: 100%;
}
.step .step_area .block_point .list_item .ttl {
  position: relative;
  padding-top: 3.5rem;
  text-align: left;
}
.step .step_area .block_point .list_item .ttl::before {
  content: "ポイント";
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 3rem;
  background: #f5a200;
  color: #fff;
  line-height: 1.4;
  border-radius: 8px;
  text-align: center;
}
.step .step_area .block_point .list_item .thumb {
  text-align: left;
}
.step .step_area .block_point .list_item .block_btn .btn_link {
  padding: 15px 60px;
  line-height: 2rem;
}
.step .step_area .block_point .list_item .block_btn .btn_link::after {
  top: calc(50% - 0.5em);
  line-height: 1em;
}

.block_cv_pc {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  background: rgba(250, 110, 0, 0.8);
  z-index: 100;
}
.block_cv_pc .page_top {
  position: absolute;
  top: -70px;
  right: 20px;
  width: 50px;
}
.block_cv_pc .cv_inner {
  display: flex;
  align-items: center;
}
.block_cv_pc .logo {
  width: 7.3333333333%;
}
.block_cv_pc .tel {
  width: 40.5%;
  margin: 0 0 0 2.5%;
}
.block_cv_pc .btn_cv_request {
  width: 22.3333333333%;
  margin: 0 0 0 4.1666666667%;
}
.block_cv_pc .btn_cv_mail {
  width: 22.3333333333%;
  margin: 0 0 0 1%;
}

.block_cv_sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 3.7593984962% 0;
  background: rgba(250, 110, 0, 0.8);
  z-index: 100;
}
.block_cv_sp .page_top {
  position: absolute;
  top: -50px;
  right: 10px;
  width: 40px;
}
.block_cv_sp .cv_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block_cv_sp .btn {
  width: 48.2666666667%;
}
/*# sourceMappingURL=common.css.map */


