@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;900&display=swap");
body {
  font-family: "M PLUS Rounded 1c", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.site-description {
  background-color: #23b459;
}

@media screen and (min-width: 62.5em) {
  .site-description {
    background-color: transparent;
  }
  header #site-navigation input#panel.on-off + div.nav-menu-open {
    background-color: #23b459;
  }
}
.mvUnder {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mvUnder > li {
  font-size: 18px;
  margin-top: 1em;
  display: inline-block;
}

.mvUnder > li:not(:first-of-type) {
  margin-left: 2em;
}

.mvUnder > li a {
  font-weight: 700;
}

@media screen and (min-width: 62.5em) {
  #site-navigation li.current-menu-item > a {
    background-color: #25742d;
  }
  #site-navigation li {
    border-right-color: #25742d;
  }
  #site-navigation ul li:first-child {
    border-left-color: #25742d;
  }
  #site-navigation li a:hover {
    background-color: #25742d;
  }
}
h1.site-title img {
  width: auto;
  max-width: 100%;
}

footer {
  background-color: #23b459;
}

footer a:hover {
  color: #25742d;
}

@media screen and (min-width: 62.5em) {
  footer {
    background-color: #23b459;
  }
}
.mainVisual {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.front-il .itemimg a {
  aspect-ratio: 1/1;
}

.front-il .itemimg a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.widget_basic_item_list .itemimg {
  aspect-ratio: 1/1;
}

.widget_basic_item_list .itemimg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.cat-il.type-grid .itemimg a {
  aspect-ratio: 1/1;
}

.cat-il.type-grid .itemimg a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* result_list
-------------------------------- */
.result_area {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.714286em 2.142856em;
}

.result_area .result_list {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -30px;
  justify-content: center;
}

.result_area .result_list li {
  box-sizing: border-box;
  width: 33.3333%;
  padding: 30px 0 0 30px;
  margin-top: 30px;
}

.result_area .result_list li a {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 28px 120px;
  border: #20b258 solid 2px;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #20b258;
}

.result_area .result_list li .label01 {
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  left: -40px;
  width: 180px;
  padding: 3px 10px 3px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
  z-index: 3;
  opacity: 0;
}

.result_area .result_list li .label01.car_status04 {
  background-color: #20b258;
  opacity: 1;
}

.result_area .result_list li .label01.car_status05 {
  background-color: #feb119;
  opacity: 1;
}

.result_area .result_list li .label01.car_status06 {
  background-color: #ff0000;
  opacity: 1;
}

.result_area .result_list li figure {
  margin-bottom: 15px;
}

.result_area .result_list li figure img {
  width: 100%;
}

.result_area .result_list li .ttl {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.result_area .result_list li p {
  color: #333;
  font-size: 15px;
}

.result_area .result_list li .btn {
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 28px;
}

.result_area .result_list li .btn span {
  position: relative;
  display: block;
  padding: 22px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #feb119;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .result_area .result_list {
    margin: 0;
  }
  .result_area .result_list li {
    width: 50%;
    padding: 0 5px;
  }
  /* .result_area .result_list li + li {
  	margin-top: 20px;
  } */
  .result_area .result_list li a {
    padding: 13px;
    height: auto;
  }
  .result_area .result_list li .ttl {
    font-size: 16px;
  }
  .result_area .result_list li p {
    font-size: 13px;
  }
  .result_area .result_list li .btn {
    position: static;
    margin-top: 15px;
    padding: 0;
  }
  .result_area .result_list li .btn span {
    padding: 15px 20px;
    font-size: 18px;
  }
  .result_area .result_list li .btn span:before {
    right: 15px;
    width: 26px;
    height: 26px;
  }
}/*# sourceMappingURL=addition.css.map */