@charset "UTF-8";
/*
My Modal Style
*/
/* colors */
/* 固定ページ コンテンツの背景色 */
/*  サイドバー【.sidemenu-box__inner】の背景色*/
/* ページコンテンツ内で使う背景色 */
.modal__caution {
  text-align: left;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-button--close {
  border-color: #6c757d;
  background-color: #6c757d;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.modal-button--close:hover, .modal-button--close:active, .modal-button--close:focus {
  border-color: #545b62;
  background-color: #545b62;
}
