@charset "utf-8";
/* CSS Document */
/*========================================
　　売却ガイド
========================================*/
#sell div.subtitle {
	padding-top: 105px;
}
#sell div.subtitle:before {
	content: "STEP";
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 0 0 -40px;
	padding: 18px 0 0;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: 500;
	color: #FFF;
}
#sell div.subtitle:after {
	position: absolute;
	left: 50%;
	top: 35px;
	width: 80px;
	margin: 0 0 0 -40px;
	padding: 5px 0 0;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	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";	
}
#sell01,
#sell03,
#sell05,
#sell06 {
	padding: 0 0 80px;
}
#sell02,
#sell04 {
	padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
	#sell div.subtitle {
		padding-top: 75px;
	}
	#sell div.subtitle:before {
		top: 0;
		width: 60px;
		height: 60px;
		margin: 0 0 0 -30px;
		padding: 12px 0 0;
		font-size: 11px;
		line-height: 11px;
	}
	#sell div.subtitle:after {
		top: 28px;
		width: 60px;
		margin: 0 0 0 -30px;
		font-size: 20px;
		line-height: 20px;
	}
	#sell01,
	#sell03,
	#sell04,
	#sell05,
	#sell06 {
		padding: 0 0 50px;
	}
	#sell02 {
		padding: 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 {
	padding: 5px 10px;
	font-size: 108%;
	line-height: 160%;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}
#sell01 dl dd {
	padding: 30px 20px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-top: none;
}
@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
----------------------------------------*/
#sell04 div.clearfix {
	margin: 0 -20px;
}
#sell02 dl {
	padding: 0 0 40px;
}
#sell02 dl dt {
	padding: 5px 10px;
	font-size: 108%;
	line-height: 160%;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}
#sell02 dl dd {
	padding: 30px 40px;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #DDD;
	border-top: none;
}
#sell02 dl dd ul {
	margin: 0 0 0 -10px;
	padding: 0 0 10px;
}
#sell02 dl dd ul li {
	display: inline-block;
	float: left;
	padding: 0 0 10px 10px;
}
#sell02 dl dd ul li span {
	position: relative;
	display: inline-block;
	padding: 5px 20px;
	font-size: 88%;
	line-height: 160%;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#sell02 dl dd p {
	margin: 0;
}
#sell02 div.template01 div.templateText.left {
	padding: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
	#sell02 dl {
		padding: 0 0 30px;
	}
	#sell02 dl dd {
		padding: 30px 20px;
	}
	#sell02 dl dd ul li span {
		padding: 5px 10px;
		font-size: 88%;
		line-height: 140%;
	}
	#sell02 div.template01 div.templateText.left {
		padding: 0;
	}
}
@media screen and (max-width: 370px) {
	#sell02 dl dd div.clearfix {
		margin: 0 -10px;
	}
	#sell02 dl dd ul {
		display: table;
		width: auto;
		margin: 0 auto;
		padding: 0;
	}
	#sell02 dl dd ul li {
		float: none;
		padding: 0 0 10px;
	}
}
/*　ステップ3
----------------------------------------*/
#sell03 dl {
	clear: both;
}
#sell03 dl dt,
#sell05 dl dt,
#sell06 dl.clearfix dt {
	padding: 5px 0;
	text-align: center;
	line-height: 160%;
	font-weight: 500;
	letter-spacing: 1px;
}
#sell03 dl dd,
#sell05 dl dd,
#sell06 dl.clearfix dd {
	padding: 0 20px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-top: none;
	overflow: hidden;
}
#sell03 dl dd ul li,
#sell05 ul li,
#sell06 dl.clearfix dd ul li {
	position: relative;
	margin: -1px 0 0;
	padding: 10px 0 10px 20px;
	border-top: 1px solid #DDD;
	font-size: 94%;
	line-height: 160%;
}
#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;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: -7px 0 0;
	border-left: 0 !important;
	border-top: 0 !important;
	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:last-child,
#sell05 ul.list02 li:last-child {
	clear: both;
	float: none;
	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%;
	}
}
/*　ステップ4
----------------------------------------*/
#sell04 div.clearfix {
	padding: 0 20px 0 0;
}
#sell04 dl {
	float: left;
	width: 33.33%;
	padding: 0 20px 40px;
}
#sell04 dl dt {
	padding: 5px 10px;
	font-size: 108%;
	line-height: 160%;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}
#sell04 dl dd {
	padding: 30px 20px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-top: none;
}
@media screen and (max-width: 1000px) {
	#sell04 div.clearfix {
		margin: 0;
	}
	#sell04 dl {
		float: none;
		width: 100%;
		padding: 0 0 40px;
	}
}
@media screen and (max-width: 768px) {
	#sell04 dl {
		padding: 0 0 30px;
	}
	#sell04 dl:last-child {
		padding: 0;
	}
	#sell04 div.clearfix {
		padding: 0 10px 0 0;
	}
}
/*　ステップ5
----------------------------------------*/
#sell05 ul.list01 {
	margin: 0 0 40px;
	padding: 10px 20px;
	background-color: #FFF;
	border: 1px solid #DDD;
}
#sell05 ul.list01 li:first-child {
	border-top: none;
}
/*　ステップ6
----------------------------------------*/
#sell06 div.flow {
	padding: 0 0 10px;
}
#sell06 div.flow dl {
	position: relative;
	margin: 0 0 30px;
	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 {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin: auto;
}
#sell06 div.flow dl:before {
	margin-left: -15px;
	margin-bottom: -25px;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#sell06 div.flow dl:after {
	margin-left: -10px;
	width: 20px;
	height: 19px;
}
#sell06 div.flow dl:last-child:before,
#sell06 div.flow dl:last-child:after {
	display: none;
}
#sell06 div.flow dl dt {
	padding: 0 0 5px;
	text-decoration: underline;
	font-weight: 700;
	letter-spacing: 1px;
}
#sell06 div.flow dl dt span {
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -0.5em 0 0;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
}
#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 span {
		font-size: 24px;
		line-height: 24px;
	}
}