@charset "utf-8";

/* voice_rewarding */
.voice_content .voice_h3_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.voice_content .voice_h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    box-sizing: border-box;
    line-height: 1em;
    border: 1px solid #1D4763;
    border-radius: 160px;
}
.voice_content .voice_h3 .icon {
    padding-right: 16px;
}
.voice_content .voice_h3 .txt {
    font-size: 24px;
    line-height: 1.2em;
}
.voice_list .voice_item {
    display: flex;
    margin-bottom: 24px;
}
.voice_list .voice_item .icon {
    width: 300px;
    height: auto;
}
.voice_list .voice_item .desc {
    width: 100%;
    padding: 24px 0 0 40px;
    box-sizing: border-box;
}
.voice_list .voice_item .desc h4 {
    margin-bottom: 16px;
    font-size: 24px;
}
/* voice_rewardingここまで */

/* レスポンシブ */
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 599px) {
    .voice_list .voice_item {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .voice_list .voice_item .icon {
        width: 100%;
        margin-bottom: 16px;
        text-align: center;
    }
    .voice_list .voice_item .desc {
        width: 100%;
        padding: 0;
    }
    .voice_list .voice_item .icon img {
        max-width: 240px;
    }
    .voice_list .voice_item .desc h4 {
        text-align: center;
        word-break: keep-all;
    }
}
/* レスポンシブここまで */