/*-------------------------------------------
    ページ内共通パーツ
-------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
header ul li.nav_type01 a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  padding: unset;
  margin-top: unset;
}
[id$="_head_create"] header ul li.nav_type01 a {
    margin-top: unset;
}
#data_plan h3 {
  font-size: 24px;
  margin: 0 0 30px;
  line-height: unset;
  text-align: unset;
}
#data_plan h4 {
  font-size: 24px;
  margin: 0;
}
#data_plan .box ul li h4 span {
  border-bottom: 5px solid #00bfbf;
}

div.main {
  background: #f2f5f5;
}

@media screen and (max-width: 767px) {
  #business h3 {
    width: 100%;
    font-size: 2.4rem;
    padding: 0.5em 0;
  }
}

/*-------------------------------------------
    Top Common
-------------------------------------------*/

section {
  background: #f2f5f5;
  padding: 60px 0;
}

section.white {
  background: #FFFFFF;
}


/*-------------------------------------------
    Price
-------------------------------------------*/

div.cashback-detail {
  margin-bottom: 20px;
}

div.plan-detail {
  margin-bottom: 55px;
}

div.plan-detail-middle {
  margin-bottom: 25px;
}

div.plan-detail-bottom {
  margin-bottom: 30px;
}

.data-charge-btn {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .data-charge-btn {
    margin: 30px 0;
  }

  div.plan-detail-middle {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------
    kv
-------------------------------------------*/
@media screen and (min-width: 1300px) {
  div.main section.kv h1::before {
    width: 711px;
    height: 338px;
    background: url(/assets/img/back-kv-top-plan.svg) no-repeat 0 0 / contain;
  }

  div.main section.kv h1::after {
    height: 210px;
    background: url(/assets/img/back-kv-bottom-plan.svg) no-repeat 0 0 / contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
  div.main section.kv h1::before {
    width: 711px;
    height: 338px;
    background: url(/assets/img/back-kv-top-plan.svg) no-repeat 0 0 / contain;
  }

  div.main section.kv h1::after {
    height: 210px;
    background: url(/assets/img/back-kv-bottom-plan-2.svg) no-repeat 0 0 / contain;
  }
}

/*-------------------------------------------
    OPTION
-------------------------------------------*/
.plan-opt {
  margin-bottom: 50px;
}

.plan-opt img {
  width: 100%;
  height: auto;
}

.plan-opt-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.plan-opt-header .group {
  flex: 1;
}

.plan-opt-header .mark {
  position: relative;
  width: 320px;
  height: 320px;
}

.plan-opt-header .title {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 50px 0 40px;
}

.plan-opt-header .title-main {
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.plan-opt-header .title-sub {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 7px 0 0;
}

.plan-opt-header .title .shoulder {
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  padding: 8px 32px;
  background-color: #df0033;
  border-radius: 50px;
}

.plan-opt-header .descr {
  font-size: 2.15rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: left;
}

.plan-opt-body {
  margin-top: 40px;
}

.plan-opt-body .heading {
  text-align: center;
}

.plan-opt-body .heading h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 50px;
  color: #000;
  font-size: 3.2rem;
  line-height: 1.3;
  white-space: nowrap;
  min-width: 420px;
  margin: 0;
  background-color: #68d8d5;
  box-sizing: border-box;
}

.plan-opt-body .heading .small {
  font-size: 0.75em;
  white-space: nowrap;
  margin-left: 1.5em;
}

.plan-opt-bottom {
  margin-top: 50px;
}

.plan-opt .content-images {
  max-width: 850px;
  margin: 0 auto;
}

.plan-opt .content-images .images {
  display: flex;
  margin-top: 70px;
  list-style: none;
  padding: 0;
  gap: 30px 50px;
}

.plan-opt .content-images .images li {
  flex: 1;
}

.plan-opt .content-images .images .box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
  margin: 15px auto 25px;
}

.plan-opt .content-images .images .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-opt .content-images .images .img img {
  width: 90%;
  height: auto;
}

.plan-opt .content-images .images .caption {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
}

.plan-opt .content-images-type2 {
  margin-top: 80px;
}

.plan-opt .content-images-type2 .images .box {
  border-radius: 50%;
}

.plan-opt .content-images-type2 .images .img img {
  width: 100%;
}

.plan-opt .content-images-type3 {
  max-width: 690px;
}

.plan-opt .content-images-type3 .images {
  flex-wrap: wrap;
}

.plan-opt .content-images-type3 .images .box {
  padding-bottom: 78.75%;
}

.plan-opt .content-images-type3 .images li {
  flex: 0 1 calc(50% - 25px);
}

.plan-opt .content-price {
  margin-top: 80px;
}

.plan-opt .content-price .heading {
  margin-bottom: 50px;
}

.plan-opt .content-price table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  table-layout: fixed;
}

.plan-opt .content-price table thead tr th {
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 20px;
  box-sizing: border-box;
}

.plan-opt .content-price table thead tr th.attention {
  color: #df0033;
  font-size: 1.45em;
}

.plan-opt .content-price table thead tr th:nth-of-type(1) {
  width: 26%;
}

.plan-opt .content-price table thead tr th:nth-of-type(n+2) {
  width: 37%;
}

.plan-opt .content-price table tbody {
  background-color: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.plan-opt .content-price table tbody tr:not(:first-of-type) {
  border-top: 1px solid #ccc;
}

.plan-opt .content-price table tbody tr td {
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
}

.plan-opt .content-price table tbody tr td:nth-of-type(1) {
  font-weight: bold;
  width: 26%;
}

.plan-opt .content-price table tbody tr td:nth-of-type(n+2) {
  width: 37%;
}

#option .plan-opt .content-price table tbody tr td:nth-of-type(2) {
  color: #df0033;
  font-size: 2.9rem;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.plan-opt .content-price .price {
  font-size: 1.8rem;
  font-weight: bold;
}

.plan-opt .content-price .yen,
.plan-opt .content-price .tax-included {
  font-size: 1.3rem;
}

.plan-opt .content-notes {
  margin-top: 40px;
}

.plan-opt .content-notes table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  table-layout: fixed;
}

.plan-opt .content-notes table tbody p,
.plan-opt .content-notes table tbody th,
.plan-opt .content-notes table tbody td {
  font-size: 1.4rem;
  line-height: 1.5;
}

.plan-opt .content-notes table tbody th,
.plan-opt .content-notes table tbody td {
  padding: 10px 12px;
}

.plan-opt .content-notes table tbody th {
  width: 20%;
}

.plan-opt .content-notes table tbody ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-opt .content-notes table tbody ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.plan-opt .content-notes table tbody ul li::before {
  content: "・";
}

.plan-opt-tanmatsu-anshin {
  margin-top: 0px;
}

.plan-opt-tanmatsu-anshin .content-images .images .img img {
  width: 80%;
}

.plan-opt-digital-life .plan-opt-header {
  gap: 30px;
}

.plan-opt-digital-life .content-images {
  margin-top: 50px;
}

.plan-opt-digital-life .content-images-type2 {
  margin-top: 80px;
}

.plan-opt-marugoto-anshin {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .plan-opt-body {
    margin-top: 20px;
  }

  #option .section-heading {
    margin: 0 auto 20px;
  }

  .plan-opt {
    margin-bottom: 30px;
  }

  .plan-opt-header {
    flex-direction: column;
  }

  .plan-opt-header .group {
    text-align: center;
  }

  .plan-opt-header .mark {
    max-width: 220px;
    max-height: 220px;
    margin: 0 auto;
  }

  .plan-opt-header .mark img {
    position: relative;
    top: -40px;
  }

  .plan-opt-header .mark-more {
    right: -12.9375%;
    top: -10.78125%;
  }

  .plan-opt-header .title {
    margin: 0px 0 25px;
  }

  .plan-opt-header .title-main {
    font-size: 2.7rem;
  }

  .plan-opt-header .title-sub {
    font-size: 1.55rem;
    margin: 5px 0 0;
  }

  .plan-opt-header .title .shoulder {
    top: -40px;
    font-size: 1.7rem;
    padding: 7px 28px;
  }

  .plan-opt-header .descr {
    font-size: 13px;
  }

  .plan-opt-body .heading h3 {
    font-size: 2rem;
    min-width: 100%;
    padding: 9px;
  }

  .plan-opt-body .heading .small {
    margin-left: 0.8em;
  }

  .plan-opt-bottom {
    margin-top: 35px;
  }

  .plan-opt .content-images .images {
    margin-top: 15px;
    gap: 16px;
  }

  .plan-opt .content-images .images .box {
    border-radius: 20px;
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
  }

  .plan-opt .content-images .images .img img {
    width: 80%;
  }

  .plan-opt .content-images .images .caption {
    font-size: 1.2rem;
    margin-top: 12px;
  }

  .plan-opt .content-images-type2 .images .box {
    border-radius: 50%;
  }

  .plan-opt .content-images-type3 .images li {
    flex: 0 1 calc(50% - 8px);
  }

  .plan-opt .content-price {
    margin-top: 30px;
  }

  .plan-opt .content-price .heading {
    margin-bottom: 20px;
  }

  .plan-opt .content-price table thead tr th {
    font-size: 1.3rem;
    padding: 10px 0;
  }

  .plan-opt .content-price table thead tr th.attention {
    font-size: 1.1em;
  }

  .plan-opt .content-price table thead tr th:nth-of-type(1) {
    width: 30%;
  }

  .plan-opt .content-price table thead tr th:nth-of-type(n+2) {
    width: 35%;
  }

  .plan-opt .content-price table tbody tr td {
    font-size: 1.3rem;
    padding: 8px 5px;
  }

  .plan-opt .content-price table tbody tr td:nth-of-type(1) {
    width: 30%;
  }

  .plan-opt .content-price table tbody tr td:nth-of-type(n+2) {
    width: 35%;
  }

  .plan-opt .content-price table tbody tr td:nth-of-type(2) {
    font-size: 2.5rem;
  }

  .plan-opt .content-price .price {
    font-size: 1.6rem;
  }

  .plan-opt .content-price .yen,
  .plan-opt .content-price .tax-included {
    font-size: 1.1rem;
  }

  .plan-opt .content-notes {
    margin-top: 25px;
  }

  .plan-opt .content-notes table tbody p,
  .plan-opt .content-notes table tbody th,
  .plan-opt .content-notes table tbody td {
    font-size: 1.2rem;
  }

  .plan-opt .content-notes table tbody th,
  .plan-opt .content-notes table tbody td {
    padding: 8px;
  }

  .plan-opt-tanmatsu-anshin .content-images .images .img img {
    width: 84%;
  }

  .plan-opt-digital-life {
    margin-top: 100px;
  }

  .plan-opt-digital-life .content-images {
    margin-top: 0px;
  }

  .plan-opt-digital-life .content-images-type2 {
    margin-top: 20px;
  }

  .plan-opt-marugoto-anshin {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  #option table td ul li {
    margin-left: 0px;
  }

  #option table th {
    padding: 10px 8px;
  }

  /* 丸ごと安心パック */
  .marugoto-anshin-pack {
    padding-top: 30px;
  }

  .plan-opt .content-images .images .box {
    margin: 5px auto 25px;
  }

  div#entry_wrap section.gogo-campaign-headline .assumption-flex .assumption-head {
    padding: 10px 0;
  }
}

