@charset "utf-8";
#main {
	font-size: calc(14rem / 16);
}
.container {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
}
@media screen and (min-width: 751px) {
	#main {
		font-size: calc(16rem / 16);
	}
	.container {
    width: min(90%, 1233px);
		margin-left: auto;
		margin-right: auto;
	}
}
.bg-nav {
	font-size: calc(24rem / 16);
  font-weight: bold;
  line-height: 50px;
  border-bottom: solid 2px #003899;
}
@media screen and (min-width: 751px) {
  .bg-nav {
		font-size: calc(42em / 16);
    line-height: 90px;
	}
}
/*

*/
#catalog-title {
	padding-top: 40px;
}
#catalog-title .flexwrap {
	display: flex;
	justify-content: center;
}
#catalog-title .flexwrap div {
	width: 47.5%;
	margin-right: 3%;
  display: flex;
}
#catalog-title .flexwrap div:last-child {
	margin-right: 0;
}
a.cp_btn {
	color: #fff;
	text-align: center;
	line-height: 1.5;
	display: block;
	text-decoration: none;
	border-radius: 5px;
	background: #0068b7;
	margin: 20px 0 0;
	padding: 0.75em 0.5em;
	transition: .4s;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) {
	#main .container {
    width: min(90%, 980px);
  }
	#catalog-title .flexwrap div {
		width: 24%;
	}
	a.cp_btn {
	  padding:0.5em;
		margin: 30px 0 0;
	}
	a.cp_btn:hover {
		background: #045089;
	}
}
@media screen and (max-width: 750px) {
  a.cp_btn{
	  padding: 0.75em 0.5em;
  }
  a.cp_btn.letter-spacing_s{
    letter-spacing: -1.7px;
  }
}
/*



*/
.catalog-title {
	font-size: calc(20rem / 16);
	font-weight: normal;
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #000;
	margin-top: 30px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.catalog-title::after {
	content: "";
	display: block;
	width: 260px;
	height: 8px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,60%) scale(-50%);
}
@media screen and (min-width: 751px) {
	.catalog-title {
		margin-top: 40px !important;
	}
	.catalog-title::after {
		width: 268px;
		height: 10px;
	}
}
/*


*/
.lineupBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 11px;
}
.lineupBox > div {
	width: 48.8%;
	margin-top: 30px;
}
.lineupBox .carBox > span:first-child {
  display: block;
	font-weight: bold;
	line-height: 1.2;
  padding: 0 0 7px 0;
  min-height: 3em;
}
.lineupBox .carBox.line1 > span {
  min-height: auto;
}
@media screen and (min-width: 751px) {
	.lineupBox {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
		grid-gap: 0 4.68%;
		margin: 0 20px;
	}
	.lineupBox > div {
		width: 100%;
		margin-top: 30px;
	}
}
.lineupBox a {
	display: block;
}
.lineupBox a.otherLink {
  font-size: 0.8em;
  text-decoration: underline;
  padding-top: 5px;
}
.lineupBox .image {
	display: block;
	position: relative;
	border: 1px solid #c4c4c4;
}
.lineupBox .image:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: -20px;
	background-image: url("/car/accessory/catalog/img/date-shadow.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: -1;
}
.lineupBox .btn {
	font-size: calc(12rem / 16);
	text-align: center;
	font-weight: normal;
	display: block;
	background-color: #d9d9d9;
	border-radius: 0;
	padding: 10px;
}
.lineupBox a:hover {
	text-decoration: none;
}
@media screen and (min-width: 751px) {
	.lineupBox .btn {
		font-size: calc(14rem / 16);
	}
}
@media screen and (min-width: 961px) {
	.lineupBox .image:hover {
		background-color: #fff;
	}
	.lineupBox a:hover .btn {
		background-color: #0066cc;
		color: #fff;
	}
}
/*


*/
.ca {
	border: 1px solid #909090;
	padding: 10px;
	margin-top: 40px;
	line-height: 180%;
}
@media screen and (min-width: 751px) {
	.ca {
		margin-top: 60px;
		padding: 30px;
	}
}
#main h3 {
	width: 175px;
	border: none;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}
.ca span {
	padding: 15px 15px 0px 15px;
	display: block;
}
span.red {
	color: #ff0000;
	padding: 0;
}
#catalog-title a.caa {
	text-decoration: underline;
}
#catalog-title a.caa:hover {
	text-decoration: none;
}
/*


*/