.container {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 1000px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: "Noto Sans JP";
}
.consignContainer {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: "Noto Sans JP";
}
.search {
    width: 100%;
    max-width: 1088px;
    backdrop-filter: blur(14px);
    background-color: rgba(255, 255, 255, 0.92);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 120px;
    box-sizing: border-box;
    gap: 32px;
    font-size: 18px;
}
.search-keyword-parent {
    width: 304px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
}
.search-keyword-subparent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
}
.search-keyword {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    font-size: 16px;
}
.search-keyword-column {
    position: relative;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.search-keyword-column p.tooltip_new {
    text-align: left !important;
    top: 100%;
    width: 100%;
}
.search-keyword-column-223 {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.search-keyword-column._center {
    justify-content: center;
    gap: 0;
    color: #1a1a1a;
}
.search-keyword-column._radio {
    color: #333;
    gap: 0;
}
.search-keyword-column._gap {
    color: #333;
    gap: 16px;
}
.search-checkbox {
    padding: 8px 0px;
    color: #1a1a1a;
}
.common-title-text._keyword {
    font-size: 16px;
}
.common-inputbox._radio {
    display: flex;
    align-items: center;
    height: 24px;
    padding: 20px 0;
}
.common-selectbox._100 {
    width: 100%;
}
.common-selectbox._100 .common-select {
    width: 100%;
}
.search-result {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    color: #1a1a1a;
}
.search-result-top {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.search-result-select {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    font-size: 12px;
}
.search-result-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 24px;
}
.search-result-txtbox {
    display: flex;
    flex-wrap: wrap;
}
.search-result-titletxt {
    position: relative;
    letter-spacing: 0.02em;
    line-height: 30px;
}
.search-result-numbox {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-shrink: 0;
    gap: 4px;
    font-size: 18px;
    margin-left: auto;
}
.search-result-num {
    position: relative;
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 100%;
    font-family: Inter;
}
.search-result-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.sp-button {
    display: none;
}
.common-menu-item + .common-menu._goju .common-menu-item {
    padding-left: 12px;
}
.common-menu._goju {
    height: 0;
    transition: height 0.3s ease;
    overflow: hidden;
}
.common-menu._goju._open {
    height: 61px;
}
.common-menu-icon._open {
    background: url("../../common/img/icon_minus.svg") no-repeat center/16px;
}
.common-menu._goju .common-menu-text {
    justify-content: center;
}
.common-menu-text._able {
    color: #0031d8;
    text-decoration: underline;
    cursor: pointer;
}
.search-result-title {
    /* display: none; */
}
.common-menu._classify {
    height: 0;
    transition: height 0.3s ease;
    overflow: hidden;
}
.common-menu._classify .common-menu-item:not(._able) .common-menu-icon {
    display: none;
}
.common-menu._classify .common-menu-item._able:hover {
    cursor: pointer;
}
.search-result-titletxt a{
    color: #0031d8 !important;
    text-decoration: underline !important;
    text-decoration-solid: solid !important;
    text-decoration-thinkness: bold !important;
    cursor: pointer !important;
}
.search-result-titletxt+.search-result-titletxt{
    margin-left: 10px;
}

.common-blueText{
    color: #0031d8;
    text-align: left;
}

.desin-submit-button{
    font-weight: bold;
}

.desine-link-a{
    text-decoration: none !important;
    text-align: center !important;
    display: block !important;
}
.desineForErrorMsg{
    width:1088px;
    display: flex;
    padding-top:10px;
    text-align: left;
}

.consignListTitle {
  margin: 0 auto 19px;
  width: 1088px;
}
.desine-nowtime {
    width: 100%;
    text-align: right;
}
.desine-nowtime-sp {
    display:none;
}
/* Add Start 2025/06/18 [U-ND0055]  A-0042-ND  */
@media screen and (min-width: 961px) {
    .common-menu._main.js-classify,
    .common-menu._main.js-goju{
        max-height: unset !important;
    }
}
/* Add Start 2025/06/18 [U-ND0055]  A-0042-ND  */
@media screen and (max-width: 960px) {
    .desine-nowtime {
        display:none;
    }
    .desine-nowtime-sp {
        width: 100%;
        text-align: left;
        display: inline;
    }
    .search {
        width: 100%;
        flex-direction: column;
        padding: 0;
        gap: 0;
    }
    .consignListTitle {
        width: 100%;
    }
    .desineForErrorMsg{
        width: 100%;
        display: flex;
        padding-top:10px;
    }
    .search-result-top {
        flex-direction: column;
        align-items: normal;
        width: 100%;
        gap: 16px;
    }
    .search-result-select {
        flex-direction: column;
        gap: 16px;
    }
    .search-keyword-column._gap {
        color: #333;
        gap: 0;
    }
    .search-keyword-parent {
        width: 100%;
        max-height: unset;
        padding: 20px 16px 60px;
        box-sizing: border-box;
        gap: 30px;
        overflow: hidden;
        transition: max-height 0.75s ease;
    }
    .search-keyword {
        align-items: center;
    }
    .common-title-text._keyword {
        font-size: 18px;
    }
    .search-result {
        width: 100%;
        padding: 60px 16px 100px;
        background: #f2f2f2;
        box-sizing: border-box;
    }
    .search-result-bottom {
        width: 100%;
        gap: 16px;
    }
    .sp-button {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 16px 10px;
        /* border-bottom: 1px solid #ccc; */
        box-sizing: border-box;
    }
    .common-button-arrow {
        transform: rotate(-90deg);
        transition: transform 0.75s ease;
    }
    .common-button-arrow._open {
        transform: rotate(90deg);
    }
    .search-keyword-parent._open {
        max-height: 0;
        padding: 0 16px;
    }
    .search-keyword-subparent {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
        gap: 30px;
    }
    .common-menu._main {
        max-height: 0;
        transition: max-height 0.5s ease;
    }
    .common-menu._main._open {
/* Update Start 2025/06/18 [U-ND0055]  A-0042-ND  */
/*      max-height: 1200px;  */
        max-height: 1230px;
/* Update Start 2025/06/18 [U-ND0055]  A-0042-ND  */
    }
    .common-title-arrow {
        transform: rotate(0deg);
        transition: transform 0.75s ease;
    }
    .common-title-arrow._open {
        transform: rotate(180deg);
    }
}
