.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

#custom__admin-box div#adminBox {
    display: block
}

#custom__admin-box div#adminBox form:first-of-type {
    display: block;
}

#custom__admin-box div#adminBox form:nth-of-type(3) {
    display: block;
}

#custom__admin-box div#adminBox form {
    display: none;
}

section#custom__admin-box {
    padding: 0 0;
}

section.section-category-title {
    background: var(--main-color-1);
    padding: 60px 0;
    margin-bottom: 120px;

    .wrap__section-category-title {
        .h1__section-category-title {
            color: #fff;
            text-align: center;
            font-size: var(--page-header-fs1);
        }

        .p__section-category-title {
            color: #fff;
            text-align: center;
            margin: 0;
        }
    }
}

@media screen and (max-width:959px) {
    section.section-category-title {
        margin-bottom: 80px;
    }
}

@media screen and (max-width:480px) {
    section.section-category-title {
        padding: 40px 0;
        margin-bottom: 60px;

        .wrap__section-category-title {
            .h1__section-category-title {
                _color: #fff;
            }

            .p__section-category-title {
                _color: #fff;
            }
        }
    }
}

main.main-customer-reviews {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .sec-header {
        padding-top: 0;
        padding-bottom: 8rem;

        .h2 {
            margin-bottom: 0;
        }
    }

    .sec_footer {
        padding: 60px 0 0;
    }

    .container-ES-type01 {
        article.index-item {
            margin-top: 0;
            padding-top: 0;
            margin-bottom: 40px;

            &:last-of-type {
                margin-bottom: 0;
            }

            .wrap-row {
                display: grid;
                grid-template-columns: 275px 1fr;
                column-gap: 25px;

                .col-image {
                    width: 100%;

                    img {
                        width: 100%;
                        aspect-ratio: 16/9;
                        object-fit: cover;
                        border-radius: 12px
                    }
                }

                .column.col-body {
                    width: 100%;

                    .index-item-heading {
                        font-size: 2.15rem;
                        line-height: 1.5;
                    }

                    p {
                        font-size: 1.5rem;
                        line-height: 1.65;
                    }
                }
            }
        }
    }

    .wrap__ES_sns_links {
        margin-top: 160px;
        margin-bottom: 160px;

        .wrap-card {
            margin-bottom: 60px;

            h3 {
                font-size: 2.15rem;
            }

            a.card {
                width: 100%;
                border: 1px solid rgba(8, 19, 26, 0.1411764705882353);
                border-radius: 12px;
                text-decoration: none;
                transition: color .3s, opacity .3s;
                display: grid;
                grid-template-columns: 275px 1fr;
                overflow: hidden;

                &:hover img {
                    opacity: .8;
                }

                .text-card {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    padding: 25px;

                    h4 {
                        font-size: 2rem;
                        line-height: 1.5;
                    }

                    small {
                        font-size: 15px;
                    }
                }

                .img-card {
                    border-right: 1px solid #ebedee;
                    aspect-ratio: 16/9;
                    object-fit: cover;

                    img {
                        width: 100%;
                        transition: opacity .3s;
                        aspect-ratio: 16/9;
                        object-fit: cover;
                        max-width: 100%;
                    }
                }
            }
        }
    }
}

