@charset "UTF-8";

:root {
  --font-family-jp: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif;
  --font-family: "Noto Sans Japanese", sans-serif;
}

/*--------------------------
 common
----------------------------*/
.c-head {
  font-size: calc(40 / 750 * 100vw);
  font-weight: 600;
  margin-top: calc(20 / 750 * 100vw);
  text-align: center;
  line-height: 1.6;
  font-family: 'Times New Roman','STSong','SimSun', serif !important;
}
@media all and (min-width: 767px) {
  .c-head {
    margin-top: 10px;
    font-size: 28px;
  }
}
.c-head img {
  margin-left: auto;
  margin-right: auto;
}
.c-head2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: calc(43 / 750 * 100vw);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  font-family: 'Times New Roman','STSong','SimSun', serif !important;
  line-height: 1.2;
  border-bottom: 1px solid #000;
}
.c-head2 span {
  margin-top: 30px;
  display: inline-block;
  font-size: 90%;
}
@media all and (min-width: 767px) {
  .c-head2 {
    font-size: 28px;
  }
}
.c-head3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #333;
  font-family: 'Times New Roman','STSong','SimSun', serif !important;
}
@media all and (min-width: 767px) {
  .c-head3 {
    font-size: 22px !important;
  }
}

/*--------------------------
 common-add
----------------------------*/
.mt-p-7 {
  margin-top: 10px !important;
}
@media all and (min-width: 767px) {
  .mt-p-7 {
    margin-top: 7% !important;
  }
}
@media (min-width: 767px) and (max-width: 1279px) {
  .mt-p-7 {
    margin-top: 4.5% !important;
  }
}
.c-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12.5px;
  line-height: calc( 76 / 50 );
}
@media all and (min-width: 767px) {
  .c-note {
    font-size: 11px;
    line-height: calc( 36 / 22);
  }
}
.c-note02 {
  text-indent: -5em;
  padding-left: 4.5em;
  font-size: 15px;
  line-height: calc( 80 / 60 );
}
@media all and (min-width: 767px) {
  .c-note02 {
    font-size: 14px;
    line-height: calc( 44/ 28 );
  }
}
/*--------------------------
 dry_me__box
----------------------------*/
.dry_me__box {
  background-color: #e9ecf1;
  padding: 24px 16px 16px;
}
.dry_me__box__ttl {
  margin-bottom: 16px;
}
.dry_me__box__ttl {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 16px;
}
/*.dry_me__box__ttl img {
  width: 242px;
}*/
.dry_me__box__img {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 30px;
}
.dry_me__box__img img {
  width: calc( ( 100% - 20px ) / 2 );
}
.dry_me__box__text {
  text-align: left;
}
@media all and (min-width: 767px) {
  .dry_me__box {
    padding: 4%;
  }
  .dry_me__box__ttl {
    text-align: left;
    margin-bottom: 24px;
  }
  /*.dry_me__box__ttl img {
    width: 302px;
  }*/
  .dry_me__box__wrap {
    display: flex;
    align-items: flex-start;
    column-gap: 5%;
  }
  .dry_me__box__img {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .dry_me__box__img {
    width: 42%;
  }
  .dry_me__box__img img {
    width: 42%;
  }
  .dry_me__box__text {
    flex: 1;
  }
}

/*--------------------------
 other
----------------------------*/
.imgArea.relative {
  position: relative;
  max-width: 100% !important;
}
.imgArea.relative img {
  max-width: 100% !important;
}
.imgArea .gif {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 45.4% !important;
  height: auto;
}
.imgArea .gif.gif01 {
  left: 0;
}
.imgArea .gif.gif02 {
  right: 0;
}
.otherPageBoxOtl2.column-module-5_6 .areaR .imgArea img {
  margin-top: 0;
}