@charset "utf-8";
/* =====共通===== */

* {
    box-sizing: border-box;
}

a {
    color: #ad2273;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #ad2273;
}

button:hover {
    text-decoration: underline;
}

.pc {
    display: block!important;
}

.sp {
    display: none!important;
}

.ac {
    text-align: center;
}

.pt20 {
  padding-top: 20px !important;
}

.mt0 {
    margin-top: 0!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb20 {
    margin-bottom: 20px;
}

.inblo {
    display: inline-block;
}

.font-big {
    font-weight: bold;
}

.date {
    margin: 60px 0 0;
    text-align: right;
}

.blue {
    color: #6089c7;
}

.c-pink {
    color: #d6629e;
}

.c-magenta {
    color: #ad2273;
}

.magenta:hover {
    text-decoration: none !important;
}

.note-list li {
    font-size: 1.4rem;
}

.note-list + .card-box__text__small {
    margin-top: 10px;
}

/* ===BOX1=== */
.flex-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-text p {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.modal-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-icon {
    position: relative;
    margin: 0;
    padding-right: 18px;
}

.modal-icon::after {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/app-files/img/note_03.svg) no-repeat left top / 100%;
    content: "";
}

/* ===BOX1=== */
.step-box__inner {
    height: 100%;
    padding: 3.8rem 3.2rem;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, .22);
}

.step-box__label {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 12px 15px;
    border-radius: 999px;
    background-color: #d82b90;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3px;
}

.step-box__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}

.step-box__image {
    text-align: center;
}

.step-box__list__link {
    padding-left: 0;
}

.step-box__list__link li {
    padding: 6px 0;
    border-bottom: 1px solid #d8d8d8;
    list-style: none;
    position: relative;
}

.step-box__list__link li::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 16px;
    margin-top: -7px;
    background: url(/app-files/img/arrow_01.svg) no-repeat left top / 100%;
    content: "";
}

.step-box__list__link li a {
    display: inline-block;
    width: 100%;
}

/* ===BOX2=== */
.card-box-wrap {
    margin-bottom: 5rem;
}

