@charset "UTF-8";

.used_index main {
  padding: 58px 0 0px;
  /* margin-top: 50px; */
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.used_index .title {
  padding: 240px 0 80px;
  text-align: center;
  background: url("/special_price/img/top/recovery_bg.png") no-repeat top center/cover;
}

.used_index .title h1 {
  text-align: center;
}

.used_index .title h1 img {
  max-width: 75%;
}

.telBox {
  text-align: center;
  font-size: 20px;
  padding: 8px 10px;
  width: 100%;
  border: solid 3px #548b97;
  border-radius: 7px;
  margin-top: 10px;
  font-weight: 600;
}

@media screen and (max-width: 1600px) {
  .used_index .title {
    padding: 100px 0 120px;
    background-size: cover;
  }
}

@media screen and (max-width: 1300px) {
  .used_index .title {
    padding: 160px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .used_index .title {
    padding: 60px 0 40px;
    background-position-x: center;
  }

  .used_index .title h1 img {
    max-width: 100%;
  }
}

.used_index .intro {
  color: #333333;
}

.used_index .intro.inner {
  margin-block: 100px 80px;
}

@media screen and (max-width: 768px) {
  .used_index .intro.inner {
    margin-block: 60px 80px;
  }
}

.used_index .intro h2 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  color: #0F6AAB;
}

.used_index .intro p {
  margin-top: 20px;
  font-size: 1.1em;
  text-align: center;
}

.used_index .intro .back-pink {
  margin-top: 30px;
  border-radius: 10px;
  background-color: #fde6e7;
  padding-bottom: 30px;
}

.used_index .intro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 4% 0;
  font-size: 1.1em;
}

.used_index .intro ul li {
  margin: 0.4em 1em;
  width: 45%;
}

@media screen and (max-width: 480px){
  .used_index .intro ul li {
    margin: 0.4em 0;
    width: 100%;
  }
}

.used_index .intro ul li::before {
  content: "\f058";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  padding-right: 0.2em;
  color: #e03100;
}

.used_index .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  background-color: #eee;
  padding-bottom: 80px;
}

.used_index .list .d-flex{
  display: flex;
  justify-content: center;
}

.used_index .list .d-flex-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.used_index .list .ttl .d-flex > span{
  display: block;
  color: white;
  position: relative;
  padding: 0 1rem;
  font-size: 20px;
}

.used_index .list .colorBox{
  padding-top: 0.5rem;
}

.used_index .list .gray-under{
  padding-bottom: 1rem;
}

.used_index .list .bike-class {
  width: 100%;
  padding: 2rem
}

@media screen and (max-width: 768px) {
  .used_index .list .bike-class {
    padding-inline: 0;
  }
}

.used_index .list article .bike-detail{
  color: #0F6AAB;

}

.used_index .list article .bike-ttl{
  color: #fff;
  background-color: #808080;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 1.2rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .used_index .list article .bike-ttl{
    font-size: 1rem;
    margin-right: 1rem;
  }
}


.used_index .list .articles{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.used_index .list .ttl{
  padding: 1rem 0;
}

.used_index .list .bike-num{
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
}

.used_index .list .class-1 .ttl{
  background-color: #0F6AAB;
}

.used_index .list .class-1 article .bike-num .bike-ttl{
  background-color: #0F6AAB;
  color: white;
}

.used_index .list .class-1 article .bike-num .bike-detail{
  color: #0F6AAB;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .used_index .list .class-1 article .bike-num .bike-detail{
    font-size: 1.4rem;
  }
}

.used_index .list .class-2 .ttl{
  background-color: #c54a4b;
}

.used_index .list .class-2 article .bike-num .bike-ttl{
  background-color: #c54a4b;
  color: white;
}


.used_index .list .class-2 article .bike-num .bike-detail{
  color: #c54a4b;
}

.used_index .list .class-light .ttl{
  background-color: #517c3d;
}

.used_index .list .class-light article .bike-num .bike-ttl{
  background-color: #517c3d;
  color: white
}

.used_index .list .class-light article .bike-num .bike-detail{
  color: #517c3d;
}

.used_index .list article .sasaguri .bike-ttl{
  background-color: #00788b;
  color: white
}

.used_index .list article .other .bike-ttl{
  background-color: #894a7f;
  color: white
}

