<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.gothic_eng {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* フォントサイズ */
.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;
}

/* センタリング */
.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.t_bold {
  font-weight: bold;
}

.m_auto {
  margin-right: auto;
  margin-left: auto;
}

/* ========= margin ========== */
.m0 {
  margin: 0rem !important;
}
@media screen and (max-width: 769px) {
  .m0 {
    margin: 0rem !important;
  }
}

.mt0 {
  margin-top: 0rem !important;
}
@media screen and (max-width: 769px) {
  .mt0 {
    margin-top: 0rem !important;
  }
}

.mb0 {
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 769px) {
  .mb0 {
    margin-bottom: 0rem !important;
  }
}

.ml0 {
  margin-left: 0rem !important;
}
@media screen and (max-width: 769px) {
  .ml0 {
    margin-left: 0rem !important;
  }
}

.mr0 {
  margin-right: 0rem !important;
}
@media screen and (max-width: 769px) {
  .mr0 {
    margin-right: 0rem !important;
  }
}

.mtb0 {
  margin: 0rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb0 {
    margin: 0rem auto !important;
  }
}

.mrl0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
@media screen and (max-width: 769px) {
  .mrl0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
}

.m5 {
  margin: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .m5 {
    margin: 0.25rem !important;
  }
}

.mt5 {
  margin-top: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt5 {
    margin-top: 0.25rem !important;
  }
}

.mb5 {
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb5 {
    margin-bottom: 0.25rem !important;
  }
}

.ml5 {
  margin-left: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml5 {
    margin-left: 0.25rem !important;
  }
}

.mr5 {
  margin-right: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr5 {
    margin-right: 0.25rem !important;
  }
}

.mtb5 {
  margin: 0.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb5 {
    margin: 0.25rem auto !important;
  }
}

.mrl5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl5 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
}

.m10 {
  margin: 1rem !important;
}
@media screen and (max-width: 769px) {
  .m10 {
    margin: 0.5rem !important;
  }
}

.mt10 {
  margin-top: 1rem !important;
}
@media screen and (max-width: 769px) {
  .mt10 {
    margin-top: 0.5rem !important;
  }
}

.mb10 {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 769px) {
  .mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.ml10 {
  margin-left: 1rem !important;
}
@media screen and (max-width: 769px) {
  .ml10 {
    margin-left: 0.5rem !important;
  }
}

.mr10 {
  margin-right: 1rem !important;
}
@media screen and (max-width: 769px) {
  .mr10 {
    margin-right: 0.5rem !important;
  }
}

.mtb10 {
  margin: 1rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb10 {
    margin: 0.5rem auto !important;
  }
}

.mrl10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
@media screen and (max-width: 769px) {
  .mrl10 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}

.m15 {
  margin: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .m15 {
    margin: 0.75rem !important;
  }
}

.mt15 {
  margin-top: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt15 {
    margin-top: 0.75rem !important;
  }
}

.mb15 {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb15 {
    margin-bottom: 0.75rem !important;
  }
}

.ml15 {
  margin-left: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml15 {
    margin-left: 0.75rem !important;
  }
}

.mr15 {
  margin-right: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr15 {
    margin-right: 0.75rem !important;
  }
}

.mtb15 {
  margin: 1.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb15 {
    margin: 0.75rem auto !important;
  }
}

.mrl15 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl15 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
}

.m20 {
  margin: 2rem !important;
}
@media screen and (max-width: 769px) {
  .m20 {
    margin: 1rem !important;
  }
}

.mt20 {
  margin-top: 2rem !important;
}
@media screen and (max-width: 769px) {
  .mt20 {
    margin-top: 1rem !important;
  }
}

.mb20 {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 769px) {
  .mb20 {
    margin-bottom: 1rem !important;
  }
}

.ml20 {
  margin-left: 2rem !important;
}
@media screen and (max-width: 769px) {
  .ml20 {
    margin-left: 1rem !important;
  }
}

.mr20 {
  margin-right: 2rem !important;
}
@media screen and (max-width: 769px) {
  .mr20 {
    margin-right: 1rem !important;
  }
}

.mtb20 {
  margin: 2rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb20 {
    margin: 1rem auto !important;
  }
}

.mrl20 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
@media screen and (max-width: 769px) {
  .mrl20 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}

.m25 {
  margin: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .m25 {
    margin: 1.25rem !important;
  }
}

.mt25 {
  margin-top: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt25 {
    margin-top: 1.25rem !important;
  }
}

.mb25 {
  margin-bottom: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb25 {
    margin-bottom: 1.25rem !important;
  }
}

.ml25 {
  margin-left: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml25 {
    margin-left: 1.25rem !important;
  }
}

.mr25 {
  margin-right: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr25 {
    margin-right: 1.25rem !important;
  }
}

.mtb25 {
  margin: 2.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb25 {
    margin: 1.25rem auto !important;
  }
}

.mrl25 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl25 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
}

.m30 {
  margin: 3rem !important;
}
@media screen and (max-width: 769px) {
  .m30 {
    margin: 1.5rem !important;
  }
}

.mt30 {
  margin-top: 3rem !important;
}
@media screen and (max-width: 769px) {
  .mt30 {
    margin-top: 1.5rem !important;
  }
}

.mb30 {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 769px) {
  .mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.ml30 {
  margin-left: 3rem !important;
}
@media screen and (max-width: 769px) {
  .ml30 {
    margin-left: 1.5rem !important;
  }
}

.mr30 {
  margin-right: 3rem !important;
}
@media screen and (max-width: 769px) {
  .mr30 {
    margin-right: 1.5rem !important;
  }
}

.mtb30 {
  margin: 3rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb30 {
    margin: 1.5rem auto !important;
  }
}

.mrl30 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
@media screen and (max-width: 769px) {
  .mrl30 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}

.m35 {
  margin: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .m35 {
    margin: 1.75rem !important;
  }
}

.mt35 {
  margin-top: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt35 {
    margin-top: 1.75rem !important;
  }
}

.mb35 {
  margin-bottom: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb35 {
    margin-bottom: 1.75rem !important;
  }
}

.ml35 {
  margin-left: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml35 {
    margin-left: 1.75rem !important;
  }
}

.mr35 {
  margin-right: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr35 {
    margin-right: 1.75rem !important;
  }
}

.mtb35 {
  margin: 3.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb35 {
    margin: 1.75rem auto !important;
  }
}

.mrl35 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl35 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
}

.m40 {
  margin: 4rem !important;
}
@media screen and (max-width: 769px) {
  .m40 {
    margin: 2rem !important;
  }
}

.mt40 {
  margin-top: 4rem !important;
}
@media screen and (max-width: 769px) {
  .mt40 {
    margin-top: 2rem !important;
  }
}

.mb40 {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 769px) {
  .mb40 {
    margin-bottom: 2rem !important;
  }
}

.ml40 {
  margin-left: 4rem !important;
}
@media screen and (max-width: 769px) {
  .ml40 {
    margin-left: 2rem !important;
  }
}

.mr40 {
  margin-right: 4rem !important;
}
@media screen and (max-width: 769px) {
  .mr40 {
    margin-right: 2rem !important;
  }
}

.mtb40 {
  margin: 4rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb40 {
    margin: 2rem auto !important;
  }
}

.mrl40 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
@media screen and (max-width: 769px) {
  .mrl40 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
}

.m45 {
  margin: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .m45 {
    margin: 2.25rem !important;
  }
}

.mt45 {
  margin-top: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt45 {
    margin-top: 2.25rem !important;
  }
}

.mb45 {
  margin-bottom: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb45 {
    margin-bottom: 2.25rem !important;
  }
}

.ml45 {
  margin-left: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml45 {
    margin-left: 2.25rem !important;
  }
}

.mr45 {
  margin-right: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr45 {
    margin-right: 2.25rem !important;
  }
}

.mtb45 {
  margin: 4.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb45 {
    margin: 2.25rem auto !important;
  }
}

.mrl45 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl45 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
}

.m50 {
  margin: 5rem !important;
}
@media screen and (max-width: 769px) {
  .m50 {
    margin: 2.5rem !important;
  }
}

.mt50 {
  margin-top: 5rem !important;
}
@media screen and (max-width: 769px) {
  .mt50 {
    margin-top: 2.5rem !important;
  }
}

