@charset "UTF-8";

/* ==========================================================================
   成功占星術LP 統合CSS（base + small + medium + large + xlarge をひとつに）
   - カラーは木星カラー（明るいゴールド × ブルー）
   - :root で全カラー変数を集約。微調整はここだけで済みます
   - レスポンシブは末尾の @media にまとめて記述
   ========================================================================== */

:root {
  --color-primary: #4FBAA8;         /* ミントターコイズ（メイン） */
  --color-primary-dark: #2E8578;    /* 濃ミント（リンク・強調） */
  --color-primary-light: #C7EAE1;   /* 淡ミント（ボタン背景） */
  --color-secondary: #6DC0DB;       /* スカイブルー（サブ） */
  --color-secondary-dark: #2E7BA0;  /* 濃ブルー */
  --color-secondary-light: #DCEEF7; /* 淡ブルー */
  --color-dark: #2B4A5A;            /* 濃紺（フッター等） */
  --color-text: #2D3E44;            /* 本文色（クールダーク） */
  --color-bg-soft: #F4FBF9;         /* やわらかいミント背景 */
  --color-border: #A8DBD2;          /* 罫線色 */
  --color-border-dark: #4EA595;     /* 濃いめ罫線色 */
  --color-alert: #E58671;           /* 注意書き等（コーラル） */
  --color-link-gold: #B8862B;       /* リンク文字（元のゴールドに固定） */

  --content-max: 720px;             /* 本文最大幅（PCで文字が横に伸びすぎない） */
}

/* ==========================================================================
   Reset
   ========================================================================== */
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  overflow-x: hidden;
}
body {
  background-repeat: repeat;
  background-position: center top;
  background-size: 765px;
  background-image: url(../images/ast-tarot-bg.jpeg);
  background-color: var(--color-bg-soft);
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
}
.body-inner {
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}