/* -------------------------------------- */
#option .option-box-flex {
  display: flex;
  justify-content: space-between;
  margin: 110px 0 20px;
}

#option .option-box {
  width: 47%;
}

#option dl {
  display: block;
  margin: 10px auto;
  position: relative;
}

#option dl dt {
  width: 100%;
  position: relative;
}

#option dl dd {
  justify-content: flex-end;
  margin: 10px 0;
}

#option .option-box dl dd {
  height: 75px;
}

#option .and-mark {
  position: absolute;
  width: 74px;
  right: -71px;
  top: 78px;
}

#option table {
  width: 100%;
  border: none;
  background: none;
}

#option table th {
  width: 25%;
  text-align: center;
  border: none;
}

#option table td {
  width: 75%;
  border: none;
}

#option .plan-opt .content-notes .simple-table tbody th,
#option .plan-opt .content-notes .simple-table tbody td {
  border: 1px solid #ccc;
}

#option table td ul {
  padding-left: 1rem;
}

#option table td ul li {
  list-style-type: none;
  margin-left: 0;
  font-size: 1.2rem;
}

#option .option-box-title {
  margin: 0;
  padding: 2rem 0;
  background-color: #68d8d5;
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

#option .marugoto-title {
  padding: 0.75rem 0px;
}

