/* /entry/294/ スイングPOPテンプレートの使い方 */

.swing-294-body,
.swing-294-body * {
  box-sizing: border-box;
}

.swing-294-body {
  --s294-red: #c91f37;
  --s294-red-dark: #8f1427;
  --s294-blue: #237d9d;
  --s294-blue-dark: #145a73;
  --s294-gold: #d9a132;
  --s294-ink: #263238;
  --s294-muted: #59666b;
  --s294-border: #dce4e4;
  --s294-soft: #f5f8f8;
  overflow-x: hidden;
  color: var(--s294-ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.swing-294-body #Flame,
.swing-294-body #mein-Contents,
.swing-294-body #Main,
.swing-294-body .swing-294-page,
.swing-294-body .swing-294-page > *,
.swing-294-body .swing-294-choice-grid > *,
.swing-294-body .swing-294-steps > *,
.swing-294-body .swing-294-two-column > *,
.swing-294-body .swing-294-error-list > *,
.swing-294-body .swing-294-service-grid > *,
.swing-294-body .swing-294-related-grid > * {
  min-width: 0;
}

.swing-294-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.swing-294-body .swing-294-page p,
.swing-294-body .swing-294-page li,
.swing-294-body .swing-294-page td,
.swing-294-body .swing-294-page th,
.swing-294-body .swing-294-page summary {
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.swing-294-body .swing-294-page a {
  color: var(--s294-blue-dark);
  text-underline-offset: .18em;
}

.swing-294-body .swing-294-page a:hover,
.swing-294-body .swing-294-page a:focus-visible {
  color: var(--s294-red-dark);
}

.swing-294-title {
  margin-bottom: 22px !important;
  line-height: 1.45;
  font-size: clamp(24px, 2.5vw, 34px) !important;
}

.swing-294-hero {
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid #d5dddd;
  border-radius: 18px;
  background: #eef3f2;
  box-shadow: 0 12px 28px rgba(30, 53, 58, .12);
}

.swing-294-hero img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.swing-294-lead {
  margin-bottom: 28px;
  padding: clamp(24px, 4vw, 42px);
  border-left: 6px solid var(--s294-red);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(135deg, #fff7f8 0%, #fff 58%, #f1f8fa 100%);
}

.swing-294-kicker,
.swing-294-heading > p {
  margin: 0 0 8px;
  color: var(--s294-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
}

.swing-294-lead h2 {
  margin: 0 0 18px;
  color: #202c31;
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.55;
}

.swing-294-lead p:last-child {
  margin-bottom: 0;
}

.swing-294-summary {
  margin: 0 0 30px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #ccdfe5;
  border-radius: 15px;
  background: #f4fafc;
}

.swing-294-summary h2 {
  margin: 0 0 18px;
  color: var(--s294-blue-dark);
  font-size: clamp(20px, 2vw, 27px);
}

.swing-294-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.swing-294-summary-grid > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff;
}

.swing-294-summary-grid span {
  flex: 0 0 auto;
  color: var(--s294-red);
  font-weight: 900;
}

.swing-294-summary-grid p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.swing-294-toc {
  margin: 0 0 46px;
  padding: 24px clamp(20px, 3vw, 34px);
  border: 1px solid var(--s294-border);
  border-radius: 14px;
  background: #fff;
}

.swing-294-toc > p {
  margin: 0 0 12px;
  color: #24343a;
  font-size: 18px;
  font-weight: 800;
}

.swing-294-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 30px;
  margin: 0;
  padding-left: 1.5em;
}

.swing-294-toc li::marker {
  color: var(--s294-red);
  font-weight: 800;
}

.swing-294-section,
.swing-294-related {
  scroll-margin-top: 90px;
  margin: 0 0 58px;
}

.swing-294-heading {
  margin-bottom: 24px;
}

.swing-294-heading h2,
.swing-294-related h2 {
  margin: 0;
  padding: 0 0 13px;
  border-bottom: 2px solid #d8e3e4;
  color: #202b30;
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.55;
}

.swing-294-heading h2::after,
.swing-294-related h2::after {
  display: block;
  width: 76px;
  height: 5px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--s294-red), var(--s294-gold));
  content: "";
}

.swing-294-choice-grid,
.swing-294-error-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.swing-294-choice-grid article,
.swing-294-error-list article {
  position: relative;
  padding: 24px 20px;
  border: 1px solid var(--s294-border);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(42, 63, 68, .06);
}

.swing-294-choice-number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 11px;
  border-radius: 50%;
  background: var(--s294-red);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.swing-294-choice-grid h3,
.swing-294-error-list h3,
.swing-294-two-column h3 {
  margin: 0 0 10px;
  color: #243238;
  font-size: 18px;
  line-height: 1.55;
}

.swing-294-choice-grid p,
.swing-294-error-list p {
  margin: 0 0 12px;
  color: var(--s294-muted);
  font-size: 14px;
}

.swing-294-choice-grid a {
  font-size: 13px;
  font-weight: 700;
}

.swing-294-note {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 5px solid var(--s294-blue);
  border-radius: 0 12px 12px 0;
  background: #edf8fb;
}

.swing-294-note h3 {
  margin: 0 0 8px;
  color: var(--s294-blue-dark);
  font-size: 18px;
}

.swing-294-note p {
  margin: 0;
}

.swing-294-steps {
  counter-reset: s294step;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.swing-294-steps article {
  position: relative;
  padding: 22px 22px 22px 25px;
  overflow: hidden;
  border: 1px solid var(--s294-border);
  border-radius: 14px;
  background: #fff;
}

.swing-294-steps article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--s294-red), var(--s294-gold));
  content: "";
}