.mb50 {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 769px) {
  .mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.ml50 {
  margin-left: 5rem !important;
}
@media screen and (max-width: 769px) {
  .ml50 {
    margin-left: 2.5rem !important;
  }
}

.mr50 {
  margin-right: 5rem !important;
}
@media screen and (max-width: 769px) {
  .mr50 {
    margin-right: 2.5rem !important;
  }
}

.mtb50 {
  margin: 5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb50 {
    margin: 2.5rem auto !important;
  }
}

.mrl50 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl50 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
}

.m55 {
  margin: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .m55 {
    margin: 2.75rem !important;
  }
}

.mt55 {
  margin-top: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt55 {
    margin-top: 2.75rem !important;
  }
}

.mb55 {
  margin-bottom: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb55 {
    margin-bottom: 2.75rem !important;
  }
}

.ml55 {
  margin-left: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml55 {
    margin-left: 2.75rem !important;
  }
}

.mr55 {
  margin-right: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr55 {
    margin-right: 2.75rem !important;
  }
}

.mtb55 {
  margin: 5.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb55 {
    margin: 2.75rem auto !important;
  }
}

.mrl55 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl55 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
}

.m60 {
  margin: 6rem !important;
}
@media screen and (max-width: 769px) {
  .m60 {
    margin: 3rem !important;
  }
}

.mt60 {
  margin-top: 6rem !important;
}
@media screen and (max-width: 769px) {
  .mt60 {
    margin-top: 3rem !important;
  }
}

.mb60 {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 769px) {
  .mb60 {
    margin-bottom: 3rem !important;
  }
}

.ml60 {
  margin-left: 6rem !important;
}
@media screen and (max-width: 769px) {
  .ml60 {
    margin-left: 3rem !important;
  }
}

.mr60 {
  margin-right: 6rem !important;
}
@media screen and (max-width: 769px) {
  .mr60 {
    margin-right: 3rem !important;
  }
}

.mtb60 {
  margin: 6rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb60 {
    margin: 3rem auto !important;
  }
}

.mrl60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
@media screen and (max-width: 769px) {
  .mrl60 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
}

.m65 {
  margin: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .m65 {
    margin: 3.25rem !important;
  }
}

.mt65 {
  margin-top: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt65 {
    margin-top: 3.25rem !important;
  }
}

.mb65 {
  margin-bottom: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb65 {
    margin-bottom: 3.25rem !important;
  }
}

.ml65 {
  margin-left: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml65 {
    margin-left: 3.25rem !important;
  }
}

.mr65 {
  margin-right: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr65 {
    margin-right: 3.25rem !important;
  }
}

.mtb65 {
  margin: 6.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb65 {
    margin: 3.25rem auto !important;
  }
}

.mrl65 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl65 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
}

.m70 {
  margin: 7rem !important;
}
@media screen and (max-width: 769px) {
  .m70 {
    margin: 3.5rem !important;
  }
}

.mt70 {
  margin-top: 7rem !important;
}
@media screen and (max-width: 769px) {
  .mt70 {
    margin-top: 3.5rem !important;
  }
}

.mb70 {
  margin-bottom: 7rem !important;
}
@media screen and (max-width: 769px) {
  .mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.ml70 {
  margin-left: 7rem !important;
}
@media screen and (max-width: 769px) {
  .ml70 {
    margin-left: 3.5rem !important;
  }
}

.mr70 {
  margin-right: 7rem !important;
}
@media screen and (max-width: 769px) {
  .mr70 {
    margin-right: 3.5rem !important;
  }
}

.mtb70 {
  margin: 7rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb70 {
    margin: 3.5rem auto !important;
  }
}

.mrl70 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
@media screen and (max-width: 769px) {
  .mrl70 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
}

.m75 {
  margin: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .m75 {
    margin: 3.75rem !important;
  }
}

.mt75 {
  margin-top: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt75 {
    margin-top: 3.75rem !important;
  }
}

.mb75 {
  margin-bottom: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb75 {
    margin-bottom: 3.75rem !important;
  }
}

.ml75 {
  margin-left: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml75 {
    margin-left: 3.75rem !important;
  }
}

.mr75 {
  margin-right: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr75 {
    margin-right: 3.75rem !important;
  }
}

.mtb75 {
  margin: 7.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb75 {
    margin: 3.75rem auto !important;
  }
}

.mrl75 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl75 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
}

.m80 {
  margin: 8rem !important;
}
@media screen and (max-width: 769px) {
  .m80 {
    margin: 4rem !important;
  }
}

.mt80 {
  margin-top: 8rem !important;
}
@media screen and (max-width: 769px) {
  .mt80 {
    margin-top: 4rem !important;
  }
}

.mb80 {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 769px) {
  .mb80 {
    margin-bottom: 4rem !important;
  }
}

.ml80 {
  margin-left: 8rem !important;
}
@media screen and (max-width: 769px) {
  .ml80 {
    margin-left: 4rem !important;
  }
}

.mr80 {
  margin-right: 8rem !important;
}
@media screen and (max-width: 769px) {
  .mr80 {
    margin-right: 4rem !important;
  }
}

.mtb80 {
  margin: 8rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb80 {
    margin: 4rem auto !important;
  }
}

.mrl80 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}
@media screen and (max-width: 769px) {
  .mrl80 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
}

.m85 {
  margin: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .m85 {
    margin: 4.25rem !important;
  }
}

.mt85 {
  margin-top: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt85 {
    margin-top: 4.25rem !important;
  }
}

.mb85 {
  margin-bottom: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb85 {
    margin-bottom: 4.25rem !important;
  }
}

.ml85 {
  margin-left: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml85 {
    margin-left: 4.25rem !important;
  }
}

.mr85 {
  margin-right: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr85 {
    margin-right: 4.25rem !important;
  }
}

.mtb85 {
  margin: 8.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb85 {
    margin: 4.25rem auto !important;
  }
}

.mrl85 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl85 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
}

.m90 {
  margin: 9rem !important;
}
@media screen and (max-width: 769px) {
  .m90 {
    margin: 4.5rem !important;
  }
}

.mt90 {
  margin-top: 9rem !important;
}
@media screen and (max-width: 769px) {
  .mt90 {
    margin-top: 4.5rem !important;
  }
}

.mb90 {
  margin-bottom: 9rem !important;
}
@media screen and (max-width: 769px) {
  .mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.ml90 {
  margin-left: 9rem !important;
}
@media screen and (max-width: 769px) {
  .ml90 {
    margin-left: 4.5rem !important;
  }
}

.mr90 {
  margin-right: 9rem !important;
}
@media screen and (max-width: 769px) {
  .mr90 {
    margin-right: 4.5rem !important;
  }
}

.mtb90 {
  margin: 9rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb90 {
    margin: 4.5rem auto !important;
  }
}

.mrl90 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}
@media screen and (max-width: 769px) {
  .mrl90 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
}

.m95 {
  margin: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .m95 {
    margin: 4.75rem !important;
  }
}

.mt95 {
  margin-top: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt95 {
    margin-top: 4.75rem !important;
  }
}

.mb95 {
  margin-bottom: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb95 {
    margin-bottom: 4.75rem !important;
  }
}

.ml95 {
  margin-left: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml95 {
    margin-left: 4.75rem !important;
  }
}

.mr95 {
  margin-right: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr95 {
    margin-right: 4.75rem !important;
  }
}

.mtb95 {
  margin: 9.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb95 {
    margin: 4.75rem auto !important;
  }
}

.mrl95 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl95 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
}

.m100 {
  margin: 10rem !important;
}
@media screen and (max-width: 769px) {
  .m100 {
    margin: 5rem !important;
  }
}

.mt100 {
  margin-top: 10rem !important;
}
@media screen and (max-width: 769px) {
  .mt100 {
    margin-top: 5rem !important;
  }
}

.mb100 {
  margin-bottom: 10rem !important;
}
@media screen and (max-width: 769px) {
  .mb100 {
    margin-bottom: 5rem !important;
  }
}

.ml100 {
  margin-left: 10rem !important;
}
@media screen and (max-width: 769px) {
  .ml100 {
    margin-left: 5rem !important;
  }
}

.mr100 {
  margin-right: 10rem !important;
}
@media screen and (max-width: 769px) {
  .mr100 {
    margin-right: 5rem !important;
  }
}

.mtb100 {
  margin: 10rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb100 {
    margin: 5rem auto !important;
  }
}

.mrl100 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
@media screen and (max-width: 769px) {
  .mrl100 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
}

.m105 {
  margin: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .m105 {
    margin: 5.25rem !important;
  }
}

.mt105 {
  margin-top: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt105 {
    margin-top: 5.25rem !important;
  }
}

