/* ===============================================================

 project / service insurance webplan

=============================================================== */
a:hover {
  opacity: 0.7;
}

.p-webplan__kv {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 32px;
}

.p-webplan__lead {
  max-width: 960px;
  width: 100%;
  margin: 64px auto 0;
}

.p-webplan__lead__title {
  font-size: 22px;
  line-height: 1.9;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-webplan__lead__title > strong {
  font-size: 28px;
  line-height: 1.5;
}

.p-webplan__lead__title > strong > span {
  color: #D680A7;
}

.p-webplan__lead__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 16px;
}

.p-webplan__lead__strong__text {
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 16px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.p-webplan__lead__strong__text .p-webplan__lead__strong__num {
  font-size: 34px;
  line-height: 1;
}

.p-webplan__lead__strong__text .p-webplan__lead__stronger__text {
  font-size: 25px;
  line-height: 1.2;
}

.p-webplan__btn__links {
  width: 100%;
  max-width: 960px;
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.p-webplan__btn__links__item__btn {
  line-height: 1;
  padding: 24px 40px 20px;
  border: 1px solid #EAEAEA;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 18px;
  color: #D680A7;
  font-weight: 500;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px rgba(71, 85, 91, 0.15);
          box-shadow: 0px 0px 5px rgba(71, 85, 91, 0.15);
}

.p-webplan__btn__links__item__btn::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 16px;
  width: 12px;
  height: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/service/insurance/webplan/assets/img/icon_link_blank.svg?v1889f21ea0f");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-webplan__btn__links__item__inner > img {
  -webkit-box-shadow: 0px 0px 5px rgba(71, 85, 91, 0.15);
          box-shadow: 0px 0px 5px rgba(71, 85, 91, 0.15);
}

.p-webplan__features {
  margin: 64px auto 0;
  width: 100%;
}

.p-webplan__features__title {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.p-webplan__features__title > h2 {
  margin: 0 auto;
  margin-top: -50px;
  width: 100%;
  max-width: 960px;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-webplan__features__title > h2 > span {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-webplan__features__title::before {
  content: "";
  display: block;
  position: relative;
  background-color: #F2F6FA;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  z-index: -1;
  margin-left: -45px;
  margin-right: -45px;
  padding-left: 45px;
  padding-right: 45px;
}

.p-webplan__features__inner {
  background-color: #F2F6FA;
  padding-top: 32px;
  padding-bottom: 64px;
}

.p-webplan__features__items {
  background-color: #fff;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px 40px 20px 24px;
}

.p-webplan__features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-webplan__features__item + .p-webplan__features__item {
  margin-top: 32px;
  padding-top: 28px;
  position: relative;
}

.p-webplan__features__item + .p-webplan__features__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/service/insurance/webplan/assets/img/icon_border_line.svg?v1889f21ea0b");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
}

.p-webplan__features__item + .p-webplan__features__item .p-webplan__features__num {
  top: calc(54% + 12px);
}

.p-webplan__features__num {
  width: 27px;
  line-height: 1;
  font-size: 50px;
  font-weight: 400;
  display: block;
  position: absolute;
  left: 14px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-webplan__features__num.-color_pink {
  color: #D680A7;
}

.p-webplan__features__content {
  width: 100%;
  text-align: center;
  margin-left: 68px;
}

.p-webplan__features__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 16px;
}

.p-webplan__features__heading {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-right: 46px;
}

.p-webplan__features__heading {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-webplan__cvarea {
  padding: 64px 0 120px;
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}

.p-webplan__cvarea__title > h2 {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-webplan__cvarea__imagebox {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 42px;
}

.p-webplan__cvarea__imagebox > p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-left: 48px;
}

a.c-button.p-webplan__btn.-single {
  width: 460px;
  padding: 13px 26px 12px;
}

@media screen and (max-width: 767px) {
  .p-webplan__lead__title {
    letter-spacing: 0.01em;
  }
  .p-webplan__lead__title > strong {
    font-size: 28px;
    line-height: 1;
  }
  .p-webplan__lead__text {
    line-height: 1.7;
  }
  .p-webplan__lead__strong__text {
    margin-top: 24px;
    line-height: 1.4;
  }
  .p-webplan__btn__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4%;
    margin: 24px auto 0;
  }
  .p-webplan__btn__links .p-webplan__btn__links_item + .p-webplan__btn__links_item {
    margin-top: 16px;
  }
  .p-webplan__btn__links__item__btn::after {
    top: 52%;
  }
  .p-webplan__btn__links__item__btn {
    width: 50%;
    padding: 24px 40px 24px 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #EAEAEA;
    border-left: 0;
    border-radius: 0 10px 10px 0;
  }
  .p-webplan__btn__links__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-webplan__btn__links__item__inner > img {
    width: 50%;
  }
  .p-webplan__features__title {
    position: relative;
  }
  .p-webplan__features__title > h2 {
    font-size: 24px;
    position: absolute;
    top: 92px;
  }
  .p-webplan__features__inner {
    padding: 16px 4% 40px;
  }
  .p-webplan__features__items {
    padding: 30px 9.2%;
  }
  .p-webplan__features__item + .p-webplan__features__item {
    margin-top: 24px;
    padding-top: 24px;
  }
  .p-webplan__features__item + .p-webplan__features__item::before {
    top: 0;
    background-size: auto;
  }
  .p-webplan__features__item + .p-webplan__features__item .p-webplan__features__num {
    top: 50%;
  }
  .p-webplan__features__num {
    width: auto;
    line-height: 1;
    font-size: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-webplan__features__content {
    margin-left: 0;
  }
  .p-webplan__features__text {
    line-height: 1.6;
  }
  .p-webplan__features__heading {
    text-align: left;
    padding-right: 0;
    position: relative;
    padding-right: 0;
    padding-left: 32px;
  }
  .p-webplan__cvarea__title > h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-left: 5px;
  }
  .p-webplan__cvarea__imagebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 6%;
    margin-bottom: 32px;
  }
  .p-webplan__cvarea__imagebox > p {
    line-height: 1.7;
    margin-left: 0;
  }
  .p-webplan__cvarea__imagebox > img {
    width: 34%;
    margin-bottom: 24px;
    margin-left: 10px;
  }
  a.c-button.p-webplan__btn.-single {
    width: 92%;
    padding: 11px 26px 12px;
  }
}
