/*
Theme Name:     Lightning-child
Description:    Lightningの子テーマ
Author:         mirai
Template:       lightning

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* -----------------------------
	改行
----------------------------- */

.hidden {
	display: none;
}

.hidden.pcBlock {
	display: inline;
}

@media screen and (max-width: 640px) {
	.hidden.pcBlock {
		display: none;
	}

	.hidden.spBlock {
		display: inline;
	}
}

/*スマホcenter⇒left*/
@media screen and (max-width: 800px) {
	.mobile-left {
		text-align:left;
	}
}

/* -----------------------------
	汎用
----------------------------- */

.clear {
    clear:both;
}

.floatL{
	float:left;
	margin: 0;
}

.floatR{
	float:right;
	margin: -15px 0 0 20px;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.underline {
    text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-weight:bold;
}

.font-bold {
	font-weight:bold;
}

.font-normal {
	font-weight:normal;
}

.indent-1 {
	margin:0 0 0 1em;
	text-indent: -1em;
}

.indent1 {
	text-indent: 1em;
}


.smg-sales-page {
  --smg-blue: #2f5cf6;
  --smg-blue-dark: #173b9f;
  --smg-blue-soft: #eef3ff;
  --smg-green: #19a46b;
  --smg-text: #1f2937;
  --smg-muted: #5f6b7a;
  --smg-border: #dfe7f3;
  --smg-bg: #f7f9fd;
  color: var(--smg-text);
  font-family: inherit;
}

.smg-sales-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}

.smg-sales-hero {
  padding: clamp(64px, 9vw, 112px) 0;
  background:
    radial-gradient(circle at top left, rgba(47, 92, 246, 0.18), transparent 34%),
    linear-gradient(135deg, #f7faff 0%, #eef4ff 52%, #ffffff 100%);
  text-align: center;
}

.smg-sales-label,
.smg-sales-section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--smg-blue-soft);
  color: var(--smg-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.smg-sales-hero h1 {
  margin: 0;
  font-size: clamp(22px, 4vw, 40px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.smg-sales-lead {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--smg-muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.9;
}

.smg-sales-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.smg-sales-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.smg-sales-btn-main {
  background: var(--smg-blue);
  color: #fff;
  box-shadow: 0 10px 22px rgba(47, 92, 246, 0.25);
}

.smg-sales-btn-main:hover {
  transform: translateY(-2px);
  color: #fff;
}

.smg-sales-btn-sub {
  background: #fff;
  color: var(--smg-blue-dark);
  border: 1px solid var(--smg-border);
}

.smg-sales-section {
  padding: clamp(54px, 7vw, 86px) 0;
}

.smg-sales-bg {
  background: var(--smg-bg);
}

.smg-sales-section h2,
.smg-sales-cta h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.45;
  font-weight: 900;
}

.smg-sales-text {
  max-width: 780px;
  margin: 20px auto 0;
  color: var(--smg-muted);
  line-height: 1.9;
  text-align: center;
}

.smg-sales-cards,
.smg-sales-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.smg-sales-card,
.smg-sales-feature,
.smg-sales-list-box,
.smg-price-box,
.smg-sales-compare > div {
  background: #fff;
  border: 1px solid var(--smg-border);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(31, 41, 55, 0.06);
}

.smg-sales-card {
  padding: 24px;
}

.smg-sales-card h3,
.smg-sales-feature h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
}

.smg-sales-card p,
.smg-sales-feature p {
  margin: 0;
  color: var(--smg-muted);
  line-height: 1.8;
}

.smg-sales-feature {
  padding: 24px;
}

.smg-sales-feature span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--smg-blue-soft);
  color: var(--smg-blue-dark);
  font-weight: 900;
}

.smg-sales-list-box {
  max-width: 820px;
  margin: 34px auto 0;
  padding: 28px;
}

.smg-sales-list-box ul {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 10px;
  line-height: 1.8;
}

.smg-sales-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.smg-sales-compare > div {
  padding: 28px;
}

.smg-sales-compare h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
}

.smg-sales-compare p {
  margin: 0;
  color: var(--smg-muted);
  line-height: 1.9;
}

