@charset "utf-8";

.voice_box{
    padding: 106px 0;
}

.voice_txt{
    font-size: 1.4rem;
    line-height: 1.85;
}

.voice_list{
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -43px;
    padding-bottom: 106px;
}

.voice_list>li{
    margin-right: 40px;
    background-color: #f7f7f7;
    border: 1px solid #d7d6d4;
    width: calc((100% - 80px)/3);
    padding: 30px 25px 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 43px;
}

.voice_list>li:nth-of-type(3n){
    margin-right: 0;
}
.ico_new_wrap{
	text-align: left;
    margin-top: 20px;
}
.voice_itit,
.voice_isub_tit{
    font-weight: bold;
    text-align: left;
}

.voice_itit{
    font-size: 1.8rem;
    line-height: 1.38;
    color: #2571e0;
    margin-top: 21px;
}

.voice_isub_tit{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000000;
    margin-top: 12px;
}

.voice_ibtn{
    margin-top: 12px;
}

.voice_ibtn,
.voice_ibtn01{
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 256px;
    max-width: 100%;
    min-height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    background: url("../img/common_arrow02.png") no-repeat right 14px center #2571e0;
    color: #ffffff;
    text-decoration: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    line-height: 1.21;
    padding: 7px 33px 5px 23px;
}

.voice_ibtn01{
    text-align: center;
    margin-top: 10px;
}

.voice_iimg{
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.voice_iimg>img{
    display: block;
}

.voice_pop_box{
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.6);
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.voice_pop_box>.inner{
    background-color: #ffffff;
    position: relative;
}

.voice_pop_pos{
    display: none;
}

.voice_pop_tit01{
    font-size: 2.6rem;
    font-weight: bold;
    color: #2571e0;
    border-bottom: 3px solid #2571e0;
   	padding: 8px 0 22px 0;
}

.voice_pop_ibox{
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
}

.voice_pop_img{
    position: relative;
    flex: none;
}

.vcp_img_blank{
    display: block;
}

.vcp_img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.voice_pop_tbox{
    margin-left: 33px;
}

.voice_pop_txt01{
    color: #000000;
}

.voice_pop_txt02{
    display: inline-block;
    color: #2571e0;
    padding: 5px 24px 3px 13px;
    margin-top: 8px;
    background: url(../img/common_arrow03_blue.png) no-repeat right 8px center #E8E8E8;
}

.voice_pop_txt03{
    font-size: 1.4rem;
    line-height: 1.85;
    color: #000000;
    margin-top: 10px;
    word-break: break-all;
}

.voice_pop_txt01,
.voice_pop_txt02{
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}

.voice_pop_inner{
    padding: 44px 40px 65px;
    overflow-y: auto;
    max-height: 70vh;
}

.voice_pop_close{
    position: absolute;
    top: -10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background-color: #2571e0;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.voice_pop_close:before,
.voice_pop_close:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 19px;
    height: 2px;
    background-color: #ffffff;
}

.voice_pop_close:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.voice_pop_close:after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.single-voice .voice_pop_inner{
	padding: 0;
	max-height: inherit;
}

@media only screen and (min-width: 1025px) {

    .voice_ibtn:hover,
    .voice_ibtn01:hover{
        background: url("../img/common_arrow02.png") no-repeat right 11px center #2571e0;
    }

    .voice_pop_txt02:hover{
        background: url(../img/common_arrow03_blue.png) no-repeat right 4px center #E8E8E8;
    }
}

@media only screen and (max-width: 1100px) {
    .voice_list>li {
        margin-right: 30px;
        width: calc((100% - 60px)/3);
        margin-bottom: 30px;
    }

    .voice_list{
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 1024px) {
    .voice_box {
        padding: 90px 0;
    }

    .voice_list{
        padding-bottom: 90px;
    }

    .voice_pop_img{
        width: 40%;
    }

    .voice_pop_tit01 {
        font-size: 2.4rem;
        padding-bottom: 20px;
    }

    .voice_pop_ibox{
        margin-top: 30px;
    }

    .voice_pop_tbox {
        margin-left: 30px;
    }

    .voice_pop_inner {
        padding: 40px 35px 55px;
    }
}

@media only screen and (max-width: 1023px) {

    .voice_box {
        padding: 80px 0;
    }

    .voice_list{
        width: 654px;
        max-width: 100%;
        margin: 25px auto -26px;
        padding-bottom: 80px;
    }

    .voice_list>li {
        width: calc((100% - 26px)/2);
        margin-right: 26px !important;
        margin-bottom: 26px;
    }

    .voice_list>li:nth-of-type(2n){
        margin-right: 0 !important;
    }

    .voice_pop_inner {
        padding: 30px 25px 40px;
    }

    .voice_pop_tit01 {
        font-size: 2.2rem;
        padding-bottom: 15px;
        border-bottom: 2px solid #2571e0;
    }

    .voice_pop_ibox {
        margin-top: 25px;
    }

    .voice_pop_tbox {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .voice_box {
        padding: 70px 0;
    }

    .voice_list>li {
        width: calc((100% - 20px)/2);
        margin-right: 20px !important;
        margin-bottom: 20px;
        padding: 25px 18px 30px;
    }

    .voice_list {
        margin: 25px auto -20px;
        padding-bottom: 70px;
    }

    .voice_itit {
        font-size: 1.7rem;
        margin-top: 18px;
    }
    
	.ico_new_wrap{
	    margin-top: 15px;
	}

    .voice_isub_tit {
        font-size: 1.5rem;
        margin-top: 8px;
    }

    .voice_pop_ibox{
        flex-direction: column;
    }

    .voice_pop_img {
        width: auto;
        margin: 0 auto;
    }

    .voice_pop_tbox {
        margin-left: 0;
        margin-top: 25px;
    }

    .voice_pop_tit01 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 480px) {
    .voice_box {
        padding: 60px 0;
    }

    .voice_list>li {
        width: 100%;
        max-width: 306px;
        margin-right: 0 !important;
        margin-bottom: 25px;
    }

    .voice_list {
        margin: 25px auto -25px;
        padding-bottom: 60px;
        justify-content: center;
    }

    .voice_pop_inner {
        padding: 20px 15px 30px;
    }

    .voice_pop_tit01 {
        font-size: 1.8rem;
    }

    .voice_pop_ibox {
        margin-top: 20px;
    }

    .voice_pop_tbox {
        margin-top: 20px;
    }

    .voice_pop_close {
        top: -5px;
        right: 5px;
        width: 24px;
        height: 24px;
    }

    .voice_pop_close:before, .voice_pop_close:after {
        width: 15px;
    }
}