#option .marugoto-title .marugoto-title-small {
  font-size: 1.6rem;
}

#option .option-box-title .new-option {
  top: 0;
  left: auto;
  right: -10px;
}

#option .anshin-icon {
  position: absolute;
  height: 65px;
  left: 4%;
  top: 23%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#option .marrugoto-anshin-icon {
  position: absolute;
  height: 56px;
  left: 4%;
  top: 23%;
  transform: translateY(-50%) translateX(-50%);
}

#option .dl-support-icon {
  position: absolute;
  height: 65px;
  left: 4%;
  top: 23%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#option .cloud-icon,
#option .restoration-icon {
  position: absolute;
  height: 65px;
  left: 4%;
  top: 28%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#option .option-box-price {
  width: 95%;
  margin: 0 auto;
  display: flex;
}

#option .option-box-price .img {
  width: 50%;
  min-height: 190px;
}

#option .option-box-price dd {
  width: 50%;
  padding-top: 50px;
}

#option .option-box-price p {
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

#option .option-box-price-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}

#option .option-box table th,
#option .option-box table td {
  border: 1px solid #ddd;
}

#option .option-box-center {
  margin: 0 auto 60px;
}

.option-box-title-and {
  margin: 10px 0;
}

.free-first-month {
  position: absolute;
  width: 70px;
  top: 80px;
  right: 0px;
}

.data-charge-btn a.btn {
  line-height: 20px;
}

.data-charge-btn a.btn span {
  top: 10px;
}

@media screen and (max-width: 767px) {
  #option {
    padding: 50px 0 20px;
  }

  div.digital-life-support div.inner .section-heading {
    margin-bottom: 20px;
  }

  #option .option-box-flex {
    flex-direction: column;
    margin: 60px 0 20px;
  }

  #option .option-box-title {
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }

  #option .cloud-icon,
  #option .restoration-icon {
    height: 40px;
    top: 24%;
  }

  #option table td ul {
    padding-left: 0;
  }

  #option .option-box {
    width: 100%;
    margin-bottom: 30px;
  }

  #option dl dd {
    margin: 25px auto 8px;
    font-size: 55px;
  }

  #option .option-box-price {
    padding-top: 10px;
  }

  #option .option-box-price .img {
    min-height: 150px;
  }

  #option .option-box-price dd {
    padding-top: 20px;
  }

  #option dl dd span {
    font-size: 14px;
  }

  .free-first-month {
    width: 60px;
  }

  #option dl {
    margin: 20px auto;
  }

  #option table {
    height: auto;
    margin-bottom: 0;
  }

  #option .plan-detail-title-3,
  #option .plan-detail-title-4 {
    padding: 10px;
    text-align: center;
  }

  #option .plan-detail-title-3::after,
  #option .plan-detail-title-4::after {
    right: calc(40% - 5em);
  }

  #option .anshin-icon {
    position: absolute;
    width: 22%;
    left: 13%;
    top: 0%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }

  #option .marrugoto-anshin-icon {
    position: unset;
    height: unset;
    transform: unset;
    left: calc(50% - 500px);
    width: 14%;
    margin-right: 10px;
  }

  #option .anshin-icon {
    position: unset;
    height: unset;
    transform: unset;
    -webkit-transform: unset;
    width: 17%;
    margin-right: 10px;
  }

  #option .dl-support-icon {
    position: static;
    height: 52px;
    transform: translateX(-12px);
    -webkit-transform: translate(-12px);
    width: 12%;
  }

  #option .option-box-price-flex {
    display: block;
    width: 95%;
    margin: 15px auto 0;
  }

  .option-box-title p {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
  }

  #option .marugoto-title {
    padding: 2.4rem 0px;
  }

  #option .marugoto-title .marugoto-title-small {
    font-size: 1.6rem;
    line-height: 1.6;
    display: block;
  }

  section div.inner .option-heading-sp {
    margin: 0 auto 5px;
  }

  section div.inner .option-heading-sp h2 {
    margin-bottom: 5px;
  }

  div.plan-detail-sp {
    margin-bottom: 0;
  }

  #option .option-box-center {
    margin: 0 auto 40px;
  }

  #option dl dt.option-box-sub-title {
    font-weight: bold;
    font-size: 1.6rem;
  }
}

/* -------------------------------------- */

/* 20230127 プランページ　デジタルライフサポート*/
.digital-life-support {
  padding-top: 60px;
}

.option-dl-support-title {
  text-align: center;
  font-size: 1.6rem;
}

.option-dl-support-btn {
  margin-top: 40px;
}

div.digital-life-support div.inner .section-heading h2 span {
  font-size: 1.4rem;
  color: #000;
  margin: 0;
}

