@charset "utf-8";
/* CSS Document */
/*========================================
　　売却ガイド
========================================*/
#sell div.subtitle {
	position: relative;
	display: table;
	margin: 0 auto 40px;
	padding: 110px 0 0;
	font-weight: 500;
}
#sell div.subtitle:before {
	content: "STEP";
	position: absolute;
	left: 50%;
	top: 0;
	width: 80px;
	height: 80px;
	margin: 0 0 0 -40px;
	padding: 15px 0 0;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #FFF;
}
#sell div.subtitle:after {
	position: absolute;
	left: 50%;
	top: 35px;
	width: 80px;
	margin: 0 0 0 -40px;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
}
#sell #sell01 div.subtitle:after {
	content: "1";	
}
#sell #sell02 div.subtitle:after {
	content: "2";	
}
#sell #sell03 div.subtitle:after {
	content: "3";	
}
#sell #sell04 div.subtitle:after {
	content: "4";	
}
#sell #sell05 div.subtitle:after {
	content: "5";
}
#sell #sell06 div.subtitle:after {
	content: "6";	
}
#sell b.subtitle2 {
	position: relative;
	display: block;
	margin: 0 0 25px;
	padding: 0 0 0 25px;
	font-size: 100%;
	line-height: 140%;
	font-weight: 700;
}
#sell b.subtitle2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 30px;
	margin: -15px 0 0;
}
#sell01,
#sell03,
#sell05,
#sell06 {
	padding: 0 0 80px;
}
#sell02,
#sell04 {
	padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
	#sell div.subtitle {
		margin: 0 auto 30px;
		padding: 80px 0 0;
	}
	#sell div.subtitle:before {
		width: 60px;
		height: 60px;
		margin: 0 0 0 -30px;
		padding: 10px 0 0;
		font-size: 12px;
		line-height: 13px;
	}
	#sell div.subtitle:after {
		top: 28px;
		width: 60px;
		margin: 0 0 0 -30px;
		font-size: 22px;
		line-height: 22px;
	}
	#sell01,
	#sell03,
	#sell04,
	#sell05,
	#sell06 {
		padding: 0 0 50px;
	}
	#sell02 {
		padding: 0 0 10px;
	}
	#sell b.subtitle2 {
		padding: 0 0 0 20px;
	}
}
/*　ステップ1
----------------------------------------*/
#sell01 dl {
	width: 50%;
}
#sell01 dl.left {
	float: left;
	padding: 0 20px 40px 0;
}
#sell01 dl.right {
	float: right;
	padding: 0 0 40px 20px;
}
#sell01 dl dt,
#sell02 dl dt,
#sell04 dl dt {
	position: relative;
	padding: 7px 5px;
	font-size: 114%;
	line-height: 160%;
	font-weight: 700;
	text-align: center;
}
#sell01 dl dt,
#sell02 dl dt,
#sell03 dl dt,
#sell04 dl dt,
#sell05 dl dt,
#sell06 dl.clearfix dt {
	background-color: #F5F5F5;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
#sell01 dl dd,
#sell02 dl dd,
#sell03 dl dd,
#sell04 dl dd,
#sell05 dl dd,
#sell06 dl.clearfix dd {
	background-color: #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#sell01 dl dd,
