@charset "UTF-8";

/* =========================================================
   事務局からのお知らせ
   ========================================================= */

/* 左右カラムの上端を揃える */
#idxInfo,
#idxInfo + .col-md-5 {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

#idxInfo .office-news {
    position: relative !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    vertical-align: top !important;
}

#idxInfo .office-news *,
#idxInfo .office-news *::before,
#idxInfo .office-news *::after {
    box-sizing: border-box !important;
}

#idxInfo .office-news__head {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 24px !important;
}

#idxInfo .office-news__eyebrow {
    display: block !important;
    margin: 0 0 3px !important;
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    letter-spacing: .16em !important;
    font-weight: 700 !important;
}

#idxInfo .office-news__title {
    display: block !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

#idxInfo .office-news__list {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#idxInfo .office-news__item {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px 24px !important;
}

/* 1段目：日付 ［カテゴリー］【会員限定】 */
#idxInfo .office-news__meta {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 2px 10px !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-weight: 400 !important;
    text-align: left !important;
}

#idxInfo .office-news__date,
#idxInfo .office-news__category,
#idxInfo .office-news__member,
.important-news__item .important-news__category,
.important-news__item .important-news__member {
    position: static !important;
    display: inline !important;
    flex: 0 0 auto !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #555 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    text-align: left !important;
    white-space: nowrap !important;
}
#idxInfo .office-news__member,
.important-news__item .important-news__member{
    color: darkgreen !important;
    font-weight: bold !important;
}

/* 2段目：タイトル */
#idxInfo .office-news__content {
    position: static !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
}

#idxInfo .office-news__new,
.important-news__item .important-news__new {
    position: static !important;
    display: inline !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    line-height: inherit !important;
    font-style: italic !important;
    font-weight: 700 !important;
}

#idxInfo .office-news__link {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    text-decoration: underline !important;
}

/* ページネーションが画面上部へ移動する既存指定を解除 */
#idxInfo .office-news__pagination {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 16px !important;
    transform: none !important;
    z-index: auto !important;
}

#idxInfo .office-news__page {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    min-width: 34px !important;
    height: 34px !important;
    margin: 3px !important;
    padding: 0 10px !important;
    border-radius: 3px !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    #idxInfo .office-news__head {
        padding: 15px 16px !important;
    }
    #idxInfo .office-news__title {
        font-size: 16px !important;
    }
    #idxInfo .office-news__item {
        padding: 14px 16px !important;
    }
    #idxInfo .office-news__meta {
        gap: 1px 7px !important;
        margin-bottom: 4px !important;
    }
    #idxInfo .office-news__content {
        font-size: 13px !important;
    }
}


/* =========================================================
   事務局からのお知らせ タイトルリンク／フッター余白
   ========================================================= */
#idxInfo .office-news__content .office-news__link {
    color: #333;
    text-decoration: none;
    font-weight: inherit;
}

#idxInfo .office-news__content .office-news__link:hover,
#idxInfo .office-news__content .office-news__link:focus {
    color: #006835;
    text-decoration: underline;
}

/* Bootstrapのfloatを包含し、フッター前に余白を確保 */
#contents .col-md-12.mp-0 {
    padding-bottom: 50px;
}

#contents .col-md-12.mp-0::before,
#contents .col-md-12.mp-0::after {
    display: table;
    content: " ";
}

#contents .col-md-12.mp-0::after {
    clear: both;
}

@media screen and (max-width: 767px) {
    #contents .col-md-12.mp-0 {
        padding-bottom: 35px;
    }
}

/* add_20260817 st (MIDC受領スタイル) */
/* =========================================================
   重要なお知らせ：カテゴリー／会員限定／New
   「事務局からのお知らせ」と同じ見た目
   ========================================================= */

.important-news .important-news__item {
    display: block !important;
}

.important-news .important-news__meta {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 2px 10px !important;
    width: 100% !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

.important-news .important-news__date,
.important-news .important-news__category,
.important-news .important-news__member {
    position: static !important;
    display: inline !important;
    flex: 0 0 auto !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #555 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    text-align: left !important;
    white-space: nowrap !important;
}

.important-news .important-news__member {
    color: darkgreen !important;
    font-weight: bold !important;
}

.important-news .important-news__content {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 500 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
}

.important-news .important-news__new {
    position: static !important;
    display: inline !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    line-height: inherit !important;
    font-style: italic !important;
    font-weight: 700 !important;
    color: #d80707 !important;
}

.important-news .important-news__link {
    display: inline !important;
}

@media screen and (max-width: 767px) {
    .important-news .important-news__meta {
        gap: 1px 7px !important;
        margin-bottom: 4px !important;
    }

    .important-news .important-news__content {
        font-size: 13px !important;
    }
}
/* add_20260817 st (MIDC受領スタイル) */
/* add_20260817 st (お知らせ詳細スタイル) */
#information dt .detail-important-news__new,
#information dt .detail-office-news__new {
    color: #d80707 !important;
    font-style: italic !important;
    font-weight: 700 !important;
}
#information dt .detail-important-news__member,
#information dt .detail-office-news__member {
    color: darkgreen !important;
    font-weight: bold !important;
}
/* add_20260817 ed (お知らせ詳細スタイル) */