@charset "utf-8";
/* flow */
/* CSS Document */
/* # =================================================================
# Project
# ================================================================= */
.p-msgBooks {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 25px;
}

.p-msgBooks__book {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem 0;
    width: calc((100% - 75px) / 4);
    text-align: center;
    line-height: 1.5;
}

.p-msgBooks__img {
    margin-bottom: 25px;
    aspect-ratio: 24 / 35;
}

.p-msgBooks__thumbnail {
    width: 100%;
    max-width: 120px;
}

.p-msgBooks__text {
    white-space: nowrap;
    display: block;
}
@media (max-width: 767.98px) {
    .p-msgBooks__book {
        width: calc((100% - 25px) / 2);
    }
    .p-msgBooks__thumbnail {
        max-width: none;
    }
}

/* commonへ移植が必要か要確認*/
/* CSS Document */
/* # =================================================================
# Project
# ================================================================= */
.p-modal-conts__note {
  display: block;
  margin-top: .714em;
  font-size: 1.4rem;
  text-align: right;
}