@charset "UTF-8";

:root {
  --color-sp-plan1: #7C2280;
  --color-sp-plan2: #D61F44;
  --color-sp-plan3: #418082;
}

html {
    height: -webkit-fill-available;
    scroll-behavior: smooth;
}

p:not([class]) {
    line-height: 1.4;
}

.footerline {
    border-width: 1px;
}

.lead {
    font-size: 2.0rem;
    text-align: center;
    @media screen and (max-width:991px) {
        font-size: 1.6rem;
        text-align: left;
    }
}

.c-btn {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    width: 431px;
    height: 74px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #BF0000;
    background-color: #FFF;
    border: 2px solid #BF0000;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: filter 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    font-feature-settings: "palt";

    .chevron::before {
        position: absolute;
        left: calc(100% - 54px);
        top: calc(100% / 2 - 7px);
    }

    &:hover {
        text-decoration: none;
        color: #BF0000;
        background-color: #FFE8E8;
    }

    &.-cv {
        color: #FFF;
        background-color: #BF0000;
    }

    &.-cv:hover {
        background-color: #A60000;
    }

    &.-small {
        width: 194px;
        height: 50px;
        font-size: 16px;
        .chevron::before {
            position: absolute;
            height: 10px;
            width: 10px;
            left: calc(100% - 20px);
            top: calc(100% / 2 - 5px);
        }
    }

    @media screen and (max-width:991px) {
        width: 100%;
        height: 42px;
        font-size: 1.6rem;
        text-align: left;
        .chevron::before {
            left: calc(100% - 28px);
            top: calc(100% / 2 - 8px);
        }
    }

}

.chevron {
    &::before {
        content: '';
        position: relative;
        border-style: solid;
        border-width: 2px 2px 0 0;
        display: inline-block;
        height: 14px;
        width: 14px;
        left: 0;
        top: 0;
        transform: rotate(-45deg);
    }
    &.-left::before {
        transform: rotate(-135deg);
    }
    &.-right::before {
        transform: rotate(45deg);
    }
    &.-bottom::before {
        transform: rotate(135deg);
    }
}

.c-label {
    align-content: center;
    width: 234px;
    height: 42px;
    font-size: 2.4rem;
    color: #333;
    &.-pink {
        border: 1px solid #FFE8E8;
        &:not(.-solid) {
            color: #FFE8E8;
        }
        &.-solid {
            background-color: #FFE8E8;
        }
    }
    &.-plan1 {
        border: 1px solid var(--color-sp-plan1);
        &:not(.-solid) {
            color: var(--color-sp-plan1);
        }
        &.-solid {
            background-color: var(--color-sp-plan1);
            color: #FFF;
        }
    }
    &.-plan2 {
        border: 1px solid var(--color-sp-plan2);
        &:not(.-solid) {
            color: var(--color-sp-plan2);
        }
        &.-solid {
            background-color: var(--color-sp-plan2);
            color: #FFF;
        }
    }
    &.-plan3 {
        border: 1px solid var(--color-sp-plan3);
        &:not(.-solid) {
            color: var(--color-sp-plan3);
        }
        &.-solid {
            background-color: var(--color-sp-plan3);
            color: #FFF;
        }
    }
    &.-rad40 {
        border-radius: 40px;
    }
    &.-small {
        font-size: 1.4rem;
        width: 104px;
        height: 25px;
    }
    &.-small-w {
        font-size: 1.4rem;
        width: 148px;
        height: 25px;
    }
    @media screen and (max-width:991px) {
        width: 140px;
        height: 32px;
        font-size: 1.6rem;
    }
}

.c-mark-text {
    position: relative;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: left;
    margin: 0 auto;
    .red-text {
        font-size: 4.8rem;
    }
    &::before {
        content: '';
        height: 30%;
        width: 100%;
        left: 0px;
        top: 60%;
        display: inline-block;
        position: absolute;
        //opacity: 0.6;
    }
    &.-pink::before {
        background-color: #FFE8E8;
    }
    span {
        position: relative;
    }
    sup {
        font-size: 50%;
        top: -0.8em;
    }
    @media screen and (max-width:991px) {
        font-size: 1.6rem;
        white-space: nowrap;
        .red-text {
            font-size: 3.2rem;
        }
    }
}

