@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............目次
 * HEADER..............コンテンツヘッダー
 * FOOTER..............コンテンツフッター
 * MAIN................メインコンテンツ
 */





/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.nmc-line { background-color: var(--neutralColor100) }
@media screen and (min-width: 768px) {
    .nmc-line {
        padding-block: 32px;
        margin-top: 30px;
        margin-bottom: 52px;
    }
}
@media screen and (max-width: 767px) {
    .nmc-line {
        padding-block: 24px;
        margin-top: 0;
        margin-bottom: 22px;
    }
}

    .nmc-form-line__text {
        display: grid;
        width: fit-content;
        margin-inline: auto;
        color: var(--primaryColor300);
        line-height: 1.2;
        letter-spacing: 0.04em;
    }
    @media screen and (min-width: 768px) {
        .nmc-form-line__text {
            grid-template-columns: 11px 1fr;
            grid-column-gap: 11px;
            font-size: 1.8rem;
        }
    }
    @media screen and (max-width: 767px) {
        .nmc-form-line__text {
            grid-template-columns: 8.5px 1fr;
            grid-column-gap: 9px;
            font-size: 1.3rem;
        }
    }

        .nmc-form-line__text::before {
            content: "";
            display: block;
            width: 100%;
            height: 1.2em;
            background-image: url(../images/common/icon-under-arrow2.svg);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: contain;
        }