.mb105 {
  margin-bottom: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb105 {
    margin-bottom: 5.25rem !important;
  }
}

.ml105 {
  margin-left: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml105 {
    margin-left: 5.25rem !important;
  }
}

.mr105 {
  margin-right: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr105 {
    margin-right: 5.25rem !important;
  }
}

.mtb105 {
  margin: 10.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb105 {
    margin: 5.25rem auto !important;
  }
}

.mrl105 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl105 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
}

.m110 {
  margin: 11rem !important;
}
@media screen and (max-width: 769px) {
  .m110 {
    margin: 5.5rem !important;
  }
}

.mt110 {
  margin-top: 11rem !important;
}
@media screen and (max-width: 769px) {
  .mt110 {
    margin-top: 5.5rem !important;
  }
}

.mb110 {
  margin-bottom: 11rem !important;
}
@media screen and (max-width: 769px) {
  .mb110 {
    margin-bottom: 5.5rem !important;
  }
}

.ml110 {
  margin-left: 11rem !important;
}
@media screen and (max-width: 769px) {
  .ml110 {
    margin-left: 5.5rem !important;
  }
}

.mr110 {
  margin-right: 11rem !important;
}
@media screen and (max-width: 769px) {
  .mr110 {
    margin-right: 5.5rem !important;
  }
}

.mtb110 {
  margin: 11rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb110 {
    margin: 5.5rem auto !important;
  }
}

.mrl110 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}
@media screen and (max-width: 769px) {
  .mrl110 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
}

.m115 {
  margin: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .m115 {
    margin: 5.75rem !important;
  }
}

.mt115 {
  margin-top: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt115 {
    margin-top: 5.75rem !important;
  }
}

.mb115 {
  margin-bottom: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb115 {
    margin-bottom: 5.75rem !important;
  }
}

.ml115 {
  margin-left: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml115 {
    margin-left: 5.75rem !important;
  }
}

.mr115 {
  margin-right: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr115 {
    margin-right: 5.75rem !important;
  }
}

.mtb115 {
  margin: 11.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb115 {
    margin: 5.75rem auto !important;
  }
}

.mrl115 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl115 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
}

.m120 {
  margin: 12rem !important;
}
@media screen and (max-width: 769px) {
  .m120 {
    margin: 6rem !important;
  }
}

.mt120 {
  margin-top: 12rem !important;
}
@media screen and (max-width: 769px) {
  .mt120 {
    margin-top: 6rem !important;
  }
}

.mb120 {
  margin-bottom: 12rem !important;
}
@media screen and (max-width: 769px) {
  .mb120 {
    margin-bottom: 6rem !important;
  }
}

.ml120 {
  margin-left: 12rem !important;
}
@media screen and (max-width: 769px) {
  .ml120 {
    margin-left: 6rem !important;
  }
}

.mr120 {
  margin-right: 12rem !important;
}
@media screen and (max-width: 769px) {
  .mr120 {
    margin-right: 6rem !important;
  }
}

.mtb120 {
  margin: 12rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb120 {
    margin: 6rem auto !important;
  }
}

.mrl120 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}
@media screen and (max-width: 769px) {
  .mrl120 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
}

.m125 {
  margin: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .m125 {
    margin: 6.25rem !important;
  }
}

.mt125 {
  margin-top: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt125 {
    margin-top: 6.25rem !important;
  }
}

.mb125 {
  margin-bottom: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb125 {
    margin-bottom: 6.25rem !important;
  }
}

.ml125 {
  margin-left: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml125 {
    margin-left: 6.25rem !important;
  }
}

.mr125 {
  margin-right: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr125 {
    margin-right: 6.25rem !important;
  }
}

.mtb125 {
  margin: 12.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb125 {
    margin: 6.25rem auto !important;
  }
}

.mrl125 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl125 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
}

.m130 {
  margin: 13rem !important;
}
@media screen and (max-width: 769px) {
  .m130 {
    margin: 6.5rem !important;
  }
}

.mt130 {
  margin-top: 13rem !important;
}
@media screen and (max-width: 769px) {
  .mt130 {
    margin-top: 6.5rem !important;
  }
}

.mb130 {
  margin-bottom: 13rem !important;
}
@media screen and (max-width: 769px) {
  .mb130 {
    margin-bottom: 6.5rem !important;
  }
}

.ml130 {
  margin-left: 13rem !important;
}
@media screen and (max-width: 769px) {
  .ml130 {
    margin-left: 6.5rem !important;
  }
}

.mr130 {
  margin-right: 13rem !important;
}
@media screen and (max-width: 769px) {
  .mr130 {
    margin-right: 6.5rem !important;
  }
}

.mtb130 {
  margin: 13rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb130 {
    margin: 6.5rem auto !important;
  }
}

.mrl130 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}
@media screen and (max-width: 769px) {
  .mrl130 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
}

.m135 {
  margin: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .m135 {
    margin: 6.75rem !important;
  }
}

.mt135 {
  margin-top: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt135 {
    margin-top: 6.75rem !important;
  }
}

.mb135 {
  margin-bottom: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb135 {
    margin-bottom: 6.75rem !important;
  }
}

.ml135 {
  margin-left: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml135 {
    margin-left: 6.75rem !important;
  }
}

.mr135 {
  margin-right: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr135 {
    margin-right: 6.75rem !important;
  }
}

.mtb135 {
  margin: 13.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb135 {
    margin: 6.75rem auto !important;
  }
}

.mrl135 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl135 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !important;
  }
}

.m140 {
  margin: 14rem !important;
}
@media screen and (max-width: 769px) {
  .m140 {
    margin: 7rem !important;
  }
}

.mt140 {
  margin-top: 14rem !important;
}
@media screen and (max-width: 769px) {
  .mt140 {
    margin-top: 7rem !important;
  }
}

.mb140 {
  margin-bottom: 14rem !important;
}
@media screen and (max-width: 769px) {
  .mb140 {
    margin-bottom: 7rem !important;
  }
}

.ml140 {
  margin-left: 14rem !important;
}
@media screen and (max-width: 769px) {
  .ml140 {
    margin-left: 7rem !important;
  }
}

.mr140 {
  margin-right: 14rem !important;
}
@media screen and (max-width: 769px) {
  .mr140 {
    margin-right: 7rem !important;
  }
}

.mtb140 {
  margin: 14rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb140 {
    margin: 7rem auto !important;
  }
}

.mrl140 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}
@media screen and (max-width: 769px) {
  .mrl140 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
}

.m145 {
  margin: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .m145 {
    margin: 7.25rem !important;
  }
}

.mt145 {
  margin-top: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt145 {
    margin-top: 7.25rem !important;
  }
}

.mb145 {
  margin-bottom: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb145 {
    margin-bottom: 7.25rem !important;
  }
}

.ml145 {
  margin-left: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml145 {
    margin-left: 7.25rem !important;
  }
}

.mr145 {
  margin-right: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr145 {
    margin-right: 7.25rem !important;
  }
}

.mtb145 {
  margin: 14.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb145 {
    margin: 7.25rem auto !important;
  }
}

.mrl145 {
  margin-right: 14.5rem !important;
  margin-left: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl145 {
    margin-right: 7.25rem !important;
    margin-left: 7.25rem !important;
  }
}

.m150 {
  margin: 15rem !important;
}
@media screen and (max-width: 769px) {
  .m150 {
    margin: 7.5rem !important;
  }
}

.mt150 {
  margin-top: 15rem !important;
}
@media screen and (max-width: 769px) {
  .mt150 {
    margin-top: 7.5rem !important;
  }
}

.mb150 {
  margin-bottom: 15rem !important;
}
@media screen and (max-width: 769px) {
  .mb150 {
    margin-bottom: 7.5rem !important;
  }
}

.ml150 {
  margin-left: 15rem !important;
}
@media screen and (max-width: 769px) {
  .ml150 {
    margin-left: 7.5rem !important;
  }
}

.mr150 {
  margin-right: 15rem !important;
}
@media screen and (max-width: 769px) {
  .mr150 {
    margin-right: 7.5rem !important;
  }
}

.mtb150 {
  margin: 15rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb150 {
    margin: 7.5rem auto !important;
  }
}

.mrl150 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
@media screen and (max-width: 769px) {
  .mrl150 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
}

.m155 {
  margin: 15.5rem !important;
}
@media screen and (max-width: 769px) {
  .m155 {
    margin: 7.75rem !important;
  }
}