@media screen and (max-width:959px) {
    main.main-customer-reviews {
        & .container-ES-type01 {
            & article.index-item {
                margin-bottom: 30px;

                .wrap-row {
                    grid-template-columns: 240px 1fr;
                    column-gap: 20px;

                    .column.col-body {
                        padding: 0;

                        .index-item-heading {
                            font-size: 1.65rem;
                            line-height: 1.5;
                        }

                        p {
                            overflow: hidden;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                            text-overflow: ellipsis;
                            white-space: initial;
                            font-size: 1.4rem;
                        }
                    }
                }
            }
        }

        & .wrap__ES_sns_links {
            margin-top: 120px;
            margin-bottom: 120px;

            & .wrap-card {
                h3 {
                    font-size: 20px;
                }

                a.card {
                    grid-template-columns: 240px 1fr;

                    & .text-card {
                        h4 {
                            font-size: 1.6rem;
                        }

                        small {
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }
}

.body-renewal2025 {
    section.wrap__ES_findy-tools {
        margin-top: 120px;
        margin-bottom: 60px;
        padding-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .body-renewal2025 {
        main.main-customer-reviews {
            .container {
                padding-left: 20px;
                padding-right: 20px;
            }

            .sec-header {
                padding-bottom: 6rem;
            }

            & .container-ES-type01 {
                & article.index-item {
                    .wrap-row {
                        grid-template-columns: 3fr 8fr;
                        column-gap: 20px;

                        & .col-image {
                            img {
                                border-radius: 8px;
                            }
                        }
                    }
                }
            }

            & .wrap__ES_sns_links {
                & .wrap-card {
                    h3 {
                        font-size: 18px;
                    }

                    a.card {
                        grid-template-columns: 3fr 8fr;
                        height: 110px;
                        border-radius: 8px;

                        & .img-card {
                            height: 100%;
                            aspect-ratio: initial;
                            object-fit: initial;

                            img {
                                height: 100%;
                            }
                        }

                        & .text-card {
                            padding: 10px 25px;

                            h4 {
                                margin-bottom: 10px;
                            }

                            small {
                                font-size: 12px;
                            }
                        }
                    }
                }
            }
        }
    }

    section.wrap__ES_findy-tools {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .body-renewal2025 {
        & main.main-customer-reviews {
            .container {
                padding-left: 15px;
                padding-right: 15px;
            }

            .sec-header {
                padding-bottom: 5rem;
            }

            & .container-ES-type01 {
                & article.index-item {
                    .wrap-row {
                        column-gap: 15px;

                        & .column.col-body {
                            .index-item-heading {
                                font-size: 1.45rem;
                                line-height: 1.5;
                            }

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

                        time {
                            font-size: 13px;
                        }
                    }
                }
            }

            & .wrap__ES_sns_links {
                & .wrap-card {
                    margin-bottom: 40px;

                    h3 {
                        font-size: 16px;
                    }

                    a.card {

                        & .text-card {
                            padding: 10px 20px;

                            h4 {
                                font-size: 1.3rem;
                                margin-bottom: 10px;
                            }
                        }

                        & .img-card {
                            aspect-ratio: initial;
                            object-fit: initial;

                        }
                    }
                }
            }
        }
    }
}

@media (min-width: 960px) {
    main.main-customer-reviews {
        .sec-header .h2 {
            font-size: 3.8rem;
        }
    }
}

.acms-entry.entry-column a {
    color: var(--main-color-1);
    text-decoration: underline;
}

span.icon__plan_kind.icon__plan_kind_es {
    font-size: 11px;
    margin: 10px 0 0 0;
}

span.icon__plan_kind.icon__plan_kind_es:nth-child(2) {
    margin: 0 0 0 5px;
}

@media screen and (max-width:959px) {
    .wrap__plan_kind {
        padding-left: 1rem
    }

    span.icon__plan_kind.icon__plan_kind_es {
        font-size: 10px;
        margin: 0 0 10px 0
    }
}

@media screen and (max-width:480px) {
    .wrap__index_style1_text p {
        font-size: 12px;
        color: #555
    }

    .wrap__plan_kind {
        padding-left: 0
    }

    span.icon__plan_kind.icon__plan_kind_es {
        padding: 5px 7px
    }
}

.has-user-articles {
    .wrap__banner {
        margin-bottom: 40px
    }

    article.index-item {
        position: relative
    }

    .wrap_icon_award {
        position: absolute;
        top: 13px;
        left: -13px;

        img {
            width: 37px
        }

        span {
            font-family: "Lato", 'Noto Sans JP';
            position: absolute;
            top: 11.5px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 11px;
            color: #fff
        }
    }
}

@media screen and (max-width:959px) {
    .has-user-articles {
        .wrap__banner {
            margin-bottom: 20px
        }

        & .wrap_icon_award {
            top: 16px;
            left: -7px;

            img {
                width: 32px
            }

            span {
                top: 11px;
                font-size: 9px
            }
        }
    }
}