/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/* ========================================================
*
*					dead-line
*
* ======================================================== */
/* pc */
@media(min-width:769px){
  .dead-line__img {
    width: 100%;
  }
}
/* sp */
@media(max-width:768px){
  .dead-line__img {
    width: 100%;
  }
}
/* ========================================================
*
*					modal
*
* ======================================================== */
/* btn */
/* pc */
@media(min-width:769px){
  .modal__btn-wrap-kocha {
    max-width: 666px;
    margin: 0 auto;
  }
  .modal__btn-kocha {
    width: 48%;
  }
  .modal__btn-kocha:nth-child(n+3) {
    margin-top: 16px;
  }
}
/* sp */
@media(max-width:768px){
  .modal__btn-kocha {
    width: 100%;
  }
  .modal__btn-kocha:nth-child(n+2) {
    margin-top: 10px;
  }
}