.mt155 {
  margin-top: 15.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt155 {
    margin-top: 7.75rem !important;
  }
}

.mb155 {
  margin-bottom: 15.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb155 {
    margin-bottom: 7.75rem !important;
  }
}

.ml155 {
  margin-left: 15.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml155 {
    margin-left: 7.75rem !important;
  }
}

.mr155 {
  margin-right: 15.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr155 {
    margin-right: 7.75rem !important;
  }
}

.mtb155 {
  margin: 15.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb155 {
    margin: 7.75rem auto !important;
  }
}

.mrl155 {
  margin-right: 15.5rem !important;
  margin-left: 15.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl155 {
    margin-right: 7.75rem !important;
    margin-left: 7.75rem !important;
  }
}

.m160 {
  margin: 16rem !important;
}
@media screen and (max-width: 769px) {
  .m160 {
    margin: 8rem !important;
  }
}

.mt160 {
  margin-top: 16rem !important;
}
@media screen and (max-width: 769px) {
  .mt160 {
    margin-top: 8rem !important;
  }
}

.mb160 {
  margin-bottom: 16rem !important;
}
@media screen and (max-width: 769px) {
  .mb160 {
    margin-bottom: 8rem !important;
  }
}

.ml160 {
  margin-left: 16rem !important;
}
@media screen and (max-width: 769px) {
  .ml160 {
    margin-left: 8rem !important;
  }
}

.mr160 {
  margin-right: 16rem !important;
}
@media screen and (max-width: 769px) {
  .mr160 {
    margin-right: 8rem !important;
  }
}

.mtb160 {
  margin: 16rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb160 {
    margin: 8rem auto !important;
  }
}

.mrl160 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}
@media screen and (max-width: 769px) {
  .mrl160 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
}

.m165 {
  margin: 16.5rem !important;
}
@media screen and (max-width: 769px) {
  .m165 {
    margin: 8.25rem !important;
  }
}

.mt165 {
  margin-top: 16.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt165 {
    margin-top: 8.25rem !important;
  }
}

.mb165 {
  margin-bottom: 16.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb165 {
    margin-bottom: 8.25rem !important;
  }
}

.ml165 {
  margin-left: 16.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml165 {
    margin-left: 8.25rem !important;
  }
}

.mr165 {
  margin-right: 16.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr165 {
    margin-right: 8.25rem !important;
  }
}

.mtb165 {
  margin: 16.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb165 {
    margin: 8.25rem auto !important;
  }
}

.mrl165 {
  margin-right: 16.5rem !important;
  margin-left: 16.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl165 {
    margin-right: 8.25rem !important;
    margin-left: 8.25rem !important;
  }
}

.m170 {
  margin: 17rem !important;
}
@media screen and (max-width: 769px) {
  .m170 {
    margin: 8.5rem !important;
  }
}

.mt170 {
  margin-top: 17rem !important;
}
@media screen and (max-width: 769px) {
  .mt170 {
    margin-top: 8.5rem !important;
  }
}

.mb170 {
  margin-bottom: 17rem !important;
}
@media screen and (max-width: 769px) {
  .mb170 {
    margin-bottom: 8.5rem !important;
  }
}

.ml170 {
  margin-left: 17rem !important;
}
@media screen and (max-width: 769px) {
  .ml170 {
    margin-left: 8.5rem !important;
  }
}

.mr170 {
  margin-right: 17rem !important;
}
@media screen and (max-width: 769px) {
  .mr170 {
    margin-right: 8.5rem !important;
  }
}

.mtb170 {
  margin: 17rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb170 {
    margin: 8.5rem auto !important;
  }
}

.mrl170 {
  margin-right: 17rem !important;
  margin-left: 17rem !important;
}
@media screen and (max-width: 769px) {
  .mrl170 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
}

.m175 {
  margin: 17.5rem !important;
}
@media screen and (max-width: 769px) {
  .m175 {
    margin: 8.75rem !important;
  }
}

.mt175 {
  margin-top: 17.5rem !important;
}
@media screen and (max-width: 769px) {
  .mt175 {
    margin-top: 8.75rem !important;
  }
}

.mb175 {
  margin-bottom: 17.5rem !important;
}
@media screen and (max-width: 769px) {
  .mb175 {
    margin-bottom: 8.75rem !important;
  }
}

.ml175 {
  margin-left: 17.5rem !important;
}
@media screen and (max-width: 769px) {
  .ml175 {
    margin-left: 8.75rem !important;
  }
}

.mr175 {
  margin-right: 17.5rem !important;
}
@media screen and (max-width: 769px) {
  .mr175 {
    margin-right: 8.75rem !important;
  }
}

.mtb175 {
  margin: 17.5rem auto !important;
}
@media screen and (max-width: 769px) {
  .mtb175 {
    margin: 8.75rem auto !important;
  }
}

.mrl175 {
  margin-right: 17.5rem !important;
  margin-left: 17.5rem !important;
}
@media screen and (max-width: 769px) {
  .mrl175 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
}

/* ========= padding ========== */
.p5 {
  padding: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .p5 {
    padding: 0.25rem !important;
  }
}

.pt5 {
  padding-top: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt5 {
    padding-top: 0.25rem !important;
  }
}

.pb5 {
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb5 {
    padding-bottom: 0.25rem !important;
  }
}

.pl5 {
  padding-left: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl5 {
    padding-left: 0.25rem !important;
  }
}

.pr5 {
  padding-right: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr5 {
    padding-right: 0.25rem !important;
  }
}

.ptb5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .prl5 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
}

.p10 {
  padding: 1rem !important;
}
@media screen and (max-width: 769px) {
  .p10 {
    padding: 0.5rem !important;
  }
}

.pt10 {
  padding-top: 1rem !important;
}
@media screen and (max-width: 769px) {
  .pt10 {
    padding-top: 0.5rem !important;
  }
}

.pb10 {
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 769px) {
  .pb10 {
    padding-bottom: 0.5rem !important;
  }
}

.pl10 {
  padding-left: 1rem !important;
}
@media screen and (max-width: 769px) {
  .pl10 {
    padding-left: 0.5rem !important;
  }
}

.pr10 {
  padding-right: 1rem !important;
}
@media screen and (max-width: 769px) {
  .pr10 {
    padding-right: 0.5rem !important;
  }
}

.ptb10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .prl10 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}

.p15 {
  padding: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .p15 {
    padding: 0.75rem !important;
  }
}

.pt15 {
  padding-top: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt15 {
    padding-top: 0.75rem !important;
  }
}

.pb15 {
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb15 {
    padding-bottom: 0.75rem !important;
  }
}

.pl15 {
  padding-left: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl15 {
    padding-left: 0.75rem !important;
  }
}

.pr15 {
  padding-right: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr15 {
    padding-right: 0.75rem !important;
  }
}

.ptb15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .prl15 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
}

.p20 {
  padding: 2rem !important;
}
@media screen and (max-width: 769px) {
  .p20 {
    padding: 1rem !important;
  }
}

.pt20 {
  padding-top: 2rem !important;
}
@media screen and (max-width: 769px) {
  .pt20 {
    padding-top: 1rem !important;
  }
}

.pb20 {
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 769px) {
  .pb20 {
    padding-bottom: 1rem !important;
  }
}

.pl20 {
  padding-left: 2rem !important;
}
@media screen and (max-width: 769px) {
  .pl20 {
    padding-left: 1rem !important;
  }
}

.pr20 {
  padding-right: 2rem !important;
}
@media screen and (max-width: 769px) {
  .pr20 {
    padding-right: 1rem !important;
  }
}

