@charset "utf-8";
/* 11_online-medical-treatment */
@media only screen and (max-width: 768px) {
    .obi1 {
        margin-bottom: 2em;
    }
    .ttl-obi {
        color: #ffffff;
        text-align: center;
        line-height: 19px;
        font-size: 2.3rem;
        font-weight: 700;
    }
}


.box-catch {
    margin-bottom: 120px;

    .ttl-page {
        .red {
            display: block;
            font-size: 1.4rem;
            color: #c8919b;
            font-weight: normal;
        }
    }

    .row {
        align-items: center;
    }

    p {
        font-size: 1.4rem;
        color: #555555;
        margin: 0;
    }

    .col {
        img {
            max-width: 217px;
        }
    }

    .box-border {
        border: 2px solid #629ad9;
        padding: 1em;
        text-align: left;
        margin: 2em 0;
        border-radius: 10px;

        h4 {
            font-weight: 700;
            text-align: left;
            font-size: 1.4rem;
            color: #555555;
        }

        p {
            font-size: 1.2rem;
            text-indent: -1em;
            padding-left: 1em;
        }
    }
}

@media only screen and (max-width: 768px) {
    .box-catch {
        margin-bottom: 80px;

        .ttl-page {
            .red {
                font-size: 1.3rem;
                margin-top: 10px;
            }
        }

        .col {
            img {
                max-width: 180px;
                display: block;
                margin: 30px auto 0;
            }
        }

        .box-border {
            margin: 1.5em 0;
        }
    }
}






.box-target {
    .feature {
        margin-bottom: 52px;

        .row {
            width: 100%;
        }

        .touroku-01, .touroku-02 {
            height: 100%;
            box-sizing: border-box;

            h3 {
                font-size: 2.4rem;
            }

            p {
                font-size: 1.4rem;
                margin: 0;
                line-height: 1.75;

                .red {
                    color: #ff0000 !important;
                }
            }
        }
    }

    .online-nagare {
        display: flex;
        align-items: center;
        padding: 2em;
        margin-bottom: 112px;

        h3 {
            margin: 0;
            text-align: center;
            width: 15em;
            font-size: 2.4rem;
        }

        .txt {
            flex: 1;
            text-align: left;

            h4 {
                font-size: 2.4rem;
                color: #c8919b;
                margin-bottom: 25px;
                text-align: left;
            }

            p {
                font-size: 1.4rem;
                text-indent: -1em;
                padding-left: 1em;
                margin: 0;
                line-height: 1.75;
            }
        }
    }
}
@media only screen and (max-width: 768px) {
    .box-target {
        .feature {
            margin-bottom: 30px;

            .touroku-01, .touroku-02 {
                h3 {
                    text-align: center;
                    margin-bottom: 20px;
                }

                p {
                    font-size: 1.4rem;
                    margin: 0;
                    line-height: 1.75;

                    .red {
                        color: #ff0000 !important;
                    }
                }
            }
        }

        .online-nagare {
            flex-direction: column;
            padding: 1.5em 10px;
            margin: 0 auto 80px;
            width: 98%;

            h3 {
                width: 100%;
                font-size: 2.4rem;
            }

            .txt {
                h4 {
                    font-size: 1.8rem;
                    margin-bottom: 20px;
                    line-height: 1.75;
                    text-align: center;
                }

                p {
                    font-size: 1.4rem;
                    text-indent: -1em;
                    padding-left: 1em;
                    margin: 0;
                    line-height: 1.75;
                }
            }
        }
    }
}





.box-flow {
    margin-bottom: 160px;

    .online-nagare {
        h3 {
            font-size: 2.4rem;
            margin-bottom: 40px;
        }

        .list-item {
            display: flex;
            flex-wrap: wrap;
            list-style: none;

            .item {
                padding: 20px 25px;
                list-style: none;
                width: 50%;
                box-sizing: border-box;
                display: flex;
                margin: 0;
                align-items: center;
                text-indent: 0;
                gap: 30px;

                &:first-child, &:nth-child(2) {
                    border-bottom: 1px solid #b3b3b3;
                }
                &:nth-child(2), &:nth-child(4) {
                    border-left: 1px solid #b3b3b3;
                }

                figure {
                    margin: 0;
                    width: 100px;
                    text-align: center;

                    img {
                        margin: 0;
                    }
                }

                p {
                    text-align: left;
                    flex: 1;
                    font-size: 1.4rem;
                    line-height: 1.75;
                    font-weight: normal;

                    .txt-s {
                        font-size: 1.2rem;
                    }
                }
            }
        }
    }

    .feature {
        .row {
            width: 100%;
            margin-bottom: 22px;
        }

        .touroku-01, .touroku-02, .touroku-03, .touroku-04 {
            min-height: 258px;
            box-sizing: border-box;
            margin: 0;
            padding: 25px 25px 25px;

            h3 {
                margin: 0 auto 22px;
                font-size: 2.4rem;
            }

            p {
                font-size: 1.4rem;
                line-height: 1.75;
            }

            .btn-online {
                margin: 20px auto 0;
            }
        }

        .touroku-04 {
            margin-bottom: 10px;

            p:nth-child(3) {
                margin-top: 2em;
            }

            .note {
                font-size: 1.2rem;
                line-height: 1.75;
                text-indent: -1em;
                padding-left: 1em;
            }
        }

    }

    .box-cont {
        margin-top: 60px;
    }
}

