@charset "utf-8";

/* CSS Document */

[data-jaccs-ex-modal] {
  cursor: pointer;
}

.jaccs-modal-ex,
.jaccs-modal-ex-other {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 150000;
  /*z-index: 100000;*/
  font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, sans-serif;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jaccs-modal-ex.-modal-active,
.jaccs-modal-ex-other.-modal-active {
  opacity: 1;
  pointer-events: auto;
}

.jaccs-modal-ex a,
.jaccs-modal-ex-other a {
  text-decoration: none;
  color: #595959;
}

.jaccs-modal-ex .pc-only,
.jaccs-modal-ex-other .pc-only {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .jaccs-modal-ex .pc-only,
  .jaccs-modal-ex-other .pc-only {
    display: none;
  }
}

.jaccs-modal-ex .sp-only,
.jaccs-modal-ex-other .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .jaccs-modal-ex .sp-only,
  .jaccs-modal-ex-other .sp-only {
    display: inherit;
  }
}

.jaccs-modal-ex__wrap {
  position: relative;
  max-width: 750px;
  max-height: calc(100vh - 140px);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .jaccs-modal-ex__wrap {
    max-width: none;
    max-height: none;
    width: 86vw;
    height: 78vh;
  }
}

.jaccs-modal-ex__inner {
  height: 100%;
  padding: 40px 119px;
  background-color: #fff;
  overflow: auto;
}
.pipe .jaccs-modal-ex__inner {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .jaccs-modal-ex__inner {
    padding: 8vw 5.33333vw 10.66667vw;
  }
  .pipe .jaccs-modal-ex__inner {
    padding: 8vw 0 10.66667vw;
  }
}

.jaccs-modal-ex__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) {
  .jaccs-modal-ex__close {
    top: -4.26667vw;
    right: -4.26667vw;
    width: 8.53333vw;
    height: 8.53333vw;
  }
}

.jaccs-modal-ex__close::before, .jaccs-modal-ex__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) {
  .jaccs-modal-ex__close::before, .jaccs-modal-ex__close::after {
    height: 2px;
  }
}

.jaccs-modal-ex__close::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jaccs-modal-ex__close::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jaccs-modal-ex__head {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 12px;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .jaccs-modal-ex__head {
      margin-bottom: initial;
    padding-bottom: 5.33333vw;
    font-size: 4.8vw;
  }
}

.jaccs-modal-ex__conent {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .jaccs-modal-ex__conent {
    margin-bottom: 5.33333vw;
  }
}

.jaccs-modal-ex__conent__head {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .jaccs-modal-ex__conent__head {
    margin-bottom: 6.4vw;
    font-size: 25px;
    font-size: 6.66667vw;
  }
}

.jaccs-modal-ex__conent h4 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .jaccs-modal-ex__conent h4 {
        font-size: 4.2vw;
    }
}

.modal__loan {
  margin-bottom: 12px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .modal__loan {
    margin-bottom: 3.8vw;
    font-size: 3.8vw;
  }
}

.modal__att {
  display: block;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .jmodal__att {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.goodsDetailFreespace_.refaseries {
    padding-bottom: 0 !important;
}