.c-heading-2 {
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    border-bottom: solid #BF0000 2px;
    text-align: center;
    justify-self: center;
    width: 75%;
    margin-bottom: 4rem;
    padding-top: 4.8rem;
    padding-bottom: 1.2rem;
    @media screen and (max-width:991px) {
        font-size: 2.4rem;
        padding-top: 4rem;
        width: 100%;
    }

    &::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 51%;
        margin-left: -13px;
        border: 10px solid transparent;
        border-top: 10px solid #BF0000;
    }
    &::after {
        content: '';
        position: absolute;
        top: calc(100% - 2px);
        left: 51%;
        margin-left: -12px;
        border: 9px solid transparent;
        border-top: 9px solid #fff;
    }
}

.c-heading-3 {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0.8rem;
    margin-bottom: 3.2rem;
    border-bottom: 2px solid #BF0000;
    @media screen and (max-width:991px) {
        font-size: 2.0rem;
        padding: 0px 1.6rem 1.2rem;
    }
}

.c-heading-4 {
    font-size: 2rem;
    padding: 0.8rem;
    font-weight: 700;
    margin: 3.2rem auto 4.2rem;
    text-align: center;
    background-color: #f59600;
    color: #ffffff;
    border-radius: 4px;
    @media screen and (min-width:992px) {
        br {
            display: none;
        }
    }
    @media screen and (max-width:767px) {
        font-size: 1.6rem;
    }
}

.c-table {
    margin: 0 auto 3.2rem;
    width: 80%;
}
@media screen and (max-width:767px) {
    .c-table {
        width: 100%;
    }
}
.c-table th,
.c-table td {
    border: 1px solid #333333;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0.8rem;
    table-layout: fixed;
    vertical-align: middle;
}
.c-table th small,
.c-table td small {
    display: block;
    font-size: 1.4rem;
}
@media screen and (max-width:991px) {
    .c-table th,
    .c-table td {
        font-size: 1.4rem;
    }
    .c-table th small,
    .c-table td small {
        font-size: 1.1rem;
    }
}
.c-table th {
    background-color: #f3f3f3;
}
.c-table th.orange {
    background-color: rgba(245, 150, 0, 0.1);
}
.p-feature__box .c-table td,
.p-feature__box .c-table th {
    width: 25%;
}
.p-details .c-table {
    margin-bottom: 4.2rem;
}
.p-details .c-table td,
.p-details .c-table th {
    width: 50%;
}
.c-table thead td,
.c-table thead th {
    background-color: #6a6a6a;
    color: #ffffff;
}
.c-table-plan {
    margin-top: 4.2rem;
}
.c-table-plan th,
.c-table-plan td {
    padding: 0 0.8rem !important;
}

.c-annotation {
    font-size: 1.2rem !important;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.6rem;
    color: #686868;
}
@media screen and (max-width:991px) {
    .c-annotation {
        font-size: 1.2rem !important;
    }
}
.c-annotation li {
    margin-bottom: 0.5em;
    line-height: 1.3;
    display: flex;
    text-align: left;
    margin-bottom: 0.8rem;
}
.c-annotation li:last-child {
    margin-bottom: 0;
}

ol.c-annotation {
    counter-reset: item;
}
ol.c-annotation li:before {
    counter-increment: item;
    white-space: nowrap;
    content: "＊" counter(item);
    padding-right: 0.5em;
}

ul.c-annotation {
    padding: 0 !important;
}
ul.c-annotation li:before {
    content: "※";
    padding-right: 0.5em;
}
ul.c-annotation.ast li:before {
    content: "＊";
}
ul.c-annotation.bullet li:before {
    content: "・";
}
ul.c-annotation.right {
    justify-content: flex-end;
}
@media screen and (min-width:768px) {
    ul.c-annotation.center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    ul.c-annotation.center li {
        text-align: center;
    }
}
ul.c-annotation.right li {
    justify-content: flex-end;
}
ul.c-annotation.red-content li:before {
    color: #bf0000;
}

.p-cta {
    padding: 4.8rem 0;
}
@media screen and (max-width:991px) {
    .p-cta {
        padding: 2.4rem 0;
    }
}
.p-cta ul {
    list-style: none;
    margin: 0 auto;
    padding: 0 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    max-width: 812px;
}
.p-cta ul li {
    width: 100%;
}
@media screen and (max-width:991px) {
    .p-cta ul {
        gap: 0.8rem;
    }
}

