@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

:root {
  --ntaa-navy: #002D5A;    /* メイン（濃紺） */
  --ntaa-sky: #4FC3F7;     /* アクセント（水色） */
  --ntaa-orange: #FF8C00;  /* サブアクセント（橙） */
  --ntaa-text: #333333;    /* 本文テキスト */
  --ntaa-white: #FFFFFF;   /* ベースカラー */
  --ntaa-bg: #F3F5F8;      /* 背景用（薄灰） */
}

/*!
Theme Name:日本テクニカルアナリスト協会
Theme URI:
Author:日本テクニカルアナリスト協会
Version:2.7
Copyright 日本テクニカルアナリスト協会 All Rights Reserved.
*/
/*--------------------------------------------------------------
>>> CONTENTS LIST
----------------------------------------------------------------
# TOP CSS // 設定変数
# style.CSS 
--------------------------------------------------------------
CONTENTS LIST <<<
------------------------------------------------------------*/

/************************************************************
common settings
*************************************************************/

/* fonts */
/*
【初期】font-family: 'Noto Sans Japanese', sans-serif;
【変更】font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif; 
見出しは別途明朝系指定
*/

html {
  font-size: 100% !important; /* reset.cssの62.5%を上書きして100%（16px）に */
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  margin-top: 0 !important;
}

body{ 
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
  font-size: 18px !important; /* 文字を大きくする（16px→18px） */
  line-height: 1.7 !important; /* reset.cssの1を上書きして1.7に */
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--ntaa-text);
}

/* WordPress管理バーが表示されている場合のbody調整 */
body.admin-bar {
  margin-top: 32px !important;
  padding-top: 0 !important;
}

/* モバイル（782px以下）では管理バーの高さが46px */
@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px !important;
  }
}

/* デスクトップ（783px以上）では管理バーの高さが32px */
@media screen and (min-width: 783px) {
  body.admin-bar {
    margin-top: 32px !important;
  }
}

h1,h2,h3,h4,h5{
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important; /* Yuゴシック体に変更 */
  line-height: 1.6 !important; /* 読みやすさを向上 */
  font-size: 1.2em !important; /* 文字を大きくする */
}

