.whole__wrapper {
  max-width: 900px !important; }

.whole__visual {
  margin: 0 auto 35px; }
  .whole__visual__image {
    margin-bottom: 18px;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 55px;
    display: block; }
  .whole__visual__text {
    position: absolute;
    top: 82.72727%;
    left: 61.57407%;
    display: block;
    width: 42.31481%;
    height: auto; }
  .whole__visual__badge {
    position: absolute;
    top: 95.27273%;
    left: -5.92593%;
    display: block;
    width: 24.44444%;
    height: auto; }
  .whole__visual__lead {
    font-size: 22px;
    color: #073190;
    font-weight: bold;
    width: 79.62963%;
    margin-left: 20.37037%;
    margin-bottom: 10px; }
    .whole__visual__lead-02 {
      font-size: 18px;
      color: #073190;
      font-weight: bold;
      width: 79.62963%;
      margin-left: 20.37037%; }
  .whole__visual__campaign {
    display: block;
    width: 100%;
    margin: -30px auto 10px;
    position: relative;
    z-index: 1; }
    .whole__visual__campaign a {
      display: block;
      width: 46.11111%;
      margin-left: auto; }
      .whole__visual__campaign a:hover {
        opacity: .7;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out; }
      .whole__visual__campaign a img {
        width: 100%; }

.features {
  padding: 73px 0 80px; }
  .features section {
    max-width: 970px; }
  .features__title {
    margin-bottom: 50px; }
  .features__content__lead {
    margin-bottom: 25px;
    color: #073190;
    font-size: 28px;
    line-height: 1.7;
    text-align: center; }
    .features__content__lead strong {
      color: #de7830;
      font-weight: normal; }
    .features__content__lead-text {
      margin-bottom: 55px;
      font-size: 18px;
      line-height: 1.8;
      text-align: center; }
  .features__content__text {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 2px;
    text-align: center; }
  .features__content__border {
    background: #d9efeb;
    width: 93.26316%;
    margin: 0 auto 70px;
    padding: 0 2.63158% 6.31579%;
    border: 2px solid #1d857e;
    border-radius: 10px; }
    .features__content__border__sub-title {
      background: #1d857e;
      margin: 0 -3.00481% 30px;
      padding: 2.83447%;
      color: #ffffff;
      font-size: 36px;
      line-height: 1.4;
      letter-spacing: 4px;
      text-align: center;
      border-radius: 7px 7px 0 0; }
  .features__content__img-01 {
    margin: 45px auto 50px; }
  .features__content__banner {
    margin-top: 90px; }
  .features__btn {
    width: 71.47806%;
    margin: 40px auto 0; }
    .features__btn a {
      display: block; }

