@charset "UTF-8";
/* 画面の高さが600px未満の場合-> small-height */
/* 画面の高さが600px以上の場合-> tall-height */
.gold-gradient {
  background: linear-gradient(to bottom, #ffd700 0%, #f8d053 50%, #e6b800 100%);
}

.silver-gradient {
  background: linear-gradient(to bottom, #f8f8f8 0%, #d1d1d1 50%, #a1a1a1 100%);
}

.bronze-gradient {
  background: linear-gradient(to bottom, #cd7f32 0%, #a0522d 50%, #804a00 100%);
}

html {
  scroll-behavior: smooth;
}

.lp-sene2026 {
  color: #333;
  line-height: 1.8;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.lp-sene2026 a {
  color: #1a73e8;
  text-decoration: none;
}
.lp-sene2026 a:hover {
  text-decoration: underline;
}
.lp-sene2026 img {
  max-width: 100%;
  height: auto;
}
.lp-sene2026 h1,
.lp-sene2026 h2,
.lp-sene2026 h3,
.lp-sene2026 h4,
.lp-sene2026 p,
.lp-sene2026 div,
.lp-sene2026 span,
.lp-sene2026 li,
.lp-sene2026 td,
.lp-sene2026 th {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  border: none;
}

/* ========================================
  layout
======================================== */
.lp-container {
  width: min(100% - 32px, 1100px);
  margin-inline: auto;
}

.lp-section {
  padding: 64px 0;
}
.lp-section--highlight {
  background: #f7fafc;
}
.lp-section--cta {
  background: #f3f8ff;
  border-top: 1px solid #dbe7f5;
  border-bottom: 1px solid #dbe7f5;
}

.lp-anchor-nav {
  position: sticky;
  top: 100px;
  z-index: 10;
  background: #fff;
}
@media (max-width: 768px) {
  .lp-anchor-nav {
    top: 80px;
  }
}
@media (max-width: 480px) {
  .lp-anchor-nav {
    top: 60px;
  }
}

section {
  scroll-margin-top: 190px;
}
@media (max-width: 768px) {
  section {
    scroll-margin-top: 170px;
  }
}
@media (max-width: 480px) {
  section {
    scroll-margin-top: 150px;
  }
}

/* ========================================
  hero
======================================== */
.lp-hero {
  padding: 72px 0 56px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  border-bottom: 1px solid #e5edf5;
}

.lp-kv {
  display: grid;
  gap: 20px;
}

.lp-kv__sub {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2f6fb3;
  letter-spacing: 0.04em;
}

.lp-kv__lead {
  margin: 0;
  font-size: 16px;
  color: #444;
}

.lp-hero__summary {
  display: grid;
  gap: 12px;
}
.lp-hero__summary p {
  margin: 0;
  font-weight: 700;
  color: #1e2a36;
}

.lp-kv__title {
  margin: 0;
  padding: 26px 28px;
  background: #ffffff;
  border-radius: 0;
  font-size: 34px;
  line-height: 1.45;
  font-weight: 700;
  color: #1e2a36;
}

.lp-kv__title {
  position: relative;
}

.lp-kv__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #2f6fb3, #4fa6ff);
}

.lp-kv__subsidy-line {
  display: inline-block;
  margin-top: 14px;
  line-height: 1.3;
}

.lp-kv__subsidy-label {
  display: inline-block;
  margin-left: 8px;
  margin-right: 6px;
  padding: 4px 10px;
  background: #2f6fb3;
  border-radius: 999px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  vertical-align: middle;
}

.lp-kv__subsidy-amount {
  display: inline-block;
  margin: 0 4px;
  color: #e53935;
  font-size: 88px;
  line-height: 1;
  font-weight: 800;
  vertical-align: middle;
}

.lp-kv__subsidy-unit {
  display: inline-block;
  color: #1e2a36;
  font-size: 34px;
  font-weight: 700;
  vertical-align: middle;
}

.lp-kv__note {
  margin: 10px 0 0;
  font-size: 13px;
  color: #666;
}

@media (max-width: 768px) {
  .lp-kv__title {
    font-size: 26px;
  }
  .lp-kv__title br {
    display: none;
  }
  .lp-kv__subsidy-line {
    display: block;
    margin-top: 12px;
  }
  .lp-kv__subsidy-label {
    margin-left: 0;
    font-size: 16px;
    padding: 4px 8px;
  }
  .lp-kv__subsidy-amount {
    font-size: 56px;
  }
  .lp-kv__subsidy-unit {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .lp-kv__title {
    font-size: 22px;
  }
  .lp-kv__subsidy-label {
    font-size: 14px;
  }
  .lp-kv__subsidy-amount {
    font-size: 46px;
  }
  .lp-kv__subsidy-unit {
    font-size: 20px;
  }
}
/* ========================================
  heading / text
======================================== */
.lp-section-title {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 14px;
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  line-height: 1.4;
  font-weight: 700;
  color: #1e2a36;
}
.lp-section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 10px;
  background: #2f6fb3;
  border-radius: 999px;
}

.lp-block-title {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #243444;
  background: none;
}

.lp-description {
  margin: 0;
  font-size: 16px;
  color: #444;
}

.lp-note {
  margin: 10px 0 0;
  font-size: 14px;
  color: #666;
}

.lp-sub-block {
  margin-top: 32px;
}
.lp-sub-block > * + * {
  margin-top: 10px;
}

/* ========================================
  card / box
======================================== */
.lp-card {
  margin-top: 20px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.lp-card > *:first-child {
  margin-top: 0;
}

.lp-link-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #d7e4f1;
  border-radius: 10px;
}
.lp-link-card strong {
  font-size: 16px;
  color: #1e2a36;
}
.lp-link-card a {
  font-size: 14px;
  font-weight: 700;
}

.lp-note-box {
  margin-top: 20px;
  padding: 16px 20px;
  background: #fff8f1;
  border: 1px solid #f0d8b8;
  border-radius: 10px;
}
.lp-note-box p {
  margin: 0;
  font-size: 14px;
  color: #664b2f;
}
.lp-note-box p + p {
  margin-top: 8px;
}

.lp-emphasis-box {
  margin-top: 20px;
  padding: 18px 20px;
  background: #eef6ff;
  border: 1px solid #cfe0f5;
  border-radius: 10px;
}
.lp-emphasis-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #204d7a;
}

/* ========================================
  status
======================================== */
.PagesInfoNotes {
  margin-top: 16px;
}

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

.current_status {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fc1e1e;
}
.current_status span {
  font-size: 13px;
  font-weight: 400;
  color: #fc1e1e;
}

.PagesInfoNotes.active ul.PagesListFL {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* ========================================
  button
======================================== */
.lp-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.lp-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.lp-btn--primary {
  color: #fff;
  background: #2f6fb3;
  border: 1px solid #2f6fb3;
}
.lp-btn--primary:hover {
  background: #255b92;
  border-color: #255b92;
}
.lp-btn--ghost {
  color: #2f6fb3;
  background: #fff;
  border: 1px solid #2f6fb3;
}
.lp-btn--ghost:hover {
  background: #f4f9ff;
}

a.lp-btn--primary {
  color: #fff;
}

/* ========================================
  list
======================================== */
.lp-check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-check-list li {
  position: relative;
  padding: 14px 16px 14px 42px;
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
}
.lp-check-list li::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-weight: 700;
  color: #2f6fb3;
}

/* ========================================
  work box
======================================== */
.lp-work-box {
  overflow: hidden;
  border: 1px solid #dfe7ef;
  border-radius: 12px;
  background: #fff;
}
.lp-work-box + .lp-work-box {
  margin-top: 20px;
}

.lp-work-box__head {
  padding: 14px 20px;
  background: #f7fafc;
  border-bottom: 1px solid #dfe7ef;
}
.lp-work-box__head h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #243444;
}

.lp-work-box__body {
  padding: 20px;
}
.lp-work-box__body > *:first-child {
  margin-top: 0;
}
.lp-work-box__body > * + * {
  margin-top: 14px;
}

.lp-ox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lp-ox p,
.lp-ox div {
  margin: 0;
}
.lp-ox p {
  padding: 8px 14px;
  background: #f3f8ff;
  border: 1px solid #d6e5f5;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #2a5887;
}

/* ========================================
  table
======================================== */
.lp-table-wrap {
  overflow-x: auto;
  margin-top: 16px;
}

.lp-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}
.lp-table th,
.lp-table td {
  padding: 14px 16px;
  border: 1px solid #d9e2ea;
  vertical-align: top;
  text-align: left;
  line-height: 1.7;
}
.lp-table th {
  background: #f5f8fb;
  font-weight: 700;
  color: #243444;
}
.lp-table td {
  color: #333;
}
.lp-table ul {
  margin: 8px 0 0 1.4em;
  padding: 0;
}
.lp-table ul li {
  list-style: disc;
}
.lp-table p {
  margin: 0;
}
.lp-table.is-wide {
  min-width: 900px;
}