.ptb20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media screen and (max-width: 769px) {
  .ptb20 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.prl20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
@media screen and (max-width: 769px) {
  .prl20 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

.p25 {
  padding: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .p25 {
    padding: 1.25rem !important;
  }
}

.pt25 {
  padding-top: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt25 {
    padding-top: 1.25rem !important;
  }
}

.pb25 {
  padding-bottom: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb25 {
    padding-bottom: 1.25rem !important;
  }
}

.pl25 {
  padding-left: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl25 {
    padding-left: 1.25rem !important;
  }
}

.pr25 {
  padding-right: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr25 {
    padding-right: 1.25rem !important;
  }
}

.ptb25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .prl25 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
}

.p30 {
  padding: 3rem !important;
}
@media screen and (max-width: 769px) {
  .p30 {
    padding: 1.5rem !important;
  }
}

.pt30 {
  padding-top: 3rem !important;
}
@media screen and (max-width: 769px) {
  .pt30 {
    padding-top: 1.5rem !important;
  }
}

.pb30 {
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 769px) {
  .pb30 {
    padding-bottom: 1.5rem !important;
  }
}

.pl30 {
  padding-left: 3rem !important;
}
@media screen and (max-width: 769px) {
  .pl30 {
    padding-left: 1.5rem !important;
  }
}

.pr30 {
  padding-right: 3rem !important;
}
@media screen and (max-width: 769px) {
  .pr30 {
    padding-right: 1.5rem !important;
  }
}

.ptb30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .prl30 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

.p35 {
  padding: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .p35 {
    padding: 1.75rem !important;
  }
}

.pt35 {
  padding-top: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt35 {
    padding-top: 1.75rem !important;
  }
}

.pb35 {
  padding-bottom: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb35 {
    padding-bottom: 1.75rem !important;
  }
}

.pl35 {
  padding-left: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl35 {
    padding-left: 1.75rem !important;
  }
}

.pr35 {
  padding-right: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr35 {
    padding-right: 1.75rem !important;
  }
}

.ptb35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .prl35 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
}

.p40 {
  padding: 4rem !important;
}
@media screen and (max-width: 769px) {
  .p40 {
    padding: 2rem !important;
  }
}

.pt40 {
  padding-top: 4rem !important;
}
@media screen and (max-width: 769px) {
  .pt40 {
    padding-top: 2rem !important;
  }
}

.pb40 {
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 769px) {
  .pb40 {
    padding-bottom: 2rem !important;
  }
}

.pl40 {
  padding-left: 4rem !important;
}
@media screen and (max-width: 769px) {
  .pl40 {
    padding-left: 2rem !important;
  }
}

.pr40 {
  padding-right: 4rem !important;
}
@media screen and (max-width: 769px) {
  .pr40 {
    padding-right: 2rem !important;
  }
}

.ptb40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media screen and (max-width: 769px) {
  .ptb40 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.prl40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
@media screen and (max-width: 769px) {
  .prl40 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

.p45 {
  padding: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .p45 {
    padding: 2.25rem !important;
  }
}

.pt45 {
  padding-top: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt45 {
    padding-top: 2.25rem !important;
  }
}

.pb45 {
  padding-bottom: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb45 {
    padding-bottom: 2.25rem !important;
  }
}

.pl45 {
  padding-left: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl45 {
    padding-left: 2.25rem !important;
  }
}

.pr45 {
  padding-right: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr45 {
    padding-right: 2.25rem !important;
  }
}

.ptb45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .prl45 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
}

.p50 {
  padding: 5rem !important;
}
@media screen and (max-width: 769px) {
  .p50 {
    padding: 2.5rem !important;
  }
}

.pt50 {
  padding-top: 5rem !important;
}
@media screen and (max-width: 769px) {
  .pt50 {
    padding-top: 2.5rem !important;
  }
}

.pb50 {
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 769px) {
  .pb50 {
    padding-bottom: 2.5rem !important;
  }
}

.pl50 {
  padding-left: 5rem !important;
}
@media screen and (max-width: 769px) {
  .pl50 {
    padding-left: 2.5rem !important;
  }
}

.pr50 {
  padding-right: 5rem !important;
}
@media screen and (max-width: 769px) {
  .pr50 {
    padding-right: 2.5rem !important;
  }
}

.ptb50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .prl50 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
}

.p55 {
  padding: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .p55 {
    padding: 2.75rem !important;
  }
}

.pt55 {
  padding-top: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt55 {
    padding-top: 2.75rem !important;
  }
}

.pb55 {
  padding-bottom: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb55 {
    padding-bottom: 2.75rem !important;
  }
}

.pl55 {
  padding-left: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl55 {
    padding-left: 2.75rem !important;
  }
}

.pr55 {
  padding-right: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr55 {
    padding-right: 2.75rem !important;
  }
}

.ptb55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}
@media screen and (max-width: 769px) {
  .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: 769px) {
  .prl55 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
}

.p60 {
  padding: 6rem !important;
}
@media screen and (max-width: 769px) {
  .p60 {
    padding: 3rem !important;
  }
}

.pt60 {
  padding-top: 6rem !important;
}
@media screen and (max-width: 769px) {
  .pt60 {
    padding-top: 3rem !important;
  }
}

.pb60 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 769px) {
  .pb60 {
    padding-bottom: 3rem !important;
  }
}

.pl60 {
  padding-left: 6rem !important;
}
@media screen and (max-width: 769px) {
  .pl60 {
    padding-left: 3rem !important;
  }
}

.pr60 {
  padding-right: 6rem !important;
}
@media screen and (max-width: 769px) {
  .pr60 {
    padding-right: 3rem !important;
  }
}

.ptb60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 769px) {
  .ptb60 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.prl60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
@media screen and (max-width: 769px) {
  .prl60 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

.p65 {
  padding: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .p65 {
    padding: 3.25rem !important;
  }
}

.pt65 {
  padding-top: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt65 {
    padding-top: 3.25rem !important;
  }
}

.pb65 {
  padding-bottom: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb65 {
    padding-bottom: 3.25rem !important;
  }
}

.pl65 {
  padding-left: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl65 {
    padding-left: 3.25rem !important;
  }
}

.pr65 {
  padding-right: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr65 {
    padding-right: 3.25rem !important;
  }
}

.ptb65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .ptb65 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

.prl65 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}
@media screen and (max-width: 769px) {
  .prl65 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
}

.p70 {
  padding: 7rem !important;
}
@media screen and (max-width: 769px) {
  .p70 {
    padding: 3.5rem !important;
  }
}

.pt70 {
  padding-top: 7rem !important;
}
@media screen and (max-width: 769px) {
  .pt70 {
    padding-top: 3.5rem !important;
  }
}

.pb70 {
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 769px) {
  .pb70 {
    padding-bottom: 3.5rem !important;
  }
}

.pl70 {
  padding-left: 7rem !important;
}
@media screen and (max-width: 769px) {
  .pl70 {
    padding-left: 3.5rem !important;
  }
}

.pr70 {
  padding-right: 7rem !important;
}
@media screen and (max-width: 769px) {
  .pr70 {
    padding-right: 3.5rem !important;
  }
}

.ptb70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 769px) {
  .ptb70 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

.prl70 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
@media screen and (max-width: 769px) {
  .prl70 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
}

.p75 {
  padding: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .p75 {
    padding: 3.75rem !important;
  }
}

.pt75 {
  padding-top: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt75 {
    padding-top: 3.75rem !important;
  }
}

.pb75 {
  padding-bottom: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb75 {
    padding-bottom: 3.75rem !important;
  }
}

.pl75 {
  padding-left: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl75 {
    padding-left: 3.75rem !important;
  }
}

.pr75 {
  padding-right: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr75 {
    padding-right: 3.75rem !important;
  }
}

.ptb75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .ptb75 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}

.prl75 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}
@media screen and (max-width: 769px) {
  .prl75 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
}

.p80 {
  padding: 8rem !important;
}
@media screen and (max-width: 769px) {
  .p80 {
    padding: 4rem !important;
  }
}

.pt80 {
  padding-top: 8rem !important;
}
@media screen and (max-width: 769px) {
  .pt80 {
    padding-top: 4rem !important;
  }
}

.pb80 {
  padding-bottom: 8rem !important;
}
@media screen and (max-width: 769px) {
  .pb80 {
    padding-bottom: 4rem !important;
  }
}

.pl80 {
  padding-left: 8rem !important;
}
@media screen and (max-width: 769px) {
  .pl80 {
    padding-left: 4rem !important;
  }
}

.pr80 {
  padding-right: 8rem !important;
}
@media screen and (max-width: 769px) {
  .pr80 {
    padding-right: 4rem !important;
  }
}

.ptb80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
@media screen and (max-width: 769px) {
  .ptb80 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.prl80 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}
@media screen and (max-width: 769px) {
  .prl80 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
}

.p85 {
  padding: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .p85 {
    padding: 4.25rem !important;
  }
}

.pt85 {
  padding-top: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt85 {
    padding-top: 4.25rem !important;
  }
}

.pb85 {
  padding-bottom: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb85 {
    padding-bottom: 4.25rem !important;
  }
}

.pl85 {
  padding-left: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl85 {
    padding-left: 4.25rem !important;
  }
}

.pr85 {
  padding-right: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr85 {
    padding-right: 4.25rem !important;
  }
}

.ptb85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .ptb85 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
}

