@charset "utf-8";

/* -------------------------------------------------- */
/* 高く買取るコツ */
/* -------------------------------------------------- */
/* メインイメージ */
#spFv {
	background-image: url(../img/fv_bg_tips.webp) ;
}

/* パンくず */
#panNav {
	margin-bottom: 55px;
}

.tips {
	width: 100%;
	margin-bottom: 60px;
	background: #eeeeee;
	position: relative;
}

#tips3.tips {
	margin-bottom: 40px;
}

.tips h2 {
	display: inline-block;
	position: absolute;
	top: -30px;
	left: 50%;
	width: 290px;
	margin-left: -145px;
	height: 50px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.460em;
	color: #fff;
	text-align: center;
	background-image: url(../img/common/bg_brown_tab.webp);
	padding-top: 5px;
}

.tips h2 span.tipsHeadlead {
	font-size: 1.2rem;
}

.tips h2 span.tipsHeadNumber {
	font-size: 2.0rem;
}

.tipsIn {
	width: 100%;
	margin: 0 auto;
}

.tipsLeft {
}

.tipsRight {
}

.tipsImg {
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#tips1 .tipsImg {
	background-image: url(../img/tips_img1.webp);
}
#tips2 .tipsImg {
	background-image: url(../img/tips_img2.webp);
}
#tips3 .tipsImg {
	background-image: url(../img/tips_img3.webp);
}

.tipsImg {
	height: 150px;
}

.tipsTxt {
	background-color: #fff;
	display: table;
}

.tipsTxtInner {
	display: table-cell;
	vertical-align: middle;
	border-top: solid 3px #dac495;
	border-bottom: solid 3px #dac495;
	padding: 15px;
}

.tipsTxt h3 {
	padding-bottom: 20px;
	font-size: 2.1rem;
	line-height: 1.4;
	letter-spacing: 0.100em;
	color: #333333;
}

.tipsTxtBody {
	font-size: 1.2rem;
	line-height: 1.706;
	letter-spacing: 0.200em;
	color: #333333;
}