.lp-table__grade {
  white-space: nowrap;
  font-weight: 700;
}

.lp-table__col-label {
  width: 18%;
}

.lp-table__col-home,
.lp-table__col-nonhome {
  width: 41%;
}

.lp-table__col-grade {
  width: 18%;
}

.lp-table__col-uw {
  width: 18%;
}

.lp-table__col-note {
  width: 64%;
}

/* ========================================
  utility-like adjustments in section
======================================== */
.lp-section .lp-card + .lp-card {
  margin-top: 24px;
}
.lp-section .lp-description + .lp-card,
.lp-section .lp-note + .lp-card,
.lp-section .lp-description + .lp-emphasis-box {
  margin-top: 20px;
}
.lp-section .lp-description + .lp-link-card {
  margin-top: 16px;
}

/* ========================================
  external existing class
======================================== */
.use-btn_link {
  margin-top: 16px;
}
.use-btn_link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #2f6fb3;
  border: 1px solid #2f6fb3;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #f4f9ff;
}
.use-btn_link a:hover {
  background: rgb(19, 76, 145);
  text-decoration: none;
}

/* ========================================
  responsive
======================================== */
@media (max-width: 768px) {
  .lp-section {
    padding: 48px 0;
  }
  .lp-hero {
    padding: 56px 0 44px;
  }
  .lp-kv {
    gap: 16px;
  }
  .lp-kv__sub {
    font-size: 12px;
  }
  .lp-kv__title {
    font-size: 2.6rem;
  }
  .lp-kv__title br {
    display: none;
  }
  .lp-kv__lead,
  .lp-description {
    font-size: 15px;
  }
  .lp-kv__lead br,
  .lp-description br {
    display: none;
  }
  .lp-section-title {
    margin-bottom: 22px;
    font-size: 20px;
  }
  .lp-block-title {
    font-size: 18px;
  }
  .lp-card {
    padding: 18px;
    border-radius: 10px;
  }
  .lp-link-card {
    align-items: flex-start;
    padding: 14px 16px;
  }
  .lp-work-box__head,
  .lp-work-box__body {
    padding: 16px;
  }
  .lp-cta-group {
    flex-direction: column;
  }
  .lp-btn {
    width: 100%;
    min-width: 0;
  }
  .current_status {
    display: flex;
    border-radius: 14px;
  }
  .lp-check-list li {
    padding: 12px 14px 12px 38px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .lp-container {
    width: min(100% - 24px, 1100px);
  }
  .lp-section {
    padding: 40px 0;
  }
  .lp-hero {
    padding: 48px 0 36px;
  }
  .lp-kv__title {
    font-size: 22px;
  }
  .lp-kv__lead,
  .lp-description,
  .lp-note {
    font-size: 14px;
  }
  .lp-section-title {
    font-size: 18px;
  }
  .lp-block-title {
    font-size: 16px;
  }
  .lp-table {
    font-size: 13px;
  }
  .lp-table th,
  .lp-table td {
    padding: 12px;
  }
  .lp-emphasis-box p {
    font-size: 16px;
  }
}
.lp-anchor-nav {
  padding: 20px 0;
  background: #f7fafc;
  border-bottom: 1px solid #e5edf5;
}

.lp-anchor-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.lp-anchor-menu li {
  margin: 0;
}
.lp-anchor-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #2f6fb3;
  background: #fff;
  border: 1px solid #d7e4f1;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.2s ease;
}
.lp-anchor-menu a::after {
  content: "›";
  margin-left: 6px;
  font-size: 12px;
}
.lp-anchor-menu a:hover {
  background: #f4f9ff;
  border-color: #2f6fb3;
}

