@charset "utf-8";

body[data-design='seeds'] {
    color: var(--ui-common-main-text-default) !important;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%; /* iOS safariフォントサイズ調整用 */
}

[data-design='seeds'] table#CONTENTSAREA01 {
    width: unset;
    margin-top: 24px;
    margin-bottom: 60px;
}

[data-design='seeds'] .seeds-input-label-group {
    gap: 16px;
}

[data-design='seeds'] .seeds-list-box-lg > .seeds-list-row {
    padding-top: 0;
}

[data-design='seeds'] .seeds-search-form .seeds-list-box-lg .seeds-input-label-group.seeds-grid {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}

[data-design='seeds'] .seeds-responsive-table .seeds-square-button {
    min-height: 40px;
    min-width: 40px;
    border: none;
    box-shadow: none;
}

[data-design='seeds'] .seeds-responsive-table .tx-btn {
    position: relative;
}

[data-design='seeds'] .seeds-responsive-table .tx-btn .seeds-tooltip {
    position: absolute;
    bottom: 32px;
    right: -15px;
}

[data-design='seeds'] .seeds-tooltip:after {
    right: 33px;
    left: initial;
}

[data-design='seeds'] .seeds-fixed[aria-hidden='true'] {
    display: none;
}

[data-design='seeds'] .seeds-fixed[aria-hidden='false'] {
    background-color: #050f1a80;
    z-index: 1000;
    display: grid;
    place-items: center;
}

[data-design='seeds'] .seeds-modal {
    margin: 48px 0;
}

[data-design='seeds'] [id^='modal-contents'] .seeds-modal .seeds-modal-body p {
    line-height: 1.5 !important;
}

[data-design='seeds'] .seeds-modal .seeds-modal-footer {
    margin-top: 32px;
}

@media screen and (min-width: 769px) {
    #CONTENTSAREA01 {
        width: 1256px !important;
    }

    #SIDEMENU01 {
        padding-right: 40px;
        padding-left: 24px;
        vertical-align: top;
    }

    #MAINAREA02_780 {
        margin-right: 24px;
    }

    [data-design='seeds'] .grid-box-5 {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(5, 1fr);
    }

    [data-design='seeds'] .pc-w130 {
        width: 130px !important;
        min-width: 130px;
    }

    [data-design='seeds'] .pc-w120 {
        width: 120px !important;
        min-width: 120px;
    }

    [data-design='seeds'] .pc-w110 {
        width: 110px !important;
        min-width: 110px;
    }
    [data-design='seeds'] .pc-w100 {
        width: 100px !important;
        min-width: 100px;
    }

    [data-design='seeds'] .pc-w91 {
        width: 91px !important;
        min-width: 91px;
    }

    [data-design='seeds'] .pc-w85 {
        width: 85px !important;
        min-width: 85px;
    }

    [data-design='seeds'] .pc-w80 {
        width: 80px !important;
        min-width: 80px;
    }

    [data-design='seeds'] .pc-w70 {
        width: 70px !important;
        min-width: 70px;
    }

    [data-design='seeds'] .pc-w57 {
        width: 57px !important;
        min-width: 57px;
    }

    [data-design='seeds'] .seeds-responsive-table .chart-ov-btn {
        width: 45px;
        margin-left: 4px;
    }
}

@media screen and (max-width: 768.9px) {
    #CONTENTSAREA01 {
        width: 100%;
    }

    [data-design='seeds'] table#CONTENTSAREA01 {
        margin-right: 16px;
        margin-left: 16px;
    }

    [data-design='seeds'] .seeds-list-box-lg.seeds-responsive-diagonal > .seeds-list-row > .seeds-list-item {
        max-width: initial;
    }

    [data-design='seeds'] .seeds-list-box-lg > .seeds-list-row.sp-accordion {
        border-bottom: 1px solid var(--ui-common-light-border-default) !important;
    }

    [data-design='seeds'] .seeds-list-box-lg > .seeds-list-row.sp-accordion:last-child {
        border-bottom: none !important;
    }

    [data-design='seeds'] .sp-accordion {
        position: relative;
        padding: 16px 0 !important;
    }

    [data-design='seeds'] .sp-accordion div[data-parts-accordion='title'] > div.seeds-flex {
        position: absolute;
        right: 0;
        top: 16px;
    }

    [data-design='seeds'] .sp-accordion .seeds-input-label-group {
        margin-top: 16px;
    }

    [data-design='seeds'] .seeds-input-button > span {
        min-width: 140px;
    }

    [data-design='seeds'] .narrow-down-pull {
        flex-direction: column;
        align-items: flex-end !important;
    }

    [data-design='seeds'] .sp-w85 {
        width: 85px;
    }

    [data-design='seeds'] .sp-w160 {
        width: 160px;
    }

    [data-design='seeds'] .sp-w253 {
        width: 253px;
    }

    [data-design='seeds'] .seeds-responsive-table .seeds-table-row {
        border-top: 2px solid var(--ui-common-border-default);
    }

    [data-design='seeds'] .seeds-responsive-table .seeds-table-row:last-child {
        border-bottom: 2px solid var(--ui-common-border-default);
    }

    [data-design='seeds'] .seeds-responsive-table .seeds-table-row > .seeds-table-item:first-child {
        padding-bottom: 0;
    }

    [data-design='seeds'] .seeds-responsive-table .seeds-table-row > .seeds-table-item:last-child {
        border-bottom: none;
        padding-top: 16px;
        align-items: center;
        justify-content: center !important;
        column-gap: 8px;
    }

    [data-design='seeds'] .seeds-responsive-table .seeds-table-item {
        padding: 8px 0;
    }

    [data-design='seeds'] .seeds-responsive-table .seeds-table-item[data-label] {
        align-items: center;
    }

    [data-design='seeds'] .seeds-responsive-table .seeds-table-items-separate .seeds-table-item {
        padding: 8px 0;
        line-height: 1.2 !important;
    }

    [data-design='seeds'] .seeds-responsive-table .tx-btn {
        width: clamp(218px, 90%, 320px);
    }

    [data-design='seeds'] .seeds-responsive-table .tx-btn > button {
        width: 100%;
    }

    [data-design='seeds'] .seeds-responsive-table .tx-btn .seeds-tooltip {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }

    [data-design='seeds'] .seeds-tooltip:after {
        right: initial;
        left: 50%;
    }

    [data-design='seeds'] .seeds-responsive-table .chart-ov-btn {
        min-width: 95px;
        display: flex;
        column-gap: 16px;
    }

    [data-design='seeds'] .seeds-responsive-table .seeds-center.seeds-table-item {
        text-align: right !important;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    [data-design='seeds'] .seeds-responsive-table .seeds-table-item[data-label]:not(:last-child):before {
        min-width: 100px;
        text-align: left;
        text-wrap: nowrap;
    }

    [data-design='seeds'] .seeds-modal {
        width: calc(100% - 16px);
    }

    [data-design='seeds'] .paging {
        flex-direction: column;
    }
}