/* 固定ナビをスクロール中もチラつかせない（iOSのアドレスバー開閉対策） */
nav.fixed-top {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
main {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}
main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
main ul li { line-height: 1.7rem; }
main a {
  text-decoration: none;
  color: var(--color-link-gold);
}
main a:hover {
  opacity: 0.8 !important;
  color: var(--color-link-gold);
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  text-align: center;
}
h1 { font-size: 2.0rem; margin-bottom: 20px; }
h2 { font-size: 2.8rem; margin-bottom: 20px; position: relative; }
h3 { font-size: 2rem; margin-bottom: 30px; }
h4 { font-size: 1.6rem; margin-bottom: 30px; }
h5 { font-weight: bold; font-size: 1.4rem; }

.container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row { margin: 30px 0; }
.text_area {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.w-625 {
  width: 625px !important;
  margin: 30px auto 0 !important;
}
.w-860 {
  width: 860px !important;
  margin: 30px auto 0 !important;
}

/* PC/SP 切り分け改行（デフォルト＝PC想定） */
.br-pc { display: block; }
.br-sp { display: none; }

/* ==========================================================================
   Utility classes
   ========================================================================== */
.fw_b { font-weight: bold !important; color: var(--color-text); }
.fw_n { font-weight: normal !important; }
.fs_xlg { font-size: 2rem !important; }
.fs_lg {
  font-size: 1.63rem !important;
  border-bottom: 1px solid var(--color-text);
  display: inline-block;
  color: var(--color-text);
}
.fs_llg { font-size: 1.63rem !important; color: var(--color-text); }
.fs_md { font-size: 1.5rem !important; color: var(--color-text); }
.fs_18 { font-size: 1.125rem !important; }
.fs_19 { font-size: 1.2rem !important; }
.fs_s { font-size: 0.9rem !important; }
.fs_ss { font-size: 0.8rem !important; }
.ff_a {
  font-size: 1.2rem !important;
  color: var(--color-text);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ff_b {
  font-size: 1.2rem !important;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}
.fs_fm { font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif; }
.fc-red { color: var(--color-alert) !important; }
.lh-1_2 { line-height: 1.2 !important; }
.mt-40 { margin-top: 40px !important; }
.btn_area { text-align: center; }

.btn_aplly {
  font-size: 1.1rem;
  width: 670px;
  height: 160px;
  border: solid 3px var(--color-primary);
  border-radius: 10px;
  padding: 0.7rem;
  margin: auto;
  background-color: var(--color-primary);
  color: #fff;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
}
.btn_aplly:hover {
  color: #fff;
  background-color: var(--color-secondary-dark);
  border: solid 3px var(--color-secondary-dark);
}
.btn_aplly span {
  font-size: 2.3rem;
  font-weight: bold;
}

iframe#twitter-widget-0 {
  height: 28px !important;
  margin-left: 10px !important;
}

/* ==========================================================================
   Container 最大幅（PCで読みやすく）
   ========================================================================== */
@media (min-width: 992px) {
  .container { max-width: 770px; }
}

/* ==========================================================================
   section.mainVisual
   ========================================================================== */
section.mainVisual { overflow: hidden; }
section.mainVisual img.main_title {
  max-width: 520px;
  width: 100%;
}
section.mainVisual img.main_title_ruby {
  max-width: 425px;
  width: 100%;
  margin-bottom: 5px;
}
section.mainVisual .main-title h2 {
  font-size: 45px;
  background-color: rgb(255, 255, 255, 0.65);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 10px 0 30px 0;
}
section.mainVisual .main-title p {
  background-color: rgb(255, 255, 255, 0.65);
  margin: 30px calc(50% - 50vw) 0;
  width: 100vw;
  padding: 30px 0 0 0;
  font-size: 28px;
  font-weight: normal;
}
section.mainVisual .container {
  padding-bottom: 0;
  padding-top: 0;
}
section.mainVisual .button-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
section.mainVisual .button-area .back a {
  font-size: 18px;
  background: var(--color-bg-soft);
  padding: 0 10px;
  color: var(--color-text);
  border: var(--color-border-dark) solid 1px;
  border-radius: 30px;
  margin-bottom: 8px;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
section.mainVisual .button-area .back a:hover {
  background: rgb(255, 255, 255, 0.65);
  color: var(--color-dark);
  text-decoration: none;
}
section.mainVisual .btn_login {
  border: solid 1px var(--color-border-dark);
  color: var(--color-text);
  border-radius: 30px;
  width: 151px;
  height: 53px;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background-color: rgb(255, 255, 255, 0.8);
  font-size: 18px;
  margin-bottom: 8px;
}
section.mainVisual .btn_login:hover { background-color: rgb(255, 255, 255, 0.6); }
section.mainVisual p {
  text-align: center;
  color: var(--color-text);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 2rem;
}

/* ==========================================================================
   section.maintitleArea（PC で本文が横に伸びすぎないよう max-width 適用）
   ========================================================================== */
section.maintitleArea {
  overflow: hidden;
  position: relative;
  font-size: 1.2rem;
}
section.maintitleArea .container {
  padding-bottom: 0;
  padding-top: 0;
}
section.maintitleArea .title-wrap {
  background-color: rgba(199, 234, 225, 0.78);
  color: var(--color-text);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  padding: 30px 15px;
}
section.maintitleArea .title-wrap ul { margin: 0 0 20px 0; }
section.maintitleArea .title-img {
  margin: 40px auto;
  text-align: center;
}
section.maintitleArea .title-img img {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(46, 133, 120, 0.15);
}
section.maintitleArea .title-course {
  font-size: 20px;
  margin: 30px 0;
}
/* 本文ブロックは PC で最大幅を絞る */
section.maintitleArea .frame-01 {
  max-width: var(--content-max);
  margin: 0 auto 20px;
  padding: 0 10px;
}
section.maintitleArea .frame-01 p.ff_a {
  text-align: left;
  line-height: 1.9;
}

/* 申し込みへ飛ぶボタン（トップ画像の暖色に合わせたソリッドなオレンジ。他のミントのボタンとは色を分けている） */
.jump-signup-wrap {
  text-align: center;
  margin: 30px auto 10px;
}
.btn_jump_signup {
  display: inline-block;
  background-color: #E88A4C;
  color: #fff !important;
  border: 1.5px solid #C96F35;
  border-radius: 30px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  transition: 0.25s;
  min-width: 240px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 3px 10px rgba(201, 111, 53, 0.3);
}
.btn_jump_signup:hover {
  background-color: #D97B3D;
  color: #fff !important;
  opacity: 1 !important;
  text-decoration: none;
}

.lum-lightbox-inner img { max-width: 100% !important; }

/* ==========================================================================
   section.greetingArea
   ========================================================================== */
section.greetingArea nav {
  margin: 0 0 20px 0;
  padding: 0 5px;
}
section.greetingArea nav ul {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
section.greetingArea nav ul li a {
  font-size: 0.875rem;
  color: var(--color-dark);
}
section.greetingArea nav ul li a.active,
section.greetingArea nav ul li a:hover {
  color: var(--color-link-gold);
  text-decoration: none;
}
section.greetingArea .container {
  background-color: rgb(255, 255, 255, 0.7);
  padding-top: 20px;
}
section.greetingArea .greetingArea-inner {
  border: solid 1px var(--color-border-dark);
  padding: 30px 40px;
}
section.greetingArea .greetingArea-inner h4 {
  background: url(../images/050b_2x.png) no-repeat left center;
  background-size: 70px;
  padding: 20px 0;
  margin: 20px auto;
  max-width: 580px;
  width: 100%;
  font-weight: bold;
}
section.greetingArea img.profile_kagami,
section.greetingArea img.profile_kenryu {
  display: block;
  max-width: 140px;
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin: 30px auto 0;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border: 3px solid #F0CE8F;
  box-shadow: 0 3px 12px rgba(184, 134, 43, 0.2);
}
section.greetingArea .greeting-kagami,
section.greetingArea .greeting-kenryu {
  line-height: 1.7;
  max-width: var(--content-max);
  margin: 0 auto;
}
section.greetingArea .greeting-kenryu { margin-top: 40px; }
section.greetingArea hr { border-top: 1px solid var(--color-border-dark); }
section.greetingArea .greeting-kagami p.lead,
section.greetingArea .greeting-kenryu p.lead {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
section.greetingArea .greeting-kagami p a,
section.greetingArea .greeting-kenryu p a { font-size: 16px; }
/* 「続きを読む」— ネイティブ details/summary。JS不要でスクロール時の不具合が起きない */
section.greetingArea details.greeting-more {
  margin: 24px auto 30px;
  text-align: center;
}
section.greetingArea details.greeting-more summary {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  padding: 12px 32px;
  border: 1.5px solid var(--color-primary-dark);
  border-radius: 30px;
  min-width: 200px;
  color: var(--color-text);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background-color: rgba(199, 234, 225, 0.78);
  backdrop-filter: blur(2px);
  font-size: 15px;
  font-weight: bold;
  transition: background-color 0.25s;
}
section.greetingArea details.greeting-more summary::-webkit-details-marker {
  display: none;
}
section.greetingArea details.greeting-more summary::marker {
  content: "";
}
section.greetingArea details.greeting-more summary:hover {
  background-color: rgba(199, 234, 225, 0.9);
}
section.greetingArea details.greeting-more:not([open]) summary .label-less {
  display: none;
}
section.greetingArea details.greeting-more[open] summary .label-more {
  display: none;
}
section.greetingArea details.greeting-more .txt-hide_kagami,
section.greetingArea details.greeting-more .txt-hide_kenryu {
  text-align: left;
  margin-top: 20px;
}
section.greetingArea .txt-hide_kagami p,
section.greetingArea .txt-hide_kenryu p {
  margin-top: 1em;
}
main.greeting section.greetingArea .greeting-kagami p,
main.greeting section.greetingArea .greeting-kenryu p { font-size: 16px; }
main.greeting .greetingArea p { line-height: 1.7; }

/* ==========================================================================
   section.newsArea
   ========================================================================== */
section.newsArea .container { background-color: rgb(255, 255, 255, 0.9); }
section.newsArea h4 {
  font-size: 1.9rem;
  position: relative;
  font-weight: bold;
}
section.newsArea h4::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 625px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-border);
  border-radius: 1px;
}
section.newsArea ul li { display: flex; }
section.newsArea p { margin: 0; line-height: 1.6; }
section.newsArea p.date { margin-right: 15px; }

/* ==========================================================================
   section.overviewArea
   ========================================================================== */
section.overviewArea .container { background-color: rgb(255, 255, 255, 0.9); }
section.overviewArea h4 {
  font-size: 1.63rem;
  position: relative;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}
section.overviewArea h4::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 625px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-border);
  border-radius: 1px;
}
section.overviewArea .row-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
section.overviewArea .inner-text { width: 61%; }
section.overviewArea ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

/* ==========================================================================
   section.descriptionArea
   ========================================================================== */
section.descriptionArea { overflow: hidden; }
section.descriptionArea h3 {
  background-color: rgba(199, 234, 225, 0.78);
  color: var(--color-text);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 40px 15px;
  line-height: 1.5;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}
section.descriptionArea .container { background-color: rgb(255, 255, 255, 0.8); }
section.descriptionArea img.poster {
  width: 60px;
  display: block;
  margin: 0 auto 20px;
}
section.descriptionArea h5 {
  text-align: center;
  font-size: 1.1rem;
}
section.descriptionArea .date {
  font-size: 1.13rem;
  text-align: center;
  border-top: solid 1px var(--color-border-dark);
  padding-top: 20px;
}
section.descriptionArea .date p span { margin: 0 0 0 20px; }
section.descriptionArea .date ul {
  color: var(--color-primary-dark);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-bottom: 20px;
}
section.descriptionArea .date ul.notice-red li {
  color: #D6394A;
  font-weight: bold;
}
section.descriptionArea ul li {
  font-size: 17px;
  line-height: 1.6;
  padding-bottom: 8px;
}
section.descriptionArea .teacher {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.2;
  border-top: solid 1px var(--color-border-dark);
  border-bottom: solid 1px var(--color-border-dark);
  padding: 15px 0;
  margin: 0 0 18px 0;
}
section.descriptionArea .profile {
  border-bottom: solid 1px var(--color-border-dark);
  padding: 15px 0 30px;
  margin: 0 0 30px 0;
}
section.descriptionArea .profile p { line-height: 1.75; margin-bottom: 0; }
section.descriptionArea .profile h5 {
  text-align: left;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border);
  font-size: 1.2rem;
  color: var(--color-primary-dark);
}
/* プロフィールをカード状に */
section.descriptionArea .profile .profile-inner_kagami,
section.descriptionArea .profile .profile-inner_kenryu {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 24px 26px;
  margin-bottom: 20px;
  box-shadow: 0 3px 12px rgba(46, 133, 120, 0.10);
  text-align: left;
}
section.descriptionArea .profile .profile-inner_kenryu:last-child { margin-bottom: 0; }
section.descriptionArea .profile p.sns-links {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--color-border);
  font-size: 14px;
}
section.descriptionArea .profile p.sns-links a {
  color: var(--color-link-gold);
  font-weight: bold;
}
@media screen and (max-width: 544px) {
  section.descriptionArea .profile p.sns-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
  }
}
section.descriptionArea .course-overview {
  text-align: center;
  border-top: solid 1px var(--color-border-dark);
  border-bottom: solid 1px var(--color-border-dark);
  padding: 20px 0;
  margin: 0 0 20px 0;
}
section.descriptionArea .course-overview h5 {
  text-align: center;
  margin-bottom: 14px;
  font-size: 1.1rem;
}
section.descriptionArea .course-overview dl {
  margin: 0;
}
section.descriptionArea .course-overview dt {
  text-align: center;
  font-weight: bold;
  color: var(--color-link-gold);
  font-size: 0.95rem;
  margin-top: 14px;
}
section.descriptionArea .course-overview dt:first-child {
  margin-top: 0;
}
section.descriptionArea .course-overview dd {
  text-align: center;
  margin: 4px auto 0;
  max-width: 480px;
  line-height: 1.8;
  font-size: 15px;
  color: var(--color-text);
}

