@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Readex+Pro:wght@200&family=Roboto:wght@400;500;700;900&display=swap');

/*  */

body.voice {

    & #sec_voice h3 {
        font-size: var(--fs28);
        text-align: center;
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    & #box_voice_list ul {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    & #box_voice_list li {
        /* flex-grow: 1; */

        /*width: 50%;*/
        width: 476px;
        margin-left: 14px;
        margin-top: 28px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 20px 40px;
        overflow: hidden;
        border: 8px solid #f4f8ef;
    }

    & #box_voice_list li:nth-child(odd) {
        margin-right: 14px;
        margin-left: 0;

    }

    & #box_voice_list li img {
        max-width: 100%;
    }

    & #box_voice_list li a {
        display: block;
    }

    & div#box_voice_list ul li p {
        margin: 0;
    }

    & div#box_voice_list ul li p.typo_kind {
        font-size: var(--fs16);
        color: #ea7211;
        font-weight: bold;
        display: inline-block;
        margin-right: 0.8em;
    }

    & div#box_voice_list ul li p.typo_name {
        font-size: var(--fs22);
        color: #222222;
        font-weight: bold;
        display: inline-block;
    }

    & div#box_voice_list ul li p.typo_content {
        margin-bottom: 1em;
    }

}


@media screen and (max-width: 768px) {

    #box_voice_list li:nth-child(odd),
    #box_voice_list li {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }

    body.voice {
        & #sec_voice h3 {
            font-size: 4.375vw;
            /* 14px */
            margin-bottom: 1em;
            line-height: 1.6;
        }

        & #box_voice_list li {
            width: 100%;
            margin-inline: auto;
            margin-top: 4vw;
            padding: 4vw 4vw 6vw;
        }

        & #box_voice_list li:nth-child(odd) {
            margin-right: 0;
        }

        /*  */

        & div#box_voice_list ul li p.typo_kind {
            font-size: 4.0625vw;
            /* 13px */
            margin-right: 0.6em;
        }

        & div#box_voice_list ul li p.typo_name {
            font-size: 4.6875vw;
            /* 15px */
        }




    }

    body.customer_voice {
        & #box_ttl {
            padding-top: 26vw;
        }

        & #box_ttl h1 {
            width: 100%;
        }

    }


}































/*  */