/* .box-cont 共通（box-flow / box-contact） */
.box-flow .box-cont,
.box-contact .box-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 49px 50px 50px;
    border: 2px solid #629ad9;
    border-radius: 12px;
    box-sizing: border-box;

    h3 {
        margin: 0;
        text-align: left;
        font-size: 2.4rem;
        font-weight: 600;
        color: #555555;
        line-height: 1.5;
        flex-shrink: 0;
    }

    .elem {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        flex: 1;
        max-width: 490px;
    }

    .tel {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;

        span {
            font-size: 2.4rem;
            color: #555555;
        }

        a {
            font-size: 4.2rem;
            color: #629ad9;
            text-decoration: none;
            line-height: 1;
            font-weight: normal;

            &:hover {
                opacity: 0.7;
            }
        }
    }

    .time {
        font-size: 1.4rem;
        color: #555555;
        margin: 0;
        text-align: center;
        line-height: 1.6;
        font-weight: 500;
    }

    .link-online {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 490px;
        margin-top: 12px;
        padding: 14px 44px 14px 20px;
        background-color: #629ad9;
        border-radius: 6px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
        text-decoration: none;
        position: relative;
        box-sizing: border-box;

        span {
            color: #ffffff;
            font-size: 2rem;
            line-height: 1.4;
        }

        &::after {
            content: "";
            position: absolute;
            right: 36px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #ffffff;
        }

        &:hover {
            opacity: 0.85;
        }
    }
}
@media only screen and (max-width: 768px) {
    .box-flow {
        margin-bottom: 80px;

        .online-nagare {
            padding: 0 15px;
            margin: 0 auto 30px;
            width: 98%;
            box-sizing: border-box;

            h3 {
                font-size: 2.2rem;
                margin-bottom: 0px;
            }

            .list-item {
                flex-direction: column;

                .item {
                    padding: 15px 10px;
                    width: 100%;
                    gap: 15px;

                    &:first-child, &:nth-child(2), &:nth-child(3) {
                        border-bottom: 1px solid #b3b3b3;
                    }
                    &:nth-child(2), &:nth-child(4) {
                        border-left: none;
                    }

                    figure {
                        width: 60px;
                        img {
                            max-height: 60px;
                            width: auto;
                        }
                    }

                    p {
                        font-size: 1.3rem;
                        margin: 0;

                        .txt-s {
                            font-size: 1.2rem;
                        }
                    }
                }
            }
        }

        .feature {
            .row {
                margin-bottom: 0;
            }

            .touroku-01, .touroku-02, .touroku-03, .touroku-04 {
                min-height: 100%;
                margin: 0 auto 20px;
                padding: 25px 15px 20px;

                h3 {
                    margin: 0 auto 15px;
                    font-size: 2rem;
                }
            }

            .touroku-04 {
                margin-bottom: 10px;
            }

            .note {
                margin-left: 0;
            }
        }
    }

    .box-flow .box-cont,
    .box-contact .box-cont {
        flex-direction: column;
        padding: 30px 20px;
        gap: 25px;

        h3 {
            text-align: center;
            font-size: 2rem;
        }

        .elem {
            width: 100%;
            max-width: 100%;
        }

        .tel {
            flex-direction: column;
            align-items: center;
            gap: 5px;

            span {
                font-size: 1.4rem;
            }

            a {
                font-size: 2.8rem;
            }
        }

        .time {
            font-size: 1.2rem;
        }

        .link-online {
            max-width: 100%;
            padding: 12px 40px 12px 15px;

            span {
                font-size: 1.4rem;
            }
        }
    }

    .box-flow .box-cont {
        margin-top: 40px;
    }
}