.p-company {
    width: 50rem;
    border: 1px solid #333;
    padding: 2.6rem 4.2rem;
    margin: 0 auto 3.2rem;
    font-size: 1.6rem;
    a {
        color: #077DB8;
    }
    @media screen and (max-width:991px) {
        max-width: 100%;
        padding: 1.5rem;
    }
}

.p-footercta {
    position: sticky;
    width: 100%;
    bottom: 0px;
    z-index: 7;
    background-color: #ffffff;
    border-top: 1px solid #6a6a6a;
    padding: 24px 0 !important;
}
@media screen and (max-width:991px) {
    .p-footercta {
        padding: 22px 0 !important;
    }
}

.p-nav {
    font-size: 1.6rem;
    .p-nav-title {
        font-size: 3.2rem;
        font-weight: 700;
        padding: 0.8rem;
        text-align: center;
        
        @media screen and (max-width:991px) {
            font-size: 2.4rem;
        }
    }
    ul {
        list-style: none;
        display: flex;
        align-items: stretch;
        gap: 3.6rem;
        @media screen and (max-width:991px) {
            flex-direction: column;
            align-items: stretch;
            gap: 0.8rem;
        }
        li {
            flex: 1;
            position: relative;
            
            a {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: center;
                color: #333;
                width: 100%;
                height: 100%;
                padding: 2.5rem 3.5rem 1.4rem;
                background-color: #FFF;
                border-radius: 8px;
                gap: 1.5rem;
                text-align: center;

                &.icon_arrow::after {
                    content: "";
                    background-image: url(/img/lp42/arrow_down.png);
                    background-repeat: no-repeat;
                    height: 16px;
                    width: 16px;
                }
                @media screen and (max-width:991px) {
                    flex-direction: row;
                    padding: 1.6rem;

                    &:not(.sp-justify-content-center).icon_arrow::after {
                        margin-left: auto;
                    }
                    &.sp-justify-content-center {
                        justify-content: center;
                        &.icon_arrow::after {
                            position: absolute;
                            right: 1.6rem;
                        }
                    }
                }
                &:hover {
                    text-decoration: none;
                }
            }
        }
    }
    &.-gray ul li a {
        background-color: #F7F7F7;
    }
}
@media screen and (min-width:992px) {
    .p-feature.-sp .p-nav {
        ul {
            gap: 1.4rem;
            li a {
                padding: 2.4rem 1.6rem 1.6rem;
            }
        }
    }
    .p-feature.-sn .p-nav {
        ul {
            gap: 2.5rem;
            padding: 0px 9.2rem;
            li a {
                padding: 2.4rem 0.8rem 1.6rem;
            }
        }
    }
}

.p-nav-tabs {
    @media screen and (max-width:991px) {
        &.full-width {
            margin: 0 -15px;
        }
    }

    .p-nav-tabs-header { 
        display: table;
        width: 100%;
        height: auto;
        table-layout: fixed;

        @media screen and (min-width: 757px) {
            height: 72px;
        }
    }

    .p-nav-tabs-item {
        display: table-cell;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;

        color: #686868;
        border-bottom: none;
        padding: 8px 0;

        &:hover {
            background-color: #FFE8E8;
        }
        &:focus {
            bvorder: 1px solid #D80000;
        }

        &.is-active {
            font-weight: 700;
            color: #BF0000;
            border-bottom: 2px solid #BF0000;
        }
        
        @media screen and (max-width: 756px) {
            &.tab-fs-12 {
                font-size: 12px;
            }
        }
        @media screen and (min-width: 757px) {
            font-size: 16px;
            padding: 12px 0;
        }
    }
}

