@charset "UTF-8";

/* お客様の声 ************************************/

.voicelist{
	display:flex;
	flex-wrap: wrap;
}
.voicelist_item{
	width: 50%;
	padding: 10px;
}
.voicelist_item a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	box-shadow: 1px 2px 2px 2px rgba(0,0,0,.05);
	position: relative;
	padding:0 0 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.line { /* 罫線 */
    padding-bottom: 0.2em;
	background-color: #fff;
	background-image: linear-gradient(rgba(0,0,0,0.1) .1em, transparent .1em);
    background-size: 100% 2.4em;
    line-height: 2.4;
}

.voicelist_item a .entry_more{
	display: block;
	padding:6px 0;
	font-size:1.2rem;
	text-align:right;
	color: #999;
	position: relative;
	margin-right: 25px;
}
.voicelist_item a .entry_more::before{
	position: absolute;
	top: 0;
	bottom:0;
	right: -13px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 4px solid #A2CA0F;
	border-right: 4px solid #A2CA0F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) { /**** tablet未満 ****/
	.voicelist_item{
		width: 100%;
		padding: 5px 0;
	}
}



.voice_label{
	width: 100%;
	height: 120px;
	padding:12px 20px 28px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: 100% 0;
	background-repeat:  no-repeat;
	background-size: 100% 100%;
	background-image:  url("../../img/voice/bg_voicelist_label.png");
	font-weight: bold;
	position: relative;
}
.voice_entry .voice_label{
	min-height: 150px;
	height: auto;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	padding:40px 70px 50px 180px;
	background-image:  url("../../img/voice/bg_voice_label.png");
}
.voice_label::after{
	position: absolute;
	left: 10px;
	top: 30px;
	display: block;
	width: 80px;
	height: 80px;
	content: "";
	background: 0 0 no-repeat;
	background-size: 80px auto;
}
.voice_entry .voice_label::after{
	left: 40px;
	top: auto;
	bottom: 10px;
	width: 100px;
	height: 100px;
	background-size: 100px auto;
}
.voice_label_a::after{
	background-image: url("../../img/common/ill_voice01@2x.png");
}
.voice_label_b::after{
	background-image: url("../../img/common/ill_voice02@2x.png");
}
.voice_label_c::after{
	background-image: url("../../img/common/ill_voice03@2x.png");
}
.voice_label_d::after{
	background-image: url("../../img/common/ill_voice04@2x.png");
}
.voice_label_e::after{
	background-image: url("../../img/common/ill_voice05@2x.png");
}

.voicelist_body{
	padding: 10px 22px 10px 28px;
	flex-grow: 1;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}
.voicelist_ph{
	width: 140px;
}
.voicelist_ph + .voicelist_text{
	width: calc(100% - 160px);
}

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

    .voicelist_item .voice_label{
        font-size: 1.6rem;
        line-height: 1.4;
    }

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.voice_label{
		height: 100px;
		padding:20px 12px 28px 75px;
	}
	.voice_label::after{
		left: 5px;
		top: 30px;
		width: 60px;
		height: 60px;
		background-size: 60px auto;
	}

	.voice_entry .voice_label{
		min-height: 120px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: 0;
		padding:30px 12px 40px 75px;
	}
	.voice_entry .voice_label::after{
		left: 0;
		bottom: 0;
		width: 70px;
		height: 70px;
		background-size: 70px auto;
	}

	.voicelist_body{
		padding: 10px 16px 10px 16px;
		display: block;
	}
	.voicelist_ph{
		float: right;
		padding-left: 15px;
		padding-bottom: 10px;
		background-color: #fff;
		position: relative;
		z-index: 10;
	}
	.voicelist_ph + .voicelist_text{
		width: auto;
	}

}

.title_voice{
	position: relative;
	padding-bottom: 0.2em;
	margin-bottom: 0.8em;
}
.title_voice::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #bbb, #bbb 1px, transparent 1px, transparent 4px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    content: "";
}
.voice_cat{
	display: inline-block;
	padding: 0.4em 0.8em;
	margin-bottom: 0.3em;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
	color: #fb9700;
	border: solid 1px #f4a400;
}
.voice_name{
	display: block;
}
@media print, screen and (min-width: 768px) { /****** tablet以上 ******/
	.voice_entry .voice_cat{
		margin-bottom: 0.3em;
		vertical-align: middle;
	}
	.voice_entry .voice_name{
		display: inline-block;
		padding-left: 0.7em;
		font-size: 1.8rem;
	}
}
.voicelist_text p{
	font-size: 1.3rem;
}

/* 個別ページ */

.back_to_index{
	display:inline-block;
	width: auto;
	height: auto;
	padding:6px 12px 6px 24px;
	transition: all 0.5s ease-out;
	position: relative;
}
.back_to_index::before{
	position: absolute;
	top: 0;
	bottom:0;
	left:8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 4px solid #A2CA0F;
	border-right: 4px solid #A2CA0F;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
@media screen and (min-width: 1024px) { /******** PC以上 ********/
	.back_to_index:hover{
		background-color: rgba(162,202,15,0.20);
	}
}

.voice_entry{
	background-color: #fff;
	box-shadow: 1px 2px 2px 2px rgba(0,0,0,.05);
}
.voice_entry .section_body{
	padding: 10px 60px 50px;
	font-size: 1.5rem;
}
.voice_text{
	padding-top: 2em;
}

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.section_inner.section_inner_voice_entry {
		width: 95%;
	}
	.voice_entry .section_body{
		padding: 10px 16px 20px;
		font-size: 1.4rem;
	}
	.voice_entry .box_line p{
		font-size: 1.3rem;
	}

}

/* prev_next */

.prev_next{
	margin:40px auto 0;
	display: flex;
	justify-content: center;
}
.prev_next li{
}
.prev_next a{
	display:block;
	width: auto;
	height: auto;
	min-width: 12em;
	margin: 2px;
	padding:0.5em 1.5em;
	color: #A2CA0F;
	font-weight: bold;
	text-align: center;
	border:solid 2px #A2CA0F;
	transition: all 0.5s ease-out;
	position: relative;
}
.prev_next_prev a{
	padding-left:2.5em;
}
.prev_next_next a{
	padding-right:2.5em;
}
.prev_next_prev a::before,
.prev_next_next a::before{
	position: absolute;
	top: 0;
	bottom:0;
	left:10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 4px solid #A2CA0F;
	border-right: 4px solid #A2CA0F;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	transition: all 0.5s ease-out;
}
.prev_next_next a::before{
	left:auto;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 1024px) { /******** PC以上 ********/

	.prev_next a:hover{
		color: #fff;
		background-color:#A2CA0F;
	}
	.prev_next_prev a:hover::before,
	.prev_next_next a:hover::before{
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.prev_next a{
		min-width: 6em;
		font-size: 1.2rem;
	}

}
