.favorite {
    vertical-align: text-bottom;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.white-heart {
    width: 23px;
}

.red-heart {
    width: 23px;
}

.show-div {
    display: flex;
}

.noShowNoFavorite {
    padding: 8px 10px 4px;
    background: #ffffff;
    color: #777777;
    /* margin: 5px 0 15px 0; */
    width: fit-content;
    border: solid 1px #d9d9d9;
    /* margin-left: 3rem; */
    height: 40px;
}

.show-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    background-color: #A0A0A0;
    padding: 20px;
    border: 1px solid #ccc;
    color: white;
    font-size: 20px;
    border-radius: 1rem;
    width: 45%;
    text-align: center;
    font-family: inter;
    z-index: 10000;
}

.group-request-open-class {
    display: flex;
    justify-content: end;
    gap: 12px;
    align-items: center;
}

.text-request-open-class {
    font-size: 12px;
}

.btn-request-open-class {
    display: inline-block;
    background-color: #b7b7b7;
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 12px;
    width: 90px;
    height: 22px;
    justify-content: center;
}

.btn-request-open-class:hover {
    background-color: #407442 !important;
    border-color: #407442 !important;
    color: #FFFFFF !important;
}

.note-content-request {
    display: grid;
    justify-content: center;
    align-items: center;
    padding-top: 30px
}

.text-require-enter-content {
    display: flex;
    /* font-family: 'Noto Sans JP'; */
    font-weight: 500;
    /* font-size: 14px; */
    /* line-height: 19.07px; */
    align-items: center;
    justify-content: center;
}

.text-note-content {
    display: flex;
    /* font-family: 'Noto Sans JP'; */
    font-weight: 500;
    /* font-size: 14px; */
    /* line-height: 19.07px; */
    align-items: center;
    justify-content: center;
    color: #8f3131;
}

.group-btn-request-open-class {
    /* padding-top: 30px; */
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* .btn-cancel-open-class {
    display: flex;
    width: 180px;
    border-radius: 30px;
    border: 1px solid #262626;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background-color: #FFFFFF;
    color: #777777;
    cursor: pointer;
    height: 44px;
} */

/* .btn-cancel-open-class:hover {
    color: #777777;
} */

/* .btn-sendmail-open-class {
    display: flex;
    width: 180px;
    border-radius: 30px;
    justify-content: center;
    height: 44px;
} */

@media screen and (max-width: 1024px) {
    .show-div {
        display: block;
    }

    /* .noShowNoFavorite {
        padding: 8px 10px 0px;
        background: #ffffff;
        color: #777777;
        margin: 5px 0 15px 0;
        width: fit-content;
        border: solid 1px #d9d9d9;
        margin-left: 0rem;
    } */

    .show-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        background-color: #A0A0A0;
        padding: 20px;
        border: 1px solid #ccc;
        color: white;
        font-size: 13px;
        border-radius: 1rem;
        width: 80%;
        text-align: center;
        font-family: inter;
    }
}

@media screen and (max-width: 767px) {
    .text-require-enter-content {
        font-size: 12px;
    }

    .text-note-content {
        font-size: 12px;
        text-align: center;
    }
}