.p-feature__wrap {
    position: relative;
}
.p-feature {
    background-color: #F7F7F7;
    padding: 4.8rem 5.1rem;
    overflow: hidden;
    @media screen and (max-width:991px) {
        padding-bottom: 2.4rem;
        padding: 3.2rem 1.5rem;
        margin: 0 -15px;
    }
    .p-feature__box {
        display: block;
        background-color: #ffffff;
        width: 100%;
        padding: 3.2rem;
        margin-bottom: 1.6rem;
        position: relative;
        margin-top: 12rem;
        text-align: center;
        figure {
            width: 80%;
            margin: 2.4rem auto 6.4rem;
        }
        p {
            font-size: 1.6rem;
            small {
                font-size: 1rem;
                display: block;
                line-height: 1.4;
            }
        }
        @media screen and (max-width:767px) {
            figure {
                width: 100%;
                margin: 2.4rem auto 4.8rem;
            }
        }
        @media screen and (max-width:991px) {
            padding: 2.4rem 1.6rem;
            margin-top: 10rem;
            p {
                small {
                    font-size: 1.2rem;
                }
            }
        }
    }
    &.-sp {
        .color-plan1 {
            color: var(--color-sp-plan1);
        }
        .color-plan2 {
            color: var(--color-sp-plan2);
        }
        .color-plan3 {
            color: var(--color-sp-plan3);
        }
        .contens01_1__box {
            display: flex;
            justify-content: center;
            gap: 5.6rem;
            margin-bottom: 3.2rem;
            .contens01_1__box_item {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .separate {
                border-right: 0.5px dashed #B6B6B6;
                height: auto;
            }
            img {
                margin: 0 auto;
            }
            @media screen and (max-width:991px) {
                gap: 2rem;
            }
            @media screen and (max-width:391px) {
                gap: 0.5rem;
            }
        }
        .contens01_2__box {
            .lead {
                font-size: 1.6rem;
                margin-bottom: 2.4rem;
            }
            @media screen and (max-width:991px) {
                padding: 0 1.6rem;
            }
        }
        .contens01_2__box_items {
            display: flex;
            justify-content: center;
            gap: 1.6rem;
            font-size: 1.6rem;
            margin-bottom: 3.2rem;
            .contens01_2__box_item {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 1.6rem;
                padding: 2.4rem 1.6rem 1.6rem;
                background-color: #FFF5F5;
                .c-title {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 2.4rem;
                    font-size: 1.8rem;
                    white-space: nowrap;
                }
                .p-plan {
                    display: flex;
                    gap: 1.6rem;
                    .p-plan-table {
                        display: flex;
                        flex-direction: column;
                        background: #FFF;
                        .c-plan-table-head {
                            font-size: 1.8rem;
                            font-weight: 700;
                            color: #FFF;
                            padding: 0.8rem;
                            width: 100%;
                            height: 4.7rem;
                        }
                        .c-plan-table-body {
                            display: grid;
                            gap: 0.5rem;
                            padding: 1.6rem;
                            grid-template-columns: 110px 130px;
                            justify-items: center;
                            align-items: center;
                            .c-label {
                                grid-row: 1;
                            }
                            c-text {
                                grid-row: 2;
                            }
                            @media screen and (max-width:991px) {
                                padding: 1rem;
                            }
                        }
                        &.-plan1 {
                            border: 1px solid var(--color-sp-plan1);
                        }
                        &.-plan2 {
                            border: 1px solid var(--color-sp-plan2);
                        }
                        &.-plan3 {
                            border: 1px solid var(--color-sp-plan3);
                        }
                    }
                    .red-text {
                        font-size: 3.2rem;
                        font-weight: 700;
                    }
                    @media screen and (max-width:991px) {
                        flex-direction: column;
                    }
                }
                @media screen and (max-width:991px) {
                    .c-title {
                        gap: 0.5rem;
                        white-space: nowrap;
                    }
                }
            }
            @media screen and (max-width:991px) {
                flex-direction: column;
            }
        }
        .contens01_2__box_example {
            width: 664px;
            margin: 0 auto;
            .c-title {
                font-size: 2.4rem;
                font-weight: 700;
                margin: 3.2rem auto 2.4rem;
                @media screen and (max-width:991px) {
                    margin: 4rem auto 2.4rem;
                }
            }
            .p-example {
               background-color: #F7F7F7;
               padding: 4rem;
               overflow: hidden;
               .p-example-box {
                   background-color: #FFF;
                   padding: 4rem;
                   margin-bottom: 1.6rem;
                   border-radius: 8px;
                   @media screen and (max-width:991px) {
                      padding: 1.6rem;
                   }
               }
               .p-example-header {
                   display: flex;
                   justify-content: space-between;
                   align-items: center;
                   gap: 3.2rem;
                   margin-bottom: 1.6rem;
                   .c-condition {
                       position: relative;
                       width: 100%;
                       white-space: nowrap;
                       @media screen and (max-width:991px) {
                           .c-price {
                               position: absolute;
                               left: -2rem;
                           }
                       }
                   }
                   @media screen and (max-width:991px) {
                         gap: 1.6rem;
                   }
               }
               .p-example-detail .c-label {
                   margin-bottom: 0.4rem
               }
               .p-example-detail :not(.c-label) {
                   text-align: left;
                   margin-bottom: 1.6rem;
                   &:last-child {
                       margin-bottom: 0;
                   }
               }

               @media screen and (max-width:991px) {
                  padding: 1.6rem;
               }
            }
            @media screen and (max-width:991px) {
                max-width: 100%;
            }
        }
        .contens01_3__box {
            .c-title {
                font-size: 2rem;
                font-weight: 700;
                white-space: nowrap;
                margin-bottom: 2.4rem;
                @media screen and (max-width:991px) {
                    font-size: 1.8rem;
                }
            }
            .p-compensation__box {
                border: 1px solid #FB9A9A;
                border-radius: 8px;
                padding: 2.4rem 3.2rem;
                font-size: 1.8rem;
                margin: 4.8rem auto 1.6rem;
                max-width: 492px;
                .c-title {
                    font-size: 2.4rem;
                    margin-bottom: 2.4rem;
                    @media screen and (max-width:991px) {
                        font-size: 1.8rem;
                        margin: 0 auto 1.6rem;
                    }
                }
                .p-compensation__box_item {
                    display: flex;
                    align-items: center;
                    text-align: left;
                    margin-bottom: 4px;
                }
                @media screen and (max-width:991px) {
                    padding: 1.6rem;
                    font-size: 1.6rem;
                }
            }
        }
        .contens01_4__box {
            display: grid;
            gap: 1rem;
            [class^="relief_item"] {
                background-color: #F7F7F7;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                gap: 2.4rem;
                padding: 2.4rem;
                border-radius: 8px;
                @media screen and (max-width:991px) {
                    gap: 1.6rem;
                    padding: 1.6rem;
                }
            }
            .relief_item1 {
                grid-row: 1;
            }
            .relief_item2 {
                grid-row: 1;
            }
            .relief_item3 {
                grid-row: 1;
            }
            .img_circle {
                position: relative;
                background-color: #FFF;
                border-radius: 50%;
                width: 70px;
                height: 70px;
                img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
            }
            @media screen and (max-width:991px) {
                margin-bottom: 1.6rem;
                .relief_item1 {
                    grid-column: 1 / 3;
                }
                .relief_item2 {
                    grid-row: 2;
                }
                .relief_item3 {
                    grid-row: 3;
                }
            }
            @media screen and (min-width:992px) {
                margin: 1.6rem;
            }
        }
        .contens01_5__box {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 2.8rem;
            margin-bottom: 1.6rem;
            @media screen and (max-width:991px) {
                flex-direction: column;
                gap: 2.4rem;
            }
        }
        @media screen and (min-width:992px) {
            .p-feature__box {
                border-radius: 8px;
                padding: 4rem;
                margin-top: 5.6rem;
            }
        }
        @media screen and (max-width:991px) {
            .p-feature__box {
                border-radius: 8px;
                margin-top: 3.2rem;
            }
        }
    }

    &.-sn .p-feature__box {
        border: 4px solid #f59600;
        box-shadow: 0px 0px 8px 0px rgba(245, 150, 0, 0.25);
        border-radius: 10px;
    }

    a {
        color: #077DB8;
    }
}
.p-feature__cat, .p-feature__cat--left {
    width: 220px;
    position: absolute;
    top: -186px;
    right: 0px;
    @media screen and (max-width:1199px) {
        width: 200px;
        top: -170px;
        right: 0px;
    }

    @media screen and (max-width:991px) {
        width: 150px;
        top: -127px;
        right: calc(50% - 75px);
    }
}
@media screen and (min-width:992px) {
    .p-feature__cat--left {
        right: inherit;
        left: 20px;
    }
}
.p-feature__point-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 3.2rem;
     > div:first-child {
        flex-shrink: 0;
        display: flex;
        justify-content: center;
    }
    img {
        max-width: 320px;
        margin: 0 auto;
    }
    h4 {
        font-size: 3.2rem;
        font-weight: 700;
        margin-bottom: 3.2rem;
    }
    p {
        font-size: 2rem;
    }
    @media screen and (max-width:991px) {
        flex-direction: column;
        gap: 6.4rem;
         > div {
            width: 100%;
        }
        img {
            width: 80%;
        }
        h4 {
            font-size: 2.4rem;
        }
        p {
            font-size: 1.6rem;
        }
    }
}
.p-feature__ex {
    text-align: right;
    @media screen and (max-width:767px) {
        text-align: left;
    }
}