.card-box {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.card-box.bc-red {
    border-color: #d72f50;
}

.card-box.bc-green {
    border-color: #1cab9b;
}

.card-box.bc-blue {
    border-color: #1e6db6;
}

.card-box.bc-yellow {
    border-color: #f19919;
}

.card-box__title {
    font-size: 20px;
    font-weight: bold;
}

.card-box__text {
    margin: 2rem 0 0;
    /* flex-grow: 1; */
}

.card-box__img {
    margin: 3rem 0 0;
    text-align: center;
}

.card-box__text__small {
    margin: 3rem 0 0;
    color: #7e7e7e;
    font-size: 1.4rem;
}

.card-box-wrap .note-list {
    margin: 0;
}

.card-box .table {
    margin-top: 0 !important;
}

/* ===ポップアップ、モーダル=== */
.pop-up-box-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tm-js_modal {
    width: 100%;
}

.tm-js_modal .modal-inner {
    width: 100%;
    height: 100%;
    padding: 26px 23px 40px;
    background: #fff;
    overflow: auto;
    z-index: 803;
    position: relative;
    pointer-events: auto;
    border-radius: 8px;
}

.modal-inner .table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.modal-inner .table tbody tr:last-of-type th:last-of-type {
    border-radius: 0 0 0 8px;
}

.modal-inner .table .table__th-last {
    border-radius: 0 0 0 8px;
}

.modal-inner .table .table__td-last {
    border-radius: 0 0 8px 0
}

.tm-js_modal .modal-inner> :first-child {
    margin-top: 0;
}

.tm-js_modal .modal-inner> :last-child {
    margin-bottom: 0;
}

.tm-js_modal .modal-inner .modal-title {
    margin-bottom: 16px;
    line-height: 1.48;
    font-weight: bold;
    color: #b60081;
    text-align: center;
}

.tm-js_modal .modal-btn {
    background-color: transparent;
    border: none;
    pointer-events: auto;
    cursor: pointer;
    outline: none;
    padding: 0;
    position: absolute;
    bottom: -24px;
    left: calc(50% - 24px);
    z-index: 804;
}

.tm-js_modal .modal-btn img {
    cursor: pointer;
}

.modal {
    position: fixed;
    padding: 0 20px;
    pointer-events: none;
    z-index: 802;
    transition: opacity 0.5s cubic-bezier(0, 0.43, 0, 0.97), transform 0.5s cubic-bezier(0, 0.43, 0, 0.97);
    transform: scale(0);
    opacity: 0;
}

.modal-in {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s cubic-bezier(0, 0.43, 0, 0.97), transform 0.5s cubic-bezier(0, 0.43, 0, 0.97);
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 801;
    transition: opacity 0.5s cubic-bezier(0, 0.43, 0, 0.97), transform 0s 0.5s cubic-bezier(0, 0.43, 0, 0.97);
    transform: scale(0);
    opacity: 0;
}

.modal-bg-in {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal-inner .table thead .table__cell--lv1 {
    background-color: #b70081;
    color: #fff;
}

.modal-inner .table tbody .table__cell--lv2 {
    background-color: #f7d8ec;
}

.modal-inner a:hover {
    text-decoration: underline;
}

.modal-title {
    color: #b70081;
}

.magenta-box {
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #b70081;
}

/* ===テーブル=== */
.table tbody>tr:last-child>*:first-child {
    border-radius: inherit;
}
.table [class*="__cell"] {
    font-size: 1.5rem;
}

.table-orange .table__matrix {
    border-left: none;
    border-top: none;
    overflow: hidden;
}

.table-orange [class*="__cell"] {
    border-left: none;
    border-bottom: none;
}

.table-orange thead>tr:first-child>*:last-child,
.table-orange tbody>tr:first-child>*:last-child,
.table-orange tbody>tr:last-child>*:last-child {
    border-right: none !important;
}

.table-orange tbody>tr:not(:last-child)>* {
    border-bottom: 1px solid #e5e5e5;
}

.modal .table__matrix {
    overflow: visible !important;
}

.table.table-orange .table__matrix {
    border: 1px solid #fad1b2;
}

.table-orange .table__cell--lv1 {
    background-color: #f18c4c;
    color: #fff;
}

.table__scroll {
    position: relative;
}

.table__scroll .table__body {
    overflow: auto;
}

.table__scroll>.table__body>table {
    min-width: 740px;
    table-layout: fixed;
}

.table__scroll .table__scrollIcon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #f8e5f2;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 5;
}

/* ===リスト=== */
.point-list-wrap {
    margin: 0 auto;
}

.point-list-wrap dl {
    margin-bottom: 20px;
}

.point-list-wrap dt {
    font-size: 18px;
    font-weight: bold;
}

.point-list-wrap dd {
    margin-left: 0;
}

.check-list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    text-align: left;
}

.check-list li::before,
.check-list li::after {
    content: "";
    display: block;
    position: absolute;
}

.check-list li::before {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #d82b90;
    left: 0;
}

.check-list li::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 10px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
}

.number-list {
    margin: 0 auto 20px;
}

.number-list dt {
    font-size: 18px;
    font-weight: bold;
}

.number-list.v1 dt {
    display: flex;
    align-items: center;
}

.number-list dt .number,
.card-box .card-box__title .number {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 1em;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #d82b90;
    color: #fff;
}

.number-list.v1 dd {
    padding-left: 1em;
}

.number-list.v2 {
    display: flex;
    align-items: baseline;
}

.number-list.v2 dt {
    flex-shrink: 0;
}

.number-list.v2 dd {
    margin: 0;
}

/* ===吹き出し=== */
.chatting-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8rem auto;
    position: relative;
}

.chatting {
    position: relative;
    display: inline-block;
    padding: 12px;
    color: #fff;
    font-size: 16px;
    background: #d82b90;
    border-radius: 12px;
}

.chatting::before {
    content: "";
    position: absolute;
    display: block;
    width: 32px;
    height: 50px;
    background-image: url(/lifeplanguide/img/index_icon_01.svg);
    top: 50%;
    left: -5rem;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.chatting::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(/lifeplanguide/img/index_tamaru_01.png);
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.chatting span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 12px solid transparent;
    border-left: 12px solid #d82b90;
}

/* ===画像＋矢印=== */
.img-arrow-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.img-arrow-box .arrow {
    display: flex;
}

.img-arrow-box p {
    margin: 0;
}

.img-arrow-box .image {
    width: auto;
}

p:has(.triangle) {
    margin: 10px 25px 0;
}

.triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 15px solid #cdd3d7;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.triangle.green {
    border-left-color: #1cab9b;
}

