@charset "utf-8";
/* CSS Document */

/* ====================================
買取の流れ
====================================== */
.flwLink {
	margin-bottom: 10.6vw;
}

.flwLkBtn {
	display: inline-block;
	width: 100%;
	height: 78px;
	margin-bottom: 5px;
	text-align: center;
}

.linkShop {
	margin-right: 0;
}

.flwLkBtn a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 4vw;
	border-bottom: 3vw solid #000;
	transition: all .3s ease-in-out;
}

.linkTak a {
	background-color: #759adf;
}

.linkShtc a {
	background-color: #c5c434;
}

.linkShop a {
	background-color: #ff9616;
}

.flwLkBtn a:after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	content: "";
	width: 8px;
	height: 8px;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	transform: translateX(-50%) rotate(45deg);
}

.linkTak a:after {
	border-color: #759adf;
}

.linkShtc a:after {
	border-color: #c5c434;
}

.linkShop a:after {
	border-color: #ff9616;
}

.flwLkBtn .tabTtl {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.flwLkBtn .tabTtl:before {
	content: "";
	display: inline-block;
	height: 42px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	vertical-align: middle;
}

.linkTak .tabTtl:before {
	width: 41px;
	background-image: url("../img/common/icon_takuhai02.png");
}

.linkShtc .tabTtl:before {
	width: 41px;
	background-image: url("../img/common/icon_shutcho.png");
}

.linkShop .tabTtl:before {
	width: 39px;
	background-image: url("../img/common/icon_shop.png");
}

.ktrInTtl span {
	display: inline-block;
	margin-top: 5px;
	color: #fff;
}

/* 共通 */
.flwSeHead {
	margin-bottom: 20px;
}

.flwSeTtl {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.flwSeTtl:before {
	content: "";
	display: inline-block;
	height: 44px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	vertical-align: -11px;
}

.flwSeHead .commonBtn {
	width: 100%;
	padding: 12px 15px;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.1em;
}

.flwSeHead .commonBtn:after {
	width: 16px;
	height: 16px;
	vertical-align: -3px;
}

.flwSeHead .seHeadBtn {
	width: 224px;
}

.stpSe {
	padding: 20px 15px;
	margin-bottom: 20px;
	border-width: 3px;
	border-style: solid;
}

.stpSeL {
	margin-bottom: 20px;
}

.stpSeR {}

.stpInHead {
	margin-bottom: 20px;
}

.stpNum,
.stpItem {
	display: inline-block;
	vertical-align: middle;
}

.stpNum {
	margin-right: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #fff;
}

.stpItem {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.stpInTxt {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.cvArea {
	text-align: center;
}

.telGuide .tel-link .robo {
	font-size: 3.8rem;
	font-weight: bold;
}

.telGuide .telNum:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 26px;
	margin-right: 7px;
	background: url("../img/common/icon_phone02.png") no-repeat 0 0;
	background-size: 100%;
}

.telGuide .telGuideTxt {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.cvArea .telGuide {
	width: 100%;
	margin-bottom: 15px;
}

.cvArea > p {
	display: inline-block;
	vertical-align: middle;
}

.cvArea .btnLine,
.cvArea .btnMail {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.14em;
	border-width: 3px;
	border-style: solid;
	border-radius: 6px;
	transition: all .3s ease-in-out;
}

.cvArea .btnLine {
	padding: 12px 15px;
	background-color: #00b900;
	border-color: #0e770e;
}

.cvArea .btnMail {
	padding: 12px 15px;
	letter-spacing: 0.06em;
	background-color: #da2533;
	border-color: #000;
}

.cvArea > p:nth-of-type(1) {
	margin-bottom: 10px;
}

.cvArea > p {
	width: 84%;
}

.cvArea .btnLine:after,
.cvArea .btnMail:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	vertical-align: -2px;
}

.cvArea .btnLine:after {
	margin-left: 20px;
	background-image: url("../img/flow_arrow01.png");
}

.cvArea .btnMail:after {
	margin-left: 20px;
	background-image: url("../img/flow_arrow02.png");
}

.kitTak {
/*	width: 84%;*/
	margin: auto;
	text-align: center;
}

.btnKon {
	display: inline-block;
/*	width: 84%;*/
	padding: 12px 15px;
	margin: auto;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.btnKon:after {
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.case1 {
	margin-bottom: 15px;
}

.case2 {
	margin-bottom: 15px;
}

.case .caseTtl {
	display: inline-block;
	padding: 10px 15px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	color: #fff;
	background-color: #000;
}

.stpSeKome {
	clear: both;
	line-height: 1.6;
	letter-spacing: 0.04em;
	font-size: 1.3rem;
}

.stpSe4Top {
	padding-bottom: 25px;
	margin-bottom: 25px;
	background: url("../img/common/border_dashed.png") repeat-x left bottom;
}

.jnbSeIn {
	margin-top: 20px;
}

.jnbSeL,
.jnbSeR {
	width: 100%;
}

.jnbSeL {
	margin-bottom: 25px;
}

.jnbBoxTtl {
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.jnbBox {
	padding: 20px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
}

.jnbBox li {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-indent: -1em;
	padding-left: 1em;
}

.junKome {
	font-size: 1.3rem;
	line-height: 1.5;
}

.junTxt {
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.ktrImp {
	margin-bottom: 12px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.ktrInBotTxt {
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.btnDl {
	display: inline-block;
/*	width: 84%;*/
	padding: 12px 15px;
	margin: auto;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.btnDl:after {
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.flwNotes {
	padding: 20px;
	background-color: #f2f2f2;
}

.flwNotes .notesTtl {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.flwNotes li {
	padding-left: 1em;
	font-size: 1.4rem;
	line-height: 1.8;
	text-indent: -1em;
	letter-spacing: 0.08em;
}

#flwSe1,
#flwSe2 {
	margin-bottom: 13vw;
}

#flwSe1 .flwSeTtl {
	color: #759adf;
}

#flwSe2 .flwSeTtl {
	color: #c5c434;
}

#flwSe3 .flwSeTtl {
	color: #ff9616;
}

#flwSe1 .flwSeTtl:before {
	width: 41px;
	height: 42px;
	background-image: url("../img/flow_icon01.png");
}

#flwSe2 .flwSeTtl:before {
	width: 41px;
	height: 36px;
	background-image: url("../img/flow_icon02.png");
	vertical-align: -11px;
}

#flwSe3 .flwSeTtl:before {
	width: 38px;
	height: 39px;
	background-image: url("../img/flow_icon03.png");
	vertical-align: -10px;
}


#flwSe1 .stpSe {
	border-color: #759adf;
}

#flwSe2 .stpSe {
	border-color: #c5c434;
}

#flwSe3 .stpSe {
	border-color: #ff9616;
}

#flwSe1 .stpNum {
	padding: 13px 21px 13px 23px;
	background: url("../img/flow_step_bg01.png") no-repeat center center;
	background-size: 100%;
}

#flwSe3 .stpNum {
	padding: 13px 21px 13px 23px;
	background: url("../img/flow_step_bg03.png") no-repeat center center;
	background-size: 100%;
}