.used_index .list .type {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.used_index .list .type h2 {
  font-weight: bold;
  font-size: 1.1em;
}

.used_index .list .type h2::after {
  display: block;
  content: "";
  width: 6%;
  height: 4px;
  margin: 0.2em auto 0;
  background-color: #333;
}

.used_index .list .type p {
  margin-top: 1em;
  font-size: 0.9em;
}

.used_index .list article {
  position: relative;
  width: 100%;
  padding: 2em 1em;
}

/* .used_index .list article figure{
  width: 90%;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 4 / 3;
} */

.used_index .list article .contract-txt{
  display: none;
}

.used_index .list .contract .contract-txt{
  position: absolute;
  top: 35%;
  left: 50%;
  display: block;
  transform: translate(-50%,-50%);
  color: white;
  font-size: 20px;
}

#special_price .list .contract .contract-txt{
  position: absolute;
  top: 35%;
  left: 50%;
  display: block;
  transform: translate(-50%,-50%);
  color: white;
  font-size: 20px;
  z-index: 100;
  pointer-events: none;
}


.used_index .list .outstock {
  padding: 1em;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #aaa;
}

.used_index .list .soldout::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "ご成約済み";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.used_index .list .soldout_stay::after {
  content: "商談中";
}

.used_index .list article {
  background-color: white;
  padding: 3.2rem;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
  margin-bottom: 4rem;
}

.used_index .list article > a {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .used_index .list article {
    padding: 1.6rem;
  }
}

.used_index .list .contract >a {
  position: relative;
}

.used_index .list .contract >a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#special_price .list .contract::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
#special_price .list .contract a::after {
  content: none;
}

.used_index .list article a img {
  width: 100%;
  transition: 0.3s all;
}

.used_index .list article a:hover img {
  opacity: 0.8;
  transform: scale(1.01);
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.used_index .list article h3 {
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 700;
}

.used_index .list article .price_box {
  display: grid;
  place-items: center;
  position: relative;
}

.used_index .list article .price,
.used_index .list article .special_price {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 1rem;
}

.used_index .list article .price .yen,
.used_index .list article .special_price .yen {
  font-size: 1.6rem;
  padding-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .used_index .list article .price .yen,
  .used_index .list article .special_price .yen {
    font-size: 1.2rem;
}
}

.used_index .list article .price::before {
  display: inline-block;
  content: "従来新車価格";
  font-size: 1rem;
  font-weight: 600;
}

.used_index .list article .special_price {
  color: #ea5b4b;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .used_index .list article .special_price {
    font-size: 2.8rem;
  }
}

.used_index .list article .special_price::before {
  display: inline-block;
  content: "特価価格";
  font-size: 1rem;
  color: #fff;
  background: #ea5b4b;
  padding: 0.2rem 0.8rem;
  border-radius: 1rem;
  font-weight: 600;
  flex-shrink: 0;
}

.used_index .list article .price_box .price_discount {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: 120px;
  font-size: 1.6rem;
  font-weight: 900;
  background: linear-gradient(transparent 60%, #e3bb5e 40%)
}

@media screen and (max-width: 768px) {
  .used_index .list article .price_box .price_discount {
    right: 0;
  }
}

.used_index .list article .price_box .price_discount p span {
  font-size: 1rem;
}

.used_index .list article .class_badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4em 1em;
  font-size: 0.9em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(51, 51, 51, 0.9);
  z-index: 0;
  pointer-events: none;
}

.used_index .list article .class_badge.class_gen1 {
  background-color: rgba(93, 196, 219, 0.9);
}

.used_index .list article .class_badge.class_gen2 {
  background-color: rgba(232, 130, 0, 0.9);
}

.used_index .list article .class_badge.class_kei2 {
  background-color: rgba(34, 168, 76, 0.9);
}

.used_index .list .none-txt{
  padding-top: 2rem;
  font-size: 0.8rem;
  text-align: center;
}
.used_index .list .d-none{
  display: none;
}
.used_index .footer_xeam {
  margin-top: 0;
}

.used main {
  padding-top: 58px;
  margin-top: 50px;
}

.used .breadcrumblist {
  font-size: 0.9em;
}

.used .breadcrumblist li {
  display: inline;
}

.used .breadcrumblist li + li::before {
  display: inline-block;
  content: ">";
  padding: 0 0.6em;
}

.used .breadcrumblist li a {
  color: #41aac0;
  text-decoration: underline;
}

