@media screen and (min-width: 960px) {
  .section-sub-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 60px;
    width: auto;
    min-height: none;
    color: #242F3D;
    background-color: transparent;
    border-radius: 0;
  }

  .lp-header {
    height: 460px;
  }

  .for-sp {
    display: none !important;
  }

  .pc-pt-0 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 959px) {
  .section-sub-ttl {
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .header-read {
    flex-wrap: nowrap;
    width: 660px;
    margin: 40px auto 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    margin-top: 80px;
  }

  .header-ttl {
    margin-bottom: 0;
    margin-top: 32px;
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
  }

  .header-partner {
    margin-top: 80px;
  }

  .section-block {
    padding-top: 100px;
    border-top: 0;
  }

  .price-list-item-text li {
    padding-left: 1em;
    position: relative;
  }

  .price-list-item-text li::after {
    content: "・";
    position: absolute;
    left: 0;
    top: 1px;
  }

  .header-partner.--case {
    margin-top: 54px;
  }

  .header-partner.--case .header-partner-ttl {
    font-weight: bold;
  }

  .header-partner.--case .header-partner-badge {
    width: 120px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .lp-header {
    height: 360px;
    background-image: url(../img/bg1_sp.png);
    background-size: cover;
  }

  .for-sp {
    display: block !important;
  }

  .header-partner-txt {
    font-size: 10px;
    line-height: 1.6;
    color: #000;
  }

  .section-sub-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 40px;
    color: #242F3D;
    width: auto;
    background-color: transparent;
  }

  .sp-pt-0 {
    padding-top: 0 !important;
  }

  .section-contact {
    margin-top: 50px;
  }
}

.section-block {
  border-top: 0;
}

.section-two-column {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.section-two-column-image {
  width: 330px;
}

.section-two-column-texts {
  width: 605px;
}

.section-two-column-text-01 {
  color: #0F5EC1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-two-column-text-02 {
  font-size: 19px;
  line-height: 1.2;
}

@media only screen and (max-width: 959px) {
  .section-two-column {
    display: block;
    margin-top: 30px;
  }

  .section-two-column-image {
    width: 100%;
  }

  .section-two-column-texts {
    width: auto;
  }

  .section-two-column-text-01 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
  }

  .section-two-column-text-02 {
    font-size: 14px;
    line-height: 1.4;
  }
}
.header-link-box a {
      color: #4C4C4C;
}
.section-strength-item-dd {
  text-align: left;
}
.bnr-gcpresale {
  padding-bottom: 44px;
}