.stpSe1 .stpInTxt {
	margin-bottom: 15px;
}

.stpSe3 .stpSeR > .stpInTxt {
	margin-bottom: 5.8vw;
}

#flwSe1 .stpSe3 .stpImg {
	margin-bottom: 20px;
}

#flwSe1 .stpSe3 .commonBtn {
	display: inline-block;
/*	width: 100%;*/
	padding: 12px 15px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

#flwSe1 .stpSe3 .commonBtn:after {
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

#flwSe1 .stpSe4 .stpInTxt {
	margin-bottom: 6.6vw;
}

.ktrInTop {
	margin-bottom: 35px;
}

#flwSe1 .stpSe5 .stpInTxt {
	margin-bottom: 18px;
}

#flwSe1 .stpSe5 .stpSeKome {
	margin-bottom: 18px;
	font-size: 1.3rem;
}

.btnSgw {
	display: inline-block;
/*	width: 86%;*/
	padding: 12px 15px;
	margin: auto;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.btnSgw:after {
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

#flwSe1 .stpSe6 .stpInTxt {
	margin-bottom: 15px;
}

#flwSe1 .stpSe6 .txtBox {
	padding: 10px 12px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0.04em;
	border: 2px solid #ffc815;
}

.stpSe7 .stpInTxt {
	margin-bottom: 16px;
}

.stpInTxt .assist {
	font-size: 1.3rem;
}

.tabMark {
	position: absolute;
	top: 50%;
	right: 3%;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
}

.markImg {
	width: 100%;
	height: auto;
}