/*========================
コンテンツ
========================*/
.voice_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.voice_contets {
	max-width: calc(100% - 3rem);
	width: 100%;
	box-sizing: border-box;
	padding-right: 0.8rem;
}
@media screen and (max-width: 499px) {
	.voice_contets {
		max-width: 100%;
		padding-right: 0;
	}
}

.voice_contets_list li {
	margin-bottom: 0.6rem;
}

.voice_contets_list a {
	text-decoration: none;
	display: block;
}

.voice_contets_list a:hover {
	opacity: 0.7;
}

.voice_contets_box {
	display: flex;
	flex-wrap: wrap;
}

.voice_contets_box_img {
	max-width: 2.4rem;
	width: 100%;
	box-sizing: border-box;
	padding-right: 0.25rem;
}
@media screen and (max-width: 499px) {
	.voice_contets_box_img {
		max-width: 1.3rem;
	}
}
.voice_contets_box_img img{
	width: 100%;
	height: 1.6rem;
	object-fit: cover;
}
@media screen and (max-width: 499px) {
	.voice_contets_box_img img{
		height: 1.7rem;
	}
}

.voice_contets a .voice_contets_box_text {
	width: calc(100% - 2.4rem);
	box-sizing: border-box;
	padding-top: 0.3rem;
}
	@media screen and (max-width: 499px) {
		.voice_contets a .voice_contets_box_text {
			width: calc(100% - 1.3rem);
			box-sizing: border-box;
			padding-top: 0.3rem;
		}
	}

.voice_contets_box_text .date {
	font-size: 0.14rem;
	font-family: 'Jost', sans-serif;
	padding-bottom: 0.1rem;
	color: #8e8e8e;
}

.voice_contets_box_text .title {
	font-size: 0.16rem;
	color: #000;
	padding-bottom: 0.1rem;
	line-height: 1.6
}

.voice_contets_box_text  .name {
	font-size: 0.14rem;
	font-family: 'Jost', sans-serif;
	padding-bottom: 0.1rem;
	color: #8e8e8e;
}

@media screen and (max-width: 499px) {
}


/*========================
シングル
========================*/
.voice_contets_single_box {
	margin-bottom: 0.6rem;
}

.voice_contets_single_box .date {
	font-size: 0.14rem;
	font-family: 'Jost', sans-serif;
	padding-bottom: 0.3rem;
	color: #8e8e8e;
	display: block;
}

.voice_contets_single_box .title {
	font-size: 0.26rem;
	line-height: 1.6;
	margin-bottom: 0.3rem;
}

/* 画像 */
.voice_contets_single_box_img {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_box_img {
		margin: 0 -0.2rem;
	}
}

.voice_contets_single_box_img ul.voice_contets_single_box_img_small {
	display: flex;
	flex-wrap: wrap;
}

.voice_contets_single_box_img .voice_contets_single_box_img_small li {
	width: calc(100% / 3);
	height: 1.8rem;
	box-sizing: border-box;
	padding-bottom: 0.05rem;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_box_img .voice_contets_single_box_img_small li {
		width: 100%;
		height: 4.4rem;
		box-sizing: border-box;
		padding-bottom: 0.05rem;
	}
}

.voice_contets_single_box_img .voice_contets_single_box_img_small li img {
	object-fit: cover;
	height: 1.8rem;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_box_img .voice_contets_single_box_img_small li img {
		object-fit: cover;
		height: 4.4rem;
	}
}


.voice_contets_single_box_img .voice_contets_single_box_img_small li:nth-child(2) {
	box-sizing: border-box;
	padding-left: 0.05rem;
	padding-right: 0.05rem;
}


.voice_contets_single_box_img_large {
	width: 100%;
	padding-bottom: 0.05rem;
}

.voice_contets_single_box_img_large img {
	width: 100%;
	object-fit: cover;
}

/* before */
.voice_contets_single_box_img_before {
	width: 50%;
	box-sizing: border-box;
	padding-right: 0.05rem;
	position: relative;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_box_img_before {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.8rem;
	}
}

.voice_contets_single_box_img_before::before {
	content: 'Before';
	position: absolute;
	background: #fff;
	width: 1.2rem;
	font-size: 0.14rem;
	font-family: 'Jost', sans-serif;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 0.1rem;
	top: 0.1rem;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_box_img_before::before {
		content: none;
	}
}

/* after */
.voice_contets_single_box_img_after {
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.05rem;
	position: relative;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_box_img_after {
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width: 499px) {
	.voice_contets_single_box_img_ba{
		font-size: 0.16rem;
		font-family: 'Jost', sans-serif;
		text-align: center;
		display: block;
		margin-bottom: 0.2rem;
	}
}

.voice_contets_single_box_img_after::before {
	content: 'After';
	position: absolute;
	background: #fff;
	width: 1.2rem;
	font-size: 0.14rem;
	font-family: 'Jost', sans-serif;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 0.1rem;
	top: 0.1rem;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_box_img_after::before {
		content: none;
	}
}

/* スライダー */
.slick-slide {
	margin-right: 0.1rem;
	margin-left: 0.1rem;
}

.slide-dots {
	text-align: center;
	padding-top: 0.3rem;
}

.slide-dots li button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	text-indent: -9999px;
}

