@charset "UTF-8";

/* contents
=========================================================================================== */
#Contents {
  padding-inline: 0 !important;
  color: #333333;
  font-family: "Noto Sans JP",
  "ヒラギノ角ゴ ProN W3",
  "Hiragino Kaku Gothic ProN",
  "游ゴシック",
  YuGothic,
  "メイリオ",
  Meiryo,
  sans-serif;
}

.MainContents p {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .MainContents p {
    line-height: calc(24/16);
  }
    
  .u-sp {
    display: none !important;
  }    

}

#Contents p {
}

/* inner
=========================================================================================== */
.MainInner {
  width: 90%;
  max-width: 1275px;
  margin-inline: auto;
}

.MainInner.--sm {
  max-width: 1000px;
  position: relative;
}

/* utility
=========================================================================================== */
@media screen and (max-width: 1023px) {
  .u-pc {
    display: none;
  }
}

@media not all and (max-width: 1023px) {
  .u-st {
    display: none !important;
  }
}

@media not all and (max-width: 767px) {
  .u-pt {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
}

