@font-face {
  font-display: swap;
  font-family: "DIN_Alternate";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/A-OTFRyuminProEH-KL.otf);
}
@font-face {
  font-display: swap;
  font-family: "ZenKakuGothicAntique";
  font-weight: bold;
  src: url(../fonts/ZenKakuGothicAntique-Bold.ttf);
}
@font-face {
  font-display: swap;
  font-family: "ZenKakuGothicAntiqueMid";
  font-weight: normal;
  src: url(../fonts/ZenKakuGothicAntique-Medium.ttf);
}
.medium {
  font-family: ZenKakuGothicAntiqueMid, sans-serif;
}

.en {
  font-family: "DIN Alternate", sans-serif;
}

.title_area {
  background: url(../image/detail_top.jpg) no-repeat center center/cover;
  padding: 195px 0 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .title_area {
    background: url(../image/detail_top_sp.jpg) no-repeat center center/cover;
    padding: 116px 0 28px;
  }
}
.title_area h1 {
  color: #fff;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .title_area h1 {
    font-size: 2.4rem;
  }
}
.title_area p {
  color: #8bcbd3;
  font-size: 1.8rem;
}

.contents {
  font-family: ZenKakuGothicAntiqueMid, sans-serif;
  margin: 0 auto;
  max-width: 1000px;
  padding: 70px 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 40px 0;
    width: 88%;
  }
}
.contents .inner {
  color: #0f3c71;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .contents .inner {
    padding: 0 0 20px;
  }
}
.contents h2 {
  border-bottom: 2px solid #8bcbd3;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0px auto 10px;
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents h2 {
    font-size: 2rem;
  }
}
.contents h2::before {
  background-color: #0f3c71;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}
.contents h3 {
  background-color: #a9e3eb;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 36px auto 20px;
  padding: 9px 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents h3 {
    font-size: 1.6rem;
    margin: 22px auto;
  }
}
.contents p {
  font-size: 1.6rem;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .contents p {
    font-size: 1.4rem;
    margin: 0px auto 20px;
  }
}
.contents .red {
  color: #dd0e0e;
}
.contents figure {
  border-radius: 10px;
  margin: 30px auto;
  overflow: hidden;
  width: 100%;
}
/*# sourceMappingURL=sourcemaps/why_ad.css.map */