.triangle.magenta {
    border-left-color: #d82b90;
}

.triangle-right {
    transform: rotate(0deg)!important;
}

.img-arrow-box .c-green a {
    color: #1cab9b;
}

.img-arrow-box .c-magenta a {
    color: #d82b90;
}

.img-arrow-box .bc-green {
    border-left-color: #1cab9b;
}

.img-arrow-box .bc-magenta {
    border-left-color: #d82b90;
}

/* ===画像=== */
.img-flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* ===ボタン=== */
.button-wrap {
    justify-content: center;
}

.button,
.button-v2,
.button-v3 {
    width: 480px !important;
}

.button__type::after {
    transform: rotate(90deg);
}

.button__type::after,
.button-v2__type::after,
.button-v3__type::after {
    margin-top: -6px !important;
}

/* ===ご留意点=== */
.unorder-list-ol {
    margin: 5.6rem 0 0;
    padding: 0;
}

.unorder-list-ol>li {
    position: relative;
    margin-left: 2.1rem;
    font-size: 1.4rem;
}

.unorder-list-ol>li>*:not(.unorder-list__nest):first-child,
.unorder-list-ol>li>section:first-child>*:first-child {
    margin-top: 0 !important;
}

.unorder-list-ol>li+li {
    margin-top: 1.2rem;
}

.unorder-list-ol>li:has(>[class*="unorder-list__type"]) {
    color: #ad2273;
}

.unorder-list-ol>li>[class*="unorder-list__type"] {
    color: #ad2273;
}

.unorder-list-ol>li>a[class*="unorder-list__type"]:hover {
    text-decoration: underline;
}

.unorder-list-ol>li ul>li {
    margin-top: 0;
}

.box-v3__inner {
    padding-bottom: 0 !important;
}

/* ~~~個別ページ~~~ */
.risk_area {
    padding-bottom: 30px;
    background-color: #faecf2;
}

.section_inner {
    margin: 0 auto;
    border-radius: 15px;
    background-color: #fff;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hdg-lv01 {
    width: auto !important;
}

.hdg-lv02 span {
    font-size: 150%;
}

.list-link-01 li {
    font-size: 120%;
}

.img-area {
    position: absolute;
    bottom: 0;
    left: 40px;
}

#siteFooter {
    padding-bottom: 95px !important;
}

#container {
    padding-bottom: 50px !important;
    background: none !important;
}

#siteHeader a>.blank,
#siteFooter a>.blank {
    display: inline !important;
}
/* ===top=== */
.mt0 {
    margin-top: 0!important;
}
.c-purple {
    color: #785fa7;
}
.c-green {
    color:#1cab9b ;
}
.button-v3 [class*="bg-green"] {
    background-color:#1cab9b!important;
    border: 2px solid #1cab9b!important;;
}
.button-v3 a[class*="bg-green"]:hover {
    border-color: #137368!important;
    background-color: #137368!important;
  }
.img-arrow-box .button-v3 {
    width: 340px !important;
}
/* ===top=== */

/* ===06=== */
.table [class*="__cell"] {
    border-left: none;
  }
  .table.table-orange .table__matrix{
      border: 1px solid #e5e5e5;
  }
  
  .table .table__matrix {
      overflow: hidden;
  }
  .mb20 {
      margin-bottom: 20px!important;
  }
  .tag {
    font-size: 1.4rem;
    border-radius: 4px;
    font-weight: bold;
    padding: 3px;
  }
  .t-green {
    background-color:#e0f1f0;
    color: #1cab9b;
  }
  .t-blue {
    background-color:#e2effa;
    color: #6089c6;
  }
  .t-yellow {
    background-color:#fcf0d7;
    color: #d2a513;
  }
  .t-orange {
    background-color:#fdeee4;
    color: #f18c4c;
  }
