@charset "UTF-8";
/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

#content {
  max-width: 700px;
  margin: 0 auto;
}

.sp {
  display: none;
}

.hatsuden .top-title h1 {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  background-color: #007DEA;
  margin-bottom: 0;
}
.hatsuden img {
  width: 100%;
  margin-bottom: 8px;
}
.hatsuden img.minus {
  margin-top: -48px;
}
.hatsuden .text-box {
  text-align: center;
  font-weight: bold;
  margin: 36px auto;
}
.hatsuden .text-box .notion {
  font-size: 24px;
  color: #E30E0E;
  animation: blinking 1s ease-in-out infinite alternate;
}
.hatsuden .text-box .normal {
  font-size: 18px;
  white-space: pre-line;
  line-height: 1.7;
}
.hatsuden .link {
  display: block;
  text-align: center;
}
.hatsuden span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.hatsuden .btn-area {
  margin: 24px auto;
  text-align: center;
}
.hatsuden .btn-area .ashirai {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.hatsuden .btn-area .ashirai:before, .hatsuden .btn-area .ashirai:after {
  width: 3px;
  height: 32px;
  background-color: #2589d0;
  content: "";
}
.hatsuden .btn-area .ashirai:before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.hatsuden .btn-area .ashirai:after {
  transform: rotate(35deg);
  margin-left: 30px;
}
.hatsuden .btn-area .btn {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 24px 16px;
  border: none;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  animation: anima-button-41 1s ease-in-out infinite alternate;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anima-button-41 {
  7% {
    transform: translateY(-15px);
  }
  15% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-7px);
  }
  25% {
    transform: translateY(0);
  }
}
#saigai .cta-btn {
  animation: anima-button-41 1s ease-in-out infinite alternate;
}
#saigai * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#saigai body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #f5f5f0;
  color: #333;
  line-height: 1.95;
  -webkit-font-smoothing: antialiased;
}
#saigai img {
  width: 100%;
  display: block;
}
#saigai .container {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
}
#saigai .pr-tag {
  text-align: right;
  font-size: 11px;
  color: #aaa;
  padding: 6px 16px 0;
  letter-spacing: 0.5px;
}
#saigai .text-center {
  text-align: center;
}
#saigai .text-small {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
#saigai .hl-yellow {
  background: linear-gradient(transparent 60%, #fff3b0 60%);
  font-weight: bold;
}
#saigai .hl-red {
  color: #b91c1c;
  font-weight: bold;
}
#saigai section {
  padding: 28px 22px;
}
#saigai h2 {
  font-size: 1.18em;
  line-height: 1.75;
  margin: 0 0 14px;
  font-weight: 800;
  color: #1a1a1a;
}
#saigai p {
  margin: 14px 0;
  font-size: 15px;
  color: #444;
}
#saigai .hero {
  position: relative;
}
#saigai .hero img {
  width: 100%;
  display: block;
}
#saigai .hero-overlay h1 {
  font-size: 1.35em;
  font-weight: 800;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
#saigai .hero-overlay .hero-sub {
  font-size: 0.82em;
  margin-top: 6px;
  color: #ddd;
}
#saigai .alert-box {
  background: #fef8f0;
  border-left: 4px solid #d97706;
  padding: 18px 20px;
  margin: 20px 0;
  border-radius: 0 6px 6px 0;
}
#saigai .alert-box p {
  color: #78350f;
  font-size: 14px;
  margin: 0;
}
#saigai .alert-box strong {
  color: #92400e;
}
#saigai .fear-box {
  background: #fef2f2;
  padding: 18px 20px;
  margin: 20px 0;
  border-radius: 6px;
}
#saigai .fear-box p {
  color: #7f1d1d;
  font-size: 15px;
  margin: 0;
}
#saigai .fear-box .sub {
  font-size: 13px;
  color: #991b1b;
  margin-top: 8px;
}
#saigai .simple-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 14px;
}
#saigai .simple-table th {
  background: #f9fafb;
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #e5e7eb;
  color: #374151;
  font-size: 13px;
}
#saigai .simple-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f3f4f6;
  color: #444;
}
#saigai .simple-table .bad {
  color: #dc2626;
  font-weight: 600;
}
#saigai .simple-table .good {
  color: #059669;
  font-weight: 600;
}
#saigai .compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 14px;
}
#saigai .compare-table th {
  background: #374151;
  color: #fff;
  padding: 10px 8px;
  font-weight: 600;
  font-size: 13px;
}
#saigai .compare-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  font-size: 14px;
}
#saigai .compare-table tr:nth-child(even) {
  background: #f9fafb;
}
#saigai .compare-table .bad {
  color: #dc2626;
  font-weight: 600;
}
#saigai .compare-table .good {
  color: #059669;
  font-weight: 600;
}
#saigai blockquote {
  border-left: 3px solid #d1d5db;
  padding: 14px 18px;
  margin: 18px 0;
  background: #fafafa;
  font-size: 14px;
  color: #555;
  border-radius: 0 4px 4px 0;
}
#saigai blockquote cite {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 6px;
  font-style: normal;
}
#saigai .section-heading {
  background: #f8f8f5;
  padding: 24px 22px;
  border-top: 1px solid #e8e8e3;
  border-bottom: 1px solid #e8e8e3;
}
#saigai .section-heading h2 {
  text-align: center;
  margin: 0;
}
#saigai .section-heading p {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin: 6px 0 0;
}
#saigai .num-highlight {
  text-align: center;
  padding: 20px;
  margin: 18px 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