.slide-dots li:first-child {
	margin-left: 0;
}

.slide-dots li {
	display: inline-block;
	margin: 0 15px;
}

.slide-dots li button::before {
	content: '';
	width: 0.24rem;
	height: 0.06rem;
	background: #c3c3c3;
	font-size: 20px;
	text-indent: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

.slide-dots li.slick-active button::before {
	content: '';
	width: 0.24rem;
	height: 0.06rem;
	background: #000000;
}

/*
カスタマーボイス
*/
.voice_contets_single_customer {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

/* タイトル */
.voice_contets_single_customer_title {
	border-right: 1px solid #8e8e8e;
	width: 1.7rem;
	box-sizing: border-box;
	padding-right: 0.4rem;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_customer_title {
		width: 100%;
		padding-right: 0;
		text-align: center;
		border: none;
		position: relative;
		margin-bottom: 0.3rem;
	}
	.voice_contets_single_customer_title::after {
		content: '';
		width: 0.3rem;
		height: 1px;
		background: #c1c1c1;
		display: block;
		margin: 0 auto;
		margin-top: 0.2rem;
	}
}

.voice_contets_single_customer_title h3 {
	font-size: 0.18rem;
	font-weight: bold;
	font-family: 'Jost', sans-serif;
	line-height: 1.56;
	margin-bottom: 0.10rem;
	padding-top: 0.14rem;
}

.voice_contets_single_customer_title span {
	font-size: 0.14rem;
	color: #8e8e8e;
}

/*テキスト */
.voice_contets_single_customer_text {
	width:calc(100% - 1.7rem);
	box-sizing: border-box;
	padding-left: 0.4rem;
	font-size: 0.14rem;
	line-height: 2.5;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_customer_text {
		width: 100%;
		padding-left: 0;
	}
}

.voice_contets_single_customer_text h2 {
	font-weight: 700;
}

.voice_contets_single_customer_text p + h2 {
	padding-top: 0.20rem;
}


/*
返信
*/
.voice_contets_single_message {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	background: #f0f0f0;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	margin-bottom: 1rem;
}

/* スタイリスト */
.voice_contets_single_message_img {
	width: 1.7rem;
	box-sizing: border-box;
	padding-left: 0.4rem;
	margin-top: -0.8rem;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_message_img {
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
		margin-top: -0.8rem;
		margin-bottom: 0.2rem;
	}
}


.voice_contets_single_message_img_stylist {
	text-align: center;
	margin: 0 auto;
}

.voice_contets_single_message_img span {
	text-align: center;
	display: block;
	font-size: 0.12rem;
	color: #808080;
	line-height: 2;
	padding-top: 0.1rem;
}

.voice_contets_single_message_img_01 .voice_contets_single_message_img_stylist {
	width: 1.25rem;
	height: 1.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.voice_contets_single_message_img_01 .voice_contets_single_message_img_stylist.hideaki {
	background-image:  url(../img/voice_message_img_01.png);
}

.voice_contets_single_message_img_01 .voice_contets_single_message_img_stylist.seiko {
	background-image:  url(../img/voice_message_img_02.png);
}

/* add スタイリスト 20221221 by tio*/
.voice_contets_single_message_img_01 .voice_contets_single_message_img_stylist.yuriko {
	background-image:  url(../img/voice_message_img_03.png);
}
.voice_contets_single_message_img_01 .voice_contets_single_message_img_stylist.tomoko {
	background-image:  url(../img/voice_message_img_04.png);
}

/* add スタイリスト 20250121*/
.voice_contets_single_message_img_01 .voice_contets_single_message_img_stylist.toshi {
	background-image:  url(../img/voice_message_img_05.png);
}

/*テキスト */
.voice_contets_single_message_text {
	width:calc(100% - 1.7rem);
	box-sizing: border-box;
	font-size: 0.14rem;
	line-height: 2.5;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}
@media screen and (max-width: 499px) {
	.voice_contets_single_message_text {
		width:100%;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}


/*
ページネーション
*/
.voice_contets_single_pager {
	margin-bottom: 1.3rem;
}

.voice_contets_single_pager ul {
	display: flex;
	flex-wrap: wrap;
}

.voice_contets_single_pager li {
	width: calc(100% / 3) ;
	box-sizing: border-box;
}

.voice_contets_single_pager li.prev {
	text-align: left;
}

.voice_contets_single_pager li.list {
	text-align: center;
}

.voice_contets_single_pager li.next {
	text-align: right;
}

.voice_contets_single_pager li a {
	font-size: 0.16rem;
	color: #000;
	text-decoration: none;
}

.voice_contets_single_pager li a:hover {
	opacity: 0.7;
}
