@charset "UTF-8";
/* お客様の声（SP） */
@media screen and (max-width: 900px) {

#voice_title {
    text-align: center;
    padding-top: 150px;
    margin-bottom: 70px;
}
#voice_title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #00533F;
}

#top_voice {
    padding: 50px 0;
    background-color: #EFEFEF;
}

#top_voice .top_voice_content {
    width: 85%;
    margin: auto;
}

#top_voice .top_voice_content h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #003143;
    margin-bottom: 30px;
}

#top_voice .top_voice_content .top_voice_box {
}

#top_voice .top_voice_content .top_voice_box dl {
    display: flex;
    flex-direction: column;
}

#top_voice .top_voice_content .top_voice_box dl dt {
    color: #003143; 
    margin-bottom: 10px;
    white-space: nowrap;
}
#top_voice .top_voice_content .top_voice_box dl dt::before {
    content: "";
    display: inline-block;
    height: 100px;
    width: 100px;
    background-size: 100px;
    margin-right: 10px;
    margin-top: -30px;
    position:relative;
    top:70px;
}
#top_voice .top_voice_content .top_voice_box dl dt.user1::before {
    background: url(../img/voice_icon1.svg) no-repeat;
}
#top_voice .top_voice_content .top_voice_box dl dt.user2::before {
    background: url(../img/voice_icon2.svg) no-repeat;
}
#top_voice .top_voice_content .top_voice_box dl dt.user3::before {
    background: url(../img/voice_icon3.svg) no-repeat;
}
#top_voice .top_voice_content .top_voice_box dl dt.user4::before {
    background: url(../img/voice_icon4.svg) no-repeat;
}
#top_voice .top_voice_content .top_voice_box dl dt.user5::before {
    background: url(../img/voice_icon5.svg) no-repeat;
}

#top_voice .top_voice_content .top_voice_box dl dd {
    background-color: #fff;
    border-radius: 10px;
    padding: 70px 40px 40px 40px;
    flex-grow: 1;
}

#top_voice .top_voice_content .more {
    text-align: right;
    font-weight: 700;
    margin-top: 20px;
}

#top_voice .top_voice_content .more::after {
    content: "";
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #00533F;
    margin-left: 10px;
}

.btn_shop {
    margin: 50px auto;
    text-align: center;
}
.btn_shop img {
    width: 85%;
}


}