div.digital-life-support div.inner .section-heading h2 {
  line-height: 1;
  padding-top: 0.7em;
  position: relative;
}

div.digital-life-support div.inner .section-heading p {
  position: relative;
}

.new-option {
  width: auto;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translate(0, -50%);
  display: inline-block;
  color: #fff;
  background-color: #df0033;
  font-size: 1.5rem;
  border-radius: 20px;
  padding: 6px 12px;
  line-height: 1.6;
  border: 0;
  font-style: normal;
}

.dl-support-text {
  margin: 0 auto 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  max-width: 750px;
}

.dl-support-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 30px;
}

.option-dl-support-content-img {
  padding: 10px 2% 30px 5%;
  text-align: center;
}

.option-dl-support-content-img.img-sp {
  padding: 10px 0 26px 5%;
}

.option-dl-support-content-img img {
  width: 80%;
}

.option-dl-support-content-img.img-sp img {
  width: 100%;
}

.dl-support-content-img {
  width: 40%;
}

.dl-supports-content-box {
  width: 55%;
}

.ex-title {
  color: #fff;
  background-color: #00bfbf;
  text-align: center;
  padding: 6px;
  font-size: 1.6rem;
}

.ex-title-sp {
  color: #fff;
  background-color: #00bfbf;
  text-align: center;
  padding: 6px;
  font-size: 1.6rem;
}

.ex-terminal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border: 2px solid #00bfbf;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 16px;
}

.ex-terminal-sp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #00bfbf;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 10px;
}

.dl-support-merit {
  margin-bottom: 16px;
}

.terminal-circle {
  text-align: center;
  width: 30%;
  position: relative;
  padding-bottom: 20px;
}

.ex-terminal-sp .terminal-circle {
  width: 32%;
}

.terminal-circle img {
  width: 80%;
}

.terminal-circle span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  line-height: 1.2;
  height: 2rem;
}

.terminal-circle span.small-text {
  font-size: 1.2rem;
}

.dl-support-list li {
  line-height: 1.8;
  list-style-type: disc;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .digital-life-support {
    padding-top: 20px;
  }

  .digital-life-support .plan-opt-header .descr {
    margin-bottom: 30px;
  }

  section.digital-life-support div.inner .section-heading {
    margin-bottom: 20px;
  }

  section.digital-life-support div.inner .section-heading h2 span {
    font-size: 1.2rem;
  }

  .new-option {
    font-size: 1.2rem;
    padding: 6px 10px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
  }

  #option .option-box-title .new-option {
    transform: translate(0, -50%);
  }

  .option-dl-support-title {
    font-size: 1.5rem;
  }

  .dl-support-text {
    margin-bottom: 10px;
  }

  .dl-support-box {
    display: block;
  }

  .ex-terminal {
    padding: 10px;
  }

  .dl-support-content-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .dl-supports-content-box {
    width: 100%;
  }

  .terminal-circle {
    padding-bottom: 40px;
    width: 33.33%;
  }

  .terminal-circle span {
    font-size: 1.2rem;
    height: 3rem;
  }

  .dl-support-list li {
    font-size: 1.1rem;
  }
}

/* 20230127 insurance-option LP デジタルライフサポート */
div.main section.kv h1.insurance_option::before {
  content: '';
  width: 683px;
  height: 175px;
  position: absolute;
  top: -30px;
  left: 0;
  background: url(/assets/img/back-kv-top.svg) no-repeat 0 0 / contain;
  z-index: 0;
}

div.main section.kv h1.insurance_option::after {
  content: '';
  width: 683px;
  height: 175px;
  position: absolute;
  bottom: -15px;
  right: 0;
  background: url(/assets/img/back-kv-bottom.svg) no-repeat 0 0 / contain;
  z-index: 0;
}

.white-content-box-gray-box.insurance-option-box {
  display: flex;
  background: #fff;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 0;
  margin-top: 0;
  position: relative;
  margin-bottom: 15px;
}

.other-first {
  padding: 0 0 60px;
}

.other-second,
.other-third {
  padding: 60px 0;
}

.other-third div.content-box-inner {
  max-width: 980px;
}

.other-first .estimate-navigation {
  max-width: 980px;
  margin: 0 auto;
}

.other-first ul.List {
  padding-bottom: 60px;
}

.other-first div.content-box-title h2,
.other-second div.content-box-title h2,
.other-third div.content-box-title h2 {
  margin-bottom: 30px;
  line-height: 1.3;
}

.other-first div.white-content-box-inner,
.other-second div.white-content-box-inner,
.other-third div.white-content-box-inner {
  margin-top: 0px;
}

.white-content-box-gray-box.insurance-option-box.trouble {
  justify-content: space-between;
  padding-top: 22px;
}

.subject.white-content-box-gray-box.insurance-option-box {
  padding: 50px 0 30px;
}

.white-content-box-gray-box.insurance-option-box>div {
  width: 19%;
  background-color: #E8E8E8;
  padding: 2%;
}

.white-content-box-gray-box.insurance-option-box div p {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
}

.white-content-box-gray-box.insurance-option-title {
  margin-bottom: 0;
  background: #505050;
  padding: 2rem 0;
}

.white-content-box-gray-box.insurance-option-title#target-terminal {
  padding: 1rem 0;
}
.white-content-box-gray-box.insurance-option-title#target-terminal p {
  line-height: 1.2;
}