.p-compare__wrap {
    position: relative;
}
.p-compare {
    background-color: #F7F7F7;
    padding: 4.8rem 5.1rem;
    overflow: hidden;
    .p-compare__box {
        position: relative;
        display: block;
        text-align: center;
        p {
            font-size: 1.6rem;
            small {
                font-size: 1.4rem;
                display: block;
                line-height: 1.4;
            }
        }
        .p-plan-btn_list {
            display: flex;
            gap: 2.5rem;
            justify-content: center;
            @media screen and (max-width:991px) {
                gap: 0.5rem;
            }
        }
        .c-btn_plan {
            flex: 1;
            text-decoration: none;
            position: relative;
            display: inline-block;
            border-radius: 8px;
            font-size: 2rem;
            font-weight: 400;
            color: #BF0000;
            background-color: #FFF;
            border: 1px solid #BF0000;
            padding: 1.6rem 3.5rem;
            cursor: pointer;
            &:hover {
                text-decoration: none;
                color: #BF0000;
                background-color: #FFE8E8;
            }
            &.is-active {
                font-weight: 700;
                color: #FFF;
                background-color: #BF0000;
            }
            @media screen and (max-width:991px) {
                font-size: 1.6rem;
                padding: 1.6rem 0.8rem;
            }
        }
   }
    h3 {
        font-size: 3.2rem;
        font-weight: 700;
        padding: 0.8rem;
        text-align: center;
        
        @media screen and (max-width:991px) {
            font-size: 2.4rem;
        }
    }
    a {
        color: #077DB8;
    }
    @media screen and (max-width:991px) {
        padding-bottom: 2.4rem;
        padding: 3.2rem 1.5rem;
        margin: 0 -15px;
    }
    @media screen and (min-width:992px) {
        .lp-link {
            font-size: 2rem !important;
        }
    }
}

