@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.pageTitle {
	background-image: url(/images/voice/bg_pageTitle.jpg);
}

.voice:first-of-type {
	padding-top: 30px;
}

/* voiceBox */
.voiceBox {
}
	.voiceBox .voiceBox_txt {
		order: 2;
	}
		.voiceBox .voiceBox_txt .title_voice {
			margin-bottom: 10px;
			font-size: 1.6rem;
		}
			.voiceBox .voiceBox_txt .title_voice span {
				font-size: 2rem;
				font-weight: bold;
			}
	.voiceBox .thum_img {
		min-height: 10px; /* IE11 */
		margin-bottom: 15px;
		order: 1;
	}

/* list_voice */
.list_voice {
}
	.list_voice dt {
		padding-left: 1.9em;
		font-size: 1.6rem;
		font-weight: bold;
		text-indent: -1.9em;
	}
		.list_voice dt span::after {
			margin-right: 5px;
			content: ".";
		}
	.list_voice dd:not(:last-child) {
		margin-bottom: 15px;
	}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.voice:first-of-type {
	padding-top: 60px;
}

/* voiceBox */
.voiceBox {
	align-items: center;
}
	.voiceBox .voiceBox_txt {
		width: 40%;
		order: 1;
	}
		.voiceBox .voiceBox_txt .title_voice {
		}
			.voiceBox .voiceBox_txt .title_voice span {
				font-size: 2.4rem;
			}
	.voiceBox .thum_img {
		width: 60%;
		margin-bottom: 0;
		order: 2;
	}

/* list_voice */
.list_voice {
}
	.list_voice dt {
		font-size: 1.8rem;
	}
		.list_voice dt span {
		}
	.list_voice dd {
	}
	.list_voice dd:not(:last-child) {
		margin-bottom: 30px;
	}


}