.c-fv__img {
  position: absolute;
  right: -74px;
  bottom: 0;
  width: 295px;
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
  .c-fv__img {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-fv__img {
    right: -15px;
    overflow: hidden;
    width: 154px;
    bottom: -30px;
  }
  .c-fv__img img {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}

#contents #main-column .terms {
  padding: 107px 0 160px !important;
}
@media only screen and (max-width: 767px) {
  #contents #main-column .terms {
    padding: 58px 0 80px !important;
  }
}
#contents #main-column .terms__wrap {
  max-width: 900px;
  margin: 0 auto;
}
#contents #main-column .terms__wrap .block {
  margin: 0 0 30px;
}
#contents #main-column .terms__wrap .block:last-child {
  margin: 0;
}
#contents #main-column .terms__wrap h2 {
  font-family: var(--fontJa);
  font-size: 17px;
  margin: 0 0 15px;
  padding: 0 0 12px;
  border-bottom: 1px solid #d9d9d9;
}
#contents #main-column .terms__wrap h2.ttlShop {
  font-size: 28px;
  border-bottom: none;
  font-family: var(--fontJa);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3214285714;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #contents #main-column .terms__wrap h2.ttlShop {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
#contents #main-column .terms__wrap p {
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #contents #main-column .terms__wrap p {
    font-size: 14px;
  }
}
#contents #main-column .terms__wrap a {
  font-weight: 500;
  text-decoration: underline;
}