@media (max-width: 768px) {
  .lp-anchor-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
  }
}
.lp-official-link {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #dfe7ef;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.lp-official-link__logo img {
  height: 50px;
  width: auto;
}

.lp-official-link__body {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.lp-official-link__title {
  font-size: 18px;
  font-weight: 700;
  color: #243444;
}

a.lp-official-link__btn {
  background: #2f6fb3;
  color: #fff;
  border-radius: 6px;
}

.lp-official-link__btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
}
.lp-official-link__btn:hover {
  background: #245a91;
  text-decoration: none;
}
.lp-official-link__btn::after {
  content: "↗";
  margin-left: 6px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .lp-official-link {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-official-link__logo img {
    height: 40px;
  }
}
.lp-table-wrap--draft {
  position: relative;
}
.lp-table-wrap--draft table {
  opacity: 0.65;
}

.lp-table-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 700;
  color: rgb(200, 0, 0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}

.col-doc {
  width: 34%;
}

.col-small {
  width: 11%;
}

.col-note {
  width: 22%;
}

.lp-section--attention {
  background: #f8f8f8;
}

.lp-section--attention .lp-section-title {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 14px;
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  line-height: 1.4;
  font-weight: 700;
  color: #1e2a36;
}
.lp-section--attention .lp-section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 10px;
  background: #d67a45;
  border-radius: 999px;
}

