@charset "utf-8";

.box_voice_new {
	width: 100%;
	margin: auto auto 6em auto;
	padding: 6em 5%;
	background-color: #97715B;
	color: #FFF;
}
.box_voice_new article {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.box_voice_new article h2 {
	margin-bottom: 3rem;
	font-size: 2.7em;
	font-weight: normal;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.box_voice_new article section {
	display: flex;
	justify-content: space-between;
}
.box_voice_new article section div {
	width: 31%;
}
.box_voice_new article section div a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
.box_voice_new article section div img {
	margin-bottom: 1.5em;
	border: solid 2px #FFF;
	transition: all 300ms 0s ease;
}
.box_voice_new article section div a:hover img {
	filter: contrast(130%);
}
.box_voice_new article section div p {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
}

@media screen and (max-width: 540px) {
	.box_voice_new {
		margin: auto auto 4em auto;
		padding: 3em 5% 1em 5%;
	}
	.box_voice_new article h2 {
		margin-bottom: 2rem;
		font-size: 2.0em;
	}
	.box_voice_new article section {
		flex-wrap: wrap;
	}
	.box_voice_new article section div {
		width: 100%;
		margin-bottom: 2.5em;
	}
	.box_voice_new article section div img {
		margin-bottom: 1.0em;
	}
}

.box_voice_old {
	width: 100%;
	margin: auto auto 5em auto;
	padding: 0 5%;
}
.box_voice_old article {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.box_voice_old article h2 {
	margin-bottom: 4rem;
	font-size: 1.8em;
	font-weight: bold;
	color: #623D28;
	text-align: left;
}
.box_voice_old article section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_voice_old article section div {
	width: 31%;
	margin-bottom: 4em;
}
.box_voice_old article section div a {
	display: block;
	text-decoration: none;
	color: #5C5C5C;
}
.box_voice_old article section div img {
	margin-bottom: 1.5em;
	transition: all 300ms 0s ease;
}
.box_voice_old article section div a:hover img {
	filter: contrast(130%);
}
.box_voice_old article section div p {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	color: #5C5C5C;
}
@media screen and (max-width: 540px) {
	.box_voice_old {
		margin: auto auto 2em auto;
	}
	.box_voice_old article h2 {
		margin-bottom: 2rem;
		font-size: 1.4em;
	}
	.box_voice_old article section div {
		width: 100%;
		margin-bottom: 2em;
	}
	.box_voice_old article section div img {
		margin-bottom: 1.0em;
	}
	.box_voice_old article section div a:hover img {
		filter: contrast(130%);
	}
}


.box_voice_new_detail {
	width: 100%;
	margin: 5em auto 0 auto;
	padding: 0 5%;
}
.box_voice_new_detail article {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.box_voice_new_detail article .det_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6em;
	background-color: #97715B;
	color: #FFF;
}
.box_voice_new_detail article .det_head img {
	max-width: 50%;
}
.box_voice_new_detail article .det_head div {
	max-width: 50%;
	padding: 0 8%;
	text-align: left;
}
.box_voice_new_detail article .det_head div h2 {
	font-size: 1.5em;
	line-height: 1.8;
	margin-bottom: 1.1em;
}
.box_voice_new_detail article .det_head div span {
	font-size: 1.1em;
	font-weight: bold;
}
.box_voice_new_detail article .det_bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6em;
}
.box_voice_new_detail article .document {
	max-width: 55%;
	text-align: left;
}
.box_voice_new_detail article .document p {
	font-size: 1.1em;
	color: #5C5C5C;
	font-weight: bold;
	line-height: 1.9;
	margin-bottom: 2em;
}
.box_voice_new_detail article .photos {
	max-width: 40%;
}
.box_voice_new_detail article .photos div {
	margin-bottom: 2em;
}
@media screen and (max-width: 920px) {
	.box_voice_new_detail {
		margin: 4em auto 0 auto;
	}
	.box_voice_new_detail article .det_head {
		margin-bottom: 4em;
	}
	.box_voice_new_detail article .det_head div h2 {
		font-size: 1.3em;
		margin-bottom: 1.0em;
	}
	.box_voice_new_detail article .det_head div span {
		font-size: 1.0em;
	}
	.box_voice_new_detail article .det_bottom {
		margin-bottom: 3em;
	}
	.box_voice_new_detail article .document {
		max-width: 55%;
		text-align: left;
	}
	.box_voice_new_detail article .document p {
		font-size: 1.0em;
		font-weight: bold;
		line-height: 1.8;
		margin-bottom: 1.5em;
	}
}
@media screen and (max-width: 700px) {
	.box_voice_new_detail {
		margin: 3em auto 0 auto;
	}
	.box_voice_new_detail article .det_head {
			margin-bottom: 3em;
	}
	.box_voice_new_detail article .det_head div {
		padding: 0 5%;
	}
	.box_voice_new_detail article .det_head div h2 {
		font-size: 1.1em;
		line-height: 1.7;
		margin-bottom: 0.8em;
	}
	.box_voice_new_detail article .det_head div span {
		font-size: 0.9em;
	}
	.box_voice_new_detail article .det_bottom {
		flex-wrap: wrap;
		margin-bottom: 2em;
	}
	.box_voice_new_detail article .document {
		max-width: 100%;
		width: 100%;
		margin-bottom: 2em;
	}
	.box_voice_new_detail article .document p {
		font-size: 1.0em;
		line-height: 1.8;
		margin-bottom: 1.3em;
	}
	.box_voice_new_detail article .photos {
		max-width: 100%;
		width: 100%;
	}
	.box_voice_new_detail article .photos div {
		width: 100%;
		margin-bottom: 1.5em;
		text-align: center;
	}
	.box_voice_new_detail article .photos div img {
		display: inline-block;
		margin: auto;
	}
}
@media screen and (max-width: 540px) {
	.box_voice_new_detail article .det_head {
		flex-wrap: wrap;
		margin-bottom: 3em;
	}
	.box_voice_new_detail article .det_head img {
		max-width: 100%;
		width: 100%;
	}
	.box_voice_new_detail article .det_head div {
		max-width: 100%;
		width: 100%;
		padding: 2.5em 10%;
	}
	.box_voice_new_detail article .det_head div h2 {
		font-size: 1.2em;
		margin-bottom: 1.0em;
	}
	.box_voice_new_detail article .det_head div span {
		font-size: 0.9em;
	}
	.box_voice_new_detail article .photos div {
		margin-bottom: 0.5em;
	}
}



.box_voice_old_detail {
	width: 100%;
	margin: 5em auto 0 auto;
	padding: 0 5%;
}
.box_voice_old_detail article {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.box_voice_old_detail article .det_head {
	margin-bottom: 1.5em;
	text-align: center;
	color: #623D28;
}
.box_voice_old_detail article .det_head img {
	display: inline-block;
	width: 100%;
	margin: auto;
}
.box_voice_old_detail article .det_head div {
	margin-bottom: 3.0em;
}
.box_voice_old_detail article .det_head div h2 {
	font-size: 1.5em;
	line-height: 1.8;
	margin-bottom: 1.0em;
}
.box_voice_old_detail article .det_head div span {
	font-size: 1.2em;
	font-weight: bold;
}

.box_voice_old_detail article .det_middle .photos {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4em;
}
.box_voice_old_detail article .det_middle .photos div {
	width: 32%;
}

.box_voice_old_detail article .det_bottom {
	margin-bottom: 6em;
}
.box_voice_old_detail article .document {
	text-align: left;
}
.box_voice_old_detail article .document p {
	font-size: 1.1em;
	color: #5C5C5C;
	font-weight: bold;
	line-height: 1.9;
	margin-bottom: 2em;
}
@media screen and (max-width: 920px) {
	.box_voice_old_detail article .det_head {
		margin-bottom: 0.5em;
	}
}
@media screen and (max-width: 540px) {
	.box_voice_old_detail {
		margin: 3em auto 0 auto;
	}
	.box_voice_old_detail article .det_head {
		margin-bottom: 0.2em;
	}
	.box_voice_old_detail article .det_head div h2 {
		font-size: 1.1em;
		line-height: 1.7;
	}
	.box_voice_old_detail article .det_head div span {
		font-size: 0.9em;
	}
	.box_voice_old_detail article .det_middle .photos {
		margin-bottom: 2.5em;
	}
	.box_voice_old_detail article .document p {
		font-size: 1.0em;
		line-height: 1.8;
		margin-bottom: 1.3em;
	}
}