@charset "utf-8";


/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/

/*guide.html List　目次 Style*/
.toc-toggle-wrapper {
  width: 100%;
  display: block;
  margin: 2em 0;
  border-radius: 6px;
  background-color: #f8f9fa;
  padding: 1em;
  border: 1px solid #ddd;
}
/*guide.html table Style*/ 
.guide-table {
  margin: 0 auto !important;
  max-width: 568px;
  font-size: 16px !important;
}

/* ▽ テーブルのヘッド寬度と水平置中 */
.guide-table  th {
  width: 120px;
  text-align: center;
  vertical-align: middle;
  padding-left: 4px; /* 對應原本的 &thinsp; */
}

/* ▽ 表格內容靠左，內文間距微調 */
.guide-table  td {
  text-align: left;
  padding-left: 4px; /* 對應原本的 &thinsp; */
  font-size: 16px !important;
}

/*guide.html 試験日程*/
/* ▽ */
.exam-schedule-table td {
  border: 2px solid #fff;
  font-size: 16px !important;
}

/* ▽タイトル */
.exam-schedule-table .header-row {
  background-color: #eeeef9;
}

/* ▽ 左側の欄 */
.exam-schedule-table .label-cell {
  background-color: #ebebeb;
  vertical-align: middle;
}

/* ▽ 右側の欄 */
.exam-schedule-table .content-cell {
  background-color: #fafafa;
}

/* ▽ 空白 cell */
.exam-schedule-table .empty-cell {
  background-color: #eeeef9;
}

/* ▽ 垂直方向の中央に + 高さを均一にします。 */
.exam-schedule-table .middle-cell {
  vertical-align: middle;
  height: 50px;
}

/* ▽ 小文字メモ */
.exam-schedule-table .note {
  font-size: 14px;
}

/*guide.html FAQ*/
.custom-faq .panel-heading {
  background-color: #f0f4ff; /* 淡藍色背景 */
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}

.custom-faq .panel-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.custom-faq .panel-title a {
  text-decoration: none;
  color: #1f2c88; /* 深藍色字體 */
  display: flex;
  align-items: center;
}

.q-label {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  color: #1f2c88;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  border: 2px solid #ffffff;
}

.custom-faq .panel-body {
  padding: 20px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/*合格者の声*/
.voice-box {
  background-color: #e8edff; /* 淺藍底 */
  border-radius: 10px;
  padding: 20px;
  margin: 30px 0;
}

.voice-img {
  max-width: 160px;
  border: 4px solid #ffffff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  background-color: #a5b9ff; /* 頭像底色 */
  padding: 10px;
}

.voice-content {
  color: #333;
}

.voice-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}

.voice-name {
  font-size: 16px;
  margin-bottom: 10px;
}

.voice-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.voice-link {
  margin-top: 10px;
}

.voice-more {
  color: #4a56a1;
  font-weight: bold;
  text-decoration: none;
}

.voice-more:hover {
  text-decoration: underline;
  color: #2f3a8c;
}

/*コラム監修者*/
.supervisor-box { 
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 20px;
  max-width: 380px;
  margin: 40px auto;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.supervisor-box .label {
  display: block;
  margin: 0 auto;
  width: 110px;
  background: #6058e0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .supervisor-box .label {
    left: 40%;　
  }
}
.supervisor-content {
  padding-top: 5px;
}
.supervisor-img {
  margin-bottom: 1px;
  max-width: 120px;
  width: 100%;
  height: auto;
}
.supervisor-title {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
}
.supervisor-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}
.supervisor-btn {
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 20px;
  font-weight: 600;
  padding: 6px 18px;
  background-color: #2c3285;
  color: #fff;
}
a:active, {
  color: #fff;
}
.supervisor-text {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 480px){
  .supervisor-box { padding: 30px 16px; }
  .supervisor-name { font-size: 20px; }
  .supervisor-text { font-size: 13px; }
}

/* -------------------------------------------
   比較リスト  スタイル
---------------------------------------------- */
/* 1. 全体設定: 定義リストの基本リセット */
.comparison-list {
    margin: 20px 0; /* 上下の余白 */
    padding: 0;
}

/* 2. 定義用語 (<dt>) のスタイル: ラベル（青い背景）部分 */
.comparison-list dt {
    /* ラベルの背景色と文字色 */
    background-color: #6666cc; /* 明るめの青色 */
    color: #ffffff; /* 白文字 */
    
    /* デザイン */
    padding: 8px 15px; /* 内側の余白 */
    margin-top: 15px; /* 上の項目との間隔 */
    font-weight: lighter; /* 太字 */
    border-radius: 4px 4px 0 0; /* 上の角を丸く */
    font-size: 1.1em; /* 少し大きめのフォント */
    display: block; /* ブロック要素としてフル幅に */
}

/* 3. 定義説明 (<dd>) のスタイル: コンテンツ部分 */
.comparison-list dd {
    /* デザイン */
    padding: 15px 15px 15px 20px; /* 内側の余白（左を少し多めに） */
    margin-left: 0; /* 左のインデントをリセット */
    margin-bottom: 20px; /* 下の項目との間隔 */
    line-height: 1.6; /* 行間 */
    
    /* 枠線 */
    border: 1px solid #dee2e6; /* 薄いグレーの枠線 */
    border-top: none; /* 上の枠線はdtで閉じるため不要 */
    border-radius: 0 0 4px 4px; /* 下の角を丸く */
}
.comparison-list b {
  font-weight: bolder;
  font-size: 1.1em;
}