.p-contract__wrap {
    position: relative;
}
.p-contract {
    padding: 4.8rem 13.7rem;
    overflow: hidden;
    @media screen and (max-width:991px) {
        padding: 0;
    }
    .p-contract__box {
        position: relative;
        display: block;
        text-align: center;
        p {
            font-size: 1.6rem;
            small {
                font-size: 1.4rem;
                display: block;
                line-height: 1.4;
            }
        }
    }
    .c-contract-steps {
        display: flex;
        flex-direction: column;
        gap: 1.6rem;
        padding: 0 8.6rem;
        @media screen and (max-width:991px) {
            padding: 0;
        }
        .c-contract-step {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 4rem;
            text-align: left;
            .c-contract-step_text {
                font-size: 2rem;
                font-weight: 700;
                margin-bottom: 0.9rem;
            }
            .img-fluid {
                width: 100px;
                @media screen and (max-width:991px) {
                    width: 70px;
                }
            }
            div > *:last-child {
                margin-bottom: 0;
            }
            @media screen and (max-width:991px) {
                gap: 1.6rem;
            }
        }
    }
    a {
        color: #077DB8;
    }
}

.p-notice__wrap {
    position: relative;
}
.p-notice {
    .c-annotation {
        font-size: 1.6rem !important;
        p {
            margin-bottom: 0.8rem;
        }
        p:last-child {
            margin-bottom: 0;
        }
    }
    @media screen and (max-width:991px) {
        padding: 0;
    }
    .p-notice__box {
        position: relative;
        display: block;
        text-align: center;
        width: 75%;
        margin: 2rem auto;
        p {
            font-size: 1.6rem;
            small {
                font-size: 1.4rem;
                display: block;
                line-height: 1.4;
            }
        }
        .c-notice_title {
            background-color: #D9D9D9;
            border-radius: 5px;
            padding: 1.6rem;
            margin-bottom: 1.6rem;
            font-size: 1.8rem;
            font-weight: 700;
            text-align: left;
            @media screen and (max-width:991px) {
                text-align: center;
            }
        }
        @media screen and (max-width:991px) {
            width: 100%;
            margin: 3.2rem auto;
        }
    }
    a {
        color: #077DB8;
    }
}

[class^="p-"][class$="__anchor"] {
    height: 1px;
    display: block;
}

@media screen and (max-width:991px) {
    .img-overflow {
        overflow: scroll;
        img {
            max-width: none;
        }
    }
}

