@charset "utf-8";

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

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

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

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

.tips h2 {
	width: 420px;
	padding: 15px 38px;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -210px;
	text-align: center;
	font-size: 3.0rem;
	color: #FFFFFF;
	line-height: 1em;
	background-image: url(../img/common/bg_brown_tab.webp);
	background-size: contain;
	text-align: left;
	letter-spacing: 0.200em;
}

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

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

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

.tipsImg {
	width: 50%;
}

.tipsLeft {
	float: left;
}

.tipsRight {
	float: right;
}

.tipsImg {
	background-position: center center;
	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);
}

.tipsImgInner {
	padding: 40px;
}

.tipsTxt {
	width: 50%;
	min-height: 465px;
	background-color: #fff;
	display: table;
}

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

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

.tipsTxtBody {
	font-size: 1.7rem;
	line-height: 1.706;
	letter-spacing: 0.200em;
	color: #333333;
	padding-bottom: 37px;
}

/*
.caseKangenya {
	padding: 20px;
	border: 1px #666666 dotted;
	background: #FFFFFF;
	text-align: center;
	font-size: 146.2%;
	line-height: 1.4em;
}

.caseKangenya h4 {
	color: #097c25;
	padding-bottom: 15px;
	font-weight: bold;
}
*/

