@charset "UTF-8";
/* -------------------------------------------------- */
/* item */
/* -------------------------------------------------- */
/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

/* ページタイトル英語：買取商品ジャンル item */
.pagetitHeadTxt:after {
	content: "BEGGINER GUIDE";
}


/* 高く買いますWESTが選ばれる理由 */

#reasonWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.reasonImg {
	width: 30%;
}

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

.reasonTxt {
	width: 70%;
	padding: 0 0 0 50px;
}

.causeList {
	margin-bottom: 60px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

/* 高く買いますWESTのお約束 */
#promiseList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#promiseList li {
	width: 22%;
	text-align: center;
}

.promiseImg {
	padding-bottom: 20px;
}

.promiseImg img {
	width: auto;
	height: 150px;
}

.promiseImg::before {
	content: "";
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	display: block;
}

#promiseList li:nth-child(1n) .promiseImg::before {
	background: url(../../img/guide/guide_promise_icon1.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#promiseList li:nth-child(2) .promiseImg::before {
	background: url(../../img/guide/guide_promise_icon2.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#promiseList li:nth-child(3) .promiseImg::before {
	background: url(../../img/guide/guide_promise_icon3.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#promiseList li:nth-child(4) .promiseImg::before {
	background: url(../../img/guide/guide_promise_icon4.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.promiseTit {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 15px;
}

#promiseList .marker {
	position: relative;
	font-size: 2.6rem;
}

.marker::after {
	content: "";
	width: 100%;
	height: 15px;
	background: #ffff7f;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
}

.marker span {
	position: relative;
	z-index: 2;
}

.promiseTxt {
	text-align: left;
}

/*高価買取をお約束・相場以上の高値を実現*/
.buyTxt {
	padding-bottom: 30px;
	line-height: 1.8;
}

.buyImg {
	margin-bottom: 50px;
}

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

.causeList.causeListBttom {
	margin-bottom: 30px;
}

.causeList > li {
	width: 33.33%;
	padding: 0 30px;
}

.causeList > li:nth-child(2) {
	border-left: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
}

.causeListHead {
	width: 100%;
	height: 54px;
	margin-bottom: 30px;
	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;
	background-color: #009847;
	border-radius: 27px;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-weight: 700;
	position: relative;
}

.causeListHead:after {
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(0, 152, 71, 0);
	border-top-width: 11px;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-left: -11px;
	border-top-color: #009847;
	top: 100%;
	left: 50%;
}

.causeListPict {
	width: 249px;
	margin: 0 auto 10px;
}

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

.causeListTxt {
	margin-bottom: 0;
	letter-spacing: 0.075em;
}

.causeExcuse {
	font-size: 1.2rem;
	line-height: 1.33333;
	letter-spacing: 0.075em;
}

/* ポイント */
#buyPoint {
	padding: 60px;
	margin-top: 60px;
	border: 1px #009847 solid ;
}

#buyPointList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#buyPointList li {
	width: 28%;
}

.buyPointTit {
	padding-bottom: 10px;
	font-size: 2.6rem;
	color: #009847;
	text-align: center;
}

#cancelFree .buyPointTit {
	font-size: 2.3rem;
	line-height: 1.6;
	letter-spacing: -0.05em;
}

.buyPointTit span {
	font-weight: bold;
}

#visit::before {
	content: "";
	width: 110px;
	height: 60px;
	margin: 15px auto 20px;
	background: url(../../img/guide/guide_icon1.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
}

#pickup::before {
	content: "";
	width: 60px;
	height: 75px;
	margin: 0 auto 20px;
	background: url(../../img/guide/guide_icon2.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
}

#cancelFree::before {
	content: "";
	width: 65px;
	height: 65px;
	margin: 10px auto 20px;
	background: url(../../img/guide/guide_icon3.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
}

#buyPoint .buyPointBtn {
	margin-top: 15px;
}

#buyPoint .buyPointBtn a {
	width: 100%;
	height: auto;
	padding: 15px 0;
	font-size: 1.6rem;
}

/* ページ内リンクの設定 */
#high-price,
#moreMarketPrice{
	padding-top: 80px;
	margin-top: -80px;
}


#buyPointWrap {
	padding-top: 20px;
	margin-top: -20px;
}


