@charset "utf-8";
#bike-buy>div>div>div:nth-of-type(1) {
	margin-bottom: 36px;
}

#bike-buy>div>div>div:nth-of-type(1) h3 {
	color: #fff;
	padding: 70px 0 0 31%;
	background: url(../../search/buy/images/img-buy-bike-02.png) no-repeat center top;
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#bike-buy>div>div>div:nth-of-type(1) img:nth-of-type(2) {
	display: none;
}

#bike-buy>div>div>div:nth-of-type(2) {
	padding: 17px 66px 35px;
	background: #fff;
}

#bike-buy>div>div>div:nth-of-type(2) h3 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0.2em;
}

#bike-buy>div>div>div:nth-of-type(2) ul {
	padding-left: 1em;
}

#bike-buy>div>div>div:nth-of-type(2) li {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.1em;
	text-indent: -1em;
}

#bike-buy>div>div>div:nth-of-type(3) {
	margin-bottom: 36px;
}

#bike-buy>div>div>div:nth-of-type(3) h3 {
	font-size: 20px;
	line-height: 24px;
	padding: 13px 13px;
	color: #fff;
	background-color: #b0000f;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}

#bike-buy>div>div>div:nth-of-type(3) h3 em {
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
}

#bike-buy>div>div>div:nth-of-type(3) h3 span:before {
	content: "　▶　";
}

#bike-buy>div>div>div:nth-of-type(3) h3 span {
	font-size: 16px;
	line-height: 24px;
}

#bike-buy>div>div>div:nth-of-type(3) li {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
}

#bike-buy>div>div>div:nth-of-type(4) {
	background-color: #fff;
	padding: 36px 50px;
	margin-bottom: 52px;
}

#bike-buy>div>div>div:nth-of-type(4) h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.15em;
}

#bike-buy>div>div>div:nth-of-type(4)>p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}

#bike-buy>div>div>div:nth-of-type(4)>div {
	border: 1px solid #999;
	padding: 20px 20px 12px 162px;
	background: #fff url(../../images/img-bike-buy-03.png) no-repeat left center;
}

#bike-buy>div>div>div:nth-of-type(4)>div h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: 0.2em;
}

#bike-buy>div>div>div:nth-of-type(4)>div p {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.1em;
	margin: 0;
}

#bike-buy>div>div>div:nth-of-type(5) {
	background-color: #fff;
	margin-bottom: 60px;
	padding: 17px 0;
}

#bike-buy>div>div>div:nth-of-type(5) ul {
	display: table;
	width: 100%;
}

#bike-buy>div>div>div:nth-of-type(5) li {
	display: table-cell;
	width: 33.3%;
	height: 66px;
	text-align: center;
	vertical-align: middle;
	padding: 0 6%;
}

#bike-buy>div>div>div:nth-of-type(5) li:nth-of-type(2) {
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	padding: 0 2%;
}

#bike-buy>div>div>div:nth-of-type(5) li a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	line-height: 24px;
}

#bike-buy>div>div>div:nth-of-type(5) li:last-child a {
	font-size: 14px;
}

#bike-buy>div>div>div:nth-of-type(6) {
	text-align: center;
}

#bike-buy>div>div>div:nth-of-type(6) p {
	line-height: 40px;
}

#bike-buy>div>div>div:nth-of-type(6) p a {
	display: inline-block;
	width: 92%;
	max-width: 400px;
	background-color: #fff;
	border: 1px solid #666;
	line-height: 60px;
	font-weight: bold;
}


/* レスポンシブ */