section.descriptionArea .btn_program p { margin: 0; }
section.descriptionArea .btn_program {
  border: solid 1px var(--color-dark);
  color: var(--color-text);
  border-radius: 30px;
  width: 300px;
  height: 46px;
  margin: 5px auto 20px;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background-color: var(--color-primary-light);
  font-size: 18px;
  line-height: 1.7;
}
section.descriptionArea .btn_program:hover { opacity: 0.7; }
section.descriptionArea ul.ki {
  margin-bottom: 8px;
  margin-left: 17px;
}
section.descriptionArea ul.ki li {
  line-height: 1.4rem;
  list-style-type: disc;
  font-weight: bold;
}
section.descriptionArea ul.ki p { margin: 0; }
section.descriptionArea span.sup {
  font-size: 16px;
  margin: 0 0 0 5px !important;
}

/* ==========================================================================
   section.contentsArea
   ========================================================================== */
section.contentsArea { overflow: hidden; }
section.contentsArea .container {
  color: var(--color-text);
  text-align: center;
}
section.contentsArea h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: var(--color-text);
}
section.contentsArea h5 {
  margin-bottom: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--color-text);
  display: inline-block;
  color: var(--color-text);
}
section.contentsArea p.title {
  font-weight: bold;
  margin: 6px 0 22px;
  font-size: 19px;
  color: var(--color-primary-dark);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
section.contentsArea p.title br { line-height: 2.4; }
section.contentsArea p.time {
  margin: 10px 0 16px 0;
  font-size: 17px;
  font-weight: bold;
  color: var(--color-text);
}
section.contentsArea li {
  margin-bottom: 5px;
  font-size: 17px;
  color: var(--color-text);
  line-height: 1.6;
}
section.contentsArea p.fs_s {
  margin-top: 1.2em;
  padding: 0.5em 0.8em;
  background: rgba(199, 234, 225, 0.6);
  border-left: 3px solid var(--color-primary);
  border-radius: 4px;
  line-height: 1.75;
  text-align: left;
}
section.contentsArea .row + .row {
  margin-top: 30px;
}
section.contentsArea h5 + p.time { margin-top: 12px; }
section.contentsArea p {
  font-size: 17px;
  color: var(--color-text);
}
section.contentsArea .button-area-wrap {
  background-color: rgb(255, 255, 255, 0.7);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 30px 0;
}
section.contentsArea .btn_contact {
  border: solid 1px var(--color-dark);
  color: var(--color-dark);
  border-radius: 30px;
  width: 220px;
  height: 60px;
  margin: 0 auto 15px;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background-color: rgb(255, 255, 255, 0.8);
  font-size: 1.32rem;
}
section.contentsArea .btn_contact:hover {
  background-color: var(--color-dark);
  color: #fff;
}
/* 講義概要のリスト先頭黒丸を削除 */
section.contentsArea ul,
section.contentsArea li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
section.contentsArea li::marker { content: "" !important; }
section.contentsArea img { margin: 1.2em auto; }
section.contentsArea h2,
section.contentsArea h3 {
  margin: 2em 0 1em;
  line-height: 1.4;
  font-weight: bold;
}

/* 最終回等の囲み枠（li でも div でも使える） */
section.contentsArea .last_comment {
  border: 2px solid var(--color-border-dark);
  border-radius: 8px;
  padding: 1.5em 1.6em;
  margin: 2em 0 1em;
  background: rgba(255, 255, 255, 0.4);
  list-style: none;
  text-align: left;
}
section.contentsArea .last_comment p {
  margin: 0 0 1.2em;
  line-height: 1.85;
  font-size: 1em;
  color: var(--color-text);
}
section.contentsArea .last_comment p:last-child { margin-bottom: 0; }

/* ==========================================================================
   section.columnArea（Wordの「最後に」「この講座で考える成功とは」用コラム）
   ========================================================================== */
section.columnArea {
  padding: 10px 0 40px;
}
section.columnArea .column-box {
  background: rgba(255, 255, 255, 0.75);
  border-left: 4px solid var(--color-link-gold);
  border-radius: 4px;
  padding: 32px 34px;
  box-shadow: 0 3px 14px rgba(184, 134, 43, 0.10);
}
section.columnArea .column-label {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--color-link-gold);
  font-weight: bold;
  margin: 0 0 8px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
section.columnArea h4 {
  text-align: left;
  font-size: 1.35rem;
  margin-bottom: 20px;
}
section.columnArea p {
  text-align: left;
  line-height: 1.9;
  margin-bottom: 1.1em;
  font-size: 16px;
  color: var(--color-text);
}

/* ==========================================================================
   section.priceArea
   ========================================================================== */
section.priceArea .container {
  background-color: rgb(255, 255, 255, 0.8);
  padding-top: 40px;
}
section.priceArea .fee {
  border-bottom: solid 1px var(--color-border-dark);
  border-top: solid 1px var(--color-border-dark);
  padding: 35px 0 15px;
  text-align: center;
  max-width: 625px;
  margin: 0 auto 30px;
  color: var(--color-text);
}
section.priceArea .fee h5,
section.priceArea .fee p { color: var(--color-text); }
section.priceArea .fee h5 { font-size: 1.1rem; }
section.priceArea .fee p { font-size: 1.13rem; }
section.priceArea .tuition_fee { margin-bottom: 20px; }
section.priceArea .tuition_fee h5 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 1.1rem;
  color: var(--color-text);
}
section.priceArea .btn_contact {
  border: solid 1px var(--color-dark);
  color: var(--color-dark);
  border-radius: 30px;
  width: 220px;
  height: 60px;
  margin: 30px auto 20px;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background-color: rgb(255, 255, 255, 0.8);
  font-size: 1.32rem;
}
section.priceArea .btn_contact:hover {
  background-color: var(--color-primary-light);
  color: var(--color-text);
}

