/* Scss Document */
/* slick.js */
@import url("colorbox.css");
#cboxOverlay {
  background: #000;
}

#cboxMiddleLeft, #cboxTopLeft, #cboxBottomLeft, #cboxTopRight, #cboxMiddleRight, #cboxBottomRight,
#cboxTopCenter, #cboxBottomCenter,
#cboxTitle, #cBoxCurrent {
  display: none;
  width: 0;
  height: 0;
}

#cboxContent {
  margin-top: 50px;
  padding: 50px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 736px) {
  #cboxContent {
    margin-top: 35px;
    padding: 35px 35px 70px;
  }
}
#cboxContent #cboxLoadedContent {
  margin-bottom: 0;
}
#cboxContent #cboxClose {
  background: url(../img/btn_modal_close.png) left top no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  right: 0;
  top: -50px;
  left: auto;
}
@media screen and (max-width: 736px) {
  #cboxContent #cboxClose {
    width: 35px;
    height: 35px;
    top: -35px;
  }
}
#cboxContent #cboxPrevious, #cboxContent #cboxNext {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
}
@media screen and (max-width: 736px) {
  #cboxContent #cboxPrevious, #cboxContent #cboxNext {
    width: 50%;
    height: 35px;
    padding: 0;
    background-size: 11px 21px;
    background-position: center center;
    background-color: #c8c8c8;
    top: auto;
    box-sizing: border-box;
  }
}
#cboxContent #cboxPrevious {
  left: 14px;
  right: auto;
  background-image: url(../img/btn_modal_prev.png);
}
@media screen and (max-width: 736px) {
  #cboxContent #cboxPrevious {
    left: 0;
    border-right: 1px solid #fff;
    background-image: url(../img/sp_btn_modal_prev.png);
  }
}
#cboxContent #cboxNext {
  right: 14px;
  left: auto;
  background-image: url(../img/btn_modal_next.png);
}
@media screen and (max-width: 736px) {
  #cboxContent #cboxNext {
    right: 0;
    border-left: 1px solid #fff;
    background-image: url(../img/sp_btn_modal_next.png);
  }
}

.modalContentsWrap {
  display: none;
}

.modalContents {
  width: 435px;
  font-size: 14px;
  line-height: 1.58;
}
@media screen and (max-width: 736px) {
  .modalContents {
    width: auto;
    font-size: 3.75vw;
  }
}
.modalContents > img {
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .modalContents > img {
    margin-bottom: 3.125vw;
  }
}
.modalContents .midashi {
  font-weight: bold;
  color: #6356a3;
}
.modalContents .copy {
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .modalContents .copy {
    margin-bottom: 2.34375vw;
  }
}
.modalContents .caution {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
}
@media screen and (max-width: 736px) {
  .modalContents .caution {
    font-size: 3.125vw;
  }
}

/*# sourceMappingURL=modal.css.map */
