@charset "UTF-8";
.t-c {
  text-align: center;
}

.content {
  max-width: 1200px;
  letter-spacing: 0.1em;
}

.content * {
  box-sizing: border-box;
}

.content p {
  color: #767676;
  margin-bottom: 36px;
  line-height: 1.8;
}

.note {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px !important;
}
@media (max-width: 1000px) {
  .note {
    font-size: 1rem;
  }
}

.c_red {
  color: #961d3b;
}

.comGrayBtn {
  text-align: left;
}
.comGrayBtn .comBtn {
  width: 100%;
  margin: 0;
}
.comGrayBtn .comBtn a {
  display: block;
  width: 100%;
  background: #fff;
}
@media (max-width: 1000px) {
  .comGrayBtn .comBtn a {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .comGrayBtn .comBtn a {
    font-size: 1.4rem;
  }
}
.comGrayBtn .comBtnBlank a {
  color: #121212;
}
.comGrayBtn .comBtnBlank a::after {
  margin-top: -8px;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 28px;
  background: url("../img/icon_blank.png") no-repeat left top/15px;
  content: "";
}
.comGrayBtn .comBtnBlank a:hover::after {
  background: url("../img/icon_blank_on.png") no-repeat left top/15px;
}

.content p {
  color: #767676;
}
.content h1 {
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  margin: 60px 0;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .content h1 {
    margin: 30px 0;
    font-size: 2.8rem;
  }
}
.content h1 span {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .content h1 span {
    font-size: 2rem;
  }
}

.car_block {
  background: #ebebeb;
  padding: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .car_block {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.car_block h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.8rem;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .car_block h2 {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}
.car_block .lead {
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .car_block .lead {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
}
.car-image{
	margin-bottom: 1.5rem;
}
.car_block .price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.car_block .price > div {
  text-align: left;
  color: #121212;
  width: calc(100% / 3 - 15px);
  font-size: 1.6rem;
  margin-bottom: 42px;
}
.car_block .price.col-2 > div{
  width: calc(100% / 2 - 15px);
}
@media (max-width: 767px) {
	.car_block .price > div,
	.car_block .price.col-2 > div{
		width: 100%;
	}
	
}
.car_block .field-type{
	font-size: 2.2rem;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.car_block .field-type-sub{
	font-size: 70%;
	margin-bottom: 1rem;
}
.car_block .field-price{
	margin-bottom: .5rem;
}
.car_block .field-price-type small{
	font-size: 70%;
}
.car_block .price .field-price small{
	display: block;
	font-size: 80%;
}
.car_block .price .field-type-edition{
	font-size: 1.8rem;
}
.car_block .price .field-type-edition small{
	font-size: 80%;
}
.car-image-sub{
	display: flex;
}
.car-image-sub img{
	max-width: 50%;
	width: 100%;
}
@media (max-width: 767px) {
  .car_block .price p {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
}
.car_block .price .field-price strong {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .car_block .price .field-price strong {
    font-size: 1.8rem;
  }
}
.car_block .ph {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.car_block .ph p {
  text-align: center;
  width: 49%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .car_block .ph p {
    width: 100%;
  }
  .car_block .ph p:first-child {
    margin-bottom: 10px;
  }
}
.car_block .ph p img {
  width: 100%;
  max-width: 530px;
}
section dl {
  color: #767676;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-bottom: 30px;
}
section dl dt {
  width: 12%;
}
@media (max-width: 1199px) {
  section dl dt {
    width: 15%;
  }
}
@media (max-width: 1199px) {
  section dl dt {
    width: 15%;
  }
}
@media (max-width: 1000px) {
  sectionk dl dt {
    width: 100%;
  }
  section dl dt:after {
    content: "：";
  }
}
section dl dd {
  width: 88%;
}
@media (max-width: 1199px) {
  section dl dd {
    width: 85%;
  }
}
@media (max-width: 1000px) {
  section dl dd {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (min-width: 1001px) {
  section dl dd {
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  section dl dd:before {
    content: "：";
  }
}
.car_block .comBtn a {
  width: 450px;
  margin: 0 auto;
}

#dealer h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #dealer h2 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
#dealer .comBtn a {
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