.box-price {
    table.price {
        margin-bottom: 2em;

        th, td {
            font-size: 1.8rem;
            font-weight: normal;
        }
    }
    .txt-card {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 85px;
    }
}
.box-note {
    .symptoms {
        margin-bottom: 30px;
    }
    .list {
        list-style: none;
        margin-left: 3em;
        margin-bottom: 40px;

        li {
            list-style: none;
            font-weight: normal;
        }
    }

    .online-nagare {
        margin-bottom: 95px;

        h3 {
            color: #c8919b;
            font-size: 2.4rem;
        }

        p {
            font-size: 1.8rem;
            line-height: 1.75;
            text-align: center;
            margin-bottom: 40px;
        }

        .list-item {
            list-style: none;
            width: 34em;
            margin: 0 auto;

            .item {
                list-style: none;
                display: flex;
                margin: 0;
                padding: 0;
                text-indent: 0;
                align-items: center;
                gap: 15px;

                img {
                    margin: 0;
                    width: 14px;
                }
                p {
                    font-size: 1.8rem;
                    color: #c8919b;
                    text-align: left;
                    flex: 1;
                    margin: 0;
                }
            }
        }
    }

    .sec-faq {
        .faq-q-text {
            margin-top: -2.5em;
        }
        .faq-a-content {
            align-items: center;

            .red {
                color: #ff0000;
            }
        }
    }
}
@media only screen and (max-width: 768px) {
    .box-price {
        table.price {
            margin-bottom: 0.5em;

            th, td {
                font-size: 1.3rem;
                font-weight: normal;
            }
            th {
                width: 50%;
            }
        }
        .txt-card {
            font-size: 1.2rem;
            text-align: left;
            margin-bottom: 60px;
            margin-top: 0;
        }
    }

    .box-note {
        .symptoms {
            margin-bottom: 30px;
        }
        .list {
            margin-left: 0;
            margin-bottom: 40px;
        }

        .online-nagare {
            margin: 0 auto 95px;
            width: 98%;
            box-sizing: border-box;
            padding: 0 15px 30px;

            h3 {
                font-size: 2rem;
            }

            p {
                font-size: 1.6rem;
                margin-bottom: 20px;
                text-align: left;
            }

            .list-item {
                width: 100%;

                .item {
                    gap: 10px;
                    width: 100%;
                    align-items: flex-start;

                    img {
                        width: 12px;
                        margin-top: 10px;
                    }
                    p {
                        font-size: 1.6rem;
                    }
                }
            }
        }

        .sec-faq {
            .faq-q-text {
                margin-top: -0.5em;
            }
            .faq-a-content {
                align-items: center;

                .faq-a-text {
                    margin: 0;
                }

                .red {
                    color: #ff0000;
                }
            }
        }
    }
}










.box-catc {
    max-width: 960px;
    margin: 0 auto 40px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;

    h3 {
        margin: 45px 0 20px;
        font-size: 2.4rem;
        font-weight: 700;
        color: #629ad9;
        line-height: 1.75;
        text-align: center;
    }

    p {
        margin: 0;
        font-size: 1.4rem;
        color: #555555;
        line-height: 1.75;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .box-catc {
        margin-bottom: 30px;
        padding: 0 15px;

        h3 {
            font-size: 2rem;
        }

        p {
            font-size: 1.3rem;
        }
    }
}

.box-contact {
    margin-bottom: 170px;

    .feature {
        margin: 0;
    }

    .epark {
        background-color: #daf1f3;
        /* border: 2px solid #629ad9; */
        border-radius: 12px;
        padding: 35px 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-bottom: 40px;
        box-sizing: border-box;

        .txt {
            font-size: 2rem;
            text-align: center;
            line-height: 1.75;
            color: #555555;
            margin: 0;
        }

        a {
            width: 100%;
            max-width: 490px;
            line-height: 1;
            display: block;

            img {
                width: 100%;
                display: block;
                margin: 0;
            }

            &:hover {
                opacity: .6;
            }
        }
    }


    .row {
        width: 100%;

        .touroku-02, .touroku-03 {
            padding: 45px 25px 50px;
            height: 100%;
            box-sizing: border-box;
            text-align: center;

            h3 {
                font-size: 2.4rem;
            }
            p {
                font-size: 1.4rem;
                text-align: center;
            }

            .link-line {
                margin: 20px auto 0;
                background-color: #4aa462;
                display: flex;
                align-items: center;
                gap: 10px;
                max-width: 358px;
                border-radius: 8px;
                padding: 10px 0;
                justify-content: center;

                &:hover {
                    opacity: .6;
                }

                img {
                    margin: 0;
                }
                span {
                    color: #ffffff;
                    font-size: 2rem;
                    line-height: 1;
                }
            }

            .link-tel {
                margin: 0 auto 25px;
                background-color: #ffffff;
                display: flex;
                align-items: center;
                gap: 10px;
                max-width: 358px;
                border-radius: 8px;
                padding: 5px 0 8px;
                justify-content: center;

                &:hover {
                    opacity: .6;
                }

                span {
                    color: #c8919b;
                    font-size: 3.8rem;
                    line-height: 1;
                }
            }
        }

        .touroku-03 {
            margin: 0;

            h3 {
                margin-bottom: 15px;
            }
        }
    }
}
@media only screen and (max-width: 768px) {
    .box-contact {
        margin-bottom: 80px;

        .epark {
            padding: 30px 20px;
            margin-bottom: 25px;
            gap: 20px;

            .txt {
                font-size: 1.5rem;
                line-height: 1.75;
            }

            a {
                max-width: 100%;
            }
        }


        .row {
            .touroku-02, .touroku-03 {
                padding: 25px 15px 30px;

                h3 {
                    font-size: 2rem;
                    margin: 0 auto 20px;
                }
                p {
                    font-size: 1.3rem;
                    text-align: center;
                }

                .link-line {
                    margin: 10px auto 0;
                    max-width: 100%;

                    img {
                        width: 30px;
                    }

                    span {
                        font-size: 1.6rem;
                    }
                }

                .link-tel {
                    margin: 0 auto 15px;

                    span {
                        font-size: 2.6rem;
                    }
                }
            }
        }
    }
}
