@charset "utf-8";
/*
Theme Name: 瑞山会様専用テーマ
Author: 有限会社キーノスロジック
*/

@media(min-width: 800px){
    a[href^="tel:"]{
        pointer-events: none;
    }
}

/* =========================================================================
    共通設定
========================================================================= */
html {
    font-size: 62.5%;
    /* scroll-behavior: smooth; */
}

a {
    color: #0F4D94;
}

/* ページTOPへボタン */
#btn-pagetop {
    background-color: #0074C1;
    border: 1px solid #0074C1;
    width: 70px;
    height: 70px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    transition: all .4s ease;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}
#btn-pagetop i {
    font-size: 2em;
}
#btn-pagetop:hover {
    background-color: #fff;
    color: #0074C1;
}


/* =============================================================
  フォント
============================================================= */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 1.8rem;
    color: #000;
    line-height: 1.75;
}
/* Noto Sans JP | <weight>: Use a value from 100 to 900 */

.ff-montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}


/* =============================================================
  コンテンツ幅
============================================================= */
.w100-100 {
    width: calc(100% - 100px);
    margin: 0 auto;
}
.contents-w900 {
    width: 900px;
    margin: 0 auto;
}


/* =============================================================
  キーカラー
============================================================= */
.zzk-bl {
    color: #0074C1;
}


/* =============================================================
  ボタン
============================================================= */
/* 角丸・矢印ボタン ========================================= */
.btn-rc-arw {
    display: block;
    width: 100%;
    max-width: 350px;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: all .4s ease;
}
.btn-rc-arw span {
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
}
.btn-rc-arw span i {
    font-size: 3rem;
}
.btn-rc-arw:hover span {
    right: 1em;
}


/* トップ：本部 */
.btn-rc-arw.n-honbu {
    background-color: #0033AB;
}
.btn-rc-arw.n-honbu:hover {
    background-color: #0061E1;
}

/* トップ：関東 */
.btn-rc-arw.n-kanto {
    background-color: #CB0051;
}
.btn-rc-arw.n-kanto:hover {
    background-color: #E14684;
}

/* トップ：関西 */
.btn-rc-arw.n-kansai {
    background-color: #006E30;
}
.btn-rc-arw.n-kansai:hover {
    background-color: #0CAE72;
}


/* 瑞山会の青色 */
.btn-rc-arw.default-bl {
    background-color: #0075C2;
}

/* 上向き矢印 */
.btn-rc-arw.arw-top:hover span {
    top: 30%;
    right: 1.5em;
}

/* もどる（矢印が左向き・左配置） */
.btn-rc-arw.btn-back span {
    left: -70%;
}
.btn-rc-arw.btn-back:hover span {
    left: -80%;
}

/* 角丸四角・矢印（薄）ボタン ========================================= */
.btn-rc-down {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #E5F8FF;
    color: #00408A;
    border: 1px solid #0074C1;
    border-radius: 5px;
    font-size: 1.8rem;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: all .4s ease;
}
.btn-rc-down span {
    position: absolute;
    right: 1em;
}
.btn-rc-down:hover {
    background-color: #fff;
}


/* 角丸ボタン ========================================= */
.btn-rc {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    text-align: center;
    transition: all .4s ease;
    border: none;
}
.btn-submit {
    max-width: 500px;
    background-color: #0F4D94;
}
.btn-submit:hover {
    background-color: #0074C1;    
}




/* =============================================================
  olリスト装飾
============================================================= */
/* 括弧＋数字 */
.ol-parentheses {
    list-style-type: none;
    margin-left: 2em;
}

.ol-parentheses li {
    list-style-type: none;
    counter-increment: cnt;
}
.ol-parentheses li::before {
    content: "（ " counter(cnt) " ）";
    display:inline-block;
    width: 3.25em;
    margin-left: -3.25em;
}



/* =============================================================
  アイコン表示
============================================================= */
a[href$=".pdf"]::before {
    content: url('images/icon/pdf.png'); /* PDFのアイコン画像のURLを指定 */
    margin-right: 5px; /* アイコンとテキストの間に余白を追加 */
    vertical-align: middle; /* アイコンの縦位置をテキストに揃える */
}


/* =============================================================
  パンくずリスト（ALL im One SEOプラグイン）
============================================================= */
#breadcrumb-wrap .aioseo-breadcrumb-separator {
    margin-right: 0.25em;
    margin-left: 0.25em;
}