.p-accordion_list {
    margin-bottom: 1.6rem;
    .c-accordion_title {
        position: relative;
        cursor: pointer;
        background-color: #FFF;
        border: 1px solid #B6B6B6;
        border-radius: 8px;
        padding: 2.4rem;
        font-size: 1.8rem;
        font-weight: 500;
        text-align: left;

        .chevron::before {
            position: absolute;
            left: calc(100% - 54px);
            top: calc(100% / 2 - 7px);
        }

        @media screen and (max-width:991px) {
            font-size: 1.6rem;
            font-weight: 400;
        }
    }
    .c-accordion_title[aria-selected="true"] {
        border-bottom: none;
        border-radius: 8px 8px 0 0;
        
        .chevron::before {
            transform: rotate(-45deg);
        }
    }
    .c-accordion_item {
        background-color: #FFF;
        border: 1px solid #B6B6B6;
        padding: 1.6rem 4rem 4rem;
        
        .c-price-unit {
            font-size: 1.2rem;
            text-align: right;
        }
    }
    .c-accordion_item[aria-expanded="true"] {
        border-top: none;
        border-radius: 0 0 8px 8px;
    }
}

.tooltip1 {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-size: 16px;
    text-decoration: underline !important;
    text-decoration-color: #077DB8 !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px;

    &:hover {
        .desc {
            z-index: 13;
            display: block;
            left: 0%;
            bottom: 100%;
            min-width: 320px;
            //max-width: 90%;
            width: 100%;
        }
    }
}
@media screen and (min-width: 992px) {
    .tooltip1 {
        &:hover {
            .desc {
                width: 327px;
                max-width: 327px;
                font-size: 1.3rem;
                left: 0%;
            }
        }
    }
}

.tooltip-info {
    strong {
        font-weight: bold;
    }
}
.icon_tooltip,
.icon_tooltip_point {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    color: #077DB8;
}
.icon_tooltip_point {
    margin: 0 16px 0 -5px;
    color: #333;
}
.icon_tooltip_point2 {
    margin: 0 16px 0 0;
    color: #077DB8;
}
.desc {
    display: none;
    position: absolute;
    padding: 16px;
    font-size: 1.6rem;
    text-indent: 0;
    color: #333;
    border-radius: 4px;
    background: #E6F5FF;
    border: 1px solid #077DB8;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
    height: auto;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    &::after,
    &::before {
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 89px;
    }
    &:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-width: 11px;
        border-bottom-width: 12px;
        border-left-width: 10px;
        border-right-width: 10px;
        margin-left: -10px;
        border-top-color:    #E6F5FF;
    }
    &::before {
        content: "";
        position: absolute;
        border-color: rgba(42, 102, 192, 0);
        border-top-width: 13px;
        border-bottom-width: 13px;
        border-left-width: 11px;
        border-right-width: 12px;
        margin-left: -11px;
        border-top-color:    #077DB8;
    }
    .title {
        display: block;
        font-weight: 700;
        padding-bottom: 8px;
    }
    .memo {
        font-weight: 400;
        display: block;
    }
}

/* question */
.icon_tapArea {
    display: flex;
    vertical-align: bottom;
    &:before {
        display: inline-block;
        content: "";
        position: absolute;
        left: 0px;
        bottom: 3px;
        width: 14px;
        height: 24px;
        border-radius: 50%;
    }
}
.icon_questionMark {
    &::before {	
        position: static;
        display: inline-block;
        box-sizing: border-box;
        content: "";
        font-size: 1rem;
        color: #ffffff;
        font-weight: 700;
        background: url("/img/pet/top/ico_help.svg") center center no-repeat;
        vertical-align: middle;
        margin-right: 4px;
    }
}

.u-mb-96 {
    margin-bottom: 9.6rem !important;
}
.u-mb-64 {
    margin-bottom: 6.4rem !important;
}
.u-mb-48 {
    margin-bottom: 4.8rem !important;
}
.u-mb-16 {
    margin-bottom: 1.6rem !important;
}

.u-fs-12 {
    font-size: 1.2rem !important;
}
.u-fs-14 {
    font-size: 1.4rem !important;
}
.u-fs-16 {
    font-size: 1.6rem !important;
}
.u-fs-18 {
    font-size: 1.8rem !important;
}
.u-fs-20 {
    font-size: 2rem !important;
}
.u-fs-24 {
    font-size: 2.4rem !important;
}