/* ===06=== */
/* ===11=== */
/* -- security-wrap -- */
.security-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.security-wrap a:hover {
  opacity: .7;
}.table__matrix {
  margin-bottom: 20px;
  overflow: hidden;
}
.table__matrix.red .table__cell--lv2 {
  background-color: #d72f50;
}
.table__matrix.red,
.table__matrix.red [class*="__cell"] {
  border-color: #d72f50;
}
.table__cell.red_v2 {
  background-color: #fbdfe7;
}
.table__cell.red_v2 > a {
  color: #d72f50;
}
.table__cell.red_v2 > a::after {
  background: url(/lifeplanguide/11/img/arrow_red.svg) no-repeat center;
}
.table__matrix.green .table__cell--lv2 {
  background-color: #1cab9b;
}
.table__matrix.green,
.table__matrix.green [class*="__cell"] {
  border-color: #1cab9b;
}
.table__cell.green_v2 {
  background-color: #e0f1f0;
}
.table__cell.green_v2 > a {
  color: #1cab9b;
}
.table__cell.green_v2 > a::after {
  background: url(/lifeplanguide/11/img/arrow_green.svg) no-repeat center;
}
.table__matrix.blue .table__cell--lv2 {
  background-color: #1e6db6;
}
.table__matrix.blue,
.table__matrix.blue [class*="__cell"] {
  border-color: #1e6db6;
}
.table__cell.blue_v2 {
  background-color: #e2effa;
}
.table__cell.blue_v2 > a {
  color: #1e6db6;
}
.table__cell.blue_v2 > a::after {
  background: url(/lifeplanguide/11/img/arrow_blue.svg) no-repeat center;
}
.table__matrix.blue .table__cell {
  color: #323232;
}
.table__matrix.yellow .table__cell--lv2 {
  background-color: #f19919;
}
.table__matrix.yellow,
.table__matrix.yellow [class*="__cell"] {
  border-color: #f19919;
}
.table__cell.yellow_v2 {
  background-color: #fef3e5;
}
.table__cell.yellow_v2 > a {
  color: #f19919;
}
.table__cell.yellow_v2 > a::after {
  background: url(/lifeplanguide/11/img/arrow_yellow.svg) no-repeat center;
  transform: rotate(-90deg);
}
.table__cell.red_v2 > a::after,
.table__cell.green_v2 > a::after,
.table__cell.blue_v2 > a::after,
.table__cell.yellow_v2 > a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  flex-shrink: 0;
}
.table__matrix.red .table__cell--lv2,
.table__matrix.blue .table__cell--lv2,
.table__matrix.green .table__cell--lv2,
.table__matrix.yellow .table__cell--lv2 {
  color: #fff;
  font-weight: normal; 
}
.table__matrix.red .table__cell--lv2 > span,
.table__matrix.blue .table__cell--lv2 > span,
.table__matrix.green .table__cell--lv2 > span,
.table__matrix.yellow .table__cell--lv2 > span {
  font-weight: bold; 
  font-size: 18px;
}
.table__cell.red_v2 > a,
.table__cell.blue_v2 > a,
.table__cell.green_v2 > a,
.table__cell.yellow_v2 > a {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  padding-right: 20px;
}
.page-top {
  position: relative;
}
.page-top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 14px;
  border-color: transparent transparent #323232 transparent;
}
/* -- table -- */
.category {
  display: flex;
}
.category p {
  width: 25%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
.category p:nth-child(2) {
  width: 50%;
}
.category p::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #323232 transparent transparent transparent;
}
.table .col_insurance,
.table .col_type {
  width: 25%;
}
.table .col_needs {
  width: 50%;
}
/* ===11=== */
/* ===14=== */
  .mb48 {
    margin-bottom: 4.8rem;
}
  .mt20 {
    margin-top: 20px;
 }
/* ===14=== */

/* ===pagetop=== */
.Main__body {
    position: relative;
}

#pagetop {
    width: auto;
    position: fixed;
    font-size: 80%;
    line-height: 1;
    font-weight: bold;
    z-index: 200;
    color: #999;
    display: none;
}

#pagetop a {
    background: url(/shared/images/modules/icon/pagetop.png) no-repeat center 10px #ffffff;
    text-decoration: none;
    width: 70px;
    padding: 35px 10px 10px 10px;
    text-align: center;
    display: block;
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    color: #999;
    position: relative;
    /* box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 1px; */
    behavior: url(/shared/js/PIE.htc);
}

#pagetop a:hover {
    text-decoration: none;
    background: url(/shared/images/modules/icon/pagetop_o.png) no-repeat center 10px #ffffff;
    color: #999;
}
/* ===pagetop=== */



/* ==========PC========== */

