h1 {
  background-color: #002366;
  color: #ffffff;
  font-size: 40px;
}

.main_vr {
  padding-bottom: 0;
}

h2 {
  background-color: unset;
  color: #000000;
  line-height: 1.4;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 44px;
}

h2 span {
  font-size: 80%;
}

h3 {
  font-size: 30px;
  border-bottom: 2px solid #002366;
  border-left: 5px solid #002366;
  padding:0 0 5px 10px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
}

h4 a {
  font-size: 18px;
}

h4 a:hover {
  text-decoration: underline;
}

.main_vr h1 .dear_title {
  font-size: 28px;
}

.service_area {
  background-color: #DCEAF7;
  padding: 20px 30px 10px;
  border-radius: 10px;
  max-width: 750px;
  margin: 0 auto;
}

.service_area .ready-txt {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 17px;
}

#pageLp .secFee {
  background-color: #DCEAF7;
}

.atend-txt  {
  text-align: center;
  margin-top: 10px;
}

.atend-txt a {
  font-weight: bold;
  transition: .5s;
}

.atend-txt a:hover {
  text-decoration: underline;
}

.contents_inner {
  box-shadow: none;
  margin-bottom: 0;
  padding: 30px 10px;
}

.contents_info .contents_info_overview {
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.contents_info ul {
  font-size: 23px;
  line-height: 1.5;
  padding: 0 20px;
}

.contents_info ul li {
  margin-bottom: 10px;
  font-weight: bold;
}

.contents_info ul span{
  color: #4B657E;
  font-weight: bold;
  font-size: 26px;
}

.box-border {
  border: 2px solid #002366;
    border-radius: 10px;
    padding-bottom: 25px;
    padding: 0 10px 25px;
}

.contents-display {
  display: flex;
  margin-bottom: 25px;
}

.contents-space {
  margin-top: 0;
  padding-top: 0;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 0 5px 3px #dcdcdc;
  padding-bottom: 15px;
}

.contents-space:nth-child(1),
.contents-space:nth-child(2) {
  margin-right: 5px;
}


h4::after {
  display: none;
}

.contents_info .speaker {
  padding: 0;
}

.contents_info .speaker li {
  font-size: 15px;
  font-weight: normal;
}

.js-toggle-button button {
  padding: 15px 0;
}

#pageLp .secFee .js-toggle-button button {
  padding: 15px 0;
}

.service_info {
  text-align: center;
  margin-top: 10px;
}

.service_info a {
  font-size: 18px;
}
.service_info a:hover {
  text-decoration: underline;
}

.pc-hidden {
  display: none;
}

  .price-wrap h3 {
      margin-top: 20px;
    }

@media screen and (max-width: 640px) {
    h1 {
        font-size: 34px;
    }

    .pc-hidden {
      display: block;
    }

    h2 {
      font-size: 31px;
    }

    .service_area {
      padding: 15px;
    }

    .atend-txt {
      line-height: 1.3;
    }

    .contents_inner {
      margin-top: 10px;
    }

    h3 {
      font-size: 25px;
    }

    .contents_info ul {
      font-size: 19px;
      padding: 0 15px;
    }

    .contents_info ul span {
      font-size: 22px;
    }

    .box-border {
      padding: 0 10px 25px;
    }

    .contents_box h2 {
      text-align: center;
    }

    .contents-display {
      display: block;
      padding: 0;
    }

    .contents-space:nth-child(1),
    .contents-space:nth-child(2) {
      margin-right: auto;
    }

    h4 a {
      font-size: 19px;
    }

    .contents-space {
      box-sizing: border-box;
      max-width: 400px;
      padding-top: 8px;
    }

    .price-wrap h3 {
      margin-top: 0;
    }
}
