@charset "utf-8";

/* -------------------------------------------------- */
/* 買取の流れ */
/* -------------------------------------------------- */

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

/* ページ内リンク */
#flowBtn {
	width: 100%;
	margin: 0 auto 30px;
	padding: 15px 15px 0 15px;
}

#flowBtn li {
	float: left;
	width: 50%;
}

#flowBtn1 {
	padding-right: 7.5px;
}

#flowBtn2 {
	padding-left: 7.5px;
}

#flowBtn .linkSquare {
	height: 30px;
}

#flowBtn .linkSquare .linkSquareTxt {
	font-size: 1.2rem;
	line-height: 30px;
	letter-spacing: 0.275em;
	background-image: url(../img/common/arrow_gold_vertical.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 7px 9px;
}


/* 本文共通要素 */
.flowWrap {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 0 15px;
}

.flowTitle {
	font-size:2.4rem;
	line-height: 1;
	letter-spacing: 0.060em;
	color: #dac495;
	margin-bottom: 10px;
}

.flow {
	border: solid 1px #dac495;
	padding: 10px;
}

.flowLeft {
	display: table;
	width: 100%;
}

.flowRight {
}

.fRightIn {
	display: inline-block;
}

.step {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	color: #362319;
	background: #dac495;
	font-size: 1.4rem;
	text-align: center;
	line-height: 40px;
}

.flowtit1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8rem;
	line-height: 1.529;
	letter-spacing: 0.060em;
	color: #fff;
	padding-left: 10px;
	border-bottom: 1px #666666 solid;
	width: calc(100% - 80px);
}

.flowList {
	border: 1px #666666 solid;
	margin-bottom: 60px;
	position: relative;
}

.flowList:after {
	content: "";
	width: 22px;
	height: 18px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -11px;
	background: url(../img/icon2.png) 0 0 no-repeat;
}

.flowList2 {
	border: 1px #666666 solid;
	margin-bottom: 0px;
	position: relative;
}

.flowContent {
	padding: 15px;
}

.flowContent p {
	font-size: 1.2rem;
	line-height: 1.529;
	letter-spacing: 0.060em;
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 連絡先 */
.flowContact {
	width: 100%;
	margin-bottom: 15px;
}

.flowContact li {
/*
	display: table-cell;
	vertical-align: middle;
*/
}

.flowContact li.flowTel {
	width: 240px;
	margin: 0 auto 5px;
}

.flowContact li.flowForm {
	width: 240px;
	margin: 0 auto;
}

#spContactLeft p {
	line-height: 1;
}

/* 連絡先・電話と営業時間  */
.flowTelDial {
	display: table;
}

.flowTelDialLeft {
	display: table-cell;
	vertical-align: middle;
}

.flowTelDialRight {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.flowTelDialNumber {
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.075em;
	background-image: url(../img/common/freedial_color.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 34px 23px;
	padding-left: 44px;
}

.flowTelDialLeft a {
	color: #fff;
}

.flowTelDialHoliday {
	font-size: 1.0rem;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: -0.025em;
	color: #fff;
	border: solid 1px;
	padding: 1px 8px;
	display: inline;
}

.flowTelDialTime {
	font-size: 0.9rem;
	line-height: 1.7;
	vertical-align: middle;
	letter-spacing: -0.025em;
	color: #fff;
	text-align: center;
}

/* 連絡先・フォームへのリンク  */
.flowContact .linkSquare {
	height: 40px;
	border-color: #a40000;
}

.flowContact .linkSquare .linkSquareTxt {
	line-height: 40px;
	color: #fff;
	font-size: 1.4rem;
	background-image: url(../img/common/arrow_white.png);
	background-position: right 10px center;
	background-size: 13px 10px;
}
	.flowContact .linkSquare:hover .linkSquareTxt {
		color: #a40000;
		background-image: url(../img/common/arrow_red.png);
	}

.flowContact .linkSquare:before {
	background-color: #fff;
}

.flowContact .linkSquare:after {
	background-color: #a40000;
}

/* ポイント */
.flowPoint {
	padding-left: 1.5em;
	margin-left: 10px;
	margin-bottom: 15px;
}

.flowPoint dt {
	padding: 0 10px;
	margin-bottom: 5px;
	display: inline-block;
	background: #a40000;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.060em;
	color: #fff;
	margin-left: -1.5em;
}

.flowPoint dd {
	font-size: 1.2rem;
	line-height: 1.529;
	letter-spacing: 0.060em;
	color: #fff;
	display: list-item;
	list-style: disc;
}

/* ポイント・箇条書きでないタイプ */
.flowPoint.notList {
	padding-left: 0;
}

.flowPoint.notList dt {
	margin-left: 0;
}

.flowPoint.notList dd {
	margin-left: 0;
	list-style: none;
}















/*
#flowDelivery,
#flowVisit {
	padding: 10px;
}

#flowDelivery h2,
#flowVisit h2 {
	padding-bottom: 10px;
}

#flowDelivery h2 img,
#flowVisit h2 img {
	height: 37px;
	width: auto;
}

.flowLeft {
	width: 100%;
	display: table;
}

.flowRight {
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fRightIn {
	padding: 10px;
}

.step {
	padding: 15px;
	display: table-cell;
	width: 30%;
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 1.200rem;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flowtit1 {
	padding: 15px;
	display: table-cell;
	width: 70%;
	border: 1px #666666 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.200rem;
	vertical-align: middle;
}

.flowTel {
	width: 80%;
	margin: 0 auto 10px;
}

.flowImg {
	width: 60%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

#flowImgDetail {
	width: 80%;
}

.flowList {
	padding-bottom: 30px;
}

#flowBtn {
	padding-bottom: 20px;
	text-align: center;
}

#flowBtn1 {
	display: inline-block;
	width: 48%;
}

#flowBtn2 {
	display: inline-block;
	width: 48%;
}
*/