@charset "UTF-8";
.main-visual{
  background-color: #13caff;
  padding-top: 84px;
}

.stock .tag-img img{
  width:100%;
  max-width: 640px;
  margin: 0 auto;
  display: block;
  padding-left: 10%;
  margin-bottom: 40px;
}



.stock-car{
  border: 2px solid #ddd;
  width: 19%;
  margin: 0.5%;
  padding: 5px;
  position:relative;
}

.stock-car .ico {
	position:absolute;
	top:0;
	right:0;
}

.stock-icon{
  font-size: 35px;
  justify-content: space-around;
  color: #fff;
}

.stock1{
  position: relative;
  text-align: center;
  background-color: #ff6767;
  padding-top: 70px;
  border-radius: 50%;
  line-height: 1.4;
  width: 230px;
  height: 230px;
  box-shadow: 2px 4px 21px #5f5f5f;
  margin: 30px 50px;
}
.stock1 a{
  position: absolute;
  height: 90%;
  width: 90%;
  top: 11px;
  right: 11px;
}

.stock-icon .stock2{
  position: relative;
  text-align: center;
  background-color: #67abff;
  border-radius: 50%;
  padding-top: 78px;
  height: 230px;
  width: 230px;
  font-size: 32px;
  line-height: 1.4;
  box-shadow: 2px 4px 21px #5f5f5f;
  margin: 30px 50px;
}
.stock2 a{
  position: absolute;
  height: 90%;
  width: 90%;
  top: 11px;
  right: 11px;
}

.car-img img{
  width: 100%;
}

.car-name{
  border-bottom: 2px solid #ddd;
  font-size: 130%;
  font-weight:bold;
  line-height:1.4em;
}

.cars{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

.car-price{
  border-top: 2px solid #ddd;
  display: flex;
  justify-content: flex-end;
  font-size: 22px;
  font-weight: bold;
}

.car-price .manen{
  font-size: 50%;
  color: #000;
}

.car-price{
  color: #ff0000;
}

.car{
  color: #000;
  display:block;
}

.car .car-info {
	min-height:80px;
	padding: 2px 0px;
}

.car .car-info p {
	line-height:1.4em;
	padding: 2px;
}
.car .car-info p.name {
	font-weight:bold;
}

.illust{
  text-align: center;
  max-width: 420px;
}
.illust img{
	width:100%;
}

.stock,
.under-nav{
  margin-bottom: 50px;
}

.col-box{
  display: flex;
flex-wrap: wrap;
}

.col-box a{
  width: 30%;
  display: block;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /* -moz-box-shadow: 0px 2px 5px rgba(000,000,000,0.1), inset 0px 0px 2px rgba(255,255,255,0);
  -webkit-box-shadow: 0px 2px 5px rgba(000,000,000,0.1), inset 0px 0px 2px rgba(255,255,255,0);
  box-shadow: 0px 2px 5px rgba(000,000,000,0.1), inset 0px 0px 2px rgba(255,255,255,0); */
  box-shadow:3px 3px 9px #777777;
  background-color: #fff;
  color: #333;
  margin-bottom: 45px;
  margin-right: 5%;
}
.col-box a:nth-child(3n){
  margin-right: 0;
}

.col-box a .main_txt{
    margin-bottom: 0px;
    color: #f6a474;
    text-align: center;
}
.col-box a .sub_txt{
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px
}
.col-box a img{
  width: auto;
  height: 50px;
}

.ico{
  text-align: center;
}
.col-box a.sp-only{
  display: none;
}