/* =============================================================
  見出し
============================================================= */
/* 見出し1 */
.heading1,
#post-content-wrap h1 {
    display: block;
    background-image: linear-gradient(90deg, rgba(168, 225, 255, 1), rgba(201, 243, 225, 1));
    font-size: 3rem;
    border-radius: 5px;
    padding: 0.4em 1em;
    margin-bottom: 1em;
}

/* 見出し2 */
.heading2,
#post-content-wrap h2  {
    position: relative;
    font-size: 2.8rem;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}
.heading2::after,
#post-content-wrap h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgba(168, 225, 255, 1), rgba(201, 243, 225, 1));
}

/* 見出し3 */
.heading3,
#post-content-wrap h3 {
    position: relative;
    font-size: 2.4rem;
    margin-bottom: 1em;
    padding: 0.5em 1em;
}
.heading3::before,
#post-content-wrap h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, rgba(168, 225, 255, 1), rgba(201, 243, 225, 1));
}

/* 見出し4 */
.heading4,
#post-content-wrap h4 {
    font-size: 2rem;
    color: #0074C1;
    background-color: #E0F4F8;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

/* 見出し5 */
.heading5,
#post-content-wrap h5 {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #0074C1;
    padding: 0 1.5em;
    margin-bottom: 1em;
}
.heading5::before,
#post-content-wrap h5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75em;
    height: 4px;
    background-color: #0074C1;
}

/* 見出し6 */
.heading6,
#post-content-wrap h6 {
    font-size: 1.8rem;
    color: #0074C1;
    font-weight: bold;
}

/* =============================================================
  ヘッダー
============================================================= */
header {
    position: relative;
}


/* カルーセル */
#top-carousel {
    /* position: relative;
    top: 0; */
    /* width: 100%;
    height: 100vh;
    overflow: hidden; */
    z-index: -1;
}

/* #top-carousel img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
} */

/* グローバルメニュー */
#global-navigation-wrap {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#global-navigation-wrap a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
#global-navigation-wrap a:hover {
    color: #0074C1;
}

/* ロゴ左 */
#gn-logo-wrap .titile-dosokai {
    color: #787878;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}



/* 名市大経済学部ロゴ */
.titile-ncu {
    position: absolute;
    top: 25px;
    right: 25px;
}

/* グローバルメニュー部分 */
#gn-wrap {
    width: 90%;
}

#gn-menu1 ul {
    position: absolute;
    top: 180px;
    background-color: #fff;
}
#gn-menu1 ul li {
    padding-top: 1em;
    padding-bottom: 1em;
}

/* 子メニュー */
.gn-c {
    display: none;
}
/* .gn-p:hover .gn-c {
    display: block;
} */
.show-menu .gn-c {
    display: block;
}

/* 2025/3/7追加　ログイン・ログアウト表示 */
.header-account-wrap {
    max-width: 250px;
}

.header-account-wrap i {
    color: #0074C1;
}
.header-account-wrap a {
    color: #0F4D94 !important;
    text-decoration: underline;
}
.header-account-wrap a:hover {
    color: #0074C1;
}


/* ログアウトボタン */
.header-btn-logout {
    border: 1px solid #0F4D94;
    color: #0F4D94;
    text-decoration: none;
}
.header-btn-logout:hover {
    background-color: #0F4D94;
    color: #fff !important;
}



/* =============================================================
  フッター
============================================================= */
footer {
    background: url(images/bg-footer.jpg) repeat center center;
    margin-top: 200px;
    padding: 60px 0;
    color: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    text-decoration: none;
}

/* 名称 */
#footer-add-name {
    font-size: 1.8rem;
}

/* リンク */
#footer-link-wrap {
    width: 90%;
}

/* 著作権表示 */
#footer-copy-wrap {
    font-size: 1.4rem;
    margin-top: 80px;
}


/* =============================================================
  トップページ
============================================================= */

/* 英字見出し ============================================ */
#top-news-wrap h2,
#top-report-wrap h2 {
    font-size: 6rem;
    padding-top: 100px;
    padding-bottom: 80px
}



/* NEWS / EVENT ============================================ */
#top-news-wrap {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(145deg, rgba(219, 247, 255, 1), rgba(241, 235, 255, 1));
    padding-bottom: 100px;
}

/* 本部・支部　枠 */
.top-news-list-wrap {
    background-color: #fff;
}
#top-news-honbu {
    width: 39%;
}
#top-news-kanto,
#top-news-kansai {
    width: 29%;
}

