@charset "UTF-8";
/* -------------------------------------------------- */
/* 選べる買取方法 choice */
/* -------------------------------------------------- */
/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "HOW TO CHOOSE";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

/* 2つの買取方法からお選びください */
.choiceHead {
	margin-bottom: 20px;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
}

.choiceHead span {
	font-weight: 700;
}

.choiceFollow {
	margin-bottom: 35px;
	text-align: center;
}

.choiceBody {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.choiceBodyItem {
	width: 49%;
	max-width: 530px;
	padding: 40px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #E5F4EC;
}

.choiceBodyTit {
	margin-bottom: 25px;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #009847;
	font-weight: 700;
}

.choiceBodyList {
	width: 39.5vw;
	max-width: 474px;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.choiceBodyList li {
	width: 11.8vw;
	max-width: 142px;
	height: 11.8vw;
	max-height: 142px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FFFFFF;
	border-radius: 50%;
}

.choiceBodyListPict {
	width: 57px;
	height: auto;
}

.choiceBodyListPict img {
	width: 100;
	height: auto;
}

.choiceBodyListTxt {
	height: 2.5rem;
	padding: 1.5em 0 2.25em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.5rem;
	line-height: 1.33333;
	letter-spacing: 0.02em;
	color: #009847;
	font-weight: 700;
	text-align: center;
}

.choiceBodyTxt {
	width: 100%;
	margin-bottom: 25px;
	padding: 0 35px;
	word-break: break-all;
}

.choiceBodyLink.unilinkGreen a {
	background-image: url(../../img/common/arrow_down_white.svg);
	background-size: 0.88889em auto;
}

/* ページ内リンクの設定 */
#chodelivery, #chovisit {
	margin-top: -70px;
	padding-top: 70px;
}

/* 買取（共通） */
.chobuy {
	margin-bottom: 60px;
}

.chobuyHead {
	margin-bottom: 25px;
}

.chobuyFollow {
	margin-bottom: 30px;
	text-align: center;
}

.chobuyList {
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}

.chobuyList li {
	width: 24.8vw;
	max-width: 297px;
}

.chobuyListTxt {
	margin-bottom: 35px;
	padding: 1em 0;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	background-color: #E6E6E6;
	text-align: center;
	position: relative;
}

.chobuyListTxt:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(230, 230, 230, 0);
	border-top-width: 17px;
	border-bottom-width: 17px;
	border-left-width: 17px;
	border-right-width: 17px;
	margin-left: -17px;
	border-top-color: #E6E6E6;
	top: 100%;
	left: 50%;
}

.chobuyListPict {
	width: 24.8vw;
	max-width: 236px;
	margin: 0 auto;
}

.chobuyListPict img {
	width: 100%;
	height: auto;
}

.chobuyBody {
	margin-bottom: 40px;
	font-size: 2.2rem;
	line-height: 1.54545;
	letter-spacing: 0.075em;
	text-align: center;
}

.chobuyBody span {
	font-weight: 700;
}

.chobuyLink.unilinkGreen a {
	width: 420px;
	height: 80px;
	margin: 0 auto;
	font-size: 2.0rem;
}

/* -------------------------------------------------- */
/* 微調整：小型PC */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* hoverなど */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}
	/* 2つの買取方法からお選びください */
	.choiceHead {
		margin-bottom: 15px;
		font-size: 2.4rem;
	}
	.choiceFollow {
		margin-bottom: 25px;
	}
	.choiceBodyItem {
		padding: 30px 0;
	}
	.choiceBodyTit {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
	.choiceBodyList {
		margin-bottom: 20px;
	}
	.choiceBodyList li {
		width: 11.83333vw;
		max-width: 142px;
		height: 11.83333vw;
		max-height: 142px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: #FFFFFF;
		border-radius: 50%;
	}
	.choiceBodyListPict {
		width: 45px;
	}
	.choiceBodyListTxt {
		font-size: 1.0rem;
	}
	.choiceBodyTxt {
		padding: 0 15px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	/* ページ内リンクの設定 */
	#chodelivery, #chovisit {
		margin-top: -50px;
		padding-top: 50px;
	}
	/* 買取（共通） */
	.chobuy {
		margin-bottom: 30px;
	}
	.chobuyHead {
		margin-bottom: 15px;
	}
	.chobuyFollow {
		margin-bottom: 20px;
	}
	.chobuyList {
		margin-bottom: 20px;
	}
	.chobuyListTxt {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.chobuyListTxt:after {
		border-top-width: 12px;
		border-bottom-width: 12px;
		border-left-width: 12px;
		border-right-width: 12px;
		margin-left: -12px;
	}
	.chobuyBody {
		margin-bottom: 20px;
		font-size: 1.7rem;
	}
	.chobuyLink.unilinkGreen a {
		width: 320px;
		height: 65px;
		font-size: 1.6rem;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ページタイトル英語 */
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}
	/* 2つの買取方法からお選びください */
	.choiceHead {
		margin-bottom: 10px;
		font-size: 2.0rem;
	}
	.choiceHead span {
		font-weight: bold;
	}
	.choiceFollow {
		margin-bottom: 15px;
	}
	.choiceBody {
		display: block;
		-webkit-justify-content: inherit;
		    -ms-flex-pack: inherit;
		        justify-content: inherit;
	}
	.choiceBodyItem {
		width: 100%;
		max-width: inherit;
		padding: 15px;
	}
	.choiceBodyItem:first-child {
		margin-bottom: 15px;
	}
	.choiceBodyTit {
		margin-bottom: 15px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.choiceBodyList {
		width: 100%;
		margin-bottom: 15px;
	}
	.choiceBodyList li {
		width: 23.66667vw;
		max-width: 125px;
		height: 23.66667vw;
		max-height: 125px;
	}
	.choiceBodyListPict {
		width: 45px;
	}
	.choiceBodyListTxt {
		font-size: 1.0rem;
		font-weight: bold;
	}
	.choiceBodyTxt {
		padding: 0 15px;
		margin-bottom: 15px;
	}
	/* ページ内リンクの設定 */
	#chodelivery, #chovisit {
		margin-top: -50px;
		padding-top: 50px;
	}
	/* 買取（共通） */
	.chobuy {
		margin-bottom: 20px;
	}
	.chobuyHead {
		margin-bottom: 10px;
	}
	.chobuyFollow {
		margin-bottom: 15px;
	}
	.chobuyList {
		margin-bottom: 15px;
	}
	.chobuyList li {
		width: 29vw;
	}
	.chobuyListTxt {
		margin-bottom: 15px;
		font-size: 1.0rem;
	}
	.chobuyListTxt:after {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 10px;
		border-right-width: 10px;
		margin-left: -10px;
	}
	.chobuyBody {
		margin-bottom: 15px;
		font-size: 1.5rem;
		text-align: left;
	}
	.chobuyBody span {
		font-weight: bold;
	}
	.chobuyLink.unilinkGreen a {
		width: 100%;
		height: 50px;
		max-width: 375px;
		font-size: 1.6rem;
	}
}
