@charset "utf-8";

.page-title {
  margin-block: 70px 80px;
}
.text-box {
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto 160px;
}
.text-box .title {
  position: relative;
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: bold;
}
.text-box .title span {
  position: relative;
  padding-right: 10px;
  background: #fff;
  z-index: 1;
}
.text-box .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: var(--text-color);
}
.text-box p {
  margin-bottom: 60px;
  padding-left: 18px;
  font-size: 1.6rem;
  line-height: 1.66;
}

@media screen and (max-width: 767.999px) {
  .page-title {
    margin-block: 35px 30px;
  }
  .text-box {
    max-width: calc(100% - 30px);
    margin-bottom: 90px;
  }
  .text-box .title {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .text-box p {
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 1.4rem;
  }
}
