/* btn */
.comparison_nav ul {
    margin-top: 40px;
}

.comparison_nav li {
    font-size: 1.2em !important;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding-left: 4%;
    margin-bottom: 20px;
    position: relative;
}

.comparison_nav li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: url(/common/img/bg_li_basic01.gif);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    left: 5%;
}

.comparison_nav01 {
    margin: 40px 0 40px 0;
}

.comparison_nav01 .nav_inner01 {
    margin: 0 0.4% 0 0;
    padding: 10px 0 10px 0;
    width: 24.5%;
    float: left;
    background: #f0f0f0;
}

.comparison_nav01 .nav_inner01 h3 {
    margin: 0 0 5px 4.8%;
}

.comparison_nav01 .comparison_btn01 {
    margin: 0 auto 0;
    width: 90%;
}

.comparison_btn01 a {
    padding: 7px 4.8% 5px 4.8%;
    display: block;
    background: #fbab85;
    border: 2px solid #fbab85;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}

.comparison_btn01 a:hover {
    background: #fecfbe;
    border: 2px solid #fecfbe;
}

.comparison_btn01.current a,
.comparison_btn01.current a:hover {
    background: #ffffff;
    border: 2px solid #fbab85;
}

.comparison_nav01 .nav_inner02 {
    padding: 10px 0 10px 0;
    width: 75.1%;
    float: left;
    background: #f0f0f0;
}

.comparison_nav01 .nav_inner02 h3 {
    margin: 0 0 5px 1.4%;
}

.comparison_nav01 .nav_inner02 li {
    margin: 0 0 0 1.4%;
    width: 31.4%;
    float: left;
}

.comparison_nav01 .nav_inner02 li a {
    padding: 7px 4% 5px 5%;
    display: block;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}

.comparison_btn02 a {
    background: #f596be;
    border: 2px solid #f596be;
}

.comparison_btn02 a:hover {
    background: #ffc4dd;
    border: 2px solid #ffc4dd;
}

.comparison_btn02.current a,
.comparison_btn02.current a:hover {
    background: #ffffff;
    border: 2px solid #f596be;
}

.comparison_btn03 a {
    background: #82d7dc;
    border: 2px solid #82d7dc;
}

.comparison_btn03 a:hover {
    background: #b7e2e4;
    border: 2px solid #b7e2e4;
}

.comparison_btn03.current a,
.comparison_btn03.current a:hover {
    background: #ffffff;
    border: 2px solid #82d7dc;
}

.comparison_btn04 a {
    background: #7ea3cf;
    border: 2px solid #7ea3cf;
}

.comparison_btn04 a:hover {
    background: #adc7e5;
    border: 2px solid #adc7e5;
}

.comparison_btn04.current a,
.comparison_btn04.current a:hover {
    background: #ffffff;
    border: 2px solid #7ea3cf;
}

/* content */
.page .tit_comp {
    margin: 0 0 15px 0;
    padding: 0 0 0 18px;
    color: #50b9bf;
    font-size: 158%;
    font-weight: bold;
    background: url(../../common/img/bg_h5_basic01.gif) no-repeat left 0.4em;
}

.tit_comp span {
    font-size: 72.7%;
}

.page .txt_ex {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    background: url(../../common/img/bg_h5_basic01.gif) no-repeat left 0.2em;
}

.sec_attention01 {
    margin: 40px 0 0 0;
    font-size: 90%;
}

.sec_attention01 a {
    font-weight: bold;
    font-size: 120%;
    color: #3333ff;
}


/* figure */
.figure01 {
    margin: 0 0 15px 0;
}

/* table */
.comp_table01 {
    margin: 0 0 15px 0;
}

.comp_table02 {
    margin: 0 -0.1% 0 -0.1%;
}

.comp_table02.last {
    margin: 30px -0.1% 15px -0.1%;
}

.comp_table02_1 {
    width: 55.6%;
    float: left;
}

.comp_table02_2 {
    width: 26.5%;
    float: left;
}

.comp_table02_3 {
    width: 17.9%;
    float: left;
}

.attention {
    background-color: #e74069;
    font-size: 1.25rem !important;
    border-radius: 30px;
    padding: 10px !important;
    text-align: center !important;
    color: #FFF;
    font-weight: bold;
    margin: 30px auto !important;
    width: auto;
}

.note-wrap:focus-visible,
.note-ttl:focus-visible {
    border: none;
    outline: none;
}

summary::-webkit-details-marker {
    display: none;
}

.note-ttl {
    color: #00f;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

details {
    height: 2em;
    margin-bottom: 50px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

details[open] {
    height: fit-content;
    margin-bottom: 0;
}

details[open] .dis-wrap {
    animation: fadeIn .3s ease;
    -webkit-animation: fadeIn .3s ease;
    z-index: -999;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.dis-wrap {
    margin-block: 1em 50px;
}

.dis-container {
    padding: 24px 10px 10px;
    display: flex;
    flex-wrap: wrap;
}

.dis-inner {
    width: calc(100% / 3);
}

#content .dis-ttl {
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.1rem;
    display: inline-block;
    background: #50b9bf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.first {
    margin-bottom: 20px;
}

.btm {
    display: none;
}

/* !smt(480px)
---------------------------------------------------------- */
@media screen and (max-width: 728px) {

    /* btn */
    .comparison_nav ul {
        margin: 0;
        padding: 0;
    }

    .comparison_nav li {
        width: 100%;
        display: inherit;
    }

    .comparison_nav li:before {
        left: 0;
    }

    .comparison_nav01 .nav_inner01,
    .comparison_nav01 .nav_inner02 {
        padding: 10px 10px 10px 10px;
        width: auto;
        float: none;
    }

    .comparison_nav01 .nav_inner01 {
        margin: 0 0 10px 0;
    }

    .comparison_nav01 .nav_inner01 h3,
    .comparison_nav01 .nav_inner02 h3 {
        margin: 0 0 5px 0;
    }

    .comparison_nav01 .comparison_btn01 {
        width: 100%;
        text-align: center;
    }

    .comparison_nav01 .nav_inner02 li {
        margin: 0 0 10px 0;
        width: 100%;
        text-align: center;
    }

    .comparison_nav01 .nav_inner02 .comparison_btn04 {
        margin: 0 0 0 0;
    }

    /* figure */
    .figure01 {
        background: #f8f8f8;
    }

    .zoom01 {
        padding: 5px 10px 10px 10px;
        text-align: right;
    }

    .zoom01 img {
        width: 50px;
    }

    /* table */
    .comp_table02 {
        margin: 0 0 0 0;
    }

    .comp_table02.last {
        margin: 0 0 0 0;
    }

    .comp_table02_1,
    .comp_table02_2,
    .comp_table02_3 {
        margin: 0 0 15px 0;
        width: 100%;
        float: none;
    }

    .attention {
        font-size: 1.2rem !important;
        color: #e74069;
        background-color: #FFF !important;
        padding: 0 !important;
    }

    details {
        height: inherit;
    }

    details[open] {
        height: inherit;
    }

    .dis-inner {
        width: 100%;
    }
}

/*免責期間セクション*/
.box_txt01.menseki {
    margin-top: 60px;
    margin-bottom: 100px;
}

.menseki picture {
    margin: 40px 0 0;
}

.menseki picture img {
    width: 100%;
}

.menseki h3 {
    border-bottom: 1px dotted #444;
    padding: 5px 5px 5px 0;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 40px 0 0;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    text-align: left;
}

#content .menseki .menseki_att {
    position: relative;
    padding-left: 100px !important;
    margin-top: 60px;
}

#content .menseki .menseki_att::before {
    position: absolute;
    content: "";
    max-width: 70px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(/uploads/2024/07/26/menseki_att.png) top left no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 728px) {
    .menseki picture {
        margin: 8% 0 10px;
    }

    .menseki h3 {
        font-size: 1.28rem;
    }

    #content .menseki .menseki_att::before {
        top: 50%;
    }
}

