.voice_sub_txt35{
    font-size: 3.5rem;
    line-height:1.5;
}

.voice_sub_txt30{
    font-size: 2.8rem;
    line-height:1.4;
}

.voice_sub_txt24{
    font-size: 2.4rem;
    line-height:1;
}

.voice_sub_txt16{
    font-size: 1.6rem;
    line-height:1.6;
}

.voice_sub_btitle{
    text-align: center;
    font-weight:bold;
}

.voice_sub_content{
    padding:70px 50px 95px;
    color: #1f242f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.introduce .voice_sub_img01{
    display: block;
    margin: 40px auto 0;
}

.introduce .voice_sub_txt24{
    margin-top: 50px;
    font-weight: bold;
}

.introduce .voice_sub_txt16:nth-of-type(3){
    margin-top: 15px;
}

.introduce .voice_sub_txt16:nth-of-type(3) a{
    color: #1f242f;
    text-decoration: underline;
}

.introduce .voice_sub_txt16:nth-of-type(3) a:hover{
    color: #e06628;
}

.introduce .voice_sub_txt16:nth-of-type(4){
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.8;
}

.show{
    margin-top: 80px;
}

.show .voice_sub_txt30{
    font-weight:bold;
    padding-left:30px;
    /* letter-spacing: -2px; */
    background: url("../img/voice_sub_circle.png") no-repeat left top 10px;
}

.show .voice_sub_img02{
    display: block;
    margin:50px auto 0;
}

.show_a{
    margin-top: 15px;
    text-align: center;
}

.show_a a{
    color: #1f242f;
    text-decoration: underline;
}

.show_a a:hover {
    color: #e06628;
}


.question{
    color: #000000;
}

.voice_q,
.voice_a {
    font-size: 16px;
    line-height: 1.625;
    padding: 20px 35px 17px 83px;
    position: relative;
    text-align: justify;
}

.voice_a {
    margin: 20px 47px 0 0;
    background-color: #fdece7;
}

.voice_q {
    margin: 50px 0 0 47px;
    background-color: #e9f1f8;
    font-weight: bold;
}

.voice_q img, .voice_a img {
    position: absolute;
    left: 28px;
    top: -14px;
}

.mail{
    margin-top:70px;
    text-align: center;
}

.mail a{
    padding:23px 175px 26px 220px;
    font-weight: bold;
    display: inline-block;
    color: #ffffff;
    border-radius: 5px;
    background-image:url(../img/voice_sub_mail.png),url(../img/voice_sub_arrow.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 152px center,right 32px center;
    background-color: #fc5625;
    border: 2px solid #fc5625;
}

.mail a:hover{
    color: #fc5625;
    background-image:url(../img/voice_sub_ora_mail.png),url(../img/voice_sub_ora_arrow.png);
    background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .voice_sub_content {
        padding: 60px 3% 75px;
    }

    .voice_sub_txt35 {
        font-size: 3rem;
    }

    .voice_sub_txt30 {
        font-size: 2.6rem;
    }

    .voice_sub_txt24 {
        font-size: 2.2rem;
    }

    .voice_q, .voice_a {
        padding: 18px 30px 15px 60px;
    }

    .voice_q {
        margin: 40px 0 0 35px;
    }

    .voice_a {
        margin: 20px 35px 0 0;
    }

    .voice_q img, .voice_a img {
        left: 20px;
        width: 30px;
        height: auto;
    }

    .mail a {
        padding: 23px 140px 23px 180px;
        background-position: left 118px center,right 32px center;
    }

}

@media only screen and (max-width: 768px){

    .voice_sub_content {
        padding: 50px 3% 60px;
    }

    .voice_sub_txt35 {
        font-size: 2.6rem;
    }

    .voice_sub_txt30 {
        font-size: 2.2rem;
    }

    .voice_sub_txt24 {
        font-size: 2rem;
    }

    .show .voice_sub_txt30 {
        padding-left: 25px;
        letter-spacing: -1px;
        background: url(../img/voice_sub_circle.png) no-repeat left top 8px/15px;
    }

    .mail a {
        padding: 17px 85px 17px 115px;
        background-position: left 65px center,right 25px center;
        background-size: 40px,40px;
    }
}

@media only screen and (max-width: 480px){

    .voice_sub_content {
        padding: 40px 1% 40px;
    }

    .voice_sub_txt35 {
        font-size: 2.2rem;
    }

    .voice_sub_txt30 {
        font-size: 2rem;
    }

    .voice_sub_txt24 {
        font-size: 1.8rem;
    }

    .voice_sub_txt16 {
        font-size: 1.4rem;
    }

    .introduce .voice_sub_img01 {
        margin: 30px auto 0;
    }

    .introduce .voice_sub_txt24 {
        margin-top: 40px;
    }

    .show {
        margin-top: 40px;
    }

    .show .voice_sub_img02 {
        margin: 40px auto 0;
    }

    .show .voice_sub_txt30{
        background: url(../img/voice_sub_circle.png) no-repeat left top 8px/12px auto;
        padding-left: 20px;
    }

    .voice_q, .voice_a {
        font-size: 14px;
        padding: 18px 25px 15px 45px;
    }

    .voice_q {
        margin: 35px 0 0 25px;
    }

    .voice_a {
        margin: 20px 25px 0 0;
    }

    .voice_q img, .voice_a img {
        left: 15px;
        width: 25px;
    }

    .mail {
        margin-top: 40px;
    }

    .mail a {
        padding: 14px 60px 14px 80px;
        background-position: left 40px center,right 14px center;
        background-size: 30px,30px;
    }
}

@media only screen and (max-width: 360px) {
    .mail.voice_sub_txt35{
        font-size: 1.8rem;
    }
}