@charset "UTF-8";
/* 新着
------------------------ */
body{
    text-align:center;
}
.new-articles-list-section {
  padding: 100px 0;
}

.new-articles-list-section .new-articles-list-inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .new-articles-list-section .new-articles-list-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2rem 0;
  }
}

/* 関連
------------------------ */
.related-list-section {
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .related-list-section {
    padding-top: 60px;
  }
}

.articles-wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 90px;
}

@media screen and (max-width: 767px) {
  .articles-wrap {
    width: 100%;
    padding: 50px 20px 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.articles-wrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .articles-wrap .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.articles-wrap .items .item {
  width: 490px;
  border: 1px solid #ddd;
  border-radius: 1rem;
}

.articles-wrap .items .item:nth-child(n + 2) {
  margin-top: 20px;
}

.articles-wrap .items .item > a {
  display: block;
}

.articles-wrap .items .item .image {
  width: 270px;
}

.articles-wrap .items .item .image img {
  border-radius: 1rem 0 0 1rem;
}

.articles-wrap .items .item .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.articles-wrap .items .item .title-wrap {
  width: 220px;
  margin-top: 0;
  padding: 1.5rem 2rem;
}

.articles-wrap .items .item .title {
  margin-top: 0;
  height: 4.5em;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.articles-wrap .items .item .publish-at {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 2.28571;
  text-align: left;
  color: #a0a0a0;
}

.articles-wrap .items .item .publish-at img {
  display: inline-block;
  width: 0.7rem;
}

.articles-wrap .items .item .publish-at .time {
  margin-left: 0.5rem;
}

.articles-wrap .object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media screen and (max-width: 767px) {
  .articles-wrap .items .item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .articles-wrap .items .item:nth-child(n + 2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .articles-wrap .items .item:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .articles-wrap .items .item .title-wrap {
    width: 20rem;
    margin-top: 0;
    padding: 1rem 1.5rem;
  }
}

/* もっと
------------------------ */
.new-more {
  margin: 30px 0 50px;
  display: none;
  /* 「カテゴリー絞り込み」と「もっと見る」の両立ができないので一旦隠し 32行目と連携 */
}

.new-more .new-more-motto {
  position: relative;
  font-size: 16px;
}

.new-more .new-more-motto:before {
  position: absolute;
  content: "";
  display: block;
  top: 130%;
  left: 40%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: rotate(135deg);
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-color: #000 #000 transparent transparent;
}

@media screen and (max-width: 767px) {
  .new-more .new-more-motto {
    font-size: 1rem;
  }
}

/* 3つめ以降隠す 6行目と連携*/
/* #pit-tips .new-articles .articles .article-wrap.is-hidden,
.item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
} */
/* 店舗一覧 start */
.store-search .area .prefectures {
  display: none;
}

/* カテゴリー
------------------------ */
/* カテゴリー ボタン */
.category-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem auto 0;
}

.category-btn .category-wrap {
  background: transparent;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  width: calc((100% / 4) - 15px);
}

@media screen and (max-width: 767px) {
  .category-btn .category-wrap {
    width: 100%;
    margin: 0 0 15px;
  }
  .category-btn .category-wrap:last-of-type {
    margin: 0 0 0;
  }
}

.category-btn .cateBtn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: Noto Sans Japanese, sans-serif;
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: .2em;
  text-align: center;
  background: #fff;
  color: #000;
  padding: .25em 0;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .category-btn .cateBtn {
    font-size: .9rem;
  }
}

.category-btn .cateBtn.active {
  background: #505050;
  color: #fff;
}

/* カテゴリー コンテンツ */
.category-list {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100rem;
  overflow: hidden;
}

.category-list li {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .category-list li {
    width: 100%;
  }
}

.category-list li:last-of-type:after {
  display: block;
  content: "";
  width: calc(100% / 3);
}

.category-list li:nth-child(even) {
  margin-right: 0;
}

.category-list .article-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #f0f0f0;
  padding: 2rem 20px 0;
}

@media screen and (max-width: 767px) {
  .category-list .article-category {
    padding: 1rem 20px 0;
  }
}

.category-list .article-content {
  padding: 0 20px 20px;
}

.category-list .category {
  display: inline-block;
  margin: 0 0;
}

.category-list .label a {
  display: block;
  padding: .3em .5em;
  background: #000;
  color: #fff;
  font-size: .8rem;
}

@media screen and (max-width: 767px) {
  .category-list .label a {
    font-size: 12px;
  }
}

.category-list .article-title {
  height: 3em;
  font-size: 1.1rem;
  margin-top: 10px;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .category-list .article-title {
    font-size: 14px;
    height: auto;
  }
}

.category-list .article-title a {
  font-weight: bold;
}

.category-list .article-note {
  margin-top: 1rem;
  padding: 0 0;
}

@media screen and (max-width: 767px) {
  .category-list .article-note {
    margin-top: 10px;
  }
}

.category-list .article-note .text {
  font-size: .9rem;
  min-height: 8rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .category-list .article-note .text {
    min-height: initial;
    font-size: 12px;
  }
}

.category-list .article-status {
  margin-top: 1.5rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.category-list .article-status .status {
  margin: 0;
  padding: 0 1rem;
}

.category-list .article-status .username {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: left;
  color: #404040;
}

.category-list .article-status .publish-at {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-list .article-status .publish-at img {
  width: .8rem;
  display: inline-block;
}

.category-list .article-status .publish-at .text {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 700;
  font-size: .8rem;
  text-align: left;
  color: #a0a0a0;
}

.category-list .article-wrap {
  border: 1px solid #e6e6e6;
}

.category-list .article-wrap:nth-child(3n), .category-list .article-wrap:last-child {
  border-right: 1px solid #e6e6e6;
}

.category-list .catch .object-fit {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* クルマを売る 査定士 */
.audit {
  width: 1000px;
  margin: 100px auto;
}

.audit * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .audit {
    width: 100%;
  }
}

.audit .audit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 550px;
  margin: 40px auto 60px;
}

@media screen and (max-width: 767px) {
  .audit .audit-area {
    width: 100%;
    padding: 0 20px;
  }
}

.audit .audit-area .audit-area-text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .audit .audit-area .audit-area-text {
    padding-left: 10px;
  }
}

.audit .audit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .audit .audit-list {
    padding: 0 20px;
  }
}

.audit .audit-list .audit-list-box {
  width: calc((100% / 3) - 20px);
  margin-bottom: 20px;
  padding: 24px;
  background: #fff;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .audit .audit-list .audit-list-box {
    width: 100%;
  }
}

.audit .audit-title {
  font-size: 20px;
  padding-bottom: 5px;
}
/*# sourceMappingURL=cars-parts.css.map */