.smg-sales-price {
  background: linear-gradient(135deg, #eef4ff 0%, #ffffff 100%);
}

.smg-price-box {
  max-width: 620px;
  margin: 34px auto 0;
  padding: 34px;
  text-align: center;
}

.smg-price-name {
  margin: 0 0 10px;
  color: var(--smg-muted);
  font-weight: 800;
}

.smg-price-main {
  margin: 0;
  color: var(--smg-blue-dark);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.2;
}

.smg-price-note {
  margin: 16px auto 0;
  max-width: 440px;
  color: var(--smg-muted);
  line-height: 1.8;
}

.smg-sales-cta {
  padding: clamp(58px, 8vw, 92px) 0;
  background: #102a66;
  color: #fff;
  text-align: center;
}

.smg-sales-cta .smg-sales-section-label {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

.smg-sales-cta p {
  max-width: 720px;
  margin: 20px auto 28px;
  color: rgba(255,255,255,0.84);
  line-height: 1.9;
}

@media (max-width: 900px) {
  .smg-sales-cards,
  .smg-sales-feature-grid,
  .smg-sales-compare {
    grid-template-columns: 1fr;
  }

  .smg-pc {
    display: none;
  }

  .smg-sales-btn {
    width: 100%;
    max-width: 320px;
  }
}










/*************************
*マニュアル
***************************/


.smg-manual-page {
  --smg-blue: #2f5cf6;
  --smg-blue-dark: #173b9f;
  --smg-blue-soft: #eef3ff;
  --smg-red-soft: #fff1f1;
  --smg-red: #b3261e;
  --smg-green-soft: #e7f7ed;
  --smg-green: #116329;
  --smg-text: #1f2937;
  --smg-muted: #5f6b7a;
  --smg-border: #dfe7f3;
  --smg-bg: #f7f9fd;
  color: var(--smg-text);
  line-height: 1.9;
}

.smg-manual-page * {
  box-sizing: border-box;
}

.smg-manual-hero {
  max-width: 1040px;
  margin: 0 auto 36px;
  padding: clamp(42px, 6vw, 70px) 20px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(47, 92, 246, 0.16), transparent 34%),
    linear-gradient(135deg, #f7faff 0%, #eef4ff 52%, #ffffff 100%);
  border-radius: 24px;
}

.smg-manual-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--smg-blue-soft);
  color: var(--smg-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.smg-manual-hero h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.4;
  font-weight: 900;
}

.smg-manual-hero p {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--smg-muted);
}

.smg-manual-section {
  max-width: 1040px;
  margin: 0 auto 24px;
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
  border: 1px solid var(--smg-border);
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(31, 41, 55, 0.05);
}

.smg-manual-section h2 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--smg-blue-soft);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.5;
  font-weight: 900;
}

.smg-manual-section h3 {
  margin: 26px 0 8px;
  font-size: 18px;
  font-weight: 900;
}

.smg-manual-section p {
  margin: 0 0 14px;
}

.smg-manual-section ul {
  margin: 14px 0 0;
  padding-left: 1.3em;
}

.smg-manual-section li {
  margin: 6px 0;
}

.smg-manual-alert {
  border-color: #ffd5d5;
  background: linear-gradient(180deg, #fffafa 0%, #ffffff 100%);
}

.smg-manual-alert h2 {
  border-bottom-color: #ffd5d5;
  color: var(--smg-red);
}

.smg-manual-note {
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--smg-red-soft);
  color: var(--smg-red);
  font-weight: 700;
}

.smg-manual-path,
.smg-manual-example {
  margin: 14px 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--smg-bg);
  border: 1px solid var(--smg-border);
  font-weight: 700;
}

.smg-manual-path {
  color: var(--smg-blue-dark);
}

.smg-manual-example {
  color: var(--smg-green);
}

.smg-manual-finish {
  background: linear-gradient(135deg, #eef4ff 0%, #ffffff 100%);
}

@media (max-width: 768px) {
  .smg-manual-hero,
  .smg-manual-section {
    border-radius: 16px;
  }

  .smg-manual-section {
    padding: 22px 18px;
  }
}