@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
	main_img
----------------------------------------------------------- */



.voice .contents_inner {
    text-align: center;
}
.voice dl.voice_det {
	border-top: solid 1px #669733;
	margin-top: 30px;
	margin-bottom: 100px;
	padding: 0;
}
.voice h2.hojin01 {
    color: #669733;
    font-size: 32px;
}
.voice dl.voice_det dt {
	color: #669733;
	font-size: 30px;
	margin-top: 50px;
    padding-left: 150px;
    text-align: left;
	background: url(../img/dtimg.png)no-repeat 0 0;
	    min-height: 90px;
}
.voice dl.voice_det dd {
	border-bottom: solid 1px #669733;
	font-size: 21px;
	margin-top: 40px;
	padding-bottom: 50px;
    padding-left: 150px;
    text-align: left;
	background: url(../img/ddimg.png)no-repeat 0 0;
	    min-height: 120px;

}
.voice .ttl {
    color: #669733;
    font-size: 30px;
    margin-top: 50px;
    padding-left: 50px;
    text-align: left;
}
.voice .txt {
	font-size: 21px;
	margin-top: 40px;
	padding-bottom: 50px;
    padding-left: 50px;
    text-align: left;

}
.sp {display:none;}
.pc {display:block;}
@media screen and (max-width: 750px){
    .voice dl.voice_det {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .voice dl.voice_det dt {
        font-size: 18px;
        margin-top: 40px;
        line-height: 1.8;
		padding-left: 75px;
		background: url(../img/dtimg_sp.png)no-repeat 0 0;
    }
	.voice .ttl {
        font-size: 18px;
        margin-top: 40px;
        line-height: 1.8;
		padding-left: 20px;
    }
    .voice dl.voice_det dd {
        font-size: 16px;
        padding-left: 75px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
		background: url(../img/ddimg_sp.png)no-repeat 0 0;
    }
	.voice .txt {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
	.pc {display:none;}
	.sp {display:block;}
}

.voice #g-nav>li:nth-child(6)>a {
    background-color: #fff !important;
    color: #000;
}