/*PS保険の100%補償プランとは？*/
.pay_samp {
    margin: 40px auto 20px;
    padding: 40px 60px 50px;
    display: flex;
    justify-content: center;
    gap: 40px;
    background: #009fb2;
}

.pay_samp picture {
    margin: 0;
}

article#webpage>.att_txt {
    margin-bottom: 0;
    line-height: 1.2;
}

@media screen and (max-width: 728px) {
    .pay_samp {
        padding: 30px 6% 40px;
        flex-flow: column;
        gap: 20px;
    }

    article#webpage>figure.comps {
        padding: 0 0 16px;
    }
}


/*
SEO施策 70%補償プランのページに以下を追加
・70％補償プランの保険金お支払い事例
・70%補償プランの毎月の保険料
*/
.contentIn {
    margin-block: clamp(16px, 4.4vw, 24px) clamp(30px, 8vw, 48px);
}

/* 70％補償プランの保険金お支払い事例 */
.amountArea_ttl {
    font-weight: 400;
    text-align: center;
}

.amountArea__heading {
    display: grid;
    grid-template-columns: 65% 35%;
    justify-content: center;
    align-items: center;

    h4 {
        padding: 8px;
        letter-spacing: 0.05em;
        color: rgb(255 255 255 / 1);
        font-size: clamp(16px, 4.9vw, 24px);
        font-weight: 600;
        line-height: 1.2;
        text-align: center;

        .txt {
            display: block;
            font-size: clamp(12px, 3.6vw, 16px);
        }

        &:first-child {
            background: rgb(231 64 105 / 1);
            border-radius: 6px 0 0 0;
        }

        &:last-child {
            color: rgb(51 51 51 / 1);
            background: rgb(249 212 229 / 1);
            border-radius: 0 6px 0 0;
        }
    }
}