.prl85 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}
@media screen and (max-width: 769px) {
  .prl85 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
}

.p90 {
  padding: 9rem !important;
}
@media screen and (max-width: 769px) {
  .p90 {
    padding: 4.5rem !important;
  }
}

.pt90 {
  padding-top: 9rem !important;
}
@media screen and (max-width: 769px) {
  .pt90 {
    padding-top: 4.5rem !important;
  }
}

.pb90 {
  padding-bottom: 9rem !important;
}
@media screen and (max-width: 769px) {
  .pb90 {
    padding-bottom: 4.5rem !important;
  }
}

.pl90 {
  padding-left: 9rem !important;
}
@media screen and (max-width: 769px) {
  .pl90 {
    padding-left: 4.5rem !important;
  }
}

.pr90 {
  padding-right: 9rem !important;
}
@media screen and (max-width: 769px) {
  .pr90 {
    padding-right: 4.5rem !important;
  }
}

.ptb90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
@media screen and (max-width: 769px) {
  .ptb90 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

.prl90 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}
@media screen and (max-width: 769px) {
  .prl90 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
}

.p95 {
  padding: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .p95 {
    padding: 4.75rem !important;
  }
}

.pt95 {
  padding-top: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt95 {
    padding-top: 4.75rem !important;
  }
}

.pb95 {
  padding-bottom: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb95 {
    padding-bottom: 4.75rem !important;
  }
}

.pl95 {
  padding-left: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl95 {
    padding-left: 4.75rem !important;
  }
}

.pr95 {
  padding-right: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr95 {
    padding-right: 4.75rem !important;
  }
}

.ptb95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .ptb95 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
}

.prl95 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}
@media screen and (max-width: 769px) {
  .prl95 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
}

.p100 {
  padding: 10rem !important;
}
@media screen and (max-width: 769px) {
  .p100 {
    padding: 5rem !important;
  }
}

.pt100 {
  padding-top: 10rem !important;
}
@media screen and (max-width: 769px) {
  .pt100 {
    padding-top: 5rem !important;
  }
}

.pb100 {
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 769px) {
  .pb100 {
    padding-bottom: 5rem !important;
  }
}

.pl100 {
  padding-left: 10rem !important;
}
@media screen and (max-width: 769px) {
  .pl100 {
    padding-left: 5rem !important;
  }
}

.pr100 {
  padding-right: 10rem !important;
}
@media screen and (max-width: 769px) {
  .pr100 {
    padding-right: 5rem !important;
  }
}

.ptb100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 769px) {
  .ptb100 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.prl100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
@media screen and (max-width: 769px) {
  .prl100 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
}

.p105 {
  padding: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .p105 {
    padding: 5.25rem !important;
  }
}

.pt105 {
  padding-top: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt105 {
    padding-top: 5.25rem !important;
  }
}

.pb105 {
  padding-bottom: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb105 {
    padding-bottom: 5.25rem !important;
  }
}

.pl105 {
  padding-left: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl105 {
    padding-left: 5.25rem !important;
  }
}

.pr105 {
  padding-right: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr105 {
    padding-right: 5.25rem !important;
  }
}

.ptb105 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .ptb105 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
}

.prl105 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}
@media screen and (max-width: 769px) {
  .prl105 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
}

.p110 {
  padding: 11rem !important;
}
@media screen and (max-width: 769px) {
  .p110 {
    padding: 5.5rem !important;
  }
}

.pt110 {
  padding-top: 11rem !important;
}
@media screen and (max-width: 769px) {
  .pt110 {
    padding-top: 5.5rem !important;
  }
}

.pb110 {
  padding-bottom: 11rem !important;
}
@media screen and (max-width: 769px) {
  .pb110 {
    padding-bottom: 5.5rem !important;
  }
}

.pl110 {
  padding-left: 11rem !important;
}
@media screen and (max-width: 769px) {
  .pl110 {
    padding-left: 5.5rem !important;
  }
}

.pr110 {
  padding-right: 11rem !important;
}
@media screen and (max-width: 769px) {
  .pr110 {
    padding-right: 5.5rem !important;
  }
}

.ptb110 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}
@media screen and (max-width: 769px) {
  .ptb110 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
}

.prl110 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}
@media screen and (max-width: 769px) {
  .prl110 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
}

.p115 {
  padding: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .p115 {
    padding: 5.75rem !important;
  }
}

.pt115 {
  padding-top: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt115 {
    padding-top: 5.75rem !important;
  }
}

.pb115 {
  padding-bottom: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb115 {
    padding-bottom: 5.75rem !important;
  }
}

.pl115 {
  padding-left: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl115 {
    padding-left: 5.75rem !important;
  }
}

.pr115 {
  padding-right: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr115 {
    padding-right: 5.75rem !important;
  }
}

.ptb115 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .ptb115 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
}

.prl115 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}
@media screen and (max-width: 769px) {
  .prl115 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
}

.p120 {
  padding: 12rem !important;
}
@media screen and (max-width: 769px) {
  .p120 {
    padding: 6rem !important;
  }
}

.pt120 {
  padding-top: 12rem !important;
}
@media screen and (max-width: 769px) {
  .pt120 {
    padding-top: 6rem !important;
  }
}

.pb120 {
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 769px) {
  .pb120 {
    padding-bottom: 6rem !important;
  }
}

.pl120 {
  padding-left: 12rem !important;
}
@media screen and (max-width: 769px) {
  .pl120 {
    padding-left: 6rem !important;
  }
}

.pr120 {
  padding-right: 12rem !important;
}
@media screen and (max-width: 769px) {
  .pr120 {
    padding-right: 6rem !important;
  }
}

.ptb120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 769px) {
  .ptb120 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

.prl120 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}
@media screen and (max-width: 769px) {
  .prl120 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
}

.p125 {
  padding: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .p125 {
    padding: 6.25rem !important;
  }
}

.pt125 {
  padding-top: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt125 {
    padding-top: 6.25rem !important;
  }
}

.pb125 {
  padding-bottom: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb125 {
    padding-bottom: 6.25rem !important;
  }
}

.pl125 {
  padding-left: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl125 {
    padding-left: 6.25rem !important;
  }
}

.pr125 {
  padding-right: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr125 {
    padding-right: 6.25rem !important;
  }
}

.ptb125 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .ptb125 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
}

.prl125 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}
@media screen and (max-width: 769px) {
  .prl125 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
}

.p130 {
  padding: 13rem !important;
}
@media screen and (max-width: 769px) {
  .p130 {
    padding: 6.5rem !important;
  }
}

.pt130 {
  padding-top: 13rem !important;
}
@media screen and (max-width: 769px) {
  .pt130 {
    padding-top: 6.5rem !important;
  }
}

.pb130 {
  padding-bottom: 13rem !important;
}
@media screen and (max-width: 769px) {
  .pb130 {
    padding-bottom: 6.5rem !important;
  }
}

.pl130 {
  padding-left: 13rem !important;
}
@media screen and (max-width: 769px) {
  .pl130 {
    padding-left: 6.5rem !important;
  }
}

.pr130 {
  padding-right: 13rem !important;
}
@media screen and (max-width: 769px) {
  .pr130 {
    padding-right: 6.5rem !important;
  }
}

.ptb130 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}
@media screen and (max-width: 769px) {
  .ptb130 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}

.prl130 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}
@media screen and (max-width: 769px) {
  .prl130 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
}

.p135 {
  padding: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .p135 {
    padding: 6.75rem !important;
  }
}

.pt135 {
  padding-top: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt135 {
    padding-top: 6.75rem !important;
  }
}

.pb135 {
  padding-bottom: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb135 {
    padding-bottom: 6.75rem !important;
  }
}

.pl135 {
  padding-left: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl135 {
    padding-left: 6.75rem !important;
  }
}

.pr135 {
  padding-right: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr135 {
    padding-right: 6.75rem !important;
  }
}

.ptb135 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .ptb135 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
}

.prl135 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}
@media screen and (max-width: 769px) {
  .prl135 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
}

.p140 {
  padding: 14rem !important;
}
@media screen and (max-width: 769px) {
  .p140 {
    padding: 7rem !important;
  }
}

.pt140 {
  padding-top: 14rem !important;
}
@media screen and (max-width: 769px) {
  .pt140 {
    padding-top: 7rem !important;
  }
}

.pb140 {
  padding-bottom: 14rem !important;
}
@media screen and (max-width: 769px) {
  .pb140 {
    padding-bottom: 7rem !important;
  }
}