@media screen and (min-width: 768px) {
    .w1000 {
        width: 1000px;
    }
    .m-top {
        margin-top: 5.6rem;
    }
    /* ===注釈（ナンバーあり）=== */
    .note-list.number li {
        padding-left: 2.8rem;
    }
    /* ===BOX1=== */
    .step-box-wrap {
        margin: 3.8rem 0 5rem;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .step-box {
        padding: 20px 0 20px;
        position: relative;
        width: calc((100% - 40px) / 3);
    }

    .step-box__image {
        margin-top: 2rem;
        padding: 0 10px;
    }

    .step-box__list {
        margin-top: 3.2rem;
    }

    .step-box__list__link {
        margin: 3.4rem 0 0;
    }

    /* ===BOX2=== */
    .card-box-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }

    .card-box-wrap[data-col-pc="1"] {
        display: block!important;
        margin: 0 auto;
        width: 950px;
    }
    .card-box-wrap[data-col-pc="1"]>.card-box + .card-box {
        margin-top: 20px;
    }

    .card-box {
        padding: 4.4rem 2.4rem 3.6rem;
    }

    .card-box-wrap[data-col-pc="3"]>.card-box {
        width: calc((100% - 40px) / 3);
    }

    .card-box-wrap[data-col-pc="4"] .card-box {
        width: calc((100% - 20px) / 2);
    }

    .card-box .table {
        width: auto !important;
    }

    /* ===ポップアップ=== */

    .tm-js_modal {
        width: 100%;
        max-width: 900px;
        height: 600px;
    }

    .tm-js_modal.modal-img {
        max-width: 500px;
        height: 400px;
    }

    .modal-icon::after {
        top: 0;
        right: 0px;
    }

    .magenta-box {
        width: 740px;
    }

    .pop-up-box-wrap {
        gap: 1em;
    }

    /* ===テーブル=== */
    .table__scroll .table__scrollIcon {
        display: none;
    }

    .table__scroll .table__body {
        text-align: center;
    }

    /* ===リスト=== */
    .point-list-wrap {
        width: 1000px;
    }

    /* ===吹き出し=== */
    .chatting {
        max-width: 480px;
    }
    .chatting::after {
        width: 75px;
        height: 131px;
        right: -9rem;
    }

    /* ===画像＋矢印=== */
    .img-arrow-box {
        width: 1000px;
        margin: 0 auto 20px;
    }

    .img-arrow-box .text {
        width: 30%;
        font-size: 22px;
    }

    .img-arrow-box .arrow {
        margin: 0 20px;
        width: 2%;
    }

    /* ===リスト=== */
    .check-list {
        min-width: 480px;
        max-width: 1000px;
        width: fit-content;
    }

    .check-list li::before {
        top: 3px;
    }

    .check-list li::after {
        top: 9px;
    }

    .number-list {
        width: 1000px;
    }

    /* ===動画=== */
    .movie-area {
        width: 540px;
        margin: 0 auto;
    }

    /* ~~~個別ページ~~~ */
    .section_inner {
        width: 864px;
    }

    .flex-wrap {
        padding: 40px;
    }

    .flex-wrap .box:nth-of-type(1),
    .flex-wrap .box:nth-of-type(2) {
        padding-bottom: 30px;
        border-bottom: 2px solid #e5ebef;
    }

    .flex-wrap .box:nth-of-type(3),
    .flex-wrap .box:nth-of-type(4) {
        padding-top: 30px;
    }

    .flex-wrap .box:nth-of-type(1),
    .flex-wrap .box:nth-of-type(3) {
        padding-right: 30px;
        border-right: 2px solid #e5ebef;
    }

    .flex-wrap .box:nth-of-type(2),
    .flex-wrap .box:nth-of-type(4) {
        padding-left: 30px;
    }

    .font-big {
        font-size: 36px;
    }
    /* ===07=== */
    .w400  {
        width: 400px!important;
    }
    .jc-center {
        justify-content: center;
    }
    /* ===07=== */

    /* ===pagetop=== */
    #pagetop {
        bottom: 60px;
        right: 60px;
    }

    /* ===ボタン=== */
    [class*="button-wrap"] {
        row-gap: 2.4rem !important;
    }

    [class*="button-wrap"][data-button="row"] {
        column-gap: 2.4rem !important;
    }

}

