@charset "utf-8";


/*----------------------------------------------------

	voice

----------------------------------------------------*/



/*----------------------------------------------------

	header

----------------------------------------------------*/
header {
	position: fixed;
	background-color:rgba(255,255,255,0.9);
	width: 100%;
}

header .headerInner {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

/*　max-width: 1025px より小さい幅の時　*/
@media (max-width: 1024px) {
header {
	width: 100%;	
}
}


/*----------------------------------------------------

	.contents

----------------------------------------------------*/
.contents {
}



/*----------------------------------------------------

	.mainTitleSec

----------------------------------------------------*/
.mainTitleSec {
	background-image: url(../../voice/img/bg_voice_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 220px 0 100px;
	color: #FFF;
}

.voiceSec {
	padding: 50px 0 150px;
}

.voiceBlock {
	padding: 100px 0 70px;	
}

.voiceBlock:nth-child(2n) {
	background-color: #EEE;
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat;
}

.voiseBox {
	width: 1000px;
	margin: 0 auto;
}

.voiseBox h2 {
	/*font-family: "Kosugi", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
	font-size: 22px;
	/*font-weight: normal;*/
	line-height: 1.4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #32ADE9;
	padding: 0 4px 2px;
	margin-bottom: 10px;
}

.voiseBox .voiceImg {
	margin-bottom: 30px;
}

.voiseBox dl {
}

.voiseBox dl i {
	color: #666;
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
}

.voiseBox dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #2193C9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2193C9;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.voiseBox dl dd {
	margin-bottom: 30px;
}



/*　max-width: 1025px より小さい幅の時　*/
@media (max-width: 1024px) {
.mainTitleSec {
	background-image: url(../../voice/img/bg_voice_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 170px 0 50px;
	color: #FFF;
}

.voiceSec {
	padding: 50px 0 80px;
}

.voiceBlock {
	padding: 50px 0 20px;	
}

.voiceBlock:nth-child(2n) {
	background-color: #EEE;
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat;
}

.voiseBox {
	width: 95%;
	margin: 0 auto;
}

.voiseBox h2 {
	font-size: 18px;
}

.voiseBox .voiceImg {
}

.voiseBox .voiceImg img {
	width: 100%;
	height: auto;
}

.voiseBox dl {
}

.voiseBox dl i {
	color: #666;
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
}

.voiseBox dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #2193C9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2193C9;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.voiseBox dl dd {
	margin-bottom: 30px;
}
}





