@charset "utf-8";

#obi-10man{
	display: none !important;
}
header:has(> #obi-10man) + article{
	margin-top: 56px !important;
}
@media (min-width: 576px) {
header:has(> #obi-10man) + article{
	margin-top: 56px !important;
}
}
@media (min-width: 768px) {
header:has(> #obi-10man) + article{
	margin-top: 146px !important;
}
#obi-10man{
	display: none;
}
}
@media(max-width:767px) {
.check-x-06:has(> #obi-10man) + center{
	padding-top: 124px !important;
}
}


/*共通　右下のボタン*/
.wrap-fix{
	padding-right: 10px !important;
}

.btn-black-03{
	display: inline-block;
	border-radius: 10px;
	background: rgb(209,28,22);
	background: linear-gradient(180deg, rgba(209,28,22,1) 0%, rgba(184,29,34,1) 100%);
	border:2px solid rgba(255,255,255,0.3);
	color: #fff;
	font-size: 18px;
	padding: 18px 55px 20px 40px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	font-weight: bold;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
	position: relative;
}

/*mobiトップの車画像、非表示*/
.btn-black-03:after{
	display: none;
}

.add-window{
	position: relative;
}

.add-window:before{
	content: "\f24d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	font-size: 14px;
}
.btn-black-03.add-window:before{
	right: 15px;
	font-size: inherit;
	font-weight:normal;
}


@media(max-width:786px) {
	.btn-black-03{
		display: block;
		width: 94%;
		font-size: 20px;
	}
}