#sell02 dl dd,
#sell04 dl dd {
	padding: 20px;
}
@media screen and (max-width: 768px) {
	#sell01 dl {
		margin: 0;
		width: 100%;
	}
	#sell01 dl.left,
	#sell01 dl.right {
		float: none;
		padding: 0 0 30px;
	}
}
/*　ステップ2
----------------------------------------*/
#sell02 div.select,
#sell04 div.clearfix {
	margin: 0 -10px;
}
#sell02 dl,
#sell04 dl {
	float: left;
	width: 33.33%;
	padding: 0 10px 40px;
}
#sell02 dl dd ul li span {
	position: relative;
	display: block;
	padding: 0 0 3px 20px;
	font-size: 94%;
	line-height: 160%;
	font-weight: 700;
}
#sell02 dl dd ul li span:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 10px;
	width: 7px;
	height: 10px;
	border-left: 0 !important;
	border-top: 0 !important;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: -7px 0 0;
	border-width: 3px;
	border-style: solid;
}
#sell02 dl dd p {
	margin: 0;
	padding: 10px 0 20px;
}
#sell02 div.template01 div.templateText.left {
	padding: 0 40px 0 0;
}
@media screen and (max-width: 980px) {
	#sell02 div.select,
	#sell04 div.clearfix {
		margin: 0;
	}
	#sell02 dl,
	#sell04 dl {
		clear: both;
		float: none;
		width: 100%;
		padding: 0 0 40px;
	}
	#sell02 dl dd ul {
		padding: 10px 0;
	}
	#sell02 dl dd ul li {
		width: 50%;
		float: left;
		padding: 0 20px 0 0;
	}
}
@media screen and (max-width: 768px) {
	#sell02 dl,
	#sell04 dl {
		padding: 0 0 30px;
	}
	#sell04 dl:last-child {
		padding: 0;
	}
	#sell02 dl dd ul {
		padding: 0;
	}
	#sell02 dl dd ul li {
		width: 100%;
		float: none;
		padding: 0;
	}
	#sell02 dl dd ul li span {
		font-size: 100%;
		line-height: 160%;
	}
	#sell02 dl dd p {
		padding: 0;
	}
	#sell02 div.template01 div.templateText.left {
		padding: 0;
	}
}
/*　ステップ3
----------------------------------------*/
#sell03 dl {
	clear: both;
}
#sell03 dl dt,
#sell05 dl dt,
#sell06 dl.clearfix dt {
	padding: 7px 0;
	text-align: center;
	font-size: 94%;
	line-height: 160%;
	font-weight: 700;
}
#sell03 dl dd,
#sell05 dl dd,
#sell06 dl.clearfix dd {
	padding: 0 20px;
}
#sell03 dl dd ul li,
#sell05 ul li,
#sell06 dl.clearfix dd ul li {
	position: relative;
	padding: 10px 0 10px 20px;
	font-size: 94%;
	line-height: 160%;
	border-top: 1px solid #DDD;
}
#sell03 dl dd ul li:after,
#sell05 ul li:after,
#sell06 dl.clearfix dd ul li:after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 10px;
	top: 50%;
	left: 0;
	border-left: 0 !important;
	border-top: 0 !important;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: -7px 0 0;
	border-width: 3px;
	border-style: solid;
}
#sell03 dl dd ul li,
#sell05 ul.list02 li,
#sell06 dl.clearfix dd ul li {
	float: left;
	width: 50%;
}
#sell03 dl dd ul li:nth-child(odd),
#sell05 ul.list02 li:nth-child(odd),
#sell06 dl.clearfix dd ul li:nth-child(odd) {
	padding-right: 10px;
}
#sell03 dl dd ul li:nth-child(1),
#sell03 dl dd ul li:nth-child(2),
#sell05 ul.list01 li:nth-child(1),
#sell05 ul.list02 li:nth-child(1),
#sell05 ul.list02 li:nth-child(2),
#sell06 dl.clearfix dd ul li:nth-child(1),
#sell06 dl.clearfix dd ul li:nth-child(2) {
	border-top: none;
}
#sell03 dl dd ul li:last-child {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#sell03 dl dd ul li,
	#sell05 ul.list02 li,
	#sell06 dl.clearfix dd ul li {
		float: none;
		width: 100%;
	}
	#sell03 dl dd ul li:nth-child(odd),
	#sell05 ul.list02 li:nth-child(odd),
	#sell06 dl.clearfix dd ul li:nth-child(odd) {
		padding-right: 0;
	}
	#sell03 dl dd ul li:nth-child(2),
	#sell05 ul.list02 li:nth-child(2),
	#sell06 dl.clearfix dd ul li:nth-child(2) {
		border-top: 1px solid #DDD;
	}
}
/*　ステップ5
----------------------------------------*/
#sell05 ul.list01 {
	margin: 0 0 40px;
	padding: 10px 20px;
	border: 1px solid #DDD;
	background-color: #FFF;
}
/*　ステップ6
----------------------------------------*/
#sell06 div.flow {
	padding: 0 0 10px;
}
#sell06 div.flow dl {
	position: relative;
	margin: 0 0 36px;
	padding: 20px 20px 20px 70px;
	line-height: 160%;
	border: 1px solid #DDD;
	background-color: #FFF;
}
#sell06 div.flow dl:before,
#sell06 div.flow dl:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: auto;
	content: "";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#sell06 div.flow dl:before {
	margin-bottom: -20px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-right: 10px solid transparent !important;
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
}
#sell06 div.flow dl:after {
	top: inherit;
	margin-left: 5px;
	width: 10px;
	height: 10px;
}
#sell06 div.flow dl:last-child:before,
#sell06 div.flow dl:last-child:after {
	display: none;
}
#sell06 div.flow dl dt {
	font-weight: 700;
	font-size: 108%;
}
#sell06 div.flow dl dt span {
	position: absolute;
	left: 25px;
	top: 50%;
	margin: -0.5em 0 0;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
}
#sell06 dl.clearfix {
	margin: 0 0 30px;
}
#sell06 dl.clearfix dd ul li {
	float: left;
	width: 50%;
}
#sell06 dl.clearfix dd ul li:nth-child(odd) {
	padding-right: 10px;
}
#sell06 small {
	display: block;
	line-height: 160%;
}
@media screen and (max-width: 768px) {
	#sell06 div.flow dl {
		padding: 20px 20px 20px 55px;
	}
	#sell06 div.flow dl dt {
		padding: 0 0 5px;
		text-decoration: underline;
	}
	#sell06 div.flow dl dt span {
		font-size: 24px;
		line-height: 24px;
		text-decoration: none;
	}
	#sell06 dl.clearfix dd ul li {
		float: none;
		width: 100%;
	}
	#sell06 dl.clearfix dd ul li:nth-child(odd) {
		padding-right: 0;
	}
}