.top-news-list-wrap h3 {
    background-color: #F6F6F6;
    font-size: 2.8rem;
    margin-bottom: 20px;
}
#top-news-honbu h3 {
    color: #0033AB;
}
#top-news-kanto h3 {
    color: #CB0051;
}
#top-news-kansai h3 {
    color: #006E30;
}

/* .top-news-honbu-group {
    border-bottom: #0033AB 1px dashed;
} */


/* 投稿記事出力部分 */
.top-news-list-wrap dl time {
    font-size: 1.6rem;
    color: #444444;
    font-weight: normal;
}
.top-news-list-wrap dl dt {
    margin-top: 1em;
}
.top-news-list-wrap dl dt:first-of-type {
    margin-top: 0;
}
.top-news-list-wrap dl dd {
    border-bottom: #CCCCCC 1px solid;
    padding-bottom: 1em;
}
/* .top-news-list-wrap dl dd:last-of-type {
    border-bottom: none;
} */

/* 記事カテゴリ― */
.post-category {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    width: 130px;
    background-color: #333;
}

.post-category.c-news {
    background-color: #4EC79D;
}
.post-category.c-event,
.post-category.t-event {
    background-color: #E9538B;
}
.post-category.c-event-rpt {
    background-color: #5c2b90;
}
.post-category.c-report,
.post-category.t-report {
    background-color: #27A2C2;
}





/* REPORT ============================================ */
.top-report-post {
    position: relative;
    width: 440px;
    margin-right: 70px;
}

/* アイキャッチ */
.top-report-thumbnail {
    position: relative;
}
.top-report-thumbnail img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: 50% 50%;
}

/* 投稿元 */
.top-report-source {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 0 10px;
    font-size: 1.4rem;
    color: #000;
    max-width: 400px;
}

/* 日付 */
.top-report-post time {
    font-size: 1.6rem;
    color: #444444;
}

/* 記事タイトル */
.top-report-title {
    position: relative;
}
.top-report-title a {
    text-decoration: underline;
}

.top-report-title span {
    display: block;
    width: calc(100% - 60px);
}

.top-report-title::before,
.top-report-title::after {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 1px;
    background: #0074C1;
    transition: all .4s ease;
    content: '';
}
.top-report-title:before {
    width: 30px;
    transform: translateY(-50%);
}
.top-report-title:after {
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
}

.top-report-title:hover::before,
.top-report-title:hover::after {
    right: 0;
}

/* 無限ループ */
body {
    --scroll-gap: 30px;
}
@keyframes infiniteScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - var(--scroll-gap) / 2));
    }
}
.scroll_wrap {
    /* margin-block-start: 20vh; */
    width: 100%;
    overflow: hidden;
}
.scroll_track {
    width: max-content;
    /* animation: infiniteScroll 60s linear infinite; */
    animation: infiniteScroll 45s linear infinite;

    &:hover {
        animation-play-state: paused;
    }
}
.scroll_inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 var(--scroll-gap);
}
.scroll_cont {
    display: grid;
    place-content: center;
    flex-shrink: 0;
}
  


/* =============================================================
  下層ページ 共通
============================================================= */
/* ページタイトル */
#page-title-wrap {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: -1;
}
/* デフォルト（マイページ・何も指定していない時に表示） */
#page-title-wrap.page-default {
    background: url(images/page-title/bg-default.jpg) no-repeat center center;
    background-size: cover;
}
/* 瑞山会について */
#page-title-wrap.page-zuizankai {
    background: url(images/page-title/bg-zuizankai.jpg) no-repeat center center;
    background-size: cover;
}
/* 本部のお知らせ */
#page-title-wrap.page-post {
    background: url(images/page-title/bg-post.jpg) no-repeat center center;
    background-size: cover;
}
/* 支部紹介・報告 */
#page-title-wrap.page-branch {
    background: url(images/page-title/bg-branch.jpg) no-repeat center center;
    background-size: cover;
}
/* お問い合わせ */
#page-title-wrap.page-inquiry {
    background: url(images/page-title/bg-inquiry.jpg) no-repeat center center;
    background-size: cover;
}

#page-title-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
}
#page-title-wrap h1 {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6rem;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1em;
}

