/* ———————————————————————————————————————————————————————————— */
/* -- Main Content -- */
/* ———————————————————————————————————————————————————————————— */
.iris-logo-sp {
    display: none;
    margin-bottom: 25px;
}

.iris-logo-sp img {
    width: 80px;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .iris-logo-sp {
        display: block;
    }
}

.attention-block {
    width: 100%;
    max-width: 1088px;
    margin-bottom: 40px;
}

.seach-form {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    flex: 1;
}

.select-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
    height: 48px;
    position: relative;
}

.select-box::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--color-mediumOrange-600);
    border-bottom: 2px solid var(--color-mediumOrange-600);
    transform: rotate(45deg);
    pointer-events: none;
}

.select-box select {
    width: auto;
    height: 100%;
    background: var(--color-brand-white);
    border: 1px solid var(--color-grey-600);
    border-right: 0px;
    border-radius: 4px 0px 0px 4px;
    margin-right: -1px;
    padding: 12px 30px 12px 16px;
    font-size: var(--fontSize-m);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-box select::-ms-expand {
    display: none;
}

.seach-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.seach-box .nnds-search {
    width: 100%;
}

.seach-box span {
    width: 100%;
}

.seach-box .nnds-search input {
    border-radius: 0px 4px 4px 0px !important;
    width: 100%;
    max-width: 825px;
    min-width: 192px;
}

.search-links .nnds-link{
    font-size: inherit;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1024px) {
    .buttons {
        gap: 0px;
    }
}

#nnds-button-seach-btn {
    display: block;
}

@media screen and (max-width: 1024px) {
    #nnds-button-seach-btn {
        display: none;
    }
}

#nnds-button-contractor-list {
    display: flex;
    align-items: center;
    width: 144px;
    height: 100%;
}

#nnds-button-contractor-list p {
    vertical-align: middle;
}

.new-policy-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.new-policy-section .nnds-link{
    font-size: inherit;
}

.new-policy-lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1088px;
    margin-top: 20px;
    gap: 20px;
}

.card-bionic-iris {
    width: 100%;
    min-width: 343px;
    height: 212px;
    flex: 1;
}

#nnds-card-new-policy {
    height: 100%;
}

.card-bionic-iris-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    background: var(--color-brand-white);
}

.card-bionic-iris-panel > div {
    margin-bottom: 16px;
}

.card-bionic-iris-panel > div:last-child {
    margin-bottom: 0px;
}

.card-bionic-iris-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.bionic-iris-logo {
    line-height: 100%;
}

.bionic-iris-logo img {
    width: 184px;
    height: 23px;
}

a.card-link, .card-link:hover{
    color: inherit;
    text-decoration: none;
}

.ba-notify-count-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ba-notify-count-label {
    display: flex;
    align-items: center;
    line-height: 100%;
    margin-right: 26px;
}

.ba-notify-count-label > span {
    margin-right: 8px;
}

.ba-notify-count-label > span:last-child {
    margin-right: 0px;
}

.ba-notify-count-num {
    align-self: center;
}

.new-policy-explaination {
    text-align: center;
}

.card-atria {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    min-width: 343px;
    height: 212px;
    flex: 1;
}

.card-atria-top {
    width: 100%;
    height: auto;
}

.card-atria-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    height: 58px;
    background: var(--color-brand-white);
}

.card-atria-top img {
    width: 280px;
    height: 51px;
}

.card-atria-buttom {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
}

.card-atria-buttom > div {
    margin-right: 5px;
}

.card-atria-buttom > div:last-child {
    margin-right: 0px;
}

.other-panel-container {
    width: 100%;
    height: auto;
}

.other-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 115px;
    padding: 10px 0;
    background: var(--color-brand-white);
    border-radius: 4px;
}

.other-panel > span {
    margin-bottom: 4px;
}

.card-atria-buttom .nnds-card-normal {
    padding: 0px;
}

.other-panel-explaination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 63px;
}

.document-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 40px;
}

.document-section .nnds-link{
    font-size: inherit;
}


.document-lists {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
}

.document-lists > div {
    margin-bottom: 20px;
}

.document-lists > div:last-child {
    margin-bottom: 0px;
}

.card-recentry-contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 40px 16px 24px;
    width: 100%;
    max-width: 1088px;
    height: auto;
    background: #FAF9F8;
    border: 1px solid var(--color-sand-200);
    border-radius: 4px;
}

.document-explaination {
    display: flex;
    align-items: center;
    min-width: 130px;
    height: 48px;
    margin-right: 12px;
}

.document-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 10px 38px;
    width: auto;
    height: auto;
}

.document-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 56px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: var(--fontSize-s)
}

.document-button > span {
    margin-right: 8px;
}

.document-button > span:last-child {
    margin-right: 0px;
}

.document-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    height: auto;
}

.document-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1088px;
    height: auto;
    margin-bottom: 16px;
}

.document-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0px;
    width: auto;
    height: 100%;
    font-size: var(--fontSize-s);
}

.document-link > span {
    margin-right: 8px;
}

.document-link > span:last-child {
    margin-right: 0px;
}

.document-item-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.document-item-list > span {
    margin-left: 24px;
}

.document-item-list > span:first-child {
    margin-left: 0px;
}

.document-item-list .nnds-card-normal {
    padding: 0;
}

.document-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: auto;
    height: auto;
    margin-bottom: 24px;
}

.document-item-image {
    width: 200px;
    height: 126px;
}

.document-item-image img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0px 0px;
    object-fit: cover;
}

.document-item-content {
    width: 200px;
    height: 60px;
    padding: 16px;
}

.document-item-content h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media all and (-ms-high-contrast:none){
    /* IE11用の微調整 */
    *::-ms-backdrop, .document-item-content h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.footer {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 36px;
}

@media screen and (max-width: 590px) {
    .footer {
        padding-bottom: 100px;
    }
}

.footer .nnds-link{
    font-size: inherit;
}

#nnds-divider-footer-divider {
    display: none;
}

@media screen and (max-width: 590px) {
    #nnds-divider-footer-divider {
        display: block;
        padding-bottom: 24px;
    }
}

.footer-contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    max-width: 1088px;
    height: auto;
}

.footer-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-size: var(--fontSize-s);
}

.footer-links > span {
    margin-right: 16px;
}

.footer-links > span:last-child {
    margin-right: 0px;
}

/* ———————————————————————————————————————————————————————————— */
/* -- hover -- */
/* ———————————————————————————————————————————————————————————— */
.nnds-card:hover {
    box-shadow: 0px 2px 5px rgba(64, 64, 64, 0.23);
}

.nnds-button-secondary:hover {
    border: 1px solid var(--color-mediumOrange-600);
    box-shadow: 0px 2px 5px rgba(64, 64, 64, 0.23);
}