/* ==========================================================================
   申し込みボタン
   ========================================================================== */
/* 申し込みボタン（受講料エリア）：サイト全体のミント配色とは独立し、元のゴールド系に固定 */
.btn_aplly_01 {
  border: solid 2px var(--color-dark);
  background-color: #F0A93B;
  color: #3D372F;
  width: 100%;
  height: 240px;
  font-size: 0.9rem;
  margin: auto;
  border-radius: 8px;
}
.btn_aplly_02 {
  border: solid 2px var(--color-dark);
  background-color: #FBE3B8;
  color: #3D372F;
  width: 100%;
  height: 240px;
  font-size: 0.9rem;
  margin: auto;
  border-radius: 8px;
}
.btn_aplly_01:hover,
.btn_aplly_02:hover { background-color: #fff; }
a.btn_apply_03 {
  border: solid 2px var(--color-dark);
  background-color: var(--color-secondary-light);
  color: var(--color-text);
  max-width: 500px;
  width: 100%;
  height: 100px;
  font-size: 1.32rem;
  margin: auto;
  border-radius: 8px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn_apply_03:hover {
  background-color: var(--color-dark);
  color: #fff;
  opacity: 1 !important;
}

/* ==========================================================================
   section.subpageTitleArea / contactArea / faqArea
   ========================================================================== */
section.subpageTitleArea {
  overflow: hidden;
  font-size: 1.2rem;
}
section.subpageTitleArea .container {
  padding-bottom: 0;
  padding-top: 0;
}
section.subpageTitleArea .title-wrap {
  background-color: var(--color-dark);
  color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  padding: 30px 0;
}
section.subpageTitleArea .title-wrap ul {
  font-size: 1.1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 20px 0;
}
section.subpageTitleArea .title-wrap ul li { line-height: 1.63rem; }
section.subpageTitleArea p { margin: 0; }

section.contactArea .btn_contact {
  border: solid 1px var(--color-border-dark);
  color: var(--color-border-dark);
  border-radius: 30px;
  width: 220px;
  height: 60px;
  margin: 30px auto 20px;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background-color: rgb(255, 255, 255, 0.8);
  font-size: 1.32rem;
}
section.contactArea .btn_contact:hover {
  background-color: var(--color-secondary-dark);
  color: #fff;
}
section.contactArea .container { background-color: rgb(255, 255, 255, 0.7); }

section.faqArea { background-color: #fff; }
section.faqArea h4 { font-weight: bold; }
section.faqArea ul li:first-child {
  border-top: solid 1px var(--color-border);
  padding: 20px 0 0 0;
}
section.faqArea ul li {
  border-bottom: solid 1px var(--color-border);
  margin-bottom: 20px;
}
section.faqArea .btn_contact {
  border: solid 1px var(--color-dark);
  color: var(--color-dark);
  border-radius: 30px;
  width: 220px;
  height: 60px;
  margin: 30px 0 0;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background-color: rgb(255, 255, 255, 0.8);
  font-size: 18px;
}
section.faqArea .btn_contact:hover {
  background-color: var(--color-dark);
  color: #fff;
}
section.faqArea .question {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* ==========================================================================
   pagetop / global overrides
   ========================================================================== */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 10px;
  cursor: pointer;
  z-index: 10;
}
.navbar-dark .navbar-nav .nav-link { color: rgba(128, 128, 128, 1); }
.bg-black { background-color: rgba(199, 234, 225, 0.88); }

/* サブナビ（FAQページ等） */
nav.faq_nav,
nav.sub_nav {
  padding: 20px 0;
  background-color: rgb(255, 255, 255, 0.7);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
nav.faq_nav ul,
nav.sub_nav ul {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 770px;
  margin: auto;
}
nav.faq_nav ul li a,
nav.sub_nav ul li a {
  font-size: 0.875rem;
  color: var(--color-dark);
}
nav.faq_nav ul li a:hover,
nav.sub_nav ul li a:hover,
nav.faq_nav ul li a.active,
nav.sub_nav ul li a.active {
  color: var(--color-link-gold);
  text-decoration: none;
}

/* カード画像 */
.img_lenorman {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0;
}
.img_tarot {
  margin: 0 auto;
  max-width: 150px;
}
.order--0 { order: 0; }
.order--1 { order: 1; }


/* ==========================================================================
   Media Queries — レスポンシブ調整
   ========================================================================== */

/* ---------- 993px 以上（大型PC） ---------- */
@media screen and (min-width: 993px) {
  nav.nav-sp { display: none; }
}

/* ---------- 769px〜992px（小型PC・iPad Pro） ---------- */
@media screen and (min-width: 769px) and (max-width: 992px) {
  .w-860 { width: 100% !important; }
  nav.nav-sp { display: none; }
  nav.faq_nav ul { width: 720px; margin: auto; }
  .btn_aplly_01,
  .btn_aplly_02 { width: 100%; height: 205px; }
}

/* ---------- 769px 以上（PC共通）：本文横幅 ---------- */
@media screen and (min-width: 769px) {
  section.contentsArea .w-625,
  section.contentsArea .w-860 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------- 545px〜768px（タブレット） ---------- */
@media screen and (min-width: 545px) and (max-width: 768px) {
  h2 { font-size: 2.4rem; font-weight: bold; }
  h3 { font-size: 2rem; font-weight: bold; }
  .fs_xlg { font-size: 1.5rem !important; }
  .fs_lg { font-size: 1.19rem !important; }
  .fs_md { font-size: 1.15rem !important; }
  .w-625,
  .w-860 { width: 100% !important; }
  main { margin-top: 72px; }

  section.mainVisual .button-area {
    flex-direction: column;
    align-items: center;
  }
  section.mainVisual .btn_login { margin: 10px auto 20px; order: 1; }
  section.mainVisual .snsIcon { order: 2; }
  section.mainVisual .button-area .back { order: 0; }

  section.maintitleArea { font-size: 1.4rem; }
  section.maintitleArea .lead { font-size: 1.5rem !important; }
  section.maintitleArea .title-wrap ul li { line-height: 26px; }

  section.overviewArea h4::before,
  section.newsArea h4::before { width: 100%; }

  nav.faq_nav,
  nav.sub_nav { display: none; }

  section.greetingArea nav { display: none; }
  section.greetingArea .greetingArea-inner { padding: 20px 20px; }
  section.greetingArea .greetingArea-inner h4 {
    background: url(../images/050b.png) no-repeat left center;
    background-size: 60px;
    padding: 30px 0 20px 0;
    margin: 20px auto 0;
    width: 100%;
  }

  section.faqArea .btn_contact { margin: 30px auto 0; }

  .btn_01,
  .btn_02 { text-align: center; }
  .btn_aplly_01 { margin-bottom: 60px; }
  .btn_aplly_01,
  .btn_aplly_02 { width: 80%; height: 171px; }

  section.descriptionArea .btn_program { line-height: 1.8; }
  section.descriptionArea .date p span { margin: 0; }

  .lum-lightbox-inner img { padding-top: 70px; }
}

/* ---------- 768px 以下（タブレット＋スマホ共通） ---------- */
@media screen and (max-width: 768px) {
  .br-pc { display: none; }
  .br-sp { display: block; }

  body { font-size: 16px; line-height: 1.9; }

  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  img[width],
  img[height] {
    width: auto !important;
    height: auto !important;
  }
  .w-625,
  .w-860 { width: 100% !important; margin: 30px auto 0 !important; }

  section.contentsArea p,
  section.contentsArea li {
    font-size: 15.5px;
    line-height: 1.7;
    padding: 0 8px;
  }
  section.contentsArea p.fs_s {
    padding: 0.7em 1em !important;
    margin-left: 8px;
    margin-right: 8px;
  }
  section.contentsArea .last_comment { padding: 1.2em; }
  section.contentsArea .last_comment p {
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 1em;
  }

  section.maintitleArea .frame-01 { padding: 0 6px; }
  section.maintitleArea .frame-01 p.ff_a {
    font-size: 15.5px !important;
    line-height: 1.9;
  }

  section.columnArea .column-box {
    padding: 22px 20px;
  }
  section.columnArea p {
    font-size: 15.5px;
    line-height: 1.85;
  }
}

/* ---------- 544px 以下（スマホ） ---------- */
@media screen and (max-width: 544px) {
  h2 { font-size: 1.6rem; font-weight: bold; }
  h3 { font-size: 1.5rem; }
  .fs_xlg { font-size: 1.4rem !important; font-weight: bold; }
  .fs_lg { font-size: 1.4rem !important; padding-top: 5px; }
  .fs_llg { font-size: 1.4rem !important; color: var(--color-text); }
  .fs_md { font-size: 1.1rem !important; padding: 0 0 30px 0; }
  .ff_a {
    font-size: 1rem !important;
    color: var(--color-text);
  }

  main { padding-top: 72px; }

  section.mainVisual .button-area {
    flex-direction: column;
    align-items: center;
  }
  section.mainVisual .btn_login { margin: 10px auto 20px; order: 1; }
  section.mainVisual .snsIcon { order: 2; }
  section.mainVisual .button-area .back { order: 0; }
  section.mainVisual p {
    line-height: 2.4rem;
    font-size: 1.5rem;
    margin: 0;
  }
  section.mainVisual .main-title h2 {
    font-size: 36px;
    padding: 10px 0 30px 0;
  }
  section.mainVisual .main-title p {
    font-size: 24px;
    padding: 30px 0 0 0;
  }

  section.maintitleArea {
    overflow: hidden;
    font-size: 1rem;
  }
  section.maintitleArea .title-wrap { padding: 30px 8px; }
  section.maintitleArea .lead {
    font-size: 1.4rem !important;
    font-weight: bold;
    margin-bottom: 8px;
  }

  section.greetingArea nav { display: none; }
  section.greetingArea .greetingArea-inner { padding: 20px 12px; }
  section.greetingArea img.profile_kagami,
  section.greetingArea img.profile_kenryu {
    display: block !important;
    max-width: 130px !important;
    width: 130px !important;
    height: 130px !important;
    margin: 24px auto 0 !important;
  }
  section.greetingArea .greetingArea-inner h4 {
    background: url(../images/050b.png) no-repeat top center;
    background-size: 65px;
    padding: 30px 0 20px 0;
    margin: 20px auto 0;
    width: 100%;
    font-size: 1.5rem;
  }

  section.newsArea h4 { font-size: 1.5rem; }
  section.newsArea h4::before { width: 100%; }
  section.newsArea ul li { display: inline-block; }
  section.newsArea p {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.6;
  }
  section.newsArea p.date {
    margin-right: 0;
    font-weight: bold;
  }

  section.overviewArea h4 {
    font-size: 1.5rem;
    text-align: center;
  }
  section.overviewArea .row-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }
  section.overviewArea .inner-card,
  section.overviewArea .inner-text { width: 100%; }
  section.overviewArea .inner-text ul { margin-bottom: 16px; }

  .btn_01,
  .btn_02 { text-align: center; }
  .btn_aplly_01,
  .btn_aplly_02 { width: 100%; height: 178px; }
  .btn_aplly_01 {
    padding: 0 0 30px 0;
    margin-bottom: 60px;
  }

  nav.faq_nav,
  nav.sub_nav { display: none; }

  section.faqArea h4 { font-size: 1.5rem; }
  section.faqArea .btn_contact { margin: 30px auto 0; }

  section.descriptionArea .btn_program {
    width: 250px;
    line-height: 1.8;
  }
  section.descriptionArea .tuition_fee h5 {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
  }
  section.descriptionArea .teacher { line-height: 1.6; }
  section.descriptionArea .date p span { margin: 0; }

  section.contentsArea h4 { font-size: 1.5rem; }

  section.maintitleArea .title-img { margin: 24px auto; }
  section.maintitleArea .title-img img { border-radius: 8px; }

  .btn_jump_signup {
    padding: 12px 30px;
    font-size: 1rem;
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .jump-signup-wrap { margin: 20px auto 10px; }

  .lum-lightbox-inner img { padding-top: 70px; }
}