.custom__detail {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px; }
  .custom__detail h4 {
    margin-bottom: 10px;
    color: #073190;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center; }
    .custom__detail h4 small {
      font-size: 18px; }
  .custom__detail__box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #d9efeb;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px; }
    .custom__detail__box:last-of-type {
      margin-bottom: 0; }
    .custom__detail__box-left {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #1d857e;
      width: 220px;
      padding: 35px 0;
      border-radius: 5px;
      position: relative; }
      .custom__detail__box-left div {
        display: block;
        width: 100%;
        text-align: center; }
      .custom__detail__box-left p {
        color: #ffffff;
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: 2px; }
        .custom__detail__box-left p span {
          font-size: 20px; }
        .custom__detail__box-left p.small {
          margin-top: 5px;
          color: #ffffff;
          font-size: 14px;
          line-height: 1.4;
          letter-spacing: 1px; }
        .custom__detail__box-left p .inline {
          display: inline-block;
          font-size: 22px !important; }
    .custom__detail__box-right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 20px;
      padding: 10px 0;
      text-align: left; }
      .custom__detail__box-right p {
        color: #1d857e;
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 1px; }
        .custom__detail__box-right p .small {
          font-size: 16px; }
        .custom__detail__box-right p sup {
          font-size: 10px;
          position: relative;
          top: -2px; }
      .custom__detail__box-right ul {
        margin-top: 5px;
        color: #3c3c3c;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.8px; }
        .custom__detail__box-right ul li {
          padding-left: 1em;
          text-indent: -1em; }
        .custom__detail__box-right ul.text-notes {
          margin: 10px 0 15px;
          font-size: 12px;
          line-height: 1.5; }
        .custom__detail__box-right ul.list-notes {
          margin-top: 10px;
          font-size: 10px;
          line-height: 1.8; }
    .custom__detail__box.point {
      background: #f4f2eb; }
      .custom__detail__box.point .custom__detail__box-left {
        background: #de7830; }
      .custom__detail__box.point .custom__detail__box-right p {
        color: #de7830; }
  .custom__detail__num {
    position: absolute;
    width: 44px !important;
    top: -15px;
    left: -15px; }
  .custom__detail__question {
    position: absolute;
    width: 27px !important;
    right: 5px;
    bottom: 5px;
    cursor: pointer; }
  .custom__detail__point {
    position: absolute;
    width: 127px !important;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto; }
  .custom__detail__notes li {
    margin-top: -10px;
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
    color: #787878;
    font-size: 11px;
    line-height: 1.6;
    text-align: left; }
    .custom__detail__notes li a {
      color: #787878; }

.custom.modal__faq {
  padding: 70px 65px 50px;
  text-align: center; }
  .custom.modal__faq .modal__contents__title {
    margin-bottom: 20px; }
  .custom.modal__faq .modal__contents__read {
    background: none;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
    color: #1d857e;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px; }
  .custom.modal__faq .modal__contents__text {
    margin-bottom: 40px;
    color: #333333;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px; }
  .custom.modal__faq .modal__contents__notes {
    margin-bottom: 25px;
    padding-left: 1em;
    text-indent: -1em;
    color: #3c3c3c;
    font-size: 11px;
    line-height: 1.8;
    text-align: left; }

.custom-01_img-01 {
  margin-bottom: 40px; }

.custom-03_img-01 {
  margin-bottom: 20px; }

.custom-04_img-box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .custom-04_img-box > div {
    width: 47.53086%; }

.custom-05_notes {
  width: 49.38272%;
  margin-top: -3.08642%; }
  .custom-05_notes p {
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
    color: #787878;
    font-size: 11px;
    line-height: 1.75;
    text-align: left; }
    .custom-05_notes p:last-of-type {
      margin-bottom: 0; }

.custom-06_text {
  margin-bottom: 20px; }

.custom-06_img-box {
  margin-bottom: 20px; }
  .custom-06_img-box > div {
    width: 47.53086%;
    margin: 0 auto; }

.custom-06_img-01 {
  margin-left: -15px;
  margin-bottom: 20px; }

.custom-06_img-02 {
  margin-left: -15px;
  margin-bottom: 25px; }

.custom-06_table.modal__contents__table {
  width: 100%;
  max-width: 565px;
  margin: 0 auto; }
  .custom-06_table.modal__contents__table td {
    text-align: left; }

.custom-07_img-box {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .custom-07_img-box > div {
    width: 47.53086%; }
    .custom-07_img-box > div:last-of-type {
      width: 100%;
      margin-top: 45px; }

.select__recommend__list {
  background: #ffffff;
  padding: 15px 4.81928%;
  border-radius: 10px; }
  .select__recommend__list p {
    margin-bottom: 5px;
    color: #1d857e;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px; }
  .select__recommend__list ul {
    text-align: left; }
    .select__recommend__list ul li {
      padding-left: 40px;
      color: #404040;
      font-size: 20px;
      line-height: 1.65;
      letter-spacing: 0.6px;
      position: relative; }
      .select__recommend__list ul li:before {
        content: '';
        background: url("../image/whole_life_medical_insurance/plan_icon_check-2d06b03a7a.png") no-repeat 50% 50%;
        background-size: contain;
        display: block;
        width: 30px;
        height: 25px;
        position: absolute;
        top: 2px;
        left: 0; }

.select__wrapper {
  background: #d9efeb;
  width: 93.26316%;
  margin: 0 auto 60px;
  padding: 0 3.15789% 30px;
  border: 2px solid #1d857e;
  border-radius: 10px; }
  .select__wrapper:last-of-type {
    margin-bottom: 80px; }

.select__title {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1d857e;
  width: 107.44921%;
  min-height: 100px;
  margin: 0 -3.386% 30px -3.7246%;
  padding: 20px 100px;
  border-radius: 6px 6px 0 0;
  position: relative; }
  .select__title:after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out; }
    .accordion-title.active .select__title:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .select__title h3 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 4px;
    text-align: center; }
    .select__title h3 small {
      font-size: 32px; }
    .select__title h3 span {
      display: inline-block; }

.select__badge {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -32px;
  left: -30px; }

.select__content {
  padding-top: 70px; }
  .select__content__read {
    margin-bottom: 30px;
    margin: 0 3.15789% 30px;
    color: #3c3c3c;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center; }
  .select__content__btn {
    display: block;
    margin: 40px auto 20px;
    width: 69.55056%; }
    .select__content__btn a {
      display: block; }
  .select__content__notes {
    margin-top: 15px; }
    .select__content__notes li {
      color: #787878;
      font-size: 11px;
      line-height: 1.6; }

.plan__detail {
  background: #ffffff;
  margin-bottom: 50px;
  padding: 45px 2.24719% 2.24719%;
  border-radius: 10px;
  text-align: center; }
  .plan__detail:last-of-type {
    margin-bottom: 0; }
  .plan__detail dt {
    display: table;
    background: #1d857e;
    margin: -70px auto 20px;
    padding: 12px 40px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.0;
    border-radius: 25px; }
  .plan__detail dd > p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5; }
    .plan__detail dd > p.small {
      margin-top: -5px;
      color: #3c3c3c;
      font-size: 11px; }
  .plan__detail__box {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #d9efeb;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px; }
    .plan__detail__box:last-of-type {
      margin-bottom: 0; }
    .plan__detail__box-left {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #1d857e;
      width: 220px;
      padding: 15px 0;
      border-radius: 5px; }
      .plan__detail__box-left div {
        display: block;
        width: 100%;
        text-align: center; }
      .plan__detail__box-left p {
        color: #ffffff;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.3; }
        .plan__detail__box-left p span {
          font-size: 20px;
          font-weight: bold; }
        .plan__detail__box-left p.small {
          margin-top: 5px;
          color: #ffffff;
          font-size: 14px;
          font-weight: bold;
          line-height: 1.4; }
    .plan__detail__box-right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 20px;
      padding: 10px 0;
      text-align: left; }
      .plan__detail__box-right p {
        color: #1d857e;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3; }
        .plan__detail__box-right p sup {
          font-size: 12px;
          font-weight: bold; }
      .plan__detail__box-right ul {
        margin-top: 5px;
        color: #3c3c3c;
        font-size: 14px;
        line-height: 1.4; }
        .plan__detail__box-right ul li {
          padding-left: 1em;
          text-indent: -1em; }
          .plan__detail__box-right ul li sup {
            font-size: 10px;
            position: relative;
            top: 2px; }
  .plan__detail__notes li {
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -1em;
    color: #787878;
    font-size: 11px;
    line-height: 1.6;
    text-align: left; }
    .plan__detail__notes li a {
      color: #787878; }

.benefits__title {
  margin-bottom: 40px; }

.benefits__read {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center; }

.benefits__sub-title {
  margin-bottom: 40px;
  text-align: center; }
  .benefits__sub-title span {
    display: block;
    background: #073190;
    padding: 10px 40px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 40px; }

.benefits__point {
  background: #f4f2ea;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 40px 4.54545% 30px; }
  .benefits__point li {
    background: #ffffff;
    width: 47.5%;
    margin-bottom: 40px;
    padding: 30px 3.75% 20px;
    border-radius: 10px;
    position: relative; }
    .benefits__point li h4 {
      margin-bottom: 20px;
      color: #0f348d;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.666; }
      .benefits__point li h4 span {
        font-weight: bold; }
    .benefits__point li p {
      color: #3c3c3c;
      font-size: 16px;
      line-height: 1.75; }
      .benefits__point li p .small {
        font-size: 11px; }
    .benefits__point li:nth-of-type(3) {
      margin-bottom: 0; }
    .benefits__point li:nth-of-type(4) {
      margin-bottom: 0; }
      .benefits__point li:nth-of-type(4) h4 {
        line-height: 2.75;
        margin-bottom: 32px; }
  .benefits__point__num {
    width: 28.75%;
    position: absolute;
    top: -20px;
    left: -20px; }
  .benefits__point__img {
    width: 56.25%;
    margin: 0 auto 25px; }

.benefits__notes {
  margin-bottom: 70px;
  color: #787878;
  font-size: 11px;
  line-height: 1.45;
  text-indent: -1em;
  padding-left: 1em; }
  .benefits__notes a {
    color: #787878; }

.benefits__btn {
  display: block;
  margin: 0 auto;
  width: 70.34091%; }

@media screen and (max-width: 1280px) {
  .content__wrapper section.whole__visual__wrapper {
    max-width: 100%; }
  .whole__visual {
    width: 84.375%;
    max-width: 1080px; }
    .whole__visual__campaign {
      width: 84.375%;
      max-width: 1080px; } }

@media screen and (max-width: 767px) {
  .whole__visual {
    width: 100%;
    margin-bottom: 8.69565%; }
    .whole__visual__image {
      margin-bottom: 18px;
      width: 100%;
      margin: 0 auto 18px; }
      .whole__visual__image h1 img {
        width: 100%;
        max-width: 100%; }
    .whole__visual__text {
      position: static;
      width: 100%; }
    .whole__visual__badge {
      top: 97.07242%;
      left: 70.28986%;
      width: 31.15942%; }
    .whole__visual__lead {
      font-size: 14px;
      width: 69.56522%;
      margin-left: 0%;
      margin-bottom: 5px; }
      .whole__visual__lead-02 {
        font-size: 12px;
        line-height: 1.6;
        width: 100%;
        margin-left: 0%; }
    .whole__visual__campaign {
      width: 100%;
      margin: 0 auto 10px; }
      .whole__visual__campaign a {
        width: 100%;
        margin-left: auto; }
  .features {
    padding: 40px 0; }
    .features__title {
      margin-bottom: 30px; }
    .features__sub-title {
      position: inherit;
      top: auto;
      right: auto; }
      .features__sub-title img {
        width: 100%; }
    .features__content__lead {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.75;
      text-align: left; }
      .features__content__lead-text {
        margin-bottom: 35px;
        font-size: 14px;
        line-height: 1.5;
        text-align: left; }
    .features__content__text {
      margin-bottom: 25px;
      font-size: 14px;
      line-height: 1.5; }
    .features__content__border {
      width: 100%;
      margin-bottom: 35px;
      padding: 0 4.34783% 3.62319%;
      border: 1px solid #1d857e;
      border-radius: 5px; }
      .features__content__border__sub-title {
        margin: 0 -4.7619% 4.7619%;
        padding: 6.34921% 3.1746%;
        font-size: 19px;
        letter-spacing: 2px;
        border-radius: 4px 4px 0 0; }
    .features__content__img-01 {
      margin: 30px auto 35px; }
    .features__content__banner {
      margin-top: 40px; }
    .features__btn {
      width: 100%;
      margin: 20px auto 10px; }
  .custom__detail {
    padding: 10px 8px;
    border-radius: 5px; }
    .custom__detail h4 {
      margin-bottom: 8px;
      font-size: 16px; }
      .custom__detail h4 small {
        font-size: 12px; }
    .custom__detail__box {
      display: block;
      margin-bottom: 8px;
      padding: 2.38095% 2.38095% 4.7619%;
      border-radius: 5px; }
      .custom__detail__box-left {
        width: 100%;
        min-height: 50px;
        padding: 3.33333% 11.66667% 2.5%;
        border-radius: 3px; }
        .custom__detail__box-left p {
          font-size: 14px;
          letter-spacing: 1px; }
          .custom__detail__box-left p span {
            font-size: 11px; }
          .custom__detail__box-left p.small {
            font-size: 11px; }
          .custom__detail__box-left p .inline {
            font-size: 14px !important; }
      .custom__detail__box-right {
        margin-left: 0;
        padding: 3.33333% 2.5% 0; }
        .custom__detail__box-right p {
          font-size: 12px;
          letter-spacing: 1px; }
          .custom__detail__box-right p .small {
            font-size: 12px; }
          .custom__detail__box-right p sup {
            font-size: 10px;
            top: 3px; }
        .custom__detail__box-right ul {
          margin-top: 8px;
          font-size: 10px;
          letter-spacing: 1px; }
          .custom__detail__box-right ul.text-notes {
            margin: 10px 0 15px;
            font-size: 10px;
            line-height: 1.5; }
          .custom__detail__box-right ul.list-notes {
            margin-top: 10px;
            font-size: 10px;
            line-height: 1.5; }
      .custom__detail__box.js-accordion-sp {
        background: #1d857e;
        margin-bottom: 15px;
        padding: 0; }
        .custom__detail__box.js-accordion-sp:last-of-type {
          margin-bottom: 5px; }
        .custom__detail__box.js-accordion-sp .accordion-title-sp {
          background: none; }
          .custom__detail__box.js-accordion-sp .accordion-title-sp:after {
            content: '';
            background: url("../image/whole_life_medical_insurance/plan_icon_arrow_02__sp-d6fff00de0.png") no-repeat 50% 50%;
            background-size: contain;
            display: block;
            width: 22px;
            height: 22px;
            position: absolute;
            right: 12px;
            -webkit-transition: -webkit-transform .4s ease-out;
            transition: -webkit-transform .4s ease-out;
            transition: transform .4s ease-out;
            transition: transform .4s ease-out, -webkit-transform .4s ease-out; }
          .custom__detail__box.js-accordion-sp .accordion-title-sp.active:after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        .custom__detail__box.js-accordion-sp .accordion-content-sp {
          background: #d9efeb;
          padding: 3.1746%;
          border-radius: 0 0 3px 3px;
          position: relative; }
          .custom__detail__box.js-accordion-sp .accordion-content-sp p {
            padding-right: 11.66667%; }
          .custom__detail__box.js-accordion-sp .accordion-content-sp .custom__detail__question {
            top: 20px; }
    .custom__detail__num {
      width: 31px !important;
      top: -5px;
      left: -5px; }
    .custom__detail__question {
      position: absolute;
      width: 32px !important;
      top: 50%;
      right: 5px;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .custom__detail__point {
      position: absolute;
      width: 85px !important;
      top: -12px; }
    .custom__detail__notes li {
      margin-top: 0;
      margin-bottom: 8px;
      font-size: 10px;
      line-height: 1.5; }
  .custom.modal__faq {
    padding: 40px 10px 25px;
    text-align: left; }
    .custom.modal__faq .modal__contents__title {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; }
      .custom.modal__faq .modal__contents__title img {
        width: 100%; }
    .custom.modal__faq .modal__contents__read {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.5; }
    .custom.modal__faq .modal__contents__text {
      margin-bottom: 20px;
      font-size: 12px;
      line-height: 1.5;
      font-weight: normal; }
    .custom.modal__faq .modal__contents__notes {
      margin-bottom: 15px;
      font-size: 10px;
      line-height: 1.5; }
  .custom-01_img-01 {
    margin-bottom: 15px; }
  .custom-03_img-01 {
    margin-bottom: 10px; }
  .custom-04_img-box {
    display: block; }
    .custom-04_img-box > div {
      width: 100%; }
      .custom-04_img-box > div:first-of-type {
        margin-bottom: 25px; }
      .custom-04_img-box > div img {
        width: 100%; }
  .custom-05_notes {
    width: 100%;
    margin-top: 15px; }
    .custom-05_notes p {
      margin-bottom: 8px;
      font-size: 10px;
      line-height: 1.5; }
  .custom-06_img-box {
    display: block; }
    .custom-06_img-box > div {
      width: 100%; }
  .custom-06_text {
    margin-bottom: 20px; }
  .custom-06_img-box {
    display: block;
    margin-bottom: 20px; }
    .custom-06_img-box > div {
      width: 100%; }
      .custom-06_img-box > div img {
        width: 100%; }
  .custom-06_img-01 {
    margin-left: 0;
    margin-bottom: 20px; }
  .custom-06_img-02 {
    margin-left: 0;
    margin-bottom: 15px; }
  .custom-06_table.modal__contents__table {
    width: 100%;
    max-width: 100%; }
  .custom-07_img-box {
    display: block; }
    .custom-07_img-box > div {
      width: 100%; }
      .custom-07_img-box > div:first-of-type {
        margin-bottom: 25px; }
      .custom-07_img-box > div:last-of-type {
        margin-top: 25px; }
      .custom-07_img-box > div img {
        width: 100%; }
  .select__recommend__list {
    padding: 10px 15px;
    border-radius: 5px; }
    .select__recommend__list p {
      margin-bottom: 10px;
      font-size: 12px; }
    .select__recommend__list ul li {
      margin-bottom: 10px;
      padding-left: 25px;
      font-size: 12px;
      line-height: 1.25; }
      .select__recommend__list ul li:last-of-type {
        margin-bottom: 0; }
      .select__recommend__list ul li:before {
        width: 19px;
        height: 15px;
        top: 0; }
  .select__wrapper {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 15px 15px;
    border: 1px solid #1d857e;
    border-radius: 5px; }
    .select__wrapper:last-of-type {
      margin-bottom: 40px; }
  .select__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + 30px);
    min-height: 65px;
    margin: 0 -15px 15px;
    padding: 10px 40px 10px 80px;
    border-radius: 3px 3px 0 0; }
    .select__title:after {
      width: 22px;
      height: 22px;
      right: 10px; }
    .select__title h3 {
      font-size: 19px;
      line-height: 1.2;
      letter-spacing: 2px;
      text-align: left; }
      .select__title h3 small {
        font-size: 17px; }
  .select__badge {
    width: 56px;
    height: 56px;
    top: 0;
    left: 6px;
    bottom: 0;
    margin: auto; }
  .select__content {
    padding-top: 40px; }
    .select__content__read {
      margin-bottom: 15px;
      font-size: 12px; }
    .select__content__btn {
      width: 98.25397%;
      margin: 15px auto 10px; }
    .select__content__notes {
      margin-top: 0; }
      .select__content__notes li {
        font-size: 10px;
        line-height: 1.5; }
  .plan__detail {
    padding: 8.73016% 2.38095% 4.7619%;
    border-radius: 5px; }
    .plan__detail:nth-of-type(1) {
      margin-bottom: 7.14286%; }
    .plan__detail:nth-of-type(2) {
      margin-bottom: 7.93651%; }
    .plan__detail:nth-of-type(3) {
      margin-bottom: 4.7619%; }
    .plan__detail dt {
      margin: -42px auto 15px;
      padding: 6px 18px;
      font-size: 14px;
      border-radius: 14px; }
    .plan__detail dd > p {
      margin-bottom: 20px;
      font-size: 12px; }
      .plan__detail dd > p.small {
        text-align: left; }
    .plan__detail__box {
      display: block;
      margin-bottom: 10px;
      padding: 2.5% 2.5% 5%;
      border-radius: 5px; }
      .plan__detail__box-left {
        width: 100%;
        min-height: 50px;
        padding: 3.33333% 0 2.5%;
        border-radius: 3px; }
        .plan__detail__box-left p {
          font-size: 12px; }
          .plan__detail__box-left p span {
            font-size: 12px; }
          .plan__detail__box-left p.small {
            font-size: 10px;
            text-align: left; }
      .plan__detail__box-right {
        margin-left: 0;
        padding: 3.33333% 2.5% 0; }
        .plan__detail__box-right p {
          font-size: 12px; }
          .plan__detail__box-right p sup {
            font-size: 8px;
            position: relative;
            top: 2px; }
        .plan__detail__box-right ul {
          margin-top: 8px;
          font-size: 10px; }
    .plan__detail__notes li {
      margin-bottom: 10px;
      font-size: 10px;
      line-height: 1.5; }
  .plan__tab {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .plan__tab li {
      cursor: pointer;
      position: relative; }
      .plan__tab li .on {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .plan__tab li.active .on {
        opacity: 1; }
      .plan__tab li:nth-of-type(2), .plan__tab li:nth-of-type(3) {
        border-left: 1px solid #ffffff; }
  .plan__content img {
    width: 100%; }
  .plan__content ul li {
    display: none; }
    .plan__content ul li.active {
      display: block; }
  .benefits__title {
    margin-bottom: 30px; }
    .benefits__title img {
      width: 76.66667%; }
  .benefits__read {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.5; }
  .benefits__sub-title {
    margin: 0 auto 20px; }
    .benefits__sub-title span {
      padding: 8px 20px;
      border-radius: 30px;
      font-size: 16px; }
  .benefits__point {
    display: block;
    margin-bottom: 10px;
    padding: 50px 5.7971% 40px; }
    .benefits__point li {
      width: 100%;
      margin-bottom: 35px;
      padding: 20px 4.91803% 18px;
      border-radius: 5px; }
      .benefits__point li h4 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.3; }
        .benefits__point li h4 span {
          display: inline-block; }
      .benefits__point li p {
        font-size: 12px;
        line-height: 1.5; }
        .benefits__point li p .small {
          margin-top: 5px;
          font-size: 10px; }
      .benefits__point li:nth-of-type(3) {
        margin-bottom: 35px; }
      .benefits__point li:nth-of-type(4) {
        margin-bottom: 0; }
        .benefits__point li:nth-of-type(4) h4 {
          margin-bottom: 15px;
          line-height: 1.3; }
    .benefits__point__num {
      width: 18.18182%;
      left: -3.63636%; }
    .benefits__point__img {
      width: 51.63636%;
      margin: 0 auto 20px; }
  .benefits__notes {
    margin-bottom: 20px;
    font-size: 9px;
    line-height: 1.45; }
  .benefits__btn {
    width: 100%; }
    .benefits__btn img {
      width: 100%; } }
