
header .nav_list li:nth-child(2) a,
footer .right_box .footer_list li:nth-child(2) a{
	text-decoration: underline;
	color: #47B9F8;
}

/*-----------------------------------

	voice_block

-----------------------------------*/
#voice_block {
    padding: 80px 0 0;
    width: 100%;
}
#voice_block .image_container {
    max-height: 650px;
    width: 30%;
}
#voice_block .image_container .voice_text{
	margin-top: 15px;
}
/*#voice_block .contents_inner {
    margin: auto;
    width: 90%;
    max-width: none;
}*/
#voice_block .voice_wrap {
    width: 100%;
}
#voice_block .voice_box {
    width: 100% !important;
}
#voice_block .flex{
	padding: 90px 0 50px;
}
#voice_block .flex:nth-child(2n) {
    background-color: #F6F6F6;
}
#voice_block .flex .contents_inner{
    display: flex;
    justify-content: center;
    /*width: 100% !important;*/
    /*padding-bottom: 40px;
    padding-top: 89px;*/
}
#voice_block .voice_main {
    margin-left: 80px;
    width: 65%;
    counter-reset: number 0;
}
#voice_block .voice_ttl {
    padding: 15px 0 15px 35px;
    border-bottom: solid #DEDEDE 1px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
	position: relative;
	line-height: 1.5;
}
#voice_block .voice_ttl::before {
    counter-increment: number 1;
    content: "Q" counter(number) " ";
    color: #47B9F8;
    font-weight: 700;
	position: absolute;
	left: 0;
}
#voice_block .voice_detail {
    margin-bottom: 40px;
    font-weight: 500;
}



@media screen and (max-width: 790px) {
	#voice_block{
		padding: 40px 0 0;
	}
	#voice_block .image_container {
        display: flex;
        width: 100%;
    }
	#voice_block .image_container .voice_text{
		margin-top: 0;
	}
	#voice_block .flex{
		padding: 40px 0 20px;
	}
    #voice_block .flex .contents_inner{
        flex-direction: column;
    }
    #voice_block .image {
        /*margin-left: 80px;*/
        width: 225px;
    }
    #voice_block .voice_main {
        width: 100%;
        margin: 20px 0 0;
       /* padding: 0 80px;*/
    }
	#voice_block .voice_ttl{
		padding: 10px 0 10px 30px;
	}
    #voice_block .voice_text {
        margin-left: 5vw;
        width: calc(100% - 225px);
    }
    #voice_block .voice_detail {
        font-size: 14px;
		margin-bottom: 20px;
    }
    #voice_block .voice_ttl {
        font-size: 18px;
    }
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 500px){
	#voice_block .image{
		width: 170px;
	}
	#voice_block .image_container .voice_text{
		width: calc(100% - 170px);
	}
}


