@charset "utf-8";

/* -------------------------------------------------- */
/* 宅配買取 */
/* -------------------------------------------------- */
/* メインイメージ */
.fv {
	background-image: url(../img/fv_bg_delivery.webp);
}

#delivery1 {
	width: 1000px;
	margin: 0 auto;
}

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

.mainContentBody {
	padding: 0 100px;
	margin-bottom: 60px;
}

.mainContentBody p {
	font-size: 2.0rem;;
	line-height: 1.25;
	margin-bottom: 1em;
}

#konpouLink {
	text-align: center;
	padding-bottom: 60px;
}

#konpouLink .linkSquare {
	width: 440px;
	height: 80px;
}

#konpouLink .linkSquare .linkSquareTxt {
	font-size: 1.8rem;
	line-height: 80px;
	letter-spacing: 0.275em;
}

.treePoint {
	width: 100%;
	margin-bottom: 65px;
}

.treePointInner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.treePointList {
	display: table;
	border-spacing:25px;
}

.treePointList li {
	display: table-cell;
	background-color: #fff;
	width: 33.33%;
	padding: 30px 30px 20px 30px;
	border: solid 3px #dac495;
}

.treePointTxt {
	font-size: 2.2rem;
	line-height: 1.182;
	letter-spacing: 0.060em;
	color: #c3b087;
	text-align: left;
	margin-top: 25px;
}

#pushMessage {
	width: 100%;
	margin-bottom: 100px;
	position: relative;
}

#pushMessageBg {
	display: table;
	width: 100%;
}

#pushMessageBg li {
	display: table-cell;
	height: 430px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#pushMessageBg1 {
	background-image: url(../img/pushMessageBg1.webp);
}
#pushMessageBg2 {
	background-image: url(../img/pushMessageBg2.webp);
}
#pushMessageBg3 {
	background-image: url(../img/pushMessageBg3.webp);
}

#pushMessageTxt {
	width: 940px;
	height: 165px;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
}

#pushMessageTxt p {
	font-size: 3.0rem;
	line-height: 1.34;
	letter-spacing: 0.060em;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
}