.amountArea__table {
    width: 100%;
    padding-block: 20px 10px;
    display: block;
    border: 1px solid rgb(204 204 204 / 1);
    border-top: none;

    >* {
        width: 80%;
        max-width: 880px;
        margin-inline: auto;
        display: block;
    }

    tr {
        margin-block-end: 10px;
        display: grid;
        grid-template-columns: minmax(140px, 180px) minmax(100px, 180px);
        justify-content: center;

    }

    th {
        text-align: left;
    }

    td {
        text-align: right;
    }

    thead {
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        font-weight: 400;
    }

    tbody {
        font-size: clamp(21px, 4.7vw, 24px);
        letter-spacing: 0.1em;

        th,
        td {
            font-weight: 600;
        }

    }

}


@media screen and (max-width: 728px) {
    article#webpage>h3.heading {
        text-align: center;
    }

    .amountArea__table {
        thead {
            font-size: 1.1rem;
        }
    }
}

/* 70%補償プランの毎月の保険料 */
.priceArea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: flex-start;
}

.price__inner {
    display: block grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    justify-content: stretch;
    background-image: linear-gradient(to bottom, rgb(220 221 221/ 1) 50%, transparent 50%);
    background-size: 2% 7%;
    background-repeat: repeat-y;
    background-position: right bottom;

    &:last-child {
        background-image: none;
    }

    picture {
        margin-block-end: 8px;
    }

    img {
        width: 100%;
        max-width: 64px;
        height: auto;
        max-height: 64px;
    }

    p {
        font-size: 0.95rem;
        font-weight: 700;
    }

    .price span {
        margin-inline-end: 8px;
        padding-block: 2px;
        padding-inline: 8%;
        color: rgb(255 255 255 / 1);
        font-size: 0.8rem;
        font-weight: normal;
        vertical-align: middle;
        background: rgb(56 190 255 / 1);
        border-radius: 12px;
    }


    span {
        font-size: 0.85rem;
        font-weight: normal;
    }
}

#content .price__inner p:not(.price) {
    margin-block-end: 0;
    line-height: 1;
    text-align: center;
}

#content .price__inner .price {
    font-size: clamp(21px, 4.7vw, 24px);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 728px) {
    .priceArea {
        grid-template-columns: repeat(2, 1fr);
    }

    .price__inner:nth-child(even) {
        background-image: none;
    }

    .price__inner:first-child {
        background-repeat: repeat-y, repeat-x;
        background-image: linear-gradient(to bottom, rgb(220 221 221/ 1) 50%, transparent 50%), linear-gradient(to right, rgb(220 221 221/ 1) 50%, transparent 50%);
        background-size: 3% 8%, 7% 4%;
        background-position: top right, left bottom;
    }

    .price__inner:nth-child(2) {
        background-repeat: repeat-x;
        background-image: linear-gradient(to left, rgb(220 221 221/ 1) 50%, transparent 50%);
        background-size: 7% 4%;
        background-position: bottom left;
    }

    .price__inner:nth-child(3) {
        background-size: 3% 8%;
    }

    .price__inner:nth-child(n +3) {
        padding-block-start: 1em;
    }

    .price__inner .price span {
        padding-inline: 4%;
    }
}