* {
  margin: 0;
  padding: 0
}

.trade-link {
  color: black
}

.trade-link:visited {
  color: black
}

.spOnly {
  display: none
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block
  }
}

#efitness5 {
  font-size: 0.9625rem;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  text-align: justify
}

@media screen and (max-width: 767px) {
  #efitness5 {
    font-size: 0.8125rem
  }
}

#efitness5 h1 {
  font-size: 1.75rem
}

@media screen and (max-width: 767px) {
  #efitness5 h1 {
    font-size: 6vw
  }
}

#efitness5 h2, #efitness5 h3 {
  font-size: 1.125rem
}

@media screen and (max-width: 767px) {
  #efitness5 h2, #efitness h3 {
    font-size: 4vw
  }
}

#efitness5 h3.mt20 {
  margin-top:20px;
}

@media screen and (max-width: 767px) {
  #efitness h3.mt20 {
    margin-top:1vw;
  }
}

/*#efitness h1, #efitness h2, #efitness h3 {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  font-weight: bold
}

#efitness h1::after, #efitness h2::after, #efitness h3::after {
  content: "";
  width: 18%;
  height: 2px;
  opacity: 0.7;
  background-color: #8c99cb;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

@media screen and (max-width: 767px) {
  #efitness h1::after, #efitness h2::after, #efitness h3::after {
    bottom: -18px
  }
}*/

#efitness5 .note {
  font-size: 0.75rem;
  margin-top: 8px
}

#efitness5 ul {
  padding: 0
}

#efitness5 ul li {
  list-style-type: none
}

#efitness5 .life__section {
  margin-bottom: 2rem
}

#efitness5 .life__section__step {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1c2c6a;
  color: white;
  font-weight: bold;
  padding: 1rem;
  font-size: 1rem;
  margin: 2rem 0 1rem;
  line-height: 1.5rem
}

#efitness5 .life__section__step p:nth-child(1) {
  font-size: 1.375rem;
  margin-bottom: 6px
}

#efitness5 .life__section__attention {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f3f4f7;
  margin: 2rem 0 3rem;
  padding: 1rem
}

#efitness5 .life__section__attention .attention_img {
  background-image: url(../img/icon_attention.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 156px
}

#efitness5 .life__section__list {
  padding: 0 0 0 1rem;
  text-indent: -1rem
}

#efitness5 .life__section__list li {
  margin-bottom: .5rem
}

#efitness5 .life__section__list li:last-child {
  margin-bottom: 0
}

.trade-in_line_ button {
  border: solid 1px #000;
  background: #fff;
  color: #000;
  padding: 1rem 0 1rem 2rem;
  width: 100%;
  text-align: initial;
  margin-top: 2rem;
  position: relative
}

.efitness5-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.efitness5-modal.-modal-active {
  opacity: 1;
  pointer-events: auto
}

.efitness5-modal__wrap {
  position: relative;
  max-width: 750px;
  max-height: calc(100vh - 140px);
  width: 100%;
  height: 100%
}

@media screen and (max-width: 767px) {
  .efitness5-modal__wrap {
    max-width: none;
    max-height: 70vh;
    width: 86vw;
    height: auto;
	overflow-y: auto;
  }
}

.efitness5-modal__inner {
  /*height: 100%;*/
  height: auto;
  padding: 40px 60px;
  background-color: #fff;
  overflow: auto;
  font-size: 14px
}

@media screen and (max-width: 767px) {
  .efitness5-modal__inner {
    /*height: 84%;*/
    /*height: 100%;*/
    padding: 8vw 5.33333vw 10.66667vw;
    font-size: 3.2vw
  }
}

.efitness5-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #696969;
  z-index: 10;
  cursor: pointer
}

@media screen and (max-width: 767px) {
  .efitness5-modal__close {
    /*top: -4.26667vw;
    right: -4.26667vw;*/
	top:10px;
	right: 10px;
    width: 8.53333vw;
    height: 8.53333vw
  }
}

.efitness5-modal__close:before, .efitness5-modal__close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60%;
  height: 3px;
  background-color: #fff;
  margin: auto
}

@media screen and (max-width: 767px) {
  .efitness5-modal__close:before, .efitness5-modal__close:after {
    height: 2px
  }
}

.efitness5-modal__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.efitness5-modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}


/*# sourceMappingURL=style.css.map */

.s-product__head__txt {
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin-bottom: 4px;
}

@media all and (max-width: 767px) {
  .s-product__head__txt {
    font-size: 12px;
  }
}

.s-product__head__ttl {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .s-product__head__ttl {
    font-size: 22px;
  }
}

.s-product__head__exp {
  margin-top: 3px;
  font-size: 18px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .s-product__head__exp {
    font-size: 14px;
  }
}

#efitness5 .s-product__table__note {
  text-align: right;
  font-size: 12px;
}

@media all and (max-width: 767px) {
  #efitness5 .s-product__table__note {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

#efitness5 .s-product__table table {
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-left:1px solid #ccc; 
  border-top:1px solid #ccc; 
  border-collapse: collapse;
  
}

#efitness5 .s-product__table table th,
#efitness5 .s-product__table table td {
  padding: 5px;
  border-right:1px solid #ccc; 
  border-bottom:1px solid #ccc; 
}

#efitness5 .s-product__table table thead {
  background: #F5F5F5;
}

#efitness5 .s-product__table table tbody tr {
  border-bottom: solid 1px #F5F5F5;
}

#efitness5 .s-product__table table tbody th,
#efitness5 .s-product__table table tbody td {
  padding: 7px 0;
}
