@charset "UTF-8";

#contents_area {
  margin-top: 90px;
}

#carlineup {
  width: 980px;
  margin: 0 auto;
  font: 13px/1.231 HondaGlobalFontJP-Regular, sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
  font-family: HondaGlobalFontJP-Regular, sans-serif;
  text-align: left;
}

.lineup-result {
  padding-bottom: 40px;
}

.lineup-result-article {
  margin-bottom: 80px;
}

.lineup-result-article:last-child {
  margin-bottom: 0;
}

.lineup-result-article_header {
  margin-bottom: 26px;
  padding-bottom: .5em;
  border-bottom: 1px solid #808080;
  color: #444;
  text-align: left;
}

.lineup-result-article_header:last-child {
  margin-bottom: 0;
}

.lineup-result-article_header-text {
  font-size: 18px;
  font-family:"HondaGlobalFontJP-Bold",sans-serif;
}

.lineup-result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -30px -30px;
  text-align: center;
}

.lineup-result-list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 25%;
  padding: 0 30px 30px;
}

.lineup-result-list_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
  /* padding-bottom: 76px; */
}

.lineup-result-list_item dl > dt {
  margin-bottom: 25px;
  font-size: 0;
  line-height: 1;
}

.lineup-result-list_item dl > dt img {
  width: 100%;
  height: auto;
}

.lineup-result-list_item dl > dd {
  font-size: 13px;
}

.lineup-result-list_item dl > dd dl {
  margin-top: 8px;
  line-height: 1;
}

.lineup-result-list_item dl > dd dl dt {
  color: #444;
}

.lineup-result-list_item dl > dd dl dt::after {
  margin: 0 .1em;
  content: "：";
}

.lineup-result-list_item dl > dd dl dd {
  color: #444;
}

.lineup-result-list_item .name {
  color: #444;
  font-size: 16px;
  font-family:"HondaGlobalFontJP-Bold",sans-serif;
  line-height: 1;
}

.lineup-result-list_item .cat {
  margin-top: 8px;
  color: #444;
  font-size: 12px;
  font-weight: normal;
  font-family:"HondaGlobalFontJP-Light",sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.lineup-result-list_item .engine {
  margin-top: 16px;
  color: #444;
  font-size: 13px;
  font-weight: normal;
  font-family:"HondaGlobalFontJP-Regular",sans-serif;
  line-height: 1;
}

.lineup-result-list_item .price-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  text-align: left;
}

.lineup-result-list_item .price-dl dt {
  font-size: 13px;
  white-space: nowrap;
}

.lineup-result-list_item .price-dl dd {
  font-size: 13px;
}

.lineup-result-list_item .drivesystem-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.lineup-result-list_item .drivesystem-dl dt {
  font-size: 13px;
  white-space: nowrap;
}

.lineup-result-list_item .drivesystem-dl dd {
  font-size: 13px;
}

.lineup-result-list_item .fuel-dl {
  display: none;
}

.lineup-result-list_item .fuel-dl dt {
  font-size: 13px;
  white-space: nowrap;
}

.lineup-result-list_item .fuel-dl dd {
  font-size: 13px;
}

.lineup-result-list_item .aside {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  margin: auto;
}

.lineup-result-list_item .aside li {
  margin-bottom: 4px;
}

.lineup-result-list_item .aside li:last-child {
  margin-bottom: 0;
}

.lineup-result-list_item .aside a {
  display: block;
  position: relative;
  padding: 7px 26px;
  background-color: #ededed;
  color: #000;
  font-size: 12px;
  font-family:"HondaGlobalFontJP-Light",sans-serif;
}

.lineup-result-list_item .aside a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}

.lineup-result-list_item .aside a.is-disabled {
  background-color: rgba(237, 237, 237, 0.6);
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.lineup-result-list_item .aside a.is-disabled::after {
  border-color: #000;
}