.used .title {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.used .title .color-Box {
  padding: 0.4rem 2rem;
  margin-bottom: 0.5rem;
}

.used .title .bike-num {
  background-color: #476d94;
  color: white;
  margin-right: 0.8rem;
}

.used .title .class-1 {
  background-color: #476d94;
}

.used .title .class-2 {
  background-color: #c54a4b;
}

.used .title .class-light {
  background-color: #517c3d;
}

.used .title .class-other {
  background-color: #476d94;
}

.used .title .sasaguri {
  background-color: #00788b;
  color: white;
}

.used .title .other {
  background-color: #894a7f;
  color: white;
}

.used .title time {
  font-size: 0.8em;
}

.used .title h1 {
  font-size: 1.6em;
}

.used .soldout .title h1::before {
  display: inline-block;
  content: "ご成約済み";
  padding: 0.2em;
  margin-right: 0.4em;
  color: #fff;
  font-size: 1rem;
  background-color: #aaa;
  border-radius: 4px;
}

.used .soldout_stay .title h1::before {
  content: "商談中";
}

.used .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}

.used .main .img {
  width: 46%;
}

.used .soldout .img {
  position: relative;
}

.used .soldout .img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "ご成約済み";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.used .soldout_stay .img::after {
  content: "商談中";
}

.used .pswp__img {
  max-height: none;
}

.used .main .img .gallery-top img:hover {
  cursor: zoom-in;
}

.used .main .img .gallery-top .swiper-pagination {
  width: auto;
  bottom: 1em;
  left: auto;
  right: 1em;
  padding: 0.1em 0.4em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10em;
}

.used .main .img .gallery-thumbs {
  margin-top: 10px;
}

.used .main .img .gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
}

.used .main .txt {
  width: 50%;
}

.used .main .txt dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 1.1em;
}

.used .main .txt dl dt,
.used .main .txt dl dd {
  padding: 0.4em;
}

.used .main .txt dl dt {
  width: 25%;
  color: #888;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.used .main .txt dl dd {
  width: 75%;
  font-weight: bold;
}

.used .main .txt dl dd.price {
  text-align: right;
}

.used .main .txt dl dd.price strong {
  font-size: 2em;
  color: #df241a;
  border-bottom: 2px solid #df241a;
}

.used .main .txt dl dd.price strong::before {
  content: "￥";
  font-size: 0.8em;
}

.used .main .txt dl dd.price strong::after {
  content: "(税込)";
  font-size: 1rem;
}

.used .main .txt .btnWrap {
  margin-top: 10px;
  text-align: center;
}

.used .main .txt .btnWrap p {
  margin-top: 2em;
}

.used .main .txt .btnWrap #body_number_copy {
  display: block;
  width: 100%;
  padding: 0.8em 1em;
  margin-top: 1em;
  color: #888;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.used .main .txt .btnWrap #body_number_copy:hover {
  cursor: pointer;
}

.used .main .txt .btnWrap .btn {
  display: block;
  padding: 1em;
  margin-top: 0.6em;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
}

.used .main .txt .btnWrap .btn-red {
  background-color: #df241a;
}

.used .main .txt .btnWrap .btn-black {
  background-color: #333;
}

.used .main .txt .btnWrap .btn-gray {
  background-color: #999;
}

/*
.used main:not(.soldout) .main .txt .btnWrap .btn:hover {
  background-color: #df241a;
}
*/

.used .main .txt .btnWrap a:not([class]) {
  color: #41aac0;
}

.used .main .txt .btnWrap a:not([class]):hover {
  text-decoration: underline;
}

