/*
Version: 1.9
*/
/* マージン */
.mt-05 {
  margin-top: 0.5rem !important;
}
.mb-05 {
  margin-bottom: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}
.mb-10 {
  margin-bottom: 1rem !important;
}
.mt-15 {
  margin-top: 1.5rem !important;
}
.mb-15 {
  margin-bottom: 1.5rem !important;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mt-25 {
  margin-top: 2.5rem !important;
}
.mb-25 {
  margin-bottom: 2.5rem !important;
}
.mt-30 {
  margin-top: 3rem !important;
}
.mb-30 {
  margin-bottom: 3rem !important;
}
.mt-35 {
  margin-top: 3.5rem !important;
}
.mb-35 {
  margin-bottom: 3.5rem !important;
}
.mt-40 {
  margin-top: 4rem !important;
}
.mb-40 {
  margin-bottom: 4rem !important;
}
.mt-45 {
  margin-top: 4.5rem !important;
}
.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}
.mb-50 {
  margin-bottom: 5rem !important;
}
.mt-55 {
  margin-top: 5.5rem !important;
}
.mb-55 {
  margin-bottom: 5.5rem !important;
}
.mt-60 {
  margin-top: 6rem !important;
}
.mb-60 {
  margin-bottom: 6rem !important;
}
.mt-65 {
  margin-top: 6.5rem !important;
}
.mb-65 {
  margin-bottom: 6.5rem !important;
}
.mt-70 {
  margin-top: 7rem !important;
}
.mb-70 {
  margin-bottom: 7rem !important;
}
.mt-75 {
  margin-top: 7.5rem !important;
}
.mb-75 {
  margin-bottom: 7.5rem !important;
}
.mt-80 {
  margin-top: 8rem !important;
}
.mb-80 {
  margin-bottom: 8rem !important;
}
.mt-85 {
  margin-top: 8.5rem !important;
}
.mb-85 {
  margin-bottom: 8.5rem !important;
}
.mt-90 {
  margin-top: 9rem !important;
}
.mb-90 {
  margin-bottom: 9rem !important;
}
.mt-95 {
  margin-top: 9.5rem !important;
}
.mb-95 {
  margin-bottom: 9.5rem !important;
}
.mt-100 {
  margin-top: 10rem !important;
}
.mb-100 {
  margin-bottom: 10rem !important;
}

/* フォントサイズ */
.fs-16-sp18 {
  font-size: 1.6rem !important;
}
.fs-30-sp25 {
  font-size: 3rem !important;
}
.fs-25-sp22 {
  font-size: 2.5rem !important;
}
@media screen and (max-width: 767px) {
  .fs-16-sp18 {
    font-size: 1.8rem !important;
  }
  .fs-30-sp25 {
    font-size: 2.5rem !important;
  }
  .fs-25-sp22 {
    font-size: 2.2rem !important;
  }
}
.fs-10 {
  font-size: 1rem !important;
}
.fs-11 {
  font-size: 1.1rem !important;
}
.fs-12 {
  font-size: 1.2rem !important;
}
.fs-13 {
  font-size: 1.3rem !important;
}
.fs-14 {
  font-size: 1.4rem !important;
}
.fs-15 {
  font-size: 1.5rem !important;
}
.fs-16 {
  font-size: 1.6rem !important;
}
.fs-17 {
  font-size: 1.7rem !important;
}
.fs-18 {
  font-size: 1.8rem !important;
}
.fs-19 {
  font-size: 1.9rem !important;
}
.fs-20 {
  font-size: 2rem !important;
}
.fs-25 {
  font-size: 2.5rem !important;
}
.fs-30 {
  font-size: 3rem !important;
}
.fs-35 {
  font-size: 3.5rem !important;
}
.fs-40 {
  font-size: 4rem !important;
}
.fs-45 {
  font-size: 4.5rem !important;
}
.fs-50 {
  font-size: 5rem !important;
}
.fs-55 {
  font-size: 5.5rem !important;
}
.fs-60 {
  font-size: 6rem !important;
}
/* フォントウエイト */
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
/* 行間 */
.lh1 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh13 {
  line-height: 1.3;
}
.lh14 {
  line-height: 1.4;
}
.lh15 {
  line-height: 1.5;
}
.lh16 {
  line-height: 1.6;
}
.lh17 {
  line-height: 1.7;
}
.lh18 {
  line-height: 1.8;
}
/* 揃え */

.ag-justify {
  text-align: justify;
}
.ag-center {
  text-align: center;
}
.ag-center-spleft {
  text-align: center;
}
.ag-left-spcenter {
  text-align: justify;
}
.ag-center-spjustify {
  text-align: center;
}
.ag-center-spjustify-spbrnone {
  text-align: center;
}
.txindent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ag-center-spleft {
    text-align: left;
  }
  .ag-left-spcenter {
    text-align: center;
  }
  .ag-center-spjustify {
    text-align: justify;
  }
  .ag-center-spjustify-spbrnone {
    text-align: justify;
  }
  .ag-center-spjustify-spbrnone br {
    display: none;
  }
}
.italic {
  font-style: italic;
}
.ag-left {
  text-align: left;
}
.ag-right {
  text-align: right;
}
/* 字間 */
.ls-02 {
  letter-spacing: 0.2em;
}
.ls-03 {
  letter-spacing: 0.3em;
}
.ls-04 {
  letter-spacing: 0.4em;
}
.ls-05 {
  letter-spacing: 0.5em;
}
/* PCのみ改行 */
.only_pc_flex {
  display: flex !important;
}
/* スマホのみで表示 */
.only_sp_flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .only_pc_flex {
    display: none !important;
  }
  .only_sp_flex {
    display: flex !important;
  }
}
/* PCのみ改行 */
.only_pc {
  display: block !important;
}
/* スマホのみで表示 */
.only_sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}
/* テキストのPCのみ改行 */
.only_pc_tx {
  display: inline-block !important;
}
/* テキストのスマホのみで表示 */
.only_sp_tx {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .only_pc_tx {
    display: none !important;
  }
  .only_sp_tx {
    display: inline-block !important;
  }
}
.txtume {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