/* パンくずリスト */
#breadcrumb-wrap {
    margin-bottom: 50px;
    color: #0075C2;
}
#breadcrumb-wrap .aioseo-breadcrumb-separator {
    color: #000;
}
#breadcrumb-wrap a {
    color: #989898;
    text-decoration: none;
}
#breadcrumb-wrap a:hover {
    text-decoration: underline;
}


/* =============================================================
  会長挨拶
============================================================= */
#greeting-profile-wrap {
    margin-bottom: 4em;
}

#greeting-profile-img {
    margin-right: 3em;
}

.greeting-profile-date {
    text-align: right;
}
.greeting-profile-position {
    font-size: 2rem;
}
.greeting-profile-name {
    font-size: 4rem;
}


/* =============================================================
  沿革
============================================================= */
#history-list-wrap dt {
    font-size: 2.4rem;
    font-weight: bold;
    color: #0075C2;
    border-right: #eee solid 4px;
    width: 30%;
    padding-bottom: 2em;
}
#history-list-wrap dd {
    width: 70%;
    padding-left: 2em;
    padding-bottom: 2em;
}

.history-detail dt {
    width: 35px !important;
    border-right: none !important;
    margin-bottom: 1em;
    padding-bottom: 0 !important;
}
.history-detail dd {
    width: calc(100% - 40px) !important;
    padding-left: 0.5em !important;
    padding-top: 0.25em;
    padding-bottom: 0 !important;
    margin-bottom: 1em !important;
}

/* 先頭へ戻るボタン */
#history-btn-wrap {
    margin-top: 100px;
}


/* =============================================================
  会則
============================================================= */
.bylaws-chapter {
    margin-bottom: 4em;
}
.bylaws-chapter h2 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #0074C1;
    margin-bottom: 1em;
}
.bylaws-chapter h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.bylaws-chapter h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.bylaws-chapter dl {
    margin-bottom: 1em;
}
.bylaws-chapter dl dt {
    width: 5em;
}
.bylaws-chapter dl dd {
    width: calc(100% - 5em);
}

.bylaws-title {
    background-color: #767E8E;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}


/* =============================================================
  会報バックナンバー
============================================================= */
/* デフォルトのborder非表示 */
.accordion {
    --bs-accordion-border-color: transparent;
}

#zuizankai-acc .accordion-item {
    margin-bottom: 2em;
}

#zuizankai-acc .accordion-button {
    background-color: #E5F4FF;
    color: #0074C1;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0.75em 1em;
}
#zuizankai-acc .accordion-button:not(.collapsed) {
    background-color: #0074C1 !important;
    color: #fff !important;
}

#zuizankai-acc .accordion-body ul li {
    margin-bottom: 1em;
}

/* アコーディオン矢印 */
#zuizankai-acc.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
#zuizankai-acc .accordion-button::after {
    scale: 1.5;
}


/* =============================================================
  組織・役員
============================================================= */
#organization-year {
    font-size: 3rem;
    margin-bottom: 1.5em;
}
#organization-pdf-btn {
    margin-bottom: 3em;
}

.organization-table-wrap {
    margin-bottom: 5em;
}

.organization-table-wrap table th,
.organization-table-wrap table td {
    white-space: nowrap;
}


.organization-table-wrap table thead th {
    text-align: center;
}

.organization-table-wrap table tbody th {
    color: #0074C1;
    width: 12em;
    padding: 1em 1em 0.5em 1em;
    text-align: center;
    border-bottom: 1px solid #000;
}

.organization-table-wrap table tbody td {
    padding: 1em 1em 0.5em 2em;
    border-bottom: 1px solid #000;
}

.organization-table-wrap table .column-graduation {
    width: 6em;
}
.organization-table-wrap table .column-seminar {
    width: 8em;
}



/* =============================================================
  よくあるご質問
============================================================= */
#faq-nav-wrap {
    margin-bottom: 4em; 
}

#faq-nav-wrap .btn-rc-down {
    line-height: 1.2;
}

#zuizankai-acc.faq-acc section {
    margin-bottom: 8em;
}

#zuizankai-acc.faq-acc .accordion-button {
    font-size: 2rem;
}

#zuizankai-acc.faq-acc .accordion-body {
    padding: 1em 2.5em;
}

#zuizankai-acc.faq-acc .accordion-body ul li {
    margin-bottom: 0.5em;
}


