@charset "utf-8";
#main_title {
	border-bottom: solid 1px #e3e3e3;
}
#main_title .inner {
	display: flex;
	align-items: center;
	height: 100px;
}
#main_title .inner h2 {
	font-size: 36px;
	font-weight: bold;
}
#top {
	background: url(../../img/pc/tradein/index/bg_kv.webp) no-repeat center top;
}
#top .inner {
	height: 380px;
}
#navi_btn .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	height: 150px;
}
#navi_btn .inner .btn {
	box-sizing: border-box;
	width: 500px;
	height: 70px;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_down.webp) no-repeat 455px center;
	background-size: 14px 8px;
	font-size: 22px;
	font-weight: bold;
}
#navi_btn .inner .btn:hover {
	background-color: #fff;
}
#navi_btn .inner .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#no_margin {
	background: #eff2f5;
}
#no_margin .inner {
	padding: 60px 0;
}
#no_margin .inner .ttl {
	padding-bottom: 15px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#no_margin .inner .txt {
	padding-top: 30px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
#no_margin .inner .txt small {
	font-size: 12px;
}
#no_margin .inner .img {
	margin-top: 20px;
}
#support .inner {
	padding: 60px 0;
}
#support .inner .ttl {
	padding-bottom: 15px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#support .inner .txt {
	padding-top: 30px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
#support .inner .detail {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#support .inner .detail .box {
	box-sizing: border-box;
	width: 570px;
	height: 350px;
	padding: 20px;
	border: solid 10px #5690a8;
	color: #333;
}
#support .inner .detail .box .b-ttl {
	padding: 5px 10px 15px;
	border-bottom: solid 1px #5690a8;
	font-size: 20px;
	font-weight: bold;
}
#support .inner .detail .box .b-txt {
	padding: 15px 10px 0;
	font-size: 16px;
	line-height: 30px;
}
#flow {
	background: #eff2f5;
}
#flow .inner {
	padding: 60px 0 100px;
}
#flow .inner .ttl {
	padding-bottom: 15px;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#flow .inner .txt {
	padding-top: 30px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
#flow .inner .btn {
	box-sizing: border-box;
	width: 480px;
	height: 70px;
	margin: 15px auto 0;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 445px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
}
#flow .inner .btn:hover {
	background-color: #fff;
}
#flow .inner .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#flow .inner .detail {
	margin-top: 30px;
}
#flow .inner .detail dl {
	display: flex;
	box-sizing: border-box;
	height: 230px;
	padding: 20px 0;
	border: solid 1px #5690a8;
	background: #fff no-repeat;
}
#flow .inner .detail dl:nth-child(1) {
	background-image: url(../../img/pc/tradein/index/flow_1.webp);
}
#flow .inner .detail dl:nth-child(3) {
	background-image: url(../../img/pc/tradein/index/flow_2.webp);
}
#flow .inner .detail dl:nth-child(5) {
	background-image: url(../../img/pc/tradein/index/flow_3.webp);
}
#flow .inner .detail dl dt {
	box-sizing: border-box;
	width: 442px;
	padding: 0 40px;
	border-right: solid 1px #5690a8;
}
#flow .inner .detail dl dt .step {
	color: #1a395f;
	font-size: 26px;
}
#flow .inner .detail dl dt .d-ttl {
	margin-top: 20px;
	color: #4085b4;
	font-size: 36px;
	font-weight: bold;
}
#flow .inner .detail dl dd {
	width: 756px;
	padding: 30px 40px 0 50px;
}
#flow .inner .detail dl dd .d-txt {
	font-size: 16px;
	line-height: 30px;
}
#flow .inner .detail dl dd .d-txt small {
	font-size: 12px;
}
#flow .inner .detail dl dd .necessary {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#flow .inner .detail dl dd .necessary .box {
	width: 310px;
}
#flow .inner .detail dl dd .necessary .box .b-ttl {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 38px;
	padding: 0 20px;
	background: #4085b4;
	color: #fff;
	font-size: 16px;
}
#flow .inner .detail dl dd .necessary .box .b-txt {
	margin-top: 10px;
	font-size: 16px;
}
#flow .inner .detail .arrow {
	width: 36px;
	height: 26px;
	margin: 15px 0 15px 200px;
	background: url(../../img/pc/tradein/index/icon_arrow.webp) no-repeat;
}