.used .main .txt .alert {
  padding: 1em;
  margin-top: 30px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.used .main .txt .alert ul {
  font-size: 0.9em;
}

.used .main .txt .alert ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.used .main .txt .alert ul li + li {
  margin-top: 0.4em;
}

.used .detail {
  margin-top: 80px;
}

.used .detail h2 {
  font-size: 1.4em;
}

.used .detail dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.used .detail dl dt,
.used .detail dl dd {
  width: 25%;
  padding: 0.6em;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.used .detail dl dt {
  background-color: #eee;
}

.used .detail {
  margin-top: 80px;
}

.used .detail > * {
  margin-top: 1rem;
}

.used .detail h2 {
  font-weight: bold;
  font-size: 1.4em;
}

.used .detail h3 {
  margin-top: 2rem;
  color: #666;
  font-weight: bold;
  font-size: 1.1em;
}

.used .detail h3::before {
  display: inline;
  content: "■";
  padding-right: 0.4em;
}

.used .detail strong {
  display: inline;
  color: #e84118;
}

.used .detail small {
  color: #888;
}

.used .detail a {
  color: #41aac0;
}

.used .detail a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .used_index .list article {
    width: 50%;
  }

  .used .main {
    display: block;
  }

  .used .main .img {
    width: auto;
  }

  .used .main .img .swiper-slide {
    text-align: center;
  }

  .used .main .txt {
    width: auto;
    margin-top: 30px;
  }

  .used .detail dl dt,
  .used .detail dl dd {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .used_index .list {
    display: block;
  }

  .used_index .list article {
    width: auto;
  }
}
.battery_info {
  border: solid 1px #df241a;
  padding: 1.5em;
  color: #df241a;
}

.text-center{
  text-align: center;
}

.otoshidama_ttl{
  background-color: #c2272c;
  text-align: center;
  padding: 30px;
  color: white;
  margin-top: 40px;
}

.otoshidama_ttl h2{
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.otoshidama_ttl h2 span{
  text-align: center;
  font-size: 22px;
  background-color: #fff;
  padding: 10px 105px;
  color: #c2272c;
}

.otoshidama_ttl p{
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
}

.used_index .list article .price-delete{
  position: relative;
  line-height: 1;
  width: fit-content;
  padding: 0;
  margin: 15px auto;
}

.used_index .list article .price-delete::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: solid 1px #333333;
  transform: translate(0,52%);
  background-color: transparent;
}

.used_index .list article .price-campaign{
  display: flex;
  background-color: #e0243f;
  color: white;
  padding: 10px;
  margin: 15px;
  align-items: center;
  justify-content: center;
}

.used_index .list article .price-campaign .campaign-l {
  font-size: 0.7em;
  text-align: right;
  margin-right: 10px;
}

.used_index .list article .price-campaign .campaign-r {
  font-size: 1.3em;
}

.used_index .list article .out-of-campaign{
  background-color: black;
  color: white;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 1.3em;
  margin: 10px;
  margin-top: 0;
}

.used .main .txt dl .price-delete{
  position: relative;
}

.used .main .txt dl .price-delete::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: solid 1px #333333;
  background-color: transparent;
}

.used .main .txt dl .otoshidama-dt{
  background-color: #e0243f;
  color: white;
  white-space: nowrap;
  overflow: visible;
  position: relative;
  font-size: 16px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  width: 30%;
  align-items: center;

}

.used .main .txt dl .otoshidama-dd{
  background-color: #e0243f;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 70%;
}

.used .main .txt dl dd.otoshidama-dd strong{
  color: white;
}

.used .main .txt dl dt.out-of-campaign{
  background-color: black;
  color: white;
  width: 100%;
  justify-content: center;
  font-size: 1.3em;

}

.used .main .txt dl dd.out-of-campaign{
  background-color: black;
  color: white;
  width: 0%;
}

@media screen and (max-width: 480px) {
  .otoshidama_ttl h2 span{
    font-size: 16px;
    padding: 10px;
  }
}

.used_index .list .repair {
  border: 1px solid #000;
  padding: 1.6rem;
  text-align: center;
}

.used_index .list .warranty {
  margin-top: 24px;
  border: 1px solid #666;
}

.used_index .list .warranty h4 {
  display: block;
  text-align: center;
  color: #fff;
  background: #666;
  font-size: 18px;
  padding-block: 12px;
}

.used_index .list .warranty_inner {
  padding: 24px;
  display: grid;
  place-items: center;
}

.used_index .list .warranty_inner dl {
  margin-top: 4px;
  display: flex;
  width: 55%;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .used_index .list .warranty_inner dl {
    flex-direction: column;
    width: unset;
  }
}

.used_index .list .warranty_attention {
  text-align: right;
  padding: 12px;
  font-size:smaller;
}

.used_index .list .warranty_detail {
  display: grid;
  place-items: center;
}

.used_index .list .warranty_detail .warranty_detail-btn {
  background: #ea5b4b;
  border-radius: 20px;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  line-height: 52px;
  padding-inline: 40px;
  font-weight: 700;
  transition: 0.2s all linear;
}

@media screen and (max-width: 600px) {
  .used_index .list .warranty_detail .warranty_detail-btn {
    font-size: 16px;
    line-height: 40px;
  }
}

.used_index .list .warranty_detail .warranty_detail-btn:hover {
  opacity: 0.8;
  transform:scale(1.05);
}