@charset "UTF-8";

/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "CUSTOMER’S VOICE ";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

.pagetit.pagetitSubcat .pagetitHeadTxt:after {
	padding-top: 20px;
	display: block;
}

/* 導入 */
.preintro {
	margin-bottom: 50px;
}

.preintro.uniInner {
	max-width: 1160px;
}

.preintroTxt {
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.075em;
}

/* お客様の声 */
/* -------------------------------------------------- */
#voiceList > li {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px #c9c9c9 solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#voiceList > li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border: none;
}

.voiceImg {
	width: 250px;
	height: 250px;
}

.voiceImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.voiceContent {
	width: calc(100% - 250px);
	padding-left: 30px;
}


/*評価*/

.valuationWrap {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.valuationAll {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.valuationTit {
	font-size: 2rem;
	padding-bottom: 10px
}

.allTxt {
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.allTxtTit {
	padding: 5px 9px 5px 15px;
	margin-right: 20px;
	background: #d5f2e3;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

.allTxtStrong {
	font-size: 3.2rem;
	font-weight: bold;
}

.allTxtTit::after {
	content: "";
	width: 13px;
	height: 100%;
	background: url(../../img/common/arrow_parts.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -13px;
}

.star {
	font-size: 2rem;
	padding-right: 5px;
	color: #b2b3b3;
}

.star .color {
	color: #009847;
}

.allstar {
	padding-left: 10px;
}

.valuationDetail {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.valuationDetail li {
	padding-left: 15px;
	font-weight: bold;
}

.valuationDetail li .star {
	font-size: 1.6rem;
}

/* 買取商品ジャンル */
.genreWrap {
	padding: 10px 20px;
	margin-bottom: 15px;
	background: #d5f2e3;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

#genreTit {
	padding-right: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}

.genreCat {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.genreCat li {
	padding: 2px 10px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #009847;
	background: #FFF;
	border: 1px #009847 solid;
}

.voiceTxt {
	line-height: 1.6;
}


/* Page Navigation */
/* -------------------------------------------------- */
#pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#pager a, #pager span {
    width: 40px;
    height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    color: #fff;
    background-color: #aaaaaa;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#pager span.current,
#pager a.next,
#pager a.prev,
#pager a:hover {
    color: #fff;
    background-color: #009847;
    transition: all 0.3s ease-in-out 0s;
}

#pager span.dots {
    width: 1em;
    background-color: #fff;
    color: #000;
    padding: 10px 0;
}

/* ページ詳細 */
/* -------------------------------------------------- */
#singleDate {
	font-size: 1.8rem;
}

#singleTit {
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 30px;
}

#resultInner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#singleEyecatch {
	padding-bottom: 30px;
}

.resultListBodyCat a {
	color: #009847;
	transition: all 0.3s ease-in-out 0s;
}

.resultListBodyCat a:hover {
	opacity: 0.7;
}

#singleContent h2 {
	padding: 40px 0 10px;
	margin-bottom: 20px;
	font-size: 2.6rem;
	border-bottom: 1px solid #a0a0a0;
	font-weight: bold;
}

#singleContent h3 {
	margin: 40px 0 20px;
	padding: 10px 20px;
	font-size: 2.2rem;
	font-weight: bold;
	background: #eeeeee;
}

#singleContent p {
	font-size: 1.6rem;
	padding-bottom: 1em;
	line-height: 1.8;
	
}

#singleContent a {
	color: #009847;
}

#singleContent a:hover {
	text-decoration: underline;
}

#singleContent img {
	padding-bottom: 20px;
}




/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}
	/* 導入 */
	.preintro {
		margin-bottom: 30px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 50px;
	}
	
	.valuationDetail {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	.valuationWrap {
		padding-bottom: 10px;
		display: block;
	}
	
	.valuationDetail li {
		font-size: 1.4rem;
		padding: 0 15px 0 0;
		font-weight: bold;
	}
	
	.valuationDetail li .star {
		font-size: 1.4rem;
	}
	
	.allTxtTit {
		padding: 5px 9px 5px 15px;
		margin-right: 20px;
		background: #d5f2e3;
		font-size: 1.6rem;
		font-weight: bold;
		position: relative;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ページタイトル英語 */
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}
	/* 導入 */
	.preintro {
		margin-bottom: 20px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 60px;
	}
	
	#voiceList > li {
		margin-top: 50px;
		padding-top: 50px;
		border-top: 1px #c9c9c9 solid;
		display: block;
	}
	
	.voiceImg {
		width: 100%;
		height: 90vw;
		margin-bottom: 20px;
	}
	
	.voiceContent {
		width: 100%;
		padding: 0;
	}
	
	.valuationDetail {
		padding-top: 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	.valuationWrap {
		padding-bottom: 10px;
		display: block;
	}
	
	.valuationDetail li {
		font-size: 1.6rem;
		padding: 0 20px 5px 0;
		font-weight: bold;
	}
	
	.valuationDetail li .star {
		font-size: 1.6rem;
	}
	
	.allTxtTit {
		padding: 5px 9px 5px 15px;
		margin-right: 20px;
		background: #d5f2e3;
		font-size: 1.6rem;
		font-weight: bold;
		position: relative;
	}
}
