.search-m-fallback-wrap {
    width: 100%;
}
.search-m-empty-panel {
    background: #fff;
    border-radius: 0.21rem;
    padding: 0.48rem 0.32rem;
    margin-bottom: 0.32rem;
    box-sizing: border-box;
}
.search-m-empty-illus {
    flex-shrink: 0;
    width: 2.13rem;
    height: 2.13rem;
    object-fit: contain;
    margin-right: 0.43rem;
}
.search-m-empty-title {
    margin: 0 0 0.11rem;
    font-size: 0.48rem;
    font-weight: 600;
    line-height: 1.2;
    color: #274B7B;
}
.search-m-empty-desc {
    margin: 0;
    font-size: 0.37rem;
    line-height: 1.5;
    color: #274B7B;
}
.search-empty-demand-link {
    color: #0277EF;
    text-decoration: underline;
    cursor: pointer;
}
.search-m-recommend-head {
    margin-bottom: 0.32rem;
}
.search-m-recommend-icon {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.16rem;
    object-fit: contain;
}
.search-m-recommend-title {
    font-size: 0.43rem;
    font-weight: 600;
    color: #0277EF;
    line-height: 1.2;
}
.search-m-recommend-list {
    padding: 0;
}
@media screen and (max-width: 750px) {
    .demand_registration_modal_box,
    .demand_registration_modal_box .top {
        width: calc(100vw - 0.64rem);
        max-width: 5.92rem;
        box-sizing: border-box;
    }
    .demand_registration_modal_box .content .line input,
    .demand_registration_modal_box .content .line textarea {
        width: 100%;
        max-width: 4.5rem;
    }
}
