.hero.is-animated .hero__inner .box__header .content-title.--lv2 small.jp {
  color: #333333;
  font-size: 30px;
  font-weight: 400;
}

.wrapper {
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-inline: 15px;
  }
}

.contents {
  max-width: 1256px;
  width: 100%;
  margin-inline: auto;
}

.contents_titleWrap {
  background-color: #f45521;
  color: #fff;
  border-radius: 50px 50px 0 0;
  padding-block: 25px;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  .contents_titleWrap {
    padding-inline: 15px;
    border-radius: 30px 30px 0 0;
  }
}

.contents_title {
  text-align: center;
}
.contents_title .sub {
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contents_title .sub {
    font-size: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem);
  }
}
.contents_title .main {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .contents_title .main {
    font-size: clamp(1.5rem, 1.232rem + 1.34vw, 1.875rem);
  }
}

.contents_main {
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  padding-block: 70px;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  .contents_main {
    padding-inline: 15px;
    padding-block: 50px;
    border-radius: 0 0 30px 30px;
  }
}

.contents_img {
  max-width: 878px;
  margin-inline: auto;
}

.contents_read {
  margin-top: -20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contents_read {
    margin-top: -10px;
    font-size: clamp(1.5rem, 1.232rem + 1.34vw, 1.875rem);
  }
}

.contents_text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
.contents_text + .contents_text {
  margin-top: 20px;
}
.contents_text strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents_text {
    font-size: clamp(1.25rem, 1.011rem + 1.02vw, 1.5rem);
  }
}

.annotation {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .annotation {
    font-size: clamp(1.125rem, 1.006rem + 0.51vw, 1.25rem);
  }
}/*# sourceMappingURL=fms.css.map */