.section-voice-top {
    background-image: url(../images/topimage_2x@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-voice-top__text {
    margin: 0 auto;
    padding: 80px 5%;
    text-align: center;
}
.section-voice-top__text h1 {
    margin: 0 auto;
    width: 130px;
}
.section-voice-top__text h2 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 160px;
    font-size: 1.4rem;
    color: #2b6abd;
    position: relative;
}
.section-voice-top__text h2::after {
    content:"";
    position:absolute;
    background:#333333;
    left: 50%;
    top: 90px;
    width:2px;
    height:60px;
}
.section-voice-top__text p {
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-weight: 500;
    padding-bottom: 50px;
}
@media(min-width:780px) {
    .section-voice-top {
        background-image: url(../images/topimage.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.section-voice-main ul {
    list-style: none;
}
.section-voice-main li {
    margin-top: 150px;
}
.voice-main_description {
    padding: 0 5%;
}
.voice-main_description h2 {
    font-size: 2.4rem;
    padding: 30px 70px 20px 0;
    width: 203px;
    border-bottom: solid 2px #333333;
}
.voice-main_description h2 span {
    font-size: 2.0rem;
}
.voice-main_description h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.6rem;
    color: #1c4caa;
    padding: 30px 0 40px 0;
}
.section-voice-main li p {
    padding: 0 5%;
    font-size: 1.4rem;
    line-height: 3.0rem;
}
.btn-wrapper {
    margin-top: 100px;
}
@media(min-width:780px) {
    .section-voice-main {
        max-width: 1040px;
        margin: 0 auto;
    }
    .section-voice-main ul {
        padding: 0 15px;
    }
    .section-voice-main li {
        margin-top: 200px;
    }
    .section-voice-main_list-top {
        display: flex;
        align-items: flex-end;
    }
    .voice-main_description {
        padding: 0 0 0 40px;
    }
    .section-voice-main h3 {
        padding-bottom: 25px;
        font-size: 3.0rem;
        line-height: 4.8rem;
    }
    .section-voice-main li p {
        padding: 40px 0 0 0;
    }
    .btn-wrapper {
        display: flex;
        margin-bottom: 120px;
    }
}
    