.voiceBox,
.voiceBox_bottom {
    padding: 50px 0 150px
}

@media screen and (max-width: 768px) {

    .voiceBox,
    .voiceBox_bottom {
        padding: 0 20px 50px
    }
}

.voiceBox h2,
.voiceBox_bottom h2 {
    line-height: 160%;
    text-align: center;
    font-size: 28px;
    padding: 0 0 70px
}

@media screen and (max-width: 768px) {

    .voiceBox h2,
    .voiceBox_bottom h2 {
        text-align: left;
        font-size: 22px;
        padding: 0 0 50px
    }
}

.voiceBox .inBox,
.voiceBox_bottom .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.voiceBox .inBox .in,
.voiceBox_bottom .inBox .in {
    width: 30%;
    border-radius: 20px;
    overflow: hidden
}

@media screen and (max-width: 768px) {

    .voiceBox .inBox .in,
    .voiceBox_bottom .inBox .in {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 0 20px
    }
}

.voiceBox .inBox .in .imgBox,
.voiceBox_bottom .inBox .in .imgBox {
    width: 100%;
    height: 190px
}

@media screen and (max-width: 768px) {

    .voiceBox .inBox .in .imgBox,
    .voiceBox_bottom .inBox .in .imgBox {
        width: 40%;
        height: 100%;
        overflow: hidden;
        position: relative
    }
}

.voiceBox .inBox .in .imgBox img,
.voiceBox_bottom .inBox .in .imgBox img {
    max-width: none;
    width: 100%;
    height: auto
}

@media screen and (max-width: 768px) {

    .voiceBox .inBox .in .imgBox img,
    .voiceBox_bottom .inBox .in .imgBox img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto
    }
}

@media (max-width:420px) {
    .voiceBox .inBox .in .imgBox img {
        left: 69%;
    }
}

.voiceBox .inBox .in .txBox,
.voiceBox_bottom .inBox .in .txBox {
    position: relative;
    background-color: #F1F1F1;
    padding: 20px;
    height: 230px
}

@media screen and (max-width: 768px) {

    .voiceBox .inBox .in .txBox,
    .voiceBox_bottom .inBox .in .txBox {
        width: 60%;
        height: auto;
        padding: 20px 10px
    }
}

.voiceBox .inBox .in .txBox .title,
.voiceBox_bottom .inBox .in .txBox .title {
    font-weight: bold
}

.voiceBox .inBox .in .txBox .btn,
.voiceBox_bottom .inBox .in .txBox .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media screen and (max-width: 768px) {

    .voiceBox .inBox .in .txBox .btn,
    .voiceBox_bottom .inBox .in .txBox .btn {
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        font-size: 14px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .voiceBox .inBox .in .txBox .btn a,
    .voiceBox_bottom .inBox .in .txBox .btn a {
        padding: 10px
    }
}

.voiceBox_list .t_h2_c {
    font-size: 28px
}

@media screen and (max-width: 768px) {
    .voiceBox_list .t_h2_c {
        font-size: 18px
    }
}

.voiceBox_list .t_h2_c:after {
    background-color: transparent
}

.exampleBox_list .example_slide .example_slider li a .txBox {
    background-color: #F1F1F1
}

@media screen and (max-width: 768px) {
    .voiceBox_single .inner {
        padding: 0 20px
    }
}

.voiceBox_single h2 {
    font-size: 35px;
    font-weight: bold;
    padding: 0 0 20px
}

@media screen and (max-width: 768px) {
    .voiceBox_single h2 {
        font-size: 22px
    }
}

.voiceBox_single .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 100px;
    margin: 0 0 100px;
    border-bottom: 1px solid #C8C8C8
}

@media screen and (max-width: 768px) {
    .voiceBox_single .inBox {
        padding: 0;
        margin: 0 0 30px
    }
}

.voiceBox_single .inBox .imgBox {
    width: 460px
}

@media screen and (max-width: 768px) {
    .voiceBox_single .inBox .imgBox {
        width: 100%;
        margin: 0 0 20px
    }
}

.voiceBox_single .inBox .txBox {
    width: 430px
}

@media screen and (max-width: 768px) {
    .voiceBox_single .inBox .txBox {
        width: 100%;
        font-size: 14px
    }
}

.voiceBox_single .inBox .txBox .qTx {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 0 0 30px 40px
}

@media screen and (max-width: 768px) {
    .voiceBox_single .inBox .txBox .qTx {
        font-size: 16px
    }
}

.voiceBox_single .inBox .txBox .qTx span {
    padding: 3px 0 0 0;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #42210B;
    border-radius: 15px;
    width: 30px;
    height: 30px
}

@media screen and (max-width: 768px) {
    .voiceBox_single .inBox .txBox .qTx span {
        padding: 1px 0 0 0
    }
}

.voiceBox_single .inBox .txBox .aTx {
    position: relative;
    padding: 0 0 30px 40px
}

.voiceBox_single .inBox .txBox .aTx span {
    padding: 3px 0 0 0;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #42210B;
    color: #FFF;
    border-radius: 15px;
    width: 30px;
    height: 30px
}

.voiceBox_single .sec .imgBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2
}

@media screen and (max-width: 768px) {
    .voiceBox_single .sec .imgBox {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1
    }
}

.voiceBox_single .sec .txBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1
}

@media screen and (max-width: 768px) {
    .voiceBox_single .sec .txBox {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2
    }
}

.voiceBox_single .noline {
    border-bottom: none
}

.voiceBox_bottom {
    padding: 100px 0 150px;
    background-color: #F1F1F1
}

@media screen and (max-width: 768px) {
    .voiceBox_bottom {
        padding: 50px 0 70px
    }
}

@media screen and (max-width: 768px) {
    .voiceBox_bottom h2 {
        text-align: center
    }
}

.voiceBox_bottom .inBox {
    border-bottom: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 50px;
    margin: 0
}

.voiceBox_bottom .inBox .in {
    margin: 0 10px
}

@media screen and (max-width: 768px) {
    .voiceBox_bottom .inBox .in {
        margin: 0 0 20px
    }
}

@media screen and (max-width: 768px) {
    .voiceBox_bottom .inBox .in .imgBox {
        margin: 0
    }
}

.voiceBox_bottom .inBox .in .txBox {
    width: 100%;
    background-color: #FFF
}

@media screen and (max-width: 768px) {
    .voiceBox_bottom .inBox .in .txBox {
        width: 60%
    }
}

.voiceBox_bottom .other_btn {
    margin: 0 auto
}


.voiceBox_list .inner ul li {
    display: block;
    padding:0 0 20px 0;
}
.voiceBox_list .inner dl {
    padding: 0px;
    border-radius: 20px;
    background: #F1F1F1;
}
.voiceBox_list .inner dl dt {
    background: none;
    padding: 30px 60px 16px 60px;
} 
.voiceBox_list .inner dl dt span.area, 
.voiceBox_list .inner dl dt .user {
    padding-right : 1em;
}
.voiceBox_list .inner dl dt .service {
    display: none;
}
.voiceBox_list .inner dl dd {
    background: none;
    padding: 0 60px 30px 60px;
}
@media screen and (max-width: 768px) {
    .voiceBox_list .inner ul li {
        display: block;
        padding:0 20px 20px 20px;
    }
    .voiceBox_list .inner dl dt {
        padding: 30px 30px 6px 30px;
    } 
    .voiceBox_list .inner dl dd {
        padding: 0 30px 30px 30px;
    }
}
