@charset "UTF-8";
/* -------------------------------------------------------------- */
/*  お客様の声（共通）  */
/* -------------------------------------------------------------- */
.list-voice li .box-img-voice img {
	min-width: 100%;
	height: 100%;
	position: relative;
    top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.box-txt-voice {
	background: #F0EDE7;
	padding: 0.8em;
	color: #000;
}

.txt-name {
	border-bottom: #95989A solid 1px;
	padding-bottom: 0.2rem;
	margin-bottom: 0.4em;
	font-size: 1.4rem;
}

.box-voice-name {
	border-bottom: #F0EDE7 solid 4px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
}

.txt-comment {
	font-weight: bold;
}

.box-single-img img {
	min-width: 100%;
	position: relative;
   	top: 50%;
	left: 50%;
   	-webkit-transform: translate(-50%,-50%);
   	-ms-transform: translate(-50%,-50%);
   	transform: translate(-50%,-50%);
}

p.box-voice-comment {
	margin-top: 3rem;
}

p.area-voice-staff {
	background-image: url(../img/img-voice-02.png);
	background-repeat: no-repeat;
	background-color: #F0EDE7;
	margin-top: 3rem;
}

.btn-voice-info {
	background: #8BC393;
	font-weight: bold;
	text-align: center;
}

.btn-voice-info {
	padding: 1em 0;
	color: #fff;
	border: #8BC393 solid 1px;
}

/*　ページネーション　*/
.arrow_part {
    text-align: center;
    margin: 0 auto 3rem auto;
}

.arrow_part .page-numbers {
	display: inline-block;
    margin-bottom: 1em;
    padding: 1em;
    background: #F0EDE7;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666666;
    line-height: 1;
}

.current {
    background: #D1CAC0 !important;
    color: #fff !important;
}

/* -------------------------------------------------------------- */
/*  smp  */
/* -------------------------------------------------------------- */
@media print, screen and (max-width:768px) {
	#contents-wrapper {
		padding: 0 10px;
	}
	
	.area-pankuzu {
		margin: 1.2em 0;
	}
	
	.box-ttl-h2 {
		margin-bottom: 3rem;
	}
	
	.list-voice {
		max-width: 480px;
		margin: 0 auto;
	}
	
	.list-voice li {
		margin-bottom: 2rem;
	}
	
	.list-voice li a {
		overflow: hidden;
	}
	
	.box-img-voice {
		width: 40%;
		overflow: hidden;
	}
	
	.box-txt-voice {
		width: 60%;
		font-size: 1.2rem;
	}
	
	article.area-single-voice h1 {
		font-size: 1.8rem;
	}
	
	.box-single-img {
		margin: 2rem auto 1rem auto;
		max-width: 640px;
	}
	
	.area-voice-staff {
		background-size: 140px;
    	background-position: top center;
    	padding: 100px 10px 10px 10px;
		margin-bottom: 4rem;
	}
	
	.btn-voice-info {
		margin-bottom: 4rem;
	}
}

/* -------------------------------------------------------------- */
/*  タブレット補正  */
/* -------------------------------------------------------------- */
@media print, screen and (min-width:480px) and (max-width:768px) {
	.box-txt-voice {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	
	.txt-name {
		font-size: 1.6rem;
	}
}

/* -------------------------------------------------------------- */
/* PC */
/* -------------------------------------------------------------- */
@media print, screen and (min-width:769px) {	
	.br::before {
		content: "\A";
		white-space: pre;
	}
	
	.box-top-txt {
		text-align: center;
	}
	
	.list-voice li {
		width: 235px;
		margin: 0 20PX 20px 0;
		float: left;
	}
	
	.list-voice li:nth-child(4n) {
		margin-right: 0;
	}
	
	.list-voice li .box-img-voice {
		height: 166px !important;
		overflow: hidden;
	}
	
	article.area-single-voice {
		width: 800px;
		margin: 56px auto;
	}
	
	.box-single-voice {
		width: 600px;
		margin: 0 auto;
	}
	
	article.area-single-voice h1 {
		font-size: 2rem;
	}
	
	.box-single-img {
		width: 480px;
		height: 340px !important;
		overflow: hidden;
		margin: 40px auto 16px auto;
	}
	
	.box-txt-voice {
		height: 100px !important;
	}
	
	p.area-voice-staff {
		padding: 30px 30px 30px 210px;
		background-size: 143px;
		background-position: top 5px left 30px;
	}
	
	.btn-voice-info {
		width: 240px;
		margin: 6rem auto 0 auto;
	}

}