/* =============================================================
  個人情報取扱について
============================================================= */
#privacy-wrap h2 {
    background-color: #0074C1;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 0.5em 0.75em;
    margin-bottom: 0.5em;
}
#privacy-wrap .privacy-txt {
    margin-bottom: 3em;
}


/* =============================================================
  支部紹介
============================================================= */
#branch-nav-wrap {
    margin-bottom: 4em; 
}
#branch-nav-wrap .btn-rc-down {
    line-height: 1.2;
}
#branch-nav-wrap ul li {
    width: 19%;
    margin-right: 0.6em;
    margin-bottom: 1em;
}
#branch-nav-wrap ul li:last-of-type {
    margin-right: 0;
}

/* 支部詳細 */
.branch-detail dl dt {
    color: #0074C1;
    font-size: 2rem;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
}
.branch-detail dl dd {
    padding-bottom: 0.5em;
    margin-bottom: 0;
}

.branch-detail .branch-member-list dt {
    width: 120px;
    padding: 0;
}
.branch-detail .branch-member-list dd {
    width: calc(100% - 140px);
    padding: 0;
}

/* ボタン */
.btn-b-report {
    background-color: #0F4D94;
}
.btn-b-event {
    border: 1px solid #0F4D94;
    color: #0F4D94;
}


/* =============================================================
  投稿一覧
============================================================= */
#post-list-wrap {
    margin-bottom: 3em;
}
#post-list-wrap dt {
    width: 15em;
    font-weight: normal;
    margin: 0;
    border-top: 1px solid #CCCCCC;
}
#post-list-wrap dt time {
    color: #444444;
}

#post-list-wrap dd {
    width: calc(100% - 15em);
    margin: 0;
    border-top: 1px solid #CCCCCC;
}
#post-list-wrap dd a:hover {
    text-decoration: none;
}

#post-list-wrap dt:last-of-type,
#post-list-wrap dd:last-of-type {
    border-bottom: 1px solid #CCCCCC;
}

/* ページネーション */
.post-pagination {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-pagination a,
.post-pagination span {
    display: block;
    margin-right: 1em;
}
/* .post-pagination a:last-of-type {
    margin-right: 0;
} */

.post-pagination a,
.post-pagination .current {
    color: #0074C1;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border: 1px solid #0074C1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.post-pagination a:hover {
    background-color: #0074C1;
    color: #fff;
}

/* 現在表示されているページ */
.post-pagination .current {
    background-color: #0074C1;
    color: #fff;
    font-weight: bold;
}

/* .post-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-pagination ul li {
    margin-right: 1em;
}
.post-pagination ul li:last-of-type {
    margin-right: 0;
}

.post-pagination ul li a,
.post-pagination ul li .current {
    display: block;
    color: #0074C1;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border: 1px solid #0074C1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.post-pagination ul li a:hover {
    background-color: #0074C1;
    color: #fff;
} */

/* 現在表示されているページ */
/* .post-pagination ul li .current {
    background-color: #0074C1;
    color: #fff;
    font-weight: bold;
} */


/* =============================================================
  投稿詳細
============================================================= */
#post-info-wrap {
    border-bottom: 1px solid #0074C1;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

#post-info-wrap h1 {
    text-align: center;
}

#post-content-wrap {
    border-bottom: 1px solid #0074C1;
    padding-bottom: 5em;
    margin-bottom: 5em;
}



/* =============================================================
  お問い合わせ
============================================================= */
/* フォーム */
#inquiry-form-wrap {
    background-color: #F6F6F6;
    padding: 5em 0;
    font-size: 2rem;
}

#inquiry-form-wrap dl dt {
    margin-bottom: 0.75em;
}

#inquiry-form-wrap dl dd {
    margin-bottom: 3em;
}
#inquiry-form-wrap dl dd:last-child {
    margin-bottom: 0;
}

#inquiry-form-wrap input,
#inquiry-form-wrap textarea {
    font-size: 2rem;
}
#inquiry-form-wrap input::placeholder,
#inquiry-form-wrap textarea::placeholder  {
    color: #AAAAAA;
}

#inquiry-form-wrap input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 0.75em;
}

/* 必須アイコン */
.icon-required {
    display: inline-block;
    color: #D60000;
    font-size: 1.6rem;
    font-weight: normal;
    border: 1px solid #D60000;
    padding: 0 0.25em;
    border-radius: 5px;
}

/* 送信ボタン */
#inquiry-submit-wrap {
    margin-top: 5em;
}


