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

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

.voice #main_img{
	background: url(../img/torimatu_thought03.jpg);
	height: 400px;
	    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.voice .main_title{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 84px;
    font-size: 40px;
    text-align: center;
}
.voice .contents_inner {
    text-align: center;
}
.voice dl.voice_det {
	border-top: solid 1px #669733;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 0;
}
.voice h2.hojin01 {
    color: #669733;
    font-size: 35px;
}
.voice dl.voice_det dt {
	color: #669733;
	font-size: 30px;
	margin-top: 50px;
    padding-left: 50px;
    text-align: left;
}
.voice dl.voice_det dd {
	border-bottom: solid 1px #669733;
	font-size: 21px;
	margin-top: 40px;
	padding-bottom: 50px;
    padding-left: 50px;
    text-align: left;

}

@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;
    }
    .voice dl.voice_det dd {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
}
