@charset "UTF-8";

.eMobLineup {
  width: 1100px;
  margin: 110px auto 80px auto;
}
.lineupTtl {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 50px;
}
.lineupTtl img {
  width: 220px;
  margin-right: 32px;
  vertical-align: bottom;
}
.lineupEachTx {
  font-size: 20px;
  font-weight: 500;
}
/* --- Lineup block --- */
.lineUp {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  width: 1100px;
  margin: 0 auto;
}
.eMobLineup .ttl02 {
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin: 40px 0;
}
.eachMob {
  width: 345px;
  margin-bottom: 15px;
}
.emobUpper {
  /* min-height:530px; */
  background-color: #fff;
}
.mobimg {
  width: 345px;
  height: 230px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.mobimg img {
  height: 230px;
  vertical-align: bottom;
  margin: 0 auto;
}
.eachMob .ttl03 {
  font-size: 20px;
  font-weight: 700;
}
.eachMob .leadTx {
  font-size: 15px;
  font-weight: 500;
  padding: 0.4em 0;
}
.eachMob .noteTx {
  font-size: 14px;
  color: #f33;
  font-weight: 550;
  padding: 0.5em 0;
}
.eachMob .linkTx {
  font-size: 14px;
  font-weight: 500;
  padding: 0.5em 0;
}
.eachMob .linkTx a {
  color: #55f;
}

.eachMob .priceTx1 {
  font-size: 16px;
  font-weight: 700;
  color: #777;
  padding: 0 0 0.3em 0;
}
.eachMob .priceTx2 {
  font-size: 16px;
  font-weight: 700;
  color: #777;
  padding: 0 0 0.5em 0;
}
.eachMob .taxTx {
  font-size: 12px;
  font-weight: 500;
}
.accordionDL {
  width: 100%;
  margin: 0 0 15px 0;
}
.specBtn {
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
  color: #733;
  background-image: url('/product/micromobility/_inc_cms/_img_parts/Icon_plus.svg');
  background-repeat: no-repeat;
  background-position: center left 4em;
  background-size: 1.2em;
  cursor: s-resize;
  opacity: 1;
  transition: 0.3s ease;
}
.specBtn.open {
  background-image: url('/product/micromobility/_inc_cms/_img_parts/Icon_minus.svg');
  cursor: n-resize;
}
.specBtn:hover {
  opacity: 0.7;
  transition: 0.3s ease;
  text-decoration: underline;
  text-decoration-color: #a55;
  text-decoration-style: dotted;
}

.specbox {
  display: none;
}
.specTb {
  width: 100%;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
}
.specTb th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 4px 1.5em 1px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  position: relative;
}
.specTb th:after {
  content: '：';
  position: absolute;
  right: 0;
  font-size: 14px;
}
.specTb td {
  text-align: left;
  vertical-align: top;
  padding: 4px 5px 1px 0.5em;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

/* --- SP --- */
@media screen and (max-width: 767px) {
  .eMobLineup {
    width: 90vw;
    margin: 0 auto 0 auto;
  }
  .lineupTtl {
    width: 88vw;
    font-size: 4.5vw;
    margin: 15vw auto 1em auto;
  }
  .lineupTtl img {
    width: 40vw;
    margin-right: 0;
    margin-bottom: 4vw;
    display: block;
  }
  .lineupEachTx {
    width: 88vw;
    font-size: 4.5vw;
    font-weight: 500;
    margin: 0 auto;
  }

  /* --- Lineup block --- */
  .lineUp {
    display: block;
    width: 90vw;
    margin: 0 auto;
  }
  .eMobLineup .ttl02 {
    font-size: 5vw;
    padding-bottom: 0.5em;
    margin: 7vw 0;
  }
  .eachMob {
    width: 100%;
    margin-bottom: 15vw;
    /* border-bottom:3px double #ddd; */
  }
  .mobimg {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 5vw;
    overflow: hidden;
  }
  .mobimg img {
    width: 100%;
    height: auto;
  }
  .eachMob .ttl03 {
    font-size: 5.5vw;
  }
  .eachMob .leadTx {
    font-size: 4vw;
    padding: 0.4em 0;
  }
  .eachMob .noteTx {
    font-size: 4vw;
    padding: 0 0 0.5em 0;
  }
  .eachMob .linkTx {
    font-size: 4vw;
    font-weight: 500;
    padding: 0.5em 0;
  }
  .eachMob .priceTx1 {
    font-size: 4.3vw;
    color: #777;
    padding: 0 0 0.3em 0;
  }
  .eachMob .priceTx2 {
    font-size: 4.3vw;
    color: #777;
    padding: 0 0 1em 0;
  }
  .eachMob .taxTx {
    font-size: 3.3vw;
    font-weight: 500;
  }
  .accordionDL {
    width: 100%;
    margin: 0 0 4vw 0;
  }
  .specBtn {
    font-size: 4vw;
    text-align: right;
    line-height: 2;
    padding-right: 1.5em;
    color: #733;
    background-position: center right;
    background-size: 1.2em;
    cursor: default;
  }
  .specTb th {
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    padding: 4px 1.5em 1px 0;
    border-bottom: 1px solid #ddd;
    font-size: 3.7vw;
    position: relative;
  }
  .specTb th:after {
    content: '：';
    position: absolute;
    right: 0;
    font-size: 3.7vw;
  }
  .specTb td {
    text-align: left;
    vertical-align: top;
    padding: 4px 5px 1px 0.5em;
    border-bottom: 1px solid #ddd;
    font-size: 3.7vw;
  }
} /* SP */

@charset "UTF-8";
/* ------- モーダル ------- */
#backMaskBase {
  background: #000;
  display: none;
  height: 100%;
  left: 0px;
  -moz-opacity: 0.7;
  filter: alpha(opacity=7);
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9990;
  cursor: zoom-out;
}
#modalWin {
  display: none;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 0;
  position: relative;
  width: 100%;
  z-index: 9991;
}
#modalContent {
  display: none;
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 8px #000;
  box-sizing: border-box;
  min-width: 400px;
  max-width: 800px;
  height: auto;
  min-height: 160px;
  max-height: 80vh;
  overflow: auto;
  margin: 0 auto;
  padding: 0 0 20px 0;
  z-index: 9992;
  text-align: center;
  color: #000;
}
#modalContent .closeBtn {
  position: absolute;
  top: 2px;
  right: 3px;
  width: 27px;
  height: 27px;
  background-color: #555;
  border-radius: 5px;
  cursor: pointer;
  z-index: 999;
  transition: all 150ms 0s ease;
  border: 1px solid #eee;
}
#modalContent .closeBtn:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}
#modalContent .closeBtn div:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  width: 100%;
  text-align: center;
  padding: 15px 0 0 0;
}
.mobMdlTtl01 {
  text-align: center;
  font-size: 16px;
  font-weight: 550;
  background-color: #733;
  height: 32px;
  color: #fff;
  line-height: 1.5em;
}
.modalinner img {
  width: 100%;
}
.zoomin {
  cursor: zoom-in;
}

/* ---------------------------- スマホ --------------------------- */
@media screen and (max-width: 767px) {
  /* ------- /モーダルSP ------- */
  #modalContent {
    min-width: auto;
    max-width: auto;
    width: 85%;
    min-height: auto;
    padding: 0 0 3vh 0;
  }
  .modalinner {
    text-align: left;
    padding: 0 0 3vh 0;
  }
  .modalinner .ttlMdl {
    font-size: 6vw;
    padding: 7px;
  }
  .modalinner .shopls {
    margin: 2vh 0;
  }
  .modalinner .shopls li {
    width: 92%;
    margin: 0 auto;
    padding: 2vh 3vw;
    font-size: 4.3vw;
    line-height: 1.3;
    float: none;
  }
  .modalinner .shopls li a {
    padding: 0 2em 1vh 0;
  }
  .fontsmall {
    font-size: 100%;
    letter-spacing: normal;
    white-space: normal;
    overflow: visible;
    word-spacing: 50%;
  }
} /* スマホ */