/* =============================================================
  お問い合わせ - 完了
============================================================= */
.inquiry-thx-title {
    font-size: 3rem;
    margin-bottom: 2em;
}


/* =============================================================
  ログイン・パスワードリセット 共通
============================================================= */
#wpmem_login,
#wpmem_reg {
    font-size: 1.8rem !important;
    width: 100% !important;
    background-color: #F6F6F6;
    margin-top: 5em;
    padding: 3em;
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
}

#wpmem_login .div_text {
    margin-bottom: 2em !important;
}

/* 送信ボタン */
#wpmem_login .button_div,
#wpmem_reg .button_div {
    margin-top: 2em;
}
#wpmem_login .buttons,
#wpmem_reg .buttons {
    background-color: #0074C1;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.25em 2em;
    border: 0;
    border-radius: 5px;
    margin-left: 1em;
}

/* チェックボックス */
#wpmem_login input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 0.5em;  
}

/* フォームの全体的な枠 */
#wpmem_login fieldset {
    margin: 0 !important;
}

/* フォーム上の見出し */
#wpmem_login legend {
    font-size: 3rem !important;
    margin-bottom: 1.5em !important;
}

/* ログインボタン下のリンクテキスト */
#wpmem_login .link-text {
    margin-top: 1em !important;
}


/* =============================================================
  ログイン
============================================================= */
/* SiteGuard WP Plugin 画像認証 */
#wpmem_login img,
#loginform img {
    width: 150px;
}


/* =============================================================
  新規会員登録
============================================================= */
/* 上部の余白 */
#wpmem_reg fieldset {
    margin-top: 0 !important;
}

/* 必須項目 */
#wpmem_reg .req-text {
    margin-bottom: 1em !important;
}

/* 項目名 */
#wpmem_reg label {
    font-weight: 700;
}

/* 入力欄 */
#wpmem_reg .div_text {
    margin-top: 0.5em !important;
    margin-bottom: 2em !important;
}

/* チェックボックス */
#wpmem_reg .div_multicheckbox {
    line-height: 2;
}
#wpmem_reg .div_multicheckbox input[type="checkbox"] {
    transform: scale(1.75);
    margin-right: 0.5em;
    margin-left: 1em;
}

/* 登録完了後の画面 */
#wpmem_msg, .wpmem_msg {
    margin: 100px auto !important;
}



/* =============================================================
  404 NOT FOUND
============================================================= */
#notFound-wrap {
    margin-top: 5em;
}
#notFound-wrap h2 {
    margin-bottom: 1.5em;
    font-size: 3rem;
}