.lp-attention-intro {
  margin-top: 20px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #f0ddd1;
  border-radius: 12px;
}

.lp-attention-list {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.lp-attention-card {
  background: #fff;
  border: 1px solid #f0ddd1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.lp-attention-card__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 16px 20px;
  background: #fff3eb;
  border-bottom: 1px solid #f0ddd1;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #7a3e1d;
}

.lp-attention-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d67a45;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lp-attention-card__body {
  padding: 20px;
}
.lp-attention-card__body > * + * {
  margin-top: 14px;
}

.lp-attention-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.lp-attention-list-item li {
  position: relative;
  padding-left: 1.4em;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.lp-attention-list-item li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #d67a45;
  font-weight: 700;
}

.lp-flow {
  margin-top: 24px;
}

.lp-flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.lp-flow-step {
  position: relative;
  padding: 20px 16px;
  background: #fff;
  border: 2px solid #c9d8ea;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.lp-flow-step:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2f6fb3;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  z-index: 1;
}

@media (max-width: 1100px) {
  .lp-flow-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .lp-flow-step::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp-flow-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .lp-flow-step {
    text-align: left;
    padding: 18px 16px;
  }
  .lp-flow-step:not(:last-child)::after {
    display: flex;
    content: "↓";
    top: auto;
    bottom: -18px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.lp-flow-step__num {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #2f6fb3;
  border-radius: 6px;
  letter-spacing: 0.05em;
}

.lp-flow-step__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.lp-flow-note {
  margin-top: 16px;
  font-size: 13px;
  color: #555;
  text-align: center;
}/*# sourceMappingURL=lp-shoene2026.css.map */