/*============================
MV
============================*/
#mv {
	background-image: url(../img/voice/mv.jpg);
}

/*============================
バナー
============================*/
#bnr {
	margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
	#bnr {
		margin-bottom: 0.5rem;
	}
}

/* リード */
#bnr .lead {
	font-size: 0.22rem;
	line-height: 1.65;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
	#bnr .lead {
		font-size: 0.16rem;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}

/* 画像 */
#bnr .ph_wrap {
	text-align: center;
	width: 100%;
}

#bnr .ph_wrap img {
	max-width: 9rem;
	width: 100%;
}

/*============================
登録者の声
============================*/
/* コンテンツ */
#voice_list .cont_box {
	padding: 0.40rem;
	position: relative;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#voice_list .cont_box {
		padding: 0;
		margin-bottom: 0;
	}
}


#voice_list .cont_box .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* top: -0.7rem; */
}


#voice_list .cont_box::after {
	/* content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 1.2rem);
	background-color:#E2EEF8 ;
	z-index: 0;
	top: 0.8rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0.1rem; */
}


/* 画像 */
#voice_list .cont_box .inner .ph_wrap {
	width: calc(50% - 0.40rem);
	height: 5.2rem;
	/* box-sizing: border-box; */
	position: relative;
	z-index: 1;
	padding-top: 0.70rem;
}
@media screen and (max-width: 599px) {
	#voice_list .cont_box .inner .ph_wrap {
		width: 90%;
		height: 3.5rem;
		padding-top: 0.70rem;
	}
}


#voice_list .cont_box .inner .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
	position: relative;
	z-index: 1;
}

#voice_list .cont_box .inner .ph_wrap::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 0.7rem);
	background-color: rgba(255, 122, 89, 0.1);
	z-index: 0;
	top: 1.5rem;
	left: 1.5rem;
	border-radius: 0.1rem;
}



/* テキスト */
#voice_list .cont_box .inner .text_warp {
	width: calc(50% - 0.20rem);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 599px) {
	#voice_list .cont_box .inner .text_warp {
		width: 100%;
		margin-top: 0.10rem;
	}
}


/* タイトル */
#voice_list .cont_box .inner .text_warp .cont_title {
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 599px) {
	#voice_list .cont_box .inner .text_warp .cont_title {
		font-size: 0.18rem;
	}
}

/* タグ */
#voice_list .cont_box .inner .text_warp .tag {
	display: flex;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 599px) {
	#voice_list .cont_box .inner .text_warp .tag {
		margin-bottom: 0.20rem;
	}
}


#voice_list .cont_box .inner .text_warp .item {
	font-size: 0.18rem;
	font-weight: bold;
	color: #fff;
	background: #FF7A59;
	padding: 0.05rem 0.10rem;
	border-radius: 0.20rem;
	margin-right: 0.10rem;
}
@media screen and (max-width: 599px) {
	#voice_list .cont_box .inner .text_warp .item {
		font-size: 0.14rem;
	}
}


#voice_list .cont_box .inner .text_warp .name span {
	font-size: 0.16rem;
	font-weight: normal;
	color: #FF7A59;
	display: inline-block;
	padding-right: 0.20rem;
	padding-top: 0.05rem;
}

/* テキストボックス */
#voice_list .cont_box .inner .text_warp .text_box  {
	margin-bottom: 0.50rem;
}

#voice_list .cont_box .inner .text_warp .text_box h4 {
	font-size: 0.22rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-bottom: 0.10rem;
	border-bottom: 1px solid #2F475C;
	margin-bottom: 0.20rem;
	line-height: 1.65;
}
@media screen and (max-width: 599px) {
	#voice_list .cont_box .inner .text_warp .text_box h4 {
		font-size: 0.18rem;
		margin-bottom: 0.10rem;
	}
}

#voice_list .cont_box .inner .text_warp .text_box p {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: justify;
}
@media screen and (max-width: 599px) {
	#voice_list .cont_box .inner .text_warp .text_box p {
		font-size: 0.14rem;
	}
}

/* 偶数 */
#voice_list .cont_box:nth-child(even) .inner {
	flex-flow: row-reverse;
}
@media screen and (max-width: 599px) {
	#voice_list .cont_box:nth-child(even) .inner {
		flex-flow: column;
	}
}


#voice_list .cont_box:nth-child(even) .inner .ph_wrap::after {
	left: -1.5rem;
}

