@charset "UTF-8";
/* -------------------------------------------------- */
/* 買取価格表をお探しの方へ price */
/* -------------------------------------------------- */
/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "PURCHASE PRICE LIST";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

.contGraytight.pre {
	padding-top: 45px;
}

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

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

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

/* 調整 */
.perform {
	margin-bottom: 120px;
}

/* 本文 */
.precont h3, .precont h4, .precont h5, .precont h6 {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
	font-weight: 700;
}

.precont h3:not(:first-child), .precont h4:not(:first-child), .precont h5:not(:first-child), .precont h6:not(:first-child) {
	margin-top: 2.5em;
}

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

.precont p:not(:last-child) {
	margin-bottom: 1em;
}

.precont.contInner {
	padding-top: 25px;
}

.precontHead {
	margin-bottom: 45px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: solid 1px #009847;
}

.precontHeadTxt {
	padding-right: 1em;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.075em;
	color: #009847;
	font-feature-settings: "palt";
}

.precontHeadPict {
	width: 135px;
}

.precontNote {
	margin-top: 2.5em;
	padding: 1.5em;
	border: solid 1px #C9C9C9;
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}
	.contGraytight.pre {
		padding-top: 30px;
	}
	/* 導入 */
	.preintro {
		margin-bottom: 30px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 50px;
	}
	/* 本文 */
	.precont h3, .precont h4, .precont h5, .precont h6 {
		font-size: 1.6rem;
	}
	.precont.contInner {
		padding-top: 15px;
	}
	.precontHead {
		margin-bottom: 30px;
	}
	.precontHeadTxt {
		font-size: 1.8rem;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ページタイトル英語 */
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}
	.contGraytight.pre {
		padding-top: 20px;
	}
	/* 導入 */
	.preintro {
		margin-bottom: 20px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 60px;
	}
	/* 本文 */
	.precont h3, .precont h4, .precont h5, .precont h6 {
		font-size: 1.6rem;
	}
	.precont h3:not(:first-child), .precont h4:not(:first-child), .precont h5:not(:first-child), .precont h6:not(:first-child) {
		margin-top: 1em;
	}
	.precont p:not(:last-child) {
		margin-bottom: 1.5em;
	}
	.precont.contInner {
		padding-top: 15px;
	}
	.precontHead {
		margin-bottom: 15px;
	}
	.precontHeadTxt {
		padding-right: 1em;
		font-size: 2.2rem;
		line-height: 1.5;
		letter-spacing: 0.075em;
		color: #009847;
		font-feature-settings: "palt";
		padding-bottom: 0.5em;
		font-size: 1.6rem;
	}
	.precontHeadPict {
		width: 17.6vw;
		min-width: 100px;
	}
	.precontHeadPict img {
		width: 100%;
		height: auto;
	}
	.precontNote {
		margin-top: 1em;
		padding: 0.75em;
	}
}