.pl140 {
  padding-left: 14rem !important;
}
@media screen and (max-width: 769px) {
  .pl140 {
    padding-left: 7rem !important;
  }
}

.pr140 {
  padding-right: 14rem !important;
}
@media screen and (max-width: 769px) {
  .pr140 {
    padding-right: 7rem !important;
  }
}

.ptb140 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
@media screen and (max-width: 769px) {
  .ptb140 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

.prl140 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}
@media screen and (max-width: 769px) {
  .prl140 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
}

.p145 {
  padding: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .p145 {
    padding: 7.25rem !important;
  }
}

.pt145 {
  padding-top: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .pt145 {
    padding-top: 7.25rem !important;
  }
}

.pb145 {
  padding-bottom: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .pb145 {
    padding-bottom: 7.25rem !important;
  }
}

.pl145 {
  padding-left: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .pl145 {
    padding-left: 7.25rem !important;
  }
}

.pr145 {
  padding-right: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .pr145 {
    padding-right: 7.25rem !important;
  }
}

.ptb145 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .ptb145 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
}

.prl145 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}
@media screen and (max-width: 769px) {
  .prl145 {
    padding-right: 7.25rem !important;
    padding-left: 7.25rem !important;
  }
}

.p150 {
  padding: 15rem !important;
}
@media screen and (max-width: 769px) {
  .p150 {
    padding: 7.5rem !important;
  }
}

.pt150 {
  padding-top: 15rem !important;
}
@media screen and (max-width: 769px) {
  .pt150 {
    padding-top: 7.5rem !important;
  }
}

.pb150 {
  padding-bottom: 15rem !important;
}
@media screen and (max-width: 769px) {
  .pb150 {
    padding-bottom: 7.5rem !important;
  }
}

.pl150 {
  padding-left: 15rem !important;
}
@media screen and (max-width: 769px) {
  .pl150 {
    padding-left: 7.5rem !important;
  }
}

.pr150 {
  padding-right: 15rem !important;
}
@media screen and (max-width: 769px) {
  .pr150 {
    padding-right: 7.5rem !important;
  }
}

.ptb150 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
@media screen and (max-width: 769px) {
  .ptb150 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}

.prl150 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}
@media screen and (max-width: 769px) {
  .prl150 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.inner_pc {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3%;
}
@media screen and (max-width: 769px) {
  .inner_pc {
    max-width: initial;
    padding: 0;
  }
}

@media screen and (max-width: 769px) {
  .inner_sp {
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 769px) {
  .inner_sp_m2 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 255, 0, 0.3)));
  background: linear-gradient(transparent 70%, rgba(255, 255, 0, 0.3) 70%);
  font-weight: bold;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #333;
  overflow-x: hidden;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

li {
  list-style: none;
}

.bk_k_color {
  background-color: #BBA07A;
}

.btn:hover {
  opacity: 0.6;
}

.ttl_l {
  font-size: 2.8rem;
}

.bk_gray {
  background-color: #F4F4F4;
}

.f_size_14 {
  font-size: 1.4rem;
}

.f_size_20 {
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  .f_size_14 {
    font-size: 1.2rem;
  }

  .f_size_20 {
    font-size: 1.6rem;
  }
}
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
header .header_wrap {
  position: relative;
}
header .header_wrap .logo_area {
  margin: 20px 0;
  position: relative;
}
header .header_wrap .logo_area .logo img {
  height: 33px;
}
header .header_wrap .logo_area .logo_txt {
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  left: 200px;
}
@media screen and (max-width: 769px) {
  header .header_wrap .logo_area {
    margin: 10px 0;
  }
  header .header_wrap .logo_area .logo img {
    height: 25px;
    padding-bottom: 5px;
  }
  header .header_wrap .logo_area .logo_txt {
    font-size: 1.2rem;
    position: static;
  }
}
header .hamburger-menu {
  position: absolute;
  top: -5px;
  right: 0;
}
header .hamburger-menu .menu-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
}
header .hamburger-menu .menu-content ul li a .text {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 769px) {
  header .hamburger-menu .menu-content ul li a .text {
    font-size: 18px;
  }
}
header .hamburger-menu .menu-btn span,
header .hamburger-menu .menu-btn span:before,
header .hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #BBA07A;
  position: absolute;
}
header .hamburger-menu .menu-btn span:before {
  bottom: 8px;
}
header .hamburger-menu .menu-btn span:after {
  top: 8px;
}
header .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
header .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
header .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
header .hamburger-menu #menu-btn-check {
  display: none;
}
header .hamburger-menu .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #BBA07A;
}
header .hamburger-menu .menu-content ul {
  padding: 70px 10px 0;
}
header .hamburger-menu .menu-content ul li {
  list-style: none;
}
header .hamburger-menu .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #BBA07A;
  text-decoration: none;
  padding: 15px 15px;
  position: relative;
}
header .hamburger-menu .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #BBA07A;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*アニメーション設定*/
  padding: 30px 100px;
}
@media screen and (max-width: 769px) {
  header .hamburger-menu .menu-content {
    padding: 30px 30px;
  }
}
header .hamburger-menu #menu-btn-check:checked ~ .menu-content {
  left: 50%;
  /*メニューを画面内へ*/
}
@media screen and (max-width: 769px) {
  header .hamburger-menu #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
}

.top .mv_area {
  padding-top: 100px;
  position: relative;
}
.top .mv_area .slick-list {
  border-radius: 30px;
  width: 100%;
  max-height: 800px;
  height: 36vw;
}
@media screen and (max-width: 769px) {
  .top .mv_area .slick-list {
    border-radius: 20px;
    height: 55vw;
  }
}
.top .mv_area .slick-slide {
  overflow: hidden;
}
.top .mv_area .mv_slide img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 5s ease-out;
  transition: 5s ease-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
  top: -200px;
}
@media screen and (max-width: 769px) {
  .top .mv_area .mv_slide img {
    top: 0px;
  }
}
.top .mv_area .mv_slide .slick-active img,
.top .mv_area .mv_slide .is-active-next img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 5s ease-out;
  transition: 5s ease-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.top .mv_area .mv_txt {
  position: absolute;
  right: 0;
  top: 10vw;
  background-color: #fff;
  font-size: 2.8rem;
  width: 32vw;
  margin: 0 calc(50% - 50vw);
  padding: 15px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 769px) {
  .top .mv_area .mv_txt {
    width: 75vw;
    font-size: 2rem;
    top: calc(20vw + 50px);
    padding: 8px 15px;
  }
}
.top .link_box_area .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .top .link_box_area .link_box {
    display: block;
  }
}
.top .link_box_area .link_box li {
  min-width: 340px;
  min-height: 300px;
  max-width: 400px;
  max-height: 360px;
  width: 24%;
  height: 20vw;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .top .link_box_area .link_box li {
    width: 100%;
    height: calc(100vw - 6vw) vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.top .link_box_area .link_box a {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  background-color: #BBA07A;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .link_box_area .link_box a .txt_l {
  z-index: 9;
  font-weight: bold;
}
.top .link_box_area .link_box a .txt_s {
  z-index: 9;
  font-size: 2.4rem;
}
.top .link_box_area .link_box a .txt_s::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 10px auto;
  background-color: #fff;
}
.top .link_box_area .link_box a::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
}
.top .link_box_area .link_box li:nth-child(1) a::before {
  background-image: url(../img/top/box01@2x.jpg);
}
.top .link_box_area .link_box li:nth-child(2) a::before {
  background-image: url(../img/top/box02@2x.jpg);
}
.top .link_box_area .link_box li:nth-child(3) a::before {
  background-image: url(../img/top/box03@2x.jpg);
}
.top .link_box_area .link_box li:nth-child(4) a::before {
  background-image: url(../img/top/box04@2x.jpg);
}
.top .link_box_area .link_box li:nth-child(5) a::before {
  background-image: url(../img/top/box05@2x.jpg);
}
.top .link_box_area .link_box li:nth-child(6) a::before {
  background-image: url(../img/top/box06@2x.jpg);
}
.top .link_box_area .link_box li:nth-child(7) a::before {
  background-image: url(../img/top/box07@2x.jpg);
}
.top .link_box_area .link_box li:nth-child(8) a::before {
  background-image: url(../img/top/box08@2x.jpg);
}
.top .link_box_area .link_box a:hover::before {
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .top .link_box_area .link_box a:hover::before {
    opacity: 1;
  }
}
.top .link_box_area .link_box a:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .top .link_box_area .link_box a:hover {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.top .link_box_area .link_box:after {
  display: block;
  content: "";
  min-width: 330px;
  max-width: 390px;
  width: 23%;
}
@media screen and (max-width: 769px) {
  .top .link_box_area .link_box:after {
    content: none;
  }
}

.footer_link_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.footer_link_area ul li {
  position: relative;
}
.footer_link_area ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #BBA07A;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.footer_link_area ul li a {
  display: block;
  color: #BBA07A;
  padding: 0 50px;
  text-align: center;
  font-weight: bold;
}
.footer_link_area ul li.current a {
  opacity: 0.5;
}
@media screen and (max-width: 769px) {
  .footer_link_area ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .footer_link_area ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .footer_link_area ul li:nth-child(even)::after {
    content: none;
  }
  .footer_link_area ul li a {
    display: block;
    color: #BBA07A;
    width: 100%;
    padding: 0;
    text-align: center;
    font-weight: bold;
  }
}

