@charset "UTF-8";
/*==================================

      modaal customaise

==================================*/
/* 閉じるボタンの調整 */
.modaal-close {
  position: absolute;
  top: -50px;
  left: -10px;
}
.modaal-close:focus::before, .modaal-close:focus::after, .modaal-close:hover::before, .modaal-close:hover::after {
  background-color: #5f93c4;
}

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 15px;
  }

  .modaal-close {
    left: 0;
  }
}
/* コンテンツ余白 狭いパターン */
@media screen and (max-width: 768px) {
  .is-narrow .modaal-inner-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.is-narrow .modaal-content-container {
  padding: 20px 16px;
}

/*# sourceMappingURL=modaal_custom.css.map */