/*------------------------------------*\
    $MAIN
\*------------------------------------*/
@media screen and (min-width: 768px) {
    .nmc-content { margin-top: 76px }
}
@media screen and (max-width: 767px) {
    .nmc-content { margin-top: 38px }
}


    .nmc-content .nmc-section__inner { max-width: 892px }

        .nmc-content__title {
            width: fit-content;
            margin-inline: auto;
            color: var(--primaryColor300);
            font-weight: 700;
            text-align: center;
        }
        @media screen and (min-width: 768px) {
            .nmc-content__title {
                margin-bottom: 42px;
                font-size: 3.0rem;
                line-height: 1.4;
            }
        }
        @media screen and (max-width: 767px) {
            .nmc-content__title {
                margin-bottom: 32px;
                font-size: 2.1rem;
                line-height: 1.619;
            }
        }

            .nmc-content__title span {
                background-image: linear-gradient(var(--primaryColor300), var(--primaryColor300));
                background-repeat: no-repeat;
                background-position: 0 100%;
                background-size: 100% 1.5px;
            }


        .nmc-content__text { line-height: 1.889 }
        @media screen and (min-width: 768px) {
            .nmc-content__text {
                padding-left: 230px;
                font-size: 1.8rem;
            }
        }
        @media screen and (max-width: 767px) {
            .nmc-content__text { font-size: 1.4rem }
        }

        .nmc-content__table { position: relative }
        @media screen and (min-width: 768px) {
            .nmc-content__table { margin-bottom: 46px }
        }
        @media screen and (max-width: 767px) {
            .nmc-content__table {
                margin-inline: calc((-100% / 0.876) * 0.064);
                margin-bottom: 32px;
            }
        }

            @media screen and (min-width: 768px) {
                .nmc-content__image,
                .nmc-content__image--stick-out {
                    position: absolute;
                    z-index: 1;
                    bottom: calc(100% - 143px);
                    left: 25px;
                    width: 238px;
                }
                .nmc-content__image--stick-out {
                    left: -30px;
                    width: 258px;
                }
            }
            @media screen and (max-width: 959px) {
                .nmc-content__image { display: none }
            }

            .nmc-content__table__wrap { padding-top: 51px }
            @media screen and (max-width: 959px) {
                .nmc-content__table__wrap { overflow-x: auto }
            }

                .nmc-content__table table {
                    position: relative;
                    width: 100%;
                    border: 5px solid transparent;
                    border-right-width: 3px;
                    border-bottom-width: 7px;
                    border-collapse: separate;
                    border-radius: 5px;
                    background-color: #eef0f3;
                    color: var(--primaryColor300);
                    font-weight: 600;
                }
                @media screen and (max-width: 959px) {
   	 	                .nmc-content__table table { width: 740px }
                }
				/*width:800から変更740に0603*/
                    .nmc-content__table table::before {
                        content: "";
                        position: absolute;
                        bottom: -7px;
                        right: -3px;
                        height: calc(100% + 34px);
                        border-radius: 5px 5px 0 0;
                        background-color: #1185c7;
                    }
                    @media screen and (min-width: 768px) {
                        .nmc-content__table table::before { width: 208px }
                    }
                    @media screen and (max-width: 767px) {
                        .nmc-content__table table::before { width: 196px }
                    }

                    .nmc-content__table table::after {
                        content: url(../images/price/icon-recommend.svg);
                        position: absolute;
                        top: -56px;
                        right: 13px;
                        display: block;
                        width: 59px;
                        height: 59px;
                    }

                    .nmc-content__table thead {
                        line-height: 1.4;
                        text-align: center;
                    }
                    .nmc-content__table tbody { line-height: 1.432 }
                    @media screen and (min-width: 768px) {
                        .nmc-content__table thead { font-size: 2.0rem }
                        .nmc-content__table tbody { font-size: 2.2rem }
                    }
                    @media screen and (max-width: 767px) {
                        .nmc-content__table thead { font-size: 1.6rem }
                        .nmc-content__table tbody { font-size: 1.8rem }
                    }

                        .nmc-content__table :is(th, td) {
                            border: 5px solid transparent;
                            vertical-align: middle;
                            box-sizing: content-box;
                        }
                        .nmc-content__table thead th { height: 93px }
                        .nmc-content__table thead th:not(:first-of-type) { width: 192px }
                        .nmc-content__table thead th:last-of-type {
                            position: relative;
                            color: #ffffb7;
                            background-color: #1185c7;
                        }
                        @media screen and (min-width: 768px) {
                            .nmc-content__table thead th { height: 93px }
                            .nmc-content__table thead th:not(:first-of-type) { width: 192px }
                        }
                        @media screen and (max-width: 767px) {
                            .nmc-content__table thead th { height: 72px }
                            .nmc-content__table thead th:not(:first-of-type) { width: 180px }
                        }

                            .nmc-content__table thead th:last-of-type::before {
                                content: "";
                                position: absolute;
                                bottom: 100%;
                                left: 0;
                                width: calc(100% + 16px);
                                height: 32px;
                                background-color: initial;
                            }


                        .nmc-content__table tbody th {
                            position: relative;
                            padding-block: 2px;
                        }
                        @media screen and (min-width: 768px) {
                            .nmc-content__table tbody th { padding-left: 20px }
                        }
                        @media screen and (max-width: 767px) {
                            .nmc-content__table tbody th { padding-left: 16px }
                        }

                            .nmc-content__table tbody th::before,
                            .nmc-content__table tbody th::after {
                                content: "";
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                border-radius: 1px;
                                background-color: white;
                            }
                            .nmc-content__table tbody th::before {
                                width: 2px;
                                height: 100%;
                            }
                            .nmc-content__table tbody th::after {
                                width: 100%;
                                height: 2px;
                            }


                        .nmc-content__table tbody td {
                            height: 73px;
                            background-color: white;
                            border-color: #eef0f3;
                            text-align: center;
                        }
                        .nmc-content__table tbody td:last-of-type {
                            position: relative;
                            z-index: 1;
                            border-color: #1185c7;
                            background-color: #ffffb7;
                        }
                        @media screen and (min-width: 768px) {
                            .nmc-content__table tbody td { height: 73px }
                        }
                        @media screen and (max-width: 767px) {
                            .nmc-content__table tbody td { height: 64px }
                        }

                            .nmc-content__table i {
                                display: inline-block;
                                width: 1.818em;
                                height: 1.818em;
                                margin-top: 8px;
                                background-color: #929da6;
                                -webkit-mask-repeat: no-repeat;
                                        mask-repeat: no-repeat;
                                -webkit-mask-position: 50% 50%;
                                        mask-position: 50% 50%;
                                -webkit-mask-size: contain;
                                        mask-size: contain;
                            }
                            .nmc-content__table :is(th, td):last-of-type i { background-color: #1185c7 }
                            .nmc-content__table i.is-batsu {
                                -webkit-mask-image: url(../images/price/icon-batsu.svg);
                                        mask-image: url(../images/price/icon-batsu.svg);
                            }
                            .nmc-content__table i.is-sankaku {
                                -webkit-mask-image: url(../images/price/icon-sankaku.svg);
                                        mask-image: url(../images/price/icon-sankaku.svg);
                            }
                            .nmc-content__table i.is-maru {
                                -webkit-mask-image: url(../images/price/icon-maru.svg);
                                        mask-image: url(../images/price/icon-maru.svg);
                            }
                            .nmc-content__table i.is-maru2 {
                                -webkit-mask-image: url(../images/price/icon-maru2.svg);
                                        mask-image: url(../images/price/icon-maru2.svg);
                            }


        .nmc-content__bottom {
            border-image-source: linear-gradient(#eef0f3, #eef0f3);
            border-image-slice: 0 fill;
            border-image-outset: 0 100vw;
        }
        @media screen and (min-width: 768px) {
            .nmc-content__bottom {
                padding-top: 42px;
                padding-bottom: 50px;
            }
        }
        @media screen and (max-width: 767px) {
            .nmc-content__bottom {
                padding-top: 32px;
                padding-bottom: 40px;
            }
        }

            .nmc-content__description {
                color: #2383bc;
                font-weight: 500;
                line-height: 1.8;
                letter-spacing: .02em;
            }
            @media screen and (min-width: 768px) {
                .nmc-content__description { font-size: 2.0rem }
            }
            @media screen and (max-width: 767px) {
                .nmc-content__description { font-size: 1.6rem }
            }

            @media screen and (min-width: 768px) {
                .nmc-content__bottom .nmc-guidance {
                    margin-top: 26px;
                }
            }