footer {
  padding: 80px 0;
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .flex .footer_logo img {
  width: 180px;
}
footer .flex .copy {
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  footer {
    padding: 10px 0;
  }
  footer .flex {
    display: block;
  }
  footer .flex .footer_logo {
    text-align: center;
  }
  footer .flex .footer_logo img {
    height: 25px;
    width: inherit;
    width: auto;
  }
  footer .flex .copy {
    font-size: 1rem;
  }
}

.under.concept {
  padding-top: 100px;
}
.under.concept .mv_area {
  position: relative;
  border-radius: 30px;
  width: 100%;
  max-height: 800px;
  height: 36vw;
  background-image: url(../img/concept/concept_mv@2x.png);
  background-size: cover;
  background-position: 80% center;
}
@media screen and (max-width: 769px) {
  .under.concept .mv_area {
    border-radius: 20px;
    height: 55vw;
  }
}
.under.concept .mv_area .mv_txt {
  position: absolute;
  height: 3rem;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .under.concept .mv_area .mv_txt {
    height: 2rem;
    font-size: 2rem;
  }
}
.under.concept .lead .icon {
  border: #333 1px solid;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1;
  padding: 2px 5px;
}
@media screen and (max-width: 769px) {
  .under.concept .lead .icon {
    font-size: 1.2rem;
  }
}
.under.concept .lead .lead_logo_txt {
  font-size: 2.6rem;
  color: #BBA07A;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .under.concept .lead .lead_logo_txt {
    font-size: 1.6rem;
  }
}
.under.concept .lead .lead_logo img {
  height: 60px;
}
@media screen and (max-width: 769px) {
  .under.concept .lead .lead_logo img {
    height: 40px;
  }
}
.under.concept .lead .big_txt {
  font-size: 3rem;
}
@media screen and (max-width: 769px) {
  .under.concept .lead .big_txt {
    font-size: 2rem;
  }
}
.under.concept .lead .lead_txt {
  line-height: 2;
}
.under.concept .lead .lead_txt .block {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .under.concept .lead .lead_txt .block {
    font-size: 1.6rem;
  }
}
.under.facilities {
  padding-top: 100px;
}
.under.facilities .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .under.facilities .flex {
    display: block;
  }
}
.under.facilities .ttl_area .ttl {
  color: #BBA07A;
  font-size: 2.8rem;
}
.under.facilities .ttl_area .ttl .sub {
  padding-left: 1em;
  position: relative;
}
.under.facilities .ttl_area .ttl .sub::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 2px;
  background-color: #BBA07A;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.under.facilities .ttl_area .lead {
  font-size: 2rem;
}
@media screen and (max-width: 769px) {
  .under.facilities .ttl_area .ttl {
    font-size: 2.4rem;
  }
  .under.facilities .ttl_area .lead {
    font-size: 1.8rem;
  }
}
.under.facilities .contents_wrap {
  width: 60%;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .under.facilities .contents_wrap {
    width: 100%;
    min-width: inherit;
  }
}
.under.facilities .contents_wrap .item_area {
  padding-bottom: 80px;
}
.under.facilities .contents_wrap .item_area:last-child {
  padding-bottom: 0;
}
.under.facilities .contents_wrap .item_area .item .inner_2col {
  width: 48%;
}
.under.facilities .contents_wrap .item_area .item .inner_2col h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.under.facilities .contents_wrap .item_area .item .inner_2col h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 15px;
  background-color: #333;
}
@media screen and (max-width: 769px) {
  .under.facilities .contents_wrap .item_area .item .inner_2col {
    width: 100%;
  }
  .under.facilities .contents_wrap .item_area .item .inner_2col h3 {
    text-align: center;
    font-size: 2rem;
  }
  .under.facilities .contents_wrap .item_area .item .inner_2col h3::after {
    margin: 13px auto 0 auto;
  }
}
.under.facilities .contents_wrap .item_area .img_area {
  width: 80%;
  min-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.under.facilities .contents_wrap .item_area .img_area .bk_beige {
  background-color: #D7CAB7;
  font-size: 2.2rem;
}
.under.facilities .contents_wrap .item_area .img_area .flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.under.facilities .contents_wrap .item_area .img_area .flex_row .inner_2col {
  width: 46%;
}
.under.facilities .contents_wrap .item_area .img_area .flex_row .inner_2col:first-child::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 18px;
  border-color: transparent transparent transparent #BBA07A;
  position: absolute;
  right: 0;
  left: 0;
  top: 63px;
  margin: auto;
}
.under.facilities .contents_wrap .item_area .img_area .flex_row .inner_2col .caption {
  font-size: 1.4rem;
}
.under.facilities .contents_wrap .item_area .img_area .flex_row.type_img04 .inner_2col:first-child::after {
  top: 40px;
}
@media screen and (max-width: 769px) {
  .under.facilities .contents_wrap .item_area .img_area {
    width: 100%;
    min-width: inherit;
  }
  .under.facilities .contents_wrap .item_area .img_area .bk_beige {
    font-size: 1.6rem;
  }
  .under.facilities .contents_wrap .item_area .img_area .flex_row .inner_2col:first-child::after {
    border-width: 10px 0 10px 12px;
    top: 28px;
  }
  .under.facilities .contents_wrap .item_area .img_area .flex_row .inner_2col .caption {
    font-size: 1.2rem;
  }
  .under.facilities .contents_wrap .item_area .img_area .flex_row.type_img04 .inner_2col:first-child::after {
    top: 15px;
  }
}
.under.facilities .contents_wrap .item_area .willstory {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 30px;
}
.under.facilities .contents_wrap .item_area .willstory:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 12%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.under.facilities .contents_wrap .item_area .willstory .icon {
  width: 19%;
}
.under.facilities .contents_wrap .item_area .willstory .flex_sp {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under.facilities .contents_wrap .item_area .willstory .flex_sp .txt {
  width: 67%;
}
.under.facilities .contents_wrap .item_area .willstory .flex_sp .img {
  width: 30%;
}
@media screen and (max-width: 769px) {
  .under.facilities .contents_wrap .item_area .willstory {
    padding: 20px 15px;
    margin-top: 30px;
  }
  .under.facilities .contents_wrap .item_area .willstory:before {
    left: 20%;
  }
  .under.facilities .contents_wrap .item_area .willstory .icon {
    width: 40%;
    margin: 0 auto 15px auto;
  }
  .under.facilities .contents_wrap .item_area .willstory .flex_sp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .under.facilities .contents_wrap .item_area .willstory .flex_sp .txt {
    width: 54%;
  }
  .under.facilities .contents_wrap .item_area .willstory .flex_sp .img {
    width: 43%;
  }
}
@media screen and (max-width: 769px) {
  .under.facilities .contents_wrap .item_area:not(:first-child) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.under.facilities .contents_wrap .item_area:nth-child(even) .item, .under.facilities .contents_wrap .item_area:nth-child(even) .willstory, .under.facilities .contents_wrap .item_area:nth-child(even) .flex_sp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.under.facilities .contents_wrap .item_area:nth-child(even) .willstory:before {
  left: 87%;
}
@media screen and (max-width: 769px) {
  .under.facilities .contents_wrap .item_area:nth-child(even) {
    background-color: #fff;
  }
  .under.facilities .contents_wrap .item_area:nth-child(even) .flex_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .under.facilities .contents_wrap .item_area:nth-child(even) .willstory {
    background-color: #F4F4F2;
  }
  .under.facilities .contents_wrap .item_area:nth-child(even) .willstory:before {
    border-bottom: 15px solid #F4F4F2;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>