@charset "UTF-8";
/* Scss Document */
.list_box {
  margin-top: 2.5em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 1.5em;
}
@media screen and (max-width: 414px) {
  .list_box {
    padding: 1em;
  }
}
.list_box .car_profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 414px) {
  .list_box .car_profile {
    display: block;
  }
}
.list_box .car_profile > li {
  width: calc(50% - 1em);
}
@media screen and (max-width: 414px) {
  .list_box .car_profile > li {
    width: 100%;
  }
}
.list_box .car_profile > li:first-child div {
  box-sizing: border-box;
}
.list_box .car_profile > li:last-child {
  position: relative;
}
@media screen and (max-width: 414px) {
  .list_box .car_profile > li:last-child {
    margin-top: 1em;
  }
}
.list_box .car_profile > li:last-child h2 {
  font-size: 1.25em;
  line-height: 1.3;
  border-bottom: 2px #3cf solid;
  color: #333;
  padding-bottom: 8px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.list_box .car_profile > li:last-child h2 span {
  margin-left: 20px;
  font-size: 80%;
  color: #999;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 414px) {
  .list_box .car_profile > li:last-child h2 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 320px) {
  .list_box .car_profile > li:last-child h2 {
    font-size: 1em;
  }
}
.list_box .car_profile > li:last-child .profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
}
.list_box .car_profile > li:last-child .profile li {
  border-bottom: 1px solid #fff;
  text-align: center;
  line-height: 2;
  font-size: 0.875em;
  vertical-align: middle;
  position: relative;
}
.list_box .car_profile > li:last-child .profile li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.33333333;
  font-weight: 700;
  color: #FF0000;
}
.list_box .car_profile > li:last-child .profile li span::after {
  content: " 万円";
  font-size: 0.66666666em;
  color: #231815;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .list_box .car_profile > li:last-child .profile li {
    font-size: 0.75em;
  }
}
.list_box .car_profile > li:last-child .profile li:nth-child(odd) {
  background: #ddd;
  width: 20%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .list_box .car_profile > li:last-child .profile li:nth-child(odd) {
    width: 40%;
  }
}
.list_box .car_profile > li:last-child .profile li:nth-child(even) {
  width: 30%;
  background: #eee;
}
.list_box .car_profile > li:last-child .profile li:nth-child(even).sale {
  font-weight: 700;
  background: #C3EFFD;
}
.list_box .car_profile > li:last-child .profile li:nth-child(even).discussion {
  font-weight: 700;
  background: #FCE1BF;
}
.list_box .car_profile > li:last-child .profile li:nth-child(even).sold {
  font-weight: 700;
  background: #FFA0A1;
}
@media screen and (max-width: 768px) {
  .list_box .car_profile > li:last-child .profile li:nth-child(even) {
    width: 60%;
  }
}
.list_box .car_profile > li:last-child .photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.list_box .car_profile > li:last-child .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_box .car_profile > li:last-child .photo ul li {
  width: calc(33.33333333% - 6.66666666px);
}
@media screen and (max-width: 960px) {
  .list_box .car_profile > li:last-child .photo {
    position: inherit;
    margin-top: 1em;
  }
}