.white-content-box-gray-box.insurance-option-title p {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.white-content-box-sub-title {
  text-align: center;
  margin-bottom: 10px;
}

.white-content-box-sub-title.plan-info {
  margin-bottom: 30px;
}

.white-content-box-sub-title.plan-info p {
  line-height: 1.6;
}

.other-second .white-content-box-sub-title.insurance-option p span {
  color: #df0033;
}

.white-content-box-sub-title.insurance-option p span,
.white-content-box-sub-title.compensation p span {
  color: #037e82;
}

.white-content-box-sub-title.insurance-option p {
  font-size: 2.5rem;
}

.white-content-box-sub-title.insurance-option {
  border: 4px solid #037e82;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
}

.insurance-option.plan-box {
  display: flex;
  justify-content: space-evenly;
  margin: 50px 0;
  align-items: flex-start;
}

.insurance-option.plan-box img {
  width: 40%;
}

.white-content-box-gray-box.insurance-option-title.campaign {
  background: #68d8d5;
}

.white-content-box-gray-box.insurance-option-title.campaign p {
  color: #000;
  font-size: 2.6rem;
  letter-spacing: 2px;
}

.white-content-box-gray-box.insurance-option-box.campaign div {
  width: 100%;
}

.white-content-box-gray-box.insurance-option-box.campaign div p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  line-height: 4rem;
}

.white-content-box-gray-box.insurance-option-box.campaign div {
  width: 72%;
  background: 0;
}

.white-content-box-gray-box.insurance-option-box.campaign div p:first-of-type {
  margin-top: 0;
  font-weight: normal;
}

