#customer-container {
    display: flex;
    line-height: 3.25rem;
}

#customer-main {
    width: 85%;
    text-align: center;
    background-color: #FFFAFA;
}

#customer-main h1 {
    font-size: 2.5rem;
    margin-top: 70px;
}

#customer-main p {
    font-size: 1.2rem;
}

/* ----------  共通  ---------- */

.voice-mobile-text {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voice-mobile-text img {
    width: 20%;
    opacity: 0.5;
}

.voice {
    align-items: stretch;
    /* 子要素の高さを揃える */
}

.voice .photo {
    max-width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    text-align: center;
}

.photo img {
    width: 100%;
    object-fit: cover;
}

.customer-photo2 {
    width: 20%;
}

/* 受講者の声 */

/* 追加分 */
.voice1wrap {
    background-color: #fff;
    width: 100%;
    height: 330px;
    padding: 25px;
    border: 1px solid #755532;
    border-radius: 32px;
}

.wrap {
    background-color: #fff;
    width: 100%;
    height: 430px;
    padding: 40px;
    border: 1px solid #755532;
    border-radius: 32px;
}

.photo p {
    font-size: 1rem;
}

.inner {
    height: 100%;
    width: auto;
    line-height: 1.7;
    overflow-y: auto;
}

.wrap .inner {
    text-align: left;
}

#customer-main .inner p {
    text-align: left;
    padding-right: 1rem;
    margin-top: 0;
    font-size: 1rem;
}

.voice {
    display: flex;
    /* align-items: center; */
    background-color: #ffe3ea;
    border-radius: 32px;
    box-shadow: 10px 10px #755532;
    margin: 70px auto 100px;
    padding: 56px;
    width: 70%;
    max-width: 800px;
}

@media screen and (max-width:1050px) {
    #voc-top {
        background: #FFFAFA;
    }

    #customer-container {
        display: block;
    }

    .sidebar {
        display: none;
    }

    #customer-main {
        width: 100%;
    }

    #customer-main h1 {
        min-width: 295px;
    }

    #customer-main p {
        margin-top: 0;
        font-size: 1rem;
        line-height: 1.7;
    }

    .photo p {
        font-size: 1.5rem;
        margin-bottom: 24px;
    }

    .voice1wrap {
        width: 90%;
        height: 280px;
        margin: 0 auto;
        padding: 24px;
    }

    .wrap {
        width: 90%;
        height: 280px;
        margin: 0 auto;
        padding: 24px;
    }

    .voice {
        width: 80%;
        margin: 60px auto;
        display: block;
    }

    .photo img {
        max-width: 300px;
    }

}

@media screen and (max-width:650px) {
    #customer-container {
        /* display: flex; */
        line-height: 2rem;
    }

    #customer-main h1 {
        width: 80%;
        margin: 24px auto 30px;
        font-size: 2rem;
        text-align: center;
        /* margin-top: 24px;
        text-align: center;
        line-height: 1.5rem;
        min-width: 295px; */
    }

    .voice-pc-text {
        text-align: center;
    }

    .voice-mobile-text p {
        width: 75%;
        margin: 0 auto;
        line-height: 2rem;

    }

    .voice-mobile-text {
        position: relative;
        align-items: flex-start;
        margin-top: 20px;
    }

    .voice-mobile-text img {
        width: 90px;
    }

    .left {
        position: absolute;
        top: 50%;
        left: 0%;
        width: 80px;
    }

    .right {
        position: absolute;
        top: 50%;
        right: 0%;
    }

    .voice {
        width: 90%;
        padding: 32px 0;
    }

    #customer-main p {
        /* margin-top: 32px; */
        margin-top: 0;
        font-size: 1rem;
        line-height: 1.7;
    }

    #customer-main .inner p {
        font-size: 1rem;
        padding-right: 0.25rem;
    }

}