/* 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;
  position: relative;
  overflow: visible; }
  @media screen and (max-width: 736px) {
    #cboxContent {
      margin-top: 35px; } }
  #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 {
    display: none !important;
    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;
        -webkit-box-sizing: border-box;
        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: 883px;
  background-color: #fff; }
  @media screen and (max-width: 736px) {
    .modalContents {
      width: auto;
      font-size: 3.75vw; } }
  .modalContents > p {
    width: 100%;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    /*@include mq {padding: 35px} chiba change*/ }
    @media screen and (max-width: 736px) {
      .modalContents > p {
        padding: 10px; } }
    .modalContents > p img {
      display: block;
      max-width: 100%; }
  .modalContents .midashi {
    font-weight: bold;
    color: #6356a3; }
  .modalContents .caution {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px; }
    @media screen and (max-width: 736px) {
      .modalContents .caution {
        font-size: 3.125vw; } }