.swing-294-steps span {
  display: block;
  margin-bottom: 6px;
  color: var(--s294-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.swing-294-steps h3 {
  margin: 0 0 8px;
  color: #26343a;
  font-size: 18px;
  line-height: 1.55;
}

.swing-294-steps p {
  margin: 0;
  color: var(--s294-muted);
  font-size: 14px;
}

.swing-294-inline-link {
  margin: 20px 0 0;
  padding: 14px 17px;
  border-radius: 9px;
  background: var(--s294-soft);
}

.swing-294-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--s294-border);
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.swing-294-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.swing-294-table caption {
  padding: 14px;
  background: #eef6f8;
  color: var(--s294-blue-dark);
  font-weight: 800;
  text-align: left;
}

.swing-294-table th,
.swing-294-table td {
  padding: 14px 15px;
  border-top: 1px solid var(--s294-border);
  text-align: left;
  vertical-align: top;
}

.swing-294-table thead th {
  background: #33464e;
  color: #fff;
}

.swing-294-table tbody th {
  width: 22%;
  color: var(--s294-red-dark);
  font-weight: 800;
}

.swing-294-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.swing-294-two-column article {
  padding: 21px;
  border-radius: 12px;
  background: #f8faf9;
}

.swing-294-two-column p {
  margin: 0;
  color: var(--s294-muted);
}

.swing-294-error-list article {
  border-top: 4px solid var(--s294-red);
}

.swing-294-error-list p {
  margin-bottom: 0;
}

.swing-294-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.swing-294-checklist li {
  position: relative;
  margin: 0;
  padding: 14px 15px 14px 47px;
  border: 1px solid #d8e5df;
  border-radius: 10px;
  background: #f7fbf9;
}

.swing-294-checklist li::before {
  position: absolute;
  top: 16px;
  left: 17px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #2f8a63;
  border-radius: 4px;
  color: #2f8a63;
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.swing-294-service-grid,
.swing-294-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.swing-294-service-grid > a,
.swing-294-related-grid > a {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 14px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--s294-border);
  border-radius: 12px;
  background: #fff;
  color: #24343a !important;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.swing-294-service-grid > a:hover,
.swing-294-service-grid > a:focus-visible,
.swing-294-related-grid > a:hover,
.swing-294-related-grid > a:focus-visible {
  border-color: var(--s294-red);
  color: #24343a !important;
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(40, 55, 60, .11);
}

.swing-294-service-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff1f3;
  color: var(--s294-red);
  font-size: 20px;
}

.swing-294-service-grid strong,
.swing-294-related-grid strong {
  font-size: 16px;
  line-height: 1.55;
}

.swing-294-service-grid small,
.swing-294-related-grid span {
  color: var(--s294-muted);
  font-size: 13px;
  line-height: 1.65;
}

.swing-294-related {
  padding: clamp(24px, 4vw, 36px);
  border-radius: 16px;
  background: #f4f7f7;
}

.swing-294-related-grid {
  margin-top: 22px;
}

.swing-294-related-grid > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.swing-294-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 21px;
  font-weight: 800;
}

