html body .contents_breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
  margin-bottom: 0;
}
html body .hero {
  height: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .hero {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  html body .hero {
    height: 300px;
  }
}
html body .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html body .hero-textbox .catch {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 40px;
  color: #000000;
  font-weight: 200;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 42px;
    line-height: 40px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #000000;
  top: 50%;
  width: 60px;
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .hero-textbox .sub {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-size: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    background-color: #fff;
    color: #0E1A3C;
  }
}
html body .hero-01 {
  background: url(../../images/about_kyowa/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero-01 {
    background: url(../../images/about_kyowa/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-01 .hero-textbox {
    left: 25px;
    bottom: 30px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-01 .hero-textbox .catch {
    width: 200px;
    margin-bottom: 5px;
    background-color: #fff;
    color: #0E1A3C;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-01 .hero-textbox .catch span {
    display: none;
  }
}
html body .hero.hero-maintenance {
  background: none;
}
@media screen and (max-width: 1400px) {
  html body .hero.hero-maintenance {
    background-position: right center;
  }
}
@media screen and (max-width: 767px) {
  html body .hero.hero-maintenance {
    background: none;
  }
}
html body .hero-02 {
  background: none;
}
@media screen and (max-width: 767px) {
  html body .hero-02 {
    background: none;
  }
}
html body .terms-section {
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  html body .terms-section {
    margin-bottom: 125px;
  }
}
html body .terms-section h2 {
  margin-bottom: 54px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  html body .terms-section h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  html body .terms-section h2 {
    margin: 25px 0;
    padding-bottom: 15px;
  }
}
html body .terms-section h3 {
  font-size: 20px;
  line-height: 30px;
  color: #505050;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .terms-section h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .terms-section h3 {
    display: none;
  }
}
html body .terms-info {
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 27px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .terms-info {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  html body .terms-info {
    margin-bottom: 0;
  }
}
html body .terms-text {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
@media screen and (max-width: 767px) {
  html body .terms-text {
    font-size: 16px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=terms.css.map */