/* =============================================================
  タブレット以下
============================================================= */
@media screen and (max-width: 1290px) {

    .contents-w900 {
        /* width: 100%; */
        width: calc(100% - 50px);
    }
    /* グローバルナビゲーション============================================ */
    #global-navigation-wrap {
        position: fixed;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 60px;
        border-radius: 0;
        z-index: 99;
    }

    #gn-logo-wrap .titile-dosokai {
        letter-spacing: 0;
        line-height: normal;
    }

    #gn-logo-wrap h1 img {
        height: 30px;
    }

    /* ハンバーガーボタン */
    .sp-btn {
        /* position:fixed;
        z-index: 9999;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 20px; */
        position:fixed;
        z-index: 9999;/*ボタンを最前面に*/
        top: 12px;
        right: 20px;
        width: 40px;
        height: 30px;
    }
    .sp-btn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        height: 2px;
        background-color: #0074C1;
        width: 100%;
    }
    .sp-btn span:nth-of-type(1) {
        top:0px;	
    }
    .sp-btn span:nth-of-type(2)  {
        top:10px;
    }
    .sp-btn span:nth-of-type(3) {
        top:20px;
    }
    .sp-btn span#sp-btn-txt {
        background-color: #fff !important;
        height: auto !important;
        color: #0074C1;
        font-size: 1rem;
        top: 25px;
    }

    /* ×に変化 */
    .sp-btn.active {
        top: 23px;
    }
    .sp-btn.active span:nth-of-type(1) {
        top: 0px;
        transform: translateY(6px) rotate(-45deg);
        width: 100%;
    }
    .sp-btn.active span:nth-of-type(2),
    .sp-btn.active span#sp-btn-txt {
        display: none;
    }
    .sp-btn.active span:nth-of-type(3){
        top: 12px;
        transform: translateY(-6px) rotate(45deg);
        width: 100%;
    }

    /* グローバルナビゲーション メニュー部分 */
    #gn-wrap {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: -100%;
        transition: all .5s;
        /* border-top: 1px solid #ccc; */
    }
    #gn-wrap.panelactive {
        /* display: block; */
        right: 0;
        top: 0;
        z-index: 999;
    }
    #gn-wrap li:first-of-type {
        border-top: 1px solid #ccc;
    }
    #gn-wrap li {
        border-bottom: 1px solid #ccc;
    }
    #gn-wrap li a {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        height: 70px;
        padding-left: 1em;
    }

    /* 子メニューがあるメニュー */
    .gn-p {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        height: 70px;
    }
    .gn-p span {
        padding-left: 1em;
    }
    .gn-p i {
        margin-right: 1em  !important;
        margin-left: auto !important;
    }
    .show-menu.gn-p {
        height: auto;
        padding-top: 1em;
    }

    /* 子メニュー */
    #gn-menu1 {
        padding-top: 60px;
    }
    #gn-menu1 ul {
        position: static;
        margin-top: 1em;
    }
    #gn-menu1 ul li {
        padding: 0 0 0 1em;
    }
    
    #gn-menu1 ul li:first-of-type {
        border-top: 1px solid #ccc;
    }
    #gn-menu1 ul li:last-of-type {
        border-bottom: none;
    }
   
    .gn-c {
        width: 100%;
        box-shadow: none;
    }

    /* 2025/3/7追加　ログイン・ログアウト表示 ============================================ */
    .header-account-wrap-sp {
        position:fixed;
        z-index: 9999;/*ボタンを最前面に*/
        top: 10px;
        right: 80px;
        line-height: 0.3;

    }
    .header-account-wrap-sp a {
        font-size: 0.9rem;
        text-decoration: none;
    }
    .header-account-wrap-sp i {
        font-size: 3rem;
        color: #0074C1;
    }


    /* トップページ ============================================ */
    /* 本部 枠 */
    #top-news-honbu {
        width: 100%;
        margin-bottom: 2em;
    }
    /* 関東・関西 */
    #top-news-kanto,
    #top-news-kansai {
        width: 48%;
    }

    /* REPORT */
    .top-report-post {
        width: 40vw;
        max-width: 400px;
        margin-right: 40px;
    }
    .top-report-thumbnail img {
        height: 15em;
    }

    .top-report-title span {
        width: 100%;
    }
    .top-report-title::before,
    .top-report-title::after {
        display: none;
    }

    /* フッター ============================================ */
    #footer-link-wrap ul li {
        margin-bottom: 0.75em;
    }


    /* 下層ページ 共通 ============================================ */
    #page-title-wrap {
        margin-top: 60px;
        height: 26vh;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    #page-title-wrap h1 {
        position: static;
        transform: translateX(0);
    }

    /* 沿革 ============================================ */
    #history-list-wrap dt {
        width: 10em;
    }
    #history-list-wrap dd {
        width: calc(100% - 14em);
    }

    /* 会報BN ============================================ */
    #zuizankai-acc .accordion-button {
        font-size: 1.8rem;
    }

    /* よくあるご質問 ============================================ */
    #zuizankai-acc.faq-acc section {
        scroll-margin-top: 70px;
    }
}

/* =============================================================
  デバイス幅 820px
============================================================= */
@media screen and (max-width: 825px) {
    #branch-nav-wrap ul li {
        width: 23%;
    }
}

