@charset "utf-8";


.child-page h1, .child-page h2, .child-page h3, .child-page h4, .child-page h5 {
  font-weight: 700;
  line-height: 1.46;
}
.child-page h1 {
  font-size: 1.73rem;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  margin-top: 16px;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}
.child-page h1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #339599;
} 
.child-page h2 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #CDCDCD;
  margin-top: 70px;
  margin-bottom: 40px;
}
.child-page h2::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 25%;
  max-width: 128px;
  height: 1px;
  background-color: #339599;
}



@media all and (max-width: 767px) {
  .child-page h1 {
    font-size: 21px;
    margin-bottom: 22px;
  }
  .child-page h2 {
    font-size: 18px;
    margin-top: 36px;
    margin-bottom: 20px;
  }
}