/* ========================================
   60周年ページ (page-nicety_60th_anniversary)
   ======================================== */

/* パンくずリスト非表示 */
.hide-breadcrumb .breadcrumb-section {
    display: none;
}

/* 背景画像（タイル） */
#container .anniversary60-bg {
    background-image: url('../img/back_img.png');
    background-repeat: repeat;
    background-position: top left;
    margin-top: 0;
}

/* メインコンテンツ背景（白） */
.anniversary60-bg #main {
    background-color: #fff;
    padding: 80px 40px 24px;
}

.page-60th_title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

/* イントロテキスト */
.anniversary60__intro {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}

/* セクションヘッダー（共通） */
.anniversary60__section-header {
    border-radius: 4px;
    padding: 8px 16px;
    margin: 36px 0 20px;
}

/* 分譲住宅事業：青 */
.anniversary60__section-header--blue {
    background-color: #2a74b8;
}

/* 賃貸住宅事業：緑 */
.anniversary60__section-header--green {
    background-color: #3e8f3e;
}

/* 市営住宅管理等事業：オレンジ */
.anniversary60__section-header--orange {
    background-color: #f07800;
}

#content .anniversary60__section-title {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    border: none;
    background: none;
}

/* 各記事ブロック */
.anniversary60__article {
    /* margin-bottom: 32px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 28px; */
}

.anniversary60__article:last-of-type {
    border-bottom: none;
}

/* 小見出し */
.anniversary60__article-header {
    margin-bottom: 14px;
}

.anniversary60__article-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    line-height: 1.5;
}

/* 分譲：青 */
.anniversary60__article--blue .anniversary60__article-title {
    color: #2a74b8;
}

/* 賞貸：緑 */
.anniversary60__article--green .anniversary60__article-title {
    color: #3e8f3e;
}

/* 市営：オレンジ */
.anniversary60__article--orange .anniversary60__article-title {
    color: #f07800;
}

/* 丸バレット 共通 */
.anniversary60__bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
    background-color: #333;
}

/* バレット色：分譲 */
.anniversary60__article--blue .anniversary60__bullet {
    background-color: #2a74b8;
}

/* バレット色：賞貸 */
.anniversary60__article--green .anniversary60__bullet {
    background-color: #3e8f3e;
}

/* バレット色：市営 */
.anniversary60__article--orange .anniversary60__bullet {
    background-color: #f07800;
}

/* 記事本文 */
.anniversary60__article-body {
    font-size: 13px;
    line-height: 1.8;
    color: #333;
}

.anniversary60__article-body p {
    margin-bottom: 10px;
}

/* 画像ブロック */
.anniversary60__img-block {
    margin-bottom: 10px;
}

.anniversary60__img-block img {
    width: 100%;
    height: auto;
    display: block;
}

.anniversary60__img-block--wide {
    max-width: 480px;
    margin-top: 14px;
}

.anniversary60__img-caption {
    font-size: 12px;
    color: #555;
    margin-top: 4px;
    margin-bottom: 0;
}

/* ========================================
   60周年記念誌バナー
   ======================================== */
.anniversary60__banner-wrap {
    margin-top: 40px;
    margin-bottom: 60px;
}

.anniversary60__banner-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.anniversary60__banner-link:hover {
    text-decoration: none;
    opacity: 0.9;
}

.anniversary60__banner {
    background-image: url('../img/nicety60th/n60_conts009.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* border-radius: 6px; */
    overflow: hidden;
    min-height: 180px;
}

.anniversary60__banner-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
}

.anniversary60__banner-text {
    color: #333;
    text-align: center;
}

.anniversary60__banner-left .anniversary60__banner-text img {
    max-width: 250px;
}

.anniversary60__banner-sub {
    font-size: 12px;
    color: #333;
    margin-bottom: 4px;
}

.anniversary60__banner-title {
    font-size: 20px;
    font-weight: bold;
    color: #f0c060;
    margin-bottom: 8px;
}

.anniversary60__banner-desc {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.7;
    margin-bottom: 0;
}

.anniversary60__banner-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(255,255,255,0.07);
}

.anniversary60__banner-note {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.anniversary60__banner-imgs img {
    max-width: 200px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 4px;
}

/* ========================================
   レスポンシブ
   ======================================== */
@media (max-width: 767px) {
    #container .anniversary60-bg {
        background-image: none;
        margin-top: 0;
    }
    .anniversary60-bg #main {
        padding: 20px 10px 20px;
    }
    .anniversary60__article-title {
        font-size: 14px;
    }

    .anniversary60__section-title {
        font-size: 15px;
    }

    .anniversary60__img-block {
        margin-bottom: 14px;
    }

    .anniversary60__img-block--wide {
        max-width: 100%;
    }

    .anniversary60__banner-left,
    .anniversary60__banner-right {
        padding: 20px 16px;
    }

    .anniversary60__banner-imgs img {
        max-width: 160px;
    }
}
