@charset "UTF-8";

.used_index main {
  padding: 58px 0 0px;
  /* margin-top: 50px; */
  background-color: #ffffff;
}

.used_index .title {
  text-align: center;
  background: url("/img/used/used-agent/01.png") no-repeat top center/contain;
  aspect-ratio: 16 / 6;
  position: relative;
}

@media screen and (max-width: 768px){
  .used_index .title {
    background: url("/img/used/used-agent/02.png") no-repeat top center/contain;
    aspect-ratio: 16 / 15;
  }
}

.used_index .title .inner {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: auto;
}
.used_index .title h1 {
  text-align: center;
  font-size: 3.0em;
  color: white;
}
@media screen and (max-width: 768px){
  .used_index .title h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 400px){
  .used_index .title h1 {
    font-size: 2.2em;
  }
}

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

.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 {
    background-size: cover;
  }

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

@media screen and (max-width: 768px) {

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

.used_index .intro {
  color: #333333;
}

.used_index .intro h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #1a00e0;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {

  .used_index .intro h2 {
    font-size: 1.8em;
  }
}

.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 .back-pink br{
  display: none
}

.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 .back-pink br{
    display: block;
  }
  .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 .ttl .d-flex > span:first-child::after{
  content:'';
  width: 1px;
  height: 60%;
  background-color: white;
  position: absolute;
  transform: translate(1rem,33.3%);
}

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

.used_index .list .gray-under{
  border-bottom: solid 1px #808080;
  padding-bottom: 1rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

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

.used_index .list article .bike-detail{
  color: #333;
  font-size: 0.9rem;
}

.used_index .list article .bike-ttl{
  color: #fff;
  background-color: #808080;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.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{
  padding-bottom: 1.5rem;
}

.used_index .list .class-1 .ttl{
  background-color: #476d94;
}

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

.used_index .list .class-1 article .bike-num .bike-detail{
  color: #476d94;
}

.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: calc(100% / 3);
  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;
}

.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 a {
  position: relative;
  display: inline-block;
  background-color: white;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
}

.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);
}

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

.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;
}

.used_index .list article .price_re2,
.used_index .list article .price_re1,
.used_index .list article .price {
  margin-top: 10px;
  color: #df241a;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1rem;
}

.used_index .list article .price .yen{
  font-size: 0.6em;
  padding-left: 0.5rem;
}

.used_index .list article .price::before {
  display: inline-block;
  content: "税込価格";
  font-size: 0.6em;
  color: #808080;
}

.used_index .list article .price_re1::before {
  display: inline-block;
  content: "1バッテリー税込 ￥";
  font-size: 0.6em;
}

.used_index .list article .price_re2::before {
  display: inline-block;
  content: "2バッテリー税込 ￥";
  font-size: 0.6em;
}

.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;
}
@media screen and (max-width: 768px) {
  .otoshidama_ttl h2{
    font-size: 30px;
  }
}

.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;
    margin-top: 8px;
  }
}

.used-link{
  display: block;
  margin-top: 30px;
  width: 60%;
  max-width: 450px;
}

.used-link:hover{
  transform: scale(1.1);
}

.used-link img{
  width: 100%;
}

.used-link-btn{
  border-radius: 50px;
  width: 60%;
  max-width: 450px;
  /*padding: 5px 25px;*/
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.used-link-btn img{
  width: 100%;
}

.used-link-btn-red{
  color: red;
  border: solid 3px red;
  background-color: #fff3f3;
}

.used-link-btn-blue{
  color: #1B56E8;
  border: solid 3px #1B56E8;
  background-color: #E9F4FF;
}

.used-link-btn small{
  font-size: 0.6em;
  font-weight: 600;
}