#saigai .num-highlight .num {
  font-size: 2.2em;
  font-weight: 800;
  color: #b91c1c;
  line-height: 1.3;
}
#saigai .num-highlight .label {
  font-size: 13px;
  color: #888;
  margin-top: 2px;
}
#saigai .point-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
#saigai .point-list li {
  padding: 12px 16px 12px 38px;
  margin: 6px 0;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #f3f4f6;
  color: #444;
}
#saigai .point-list li::before {
  content: "●";
  position: absolute;
  left: 16px;
  top: 13px;
  color: #059669;
  font-size: 8px;
}
#saigai .point-list.warn li::before {
  content: "▲";
  color: #dc2626;
  font-size: 10px;
  top: 12px;
}
#saigai .results-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 18px 0;
}
#saigai .result-item {
  flex: 1;
  text-align: center;
  padding: 14px 8px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
#saigai .result-item .r-num {
  font-size: 1.3em;
  font-weight: 800;
  color: #1a1a1a;
  display: block;
}
#saigai .result-item .r-label {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}
#saigai .subsidy-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 20px;
  margin: 18px 0;
  text-align: center;
}
#saigai .subsidy-box .s-num {
  font-size: 2em;
  font-weight: 800;
  color: #059669;
  display: block;
}
#saigai .subsidy-box .s-label {
  font-size: 13px;
  color: #666;
}
#saigai .subsidy-row {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}
#saigai .subsidy-row .subsidy-box {
  flex: 1;
  margin: 0;
}
#saigai .faq-item {
  padding: 16px 0;
  border-bottom: 1px solid #f3f4f6;
}
#saigai .faq-q {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}
#saigai .faq-q::before {
  content: "Q. ";
  color: #059669;
  font-weight: 800;
}
#saigai .faq-a {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
}
#saigai .cta-section {
  background: #fff;
  padding: 32px 22px;
  text-align: center;
  border-top: 1px solid #e8e8e3;
}
#saigai .cta-label {
  font-size: 13px;
  color: #059669;
  font-weight: 700;
  margin-bottom: 6px;
}
#saigai .cta-headline {
  font-size: 1.1em;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 18px;
  line-height: 1.7;
}
#saigai .cta-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 16px 10px;
  background: #059669;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
}
#saigai .cta-btn:hover {
  background: #047857;
}
#saigai .cta-sub {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
#saigai .cta-mid {
  background: #f9fafb;
  border-top: 1px solid #e8e8e3;
  border-bottom: 1px solid #e8e8e3;
  padding: 28px 22px;
  text-align: center;
}
#saigai figure img {
  border-radius: 0;
}
#saigai figcaption {
  font-size: 12px;
  color: #999;
  padding: 6px 4px 0;
  text-align: center;
}
#saigai .bg-light {
  background: #f9faf8;
}
#saigai .divider {
  border: none;
  border-top: 1px solid #e8e8e3;
  margin: 0;
}
#saigai footer {
  background: #f9fafb;
  color: #999;
  text-align: center;
  padding: 24px 16px;
  font-size: 12px;
  border-top: 1px solid #e8e8e3;
}
#saigai footer a {
  color: #999;
  margin: 0 8px;
  text-decoration: none;
}
#saigai footer a:hover {
  text-decoration: underline;
}

@media (max-width: 1280px) {
  /******************************************************************

  Stylesheet: 1280px以上のモニタで適用

  ******************************************************************/
  .travel__inner {
    padding: 50px 150px;
  }
  .popular__item {
    flex-basis: 23%;
  }
  .side {
    display: block;
  }
}
@media (max-width: 960px) {
  /******************************************************************

  Stylesheet: 960px以上のモニタで適用

  ******************************************************************/
}
@media (max-width: 600px) {
  /******************************************************************

  Stylesheet: 600px以上のタブレットやモニタで適用

  ******************************************************************/
  .text-box {
    padding: 16px;
  }
  .sp {
    display: block;
  }
}
@media (max-width: 480px) {
  /******************************************************************

  Stylesheet: 480px以上(スマホの横向き)のモニタで適用

  ******************************************************************/
}/*# sourceMappingURL=style.css.map */