@charset "utf-8";

/* -------------------------------------------------- */
/* 初めての方へ */
/* -------------------------------------------------- */

/* メインイメージ */
#spFv {
	background-image: url(../img/fv_bg_beginner.webp);
	background-position: right center;
}

#begginer1 {
	width: 100%;
	margin: 0 auto 40px;
}

#howTo {
	padding-bottom: 15px;
}

.fadeIn1 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 50px;
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: 0.060em;
	color: #dac495;
	text-shadow: 0px 0px 15px rgba(255, 220, 154, 1);
}

.fadeIn1 span {
	font-size: 2.9rem;
}

#begginerLeft {
	padding: 0 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#begginerRight {
	padding: 0 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.begginerIn {
	padding: 35px 0 15px;
	background: #f7f7f7;
	position: relative;
	border: solid 1px #dac495;
}

.begginerImg {
	text-align: center;
	padding-bottom: 25px;
	position: relative;
	padding: 0 15px;
}

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

.begImgIn1 {
/*
	position: absolute;
	top: 0px;
	left: 120px;
*/
}

.begImgIn2 {
	margin-bottom: 15px;
}

.begginerIn h3 {
	position: absolute;
	top: -25px;
	display: inline-block;
	width: calc(100% - 30px);
	margin-left: 15px;
	height: 50px;
	font-size: 2.4rem;
	line-height: 50px;
	letter-spacing: 0.460em;
	color: #fff;
	text-align: center;
	background-image: url(../img/common/bg_brown_tab.webp);
}

.recommend {
	width: 100%;
	color: #333333;
	padding: 0 15px 0 30px;
}

.recommend dt {
	padding-bottom: 25px;
	text-align: center;
	font-size: 2.0rem;
	position: relative;
}
	.recommend dt:after {
		display: inline-block;
		content: "";
		position: absolute;
		bottom: 12.5px;
		left: 50%;
		width: 38px;
		height: 3px;
		margin-left: -19px;
		background-color: #dac495;
	}

.recommend dd {
	display: list-item;
	list-style: disc;
	font-size: 1.2rem;
	padding-bottom: 0.25em;
}

.begginerBtn {
	padding: 15px 0;
	text-align: center;
}

.begginerBtn .linkSquare {
	height: 50px;
}

.begginerBtn .linkSquare .linkSquareTxt {
	font-size: 1.3rem;
	line-height: 50px;
	letter-spacing: 0.275em;
}

.buyTime {
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	border: 4px double #fff;
	font-size: 1.6rem;
	text-align: center;
	position: relative;
}

.buyTime span {
	font-size: 2.4rem;
	margin: 0 2px;
}

.buyTime:after {
	width: 112px;
	height: 33px;
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -56px;
	background: url(../img/begginer_bg1.png) 0 0 no-repeat;
}


/* 買取に必要な物って何？ */
#want {
	width: 100%;
	padding: 0px 15px;
}

#want .commonTit1 {
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: 0.180em;
	color: #dac495;
	margin-bottom: 15px;
	text-align: center;
}

#want dl {
	border: 4px #eeecde solid;
	padding: 15px 15px 0 15px;
}

#want dt {
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0.180em;
}

#want dd {
	padding-bottom: 15px;
	font-size: 1.2rem;
	line-height: 1.267;
	text-align: justify;
	text-justify: inter-ideograph;
}
