@charset "utf-8";

/* -------------------- mv -------------------- */
.sub_mv {
	background-image: url(../img/bg_voice.png);
}

/* -------------------- voice -------------------- */

.sub_list{
	/* justify-content: center; */
	row-gap: 60px;
}

/* .sub_list>li:nth-of-type(2){
	margin-right: 0;
} */

.voice_words {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #9acc82;
	padding: 15px 0;
}

.voice_info {
	font-weight: normal;
	font-size: 1.4rem;
	margin-top: 5px;
}

/* -------------------- detail -------------------- */
.voice_detail_block {
	width: 100%;
	background-color: #f6f4ef;
	padding: 30px 55px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	margin: 90px 0 70px 0;
}

.voice_detail_block_inner {
	width: 50%;
}

.voice_detail_words {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 10px 0;
}

.voice_detail_words:first-of-type {
	border-bottom: 1px solid #9acc82;
}

.voice_detail_info {
	font-size: 1.8rem;
}

.voice_detail_img {
	position: absolute;
	right: 80px;
	bottom: 35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.voice_detail_img img {
	display: block;
}

.voice_detail h2 {
	font-size: 1.8rem;
	font-weight: bold;
	background: url(../img/ico_voice_tit.png) no-repeat left center;
	padding-left: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.voice_detail p {
	margin: 15px 0 55px 0;
}
.voice_detail p.flex_p{
	display: flex;
	gap: 40px;
	/* align-items: center; */
	width: 800px;
	max-width: 100%;
}
.voice_detail p.flex_p span:nth-child(1){
	flex: 1 1 auto;
}
.voice_detail p.flex_p span:nth-child(2){
	width: 306px;
	flex: none;
}

.voice_detail p img{
	/* width: 100%; */
	display: block;
	margin: 0px auto 0;
	border-radius: 10px;
}

.voice_others_block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
	margin-bottom: -30px;
	/* justify-content: center; */
}

.voice_others_block .voice_detail_block {
	width: 47%;
	margin-right: 6%;
	padding: 15px;
	margin-top: 0;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.voice_others_block .voice_detail_block a {
	display: flex;
	align-items: center;
	color: #282828;
	width: 100%;
}

.voice_others_block .voice_detail_block:nth-of-type(2n) {
	margin-right: 0;
}

.voice_others_block .voice_detail_block_inner {
	width: calc(100% - 110px);
	padding-right: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.voice_others_block .voice_detail_words,
.voice_others_block .voice_detail_info {
	font-size: 1.4rem;
}

.voice_others_block .voice_detail_block_inner .voice_detail_words:nth-of-type(2) {
	padding-bottom: 3px;
}

.voice_others_block .voice_detail_img {
	width: 110px;
	position: static;
}

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

	/* -------------------- detail -------------------- */

	.voice_others_block .voice_detail_block a:hover {
		transform: translateY(-5px);
	}

}

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

	/* -------------------- voice -------------------- */

	.voice_words {
		font-size: 1.6rem;
	}

	/* -------------------- detail -------------------- */
	.voice_detail_block {
		padding: 30px 45px;
		margin: 70px 0 50px 0;
	}


	.voice_detail_words {
		font-size: 2.2rem;
	}

	.voice_detail_info {
		font-size: 1.6rem;
	}

	.voice_detail_img {
		width: 32%;
		max-width: 306px;
		right: 50px;
		bottom: 30px;
	}

	.voice_detail p {
		margin-bottom: 40px;
	}

	.voice_others_block {
		margin-bottom: -20px;
	}

	.voice_others_block .voice_detail_block {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.voice_others_block .voice_detail_block_inner {
		width: calc(100% - 100px);
		padding-right: 20px;
	}


	.voice_others_block .voice_detail_img {
		width: 100px;
	}
}

@media only screen and (max-width:768px) {

	/* -------------------- detail -------------------- */
	.voice_detail_block {
		padding: 20px 35px;
		margin: 50px 0;
	}

	.voice_detail_block_inner {
		width: 60%;
	}

	.voice_detail_words {
		font-size: 2rem;
	}

	.voice_detail_info {
		font-size: 1.4rem;
	}

	.voice_detail_img {
		right: 5%;
		top: -25px;
		bottom: auto;
	}

	.voice_detail h2 {
		font-size: 1.6rem;
	}

	.voice_others_block .voice_detail_block {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 30px auto;
		padding: 15px;
	}

	.voice_others_block .voice_detail_block:nth-of-type(2n) {
		margin-right: auto;
	}
	
	.sub_list{
		row-gap: 0px;
	}
	
	.voice_detail p.flex_p{
		gap: 20px;
	}
	.voice_detail p.flex_p span:nth-child(2){
		width: 306px;
		max-width: 50%;
	}

}

@media only screen and (max-width: 480px) {

	/* -------------------- detail -------------------- */
	.voice_detail_block {
		margin: 50px 0;
	}

	.voice_detail_block_inner {
		width: 100%;
	}

	.voice_detail_words {
		font-size: 1.8rem;
	}

	.voice_detail_info {
		font-size: 1.4rem;
	}

	.voice_detail_img {
		width: 85%;
		position: static;
		right: auto;
		bottom: auto;
		margin: 0 auto 0px auto;
	}

	.voice_others_block {
		margin-top: 30px;
	}

	.voice_others_block .voice_detail_block {
		width: 100%;
		margin-right: 0;
		padding: 15px;
		margin-top: 0;
		margin-bottom: 30px;
	}


	.voice_others_block .voice_detail_block:nth-of-type(2n) {
		margin-right: 0;
	}


	.voice_others_block .voice_detail_words,
	.voice_others_block .voice_detail_info {
		font-size: 1.3rem;
	}
	
	.voice_detail p.flex_p{
		gap: 15px;
		flex-direction: column;
	}
	.voice_detail p.flex_p span:nth-child(2){
		width: 100%;
		max-width: 100%;
	}

}