/* ==========SP========== */
@media screen and (max-width: 767px) {
    .pc {
        display: none!important;
    }

    .sp {
        display: block!important;
    }

    .heading1__text {
        text-align: center !important;
    }
    .m-top {
        margin-top: 4rem;
    }

    /* ===注釈（ナンバーあり）=== */
    .note-list.number li {
        padding-left: 2.5rem;
    }

    /* ===top=== */
    [class*="button-wrap"] {
        max-width: 100%;
    }
    /* ===top=== */

    /* ===BOX1=== */
    .step-box-wrap {
        margin: 3.8rem auto 5rem;
        display: flex;
        flex-direction: column;
    }

    .step-box {
        position: relative;
        height: auto;
        padding: 20px 0 20px;
    }

    .step-box__image {
        margin-top: 2rem;
        padding: 0 8px;
    }

    .step-box__list__link {
        margin: 3.5rem 0 0;
    }

    /* ===BOX2=== */
    .card-box {
        padding: 2.2rem 2.4rem 3.3rem;
    }

    .card-box-wrap>.card-box+.card-box {
        margin-top: 1.6rem;
    }

    /* ===ポップアップ=== */
    .tm-js_modal {
        width: 100%;
        max-width: 500px;
        height: 420px;
    }

    .pop-up-box {
        width: calc((100% - 10px) / 2);
    }

    .pop-up-box:nth-of-type(even) {
        margin-left: 10px;
    }

    .modal-icon::after {
        top: 50%;
        right: 0;
        margin-top: -15px;
    }

    /* ===吹き出し=== */
    .chatting {
        margin-right: 2rem;
        width: 60%;
    }
    .chatting::after {
        width: 68px;
        height: 118px;
        right: -8rem;
    }

    /* ===画像＋矢印=== */
    .img-arrow-box {
        flex-direction: column;
        padding: 0 10px;
    }

    .img-arrow-box .arrow {
        margin: 10px 0;
    }

    .triangle {
        transform: rotate(90deg);
        border-left: 15px solid #cdd3d7;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    .img-arrow-box .text {
        font-size: 18px;
    }

    /* ===リスト=== */
    .check-list li::before {
        top: 4px;
    }

    .check-list li::after {
        top: 11px;
    }

    /* ===画像=== */
    .scroll-img {
        max-width: initial;
    }

    /* ===動画=== */
    .movie-area {
        width: 339px;
        margin: 0 auto;
    }
    .heading2 + .movie-area.pc + .movie-area.sp,
    .heading3 + .movie-area.pc + .movie-area.sp {
        margin-top: 5.6rem!important;
    }
    /* ===ご留意点=== */
    .unorder-list-ol {
        margin: 3.0rem 0 0;
    }

    /* ===pagetop=== */
    #pagetop {
        bottom: 20px;
        right: 20px;
    }

     /* ===04=== */
    #container {
        width: 100%;
    }

    .contents {
        padding: 0 5px 0;
    }

    .section_inner {
        width: 90%;
    }

    .flex-wrap {
        padding: 20px;
    }

    .flex-wrap .box {
        width: auto;
    }

    .flex-wrap .box:not(:last-of-type) {
        padding-bottom: 20px;
        border-bottom: 2px solid #e5ebef;
    }

    .flex-wrap .box:nth-of-type(n+1) {
        padding-top: 20px;
    }

    .hdg-lv02 span {
        font-size: 110%;
    }

    .list-link-01 li {
        font-size: 100%;
    }
    /* ===04=== */
    
    /* ===06=== */
    .border-l {
        border-left: 1px solid #e5e5e5;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
      }
      .sp-mb20 {
        margin-bottom: 20px!important;
      }
    /* ===06=== */

    /* ===10=== */
    .font-big {
        font-size: 22px;
    }

    .flex-text {
        align-items: center;
    }

    .flex-text .blue {
        width: 41%;
    }

    .flex-text .c-magenta {
        flex-shrink: 0;
    }

    p:has(.triangle) {
        width: 5%;
    }
    /* ===10=== */

    /* ===11=== */
    .security-wrap > a {
        width: calc((100% / 2) - 15px);
    }
    .table .col_insurance,
    .table .col_type,
    .table .col_needs,
    .category p {
        width: calc(100% / 3);
    }
    .category p {
        font-size: 15px;
    }
    .table__cell.red_v2,
    .table__cell.blue_v2,
    .table__cell.green_v2,
    .table__cell.yellow_v2 {
        padding: 12px 4px;
    }
    .table__cell.red_v2 > a,
    .table__cell.blue_v2 > a,
    .table__cell.green_v2 > a,
    .table__cell.yellow_v2 > a {
        gap: 10px;
        padding-right: 5px;
    }
    /* ===11=== */

}