/* -------------------------------------------------- */
/* 微調整：小型PC */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1400px) {
	
	/* 選ばれる理由 */
	.causeSubhead {
		font-size: 1.57143vw;
	}
	.causeList:not(:last-child) {
		margin-bottom: 4.28571vw;
	}
	.causeList > li {
		padding: 0 2.14286vw;
	}
	.causeListHead {
		height: 3.85714vw;
		margin-bottom: 2.14286vw;
		border-radius: 1.92857vw;
		font-size: 1.42857vw;
	}
	.causeListHead:after {
		border-top-width: 0.78571vw;
		border-bottom-width: 0.78571vw;
		border-left-width: 0.78571vw;
		border-right-width: 0.78571vw;
		margin-left: -0.78571vw;
	}
	.causeListPict {
		width: 17.78571vw;
		margin: 0 auto 0.71429vw;
	}
}


/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}
	
	/* 選ばれる理由 */
	.causeSubhead {
		font-size: 1.6rem;
	}
	.causeList {
		margin-bottom: 30px;
	}
	.causeList.causeListBttom {
		margin-bottom: 30px;
	}
	.causeList > li {
		width: 33.33%;
		padding: 0 20px;
	}
	.causeListHead {
		height: 40px;
		margin-bottom: 25px;
		border-radius: 20px;
		font-size: 1.6rem;
	}
	.causeListHead:after {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 10px;
		border-right-width: 10px;
		margin-left: -10px;
	}
	.causeListPict {
		width: 100%;
	}
	.causeExcuse {
		font-size: 1.3rem;
	}
	.cause .causeListTxt.uniPara {
		font-size: 1.4rem;
	}
	
	/* ポイント */
	#buyPointList li {
		width: 30%;
	}
	
	#buyPoint .buyPointBtn a {
		width: 100%;
		height: auto;
		padding: 15px 0;
		font-size: 1.2rem;
	}
	
	.buyPointTit {
		font-size: 2.2rem;
	}
	
	#cancelFree .buyPointTit {
		font-size: 1.8rem;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ページタイトル英語 */
	.pagetitHeadTxt {
		font-size: 1.8rem;
	}
	
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}
	
	/* 選ばれる理由 */
	.causeSubhead {
		margin-bottom: 1em;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.causeList {
		margin-bottom: 30px;
		display: block;
		-webkit-justify-content: inherit;
		    -ms-flex-pack: inherit;
		        justify-content: inherit;
	}
	.causeList:not(:last-child) {
		margin-bottom: 30px;
	}
	.causeList.causeListBttom {
		margin-bottom: 20px;
	}
	.causeList > li {
		width: 100%;
		padding: 0 15px;
	}
	.causeList > li:nth-child(2) {
		border-left: none;
		border-right: none;
	}
	.causeList > li:not(:last-child) {
		margin-bottom: 15px;
	}
	.causeListHead {
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
		border-radius: 20px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.causeListPict {
		width: 100%;
		max-width: 249px;
		margin-bottom: 0;
	}
	.causeListTxt {
		padding: 0 20px;
	}
	.causeListExcuse {
		font-size: 1.0rem;
	}
	.causeList .causeListTxt.uniPara {
		font-size: 1.4rem;
	}
	
	/* 高く買いますWESTが選ばれる理由 */
	#reasonWrap {
		display: block;
	}
	
	.reasonImg {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
	
	.reasonImg img {
		width: 80%;
	}
	
	.reasonTxt {
		width: 100%;
		padding: 0 0 0 0;
	}
	
	/* 高く買いますWESTのお約束 */
	#promiseList li {
		width: 48%;
		padding-bottom: 20px;
		text-align: center;
	}
	
	.promiseTit {
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
	
	#promiseList .marker {
		position: relative;
		font-size: 2rem;
	}
	
	.promiseImg {
		padding-bottom: 10px;
	}
	
	.promiseTxt {
		font-size: 1.4rem;
	}
	
	/* ポイント */
	#buyPoint {
		padding: 30px;
		margin-top: 60px;
		border: 1px #009847 solid;
	}
	
	#buyPointList {
		display: block;
	}
	
	#buyPointList li {
		width: 100%;
		padding-bottom: 40px;
	}
	
	.buyPointTit {
		font-size: 2.2rem;
	}
	
	#cancelFree .buyPointTit {
		font-size: 2.2rem;
	}
}