.swing-294-faq-list {
  display: grid;
  gap: 11px;
}

.swing-294-faq-list details {
  overflow: hidden;
  border: 1px solid var(--s294-border);
  border-radius: 11px;
  background: #fff;
}

.swing-294-faq-list summary {
  position: relative;
  padding: 17px 48px 17px 20px;
  color: #26343a;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.swing-294-faq-list summary::-webkit-details-marker {
  display: none;
}

.swing-294-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--s294-red);
  content: "+";
  font-size: 24px;
  font-weight: 500;
  transform: translateY(-50%);
}

.swing-294-faq-list details[open] summary::after {
  content: "−";
}

.swing-294-faq-list details > div {
  padding: 0 20px 18px;
  border-top: 1px solid #eef1f1;
}

.swing-294-faq-list details p {
  margin: 14px 0 0;
}

.swing-294-cta {
  margin: 0 0 28px;
  padding: clamp(27px, 4vw, 44px);
  border-radius: 18px;
  background: linear-gradient(135deg, #812033 0%, #bc2038 58%, #d15a44 100%);
  color: #fff;
  text-align: center;
}

.swing-294-cta .swing-294-kicker {
  color: #ffe0a5;
}

.swing-294-cta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(23px, 2.5vw, 33px);
  line-height: 1.55;
}

.swing-294-cta p:not(.swing-294-kicker) {
  max-width: 760px;
  margin: 0 auto;
}

.swing-294-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.swing-294-button,
.swing-294-button:visited {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  min-height: 54px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.swing-294-button--primary,
.swing-294-button--primary:visited {
  border-color: #fff;
  background-color: #fff;
  color: #8d1729 !important;
}

.swing-294-button--primary:hover,
.swing-294-button--primary:focus-visible {
  border-color: #ffe0a5;
  background-color: #ffe0a5;
  color: #67101e !important;
  transform: translateY(-2px);
}

.swing-294-button--secondary,
.swing-294-button--secondary:visited {
  border-color: #fff;
  background-color: transparent;
  color: #fff !important;
}

.swing-294-button--secondary:hover,
.swing-294-button--secondary:focus-visible {
  border-color: #fff;
  background-color: #fff;
  color: #8d1729 !important;
  transform: translateY(-2px);
}

.swing-294-button:focus-visible,
.swing-294-service-grid > a:focus-visible,
.swing-294-related-grid > a:focus-visible,
.swing-294-toc a:focus-visible,
.swing-294-back-link:focus-visible,
.swing-294-faq-list summary:focus-visible {
  outline: 3px solid #f0b93e;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .swing-294-choice-grid,
  .swing-294-error-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .swing-294-summary-grid,
  .swing-294-toc ol,
  .swing-294-choice-grid,
  .swing-294-steps,
  .swing-294-two-column,
  .swing-294-error-list,
  .swing-294-checklist,
  .swing-294-service-grid,
  .swing-294-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .swing-294-lead,
  .swing-294-related,
  .swing-294-cta {
    padding: 22px 18px;
  }

  .swing-294-toc {
    padding: 20px 18px;
  }

  .swing-294-table {
    min-width: 620px;
  }

  .swing-294-cta-buttons {
    flex-direction: column;
  }

  .swing-294-button,
  .swing-294-button:visited {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .swing-294-title {
    font-size: 22px !important;
  }

  .swing-294-summary-grid > div,
  .swing-294-choice-grid article,
  .swing-294-steps article,
  .swing-294-error-list article,
  .swing-294-service-grid > a,
  .swing-294-related-grid > a {
    padding: 17px 15px;
  }

  .swing-294-service-grid > a {
    grid-template-columns: minmax(0, 1fr);
  }

  .swing-294-service-icon {
    grid-row: auto;
    margin-bottom: 6px;
  }
}
