/* サブスクプラン デジタルライフサポートとは(/insurance_option) タブレット用 */
@media (min-width: 768px) and (max-width: 1280px) {
  div.page-nav {
    max-width: 680px;
  }
  .nav-link {
    padding: 1em 0;
  }
  #insurance-section-1 div.white-content-box-sub-title p {
    font-size: 1.6rem;
  }
  #insurance-section-1 div.white-content-box-gray-box {
    width: 680px;
  }
  #insurance-section-1 .white-content-box-gray-box.insurance-option-box {
    padding: 30px 0;
  }
  #insurance-section-1 .white-content-box-gray-box.insurance-option-box > div {
    width: 18%;
  }
  div.content-box-inner#insurance-section-1 p.price-attention {
    min-width: 400px;
  }
  section.other-first, section.other-second, section.other-third, section.other-fourth, section.other-fifth, section.other-sixth, section.other-seventh, section.other-eight {
    padding: 30px 30px 40px;
  }
  .insurance-option-page div.white-content-box-gray-box {
    width: 680px;
  }
  .white-content-box-gray-box.insurance-option-box.campaign::before {
    width: 120px;
    height: 120px;
    left: 25px;
    top: -46px;
  }
  .white-content-box-gray-box.insurance-option-box.campaign::after {
    width: 190px;
    height: 220px;
    right: -5px;
    top: -45px;
  }
  .insurance-option-campaign {
    margin: 80px 0 50px;
  }
  .insurance-option.plan-box {
    justify-content: space-between;
  }
  .insurance-option.plan-box img {
    width: calc(50% - 15px);
  }
  .white-content-box-sub-title.insurance-option.service p span {
    font-size: 3.2rem;
  }
  .insurance-option-wrap {
    width: 680px;
  }
  table.coverage img {
    right: -5px;
  }
  .insurance-option-flow {
    padding: 0 0 40px 60px;
    height: 110px;
    margin-left: 60px;
  }
  div.insurance-option-flow:last-of-type {
    border: none;
    margin-left: 66px;
  }
}
@media (max-width: 767px) {
  .white-content-box-gray-box.insurance-option-box.campaign::after{
    width: 110px;
  }
}