@charset "UTF-8";

/* 削除ダイアログ */
.bookmark-delete-modal {
    max-width: 400px;
}
.bookmark-delete-modal .modal-header {
    position: absolute;
    display: block;
    top: -3.2rem;
    right: 0;
    background: transparent;
    border-bottom: 0;
    padding: 0;
}
.bookmark-delete-modal .modal-header .close {
    width: auto;
    font-size: 0.96rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    outline: none;
    color: #fff;
}
.bookmark-delete-modal .modal-header .close span {
    display: inline-block;
    font-size: 2.88rem;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: -4px;
}
.bookmark-delete-modal .modal-header .close::after {
    content: none;
}
.bookmark-delete-modal .modal-body {
    max-height: 100%;
    overflow: visible;
    padding-bottom: 0;
    font-weight: bold;
}
.bookmark-delete-modal .modal-body,
.bookmark-delete-modal .modal-footer {
    border: 0;
}
@media (max-width: 767px) {
    .bookmark-delete-modal.show .modal-dialog {
        transform: translate(0, -50px);
    }
    .bookmark-delete-modal .modal-content {
        max-width: 85%;
        max-height: 144px;
        border-radius: 5px;
        margin: 0 auto;
    }
}


/* 未ログイン画面 */
/* 気になるリストの最大表示数 */
.bookmark-max-number {
  font-size: 12px;
  color: #666;
}

/* スタッフガイドから移植 */
.guidance-img-box-w100 {
  width: 100%;
}
@media (min-width: 768px) {
  .guidance-img-box-w100 {
    width: 100%;
  }
}
.guidance-img-box-w100 img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
