.item_detail .mfp-content {
  margin-top: 70px;
  padding-bottom: 70px;
  width: 100%;
  max-width: 980px;
}

@media screen and (max-width: 767px) {
  .item_detail .mfp-content {
    margin: 0;
    padding-bottom: 0;
    width: 94.66667vw;
  }
}

.item_detail .mfp-content #pop01 {
  padding: 0 40px 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .item_detail .mfp-content #pop01 {
    padding: 0 1.33333vw 5.33333vw 5.33333vw;
  }
  .item_detail .mfp-content #pop01 .pop01_inr {
    height: 70vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-right: 4vw;
  }
}

.item_detail .mfp-content #pop02 {
  padding: 0 40px 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .item_detail .mfp-content #pop02 {
    padding: 0 1.33333vw 5.33333vw 5.33333vw;
  }
  .item_detail .mfp-content #pop02 .pop02_inr {
    height: 70vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-right: 4vw;
  }
}

.item_detail .mfp-close {
  font-size: 0;
  background: url(../images/icon/icon_close.svg) no-repeat center/contain;
  top: -50px;
}

.item_detail .mfp-close:active {
  top: -50px;
}

.seibo_manners .seibo_manners__con + .seibo_manners__con {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .seibo_manners .seibo_manners__con + .seibo_manners__con {
    margin-top: 1.75rem;
  }
}

.seibo_manners .seibo_manners__con--gray {
  background: #f5f5f5;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .seibo_manners .seibo_manners__con--gray {
    padding: 1.25rem;
  }
}

.seibo_manners .seibo_manners__h3 {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .seibo_manners .seibo_manners__h3 {
    margin-bottom: 1rem;
  }
}

.seibo_manners .seibo_manners__list li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.seibo_manners .seibo_manners__contentbox p + p {
  margin-top: 0.5rem;
}

.seibo_manners .seibo_manners__contentbox + .seibo_manners__contentbox {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}

.seibo_manners__note {
  padding-top: 1.25rem;
  border-top: 1px solid #ccc;
}

.seibo_manners__note p {
  padding-left: 1rem;
  text-indent: -1rem;
}
/*# sourceMappingURL=popup.css.map */