.juken-lp .header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.juken-lp .header-login,
.juken-lp .header-actions .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 96px;
  padding: 0 22px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.juken-lp .header-login {
  border: 1px solid var(--navy);
  border-radius: 3px;
  color: var(--navy);
  background: #fff;
  font-weight: 700;
  letter-spacing: 0;
  transition: color .15s, background .15s, border-color .15s;
}

.juken-lp .header-login:hover {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.mc-pg-wrap {
  min-height: 100vh;
  background: #f1f5ee;
  display: flex;
  flex-direction: column;
}

.mc-pg-hd {
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
}

.mc-pg-hd-inner {
  max-width: 1400px;
  height: 64px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mc-pg-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.mc-pg-logo-icon {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: #1f5236;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-pg-logo-icon i {
  color: #fff;
  font-size: 14px;
}

.mc-pg-logo-img {
  width: auto;
  height: 36px;
}

.mc-pg-logo-text {
  color: #1f5236;
  font-size: 18px;
  font-weight: 700;
}

.mc-pg-hd-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.mc-pg-hd-nav a {
  color: #6b6b6b;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.15s;
}

.mc-pg-hd-nav a:hover,
.mc-pg-hd-nav a:focus {
  color: #1f5236;
  text-decoration: none;
}

.mc-pg-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 16px;
}

.mc-pg-center {
  width: 100%;
  max-width: 520px;
}

.mc-pg-top-logo {
  margin-bottom: 36px;
  text-align: center;
}

.mc-pg-top-logo img {
  width: auto;
  height: 48px;
  object-fit: contain;
}

.mc-pg-top-logo-mark {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  border-radius: 3px;
  background: #1f5236;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mc-pg-top-logo-mark i {
  color: #fff;
  font-size: 26px;
}

.mc-pg-top-title {
  margin-bottom: 6px;
  color: #1f5236;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.mc-pg-top-title::after {
  display: block;
  width: 40px;
  height: 2px;
  margin: 16px auto 0;
  background: #1f5236;
  content: "";
}

.mc-pg-top-sub {
  color: #6b6b6b;
  font-size: 13px;
  letter-spacing: 0;
}

.mc-pg-card {
  padding: 32px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

.mc-pg-card h1 {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  color: #1f5236;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 600;
}

.mc-pg-card label,
.mc-pg-card .swpm-login-widget-wrap label {
  display: block;
  margin-bottom: 6px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
}

.mc-pg-card input[type="text"],
.mc-pg-card input[type="password"],
.mc-pg-card input[type="email"],
.mc-pg-card textarea,
.mc-pg-card select {
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1.5px solid #d6d6d6;
  border-radius: 3px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.mc-pg-card input[type="text"]:focus,
.mc-pg-card input[type="password"]:focus,
.mc-pg-card input[type="email"]:focus {
  border-color: #1f5236;
  box-shadow: 0 0 0 3px rgba(31, 82, 54, 0.12);
}

.mc-pg-card input[type="submit"],
.mc-pg-card button[type="submit"] {
  width: 100%;
  margin-top: 4px;
  padding: 13px;
  border: none;
  border-radius: 3px;
  background: #1f5236;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  transition: background 0.15s, box-shadow 0.15s;
}

.mc-pg-card input[type="submit"]:hover,
.mc-pg-card button[type="submit"]:hover {
  background: #8b1e1e;
  box-shadow: 0 4px 12px rgba(31, 82, 54, 0.24);
}

.mc-pg-card .swpm-forgot-pass-link,
.mc-pg-card a {
  color: #1f5236;
  font-size: 13px;
  text-decoration: none;
}

.mc-pg-card a:hover,
.mc-pg-card a:focus {
  text-decoration: underline;
}

.mc-pg-card p,
.mc-pg-card .swpm-login-widget-wrap p {
  margin: 8px 0;
  color: #6b6b6b;
  font-size: 13px;
}

.mc-pg-card table {
  width: 100%;
}

.mc-pg-card table td {
  padding: 4px 0;
}

.mc-pg-forgot {
  margin-top: 20px;
  text-align: center;
}

.mc-pg-forgot a,
.mc-pg-back a {
  color: #6b6b6b;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.15s;
}

.mc-pg-forgot a:hover,
.mc-pg-forgot a:focus,
.mc-pg-back a:hover,
.mc-pg-back a:focus {
  color: #1f5236;
}

.mc-pg-back {
  margin-top: 24px;
  text-align: center;
}

.kyousyu-phase2-login {
  max-width: 520px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid #d9d3c7;
  border-radius: 4px;
  background: #fff;
  color: #222;
}

.kyousyu-phase2-login-error {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 4px solid #8b1e1e;
  background: #fff3f1;
  color: #7a1b1b;
  font-size: 14px;
  line-height: 1.7;
}

.kyousyu-phase2-login-error p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.kyousyu-phase2-login-error p + p {
  margin-top: 6px;
}

.kyousyu-phase2-login-error a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.kyousyu-phase2-login-field {
  margin: 0 0 18px;
}

.kyousyu-phase2-login-field label {
  display: block;
  margin: 0 0 7px;
  color: #1f2b35;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.kyousyu-phase2-login-field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #cfc7ba;
  border-radius: 3px;
  background: #fff;
  color: #222;
  font-size: 16px;
}

.kyousyu-phase2-login-field input:focus {
  outline: 2px solid rgba(31, 82, 54, 0.22);
  border-color: #1f5236;
}

.kyousyu-phase2-login-remember {
  margin: 0 0 22px;
  color: #4b5563;
  font-size: 13px;
}

.kyousyu-phase2-login-submit {
  margin: 0;
}

.kyousyu-phase2-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid #1f5236;
  border-radius: 3px;
  background: #1f5236;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
}

.kyousyu-phase2-login-button:hover {
  background: #8b1e1e;
  border-color: #8b1e1e;
  color: #fff;
}

.kyousyu-phase2-login-help {
  margin: 18px 0 0;
  text-align: center;
  font-size: 13px;
}

.kyousyu-phase2-login-help a {
  color: #1f5236;
  text-decoration: underline;
}

.kyousyu-phase2-login-status {
  text-align: center;
}

.kyousyu-phase2-login-status p {
  margin: 0 0 14px;
}

.mc-pg-card .kyousyu-phase2-login {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.kyousyu-phase2-account-page .mc-pg-wrap {
  background: #fff;
}

body.kyousyu-phase2-account-page .mc-pg-main {
  align-items: flex-start;
  padding: 32px 16px 56px;
}

body.kyousyu-phase2-account-page .mc-pg-center {
  max-width: 1120px;
}

body.kyousyu-phase2-account-page .mc-pg-top-logo,
body.kyousyu-phase2-account-page .mc-pg-back {
  display: none;
}

body.kyousyu-phase2-account-page .mc-pg-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.kyousyu-phase2-archive-page .mc-pg-main {
  align-items: flex-start;
  padding: 48px 24px 64px;
}

body.kyousyu-phase2-archive-page .mc-pg-center {
  max-width: 1320px;
}

body.kyousyu-phase2-archive-page .mc-pg-card {
  width: 100%;
}

body.kyousyu-phase2-archive-detail-page .kyousyu-phase2-account,
body.kyousyu-phase2-archive-detail-page .kyousyu-phase2-archive-sales {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.kyousyu-phase2-account,
.kyousyu-phase2-archive-list,
.kyousyu-phase2-archive-sales {
  --k2-navy: #1f5236;
  --k2-navy-dark: #163d28;
  --k2-enji: #8b1e1e;
  --k2-ink: #1b1b1b;
  --k2-sub: #4a4a4a;
  --k2-mute: #6b6b6b;
  --k2-line: #d6d6d6;
  --k2-line-strong: #b9b9b9;
  --k2-bg-soft: #f1f5ee;
  --k2-gold: #a58648;
  --k2-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --k2-sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  width: min(100%, 1080px);
  margin: 0 auto;
  color: var(--k2-ink);
  font-family: var(--k2-sans);
  line-height: 1.8;
}

.kyousyu-phase2-page-head {
  margin: 0 0 34px;
  text-align: center;
}

.kyousyu-phase2-kana {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: var(--k2-enji);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.kyousyu-phase2-kana::before,
.kyousyu-phase2-kana::after {
  width: 28px;
  height: 1px;
  background: var(--k2-enji);
  content: "";
}

.kyousyu-phase2-page-head h1 {
  margin: 0;
  color: var(--k2-navy);
  font-family: var(--k2-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.kyousyu-phase2-head-rule {
  width: 40px;
  height: 2px;
  margin: 18px auto 22px;
  background: var(--k2-navy);
}

.kyousyu-phase2-account-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid var(--k2-line);
  background: #fff;
}

.kyousyu-phase2-account-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 42px;
  padding: 10px 18px;
  color: var(--k2-navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-decoration: none;
}

.kyousyu-phase2-account-nav a + a {
  border-left: 1px solid var(--k2-line);
}

.kyousyu-phase2-account-nav a.is-active {
  background: var(--k2-navy);
  color: #fff;
}

.kyousyu-phase2-account-nav a:hover,
.kyousyu-phase2-account-nav a:focus {
  background: var(--k2-navy-dark);
  color: #fff;
  text-decoration: none;
}

.kyousyu-phase2-breadcrumb {
  margin: -12px 0 28px;
  color: var(--k2-mute);
  font-size: 13px;
  line-height: 1.6;
}

.kyousyu-phase2-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kyousyu-phase2-breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.kyousyu-phase2-breadcrumb li + li::before {
  margin-right: 7px;
  color: var(--k2-line-strong);
  content: "/";
}

.kyousyu-phase2-breadcrumb a,
.kyousyu-phase2-breadcrumb span {
  overflow-wrap: anywhere;
}

.kyousyu-phase2-breadcrumb a {
  color: var(--k2-navy);
  font-weight: 700;
  text-decoration: none;
}

.kyousyu-phase2-breadcrumb a:hover,
.kyousyu-phase2-breadcrumb a:focus {
  color: var(--k2-enji);
  text-decoration: underline;
}

.kyousyu-phase2-breadcrumb span[aria-current="page"] {
  color: var(--k2-sub);
  font-weight: 700;
}

.kyousyu-phase2-account-panel,
.kyousyu-phase2-archive-sales {
  margin: 0 0 28px;
  padding: 28px 30px;
  border: 1px solid var(--k2-line-strong);
  border-radius: 0;
  background: #fff;
}

.kyousyu-phase2-course-detail {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.kyousyu-phase2-archive-sales {
  background: #fff;
}

.kyousyu-phase2-account-section {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.kyousyu-phase2-account-panel,
.kyousyu-phase2-section-head,
.kyousyu-phase2-card-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.kyousyu-phase2-account h2,
.kyousyu-phase2-archive-list h2,
.kyousyu-phase2-archive-sales h2 {
  margin: 0 0 14px;
  color: var(--k2-navy);
  font-family: var(--k2-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.kyousyu-phase2-course-card h3,
.kyousyu-phase2-course-overview h3,
.kyousyu-phase2-guidance h3 {
  margin: 0 0 10px;
  color: var(--k2-navy);
  font-family: var(--k2-serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}

.kyousyu-phase2-info-block h4 {
  margin: 0 0 8px;
  color: var(--k2-navy);
  font-size: 15px;
  letter-spacing: 0;
}

.kyousyu-phase2-muted {
  color: var(--k2-mute);
  font-size: 13px;
  line-height: 1.7;
}

.kyousyu-phase2-coupon-notice {
  margin: 14px 0 16px;
  padding: 12px 14px;
  border: 1px solid #c62828;
  border-radius: 4px;
  background: #fff8e6;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.kyousyu-phase2-coupon-notice p {
  margin: 0;
}

.kyousyu-phase2-coupon-notice p + p {
  margin-top: 4px;
}

.kyousyu-phase2-profile-copy {
  min-width: 0;
}

.kyousyu-phase2-profile-list {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
  border-top: 1px solid var(--k2-line);
}

.kyousyu-phase2-profile-list div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  border-bottom: 1px solid var(--k2-line);
}

.kyousyu-phase2-profile-list dt,
.kyousyu-phase2-profile-list dd {
  margin: 0;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.7;
}

.kyousyu-phase2-profile-list dt {
  background: var(--k2-bg-soft);
  color: var(--k2-navy);
  font-weight: 700;
}

.kyousyu-phase2-profile-list dd {
  color: var(--k2-sub);
  overflow-wrap: anywhere;
}

.kyousyu-phase2-tabs,
.kyousyu-phase2-card-actions,
.kyousyu-phase2-action-row,
.kyousyu-phase2-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.kyousyu-phase2-tabs a,
.kyousyu-phase2-secondary-button,
.kyousyu-phase2-disabled-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid var(--k2-navy);
  border-radius: 4px;
  background: #fff;
  color: var(--k2-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: none;
}

.kyousyu-phase2-tabs a.is-active,
.kyousyu-phase2-secondary-button:hover,
.kyousyu-phase2-secondary-button:focus {
  background: var(--k2-navy);
  color: #fff;
  text-decoration: none;
}

.kyousyu-phase2-disabled-action {
  border-color: var(--k2-line);
  background: var(--k2-bg-soft);
  color: var(--k2-mute);
}

.kyousyu-phase2-coupon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  animation: kyousyu-phase2-soft-blink 3.2s ease-in-out infinite;
}

@keyframes kyousyu-phase2-soft-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.48;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kyousyu-phase2-coupon-badge {
    animation: none;
  }
}

.kyousyu-phase2-course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.kyousyu-phase2-section-head + .kyousyu-phase2-course-grid {
  margin-top: 22px;
}

.kyousyu-phase2-course-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 24px 22px;
  border: 1px solid var(--k2-line-strong);
  border-radius: 0;
  background: #fff;
}

.kyousyu-phase2-course-card::before {
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 0 16px;
  background: var(--k2-enji);
  content: "";
}

.kyousyu-phase2-course-card p {
  margin: 8px 0;
}

.kyousyu-phase2-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 3px;
  border: 1px solid var(--k2-line);
  background: var(--k2-bg-soft);
  color: var(--k2-navy);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.kyousyu-phase2-text-link {
  color: var(--k2-navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.kyousyu-phase2-course-overview,
.kyousyu-phase2-guidance,
.kyousyu-phase2-callout,
.kyousyu-phase2-info-block {
  margin: 18px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--k2-line);
}

.kyousyu-phase2-callout {
  padding: 14px 16px;
  border: 1px solid var(--k2-line);
  border-left: 3px solid var(--k2-navy);
  border-radius: 0;
  background: #fff;
}

.kyousyu-phase2-richtext {
  color: var(--k2-sub);
  font-size: 14px;
  line-height: 1.85;
}

.kyousyu-phase2-richtext p {
  margin: 0 0 10px;
}

.kyousyu-phase2-zoom-card {
  position: relative;
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: center;
  padding: 26px;
  border: 1px solid var(--k2-line-strong);
  border-radius: 4px;
  background: #163d28;
  color: #fff;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}

.kyousyu-phase2-zoom-card::before {
  position: absolute;
  inset: 0;
  border: 8px solid rgba(255, 255, 255, 0.08);
  content: "";
}

.kyousyu-phase2-zoom-card:hover,
.kyousyu-phase2-zoom-card:focus {
  color: #fff;
  text-decoration: none;
}

.kyousyu-phase2-zoom-card.is-pending {
  background: var(--k2-bg-soft);
  color: var(--k2-navy);
}

.kyousyu-phase2-zoom-card.is-pending::before {
  border-color: rgba(31, 82, 54, 0.1);
}

.kyousyu-phase2-zoom-play {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  margin-right: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kyousyu-phase2-zoom-play::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid currentColor;
  content: "";
}

.kyousyu-phase2-zoom-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  justify-items: start;
  text-align: left;
}

.kyousyu-phase2-zoom-copy strong {
  font-family: var(--k2-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.kyousyu-phase2-zoom-copy span {
  color: currentColor;
  font-size: 13px;
  opacity: 0.88;
}

.kyousyu-phase2-pdf-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--k2-line-strong);
  border-radius: 4px;
  background: #fff;
}

.kyousyu-phase2-pdf-card.is-pending {
  background: var(--k2-bg-soft);
}

.kyousyu-phase2-pdf-cover {
  min-height: 198px;
  border: 1px solid var(--k2-line);
  border-radius: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--k2-enji);
  font-family: var(--k2-serif);
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
}

.kyousyu-phase2-pdf-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kyousyu-phase2-pdf-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.kyousyu-phase2-pdf-body strong {
  color: var(--k2-navy);
  font-family: var(--k2-serif);
  font-size: 18px;
  font-weight: 600;
}

.kyousyu-phase2-price {
  color: var(--k2-gold);
  font-size: 18px;
  font-weight: 700;
}

body.kyousyu-phase2-account-page .mc-pg-card .kyousyu-phase2-account a,
body.kyousyu-phase2-account-page .mc-pg-card .kyousyu-phase2-archive-list a,
body.kyousyu-phase2-account-page .mc-pg-card .kyousyu-phase2-archive-sales a {
  font-size: inherit;
}

.kyousyu-phase2-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 18px 0;
  background: #111;
  box-sizing: border-box;
  overflow: hidden;
}

body.kyousyu-phase2-archive-detail-page .kyousyu-phase2-video {
  max-width: 100%;
  margin: 24px 0 12px;
}

.kyousyu-phase2-video iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .juken-lp .header-actions {
    gap: 8px;
  }

  .juken-lp .header-login {
    min-height: 38px;
    min-width: 88px;
    padding: 0 14px;
    font-size: 12px;
    letter-spacing: 0;
  }

  .juken-lp .header-actions .header-cta {
    min-height: 38px;
    min-width: 88px;
    padding: 0 14px;
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .mc-pg-hd-inner {
    height: auto;
    min-height: 64px;
    padding: 12px 16px;
    gap: 12px;
    flex-wrap: wrap;
  }

  .mc-pg-logo-text {
    font-size: 16px;
  }

  .mc-pg-hd-nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .mc-pg-hd-nav a {
    min-height: 34px;
    font-size: 13px;
  }

  .mc-pg-main {
    padding: 32px 16px;
  }

  .mc-pg-card {
    padding: 24px 18px;
  }

  body.kyousyu-phase2-account-page .mc-pg-card {
    padding: 0;
  }

  .juken-lp .header-inner {
    grid-template-columns: 1fr;
  }

  .juken-lp .header-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 8px;
  }

  .juken-lp .header-login,
  .juken-lp .header-actions .header-cta {
    display: flex;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 10px 6px;
    justify-content: center;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .kyousyu-phase2-login {
    padding: 24px 18px;
  }

  .mc-pg-card .kyousyu-phase2-login {
    padding: 0;
  }

  .kyousyu-phase2-account-panel,
  .kyousyu-phase2-section-head,
  .kyousyu-phase2-card-head {
    display: block;
  }

  .kyousyu-phase2-account-panel,
  .kyousyu-phase2-archive-sales {
    padding: 18px;
  }

  body.kyousyu-phase2-archive-page .mc-pg-main {
    padding: 28px 14px 42px;
  }

  .kyousyu-phase2-account-panel,
  .kyousyu-phase2-course-detail {
    padding: 0 0 18px;
  }

  .kyousyu-phase2-page-head h1 {
    font-size: 24px;
  }

  .kyousyu-phase2-account-nav {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .kyousyu-phase2-account-nav a {
    min-width: 0;
    padding: 10px 8px;
    letter-spacing: 0;
  }

  .kyousyu-phase2-profile-list div {
    grid-template-columns: 1fr;
  }

  .kyousyu-phase2-tabs a,
  .kyousyu-phase2-secondary-button,
  .kyousyu-phase2-disabled-action {
    width: 100%;
  }

  .kyousyu-phase2-zoom-card {
    min-height: 170px;
    flex-direction: column;
    gap: 14px;
    padding: 22px 18px;
  }

  .kyousyu-phase2-zoom-play {
    margin-right: 0;
  }

  .kyousyu-phase2-zoom-copy {
    justify-items: center;
    text-align: center;
  }

  .kyousyu-phase2-zoom-copy strong {
    font-size: 19px;
  }

  .kyousyu-phase2-pdf-card {
    grid-template-columns: 1fr;
  }

  .kyousyu-phase2-pdf-cover {
    min-height: 180px;
  }
}
