


/* --- 1. 三峰山岳会とは セクション --- */
.about-section {
    margin-bottom: 52px;
    padding-bottom: 20px;
}

/* ★中央揃えの指定 */
.about-section.centered {
    text-align: center;
}


.subtitle {
    font-size: var(--text-ml-size);
    text-align: center;
    color: var(--color-mitsumine);
}


/* --- 2. プロフィールと会員数 セクション --- */
.profile-section {
    margin-bottom: 50px;
    max-width: 700px; /* ボックス内での表示幅 */
    margin-left: 0; /* 左寄せを基本に */
}

.profile-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.profile-list li {
    margin-bottom: 5px; /* 行間を少し広げる */
    display: block; /* ★ブロック要素に変更 */
    align-items: baseline;
}

.profile-label {
    font-weight: bold;
    display: inline-block;
    min-width: 80px;
    margin-right: 15px;
}

.member-count ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    display: inline-block;
}

.member-count li {
    display: inline-block;
    margin-right: 20px;
}

/* --- 3. 詳細情報 セクション（入会金など） --- */
.info-details-section {
    margin-top: 4.5rem;
}

.info-block {
    margin-bottom: 25px;
}

.info-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    padding-bottom: 5px;
}

.info-content {
    font-size: 16px;
    margin-bottom: 4px;
}

.info-note {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

.info-link-note a,
.contact-block a {
    color: #0000FF;
    text-decoration: underline;
}

.pamphlet-block {
    text-align: left; /* 画像では左に寄っているように見えるため */
    margin-top: 40px;
}

.pamphlet-image-link {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
    text-decoration: none;
    margin-top: 15px;
}



.pamphlet-image-link img {
    display: block;
    width: 150px;
    height: auto;
}