/* =============================================================
  スマートフォン
============================================================= */
@media screen and (max-width: 768px) {

    body {
        font-size: 1.6rem;
    }

    /* ページTOPへボタン */
    #btn-pagetop {
        width: 55px;
        height: 55px;
        font-size: 1.2rem;
        bottom: 20px;
        right: 20px;
    }
    #btn-pagetop i {
        font-size: 1.5em;
    }
    

    /* コンテンツ幅 ============================================ */
    .w100-100 {
        width: calc(100% - 40px);
    }
    .contents-w900 {
        /* width: 100%; */
        width: calc(100% - 40px);
    }
    .wpm-c900 .contents-w900 {
        width: 100% !important;
    }

    /* 見出し ============================================ */
    .heading1,
    #post-content-wrap h1 {
        font-size: 2.5rem;
        padding: 0.4em 0.5em;
    }
    .heading2,
    #post-content-wrap h2 {
        font-size: 2.4rem;
    }
    .heading3,
    #post-content-wrap h3 {
        font-size: 2rem;
    }
    .heading4,
    #post-content-wrap h4,
    .heading5,
    #post-content-wrap h5 {
        font-size: 1.8rem;
    }
    .heading6,
    #post-content-wrap h6 {
        font-size: 1.6rem;
    }

    /* ボタン ============================================ */
    .btn-rc-arw, .btn-rc-down {
        font-size: 1.6rem;
    }

    /* トップページ ============================================ */
    /* 本部・関西・関東 枠 */
    #top-news-honbu,
    #top-news-kanto,
    #top-news-kansai {
        width: 100%;
        margin-bottom: 2em;
    }

    .top-news-list-wrap h3 {
        font-size: 2.2rem;
    }

    /* 関東・関西 最新記事４件のみ表示 */
    #top-news-kanto dl dt:nth-child(n+7), 
    #top-news-kanto dl dd:nth-child(n+8),
    #top-news-kansai dl dt:nth-child(n+7), 
    #top-news-kansai dl dd:nth-child(n+8) {
        display: none;
    }

    /* 英字見出し */
    #top-news-wrap h2, #top-report-wrap h2 {
        font-size: 4rem;
        padding-top: 70px;
        padding-bottom: 50px;
    }

    /* REPORT */
    .top-report-post {
        width: 80vw;
        max-width: 400px;
    }
    .top-report-thumbnail img {
        height: 220px;
    }

    .top-report-title span {
        width: 100%;
    }
    .top-report-title::before,
    .top-report-title::after {
        display: none;
    }


    /* フッター ============================================ */
    #footer-logo-ncu img {
        width: 200px;
    }


    /* 下層ページ ============================================ */
    #page-title-wrap h1 {
        font-size: 3.5rem;
    }

    #page-title-wrap.page-zuizankai h1 {
        font-size: 3rem;
    }



    /* 会長挨拶 ============================================ */
    #greeting-profile-img {
        text-align: center;
        margin-right: 0;
    }

    #greeting-profile-text,
    .greeting-profile-date {
        text-align: center;
    }

    .greeting-profile-name-wrap span {
        display: block;
    }

    /* 沿革 ============================================ */
    #history-icon {
        margin-bottom: 3em;
    }
    #history-icon dl dt {
        width: 2em;
    }
    #history-icon dl dd {
        width: 85%;
    }

    #history-list-wrap dt,
    #history-list-wrap dd {
        width: 100%;
    }

    #history-list-wrap dt {
        font-size: 2rem;
        border-right: none;
        padding-bottom: 0.5em;
    }

    #history-list-wrap dd {
        padding-left: 1em;
        padding-bottom: 1em;
    }


    /* 会則 ============================================ */
    .bylaws-chapter dl dt,
    .bylaws-chapter dl dd {
        width: 100%;
    }
    
    /* 組織・役員 ============================================ */
    .organization-table-wrap table tbody th {
        padding: 1em 0.5em 0.5em 0;
    }
    .organization-table-wrap table tbody td {
        padding: 1em 0.25em 0.5em 1em;
    }

    /* よくあるご質問 ============================================ */
    #zuizankai-acc.faq-acc section {
        margin-bottom: 6em;
    }
    #zuizankai-acc.faq-acc .accordion-button {
        font-size: 1.6rem;
    }
    #zuizankai-acc.faq-acc .accordion-body {
        padding: 1em;
    }

    /* 個人情報取扱について ============================================ */
    #privacy-wrap h2 {
        font-size: 2rem;
    }

    /* お問い合わせ ============================================ */
    #inquiry-form-wrap {
        font-size: 1.6rem;
    }

    /* 投稿一覧 ============================================ */
    #post-list-wrap dt,
    #post-list-wrap dd {
        width: 100%;
    }
    #post-list-wrap dd {
        border-top: none;
    }
    #post-list-wrap dt:last-of-type {
        border-bottom: none;
    }

    /* 投稿記事 ============================================ */
    #post-info-wrap h1 {
        text-align: left;
    }

    /* 支部紹介 ============================================ */
    #branch-nav-wrap ul li {
        width: 47%;
    }
    #branch-nav-wrap ul li .btn-rc-down {
        font-size: 1.6rem;
    }

    .branch-detail dl dt {
        font-size: 1.8rem;
    }

    /* ログイン ============================================ */
    #wpmem_login, #wpmem_reg {
        padding: 1em;
    }
}