@media screen and (max-width:736px) {
	#bike-buy>div.grey-bg>div {
		margin: 0 3.5%;
		width: auto !important;
	}
	#bike-buy>div.grey-bg>div h2 {
		font-size: calc(50% + 2vw);
		margin-left: 3%;
	}
	#bike-buy>div>div>div:nth-of-type(1) {
		margin-bottom: 30px;
	}
	#bike-buy>div>div>div:nth-of-type(1) h3 {
		height: 8px;
		padding: 0 0 18% 0;
		background: url(../../search/buy/images/img-buy-bike-05.png) no-repeat center top;
		background-size: contain;
		text-indent: -9999px;
	}
	#bike-buy>div>div>div:nth-of-type(1) img:nth-of-type(1) {
		display: none;
	}
	#bike-buy>div>div>div:nth-of-type(1) img:nth-of-type(2) {
		display: block;
		width: 100%;
		height: auto;
	}
	#bike-buy>div>div>div:nth-of-type(2) {
		margin: 0 4%;
		padding: 15px 20px 7px;
		background: #fff;
	}
	#bike-buy>div>div>div:nth-of-type(2) h3 {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.2em;
	}
	#bike-buy>div>div>div:nth-of-type(2) li {
		font-size: calc(66% + 1vw);
		line-height: calc(120% + 2vw);
		letter-spacing: 0.1em;
	}
	#bike-buy>div>div>div:nth-of-type(3) {
		margin: 0 4% 30px;
	}
	#bike-buy>div>div>div:nth-of-type(3) h3 {
		font-size: 20px;
		line-height: 24px;
		padding: 13px 13px;
		color: #fff;
		background-color: #b0000f;
		text-align: center;
		letter-spacing: 0.1em;
		margin-bottom: 7px;
	}
	#bike-buy>div>div>div:nth-of-type(3) h3 em {
		font-size: 24px;
		font-style: normal;
		line-height: 24px;
	}
	#bike-buy>div>div>div:nth-of-type(3) h3 span:before {
		content: "▼";
		display: block;
		text-align: center;
	}
	#bike-buy>div>div>div:nth-of-type(3) h3 span {
		font-size: 14px;
		line-height: 24px;
	}
	#bike-buy>div>div>div:nth-of-type(3) ul {
		margin: 0 10px;
	}
	#bike-buy>div>div>div:nth-of-type(3) li {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0;
	}
	#bike-buy>div>div>div:nth-of-type(4) {
		background-color: #fff;
		padding: 30px 3.5%;
		margin: 0 4% 52px;
		text-align: center;
	}
	#bike-buy>div>div>div:nth-of-type(4)>p span {
		display: block;
		height: 0;
	}
	#bike-buy>div>div>div:nth-of-type(4)>div {
		border: 1px solid #999;
		padding: 120px 1vw 12px;
		background-position: center -20px;
	}
	#bike-buy>div>div>div:nth-of-type(4) h3 {
		font-size: calc(66% + 2vw);
		line-height: calc(80% + 2vw);
	}
	#bike-buy>div>div>div:nth-of-type(4)>p {
		font-size: calc(66% + 1vw);
		line-height: calc(80% + 3vw);
		letter-spacing: 0.15em;
		margin-bottom: 20px;
	}
	#bike-buy>div>div>div:nth-of-type(4)>div h4 {
		font-size: calc(66% + 2vw);
		line-height: 20px;
		font-weight: bold;
		margin-bottom: 6px;
		letter-spacing: 0.2em;
	}
	#bike-buy>div>div>div:nth-of-type(4)>div p {
		font-size: calc(50% + 1.0vw);
		line-height: calc(90% + 2vw);
	}
	#bike-buy>div>div>div:nth-of-type(4)>div p span {
		display: block;
		height: 0;
	}
	#bike-buy>div>div>div:nth-of-type(5) {
		background-color: #fff;
		padding: 0;
		margin: 0 auto 20px;
		width: 300px;
		max-width: 92%;
	}
	#bike-buy>div>div>div:nth-of-type(5) ul {
		display: table;
		width: 100%;
		background: url(../../images/bg-border.png) no-repeat center center;
	}
	#bike-buy>div>div>div:nth-of-type(5) li {
		display: table-row;
		width: auto;
		height: auto;
	}
	#bike-buy>div>div>div:nth-of-type(5) li a {
		display: table-cell;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		vertical-align: middle;
		height: 100px;
		padding: 0 20%;
	}
	#bike-buy>div>div>div:nth-of-type(5) li:nth-of-type(2) a {
		border: 0;
		padding: 0 5%;
	}
	#bike-buy>div>div>div:nth-of-type(5) li:last-child a {
		font-size: 14px;
	}
	#bike-buy>div>div>div:nth-of-type(6) p {
		font-size: calc(70% + 1vw);
		line-height: calc(120% + 2vw);
		margin: 5vw 0;
	}
	#bike-buy>div>div>div:nth-of-type(6) p a {
		font-size: 16px;
		line-height: 55px;
	}
}