@media (max-width: 768px) {
  .l-wrapper-main {
    padding-top: 90px;
  }
}
.page-title {
  padding: 0;
  margin-bottom: 35px;
  border-bottom: 0;
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: left;
}
.page-title::before {
  display: none;
}

@media (max-width: 768px) {
  .page-title {
    margin-bottom: 26px;
    font-size: 1.25rem;
  }
}

.key-visual {
  margin-bottom: 87px;
}
@media (max-width: 768px) {
  .key-visual {
    margin-bottom: 63px;
  }
}
.key-visual_text {
  font-size: 1rem;
  line-height: 1.5;
}
.key-visual_text p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .key-visual_image {
    margin-bottom: 23px;
  }
  .key-visual_text {
    font-size: 0.9375rem;
    line-height: 1.4667;
  }
  .key-visual_text p:first-of-type {
    margin-bottom: 8px;
  }
}

.page-section {
  margin-bottom: 65px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .page-section {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}
.page-section p {
  margin: 0 0 10px;
}
.page-section .small {
  font-size: 0.75rem;
  line-height: 1.8333;
}
@media (max-width: 768px) {
  .page-section p {
    line-height: 1.4667;
  }
  .page-section .small {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.page-section h3 {
  padding: 24px 0 20px 33px;
  margin: 0 0 31px;
  border-bottom: 4px solid #ddd;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}
.page-section h3::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #c8161d;
  content: '\0020';
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
}
@media (max-width: 768px) {
  .page-section h3 {
    width: 100vw;
    padding: 14px 42px 10px 47px;
    margin: 0 -4vw 28px;
    font-size: 1.25rem;
    line-height: 1.3636;
  }
  .page-section h3::before {
    width: 12px;
    height: 12px;
    top: 23px;
    left: 22px;
  }
}

.page-section h4 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}
.page-section h4 span {
  padding-bottom: 7px;
  border-bottom: 2px solid #ddd;
  display: inline-block;
}
@media (max-width: 768px) {
  .page-section h4 {
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.page-section .note {
  padding: 0;
  line-height: 1.4286;
}
.page-section .note li {
  padding-left: 1em;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #333;
  line-height: inherit;
  text-indent: -1em;
}
.page-section .note li::before {
  display: none;
}




.page-section .btn {
  border: 1px solid #333;
}
.page-section .btn a {
  width: 100%;
  height: 100%;
  background: #fff url(../icon-arrow-right.svg) no-repeat 88.5% 50% / 10px auto;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-section .btn a:link {
  color: #333;
}
.page-section .btn a:visited {
  color: #333;
}
.page-section .btn a:hover {
  color: #333;
}
.page-section .btn a:focus {
  color: #333;
}