.white-content-box-gray-box.insurance-option-box.campaign::before {
  content: '';
  background-image: url(../img/only-now-emphasis-l.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
}

.white-content-box-gray-box.insurance-option-box.campaign::after {
  content: '';
  background-image: url(../img/only-now-emphasis-r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: block;
  width: 154px;
  height: 150px;
  position: absolute;
  right: 50px;
  bottom: 0px;
}

.white-content-box-gray-box.insurance-option-box.campaign {
  padding: 10px 0 30px;
  background-color: #EEEEEF;
}

.other-second .white-content-box-gray-box.insurance-option-box.campaign {
  padding: 10px 0 30px;
  background-color: #fff;
}

.white-content-box-gray-box.insurance-option-box.campaign+.btn-up {
  margin-top: -52px;
}

.insurance-option.service.first {
  margin-bottom: 36px;
}

.white-content-box-sub-title.insurance-option.service p span {
  font-size: 4rem;
}

.white-content-box-sub-title.insurance-option.service {
  border: none;
}

.white-content-box-sub-title.insurance-option.service p span.square {
  border: 4px solid #037e82;
  padding: 0.5rem 1rem;
  margin-right: 3rem;
}

.white-content-box-sub-title.insurance-option.service p span.square span.square-text {
  font-size: 2.4rem;
  margin-right: 4px;
  vertical-align: bottom;
}

.white-content-box-sub-title.insurance-option.service p {
  letter-spacing: 1px;
}

.white-content-box-gray-box.insurance-option-box div.obsession {
  width: 35%;
  padding: 30px 20px 20px;
  background-color: #F3F3F3;
  height: 210px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  position: relative;
}

.white-content-box-gray-box.insurance-option-box div.obsession>div {
  display: flex;
  flex-flow: column;
}

.white-content-box-gray-box.insurance-option-box div.obsession p {
  font-size: 1.6rem;
  margin: 0 0 2rem;
}

.white-content-box-gray-box.insurance-option-box div.obsession p span {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin-top: 4px;
  display: inline-block;
}

.white-content-box-gray-box.insurance-option-box div.obsession img {
  width: 80%;
  margin: 0 auto 0rem;
}

.white-content-box-gray-box.insurance-option-box div.obsession:first-of-type img {
  margin-top: 1.5rem;
}

.insurance-option-box+p {
  margin: 0 auto;
}

.white-content-box-gray-box.insurance-option-box.devices {
  margin-bottom: 0;
  padding: 30px 0 0;
  box-sizing: border-box;
  align-items: flex-start;
  width: 100%;
}

.white-content-box-gray-box.insurance-option-box.devices div {
  width: 200px;
}

.white-content-box-gray-box.insurance-option-box.devices:last-child {
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.table-box {
  max-width: 750px;
  margin: 0 auto;
}

table.devices-table th,
table.required-documents th,
table.coverage th {
  width: 100px;
  background-color: #68d8d5;
  color: #000;
}

table.required-documents th:first-of-type {
  width: 400px;
}

table.required-documents td:first-of-type {
  font-weight: normal;
  padding: 20px 10px;
}

table.required-documents td:first-of-type span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}

table.required-documents td:not(:first-of-type) {
  text-align: center;
  font-size: 2.4rem;
  color: #000;
}

table.required-documents td,
table.coverage td {
  background-color: #fff;
  line-height: 2rem;
}

table.devices-table th,
table.devices-table td,
table.required-documents th,
table.required-documents td,
table.coverage th,
table.coverage td {
  border: 1px solid #68d8d5;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}

table.devices-table tr:nth-child(2) td:nth-child(2),
table.devices-table tr td:first-child {
  background-color: #F3F3F3;
}

table.devices-table,
table.required-documents,
table.coverage {
  margin: 30px auto 0;
  border-collapse: collapse;
  position: relative;
}

table.required-documents {
  max-width: 750px;
}

.required-documents-caption {
  display: none;
}

table.devices-table {
  margin-top: 70px;
  width: 100%;
}

table.coverage {
  max-width: 750px;
  width: 100%;
  margin: 5px auto 0;
}

table.devices-table tr:first-child th:nth-of-type(-n+2),
table.coverage tr:first-child th:first-child {
  background: none;
  border: none;
}

table.devices-table tr:first-child th:nth-of-type(2) span {
  display: none;
}

table.devices-table tr td:first-child {
  width: 260px;
}

.insurance-option-wrap {
  background-color: #F2F5F5;
  padding: 0;
  margin-bottom: 0;
}

.insurance-option-wrap .white-content-box-gray-box.insurance-option-box {
  background: 0;
}

.insurance-option-wrap .white-content-box-gray-box.insurance-option-box>div {
  background-color: #fff;
  padding: 0 0 30px;
  position: relative;
}

.insurance-option-wrap .white-content-box-gray-box.insurance-option-box>div p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.in-block {
  display: inline-block;
}

td.applicable {
  text-align: center;
  width: 130px;
}

td.applicable.ok {
  color: #df0033;
  font-size: 2rem;
}

td.applicable.ng {
  font-size: 4rem;
  line-height: 1rem;
  font-weight: normal;
  background-color: #c8c8c8;
}

table.coverage img {
  position: absolute;
  width: 10%;
  top: -45px;
  right: -35px;
}

table.coverage th,
table.coverage td {
  padding: 1.3rem 1rem;
  font-weight: 900;
  font-size: 1.5rem;
}

table.coverage tr:not(:first-of-type) th {
  text-align: left;
  padding-left: 80px;
  box-sizing: border-box;
}

table.devices-table {
  z-index: 0;
}

table.devices-table+p {
  padding: 15px 0 70px;
}

table.coverage span {
  color: #df0033;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 3px;
}

table.coverage th,
table.coverage td {
  width: 210px;
  text-align: center;
}

table.coverage tr:nth-of-type(n+2) td:nth-of-type(2) {
  background-color: #ffeb00;
}

table.coverage tr:first-child th {
  border-bottom: 0;
  border-right: 1px solid #fff;
}

table.coverage tr:first-child th:last-child {
  border-right: 1px solid#00bfbf;
}

table.coverage tr th {
  border-bottom: 1px solid #fff;
}

table.coverage tr:last-child th {
  border-bottom: 1px solid#00bfbf;
}

.white-content-box-sub-title.compensation {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}

div.white-content-box-sub-title p {
  font-size: 2rem;
  line-height: 3.0rem;
  text-align: center;
}

.white-content-box-sub-title.compensation+div.white-content-box-sub-title p {
  width: 6em;
  font-size: 1.8rem;
  margin: 30px auto 0;
}

.white-content-box-gray-box.insurance-option-box div.obsession p.obsession-point {
  color: #037e82;
  position: absolute;
  top: -17px;
  font-size: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.white-content-box-gray-box.insurance-option-box div.obsession p.obsession-point span {
  font-size: 4rem;
  font-weight: bold;
  color: #037e82;
}

.insurance-option-flow {
  background-color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  position: relative;
  max-width: 750px;
}

.insurance-option-flow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #037e82 transparent transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.insurance-option-flow:last-child:before {
  content: none;
}

.insurance-option-flow:last-child {
  margin-bottom: 0;
}

.insurance-option-flow h3 {
  text-align: left;
  margin-top: 0;
  font-size: 1.8rem;
}

.insurance-option-flow h3 span {
  display: inline-block;
  font-size: 2.7rem;
  color: #037e82;
  border-bottom: 3px solid #037e82;
  margin-right: 2rem;
}

.insurance-option-flow img {
  width: 10%;
  left: -60px;
  z-index: 2;
}

.insurance-option-campaign {
  margin: 70px 0 20px;
}

div.insurance-option.plan-box+a {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border: 4px solid #037e82;
  transition-duration: .2s;
  color: #037e82;
  position: relative;
}

div.insurance-option.plan-box+a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #037e82 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 4%;
  bottom: 0;
  left: auto;
  transform: translateY(-50%);
  transition-duration: .2s;
}

div.insurance-option.plan-box+a:hover {
  background-color: #037e82;
  color: #fff;
}

div.insurance-option.plan-box+a:hover:before {
  border-color: #fff transparent transparent transparent;
}

.se {
  display: none;
}

.white-content-box-gray-box.insurance-option-box.campaign div p span {
  color: #df0033;
  font-size: 4.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.other-first,
.other-third {
  background-color: #fff;
}

.other-first div.content-box-title h2,
.other-second div.content-box-title h2,
.other-third div.content-box-title h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}

.other-first div.content-box-title h2 p,
.other-second div.content-box-title h2 p,
.other-third div.content-box-title h2 p {
  margin-bottom: 0.5em;
}

.other-first div.content-box-title h2 span {
  font-size: 2.4rem;
}

table.required-documents th {
  padding: 2rem 0.6rem;
  border-right: #fff solid 1px;
}

table.required-documents th:last-child {
  border-right: #00bfbf solid 1px;
}

div.content-box-inner p.price-attention {
  letter-spacing: 0;
  display: table;
  margin: 0 auto;
  color: #000;
}
.table-box p.price-attention {
  padding: 30px 0 70px;
}
div.content-box-inner p.price-attention .underline {
  text-decoration: underline;
  color: #000;
}
.other-third .attention-insurance {
  max-width: 750px;
  margin: 30px auto 0;
}
.other-third .insurance-option-campaign {
  margin: 50px 0 20px;
}

@media screen and (max-width: 767px) {

  div.main section.kv h1.insurance_option::before,
  div.main section.kv h1.insurance_option::after {
    content: none;
  }

  .other-first,
  .other-second,
  .other-third {
    padding: 40px 0;
  }

  .other-first {
    padding-top: 0;
  }

  .other-first li.List-Item span,
  li.List-Item a.List-Item-Link::after,
  li.List-Item span a {
    font-size: 1.2rem;
  }

  .other-first ul.List {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .other-first div.content-box-title h2,
  .other-second div.content-box-title h2,
  .other-third div.content-box-title h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .other-first div.content-box-title h2 span,
  .other-second div.content-box-title h2 span,
  .other-third div.content-box-title h2 span {
    font-size: 1.6rem;
  }

  .white-content-box-gray-box.insurance-option-box.trouble {
    padding-top: 2.3%;
  }

  .white-content-box-gray-box.insurance-option-title {
    padding: 1rem 0;
  }

  .white-content-box-gray-box.insurance-option-title p {
    font-size: 1.6rem;
  }

  .insurance-option-box+p {
    width: 100%;
  }

  div.content-box-title.insurance-option-section-title p {
    text-align: center;
  }

  .white-content-box-sub-title.insurance-option p {
    font-size: 1.8rem;
    text-align: center;
  }

  .white-content-box-sub-title.insurance-option {
    border-width: 3px;
    margin-bottom: 0;
  }

  .white-content-box-sub-title.plan-info {
    margin-bottom: 10px;
  }

  .insurance-option.service.first {
    margin-bottom: 10px;
  }

  .insurance-option.plan-box {
    display: block;
    margin: 40px auto;
    width: 90%;
  }

  .insurance-option.plan-box img {
    width: 100%;
    margin-bottom: 30px;
  }

  .insurance-option.plan-box img:last-child {
    margin-bottom: 0;
  }

  div.insurance-option.plan-box+a {
    width: 80%;
  }

  .white-content-box-gray-box.insurance-option-title.campaign p {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-left: 1rem;
  }

  .white-content-box-gray-box.insurance-option-box.campaign::before {
    width: 85px;
    height: 85px;
    left: -16px;
    top: 0;
    transform: translateY(-90px);
  }

  .white-content-box-gray-box.insurance-option-box.campaign div p {
    font-size: 1.4rem;
    line-height: 3rem;
  }

  .white-content-box-gray-box.insurance-option-box.campaign div {
    width: 95%;
  }

  .white-content-box-gray-box.insurance-option-box.campaign::after {
    width: 90px;
    height: 100px;
    top: -140px;
    z-index: 0;
  }

  .white-content-box-gray-box.insurance-option-box.campaign div p::before {
    font-size: 2.2rem;
    top: -2px;
    left: 1.5rem;
  }

  .white-content-box-gray-box.insurance-option-box.campaign div p:last-of-type:before {
    left: 1.35rem;
  }

  .white-content-box-gray-box.insurance-option-box.campaign {
    padding: 15px 0 40px;
  }

  .white-content-box-gray-box.insurance-option-box.campaign+.btn-up {
    margin-top: -48px;
  }

  .other-third .insurance-option-campaign {
    margin: 90px 0 30px;
  }

  .white-content-box-sub-title.insurance-option.service p {
    letter-spacing: 1px;
    line-height: 5rem;
  }

  .white-content-box-sub-title.insurance-option.service p span {
    font-size: 2.6rem;
  }

  .white-content-box-sub-title.insurance-option.service p span.square {
    border-width: 3px;
    font-size: 3rem;
    margin-right: 0;
  }

  .white-content-box-sub-title.insurance-option.service p span.square span.square-text {
    font-size: 1.6rem;
    margin-right: 2px;
  }

  .white-content-box-gray-box.insurance-option-box.obsession-box {
    display: block;
    margin-bottom: 60px;
    padding: 30px 0 0px;
  }

  .white-content-box-gray-box.insurance-option-box div.obsession {
    width: 75%;
    margin: 0 auto 30px;
    flex-flow: row;
    align-items: center;
    height: 150px;
  }

  .white-content-box-gray-box.insurance-option-box div.obsession p.obsession-point {
    position: relative;
  }

  .white-content-box-gray-box.insurance-option-box div.obsession img {
    width: 35%;
  }

  div.white-content-box-sub-title p {
    text-align: left;
  }

  .white-content-box-gray-box.insurance-option-box.obsession-box p {
    text-align: left;
  }

  .white-content-box-gray-box.insurance-option-box div.obsession p {
    font-size: 1.4rem;
    margin: 0;
  }

  .insurance-option-wrap {
    padding: 0px 20px;
    margin-bottom: 0px;
  }

  .white-content-box-gray-box.insurance-option-box.devices div {
    width: 30%;
  }

  .white-content-box-gray-box.insurance-option-box.devices {
    justify-content: space-between;
  }

  .white-content-box-gray-box.insurance-option-box.devices span {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4rem;
    display: inline-block;
  }

  .insurance-option-wrap .white-content-box-gray-box.insurance-option-box>div {
    padding-bottom: 60px;
  }

  .insurance-option-wrap .white-content-box-gray-box.insurance-option-box>div p {
    bottom: auto;
    top: calc(20vw + 30px);
    transform: translate(-50%, -50%);
  }

  table.devices-table tr:nth-of-type(1) th:first-of-type,
  table.devices-table tr:nth-of-type(2) th {
    display: none;
  }

  table.devices-table tr:first-child th:nth-of-type(2) span {
    display: inline;
  }

  table.devices-table tr:first-child th:nth-of-type(2) {
    background-color: #68d8d5;
    color: #000;
    border: 1px solid #68d8d5;
    border-right: 1px solid #fff;
  }

  table.devices-table th,
  table.devices-table td,
  table.required-documents th,
  table.required-documents td {
    font-size: 1.2rem;
  }

  table.devices-table th {
    padding: 1rem 0;
    border-right: 1px solid #fff;
  }

  table.devices-table th:last-child {
    border-right: 1px solid #00bfbf;
  }

  table.devices-table td {
    padding: 1rem 0 1rem 1rem;
  }

  table.devices-table td.applicable {
    padding: 1rem;
  }

  table.coverage tr:nth-of-type(3) td span {
    margin-bottom: 8px;
    display: inline-block;
  }

  .insurance-option-flow:before {
    border-width: 16px 16px 0 16px;
  }

  .insurance-option-flow img {
    width: 24%;
    position: absolute;
    left: -40px;
    z-index: 2;
  }

  div.insurance-option-flow:last-of-type {
    border: none;
  }

  .insurance-option-flow h3 {
    font-size: 1.7rem;
  }

  .insurance-option-flow h3 span {
    font-size: 2.2rem
  }

  table.required-documents th {
    padding: 1rem 0;
    line-height: 2rem;
  }

  table.required-documents td:first-of-type span {
    font-size: 1.4rem;
    color: #000;
  }

  table.devices-table img {
    width: 20%;
    top: -0;
    right: 5px;
    z-index: -1;
    transform: translateY(-71%);
  }

  .white-content-box-gray-box.insurance-option-box.campaign div p span {
    font-size: 3rem;
  }

  #insurance-section-1 div.content-box-title p span {
    font-size: 1.6rem;
  }

  #insurance-section-1 div.content-box-title p {
    line-height: 2.4rem;
  }

  #insurance-section-1 .white-content-box-sub-title p {
    text-align: left;
  }

  div.content-box-inner p.price-attention {
    font-size: 1.1rem;
  }

  .white-content-box-gray-box.insurance-option-box div.obsession p span {
    font-size: 1.1rem;
    color: #535353;
  }

  .table-box p.price-attention {
    padding: 1rem 0 30px;
  }

  .white-content-box-gray-box.insurance-option-box.devices p {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .white-content-box-gray-box.insurance-option-box.devices:last-of-type {
    padding-top: 1.5rem;
  }

  .white-content-box-sub-title.insurance-option.service p span:not(.square, .square-text) {
    display: inline-block;
    margin-top: 3rem;
    line-height: 1em;
  }

  .white-content-box-sub-title.compensation {
    text-align: left;
    display: table;
    margin: 0 auto 10px;
  }

  .white-content-box-sub-title.compensation+div.white-content-box-sub-title p {
    width: auto;
    margin: 30px auto;
    font-size: 2.6rem;
    text-align: center;
  }

  table.required-documents td:first-of-type {
    padding: 15px 10px;
  }

  table.required-documents td {
    font-size: 1.1rem;
  }

  .white-content-box-gray-box.insurance-option-box div.obsession:last-of-type {
    margin-bottom: 0;
  }

  div.content-box-inner .required-documents-caption {
    text-align: right;
    margin: 8px 0 0.5em;
    color: #727272;
    font-size: 1.1rem;
    text-align: right;
    display: block;
  }

  .required-documents-wrapper {
    margin: 30px auto 0;
    max-height: 46.5vh;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #00bfbf;
  }

  table.required-documents thead {
    display: table;
    width: 100%;
    position: sticky;
    top: 0;
    box-sizing: border-box;
  }

  table.required-documents tbody {
    display: table;
    width: 100%;
    margin-top: -1px;
    box-sizing: border-box;
  }

  table.required-documents {
    margin-top: 0;
  }

  table.required-documents thead th,
  table.required-documents tbody td {
    width: 17%;
    box-sizing: border-box;
  }

  table.required-documents thead th:first-child,
  table.required-documents tbody td:first-child {
    width: 49%;
  }

  table.required-documents tbody tr:last-of-type td {
    border-bottom: 0;
  }

  table.coverage tr:not(:first-of-type) th {
    padding-left: 10px;
  }

  table.coverage th,
  table.coverage td {
    font-weight: bold;
  }

  table.coverage img {
    width: 55px;
    top: -40px;
    right: -20px;
  }
}

/* ihpone SE */
@media screen and (max-width: 375px) {
  .white-content-box-gray-box.insurance-option-box.campaign::before {
    width: 70px;
    height: 70px;
  }

  .white-content-box-sub-title.insurance-option {
    padding: 20px 0;
  }

  table.required-documents td:first-of-type span {
    font-size: 1.3rem;
  }

  .se {
    display: block;
  }

  table.required-documents td:first-of-type {
    padding: 15px 4px;
  }

  table.coverage th,
  table.coverage td {
    padding: 1rem 4px;
  }
}

/* insurance-option-LP lead-wire */
.white-content-box-gray-box.lead-wire {
  width: 100%;
  padding: 25px 0;
  align-items: flex-start;
  padding: 1rem 0;
}

.white-content-box-gray-box.insurance-option-box.lead-wire>div {
  width: 28%;
}

h2.text-title span {
  font-size: 3rem;
  display: block;
}

.white-content-box-gray-box.insurance-option-box.lead-wire div p span {
  font-size: 1.1rem;
}

.white-content-box-gray-box.insurance-option-box.lead-wire div p {
  line-height: 1.4rem;
  font-size: 1.2rem;
}

.insurance-option span.new {
  width: 5em;
  font-size: 3.2rem;
  font-weight: bold;
  display: block;
  line-height: 1em;
  padding: 13px 10px 10px 15px;
  background-color: #ff0077;
  color: #fff;
  border-radius: 36px;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  div.main section.kv .insurance_option {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  h2.text-title span {
    font-size: 1.6rem;
  }

  div.insurance-option div.heading-text {
    margin-top: 2em;
  }

  div.insurance-option div.heading-text p {
    font-weight: bold;
  }

  div.insurance-option div.wrap-area,
  div.insurance-option div.wrap-area div.left-block {
    margin-top: 0;
  }

  div.insurance-option div.wrap-area div.option-table img {
    width: 100%;
    padding: 0 0 10%
  }

  .insurance-option span.new {
    font-size: 1.8rem;
    padding: 10px 10px 8px 15px;
    border-radius: 18px;
    margin-bottom: 15px;
  }
}

/*-------------------------------------------
    PAYMENT METHOD
-------------------------------------------*/

div.method-box dd.method-plan {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
}

/*-------------------------------------------
    FOR OVERSEAS
-------------------------------------------*/

@media screen and (max-width: 767px) {
  #data_plan dl dt h3 {
    font-size: 2rem;
    line-height: 1.5em;
    display: block;
    margin: auto;
    width: fit-content;
  }
  #data_plan .box ul li h4 {
    font-size: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  div#entry_wrap.plan_wrap section#data_plan dl dt h3 {
    font-size: 21px;
  }
  div#entry_wrap.plan_wrap section#data_plan .box ul li h4 {
    font-size: 20px;
  }
}