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

#voice_title {
    text-align: center;
    padding-top: 250px;
}
#voice_title h2 {
    font-size: 34px;
    font-weight: bold;
    color: #00533F;
}

#top_voice {
    margin-top: 100px;
    padding: 50px 60px 100px;
    background-color: #EFEFEF;
}

#top_voice .top_voice_content {
    width: 85%;
    margin: auto;
    max-width: 954px;
}

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

#top_voice .top_voice_content .top_voice_box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
}

#top_voice .top_voice_content .top_voice_box dl {
    width: 31%;
    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;
    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;
    line-height: 1.5em;
}


/* ショップボタン */

.btn_shop {
    margin: 100px auto 50px;
    text-align: center;
}
.btn_shop img {
    width: 40%;
    min-width: 420px;
    transition: .7s;
}
.btn_shop img:hover {
    opacity: .5;
}


}