/* 本文とコンテンツエリアのフォントサイズを明示的に指定 */
p, li, td, th, dd, dt {
  font-size: 18px !important; /* 文字を大きくする（16px→18px） */
  line-height: 1.7 !important; /* 読みやすさを向上 */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.content_area, .content_box, article, section {
  font-size: 18px !important; /* 文字を大きくする（16px→18px） */
  line-height: 1.7 !important;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}
h1.gothic, h2.gothic,h3.gothic,h4.gothic,h5.gothic{
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif; 
}
h1.mincho,h2.mincho,h3.mincho,h4.mincho,h5.mincho{
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important; /* Yuゴシック体に変更 */
}


/* 投稿カテゴリ色 */
.bg-study{ background-color: #2f86fe; } /* 勉強会 */
.bg-exam{ background-color: #4d2816; } /* 試験 */
.bg-report{ background-color: #6c5992; } /* 会報 */
.bg-reference{ background-color:#446666; } /* ご参考 */
.bg-plan{ background-color:#bca263; } /* 予定 */
.bg-session{ background-color:#339933; } /* 講演会 */
.bg-lecture{ background-color:#339933; } /* 講演会 */
.bg-membersseminar{ background-color:#339933; } /* WEBINAR＆リアルセミナー */
.bg-etc{ background-color:#ff6666; } /* その他 */
.bg-research{ background-color:#a72038; } /* 研究会 */
.bg-news{ background-color: #0033cc; } /* お知らせ */
.bg-seminar{ background-color:#373f51; } /* セミナー */
.bg-labo{ background-color:#7fb069; } /* 研究所 */
.bg-correspondence{ background-color:#993366; } /* 通信講座 */
.bg-kaufman{ background-color:#993366; } /* カウフマン */
.bg-unknown{ background-color: #999999; } /* 未判別 */

.info-category{  padding-left:1rem; padding-right: 1rem; margin-top:0.5rem;}

.pnl-category{ 
  border:1px solid #ccc;
  border-radius:3px;
  box-shadow: 2px 2px 4px -2px #999;
  padding:1.5rem;
  background-color:#fffdf9;
  height:100%;
  
}
.pnl-category:before{
	content:"";
	display:block;
	height:7px;
	position:absolute;
  top:0;
  left:20%;
  width:60%;
  margin:0 auto;
}

.pnl-kaufman{ background-color:#faf5d7; } /* カウフマン */

.pnl-study:before{ background-color: #2f86fe; } /* 勉強会 */
.pnl-exam:before{ background-color: #4d2816; } /* 試験 */
.pnl-report:before{ background-color: #6c5992; } /* 会報 */
.pnl-reference:before{ background-color:#446666; } /* ご参考 */
.pnl-plan:before{ background-color:#bca263; } /* 予定 */
.pnl-session:before{ background-color:#339933; } /* 講演会 */
.pnl-lecture:before{ background-color:#339933; } /* 講演会 */
.pnl-membersseminar:before{ background-color:#339933; } /* WEBINAR＆リアルセミナー */
.pnl-etc:before{ background-color:#ff6666; } /* その他 */
.pnl-research:before{ background-color:#a72038; } /* 研究会 */
.pnl-news:before{ background-color: #0033cc; } /* お知らせ */
.pnl-seminar:before{ background-color:#373f51; } /* セミナー */
.pnl-labo:before{ background-color:#7fb069; } /* 研究所 */
.pnl-correspondence:before{ background-color:#993366; } /* 通信講座 */
.pnl-kaufman:before{ background-color:#993366; } /* カウフマン */

.a-doublearrow{
  background:url(./images/common/ico-double_arrow.png) left 30% no-repeat; 
  padding-left:2rem;
}

.btn-sand{ background-color:#f6e9b9; color:#333333; }
.btn-sand:hover{ background-color:#fff9f0; color:#333333; text-decoration:underline; }

/************************************************************
shorthands
*************************************************************/
.cb { clear:both; }

.mr0{ margin-right: 0;}
.ml0{ margin-left: 0;}
.pr0{ padding-right: 0;}
.pl0{ padding-left: 0; }
.pl4rm{ padding-left: 4rem; }

.mt0 { margin-top: 0; }
.mt15 { margin-top: 15px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt75 { margin-top: 75px; }
.mt100 { margin-top: 100px; }

.ml15{ margin-left:15px; }

.fs85 { font-size:85%; }
.fs70 { font-size:70%; }

.fw700{ font-weight:700; }

.w1170{ width: 1170px; }

.mh50vh{ min-height:50vh; }

.db { display:block; }
.dib { display:inline-block; }
.din { display:inline; }

.fc-red { color:#ff0000; }
.fc-navy { color:#000099; }
.fc-orange{ color:#ff9900; }

.no-line,.no-line:hover,.no-line:active,.no-line:visited{ text-decoration:none; }

.fade-in{ opacity:1; }
.fade-out{ opacity:0; }

.tal{ text-align:left; }
.tac{ text-align:center; }
.tar{ text-align:right; }
.white, .white:hover, .white:visited { color:#ffffff; }

.autoscroll{ overflow:auto; }
.autoscroll-x{ overflow-x: auto; }
.autoscroll-y{ overflow-y: auto; }


/************************************************************
bootstrap override
*************************************************************/
h2.widgettitle{ display:none; }
/************************************************************
bootstrap custom element
*************************************************************/
.customtron { 
  background:url(./images/home/slide1.jpg) center no-repeat; 
  background-size: cover;
  margin-bottom:0;
  margin-top:0px;
  padding-top:2rem;
  padding-bottom:2rem;
  min-height: 400px !important; /* 画像404エラー対策：最小高さを確保 */
  
}
.customtron .mv-panel{
    width:50%;
    background-color:rgba(0, 45, 90, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding:3rem 2.5rem;
    margin-left:5%;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
/*    background:url(./images/home/msg2.png) right top no-repeat; */
    background-size: contain;
}
.mv-msg1{
  float:left;
width:50%; background-color:var(--ntaa-navy); padding:2rem; margin-left:0;
}
.mv-msg2{
  float:left;
  width:45%;
}
.mv-msg3{
  float:right;
  width:5%;
}

@media screen and (max-width:600px) {
  .mv-msg1{ display: none; }
  .customtron { background-position:right center; background-size:cover; }
  .customtron .mv-panel{ 
    min-height:150px;
    width:90%;
    padding:2rem 1.5rem;
    margin-left:5%;
  }
  .mv-panel header{
    font-size:1.5rem;
    line-height:2rem;
    margin-bottom:1.2rem;
  }
  .mv-panel-ul li{
    font-size:0.9rem;
    line-height:1.8rem;
    margin-bottom:0.8rem;
  }
  .mv-btn-more{
    padding:0.7rem 2.5rem 0.7rem 1.2rem;
    font-size:0.9rem;
    margin-top:1.2rem;
  }
 }
 


 .row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.btn-raise{
  display: inline-block;
  color: #333333;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}

.btn-raise:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}



 @media screen and (max-width:970px) {
 }
 @media screen and (max-width:768px) {
  .customtron{ padding:0; }
  .customtron .mv-panel{ 
    width:90%;
    margin:0 auto;
    padding:2.5rem 2rem;
  }
 }

/************************************************************
contents settings
*************************************************************/


/******************************
COMMON
******************************/

img{ max-width: 100%; }
.wrapper{
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}
.white_area{
  background-color: #fff;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/******************************
Header
******************************/
.hdr-cmnpnl{
  display: flex;
  justify-content: space-between;
  align-items: center; /* 縦方向の中央揃え */
  width:100%;
  background-color: #ffffff;
  padding-top: 0.3rem; /* 上部のパディングを小さく */
  padding-bottom: 0.3rem; /* 下部のパディングを小さく */
  padding-left: 2rem; /* 左側のパディング */
  padding-right: 2rem; /* 右側のパディング */
  min-height: 90px; /* ロゴが表示される高さを確保 */
  box-shadow: 0px 2px 4px -2px #999;
  position: relative !important;
  z-index: 100 !important;
  margin-top: 0;
  margin-bottom: 0; /* グローバルメニューとの間隔 */
  top: auto !important;
  left: auto !important;
  overflow: hidden; /* グローバルメニューと重ならないように */
}

.hdr-cmnpnl-moving{
  z-index:100 !important;
  position:static !important;
  top: auto !important;
  left: auto !important;
}

/* wpadminbarのz-indexを確実に最高にして、常に最上部に表示 */
/* WordPressの管理バーは常に最上部に表示される必要がある */
#wpadminbar{
  z-index: 99999 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  will-change: auto !important;
}

/* 管理バー内のすべての要素も確実に表示 */
#wpadminbar *{
  z-index: inherit !important;
}

/* 管理バーが常に最上部に表示されるように、bodyとhtmlの位置も調整（既に上で定義済み） */

/* ヘッダーとグローバルメニューが確実に管理バーの下に配置されるように */
body.admin-bar .hdr-cmnpnl,
body.admin-bar .hdr-cmnpnl-moving{
  position: relative !important;
  z-index: 100 !important;
}
body.admin-bar .global-nav{
  position: relative;
  z-index: 999;
}

/* すべての状況でヘッダーとグローバルメニューのz-indexを確実に低くする */
.hdr-cmnpnl,
.hdr-cmnpnl-moving{
  position: relative !important;
  z-index: 100 !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}
.global-nav{
  position: relative;
  z-index: 999;
  top: auto;
  left: auto;
  transform: none;
  transition: box-shadow 0.3s ease;
  background-color: var(--ntaa-navy);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: visible;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  clear: both;
  display: block;
  width: 100%;
}

/* スティッキー時のスタイル */
.global-nav.is-sticky {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* プレースホルダー（スティッキー時のスペース確保用） */
.global-nav-placeholder {
  display: none;
}

/* ヘッダーとグローバルメニューが管理バーを覆わないようにする */
.hdr-cmnpnl::before,
.global-nav::before{
  content: none;
  display: none;
}

.hdr-cmnpnl .btn_nav{
  display: none; /* デスクトップでは非表示 */
  padding: 1.5rem;
  margin-top: 0.5rem;
  cursor: pointer;
  cursor: hand;
}

/* ロゴのスタイル */
.hdr-cmnpnl h1{
  margin: 0;
  padding: 0; /* 上下のパディングを削除 */
  display: flex;
  align-items: center;
  flex-shrink: 0; /* ロゴが縮小されないように */
}

.hdr-cmnpnl h1 a{
  display: block;
  line-height: 0; /* 画像の下の余白を削除 */
}

.hdr-cmnpnl h1 img{
  max-height: 100px; /* ロゴの最大高さをさらに増やす */
  width: auto;
  height: auto;
  display: block;
}
.hdr-cmnpnl .right_block {
  padding: 0; /* パディングを削除（ヘッダーのパディングで調整） */
  text-align: right;
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
}
.hdr-cmnpnl .right_block ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.hdr-cmnpnl .right_block ul li{
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
}
.hdr-cmnpnl .right_block ul li:first-child{
  margin-left: 0;
}
.hdr-cmnpnl .right_block ul li.hdr-sns-item{
  margin-left: 8px;
  width: auto;
  max-width: none;
}
.hdr-cmnpnl .right_block ul li .hdr-sns-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  height: 34px;
  padding: 0.45rem 0.75rem;
  border-radius: 4px;
  color: var(--ntaa-white);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.hdr-cmnpnl .right_block ul li .hdr-sns-btn .hdr-sns-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}
.hdr-cmnpnl .right_block ul li .hdr-sns-btn .hdr-sns-icon svg{
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--ntaa-white);
}
.hdr-cmnpnl .right_block ul li .hdr-sns-btn .hdr-sns-label{
  display: inline-block;
  line-height: 1;
}
.hdr-cmnpnl .right_block ul li .hdr-sns-btn--youtube{
  background-color: #ff0000;
}
.hdr-cmnpnl .right_block ul li .hdr-sns-btn--facebook{
  background-color: #1877f2;
}
.hdr-cmnpnl .right_block ul li .hdr-sns-btn:hover{
  filter: brightness(0.92);
  color: var(--ntaa-white);
}
/* header.hdr-cmnpnl .right_block ul li:last-child{} */
.hdr-cmnpnl a:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* /ntaa-member-login：画像ログイン（コンテンツ内） */
.ntaa-member-login-page-hdr{
  margin: 0 0 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 45, 90, 0.12);
}
.ntaa-member-login-page-hdr__inner{
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.ntaa-member-login-page-hdr .login.login--ntaa-page{
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 21;
  width: min(320px, 94vw);
  padding: 10px;
  box-sizing: border-box;
  background-color: #a40035;
  text-align: right;
}
.ntaa-member-login-page-hdr .login.login--ntaa-page input{
  border: none;
  padding: 5px 10px;
}
.ntaa-member-login-page-hdr .login.login--ntaa-page input[type="text"]{
  width: min(220px, calc(100% - 50px));
  box-sizing: border-box;
}
.ntaa-member-login-page-hdr .login.login--ntaa-page input[type="submit"]{
  background-color: #000;
  color: #fff;
  margin-left: -3px;
  padding: 6.5px 10px;
}
.ntaa-member-login-mirror .ntaa-member-login-services--primary{
  margin-bottom: 2rem;
}
.ntaa-member-login-mirror .ntaa-member-login-primary-action{
  display: inline-block;
  max-width: 100%;
}
.ntaa-member-login-mirror .ntaa-member-login-primary-form{
  margin-top: 0.75rem;
  width: min(28rem, 100%);
  padding: 1.1rem 1.25rem 1.25rem;
  box-sizing: border-box;
  border: 2px solid rgba(79, 195, 247, 0.55);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(79, 195, 247, 0.16) 0%, rgba(255, 255, 255, 0.96) 72%);
  box-shadow: 0 6px 22px rgba(0, 45, 90, 0.09);
}
.ntaa-member-login-mirror .ntaa-member-login-primary-form .ntaa-member-login__alert{
  margin-top: 0;
}
.ntaa-member-login-mirror .ntaa-member-login-primary-form__form{
  margin: 0;
}
.ntaa-member-login-mirror .ntaa-member-login-primary-form input[type="password"]{
  flex: 1 1 200px;
  min-width: 180px;
  padding: 0.45rem 0.65rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ntaa-member-login-mirror .ntaa-member-login-services{
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.ntaa-member-login-mirror .ntaa-member-login-services__item{
  margin: 0 0 1.25rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #e8edf4;
}
.ntaa-member-login-mirror .ntaa-member-login-services__item:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.ntaa-member-login-mirror .ntaa-member-login-services__title{
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ntaa-navy);
}
.ntaa-member-login-mirror .ntaa-member-login-services__text{
  margin: 0 0 0.55rem;
  color: var(--ntaa-text);
}
.ntaa-member-login-mirror .ntaa-member-login-services__link{
  margin: 0.25rem 0 0;
}

/* 会員特典ページ：インラインログイン（/member/benefits） */
.ntaa-member-login--benefits{
  margin: 2rem 0 2.25rem;
  padding: 1.35rem 1.5rem 1.5rem;
  border: 2px solid rgba(79, 195, 247, 0.55);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(79, 195, 247, 0.16) 0%, rgba(255, 255, 255, 0.96) 72%);
  box-shadow: 0 6px 22px rgba(0, 45, 90, 0.09);
}
.ntaa-member-login__title{
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  color: var(--ntaa-navy, #002D5A);
}
.ntaa-member-login__lead strong{
  font-weight: 700;
  color: var(--ntaa-navy, #002D5A);
}
.ntaa-member-login__lead{
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
}
.ntaa-member-login__toggle{
  display: inline-block;
  cursor: pointer;
  padding: 0.55rem 1.15rem;
  font-size: 0.95rem;
  border: none;
  border-radius: 4px;
  background-color: var(--ntaa-navy, #002D5A);
  color: #fff;
}
/* 会員特典：目立つログインボタン（アクセント色） */
.ntaa-member-login__toggle--cta{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  max-width: 22rem;
  padding: 1rem 1.35rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.35;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--ntaa-sky, #4FC3F7) 0%, #29b6f6 100%);
  color: var(--ntaa-navy, #002D5A);
  box-shadow: 0 5px 0 rgba(0, 36, 77, 0.25), 0 8px 20px rgba(41, 182, 246, 0.35);
}
.ntaa-member-login__cta-main{
  display: block;
  letter-spacing: 0.02em;
}
.ntaa-member-login__cta-sub{
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.92;
}
.ntaa-member-login__toggle:hover,
.ntaa-member-login__toggle:focus{
  opacity: 0.9;
}
.ntaa-member-login__toggle--cta:hover,
.ntaa-member-login__toggle--cta:focus{
  opacity: 1;
  filter: brightness(1.05);
  outline: none;
  box-shadow: 0 4px 0 rgba(0, 36, 77, 0.22), 0 10px 24px rgba(41, 182, 246, 0.45);
}
.ntaa-member-login__toggle--cta:active{
  transform: translateY(2px);
  box-shadow: 0 3px 0 rgba(0, 36, 77, 0.2), 0 5px 12px rgba(41, 182, 246, 0.3);
}
.ntaa-member-login__panel{
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 45, 90, 0.12);
}
.ntaa-member-login__form{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
}
.ntaa-member-login__label{
  width: 100%;
  font-weight: 600;
  color: var(--ntaa-navy, #002D5A);
  font-size: 0.9rem;
}
.ntaa-member-login__form input[type="text"]{
  flex: 1 1 200px;
  min-width: 180px;
  padding: 0.45rem 0.65rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ntaa-member-login__submit{
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: var(--ntaa-orange, #FF8C00);
  color: #fff;
  font-weight: 600;
}
.ntaa-member-login__alert{
  margin: 0 0 1rem;
  padding: 0.5rem 0.75rem;
  background-color: #fff3f3;
  color: #a40035;
}
.ntaa-member-logout-action{
  margin: 0 0 1.25rem;
}
.ntaa-member-logout-action--inline{
  margin: 0.75rem 0 0;
}
.ntaa-member-logout-action .ntaa-benefit-card-button--secondary{
  display: inline-block;
  width: auto;
  max-width: 20rem;
  min-width: 12rem;
  margin-top: 0.4rem;
  padding: 0.75rem 1.25rem;
  border: 2px solid var(--ntaa-navy, #002D5A);
  border-radius: 8px;
  background: #fff;
  color: var(--ntaa-navy, #002D5A);
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.ntaa-member-logout-action .ntaa-benefit-card-button--secondary:hover,
.ntaa-member-logout-action .ntaa-benefit-card-button--secondary:focus{
  background: rgba(79, 195, 247, 0.12);
  color: var(--ntaa-navy, #002D5A);
  text-decoration: none;
  transform: translateY(-1px);
}
.ntaa-benefit-card-button--locked{
  background: #a8b3bf;
  border: 2px solid #8f9aa8;
  color: var(--ntaa-white, #fff);
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}
.ntaa-benefit-card-button--locked:hover,
.ntaa-benefit-card-button--locked:focus{
  background: #a8b3bf;
  border-color: #8f9aa8;
  color: var(--ntaa-white, #fff);
  transform: none;
}
.ntaa-benefit-card-button__lock-hint{
  display: block;
  margin-top: 0.45rem;
  font-size: 1rem;
  font-weight: 600;
  color: #c62828;
}
.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-button--locked,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card .ntaa-benefit-card-button--locked,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-benefit-card-button--locked{
  background: #a8b3bf;
  border: 2px solid #8f9aa8;
  color: var(--ntaa-white, #fff);
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}
.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-button--locked:hover,
.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-button--locked:focus,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card .ntaa-benefit-card-button--locked:hover,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card .ntaa-benefit-card-button--locked:focus,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-benefit-card-button--locked:hover,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-benefit-card-button--locked:focus{
  background: #a8b3bf;
  border-color: #8f9aa8;
  color: var(--ntaa-white, #fff);
  transform: none;
}

/* for-students 固定ページ */
.ntaa-for-students__list{
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  line-height: 1.8;
}
.ntaa-for-students__exclusive-note{
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #c62828;
}
.ntaa-for-students__handbook{
  margin-top: 1.5rem;
}
.page article .content_area main .ntaa-for-students .ntaa-member-login-services{
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.page article .content_area main .ntaa-for-students .ntaa-member-login-services__item{
  margin: 0 0 1.25rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #e8edf4;
}
.page article .content_area main .ntaa-for-students .ntaa-member-login-services__item:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page article .content_area main .ntaa-for-students .ntaa-member-login-services__title{
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ntaa-navy);
}
.page article .content_area main .ntaa-for-students .ntaa-member-login-services__text{
  margin: 0 0 0.55rem;
  color: var(--ntaa-text);
}
.page article .content_area main .ntaa-for-students .ntaa-member-login-services__link{
  margin: 0.25rem 0 0;
}
.page article .content_area main .ntaa-for-students .ntaa-member-login-services__link .ntaa-benefit-card-button{
  display: inline-block;
  width: auto;
  max-width: 20rem;
  min-width: 12rem;
  margin-top: 0.4rem;
  padding: 0.75rem 1.25rem;
  border: 0;
  border-radius: 8px;
  background: var(--ntaa-navy);
  color: var(--ntaa-white);
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.page article .content_area main .ntaa-for-students .ntaa-member-login-services__link .ntaa-benefit-card-button:hover,
.page article .content_area main .ntaa-for-students .ntaa-member-login-services__link .ntaa-benefit-card-button:focus{
  background: var(--ntaa-sky);
  color: var(--ntaa-white);
  text-decoration: none;
  transform: translateY(-1px);
}

.ntaa-for-students__list-note{
  margin: 0.35rem 0 0;
  color: #c00;
  font-size: 0.95em;
  line-height: 1.6;
}

/******************************
GLOBAL NAVIGATION
******************************/
/* グローバルナビのメインスタイル（JavaScriptでスティッキー制御） */

.global-nav-wrapper{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  position: relative;
}

.global-nav-list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
}

.global-nav-item{
  flex: 1;
  min-width: 0;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.global-nav-item:last-child{
  border-right: none;
}

.global-nav-link{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 0.8rem 1.4rem; /* 長い文言が1行に収まりやすいよう横余白を調整 */
  color: var(--ntaa-white);
  text-decoration: none;
  transition: all 0.3s ease;
  min-height: 90px;
  position: relative;
  border-bottom: 3px solid transparent;
}

.global-nav-link:hover{
  background-color: rgba(79, 195, 247, 0.15);
  border-bottom-color: var(--ntaa-sky);
  color: var(--ntaa-white);
  text-decoration: none;
  transform: translateY(-2px);
}

.global-nav-main{
  display: block;
  font-size: 1.25rem !important; /* 長いメニューが折り返さないよう少し縮小 */
  font-weight: 400; /* 細めのフォント */
  line-height: 1.4;
  margin-bottom: 0.35rem;
  letter-spacing: 0.01em;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important; /* Yuゴシック体に変更 */
}

.global-nav-sub{
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.85;
  color: var(--ntaa-white);
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  margin-top: 0.2rem;
}

.global-nav-link:hover .global-nav-sub{
  opacity: 1;
}

/* サブテキストが空の場合は高さを調整（JavaScriptで制御） */
.global-nav-item.no-sub .global-nav-link{
  min-height: 60px;
}

@media screen and (max-width: 1024px) {
  .global-nav-item{
    flex: 0 0 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .global-nav-item:nth-child(2n){
    border-right: none;
  }
  
  .global-nav-item:last-child{
    border-right: none;
  }
  
  .global-nav-link{
    padding: 1.2rem 0.8rem;
    min-height: 75px;
  }
  
  .global-nav-item.no-sub .global-nav-link{
    min-height: 55px;
  }
  
  .global-nav-main{
    font-size: 1rem;
  }
  
  .global-nav-sub{
    font-size: 0.65rem;
  }
}

@media screen and (max-width: 768px) {
  .global-nav{
    display: none;
  }
}

/******************************
DROPDOWN MENU (第2階層のみ)
******************************/
.global-nav-item.has-mega {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  width: auto;
  white-space: nowrap;
  background-color: var(--ntaa-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10000;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  border-top: 3px solid var(--ntaa-sky);
}

.global-nav-item.has-mega:hover .dropdown-menu,
.global-nav-item.has-mega:focus-within .dropdown-menu,
.global-nav-item.has-mega.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu a {
  display: block;
  color: var(--ntaa-text);
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  transition: all 0.2s ease;
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  border-bottom: 1px solid var(--ntaa-bg);
}

.dropdown-menu li:last-child a {
  border-bottom: none;
}

.dropdown-menu a:hover {
  background-color: var(--ntaa-bg);
  color: var(--ntaa-navy);
  padding-left: 2rem;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .dropdown-menu {
    display: none;
  }
}

/******************************
SIDE NAVIGATION (Mobile)
******************************/
.side-nav{
  position: fixed;
  left: -100%;
  top: 0;
  width: 80%;
  max-width: 340px;
  height: 100%;
  background-color: #eee;
  padding-top: 30px;
  z-index: 1200; /* ヘッダーより前面に表示 */
  transition: .8s;
  border: 0 solid #cccccc;
  border-width: 0 0px 0 0;
  box-shadow:1px 1px 2px 2px #ddd;

}
.side-nav.open{
  left: 0;
}
.side-nav ul{
  width: 70%;
  margin: 0 auto;
}
.side-nav a{
  color: #000066;
  font-size: 16px;
  line-height: 60px;
}
.side-nav a:hover {
  color: var(--ntaa-sky);
}
nav input[type="search"]{
  display: block;
  width: 100%;
  background-color: transparent;
  border: solid 1px #000066;
  border-radius: 33px;
  margin-top: 40px;
  line-height: 33px;
}
nav li.search{
  position: relative;
}
nav li.search::before{
  content: url(./images/common/icon_search.png);
  position: absolute;
  top: 9px;
  left: 12px;
}
nav .btn_close{
  position: absolute;
  top: 10px;
  right: 2.5%;
  z-index: 2; /* メニュー項目より前面に表示 */
  padding: 10px;
  cursor: pointer;
  cursor: hand;
}
nav .btn_close img{
  width: 25px;
}


/******************************
SLIDER
******************************/
.slider li{
  position: relative;
  background-color: var(--ntaa-navy);
}
.slider .caption .wrap{
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.slider .caption{
  background-color: var(--ntaa-navy);
}
.slider .caption,
.slider .caption a{
  color: #fff;
}
.slider .caption h2{
  font-size: 5rem;
}
.slider .caption p{
  width: 80%;
  margin-bottom: 30px;
  line-height: 2
}
.slider .caption a.btn_more{
  position: relative;
  display: block;
  border: solid 1px #fff;
  max-width: 265px;
  padding: .9em 0 1em;
  font-size: 18px;
  text-align: center;
}
a.btn_more::after,
a.btn_archive::after{
  content: url(./images/common/icon_right.png);
  position: absolute;
  top: 20px;
  right: 8px;
}


article a.btn_more{
  position: relative;
  display: block;
  background-color: var(--ntaa-navy);
  width: 95%;
  max-width: 360px;
  margin: 0 auto;
  padding: 14.5px 0;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
article a.btn_archive{
  position: relative;
  display: block;
  border: 2px solid var(--ntaa-navy);
  width: 95%;
  max-width: 360px;
  margin: 0 auto 20px;
  padding: 14.5px 0;
  color: var(--ntaa-navy);
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
article a.btn_archive:hover{
  background-color: var(--ntaa-navy);
  color: #fff
}
article a.btn_more::after,
article a.btn_archive::after{
  top: 17px;
}


/******************************
HOME Article
******************************/
.home article{
  background-color: var(--ntaa-bg);
}
.home article section{
  padding: 0 0 1rem 0;
}

.home h2,
body.home article h2{
  margin-top:0;
  padding-top:1.5rem;
  font-size: 3rem;
  text-align: center;
}
body.home h2{ padding-top:1rem; }

.home h2 small,
body.home article h2 small{
  display: block;
  color: #8d8d8d;
}

.info-category h3{
  font-size: 2rem;
  font-weight: 400;
  margin-top:0;
  margin-bottom:1rem;
  text-align: center;
}

.info-category dl{
  margin-bottom: 0;
  padding: 0;
}
.info-category dt{ font-weight:400; }

.info-category dd{
  border-bottom:1px solid #dddddd;
  margin-bottom:1rem;
  padding-bottom:1rem;
}
.info-category dd:last-child{ 
  border-bottom:0 solid #fff; 
  margin-bottom:0rem;
  padding-bottom:0rem;
}

section.seminar{
  background-image: url(./images/home/bk_seminar.jpg);
  background-size: cover;
  padding-bottom:4rem;
}
article .seminar .seminar_bar{
  position: relative;
}
article .seminar .seminar_bar a{
  position: absolute;
  background-color: #333;
  width: 60px;
  height: 60px;
}
article .seminar .seminar_bar a.prev{
  top: 0;
  left: 0;
}
article .seminar .seminar_bar a::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
article .seminar .seminar_bar a.prev::before{
  content: url(./images/common/icon_prev_wh.png);
}
article .seminar .seminar_bar a.next{
  top: 0;
  right: 0;
}
article .seminar .seminar_bar a.next::before{
  content: url(./images/common/icon_next_wh.png);
}
article .seminar h3{
  background-color: #eae7dd;
  margin: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
}
article .seminar .white_area{
  padding: 1rem 2rem;
}
.archive article .seminar .white_area{
  background-color: var(--ntaa-bg);
  margin-bottom: 40px
}
article .seminar ul{
  width: 98%
}
article .seminar ul li{
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
article .seminar ul a{
  display: flex;
  color: #333;
}
article .seminar ul a span.date{
  width: 6em;
}
.archive article ul a span.ttl{
  color: #1d2088
}
article .seminar ul a span.ttl{
  width: calc(100% - 6em)
}

#dv-banners article{
  background-repeat:no-repeat;
}

/******************************
.page Member
******************************/
.page .seminar_bar h3{
  background-color: #eae7dd;
  margin: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
}

.page .seminar_bar{
  position: relative;
  border: none;
}
.page .seminar_bar a{
  position: absolute;
  background-color: #333;
  width: 60px;
  height: 60px;
}
.page .seminar_bar a.prev{
  top: 0;
  left: 0;
}
.page .seminar_bar a::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page .seminar_bar a.prev::before{
  content: url(./images/common/icon_prev_wh.png);
}
.page .seminar_bar a.next{
  top: 0;
  right: 0;
}
.page .seminar_bar a.next::before{
  content: url(./images/common/icon_next_wh.png);
}

/******************************
.home Member
******************************/
/* 賛助会員セクションのスタイル */
section.member .white_area,
.home article .member .white_area{
  padding: 0px;
  text-align: center;
}
section.member ul.flex,
section.member .flex,
.home article .member .flex{
  display: flex !important;
  padding: 20px 0;
  flex-wrap: wrap !important;
  justify-content: start;
  align-items: center; /* 縦方向の中央揃え */
  list-style: none; /* リストスタイルを削除 */
  margin: 0;
  padding-left: 0;
}
section.member ul.flex li,
section.member .flex li,
.home article .member .flex li{
  width: calc(100% / 5) !important; /* 5列のグリッドレイアウト */
  margin-bottom: 30px;
  text-align: center; /* 中央揃え */
  padding: 0 10px; /* 左右に少し余白 */
  box-sizing: border-box; /* パディングを含めた幅計算 */
  display: block; /* ブロック要素として表示 */
}
section.member ul.flex li img,
section.member .flex li img,
.home article .member .flex li img{
  width: 157px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* 中央揃え */
}


/******************************
Banners
******************************/
article section.banners{
  background-image: url(./images/home/bk_tools.jpg);
  background-size: cover;
  padding-bottom: 1.5rem;
}
article .slider2 dl{
  display:flex;
}
article .slider2 dt{
  width: 120px
}
article .slider2 dt img{
  width: auto;
}
article .slider2 dd{
  width: calc(100% - 150px);
  background-color: #fff;
  padding: 0 20px;
}
article .slider2 dd h3{
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: bold;
}
article .slider2 dd h3::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  background-color: #000;
  width: 90px;
  height: 1px;
}
article .slider2 dd p{
  font-size: 12px;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
article .slider2 dd p a {
  color: #000;
  font-size: 12px;
}


/******************************
Inquiry
******************************/
article section.inquiry{
  padding: 0;
}
article section.inquiry h3{
  position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}
section.inquiry{
  background-image: url(./images/home/bk_inquiry.png);
  background-position: left;
  background-size: cover;
  background-color: var(--ntaa-bg); /* フォールバック：画像が読み込まれない場合の背景色 */
}
section.inquiry h3{
  display: inline;
}
.footer-inquiry-h3{
  padding-right:2rem;line-height:3rem;
}

/******************************
Title 2層目のページMV部分
******************************/
.ttl_block{
  position: relative;
  height: 10rem;
  /* background-size: cover; 一時的に無効化 */
}
.ttl_block::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,45,90,.9);
}
.ttl_block h1,
.ttl_block h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  color: #fff;
  padding:0;
}

/******************************
.page 2層目ページ詳細
******************************/

.single article,
.archive article,
.page article{
  padding: 0;
}
.page article section.inquiry {
 padding: 0;
}
.page article section.seminar_archive {
 padding: 0;
}

.page article .content_area main .content_block{
  margin-bottom: 70px;
}
.page article .content_area main h3,
.page article .content_area main h4{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
.page article .content_area main h4{
  position: relative;
  border-bottom: 1px solid var(--ntaa-navy);
  margin: 50px 0 25px;
  padding: 0 0 10px 25px;
  font-size: 18px;
}
.page article .content_area main h4::before{
  content: url(./images/page/h4_before.png);
  position: absolute;
  left: 0;
  top: 0;
}
.page article .content_area main ul,
.page article .content_area main p,
.content_box p{
  display: block;
  margin: 10px;
}
.page article .content_area main ul li{
  margin-bottom: 20px;
}

table.tbl-01{
  width:  90%;
  margin: 30px auto;
  border: solid 1px #DDD;
  border-collapse: collapse;
}
table.tbl-01 tr{
  border-bottom: 1px solid #DDD;
}
table.tbl-01 th{
  background-color: #eae7dd;
  border-right: 1px solid #DDD;
  padding: 5px;
  text-align: left;
}
table.tbl-01 td{
  border-right: 1px solid #DDD;
  padding: 5px;
  text-align: left;
}

.page article .content_area main .ntaa-ifta-updateindex-content table.tbl-01 {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem 0 2rem;
}

.page article .content_area main .ntaa-ifta-updateindex-content table.tbl-01 td {
  vertical-align: top;
}

.page article .content_area main .ntaa-senkou-content {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
}

.page article .content_area main .ntaa-senkou-content table.tbl-01 {
  width: 100%;
  min-width: 65rem;
}

.page article .content_area main .ntaa-senkou-content table.tbl-01 th,
.page article .content_area main .ntaa-senkou-content table.tbl-01 td {
  vertical-align: top;
}

/* add spw */
#breadcrumb { margin-top:1.5rem; }



/******************************

Calendar

******************************/

/******************************

.page WP

******************************/

main.col-sp-12 {
  line-height: 1.4;
  letter-spacing: 0.5px;
}



/******************************

Sidebar

******************************/

.sidebar{
  margin: 0;
  margin-bottom: 30px;
}

.menu_head {
  position: relative;
  display: block;
  padding: 19.5px 10px 19.5px 24px;
  color: #FFF;
  border-top: 5px solid var(--ntaa-navy);
  background-color: var(--ntaa-bg);
}
.menu_head a {
 color: #000;
}
.sidebar ul.nav{
  background-color: var(--ntaa-bg);
}
.sidebar ul.nav li{
  border-top: 2px solid #8d8d8d;
}
.sidebar ul.nav li.toggle_button li {
  border: none;
}
.sidebar ul.nav li.toggle_button span{
  position: relative;
  display: block;
  padding: 19.5px 10px 19.5px 24px;
}
.sidebar ul.nav li.toggle_button.open span,
.sidebar ul.nav li.toggle_button span:hover{
    text-decoration: none;
    background-color: #eee;
}
.sidebar ul.nav li.toggle_button span:before{
  position: absolute;
  content: url(./images/common/icon_plus.png);
  top: 17.5px;
  left: 10px;
}
.sidebar ul.nav li.toggle_button.open span:before{
  content: url(./images/common/icon_minus.png);
}


.sidebar ul.nav li ul{
  display: none;
  margin: 0;
}
.sidebar ul.nav li.toggle_button.open > ul.submenu{
  display: block;
}
.sidebar ul.nav li.submenu-grandchild a{
  padding-left: 36px;
}
.sidebar ul.nav li a.is-current,
.sidebar ul.nav li.is-current > a{
  background-color: #eee;
}
.sidebar ul.nav li ul li{
  border-bottom: none;
}
.sidebar ul.nav li a{
  position: relative;
  display: block;
  padding: 19.5px 10px 19.5px 24px;
  color: #000;
}
.sidebar ul.nav li a::before{
  position: absolute;
  content: url(./images/common/icon_menu.png);
  top: 47%;
  transform: translateY(-50%);
  left: 14px;
}



/******************************

1 column Seminor 

******************************/

.archive .seminar_archive .wrapper {
    width: 95%;
    max-width: 1010px;
    margin: 0 auto;
}
.page .seminar_archive .wrapper{
   width: 95%;
   max-width: 1010px;
   margin: 0 auto;
}

.seminar_archive .col-sp-12 {
   width: 95%;
   padding: 25px 0;
}

.content_box{
  background-color: var(--ntaa-bg);
  margin-bottom: 20px;
  padding: 45px 30px;
}
.content_box .head_block{
  border-bottom: solid 2px var(--ntaa-navy);
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.content_box .head_block h3{
  font-size: 18px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: normal;
}
.content_box .head_block p{
  font-size: 14px;
  margin: 0;
}
.content_box{
  position: relative;
}



/******************************

Footer

******************************/
/* 新フッタースタイル */
.site-footer{
  background-color: var(--ntaa-navy);
  color: var(--ntaa-white);
  padding: 0;
  position: relative;
  z-index: 1; /* ヒーロー背景の上に確実に表示されるように */
}

.footer-container{
  max-width: 1140px;
  margin: 0 auto;
  padding: 3rem 20px 2rem;
}

.footer-content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-column{
  flex: 1;
  min-width: 160px;
  max-width: 200px;
}

.footer-heading{
  font-size: 1rem;
  font-weight: 600;
  color: var(--ntaa-white);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.05em;
}

.footer-links{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li{
  margin-bottom: 0.5rem;
}

.footer-links li:last-child{
  margin-bottom: 0;
}

.footer-links a{
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.6;
  transition: all 0.3s ease;
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  display: inline-block;
}

.footer-links a:hover{
  color: var(--ntaa-sky);
  text-decoration: none;
  padding-left: 4px;
}

/* フッター下部（コピーライトエリア） */
.footer-bottom{
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}

.footer-bottom-container{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-address{
  flex: 1;
  min-width: 250px;
}

.footer-address p{
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  line-height: 1.8;
  margin: 0;
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

.footer-copyright{
  text-align: right;
}

.footer-copyright p{
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  margin: 0;
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

/* ページトップボタン（既存スタイル - リッチフッター用に上書きされる可能性あり） */
.btn-top{
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100;
  opacity: 0.8;
  transition: all 0.3s ease;
  display: block;
}

.btn-top:hover{
  opacity: 1;
  transform: translateY(-3px);
}

/* リッチフッター用のページトップボタンは下部のスタイルで上書き */

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .footer-content{
    gap: 1.5rem;
  }
  
  .footer-column{
    flex: 0 0 calc(50% - 1rem);
    min-width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .footer-container{
    padding: 2rem 15px 1.5rem;
  }
  
  .footer-content{
    flex-direction: column;
    gap: 2rem;
  }
  
  .footer-column{
    flex: 1;
    width: 100%;
  }
  
  .footer-bottom-container{
    flex-direction: column;
    text-align: center;
  }
  
  .footer-address{
    text-align: center;
  }
  
  .footer-copyright{
    text-align: center;
  }
  
  .btn-top{
    right: 1rem;
    bottom: 1rem;
  }
}

/* 旧フッタースタイル（後方互換性のため残す） */
footer{
  background-color: var(--ntaa-navy);
  padding: 0;
}
footer .address_block h1{
  margin-bottom: 20px;
}
footer .address_block p{
  margin-bottom: 1rem;
  line-height: 1.7;
}
footer .container{
  position: relative;
  margin-bottom: 1rem;
}
footer ul{
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
footer ul li{
  position: relative;
  margin-top: 0.3rem;
  padding-left: 0.7rem;
}
footer ul li::before{
  position: absolute;
  content: url(./images/common/icon_menu.png);
  top: -2px;
  left: 0;
}
footer ul li a{
  display: inline-block;
  color: #333;
}
footer p.copyright{
  display: block;
  background-color: #fff;
  padding: 0.5rem 0 0.5rem 0;
  text-align: center;
  margin-bottom: 0;
}
footer a.btn_top{
  position: absolute;
  right: 1%;
  top: 60%;
  transform: translateY(-50%);
}
footer a:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}



/******************************

SCREEN (1)：

******************************/
@media screen and (max-width:480px){
  header .btn_nav {
    position: relative;
    top: 7px;
}
  nav{
    max-width: none
  }
}


/******************************
SCREEN (2)：SP
******************************/
@media screen and (max-width:768px) {
  /* ボトムナビ実装後はハンバーガー不要・1行レイアウト維持 */
  .hdr-cmnpnl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    min-height: 60px;
    padding: 0 0.75rem;
    overflow: visible;
  }

  /* ハンバーガーは bottom nav に移行したため非表示 */
  .hdr-cmnpnl .btn_nav{
    display: none !important;
  }

  /* ロゴに最大スペースを確保 */
  .hdr-cmnpnl h1{
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
  }

  .hdr-cmnpnl h1 a{
    display: block;
    width: 100%;
    line-height: 1;
  }

  .hdr-cmnpnl h1 img{
    width: auto;
    max-width: 200px;
    max-height: 40px;
    height: auto;
    object-fit: contain;
  }

  /* right_block: アイコンボタンが並ぶコンパクトなエリア */
  .hdr-cmnpnl .right_block {
    padding: 0;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }

  .hdr-cmnpnl .right_block ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
  }

  .hdr-cmnpnl .right_block ul li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    width: auto;
    max-width: none;
  }

  .hdr-cmnpnl .right_block ul li.hdr_glnv_nwes { width: auto; }
  .hdr-cmnpnl .right_block ul li.hdr_glnv_dmc  { width: auto; }

  /* SNSボタン: アイコンのみ・円形・タップ領域 44px確保 */
  .hdr-cmnpnl .right_block ul li.hdr-sns-item {
    width: auto;
    max-width: none;
    margin: 0;
  }

  .hdr-cmnpnl .right_block ul li .hdr-sns-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    min-width: 0;
    gap: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* テキストラベルを非表示 */
  .hdr-cmnpnl .right_block ul li .hdr-sns-btn .hdr-sns-label {
    display: none !important;
  }

  /* アイコンをタップしやすいサイズに */
  .hdr-cmnpnl .right_block ul li .hdr-sns-btn .hdr-sns-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 0;
  }

  /* ログアウト画像など */
  .hdr-cmnpnl .right_block ul li:last-child         { width: auto; max-width: 72px; }

  
  article .seminar h3{ font-size: 14px; }

  article section.inquiry .left_block,
  article section.inquiry .right_block{ padding: 10px 20px 30px; width: 100%; }

  article .slider2 dd{ width: calc(100% - 100px); }

  footer a.btn_fb{ display: block; margin-bottom: 20px }
  .ttl_block h1,
  .ttl_block h2{ font-size: 24px; }
  .page article section { padding: 35px 0; }
  .menu_head { margin: 0; }

  .shw-wideonly{ display:none; }
  .shw-narrowonly{ display:block; }
  #hdr-login { min-width: 40vw; }
}

/******************************
SCREEN (!2)：SP以外
******************************/
@media screen and (min-width:769px) {
  .shw-wideonly{ display:block; }
  .shw-narrowonly{ display:none; }
}

/******************************

SCREEN (3.5)

******************************/
@media screen and (max-width:919px) {
  article section.inquiry .left_block,
  article section.inquiry .right_block{
    padding: 10px 20px 30px;
    width: 100%;
  }
  .menu_head {
    margin: 0;
  }  
}

/******************************

SCREEN (3)

******************************/
@media screen and (min-width:960px) {
  /* デスクトップではハンバーガーメニューを非表示 */
  header .btn_nav,
  .hdr-cmnpnl .btn_nav{
    display: none !important;
  }
  .slider .caption .wrap{
    padding: 30px 0;
    background-color: var(--ntaa-navy);
  }
  .slider .caption h2{
    margin-bottom: 10px;
  }
  .slider .row{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .info-category{
    align-items: center;
  }
.info-category h3{
  text-align:center;
}

  .info-category dl{
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.member .flex,
  .home article .member .flex{
    padding: 40px 0 0;
  }
  section.member .flex li,
  .home article .member .flex li{
    width: 20%; /* 5列のグリッドレイアウト */
  }
  .page article .content_area h3{
    margin-bottom: 40px;
  }
  .sidebar.col-md-3{
    float: right;
  }
  .page article .content_area p,
  .content_box p{
    width: 95%;
    margin-bottom: 18px;
    line-height: 1.7
  }
  .page article .content_area ul,
  .page article .content_area p,
  .content_box p{
    display: block;
    margin: 20px;
  }
  .content_area table{
    width: calc(100% - 40px);
    margin-left: 20px;
    border: solid 1px #ddd;
    border-collapse: collapse;
  }
  .page article table.calendar {
    width: 0;
    margin:0;
    border: 0;
  }
  table th,
  .page article table.calendar td{
    padding: 1rem  1rem;
  }
  .page article table.calendar th,
  .page article table.calendar td{
    padding: 0;
  }  
  .archive article .seminar .white_area{
    margin-bottom: 80px;
  }
  .content_box{
    margin-bottom: 60px;
    padding: 45px 30px 110px;
  }
  article a.btn_archive{
    margin-bottom: 60px
  }
  .content_box a.btn_more{
    position: absolute;
    right: 6%;
    margin: 0;
  }
  footer .address_block h1{
    margin-bottom: 40px;
  }
  footer a.btn_top{
    transform: translateY(-50%);
  }
  .ttl_block h1,
  .ttl_block h2{
    font-size: 2.5rem;
  }
  .container {
    padding:0;
  }
  .menu_head {
    margin: 0 20px;
  }
}

/* カスタムオーバーライドCSS */

/* /member/branches の本文見出しを既存ページと同じ見た目に揃える */
.page-id-21237 article .content_area main h2{
    background-color: var(--ntaa-bg);
    border-left: 6px solid var(--ntaa-navy);
    margin: 2rem 0;
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    padding: 0.5rem 0 0.5rem 1rem;
}
.page-id-21237 article .content_area main h2:first-child{ margin-top:0; }

.page-id-21237 article .content_area main h3{
    position: relative;
    border-bottom: 1px solid var(--ntaa-navy);
    margin: 50px 0 25px;
    padding: 0 0 10px 25px;
    font-size: 18px;
    line-height: 1.5;
    background: none;
    border-left: 0;
}
.page-id-21237 article .content_area main h3::before{
    content: url(./images/page/h4_before.png);
    position: absolute;
    left: 0;
    top: 0;
}

.page article .content_area table th,
.page article .content_area table td{ padding: 5px; }

.page article .content_area main table.noborder,
.page article .content_area main table.noborder tr,
.page article .content_area main table.noborder th,
.page article .content_area main table.noborder td{  border: 0 solid #ffffff; }

.page article .content_area main table.va-t tr,
.page article .content_area main table.va-t td{  vertical-align:top; }

/*
input[name="氏名"]{ width:25rem; }
input[name="会員番号"]{ width:25rem; }
input[name="メールアドレス"]{ width:25rem; }
input[name="メールアドレス（確認用）"]{ width:25rem; }
textarea[name="会員情報変更内容"]{ width:40rem; }
*/

.w6rem{ width:6rem; }
.w8rem{ width:8rem; }
.w10rem{ width:10rem; } /* 郵便番号 */
.w20rem{ width:20rem; }
.w25rem{ width:25rem; } /* 氏名、会員番号 */
.w30rem{ width:30rem; } /* 社名、役職、フリガナ */
.w35rem{ width:35rem; } /* メールアドレス */
.w40rem{ width:40rem; } /* テキストエリア、住所 */

/* フォント */

.usestaticfonts,.usestaticfonts *{
    font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif; 
    line-height: 1.7;
}

/* Aタグ 罫線なし */
.noborder,.noborder:hover,.noborder:active,.noborder:visited{ border:0 solid #ffffff; text-decoration:none; }


.seminar_archive ul li{
    font-size:105%;
    line-height:1.7;
    margin-bottom:1.5rem;
    letter-spacing:0.1rem;
}

/* 共通フッタ バナー */
.banners-item{
  background-size: auto 100%;
  background-position:0 0;
  background-repeat: no-repeat;
  margin-bottom:1.5rem;
  position: relative;
}
.banners-item.tatenaga{ background-size: 25% auto; }
.banners-item--dummy{
  background-image: none !important;
}
.banners-item--dummy:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22%;
  background: linear-gradient(160deg, #2a5b96 0%, #3c78bc 45%, #4f8fd6 100%);
}
.banners-item--dummy .banners-dummy-icon{
  position: absolute;
  left: calc(11% - 24px);
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 2;
}
.banners-item--dummy .banners-dummy-icon svg{
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.banners-item--dummy .banners-dv{
  position: relative;
  z-index: 1;
}
.banners-item--noimage{
  background-image: none !important;
  background-color: #f3f6fa;
  border: 1px dashed #b7c6d8;
}
.banners-item--noimage:before{
  content: "NO IMAGE";
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  color: var(--ntaa-navy);
  background-color: #ffffff;
  border: 1px solid #d6deea;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  z-index: 1;
}

.banners-item.cairo{ background-size: contain; }

@media screen and (max-width:768px) {
  .banners-dv{ margin-left:10%; }
  .banners-item.cairo{ background-size: auto 100%; }
  .banners-item--dummy:before{ width: 10%; }
  .banners-item--dummy .banners-dummy-icon{
    left: calc(5% - 14px);
    width: 28px;
    height: 28px;
    margin-top: -14px;
    border-radius: 6px;
    border-width: 1px;
  }
  .banners-item--dummy .banners-dummy-icon svg{
    width: 15px;
    height: 15px;
    stroke-width: 2.1;
  }
}
@media screen and (max-width:986px) and (min-width:768px) {
  .banners-item.tatenaga{ background-size: auto 100%; }
  .banners-item.cairo{ background-size: 50% auto; background-position: 0 0; }
}

.banners-li{
    background-color:#ffffff;
    background-position:left top;
    background-size: contain;
    margin-right:1rem;
    height:14rem;
    display:inline-block;
    text-align:right;
}
.banners-dv{
    background-color:#ffffff;
    height:100%;
    width:68%;
    padding:1rem 1rem 1rem 1rem;
    text-align:left;
    margin-left:22%;
    
}

.banners-item.cairo .banners-dv{
    background-color:#ffffff;
    height:100%;
    width:50%;
    padding:1rem 1rem 1rem 1rem;
    text-align:left;
    margin-left:40%;
    
}



@media screen and (max-width:768px) {
  .banners-dv{ width:90%; margin-left:10%; }
  .banners-item.cairo .banners-dv{ width:80%; margin-left:20%; background-size: auto 100%; }
}


.banners-title,banners-body{ color:#000000; }
.banners-title{ 
    display:block;
    font-weight:700;
    font-size:105%;
    padding-bottom:1rem;
    border:0 solid #000000;
    border-width:0 0 1px 0;  
}
.banners-body{
    display: block;
    color:#000000; 
    padding-top:1rem; 
}

 .mv-panel header{
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
    font-size:1.9rem;
    line-height:2.4rem;
    margin-bottom:1.5rem;
    color:var(--ntaa-white);
    font-weight:500;
    letter-spacing:0.05em;
 }
 .mv-panel-body{
    color:var(--ntaa-white);
    line-height:1.8;
 }
 .mv-panel-ul{
    list-style-type:none;
    margin-left:0;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
    padding:0;
 }
 .mv-panel-ul li{
    position:relative;
    padding-left:1.8rem;
    margin-bottom:1rem;
    line-height:2rem;
    color:var(--ntaa-white);
    font-size:1rem;
 }
 .mv-panel-ul li:before{
    content:"";
    position:absolute;
    left:0;
    top:0.7rem;
    width:6px;
    height:6px;
    background-color:var(--ntaa-sky);
    border-radius:50%;
    box-shadow:0 0 8px rgba(79, 195, 247, 0.6);
 }

.mv-btn-more{
    display:inline-block;
    color:var(--ntaa-white);
    border:2px solid var(--ntaa-sky);
    background-color:rgba(79, 195, 247, 0.2);
    margin-top:1.5rem;
    padding:0.9rem 3rem 0.9rem 1.5rem;
    background-image:url(./images/common/icon_right.png);
    background-position:95% center;
    background-repeat:no-repeat;
    background-size:20px;
    border-radius:6px;
    text-decoration:none;
    transition:all 0.3s ease;
    font-size:1rem;
    letter-spacing:0.05em;
    box-shadow:0 4px 12px rgba(79, 195, 247, 0.3);
}

.mv-btn-more:hover,.mv-btn-more:active,.mv-btn-more:visited{ 
    color:var(--ntaa-white);
    text-decoration:none;
}
.mv-btn-more:hover{ 
    background-color:var(--ntaa-sky);
    border-color:var(--ntaa-sky);
    box-shadow:0 6px 20px rgba(79, 195, 247, 0.5);
    transform:translateY(-2px);
}

/* カレンダー周り調整 */

#wp-calendar {
  width: 100%;
  margin: 0;
  border: solid 1px #000;
  background-color: #fff;
  text-align: center;
  table-layout: fixed;
}
#wp-calendar tr {
 border: none;
}
#wp-calendar thead {
  background-color: var(--ntaa-navy);
  font-size: 16px;
  color: #fff;
}
body #wp-calendar th,body #wp-calendar td{
    text-align: center;
    padding:1rem 0;
  }
body #wp-calendar th{
  background-color: var(--ntaa-navy);
}
body #wp-calendar td {
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
#wp-calendar tr td:last-child { border-right: none; }
#wp-calendar tr:last-child td{ border-bottom: none; }

#wp-calendar td#today { color: #444444; background-color: #ffffcc; }
#wp-calendar td.sun{ background-color:#ffe6e6; } 
#wp-calendar td.sat{ background-color:#eef6ff; } 



#wp-calendar tbody{ font-size: 1.5rem; }
#wp-calendar .saturday{ color: #00a0e9; }
#wp-calendar .sunday,#wp-calendar .holiday{ color: #ff0000; }
#wp-calendar .shadow{ color: #d6d6d6; }
#wp-calendar td.tholiday{ color: #ff0000; }
#wp-calendar td.active{ color: #ff8a00; font-size: 20px; }
#wp-calendar td a,
#wp-calendar td a:visited,
#wp-calendar td a:active{ font-size: 2.5rem; font-weight:700; color:#339933; }


.page article .content_area main ul.sche,
article .seminar ul.sche {
 margin: 0;
 margin-top: 5px;
 width: 100%;
}
li.sche_btn,
article .seminar ul li.sche_btn {
 text-align: right;
 border: none;
}
li.sche_btn img {
 margin: 2px;
}
#newstable-2018,#newstable-2017,#newstable-2016{
    border:0 solid #ccc;
    border-width:1px 0
}

#newstable-2018 th,#newstable-2017 th,#newstable-2016 th{ background-color: #fff; border:0 solid #fff; padding-top:2rem; }
#newstable-2018 tr,#newstable-2017 tr,#newstable-2016 tr{ border:0 solid #ccc; border-width:0 0 1px 0; }
#newstable-2018 td,#newstable-2017 td,#newstable-2016 td{ border:0 solid #fff; padding-left:2rem; line-height: 1.7; }

.spn-tagname{ 
    display:inline-block; 
    width:10rem; 
    padding:0.5rem 0 ;
		margin-left:1rem;
    text-align:center; 
    color:#ffffff;
    margin-top:1rem;
    font-size:80%;
    border-radius: 3px;
		margin-bottom:0.5rem;
}
.content_area table.table-newslist th{ min-width:22rem; padding-bottom:0.25rem; }
.content_area table.table-newslist tr:nth-child(2n){ background-color:#f0f0f0 ; }
.spn-whatsnewymd{
	display:inline-block;
	width:10rem;
	text-align:center;
}

@media screen and (max-width:1199px) {
	.spn-tagname{ 
    display:block; 
		margin-left:0;
	}
	.content_area table.table-newslist th{ 
		min-width:12rem; 
		padding-bottom:10px !important; 
		padding-top:10px !important; 
	}
}





/************************************************************
 MW WP Form のオーバーライド、及び独自設定
 #eae7dd
/************************************************************/
.mw_wp_form{
  margin-bottom:4rem;
}
/* error message */
 div.mw_wp_form .error {
	font-size : 93%;
	color : #B70000;
	display : block;
}

/* error message of akismet */
.mw_wp_form .akismet_error {
	display: block;
}

/* vertical style of radio and checkbox */
.mw_wp_form .vertical-item {
	display: block;
}
.mw_wp_form .vertical-item + .vertical-item {
	margin-top: 5px;
}

/* horizontal style of radio and checkbox */
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

/* radio and checkbox */
.mwform-checkbox-field label,
.mwform-radio-field label {
	font-weight: normal;
	margin-bottom: 0;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
	margin-right: 5px;
}

/* datepicker */
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	width: 40%;
	margin: 0 5px;
}

/* deprecated message */
.mw-wp-form-deprecated-message {
	background: #F5A9A9;
	border: #B40404 solid 2px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 1.6;
	margin: 0 0 5px;
	padding: 5px;
}

/* file */
.mw_wp_form input[type="file"] {
	display: inline-block;
}

/* file delete button */
.mwform-file-delete {
	cursor: pointer;
	visibility: hidden;
}

/* tel and zip */
.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
	display: inline-block;
	width: auto;
}

/* DLでリライト */
.frm-dl{
  margin-bottom:2rem;
}

/* タイトル部 */
.frm-dl dt{
  background-color: #eae7dd;
  color:#333333;
  padding:0.5rem 0 0.5rem 1rem;
  margin:0.5rem 0 0.5rem 0;
  border:0 solid #666;
  border-width: 0 0 0 5px;

}
/* 入力パーツ部 */
.frm-dl dd{
  padding:0.5rem 0 0.5rem 1rem;
  margin:0.5rem 0 0.5rem 0;
}
.frm-dl dt.frm-dt-must{
  border-color:#b40404;
}
.frm-spn-must{
  color:#b40404;
}

/* ラジオボタンの後、疑似要素使って改行 */
.mwform-radio-field{ display:block; }

/* tbl-history NTAAとIFTAと２ヶ所で使用 */
.tbl-history tr td:nth-of-type(1) { text-align:center; }
.tbl-history tr td:nth-of-type(2) { text-align:center;  }
.tbl-history tr td:nth-of-type(3) { text-align:left;  }

/* Swiper.js スタイル */
/* Swiper.js スタイル - カスタムスライダー */
#customtron.main-slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  min-height: 400px !important; /* 画像404エラー対策：最小高さを確保 */
}

#customtron.main-slider.swiper {
  overflow: hidden !important;
}

#customtron.main-slider .swiper-wrapper {
  height: auto;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

#customtron.main-slider .swiper-slide {
  height: auto;
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}

#customtron.main-slider .swiper-slide .customtron {
  width: 100% !important;
  height: auto !important;
  min-height: 400px !important;
  display: block;
  background: url(./images/home/slide1.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/******************************
FRONT PAGE - モダンなレイアウト
******************************/

/* ヒーローセクション */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* トップMVをSwiperカルーセル化 */
#hero-swiper.hero-swiper {
  width: 100%;
  min-height: 500px;
}

#hero-swiper.hero-swiper .swiper-wrapper,
#hero-swiper.hero-swiper .swiper-slide {
  min-height: 500px;
}

#hero-swiper.hero-swiper .hero-background {
  position: relative;
  min-height: 500px;
}

#hero-swiper.hero-swiper .swiper-pagination {
  position: static;
  text-align: center;
  z-index: 5;
  margin-top: 12px;
  padding: 8px 0 2px;
}

#hero-swiper.hero-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: rgba(0, 45, 90, 0.45);
  border: 1px solid rgba(0, 45, 90, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  opacity: 1;
}

#hero-swiper.hero-swiper .swiper-pagination-bullet-active {
  background: var(--ntaa-orange);
  border-color: var(--ntaa-orange);
  box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.25);
}

#hero-swiper.hero-swiper .swiper-button-next,
#hero-swiper.hero-swiper .swiper-button-prev {
  color: var(--ntaa-white);
  opacity: 0.75;
}

#hero-swiper.hero-swiper .swiper-button-next:hover,
#hero-swiper.hero-swiper .swiper-button-prev:hover {
  opacity: 1;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; /* 背景画像が他の要素の下に配置されるように */
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(79, 195, 247, 0.3) 0%, rgba(79, 195, 247, 0.2) 100%); /* 水色の透明なぼかし（--ntaa-sky） */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--ntaa-white);
  padding: 4rem 0;
  max-width: 800px;
}

.hero-title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: var(--ntaa-white);
  letter-spacing: 0.05em;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

.hero-cta {
  margin-top: 2rem;
}

.btn-hero-primary {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: var(--ntaa-sky);
  color: var(--ntaa-white);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  box-shadow: 0 4px 12px rgba(79, 195, 247, 0.3);
}

.btn-hero-primary:hover {
  background-color: var(--ntaa-orange);
  color: var(--ntaa-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 140, 0, 0.4);
  text-decoration: none;
}

/* 3カラムのクイックナビ */
.quick-nav-section {
  padding: 4rem 0;
  background-color: var(--ntaa-white);
}

.quick-nav-card {
  display: block;
  background-color: var(--ntaa-white);
  border: 2px solid var(--ntaa-bg);
  border-radius: 8px;
  padding: 2.5rem 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.quick-nav-card:hover {
  border-color: var(--ntaa-navy);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 45, 90, 0.15);
  text-decoration: none;
}

.quick-nav-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
  color: var(--ntaa-navy);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-nav-card:hover .quick-nav-icon {
  color: var(--ntaa-sky);
}

.quick-nav-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ntaa-navy);
  margin-bottom: 1rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.quick-nav-description {
  font-size: 0.95rem;
  color: var(--ntaa-text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

.quick-nav-link {
  display: inline-block;
  color: var(--ntaa-sky);
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.quick-nav-card:hover .quick-nav-link {
  color: var(--ntaa-navy);
  padding-left: 0.5rem;
}

/* コンテンツエリア */
.main-content {
  padding: 3rem 0;
  background-color: var(--ntaa-bg);
  position: relative; /* ヒーロー背景の上に確実に表示されるように */
  z-index: 1; /* ヒーロー背景の上に配置 */
}

.info-section,
.seminar-section {
  background-color: var(--ntaa-white);
  padding: 2.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--ntaa-navy);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--ntaa-sky);
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.info-list {
  margin-bottom: 2rem;
}

.link-more {
  color: var(--ntaa-navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

.link-more:hover {
  color: var(--ntaa-sky);
  text-decoration: none;
  padding-left: 0.5rem;
}

/* セミナーセクション */
.seminar-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: var(--ntaa-bg);
  border-radius: 4px;
}

.seminar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--ntaa-navy);
  color: var(--ntaa-white);
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.seminar-nav:hover {
  background-color: var(--ntaa-sky);
  color: var(--ntaa-white);
  text-decoration: none;
}

.seminar-month {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ntaa-navy);
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.seminar-content {
  margin-top: 1.5rem;
}

.seminar-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.seminar-item {
  border-bottom: 1px solid var(--ntaa-bg);
  padding: 1rem 0;
}

.seminar-item:last-child {
  border-bottom: none;
}

.seminar-item a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: var(--ntaa-text);
  transition: all 0.3s ease;
}

.seminar-item a:hover {
  color: var(--ntaa-navy);
  text-decoration: none;
}

.seminar-date {
  display: inline-block;
  min-width: 80px;
  font-weight: 600;
  color: var(--ntaa-navy);
  font-size: 0.95rem;
  margin-right: 1rem;
}

.seminar-title {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.6;
  font-family: Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

.seminar-calendar {
	margin-top: 2rem;
}

/* トップ：お知らせタブとセミナー情報を縦並び（セミナー内は一覧＋カレンダー2カラム） */
.news-release-section.home-news-announcements {
	padding-bottom: 1.25rem;
}
.news-release-section.home-seminar-announcements {
	padding-top: 1.25rem;
}
.home-news-announcements .informationArea__item {
	background-color: var(--ntaa-white);
	padding: 2.5rem;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	margin-bottom: 0;
}
.seminar-section--home {
	margin-bottom: 0;
}
.seminar-content--split .seminar-list {
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	.seminar-content--split .seminar-calendar {
		margin-top: 0;
	}
}
@media screen and (max-width: 991px) {
	.seminar-content--split .seminar-calendar {
		margin-top: 1.5rem;
	}
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .btn-hero-primary {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
  
  .quick-nav-card {
    margin-bottom: 1.5rem;
  }
  
  .info-section,
  .seminar-section {
    padding: 1.5rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .seminar-bar {
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .seminar-month {
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
  }
  
  .seminar-item a {
    flex-direction: column;
  }
  
  .seminar-date {
    margin-bottom: 0.5rem;
  }
  
  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
/* 画像404エラー対策：スライダーコンテナの最小高さを確保（既に上で定義済み） */

/* Swiper.js ページネーション */
#customtron.main-slider .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.main-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--ntaa-white);
  opacity: 0.5;
  margin: 0 6px;
}

.main-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--ntaa-sky);
}

/* Swiper.js ナビゲーションボタン */
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  color: var(--ntaa-white);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
  opacity: 1;
}

.main-slider .swiper-button-next::after,
.main-slider .swiper-button-prev::after {
  font-size: 24px;
  font-weight: bold;
}

/* 旧bxSlider（後方互換性のため残す） */
#customtron .bxslider{
  width:50%;
}
#customtron .bx-wrapper{
  background-color:var(--ntaa-navy);
  border:0 solid var(--ntaa-navy);
  box-shadow:0 0 0 #ccc;
  margin-bottom:0;
}




.jumbotron .bx-viewport {
  overflow: hidden !important;
}



/* idxページ */

/*******************************************************************************
タブ切り替え式お知らせセクション
*******************************************************************************/

.informationArea__item {
	margin-bottom: 3rem;
}

.informationArea__title {
	font-size: 20pt !important; /* 20pt（約26.7px）に大きくする */
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--ntaa-navy);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important; /* Yuゴシック体に変更 */
}

.informationArea__tab {
	margin-bottom: 1.5rem;
}

.informationTab {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid var(--ntaa-bg);
}

.informationTab__item {
	padding: 0.8rem 1.5rem;
	cursor: pointer;
	color: var(--ntaa-text);
	font-size: 0.95rem;
	font-weight: 500;
	background-color: transparent;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	transition: all 0.3s ease;
	position: relative;
}

.informationTab__item:hover {
	color: var(--ntaa-navy);
	background-color: rgba(0, 45, 90, 0.05);
}

.informationTab__item.is_active {
	color: var(--ntaa-navy);
	border-bottom-color: var(--ntaa-navy);
	font-weight: 700;
}

.informationTab__item--categ01.is_active {
	border-bottom-color: var(--ntaa-orange);
}

.informationTab__item--categ02.is_active {
	border-bottom-color: var(--ntaa-sky);
}

.informationTab__item--categ03.is_active {
	border-bottom-color: var(--ntaa-navy);
}

.informationArea__body {
	position: relative;
}

.informationArea__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}

.informationArea__list.is_active {
	display: block;
}

.informationArea__list li {
	padding: 1.2rem 0;
	border-bottom: 1px solid #e0e0e0;
	transition: background-color 0.2s ease;
}

.informationArea__list li:hover {
	background-color: rgba(0, 45, 90, 0.02);
}

.informationArea__list li .head {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 0.5rem;
}

.informationArea__list li .date {
	font-size: 1rem !important; /* 大きくする（0.9rem→1rem、約18px） */
	color: var(--ntaa-text);
	font-weight: 500;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.informationArea__list li .categ {
	font-size: 0.75rem;
	padding: 0.2rem 0.8rem;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
}

.informationArea__list li .categ.categ01 {
	background-color: rgba(255, 140, 0, 0.1);
	color: var(--ntaa-orange);
}

.informationArea__list li .categ.categ02 {
	background-color: rgba(79, 195, 247, 0.1);
	color: var(--ntaa-sky);
}

.informationArea__list li .categ.categ03 {
	background-color: rgba(0, 45, 90, 0.1);
	color: var(--ntaa-navy);
}

.informationArea__list li .link {
	font-size: 1.3rem !important; /* さらに大きくする（1.1rem→1.3rem、約23.4px） */
	line-height: 1.6 !important;
	color: var(--ntaa-text);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.informationArea__list li .link a.cmnLink {
	color: var(--ntaa-navy);
	text-decoration: none;
	transition: color 0.2s ease;
	font-weight: 600 !important; /* 太字にして見やすく */
}

.informationArea__list li .link a.cmnLink:hover {
	color: var(--ntaa-sky);
	text-decoration: underline;
}

.informationArea__continue {
	text-align: center;
	margin-top: 1.5rem;
	padding: 1rem;
	cursor: pointer;
	color: var(--ntaa-navy);
	font-weight: 600;
	border: 1px solid var(--ntaa-navy);
	border-radius: 4px;
	transition: all 0.3s ease;
}

.informationArea__continue:hover {
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
}

.informationArea__continue .close {
	display: none;
}

.informationArea__continue.is-open .open {
	display: none;
}

.informationArea__continue.is-open .close {
	display: inline;
}

.informationArea__more {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.informationArea__more__item {
	display: none;
}

.informationArea__more__item[style*="display: list-item"] {
	display: list-item;
}

.informationArea__more__link {
	display: inline-block;
	padding: 0.6rem 1.2rem;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.informationArea__more__link.informationArea__more__categ01 {
	background-color: var(--ntaa-orange);
	color: var(--ntaa-white);
}

.informationArea__more__link.informationArea__more__categ01:hover {
	background-color: rgba(255, 140, 0, 0.8);
}

.informationArea__more__link.informationArea__more__categ02 {
	background-color: var(--ntaa-sky);
	color: var(--ntaa-white);
}

.informationArea__more__link.informationArea__more__categ02:hover {
	background-color: rgba(79, 195, 247, 0.8);
}

.informationArea__more__link.informationArea__more__categ03 {
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
}

.informationArea__more__link.informationArea__more__categ03:hover {
	background-color: rgba(0, 45, 90, 0.8);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	.informationTab {
		flex-direction: column;
		border-bottom: none;
	}
	
	.informationTab__item {
		padding: 1rem;
		border-bottom: 1px solid var(--ntaa-bg);
		border-left: 3px solid transparent;
		margin-bottom: 0;
	}
	
	.informationTab__item.is_active {
		border-left-color: var(--ntaa-navy);
		border-bottom-color: var(--ntaa-bg);
	}
	
	.informationArea__list li .head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
	
	.informationArea__more {
		flex-direction: column;
	}
	
	.informationArea__more__link {
		width: 100%;
		text-align: center;
	}
}
.btn-seminar-1st{ font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important; }
.btn-en{ background-color:#012169; color:#ffffff; }
.btn-ja{ background-color:#012169; color:#ffffff; }
.btn-fb { background-color:#1877f2; color:#ffffff; }
.btn-youtube{ background-color:#ff0000; color:#ffffff; }
.mainfooter-buttons button{ margin-bottom:1rem; border-width:0; }

/*******************************************************************************
目的から探すセクション
*******************************************************************************/

.searchPurpose {
	margin-top: 3rem;
	margin-bottom: 3rem;
	background-color: #FFFFFF !important; /* 真っ白の背景 */
	padding: 2rem 0;
}

.searchPurpose__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--ntaa-navy);
}

.searchPurpose__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 1.5rem;
}

.searchPurpose__item {
	flex: 1 1 calc(25% - 1.5rem);
	min-width: 200px;
	max-width: 100%;
}

.searchPurpose__link {
	display: block;
	text-decoration: none;
	color: var(--ntaa-text);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 8px;
	overflow: hidden;
	background-color: var(--ntaa-white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.searchPurpose__link:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.searchPurpose__img {
	width: 100%;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.searchPurpose__img--dummy {
	background: linear-gradient(135deg, var(--ntaa-navy) 0%, var(--ntaa-sky) 100%);
}

.searchPurpose__img__placeholder {
	color: var(--ntaa-white);
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.searchPurpose__txt {
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	padding: 1.2rem 1rem;
	margin: 0;
	color: var(--ntaa-text);
	line-height: 1.6;
}

.searchPurpose__txt__small {
	display: block;
	font-size: 0.85rem;
	font-weight: 400;
	margin-top: 0.3rem;
	color: #666;
}

.pc_only {
	display: inline;
}

/* レスポンシブ対応 */
@media screen and (max-width: 992px) {
	.searchPurpose__item {
		flex: 1 1 calc(50% - 1.5rem);
		min-width: 180px;
	}
}

@media screen and (max-width: 768px) {
	.searchPurpose__list {
		flex-direction: column;
		gap: 1rem;
	}
	
	.searchPurpose__item {
		flex: 1 1 100%;
		max-width: 100%;
	}
	
	.searchPurpose__img {
		height: 150px;
	}
	
	.pc_only {
		display: none;
	}
}

/*******************************************************************************
YouTube動画セクション
*******************************************************************************/

.youtubeArea__section {
	margin-top: 3rem;
	margin-bottom: 3rem;
	background-color: #FFFFFF !important; /* 真っ白の背景 */
	padding: 2rem 0;
}

.youtubeArea__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--ntaa-navy);
}

.youtubeArea__inner {
	position: relative;
}

.youtube-swiper {
	overflow: hidden;
	padding: 0 50px; /* ナビゲーションボタンのスペース */
}

.youtube-swiper .swiper-wrapper {
	display: flex;
}

.youtube-swiper .swiper-slide {
	width: auto;
	height: auto;
}

.youtubeArea__link {
	display: block;
	text-decoration: none;
	color: var(--ntaa-text);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 8px;
	overflow: hidden;
	background-color: var(--ntaa-white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	width: 300px;
}

.youtubeArea__link:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.youtubeArea__img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.youtubeArea__txt {
	font-size: 0.95rem;
	font-weight: 600;
	text-align: center;
	padding: 1rem;
	margin: 0;
	color: var(--ntaa-text);
	line-height: 1.6;
}

.youtube-swiper .swiper-button-next,
.youtube-swiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: var(--ntaa-navy);
	border-radius: 50%;
	color: var(--ntaa-white);
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.youtube-swiper .swiper-button-next:after,
.youtube-swiper .swiper-button-prev:after {
	font-size: 18px;
	font-weight: 700;
}

.youtube-swiper .swiper-button-next:hover,
.youtube-swiper .swiper-button-prev:hover {
	background-color: var(--ntaa-sky);
}

.youtube-swiper .swiper-button-next {
	right: 0;
}

.youtube-swiper .swiper-button-prev {
	left: 0;
}

.youtubeArea__channel {
	margin-top: 2rem;
	text-align: center;
}

.youtubeArea__channel__text {
	font-size: 1rem;
	color: var(--ntaa-text);
	margin: 0;
}

.youtubeArea__channel__link {
	color: var(--ntaa-navy);
	text-decoration: underline;
	font-weight: 600;
	transition: color 0.3s ease;
}

.youtubeArea__channel__link:hover {
	color: var(--ntaa-sky);
	text-decoration: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	.youtube-swiper {
		padding: 0 40px;
	}
	
	.youtubeArea__link {
		width: 280px;
	}
	
	.youtube-swiper .swiper-button-next,
	.youtube-swiper .swiper-button-prev {
		width: 35px;
		height: 35px;
	}
	
	.youtube-swiper .swiper-button-next:after,
	.youtube-swiper .swiper-button-prev:after {
		font-size: 14px;
	}
}

/*******************************************************************************
お問い合わせセクション（モダンなデザイン）
*******************************************************************************/

.inquiry--modern {
	background: linear-gradient(135deg, var(--ntaa-navy) 0%, #003d7a 100%);
	padding: 3rem 0;
	margin: 0;
}

.inquiry--modern .inquiry__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.inquiry--modern .inquiry__item {
	display: flex;
	align-items: flex-start;
	background-color: var(--ntaa-white);
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	flex: 1;
	min-width: 300px;
	max-width: 500px;
}

.inquiry--modern .inquiry__item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.inquiry--modern .inquiry__icon {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--ntaa-sky) 0%, #29b6f6 100%);
	border-radius: 12px;
	color: var(--ntaa-white);
	margin-right: 1.5rem;
}

.inquiry--modern .inquiry__content {
	flex: 1;
}

.inquiry--modern .inquiry__title {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin: 0 0 0.5rem 0;
	line-height: 1.5;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.inquiry--modern .inquiry__description {
	font-size: 0.95rem;
	color: var(--ntaa-text);
	margin: 0 0 1.5rem 0;
	line-height: 1.6;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.inquiry--modern .inquiry__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.875rem 1.5rem;
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.95rem;
	transition: background-color 0.3s ease, transform 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.inquiry--modern .inquiry__btn:hover {
	background-color: var(--ntaa-sky);
	color: var(--ntaa-white);
	text-decoration: none;
	transform: translateX(5px);
}

.inquiry--modern .inquiry__btn svg {
	transition: transform 0.3s ease;
}

.inquiry--modern .inquiry__btn:hover svg {
	transform: translateX(3px);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	.inquiry--modern {
		padding: 2rem 0;
	}
	
	.inquiry--modern .inquiry__wrapper {
		flex-direction: column;
		gap: 1.5rem;
		padding: 0 1rem;
	}
	
	.inquiry--modern .inquiry__item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		min-width: 100%;
		max-width: 100%;
		padding: 1.5rem;
	}
	
	.inquiry--modern .inquiry__icon {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	
	.inquiry--modern .inquiry__title {
		font-size: 1.15rem;
	}
	
	.inquiry--modern .inquiry__description {
		font-size: 0.9rem;
		margin-bottom: 1rem;
	}
	
	.inquiry--modern .inquiry__btn {
		width: 100%;
		justify-content: center;
	}
}

/*******************************************************************************
フッターボタンセクション（モダンなデザイン）
*******************************************************************************/

.mainfooter-buttons--modern {
	padding: 3rem 0;
	background-color: var(--ntaa-bg);
}

.mainfooter-buttons--modern .footer-buttons__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.mainfooter-buttons--modern .footer-btn {
	display: inline-flex;
	align-items: center;
	gap: 1.25rem;
	padding: 1.5rem 2.5rem;
	background-color: var(--ntaa-white);
	color: var(--ntaa-text);
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	font-weight: 600;
	font-size: 1.3rem !important; /* さらに大きくする（1.1rem→1.3rem、約23.4px） */
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
	border: 2px solid transparent;
}

.mainfooter-buttons--modern .footer-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	text-decoration: none;
}

.mainfooter-buttons--modern .footer-btn__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
}

.mainfooter-buttons--modern .footer-btn__icon svg {
	width: 40px;
	height: 40px;
}

.mainfooter-buttons--modern .footer-btn__text {
	white-space: nowrap;
}

/* 各ボタンの個別スタイル */
.mainfooter-buttons--modern .footer-btn--seminar {
	color: var(--ntaa-navy);
	border-color: var(--ntaa-navy);
}

.mainfooter-buttons--modern .footer-btn--seminar:hover {
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
}

.mainfooter-buttons--modern .footer-btn--seminar .footer-btn__icon {
	color: var(--ntaa-navy);
}

.mainfooter-buttons--modern .footer-btn--seminar:hover .footer-btn__icon {
	color: var(--ntaa-white);
}

.mainfooter-buttons--modern .footer-btn--fb {
	color: #1877f2;
	border-color: #1877f2;
}

.mainfooter-buttons--modern .footer-btn--fb:hover {
	background-color: #1877f2;
	color: var(--ntaa-white);
}

.mainfooter-buttons--modern .footer-btn--fb .footer-btn__icon {
	color: #1877f2;
}

.mainfooter-buttons--modern .footer-btn--fb:hover .footer-btn__icon {
	color: var(--ntaa-white);
}

.mainfooter-buttons--modern .footer-btn--youtube {
	color: #ff0000;
	border-color: #ff0000;
}

.mainfooter-buttons--modern .footer-btn--youtube:hover {
	background-color: #ff0000;
	color: var(--ntaa-white);
}

.mainfooter-buttons--modern .footer-btn--youtube .footer-btn__icon {
	color: #ff0000;
}

.mainfooter-buttons--modern .footer-btn--youtube:hover .footer-btn__icon {
	color: var(--ntaa-white);
}

.mainfooter-buttons--modern .footer-btn--en {
	color: var(--ntaa-navy);
	border-color: var(--ntaa-navy);
}

.mainfooter-buttons--modern .footer-btn--en:hover {
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
}

.mainfooter-buttons--modern .footer-btn--en .footer-btn__icon {
	color: var(--ntaa-navy);
}

.mainfooter-buttons--modern .footer-btn--en:hover .footer-btn__icon {
	color: var(--ntaa-white);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	.mainfooter-buttons--modern {
		padding: 2rem 0;
	}
	
	.mainfooter-buttons--modern .footer-buttons__wrapper {
		flex-direction: column;
		gap: 0.75rem;
		padding: 0 1rem;
	}
	
	.mainfooter-buttons--modern .footer-btn {
		width: 100%;
		justify-content: center;
		padding: 1.25rem 1.75rem;
		font-size: 1.15rem !important;
	}
	
	.mainfooter-buttons--modern .footer-btn__icon {
		width: 44px;
		height: 44px;
	}
	
	.mainfooter-buttons--modern .footer-btn__icon svg {
		width: 36px;
		height: 36px;
	}
}

/*******************************************************************************
会員向けコンテンツセクション
*******************************************************************************/

.snsArea {
	margin-top: 3rem;
	margin-bottom: 3rem;
	background-color: #FFFFFF !important; /* 真っ白の背景 */
	padding: 2rem 0;
	text-align: center;
}

.snsArea__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--ntaa-navy);
	display: inline-block;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

.infoNav {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 2rem !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.infoNav__link {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-decoration: none !important;
	color: var(--ntaa-text) !important;
	transition: transform 0.3s ease, color 0.3s ease;
	padding: 1rem !important;
	border-radius: 8px !important;
	min-width: 150px !important;
}

.infoNav__link:hover {
	transform: translateY(-5px);
	color: var(--ntaa-navy);
}

.infoNav__icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.8rem;
	color: var(--ntaa-navy);
	transition: color 0.3s ease;
}

.infoNav__link:hover .infoNav__icon {
	color: var(--ntaa-sky);
}

.infoNav__icon svg {
	width: 48px;
	height: 48px;
}

.infoNav__label {
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	display: block;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif !important;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	.infoNav {
		flex-direction: column;
		gap: 1.5rem;
	}
	
	.infoNav__link {
		min-width: 200px;
	}
	
	.infoNav__icon {
		width: 56px;
		height: 56px;
	}
	
	.infoNav__icon svg {
		width: 40px;
		height: 40px;
	}
}

/*******************************************************************************
ヘッダー検索機能
*******************************************************************************/

.header-search {
	display: flex;
	align-items: center;
	margin-left: 2rem;
	flex: 1;
	max-width: 300px;
}

.header-search .search-form {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
}

.header-search .search-form > label {
	display: block;
	width: 100%;
	margin: 0;
}

.header-search .search-field {
	padding: 0.5rem 2.5rem 0.5rem 1rem;
	border: 2px solid var(--ntaa-bg);
	border-radius: 4px;
	font-size: 0.9rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width: 100%;
	display: block;
	box-sizing: border-box;
	transition: border-color 0.3s ease;
	background-color: var(--ntaa-white);
}

.header-search .search-field:focus {
	outline: none;
	border-color: var(--ntaa-sky);
}

.header-search .search-submit {
	position: absolute;
	right: 2px;
	top: 2px;
	bottom: 2px;
	width: 2.1rem;
	padding: 0;
	background: var(--ntaa-white);
	border: none;
	cursor: pointer;
	color: var(--ntaa-navy);
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-search .search-submit:hover {
	color: var(--ntaa-sky);
}

.header-search .search-submit svg {
	width: 20px;
	height: 20px;
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media screen and (max-width: 992px) {
	.header-search {
		margin-left: 1rem;
		max-width: 250px;
	}
}

@media screen and (max-width: 768px) {
	/* ボトムナビ導入後はヘッダー検索欄を非表示 */
	.header-search {
		display: none !important;
	}
}

/*******************************************************************************
協会の実績と歩みセクション
*******************************************************************************/

.numbers-section {
	padding: 4rem 0;
	background-color: var(--ntaa-white);
}

.numbers-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 3rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.numbers-card {
	text-align: center;
	padding: 2.5rem 1.5rem;
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.numbers-card:hover {
	border-color: var(--ntaa-sky);
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(79, 195, 247, 0.15);
}

.numbers-card__icon {
	width: 64px;
	height: 64px;
	margin-bottom: 1.5rem;
	color: var(--ntaa-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
}

.numbers-card:hover .numbers-card__icon {
	color: var(--ntaa-sky);
}

.numbers-card__number {
	font-size: 3rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 0.8rem;
	line-height: 1.2;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	transition: color 0.3s ease;
	min-height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.numbers-card:hover .numbers-card__number {
	color: var(--ntaa-sky);
}

.numbers-card__label {
	font-size: 1rem;
	color: var(--ntaa-text);
	font-weight: 600;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	line-height: 1.6;
}

@media screen and (max-width: 992px) {
	.numbers-card {
		padding: 2rem 1rem;
	}
	
	.numbers-card__number {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 768px) {
	.numbers-section {
		padding: 3rem 0;
	}
	
	.numbers-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.numbers-card {
		padding: 1.5rem 1rem;
		margin-bottom: 1.5rem;
	}
	
	.numbers-card__number {
		font-size: 2rem;
	}
	
	.numbers-card__icon {
		width: 56px;
		height: 56px;
		margin-bottom: 1rem;
	}
}

/*******************************************************************************
資格取得までのロードマップセクション
*******************************************************************************/

.roadmap-section {
	padding: 4rem 0;
	background-color: var(--ntaa-bg);
	margin-bottom: 3rem;
}

.roadmap-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 3rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.roadmap-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 2rem;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.roadmap-container::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 100px;
	right: 100px;
	height: 3px;
	background: linear-gradient(to right, var(--ntaa-sky), var(--ntaa-orange));
	z-index: 0;
}

@media screen and (max-width: 1200px) {
	.roadmap-container::before {
		display: none;
	}
}

.roadmap-step {
	flex: 1;
	min-width: 280px;
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.roadmap-step:last-child .roadmap-step__arrow {
	display: none;
}

.roadmap-step__number {
	width: 60px;
	height: 60px;
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 1.5rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	box-shadow: 0 4px 12px rgba(0, 45, 90, 0.2);
	transition: all 0.3s ease;
}

.roadmap-step:hover .roadmap-step__number {
	background-color: var(--ntaa-sky);
	transform: scale(1.1);
}

.roadmap-step__content {
	flex: 1;
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	padding: 2rem;
	transition: all 0.3s ease;
}

.roadmap-step:hover .roadmap-step__content {
	border-color: var(--ntaa-sky);
	box-shadow: 0 8px 24px rgba(79, 195, 247, 0.15);
}

.roadmap-step__title {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 0.8rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.roadmap-step__description {
	font-size: 0.95rem;
	color: var(--ntaa-text);
	margin-bottom: 1rem;
	line-height: 1.7;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.roadmap-step__time {
	font-size: 0.9rem;
	color: var(--ntaa-sky);
	font-weight: 600;
	margin-bottom: 1rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.roadmap-step__link {
	display: inline-block;
	color: var(--ntaa-navy);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.roadmap-step__link:hover {
	color: var(--ntaa-sky);
	padding-left: 0.5rem;
	text-decoration: none;
}

.roadmap-step__arrow {
	width: 40px;
	height: 40px;
	color: var(--ntaa-sky);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0 1rem;
	position: absolute;
	right: -60px;
	top: 30px;
}

@media screen and (max-width: 1200px) {
	.roadmap-container::before {
		display: none;
	}
	
	.roadmap-step__arrow {
		position: static;
		margin: 1rem auto;
	}
}

@media screen and (max-width: 992px) {
	.roadmap-container {
		flex-direction: column;
		gap: 1.5rem;
	}
	
	.roadmap-step {
		width: 100%;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.roadmap-step__number {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	
	.roadmap-step__arrow {
		transform: rotate(90deg);
		margin: 1rem auto;
	}
}

@media screen and (max-width: 768px) {
	.roadmap-section {
		padding: 3rem 0;
		margin-bottom: 2rem;
	}
	
	.roadmap-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.roadmap-step__number {
		width: 50px;
		height: 50px;
		font-size: 1.5rem;
	}
	
	.roadmap-step__content {
		padding: 1.5rem;
	}
	
	.roadmap-step__title {
		font-size: 1.1rem;
	}
}

/*******************************************************************************
活躍の場・資格者の声セクション
*******************************************************************************/

.testimonials-section {
	padding: 4rem 0;
	background-color: var(--ntaa-white);
}

.testimonials-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 3rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.testimonial-card {
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.testimonial-card:hover {
	border-color: var(--ntaa-sky);
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(79, 195, 247, 0.15);
}

.testimonial-card__image {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
	background-color: var(--ntaa-bg);
}

.testimonial-card__image-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.testimonial-card__image-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ntaa-white);
}

.testimonial-card__image-placeholder svg {
	width: 64px;
	height: 64px;
}

.testimonial-card__content {
	padding: 2rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.testimonial-card__title {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.testimonial-card__description {
	font-size: 0.95rem;
	color: var(--ntaa-text);
	line-height: 1.7;
	margin-bottom: 1.2rem;
	flex: 1;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.testimonial-card__meta {
	font-size: 0.85rem;
	color: var(--ntaa-text);
	margin-bottom: 1rem;
	font-style: italic;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.testimonial-card__link {
	display: inline-block;
	color: var(--ntaa-navy);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.testimonial-card__link:hover {
	color: var(--ntaa-sky);
	padding-left: 0.5rem;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.testimonials-section {
		padding: 3rem 0;
	}
	
	.testimonials-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.testimonial-card__image {
		height: 180px;
	}
	
	.testimonial-card__content {
		padding: 1.5rem;
	}
	
	.testimonial-card__title {
		font-size: 1.1rem;
	}
}

/*******************************************************************************
ニュースリリースセクション
*******************************************************************************/

.news-release-section {
	padding: 3rem 0;
	background-color: var(--ntaa-bg);
}

.news-release-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 2rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.news-release-card {
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	padding: 2rem;
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	transition: all 0.3s ease;
	margin-bottom: 1.5rem;
	height: 100%;
}

.news-release-card:hover {
	border-color: var(--ntaa-sky);
	box-shadow: 0 4px 16px rgba(79, 195, 247, 0.1);
	transform: translateY(-2px);
}

.news-release-card__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	color: var(--ntaa-navy);
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-release-card__content {
	flex: 1;
}

.news-release-card__date {
	font-size: 0.9rem;
	color: var(--ntaa-text);
	margin-bottom: 0.5rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.news-release-card__title {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 0.8rem;
	line-height: 1.5;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.news-release-card__title a {
	color: var(--ntaa-navy);
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-release-card__title a:hover {
	color: var(--ntaa-sky);
	text-decoration: none;
}

.news-release-card__badge {
	display: inline-block;
	background-color: var(--ntaa-sky);
	color: var(--ntaa-white);
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.3rem 0.8rem;
	border-radius: 4px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

@media screen and (max-width: 768px) {
	.news-release-section {
		padding: 2rem 0;
	}
	
	.news-release-section__title {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	
	.news-release-card {
		padding: 1.5rem;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.news-release-card__icon {
		margin-bottom: 0.5rem;
	}
}

/*******************************************************************************
注目トピックスセクション
*******************************************************************************/

.featured-topics-section {
	padding: 4rem 0;
	background-color: var(--ntaa-white);
}

.featured-topics-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 3rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.featured-topic-card {
	display: block;
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.featured-topic-card:hover {
	border-color: var(--ntaa-sky);
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(79, 195, 247, 0.15);
	text-decoration: none;
	color: inherit;
}

.featured-topic-card__image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.featured-topic-card__image-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ntaa-white);
}

.featured-topic-card__image-placeholder svg {
	width: 64px;
	height: 64px;
}

.featured-topic-card__content {
	padding: 2rem;
}

.featured-topic-card__badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.3rem 0.8rem;
	border-radius: 4px;
	margin-bottom: 1rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.featured-topic-card--primary .featured-topic-card__badge {
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
}

.featured-topic-card--secondary .featured-topic-card__badge {
	background-color: var(--ntaa-orange);
	color: var(--ntaa-white);
}

.featured-topic-card__title {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1rem;
	line-height: 1.4;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.featured-topic-card__description {
	font-size: 1rem;
	color: var(--ntaa-text);
	line-height: 1.7;
	margin-bottom: 1.5rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.featured-topic-card__link {
	font-size: 1rem;
	font-weight: 600;
	color: var(--ntaa-sky);
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.featured-topic-card:hover .featured-topic-card__link {
	color: var(--ntaa-navy);
	padding-left: 0.5rem;
}

@media screen and (max-width: 768px) {
	.featured-topics-section {
		padding: 3rem 0;
	}
	
	.featured-topics-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.featured-topic-card__content {
		padding: 1.5rem;
	}
	
	.featured-topic-card__title {
		font-size: 1.2rem;
	}
	
	.featured-topic-card__image {
		height: 150px;
	}
}

/*******************************************************************************
専門家によるマーケット・テクニカル解説セクション
*******************************************************************************/

.expert-analysis-section {
	padding: 3rem 0;
	background-color: var(--ntaa-white);
	margin-top: 3rem;
}

.expert-analysis-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 2.5rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.expert-analysis-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.expert-analysis-item {
	background-color: var(--ntaa-white);
	border: 1px solid var(--ntaa-bg);
	border-left: 4px solid var(--ntaa-sky);
	border-radius: 4px;
	padding: 2rem;
	transition: all 0.3s ease;
}

.expert-analysis-item:hover {
	border-left-color: var(--ntaa-navy);
	box-shadow: 0 4px 16px rgba(0, 45, 90, 0.1);
	transform: translateX(4px);
}

.expert-analysis-item__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.expert-analysis-item__date {
	font-size: 0.9rem;
	color: var(--ntaa-text);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.expert-analysis-item__author {
	font-size: 0.9rem;
	color: var(--ntaa-sky);
	font-weight: 600;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.expert-analysis-item__title {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1rem;
	line-height: 1.5;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.expert-analysis-item__title a {
	color: var(--ntaa-navy);
	text-decoration: none;
	transition: color 0.3s ease;
}

.expert-analysis-item__title a:hover {
	color: var(--ntaa-sky);
	text-decoration: none;
}

.expert-analysis-item__excerpt {
	font-size: 1rem;
	color: var(--ntaa-text);
	line-height: 1.8;
	margin-bottom: 1rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.expert-analysis-item__link {
	font-size: 1rem;
	font-weight: 600;
	color: var(--ntaa-sky);
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.expert-analysis-item__link:hover {
	color: var(--ntaa-navy);
	padding-left: 0.5rem;
	text-decoration: none;
}

.expert-analysis-section__more {
	margin-top: 2.5rem;
	text-align: center;
}

.btn-expert-more {
	display: inline-block;
	padding: 1rem 2.5rem;
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.btn-expert-more:hover {
	background-color: var(--ntaa-sky);
	color: var(--ntaa-white);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(79, 195, 247, 0.3);
}

@media screen and (max-width: 768px) {
	.expert-analysis-section {
		padding: 2rem 0;
		margin-top: 2rem;
	}
	
	.expert-analysis-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.expert-analysis-item {
		padding: 1.5rem;
	}
	
	.expert-analysis-item__title {
		font-size: 1.1rem;
	}
	
	.expert-analysis-item__header {
		flex-direction: column;
		align-items: flex-start;
	}
}

/*******************************************************************************
今月のおすすめ動画セクション
*******************************************************************************/

.featured-video-section {
	padding: 4rem 0;
	background-color: var(--ntaa-bg);
}

.featured-video-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 2.5rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.featured-video-card {
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.featured-video-card:hover {
	border-color: var(--ntaa-sky);
	box-shadow: 0 8px 24px rgba(79, 195, 247, 0.15);
}

.featured-video-card__thumbnail {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 300px;
	overflow: hidden;
	background-color: var(--ntaa-bg);
}

.featured-video-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.featured-video-card:hover .featured-video-card__image {
	transform: scale(1.05);
}

.featured-video-card__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: rgba(0, 45, 90, 0.8);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ntaa-white);
	transition: all 0.3s ease;
	pointer-events: none;
}

.featured-video-card:hover .featured-video-card__play-button {
	background-color: var(--ntaa-sky);
	transform: translate(-50%, -50%) scale(1.1);
}

.featured-video-card__content {
	padding: 2.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.featured-video-card__badge {
	display: inline-block;
	background-color: var(--ntaa-orange);
	color: var(--ntaa-white);
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.3rem 0.8rem;
	border-radius: 4px;
	margin-bottom: 1rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.featured-video-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1rem;
	line-height: 1.4;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.featured-video-card__description {
	font-size: 1rem;
	color: var(--ntaa-text);
	line-height: 1.8;
	margin-bottom: 1.5rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.featured-video-card__meta {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 0.9rem;
	color: var(--ntaa-text);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.btn-featured-video {
	display: inline-block;
	padding: 1rem 2.5rem;
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.btn-featured-video:hover {
	background-color: var(--ntaa-sky);
	color: var(--ntaa-white);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(79, 195, 247, 0.3);
}

@media screen and (max-width: 768px) {
	.featured-video-section {
		padding: 3rem 0;
	}
	
	.featured-video-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.featured-video-card__thumbnail {
		min-height: 200px;
	}
	
	.featured-video-card__content {
		padding: 1.5rem;
	}
	
	.featured-video-card__title {
		font-size: 1.2rem;
	}
}

/*******************************************************************************
ジャーナル特集セクション
*******************************************************************************/

.journal-feature-section {
	padding: 4rem 0;
	background-color: var(--ntaa-white);
}

.journal-feature-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 3rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.journal-feature-card {
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	padding: 2.5rem;
	transition: all 0.3s ease;
}

.journal-feature-card:hover {
	border-color: var(--ntaa-sky);
	box-shadow: 0 8px 24px rgba(79, 195, 247, 0.1);
}

.journal-feature-card__cover {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.journal-feature-card__cover-image {
	width: 100%;
	aspect-ratio: 3 / 4;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--ntaa-white);
	padding: 2rem;
	box-shadow: 0 4px 16px rgba(0, 45, 90, 0.2);
}

.journal-feature-card__cover-text {
	text-align: center;
}

.journal-feature-card__cover-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.journal-feature-card__cover-subtitle {
	font-size: 0.9rem;
	margin-bottom: 1rem;
	opacity: 0.9;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.journal-feature-card__cover-volume {
	font-size: 0.85rem;
	opacity: 0.8;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.journal-feature-card__content {
	padding-left: 2rem;
}

.journal-feature-card__badge {
	display: inline-block;
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.3rem 0.8rem;
	border-radius: 4px;
	margin-bottom: 1.5rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.journal-feature-card__title {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 2rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.journal-feature-card__articles {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 2rem;
}

.journal-article-item {
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--ntaa-bg);
}

.journal-article-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.journal-article-item__title {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 0.8rem;
	line-height: 1.5;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.journal-article-item__excerpt {
	font-size: 0.95rem;
	color: var(--ntaa-text);
	line-height: 1.7;
	margin-bottom: 0.8rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.journal-article-item__author {
	font-size: 0.85rem;
	color: var(--ntaa-sky);
	font-weight: 600;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.journal-feature-card__actions {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.btn-journal-primary {
	display: inline-block;
	padding: 0.8rem 2rem;
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.btn-journal-primary:hover {
	background-color: var(--ntaa-sky);
	color: var(--ntaa-white);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(79, 195, 247, 0.3);
}

.btn-journal-secondary {
	display: inline-block;
	padding: 0.8rem 2rem;
	background-color: transparent;
	color: var(--ntaa-navy);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid var(--ntaa-navy);
	border-radius: 4px;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.btn-journal-secondary:hover {
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	text-decoration: none;
	border-color: var(--ntaa-navy);
}

@media screen and (max-width: 992px) {
	.journal-feature-card__content {
		padding-left: 0;
		padding-top: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.journal-feature-section {
		padding: 3rem 0;
	}
	
	.journal-feature-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.journal-feature-card {
		padding: 1.5rem;
	}
	
	.journal-feature-card__cover-title {
		font-size: 2rem;
	}
	
	.journal-feature-card__title {
		font-size: 1.2rem;
	}
	
	.journal-feature-card__actions {
		flex-direction: column;
	}
	
	.btn-journal-primary,
	.btn-journal-secondary {
		width: 100%;
		text-align: center;
	}
}

/*******************************************************************************
ピックアップ・バナーセクション
*******************************************************************************/

.pickup-banners-section {
	padding: 4rem 0;
	background-color: var(--ntaa-bg);
}

.pickup-banners-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 3rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.pickup-banners-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.pickup-banner-card {
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s ease;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.pickup-banner-card:hover {
	border-color: var(--ntaa-sky);
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(79, 195, 247, 0.15);
	text-decoration: none;
	color: inherit;
}

.pickup-banner-card__icon {
	width: 64px;
	height: 64px;
	color: var(--ntaa-navy);
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
}

.pickup-banner-card:hover .pickup-banner-card__icon {
	color: var(--ntaa-sky);
}

.pickup-banner-card__title {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1rem;
	line-height: 1.4;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.pickup-banner-card__description {
	font-size: 0.95rem;
	color: var(--ntaa-text);
	line-height: 1.7;
	flex: 1;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

@media screen and (max-width: 768px) {
	.pickup-banners-section {
		padding: 3rem 0;
	}
	
	.pickup-banners-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.pickup-banners-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	
	.pickup-banner-card {
		padding: 1.5rem;
	}
}

/*******************************************************************************
入門ハンドブック無料プレゼント CTA（/learn・/certification・/corporate-education …本文内・各種リンク直前）
*******************************************************************************/

@keyframes ntaa-handbook-promo-glow {
	0%,
	100% {
		box-shadow:
			0 6px 22px rgba(0, 45, 90, 0.12),
			0 0 0 3px rgba(79, 195, 247, 0.2),
			inset 0 0 0 1px rgba(255, 255, 255, 0.6);
	}
	50% {
		box-shadow:
			0 10px 32px rgba(79, 195, 247, 0.2),
			0 0 0 5px rgba(79, 195, 247, 0.28),
			inset 0 0 0 1px rgba(255, 255, 255, 0.75);
	}
}

.ntaa-handbook-promo {
	max-width: min(100%, 52rem);
	width: 100%;
	margin: 2rem auto 2rem;
	box-sizing: border-box;
	clear: both;
}

.ntaa-handbook-promo__link {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 1.35rem;
	row-gap: 0.75rem;
	padding: 1.15rem 1.35rem 1.15rem 0;
	overflow: visible;
	text-decoration: none;
	color: inherit;
	border: 2px solid var(--ntaa-navy);
	border-radius: 12px;
	background:
		radial-gradient(
			130% 120% at 0% 20%,
			rgba(79, 195, 247, 0.34) 0%,
			rgba(255, 255, 255, 0.98) 52%
		),
		var(--ntaa-white);
	animation: ntaa-handbook-promo-glow 4.5s ease-in-out infinite;
	transition:
		border-color 0.22s ease,
		transform 0.22s ease,
		filter 0.22s ease;
}

.ntaa-handbook-promo__accent {
	position: absolute;
	left: 0;
	top: -1px;
	bottom: -1px;
	width: 10px;
	border-radius: 12px 0 0 12px;
	background: linear-gradient(
		180deg,
		var(--ntaa-orange) 0%,
		var(--ntaa-sky) 55%,
		var(--ntaa-navy) 100%
	);
	box-shadow: 2px 0 14px rgba(79, 195, 247, 0.35);
}

.ntaa-handbook-promo__main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.42rem;
	padding-left: 1.15rem;
	min-width: 0;
}

.ntaa-handbook-promo__aside {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	flex-shrink: 0;
	padding-right: 0.25rem;
}

.ntaa-handbook-promo__link:hover {
	border-color: var(--ntaa-sky);
	animation: none;
	box-shadow:
		0 14px 40px rgba(79, 195, 247, 0.28),
		0 0 0 4px rgba(79, 195, 247, 0.25),
		inset 0 0 0 1px rgba(255, 255, 255, 0.85);
	transform: translateY(-2px);
	text-decoration: none;
	color: inherit;
	filter: saturate(1.05);
}

.ntaa-handbook-promo__link:focus-visible {
	outline: none;
	animation: none;
	box-shadow:
		0 0 0 3px var(--ntaa-white),
		0 0 0 6px var(--ntaa-orange);
	border-color: var(--ntaa-navy);
}

.ntaa-handbook-promo__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.55rem;
	align-items: center;
	margin-bottom: 0.05rem;
}

.ntaa-handbook-promo__badge {
	display: inline-block;
	padding: 0.26rem 0.75rem;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	border-radius: 999px;
	background: linear-gradient(
		165deg,
		#ffa033 0%,
		var(--ntaa-orange) 50%,
		#e67a00 100%
	);
	color: var(--ntaa-white);
	letter-spacing: 0.04em;
	box-shadow:
		0 2px 6px rgba(255, 140, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ntaa-handbook-promo__badge--muted {
	background: rgba(0, 45, 90, 0.12);
	box-shadow: none;
	color: var(--ntaa-navy);
	font-weight: 700;
}

.ntaa-handbook-promo__title {
	font-size: 1.85rem;
	font-weight: 800;
	color: var(--ntaa-navy);
	line-height: 1.32;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	font-family:
		"游ゴシック",
		"Yu Gothic",
		"游ゴシック体",
		YuGothic,
		"ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN",
		"メイリオ",
		Meiryo,
		sans-serif !important;
}

.ntaa-handbook-promo__lead {
	font-size: 1.1875rem;
	color: rgba(51, 51, 51, 0.96);
	line-height: 1.68;
	margin: 0;
	font-weight: 500;
}

.ntaa-handbook-promo__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.38rem;
	margin-top: 0;
	padding: 0.58rem 1.25rem;
	font-size: 1.125rem;
	font-weight: 800;
	white-space: nowrap;
	color: var(--ntaa-white);
	background: linear-gradient(
		165deg,
		var(--ntaa-navy) 0%,
		#003d78 48%,
		#001f3f 100%
	);
	border-radius: 999px;
	box-shadow:
		0 4px 14px rgba(0, 45, 90, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease;
}

.ntaa-handbook-promo__cta-icon {
	color: var(--ntaa-sky);
	font-weight: 800;
	font-size: 1.2rem;
	transition: transform 0.22s ease;
	filter: drop-shadow(0 0 6px rgba(79, 195, 247, 0.75));
}

.ntaa-handbook-promo__link:hover .ntaa-handbook-promo__cta-icon {
	transform: translateX(6px);
}

.ntaa-handbook-promo__link:hover .ntaa-handbook-promo__cta {
	background: linear-gradient(
		165deg,
		#003d78 0%,
		var(--ntaa-navy) 48%,
		#001a35 100%
	);
	box-shadow:
		0 6px 20px rgba(0, 45, 90, 0.45),
		0 0 0 2px rgba(79, 195, 247, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	transform: translateY(-1px);
}

.ntaa-handbook-promo__icon {
	width: 56px;
	height: 56px;
	color: var(--ntaa-navy);
	opacity: 1;
	filter: drop-shadow(0 3px 6px rgba(0, 45, 90, 0.15));
}

.ntaa-handbook-promo__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.ntaa-handbook-promo__link {
		animation: none;
		box-shadow:
			0 6px 22px rgba(0, 45, 90, 0.12),
			0 0 0 3px rgba(79, 195, 247, 0.22),
			inset 0 0 0 1px rgba(255, 255, 255, 0.65);
	}
}

@media screen and (max-width: 576px) {
	.ntaa-handbook-promo {
		max-width: 100%;
		margin: 1.5rem 0 1.75rem;
	}

	.ntaa-handbook-promo__link {
		grid-template-columns: 1fr;
		padding: 1.2rem 1rem 1.2rem 0;
		row-gap: 1rem;
	}

	.ntaa-handbook-promo__main {
		padding-left: 1rem;
		gap: 0.38rem;
	}

	.ntaa-handbook-promo__aside {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		padding-left: 1rem;
		padding-right: 0;
		column-gap: 1rem;
		row-gap: 0.65rem;
	}

	.ntaa-handbook-promo__badge {
		font-size: 0.9rem;
		padding: 0.22rem 0.65rem;
	}

	.ntaa-handbook-promo__title {
		font-size: 1.4rem;
	}

	.ntaa-handbook-promo__lead {
		font-size: 1.0625rem;
	}

	.ntaa-handbook-promo__cta {
		padding: 0.55rem 1.15rem;
		font-size: 1.0625rem;
	}

	.ntaa-handbook-promo__icon {
		width: 48px;
		height: 48px;
	}
}

/*******************************************************************************
教育機関向けセクション
*******************************************************************************/

.education-institution-section {
	padding: 4rem 0;
	background-color: var(--ntaa-white);
}

.education-institution-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 3rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.education-card {
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	padding: 2.5rem;
	text-align: center;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.education-card:hover {
	border-color: var(--ntaa-sky);
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(79, 195, 247, 0.15);
}

.education-card__icon {
	width: 64px;
	height: 64px;
	color: var(--ntaa-navy);
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
}

.education-card:hover .education-card__icon {
	color: var(--ntaa-sky);
}

.education-card__title {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 1rem;
	line-height: 1.4;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.education-card__description {
	font-size: 1rem;
	color: var(--ntaa-text);
	line-height: 1.7;
	margin-bottom: 1.5rem;
	flex: 1;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.education-card__link {
	font-size: 1rem;
	font-weight: 600;
	color: var(--ntaa-sky);
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.education-card__link:hover {
	color: var(--ntaa-navy);
	padding-left: 0.5rem;
	text-decoration: none;
}

.education-institution-section__more {
	margin-top: 2rem;
	text-align: center;
}

.btn-education-more {
	display: inline-block;
	padding: 1rem 2.5rem;
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.btn-education-more:hover {
	background-color: var(--ntaa-sky);
	color: var(--ntaa-white);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(79, 195, 247, 0.3);
}

@media screen and (max-width: 768px) {
	.education-institution-section {
		padding: 3rem 0;
	}
	
	.education-institution-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.education-card {
		padding: 2rem;
	}
	
	.education-card__title {
		font-size: 1.1rem;
	}
}

/*******************************************************************************
公式X（旧Twitter）タイムラインセクション
*******************************************************************************/

.twitter-timeline-section {
	padding: 4rem 0;
	background-color: var(--ntaa-bg);
}

.twitter-timeline-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 2.5rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.twitter-timeline-wrapper {
	background-color: var(--ntaa-white);
	border-radius: 8px;
	padding: 3rem;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.twitter-timeline-placeholder {
	text-align: center;
}

.twitter-timeline-placeholder__icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.5rem;
	color: var(--ntaa-sky);
	display: flex;
	align-items: center;
	justify-content: center;
}

.twitter-timeline-placeholder__text {
	font-size: 1.1rem;
	color: var(--ntaa-text);
	margin-bottom: 2rem;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.btn-twitter-follow {
	display: inline-block;
	padding: 1rem 2.5rem;
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.btn-twitter-follow:hover {
	background-color: var(--ntaa-sky);
	color: var(--ntaa-white);
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(79, 195, 247, 0.3);
}

@media screen and (max-width: 768px) {
	.twitter-timeline-section {
		padding: 3rem 0;
	}
	
	.twitter-timeline-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.twitter-timeline-wrapper {
		padding: 2rem 1.5rem;
		min-height: 300px;
	}
}

/*******************************************************************************
関連団体・リンク集セクション
*******************************************************************************/

.related-organizations-section {
	padding: 4rem 0;
	background-color: var(--ntaa-white);
}

.related-organizations-section__title {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 3rem;
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.related-organizations-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2rem;
	max-width: 1000px;
	margin: 0 auto;
}

.related-org-card {
	background-color: var(--ntaa-white);
	border: 2px solid var(--ntaa-bg);
	border-radius: 8px;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s ease;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.related-org-card:hover {
	border-color: var(--ntaa-sky);
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(79, 195, 247, 0.15);
	text-decoration: none;
	color: inherit;
}

.related-org-card__logo {
	width: 100%;
	height: 120px;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.related-org-card__logo-placeholder {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--ntaa-white);
	font-size: 1rem;
	font-weight: 700;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.related-org-card__name {
	font-size: 1rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	margin-bottom: 0.5rem;
	line-height: 1.4;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.related-org-card__country {
	font-size: 0.85rem;
	color: var(--ntaa-text);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

@media screen and (max-width: 768px) {
	.related-organizations-section {
		padding: 3rem 0;
	}
	
	.related-organizations-section__title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.related-organizations-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}
	
	.related-org-card {
		padding: 1.5rem;
	}
	
	.related-org-card__logo {
		height: 100px;
	}
}

/*******************************************************************************
リッチフッター
*******************************************************************************/

.site-footer--rich {
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	padding: 3rem 0 0;
}

.site-footer--rich .footer-container {
	padding: 0 20px 2rem;
}

.footer-top {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo {
	flex-shrink: 0;
}

.footer-logo a {
	display: inline-block;
	background-color: var(--ntaa-white);
	padding: 0.4rem 0.6rem;
	border-radius: 4px;
}

.footer-logo img {
	max-width: 200px;
	height: auto;
}

.footer-description {
	flex: 1;
}

.footer-description p {
	font-size: 0.95rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2.5rem;
	margin-bottom: 2.5rem;
}

.site-footer--rich .footer-column {
	font-size: 0.9rem;
	flex: none;
	min-width: auto;
	max-width: none;
}

.site-footer--rich .footer-heading {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--ntaa-white);
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.site-footer--rich .footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer--rich .footer-links li {
	margin-bottom: 0.8rem;
}

.site-footer--rich .footer-links a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 0.9rem;
	line-height: 1.6;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	display: inline-block;
}

.site-footer--rich .footer-links a:hover {
	color: var(--ntaa-sky);
	padding-left: 0.5rem;
	text-decoration: none;
}

.site-footer--rich .footer-bottom {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer--rich .footer-bottom-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.site-footer--rich .footer-address {
	font-size: 0.9rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	flex: 1;
	min-width: 250px;
}

.site-footer--rich .footer-address p {
	margin: 0;
}

.site-footer--rich .footer-copyright {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.7);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	text-align: right;
}

.site-footer--rich .footer-copyright p {
	margin: 0;
}

@media screen and (max-width: 992px) {
	.site-footer--rich .footer-top {
		flex-direction: column;
		gap: 2rem;
	}
	
	.site-footer--rich .footer-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.site-footer--rich {
		padding: 2rem 0 0;
	}
	
	.site-footer--rich .footer-top {
		margin-bottom: 2rem;
		padding-bottom: 1.5rem;
	}
	
	.site-footer--rich .footer-content {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	
	.site-footer--rich .footer-bottom-container {
		flex-direction: column;
		text-align: center;
	}
	
	.site-footer--rich .footer-copyright {
		text-align: center;
	}
}

/*******************************************************************************
ページトップボタン
*******************************************************************************/

.ntaa-floating-actions {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1rem;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ntaa-floating-actions.is-visible {
	opacity: 1;
	visibility: visible;
}

.btn-top {
	position: static !important;
	bottom: auto !important;
	right: auto !important;
	width: 60px !important;
	height: 60px !important;
	background-color: var(--ntaa-navy) !important;
	color: var(--ntaa-white) !important;
	border-radius: 50% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	box-shadow: 0 4px 12px rgba(0, 45, 90, 0.3) !important;
	transition: all 0.3s ease !important;
	opacity: 1 !important;
	visibility: visible !important;
	z-index: auto !important;
	cursor: pointer !important;
	border: none !important;
	padding: 0 !important;
}

.btn-top.is-visible {
	opacity: 1 !important;
	visibility: visible !important;
}

.btn-top:hover {
	background-color: var(--ntaa-sky) !important;
	transform: translateY(-4px) !important;
	box-shadow: 0 6px 16px rgba(79, 195, 247, 0.4) !important;
	text-decoration: none !important;
	color: var(--ntaa-white) !important;
}

.btn-top img {
	display: none !important;
}

.btn-top svg {
	width: 24px;
	height: 24px;
	margin-bottom: 2px;
	display: block;
}

.btn-top__text {
	font-size: 0.65rem;
	font-weight: 600;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

@media screen and (max-width: 768px) {
	.ntaa-floating-actions {
		bottom: 20px;
		right: 20px;
		gap: 0.8rem;
	}

	.btn-top {
		width: 50px !important;
		height: 50px !important;
	}
	
	.btn-top svg {
		width: 20px;
		height: 20px;
	}
	
	.btn-top__text {
		font-size: 0.55rem;
	}
}

/*******************************************************************************
フローティングメニュー
*******************************************************************************/

.floating-menu {
	position: static;
	bottom: auto;
	right: auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	z-index: auto;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 768px) {
	.floating-menu {
		gap: 0.8rem;
	}
}

.floating-menu.is-visible {
	opacity: 1;
	visibility: visible;
}

.floating-menu__item {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	background-color: var(--ntaa-navy);
	color: var(--ntaa-white);
	padding: 1rem 1.5rem;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 45, 90, 0.3);
	transition: all 0.3s ease;
	white-space: nowrap;
}

.floating-menu__item:hover {
	background-color: var(--ntaa-sky);
	transform: translateX(-4px);
	box-shadow: 0 6px 16px rgba(79, 195, 247, 0.4);
	text-decoration: none;
	color: var(--ntaa-white);
}

.floating-menu__item--inquiry {
	background-color: var(--ntaa-orange);
}

.floating-menu__item--inquiry:hover {
	background-color: var(--ntaa-sky);
}

.floating-menu__icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.floating-menu__label {
	font-size: 0.9rem;
	font-weight: 600;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

@media screen and (max-width: 768px) {
	.floating-menu__item {
		padding: 0.8rem 1.2rem;
	}
	
	.floating-menu__icon {
		width: 20px;
		height: 20px;
	}
	
	.floating-menu__label {
		font-size: 0.8rem;
	}
}

/* Ver1 標準固定ページ本文: 図版（learn/introduction など） */
.page article .content_area main .ntaa-page-content .ntaa-content-figure {
	margin: 1.25rem 0 1.5rem;
	max-width: 100%;
}

.page article .content_area main .ntaa-page-content .ntaa-content-figure img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #e8edf4;
	border-radius: 4px;
}

.page article .content_area main .ntaa-page-content .ntaa-content-figure figcaption {
	margin-top: 0.5rem;
	font-size: 0.88rem;
	line-height: 1.55;
	color: #5a6a7a;
	text-align: center;
}

.page article .content_area main .ntaa-page-content a.ntaa-fn-ref {
	text-decoration: none;
	color: var(--ntaa-navy);
	font-weight: 600;
}

.page article .content_area main .ntaa-page-content a.ntaa-fn-ref:hover,
.page article .content_area main .ntaa-page-content a.ntaa-fn-ref:focus {
	text-decoration: underline;
	color: var(--ntaa-sky);
}

/* Ver1 標準固定ページ本文: 見出しレイアウト統一 */
.page article .content_area main .ntaa-page-content h2,
.page article .content_area main .ntaa-columns-report-links h2,
.page article .content_area main .ntaa-member-login-mirror h2,
.page article .content_area main .ntaa-page-content h3,
.page article .content_area main .ntaa-page-content h4 {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.page article .content_area main .ntaa-page-content h2,
.page article .content_area main .ntaa-columns-report-links h2,
.page article .content_area main .ntaa-member-login-mirror h2 {
	margin: 2.75rem 0 1.15rem;
	padding: 0.75rem 1rem 0.7rem;
	border-left: 6px solid var(--ntaa-navy);
	border-bottom: 2px solid #cfd8e3;
	border-radius: 6px;
	font-size: 1.36rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	background: linear-gradient(90deg, #f7f9fc 0%, #f1f5fb 100%);
	text-align: left;
	box-shadow: 0 1px 0 rgba(0, 45, 90, 0.05);
}

.page article .content_area main .ntaa-page-content h3 {
	margin: 1.6rem 0 0.7rem;
	padding: 0 0 0.42rem 0;
	border: 0;
	border-bottom: 1px solid #e8edf4;
	font-size: 1.08rem;
	font-weight: 700;
	color: var(--ntaa-text);
	background: transparent;
	text-align: left;
	line-height: 1.55;
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.page article .content_area main .ntaa-page-content h3::before {
	content: "";
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 9999px;
	background: var(--ntaa-sky);
	flex: 0 0 0.5rem;
}

.page article .content_area main .ntaa-page-content h4 {
	margin: 1rem 0 0.5rem;
	padding: 0;
	border: none;
	font-size: 0.98rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	line-height: 1.45;
}

.page article .content_area main .ntaa-page-content h4::before {
	content: none;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-intro,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-intro {
	margin: 0.5rem 0 1.25rem;
	color: var(--ntaa-text);
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-grid,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-card,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card {
	margin: 0;
	padding: 1rem 1rem 0.9rem;
	border: 1px solid #d8dee8;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 45, 90, 0.06);
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-card h3,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card h3 {
	margin: 0 0 0.5rem;
	padding: 0;
	border: none;
	font-size: 1.05rem;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-card p,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card p {
	margin: 0 0 0.6rem;
	color: #495869;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-button,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card .ntaa-benefit-card-button {
	display: inline-block;
	width: 100%;
	margin-top: 0.4rem;
	padding: 0.75rem 0.95rem;
	border-radius: 8px;
	background: var(--ntaa-navy);
	color: var(--ntaa-white);
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-benefit-card-button,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-member-logout-action__link,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-primary-action .ntaa-benefit-card-button {
	display: inline-block;
	width: auto;
	max-width: 20rem;
	min-width: 12rem;
	margin-top: 0.4rem;
	padding: 0.75rem 1.25rem;
	border: 0;
	border-radius: 8px;
	background: var(--ntaa-navy);
	color: var(--ntaa-white);
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-cta,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card .ntaa-benefit-card-cta {
	margin: 0.25rem 0 0;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-button:hover,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card .ntaa-benefit-card-button:hover,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-benefit-card-button:hover,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-member-logout-action__link:hover,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-primary-action .ntaa-benefit-card-button:hover {
	background: var(--ntaa-sky);
	color: var(--ntaa-white);
	text-decoration: none;
	transform: translateY(-1px);
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-button--locked,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card .ntaa-benefit-card-button--locked,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-benefit-card-button--locked {
	background: #97a3b1;
	border: 2px solid #7b8794;
	color: var(--ntaa-white);
	cursor: not-allowed;
	opacity: 1;
	pointer-events: none;
	transform: none;
	box-shadow: none;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-button--locked:hover,
.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-button--locked:focus,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card .ntaa-benefit-card-button--locked:hover,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-card .ntaa-benefit-card-button--locked:focus,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-benefit-card-button--locked:hover,
.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-benefit-card-button--locked:focus {
	background: #97a3b1;
	border-color: #7b8794;
	color: var(--ntaa-white);
	transform: none;
}

.page article .content_area main .ntaa-member-login-mirror .ntaa-member-login-services__link .ntaa-benefit-card-button__lock-hint,
.page article .content_area main .ntaa-page-content .ntaa-linkmap-card .ntaa-benefit-card-button__lock-hint {
	display: block;
	margin-top: 0.45rem;
	font-size: 1rem;
	font-weight: 600;
	color: #c62828;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-children,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-children > li,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-children > li {
	margin: 0.35rem 0 0;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-children a,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-children a {
	color: var(--ntaa-navy);
	text-decoration: none;
	font-weight: 600;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-children a:hover,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-children a:hover {
	text-decoration: underline;
	color: var(--ntaa-sky);
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-grandchildren,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-grandchildren {
	margin: 0.4rem 0 0.1rem 1.1rem;
	padding: 0;
	list-style: disc;
}

.page article .content_area main .ntaa-page-content .ntaa-linkmap-grandchildren li,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-grandchildren li {
	margin: 0.2rem 0;
}

.page article .content_area main .ntaa-page-content .ntaa-education-cta-wrap {
	margin: 1.5rem 0 0.4rem;
	text-align: center;
}

.page article .content_area main .ntaa-page-content .ntaa-education-cta-wrap .floating-menu__item {
	display: inline-flex;
	transform: none;
	padding: 1.05rem 2rem;
}

.page article .content_area main .ntaa-page-content .ntaa-education-cta-wrap .floating-menu__label {
	font-size: 1.32rem;
	font-weight: 700;
	line-height: 1.45;
}

@media screen and (max-width: 768px) {
	.page article .content_area main .ntaa-page-content .ntaa-linkmap-grid,
.page article .content_area main .ntaa-member-login-mirror .ntaa-linkmap-grid {
		grid-template-columns: 1fr;
	}

	.page article .content_area main .ntaa-page-content .ntaa-education-cta-wrap .floating-menu__item {
		width: auto;
		padding: 0.9rem 1.2rem;
	}

	.page article .content_area main .ntaa-page-content .ntaa-education-cta-wrap .floating-menu__label {
		font-size: 1.02rem;
	}
}

/* FAQページ: Q&Aカード表示 */
.page article .content_area main .ntaa-faq-content h3 {
	margin: 1.35rem 0 0;
	padding: 0.85rem 1rem;
	border: 1px solid #d8dee8;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
	background: #f5f9ff;
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--ntaa-navy);
}

.page article .content_area main .ntaa-faq-content h3::before {
	content: "Q";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45rem;
	height: 1.45rem;
	margin-right: 0.55rem;
	border-radius: 9999px;
	background: var(--ntaa-navy);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
}

.page article .content_area main .ntaa-faq-content h3 + p {
	margin: 0 0 0.95rem;
	padding: 0.95rem 1rem 1rem;
	border: 1px solid #d8dee8;
	border-top: none;
	border-radius: 0 0 12px 12px;
	background: #fff;
}

.page article .content_area main .ntaa-faq-content h3 + p::before {
	content: "A";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45rem;
	height: 1.45rem;
	margin-right: 0.55rem;
	border-radius: 9999px;
	background: var(--ntaa-orange);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.page article .content_area main .ntaa-faq-content h3,
	.page article .content_area main .ntaa-faq-content h3 + p {
		padding-left: 0.85rem;
		padding-right: 0.85rem;
	}
}

/* 情報公開ページ: 見出しレイアウト調整（H2/H3） */
.page article .content_area main .ntaa-disclosure-content h2,
.page article .content_area main .ntaa-disclosure-content h3 {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: left;
}

.page article .content_area main .ntaa-disclosure-content h2 {
	margin: 2.5rem 0 1rem;
	padding: 0.7rem 1rem 0.65rem;
	border-left: 6px solid var(--ntaa-navy);
	border-bottom: 2px solid #cfd8e3;
	border-radius: 6px;
	font-size: 1.32rem;
	font-weight: 700;
	color: var(--ntaa-navy);
	background: linear-gradient(90deg, #f7f9fc 0%, #f1f5fb 100%);
}

.page article .content_area main .ntaa-disclosure-content h3 {
	margin: 1.5rem 0 0.7rem;
	padding: 0 0 0.42rem;
	border: 0;
	border-left: 0;
	border-bottom: 1px solid #e8edf4;
	font-size: 1.04rem;
	font-weight: 700;
	color: var(--ntaa-text);
	background: transparent;
	line-height: 1.55;
}

.page article .content_area main .ntaa-disclosure-content h3::before {
	content: none;
}

.page article .content_area main .ntaa-disclosure-content p,
.page article .content_area main .ntaa-disclosure-content ul,
.page article .content_area main .ntaa-disclosure-content ol {
	margin: 0 0 1rem;
}

.page article .content_area main .ntaa-disclosure-content ul,
.page article .content_area main .ntaa-disclosure-content ol {
	padding-left: 1.5rem;
}

.page article .content_area main .ntaa-disclosure-content li {
	margin: 0 0 0.55rem;
}

@media screen and (max-width: 768px) {
	.page article .content_area main .ntaa-disclosure-content h2 {
		font-size: 1.16rem;
		padding: 0.6rem 0.8rem 0.56rem;
	}

	.page article .content_area main .ntaa-disclosure-content h3 {
		font-size: 0.98rem;
	}
}

/* ==========================================================
   TOPバリエーション切替（削除しやすい一時機能）
   - /?top=2 で top2 クラス
   - /?top=3 で top3 クラス
   - 削除時: このブロックを丸ごと削除
   ========================================================== */
.home.top2 .hero-background {
	background-image: url("./images/home/slide2-1.jpg") !important;
}

.home.top2 .hero-overlay {
	background: linear-gradient(135deg, rgba(0, 45, 90, 0.45) 0%, rgba(79, 195, 247, 0.28) 100%);
}

.home.top2 .btn-hero-primary {
	background-color: var(--ntaa-navy);
	box-shadow: 0 4px 12px rgba(0, 45, 90, 0.35);
}

.home.top2 .btn-hero-primary:hover {
	background-color: var(--ntaa-sky);
	box-shadow: 0 6px 16px rgba(79, 195, 247, 0.4);
}

.home.top3 .hero-background {
	background-image: url("./images/home/slide3-1.jpg") !important;
}

.home.top3 .hero-overlay {
	background: linear-gradient(135deg, rgba(255, 140, 0, 0.25) 0%, rgba(0, 45, 90, 0.42) 100%);
}

.home.top3 .btn-hero-primary {
	background-color: var(--ntaa-orange);
	box-shadow: 0 4px 12px rgba(255, 140, 0, 0.35);
}

.home.top3 .btn-hero-primary:hover {
	background-color: var(--ntaa-sky);
	box-shadow: 0 6px 16px rgba(79, 195, 247, 0.4);
}

/* ==========================================================
   BOTTOM NAVIGATION BAR (Mobile Only)
   ========================================================== */

.bottom-nav {
	display: none;
}

@media screen and (max-width: 768px) {

	/* ボトムナビ分のスペース確保 */
	body {
		padding-bottom: 64px !important;
	}

	/* ボトムナビゲーションバー本体 */
	.bottom-nav {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 64px;
		background-color: var(--ntaa-white);
		border-top: 1px solid var(--ntaa-bg);
		z-index: 9000;
		box-shadow: 0 -2px 10px rgba(0, 45, 90, 0.08);
	}

	.bottom-nav__item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		padding: 0.35rem 0.25rem;
		color: var(--ntaa-navy);
		text-decoration: none;
		transition: background-color 0.15s ease, color 0.15s ease;
		-webkit-tap-highlight-color: transparent;
		cursor: pointer;
	}

	.bottom-nav__item:hover,
	.bottom-nav__item:focus {
		background-color: var(--ntaa-bg);
		color: var(--ntaa-navy);
		text-decoration: none;
		outline: none;
	}

	.bottom-nav__item--menu {
		background: none;
		border: none;
		font-family: inherit;
		width: 100%;
	}

	.bottom-nav__item--menu.is-open {
		color: var(--ntaa-sky);
	}

	.bottom-nav__icon {
		display: block;
		width: 22px;
		height: 22px;
		flex-shrink: 0;
	}

	.bottom-nav__icon svg {
		display: block;
		width: 100%;
		height: 100%;
	}

	.bottom-nav__label {
		font-size: 10px !important;
		font-weight: 600;
		line-height: 1 !important;
		letter-spacing: 0.03em;
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif !important;
	}

	/* ボトムナビのアクティブページ表示 */
	.bottom-nav__item.is-current {
		color: var(--ntaa-sky);
	}
}

/* ==========================================================
   OVERLAY MENU (Mobile Only)
   ========================================================== */

.overlay-menu {
	display: none;
}

@media screen and (max-width: 768px) {

	.overlay-menu {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 8900;
		background-color: var(--ntaa-white);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
		opacity: 0;
		transform: translateY(24px);
		transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
		pointer-events: none;
	}

	.overlay-menu.is-open {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0s;
		pointer-events: auto;
	}

	/* スクロールロック */
	body.overlay-menu-open {
		overflow: hidden !important;
	}

	/* ヘッダー部 */
	.overlay-menu__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 1.25rem;
		height: 60px;
		border-bottom: 1px solid var(--ntaa-bg);
		position: sticky;
		top: 0;
		background-color: var(--ntaa-white);
		z-index: 1;
	}

	.overlay-menu__title {
		font-size: 1rem !important;
		font-weight: 700;
		color: var(--ntaa-navy);
		letter-spacing: 0.05em;
	}

	.overlay-menu__close {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background: none;
		border: none;
		cursor: pointer;
		color: var(--ntaa-navy);
		border-radius: 50%;
		transition: background-color 0.15s ease;
		-webkit-tap-highlight-color: transparent;
		padding: 0;
	}

	.overlay-menu__close:hover,
	.overlay-menu__close:focus {
		background-color: var(--ntaa-bg);
		outline: none;
	}

	/* ボディ部 */
	.overlay-menu__body {
		padding: 0.5rem 0 80px;
	}

	/* セクション共通 */
	.overlay-menu__section {
		border-bottom: 1px solid var(--ntaa-bg);
	}

	/* アコーディオントグルボタン */
	.overlay-menu__section-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 1.1rem 1.25rem;
		background: none;
		border: none;
		cursor: pointer;
		text-align: left;
		-webkit-tap-highlight-color: transparent;
		transition: background-color 0.15s ease;
		gap: 0.75rem;
	}

	.overlay-menu__section-title:hover,
	.overlay-menu__section-title:focus {
		background-color: var(--ntaa-bg);
		outline: none;
	}

	.overlay-menu__section-label {
		display: flex;
		flex-direction: column;
		gap: 2px;
		flex: 1;
	}

	.overlay-menu__section-main {
		display: block;
		font-size: 1rem !important;
		font-weight: 700;
		color: var(--ntaa-navy);
		line-height: 1.3 !important;
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif !important;
	}

	.overlay-menu__section-sub {
		display: block;
		font-size: 0.7rem !important;
		color: #888;
		letter-spacing: 0.04em;
		line-height: 1.2 !important;
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif !important;
	}

	/* アコーディオン矢印 */
	.overlay-menu__arrow {
		flex-shrink: 0;
		color: #aaa;
		transition: transform 0.25s ease;
	}

	.overlay-menu__section-title.is-open .overlay-menu__arrow {
		transform: rotate(-180deg);
		color: var(--ntaa-sky);
	}

	/* アコーディオンパネル */
	.overlay-menu__links {
		list-style: none;
		margin: 0;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		background-color: var(--ntaa-bg);
	}

	.overlay-menu__links li {
		border-top: 1px solid rgba(0, 45, 90, 0.06);
	}

	.overlay-menu__links li:first-child {
		border-top: none;
	}

	.overlay-menu__links a {
		display: block;
		padding: 0.85rem 1.5rem 0.85rem 2rem;
		color: var(--ntaa-text);
		text-decoration: none;
		font-size: 0.92rem !important;
		line-height: 1.5 !important;
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif !important;
		transition: background-color 0.15s ease, color 0.15s ease;
		border-left: 3px solid transparent;
	}

	.overlay-menu__links a:hover,
	.overlay-menu__links a:focus {
		background-color: rgba(0, 45, 90, 0.05);
		color: var(--ntaa-navy);
		border-left-color: var(--ntaa-sky);
		outline: none;
	}

	/* 直リンクセクション（入会案内等） */
	.overlay-menu__section--direct .overlay-menu__direct-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.1rem 1.25rem;
		text-decoration: none;
		gap: 0.75rem;
		transition: background-color 0.15s ease;
		-webkit-tap-highlight-color: transparent;
	}

	.overlay-menu__section--direct .overlay-menu__direct-link:hover,
	.overlay-menu__section--direct .overlay-menu__direct-link:focus {
		background-color: var(--ntaa-bg);
		outline: none;
	}

	.overlay-menu__arrow--right {
		color: var(--ntaa-sky);
	}
}

/* =========================================
   投資詐欺注意喚起セクション
   ========================================= */

/* トップページ用バナー */
.ntaa-fraud-alert-banner {
  border: 2px solid var(--ntaa-navy);
  background-color: #f7f8fa;
  padding: 1.5rem;
  margin: 2rem auto;
  max-width: 960px;
  border-radius: 8px;
}

.ntaa-fraud-alert-inner {
  color: var(--ntaa-text);
}

.ntaa-fraud-alert-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.ntaa-fraud-alert-label {
  color: #c62828;
  font-weight: bold;
  margin-right: 0.25rem;
}

.ntaa-fraud-alert-text {
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0 0 0.5rem;
}

.ntaa-fraud-alert-text--sns {
  margin-top: 0.75rem;
  font-weight: bold;
}

.ntaa-fraud-alert-divider {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.15);
  margin: 0.75rem 0 0.5rem;
}

.ntaa-fraud-alert-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.ntaa-fraud-alert-sns .hdr-sns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  height: 34px;
  padding: 0.45rem 0.75rem;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ntaa-fraud-alert-sns .hdr-sns-btn--youtube {
  background-color: #ff0000;
}

.ntaa-fraud-alert-sns .hdr-sns-btn--facebook {
  background-color: #1877f2;
}

.ntaa-fraud-alert-sns .hdr-sns-btn:hover {
  filter: brightness(0.92);
  color: #ffffff;
}

.ntaa-fraud-alert-sns .hdr-sns-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.ntaa-fraud-alert-sns .hdr-sns-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

/* スマホメニュー用（スマホのみ表示） */
.ntaa-fraud-menu-alert {
  display: none;
  background-color: rgba(255, 140, 0, 0.12);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0.75rem 1rem;
}

.ntaa-fraud-menu-title {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--ntaa-navy);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.ntaa-fraud-menu-icon {
  font-size: 1.1rem;
}

.ntaa-fraud-menu-sns {
  display: flex;
  gap: 0.5rem;
}

.ntaa-fraud-menu-sns .hdr-sns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #fff;
  color: var(--ntaa-navy);
  border: 1px solid rgba(0,0,0,0.05);
}

.ntaa-fraud-menu-sns .hdr-sns-icon svg {
  width: 22px;
  height: 22px;
}

/* スマホのみ表示 */
@media (max-width: 767px) {
  .ntaa-fraud-alert-banner {
    padding: 1.25rem 1rem;
    margin: 1.5rem 1rem;
  }

  .ntaa-fraud-alert-title {
    font-size: 1rem;
  }

  .ntaa-fraud-alert-text {
    font-size: 0.85rem;
  }

  .ntaa-fraud-menu-alert {
    display: block;
  }
}
