@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #333333;
  background-color: #f9f9fb;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/*
 * .l-container はecforce標準クラスと競合するため、
 * 独自デザイン用には別のクラス（例：.p-forteca_container）等を使用するか、
 * あるいは各セクションごとのmax-width指定を利用します。
 */
/* General Sections */
.p-forteca_section {
  max-width: 1000px;
  margin: 0 auto 64px;
  padding: 0 32px;
}

.p-forteca_section__title {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.1;
}

.p-forteca_section__main {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.p-forteca_section__inner {
  text-align: center;
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.p-forteca_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #8c3a3a; /* Dark red/brown button */
  color: #fff;
  padding: 16px 48px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: background-color 0.3s;
}

.p-forteca_btn:hover {
  background-color: #a44848;
}

.p-header {
  background: #1b2a47;
  padding: 16px 16px;
  color: #fff;
  position: relative;
}
.p-header a {
  color: #fff;
  text-decoration: none;
}

.logo {
  font-size: clamp(1rem, 4.5vw, 1.5rem);
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.logo img {
  height: 28px;
  width: auto;
  vertical-align: middle;
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.p-header__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.p-header__nav-item {
  position: static;
}

.p-header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 100;
  border-top: 1px solid #ddd;
}

@media (min-width: 1025px) {
  .p-header__nav-item.has-dropdown:hover .p-header__dropdown {
    visibility: visible;
    opacity: 1;
  }
}
.p-header__dropdown-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.p-header__dropdown-item {
  flex: none;
  text-align: center;
  padding: 16px;
  color: #333 !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #eee;
  background: #fdfdfd;
  transition: background-color 0.2s;
}
.p-header__dropdown-item:hover {
  background: #f5f5f5;
}
.p-header__dropdown-item:hover .p-header__dropdown-img img {
  transform: scale(1.08);
}

.p-header__dropdown-img {
  width: 110px;
  height: 88px;
  margin: 0 auto 8px;
  background: #eaeaea;
  overflow: hidden;
  border-radius: 4px;
}
.p-header__dropdown-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.p-header__dropdown-text {
  font-size: 0.9rem;
  font-weight: bold;
}

.p-header__icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.p-header__icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.p-header__icon-link svg {
  width: 24px;
  height: 24px;
}

.p-header__cart {
  position: relative;
}

.p-header__cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #e32c2b;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  min-width: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

.p-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s;
}

.p-hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
  margin-left: 16px;
}
.p-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.p-hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.p-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.p-hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .p-header__nav {
    gap: 1.5vw;
  }
  .p-header__nav a {
    font-size: 1.2vw;
  }
}
@media (max-width: 1024px) {
  .p-hamburger {
    display: flex;
  }
  .p-header__nav {
    position: fixed;
    top: 0;
    right: -400px;
    width: 300px;
    height: 100vh;
    background: #1b2a47;
    flex-direction: column;
    padding: 64px 32px;
    transition:
      right 0.3s ease,
      visibility 0s 0.3s;
    z-index: 100;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    overflow-y: auto;
    align-items: flex-start;
  }
  .p-header__nav.is-open {
    right: 0;
    visibility: visible;
    transition:
      right 0.3s ease,
      visibility 0s;
  }
  .p-header__nav a {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  .p-header__nav-item {
    width: 100%;
    position: relative;
  }
  .p-header__nav-item.has-dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-header__nav-item.has-dropdown > a::after {
    content: "+";
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 10px;
    transition: transform 0.3s;
  }
  .p-header__nav-item.is-open > a::after {
    content: "−";
  }
  .p-header__nav-item.is-open .p-header__dropdown {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .p-header__dropdown {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    width: 100%;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 8px;
    padding: 10px;
  }
  .p-header__nav-item.is-open .p-header__dropdown {
    display: block;
  }
  .p-header__dropdown-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .p-header__dropdown-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    text-align: left;
    color: #fff !important;
  }
  .p-header__dropdown-item:last-child {
    border-bottom: none;
  }
  .p-header__dropdown-item:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .p-header__dropdown-img {
    width: 60px;
    height: 48px;
    margin: 0;
    flex-shrink: 0;
  }
  .p-header__dropdown-text {
    color: #fff;
    font-size: 0.9rem;
    text-align: left;
    flex: 1;
  }
  .p-header__overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  body.menu-open {
    overflow: hidden;
  }
}
/* Footer */
.p-footer {
  background: #1b2a47;
  color: #ccc;
  padding: 60px 40px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.p-footer a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-footer a:hover {
  color: #fff;
}

.p-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 900px) {
  .p-footer__inner {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
.p-footer__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 260px;
  flex-shrink: 0;
}

.p-footer__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.p-footer__logo img {
  height: 28px;
  width: auto;
}

.p-footer__sns {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 10px;
}
.p-footer__sns img,
.p-footer__sns svg {
  width: 22px;
  height: 22px;
  display: block;
}

.p-footer__company-link {
  font-size: 0.85rem;
  margin-top: 20px;
}
.p-footer__company-link a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.p-footer__company-link a:hover {
  color: #fff;
}

.p-footer__copy {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 0.05em;
}

.p-footer__right {
  flex: 1;
  max-width: 700px;
}

.p-footer__nav-cols {
  display: flex;
  justify-content: space-between;
}

.p-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.p-footer__nav-list li {
  font-size: 0.85rem;
  line-height: 1.4;
}
.p-footer__nav-list:nth-child(3) {
  flex: 1.5;
}

@media (max-width: 768px) {
  .p-footer__nav-cols {
    flex-direction: column;
    gap: 32px;
  }
}
.p-footer__pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  background-color: #a42c2c;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    opacity 0.3s,
    visibility 0.3s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.p-footer__pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.p-footer__pagetop:hover {
  transform: translateY(-5px);
  background-color: #c93b3b;
}

@media (max-width: 768px) {
  .p-footer__pagetop {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    font-size: 0.7rem;
  }
  .p-footer {
    padding: 60px 20px;
  }
}
/* Hero Section */
.c-forteca_hero {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  --swiper-theme-color: #dbb805;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
}
.c-forteca_hero__slide picture {
  display: block;
  width: 100%;
}
.c-forteca_hero__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.c-forteca_hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 32px;
  padding-left: 32px;
  box-sizing: border-box;
}
.c-forteca_hero__content {
  position: absolute;
  bottom: 17%;
  left: 17%;
  text-align: center;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-forteca_hero__copy {
  font-size: 1.6vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1400px) {
  .c-forteca_hero__copy {
    font-size: 24px;
  }
}
.c-forteca_hero__copy sup {
  font-size: 0.6em;
  vertical-align: super;
}
.c-forteca_hero__plus {
  display: block;
  font-size: 1.6vw;
  font-weight: 600;
  margin: var(--spacing-xs) 0;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1400px) {
  .c-forteca_hero__plus {
    font-size: 24px;
  }
}
.c-forteca_hero__notes {
  position: absolute;
  bottom: 2%;
  left: 6%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  line-height: 1.3;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.c-forteca_hero__notes p {
  margin: 0 0 2px 0;
}

.p-forteca_btn--hero {
  background-color: #a41612;
  margin-top: calc(16px * 2);
  padding: 10px 28px;
  font-size: 1.4vw;
  font-weight: 600;
}
@media (min-width: 1400px) {
  .p-forteca_btn--hero {
    font-size: 20px;
  }
}
.p-forteca_btn--hero:hover {
  background-color: #c91b15;
}

@media (max-width: 992px) {
  .c-forteca_hero {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
  }
  .c-forteca_hero__inner {
    position: relative;
    height: auto;
    padding: 32px 5%;
    background-color: #070707;
    margin-top: -12%;
  }
  .c-forteca_hero__content {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transform: none;
  }
  .c-forteca_hero__copy {
    font-size: 2.6vw;
    text-shadow: none;
  }
  .c-forteca_hero__plus {
    font-size: 2.6vw;
    text-shadow: none;
  }
  .c-forteca_hero__notes {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0 5%;
    font-size: 10px;
    text-shadow: none;
    margin-top: 0;
    background-color: #070707;
    padding-bottom: 32px;
  }
  .p-forteca_btn--hero {
    font-size: 2.8vw;
    padding: 12px 24px;
    margin-top: 32px;
  }
}
/* LP Specific Styles */
.p-forteca_lp-top-image {
  background-color: #000;
  text-align: center;
}
.p-forteca_lp-top-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-forteca_lp-catch {
  text-align: center;
  padding: 80px 20px;
  background-color: #070707;
}
.p-forteca_lp-catch__box {
  display: inline-block;
  padding: 20px 40px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #fff;
  border: 1px solid #dbb805;
}
.p-forteca_lp-catch__large {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-forteca_lp-catch__large span {
  color: #dbb805;
}

.p-forteca_lp-reason {
  background-color: #070707;
  text-align: center;
  padding: 80px 20px 40px;
}
.p-forteca_lp-reason__title {
  margin: 0;
}
.p-forteca_lp-reason__small {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-forteca_lp-reason__large {
  display: block;
  font-size: 3rem;
  color: #dbb805;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .p-forteca_lp-catch__box {
    padding: 16px 20px;
    font-size: 1.1rem;
  }
  .p-forteca_lp-catch__large {
    font-size: 2rem;
  }
  .p-forteca_lp-reason__large {
    font-size: 2rem;
  }
}
.p-forteca_lp-minoxidil {
  background-color: #070707;
  padding: 80px 20px;
  color: #fff;
}
.p-forteca_lp-minoxidil__text {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  line-height: 2;
  text-align: justify;
}
.p-forteca_lp-minoxidil__text-red {
  color: #b22222;
  font-weight: bold;
}
.p-forteca_lp-minoxidil__note {
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #ccc;
}
.p-forteca_lp-minoxidil__arrow {
  text-align: center;
  margin-bottom: 40px;
}
.p-forteca_lp-minoxidil__arrow svg {
  width: 60px;
  height: auto;
  color: #fff;
}
.p-forteca_lp-minoxidil__concentration {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-forteca_lp-minoxidil__con-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}
.p-forteca_lp-minoxidil__con-title span {
  color: #dbb805;
}
.p-forteca_lp-minoxidil__con-main {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.p-forteca_lp-minoxidil__con-main span {
  font-size: 3rem;
  color: #dbb805;
  margin: 0 4px;
}
.p-forteca_lp-minoxidil__alert {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border: 4px solid #9ba7af;
  border-radius: 4px;
  color: #333;
}
.p-forteca_lp-minoxidil__alert-head {
  background-color: #9ba7af;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.p-forteca_lp-minoxidil__alert-list {
  padding: 24px 32px;
  margin: 0;
  list-style: none;
}
.p-forteca_lp-minoxidil__alert-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 16px;
  line-height: 1.8;
  font-size: 1rem;
}
.p-forteca_lp-minoxidil__alert-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #9ba7af;
}

@media (max-width: 768px) {
  .p-forteca_lp-minoxidil__text {
    font-size: 1rem;
  }
  .p-forteca_lp-minoxidil__con-main {
    font-size: 1.5rem;
  }
  .p-forteca_lp-minoxidil__con-main span {
    font-size: 2rem;
  }
  .p-forteca_lp-minoxidil__alert-list {
    padding: 16px;
  }
  .p-forteca_lp-minoxidil__alert-head {
    font-size: 1rem;
  }
}
.p-forteca_lp-offer-wrap {
  background-color: #fff;
  padding: 80px 20px;
}

.p-forteca_lp-offer__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #dbb805;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.p-forteca_lp-offer {
  max-width: 600px;
  margin: 0 auto;
  border: 8px solid #a88836;
  background-color: #fff;
  color: #333;
}
.p-forteca_lp-offer__header {
  background-color: #d4ae38;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 16px;
  letter-spacing: 0.1em;
}
.p-forteca_lp-offer__main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  border-bottom: 1px solid #333;
  margin: 0 24px;
}
.p-forteca_lp-offer__main-text {
  flex: 1;
  color: #8c1a1a;
  text-align: center;
}
.p-forteca_lp-offer__catch-up {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-forteca_lp-offer__catch-down {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-forteca_lp-offer__logo-area {
  margin-top: 16px;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-forteca_lp-offer__badge-drug {
  border: 1px solid #333;
  font-size: 0.9rem;
  padding: 2px 8px;
  font-weight: bold;
}
.p-forteca_lp-offer__main-img {
  width: 140px;
  flex-shrink: 0;
}
.p-forteca_lp-offer__main-img img {
  width: 100%;
  height: auto;
}
.p-forteca_lp-offer__price-area {
  padding: 24px;
}
.p-forteca_lp-offer__price-row1 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  margin-bottom: 8px;
}
.p-forteca_lp-offer__normal-price {
  font-size: 1rem;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.p-forteca_lp-offer__normal-price-num {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.p-forteca_lp-offer__normal-price-num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  height: 2px;
  background-color: red;
  transform: rotate(-10deg);
}
.p-forteca_lp-offer__price-desc {
  font-size: 1.1rem;
  font-weight: bold;
  color: #555;
  line-height: 1.4;
}
.p-forteca_lp-offer__price-row2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.p-forteca_lp-offer__discount-badge {
  background-color: #d4ae38;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 8px 16px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.p-forteca_lp-offer__discount-badge small {
  font-size: 1.2rem;
  font-weight: normal;
}
.p-forteca_lp-offer__price-main {
  font-size: 5rem;
  font-weight: bold;
  color: #a42c2c;
  line-height: 1;
}
.p-forteca_lp-offer__price-main small {
  font-size: 1.2rem;
  color: #333;
}
.p-forteca_lp-offer__shipping {
  background-color: #2b455c;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
.p-forteca_lp-offer__savings {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-forteca_lp-offer__savings span {
  font-size: 1.8rem;
  color: #d4ae38;
}
.p-forteca_lp-offer__btn-wrap {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 24px;
}
.p-forteca_lp-offer__btn {
  display: block;
  background: linear-gradient(to bottom, #d25a5a, #a42c2c);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 40px;
  text-decoration: none;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.4);
  transition:
    transform 0.2s,
    background 0.2s;
}
.p-forteca_lp-offer__btn:hover {
  transform: translateY(2px);
  background: linear-gradient(to bottom, #a42c2c, #8c1a1a);
}
.p-forteca_lp-offer__second-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 24px 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #eee;
}
.p-forteca_lp-offer__second-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
.p-forteca_lp-offer__second-discount {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2b455c;
}
.p-forteca_lp-offer__second-discount small {
  font-size: 1.2rem;
}
.p-forteca_lp-offer__second-arrow {
  font-size: 1.5rem;
  color: #d4ae38;
  font-weight: bold;
}
.p-forteca_lp-offer__second-price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}
.p-forteca_lp-offer__second-price small {
  font-size: 1rem;
}
.p-forteca_lp-offer__shipping-small {
  background-color: #a88836;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 4px 8px;
  text-align: center;
}
.p-forteca_lp-offer__notes {
  padding: 0 24px 32px;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.6;
}
.p-forteca_lp-offer__notes p {
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .p-forteca_lp-offer__catch-up {
    font-size: 3rem;
  }
  .p-forteca_lp-offer__catch-down {
    font-size: 3.5rem;
  }
  .p-forteca_lp-offer__logo-area {
    font-size: 1.5rem;
  }
  .p-forteca_lp-offer__normal-price-num {
    font-size: 1.4rem;
  }
  .p-forteca_lp-offer__price-desc {
    font-size: 0.9rem;
  }
  .p-forteca_lp-offer__discount-badge {
    font-size: 1.5rem;
  }
  .p-forteca_lp-offer__price-main {
    font-size: 3.5rem;
  }
  .p-forteca_lp-offer__shipping {
    width: 50px;
    height: 50px;
    font-size: 0.8rem;
  }
  .p-forteca_lp-offer__btn {
    font-size: 1.2rem;
    padding: 16px 0;
  }
  .p-forteca_lp-offer__second-time {
    flex-wrap: wrap;
    text-align: center;
  }
}
.p-forteca_lp-item {
  max-width: 600px;
  margin: 0 auto 60px;
  color: #333;
}
.p-forteca_lp-item__title {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #a88836;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  background-color: #fff;
  color: #333;
}
.p-forteca_lp-item__title span {
  color: #a42c2c;
  font-size: 1.8rem;
}
.p-forteca_lp-item__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}
.p-forteca_lp-item__img-1 {
  width: 120px;
}
.p-forteca_lp-item__img-4 {
  width: 280px;
}
.p-forteca_lp-item__img-1 img,
.p-forteca_lp-item__img-4 img {
  width: 100%;
  height: auto;
}
.p-forteca_lp-item__balloon {
  position: relative;
  background: #fff;
  border: 2px solid #dbb805;
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
.p-forteca_lp-item__balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border-width: 12px 12px 12px 0;
  border-style: solid;
  border-color: transparent #dbb805 transparent transparent;
}
.p-forteca_lp-item__balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.p-forteca_lp-item__circle {
  background-color: #d4be54;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
.p-forteca_lp-item__circle-small {
  font-size: 1rem;
}
.p-forteca_lp-item__circle-large {
  font-size: 1.5rem;
}
.p-forteca_lp-item__price-area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.p-forteca_lp-item__tag {
  border: 1px solid #333;
  padding: 4px 16px;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
}
.p-forteca_lp-item__normal-p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}
.p-forteca_lp-item__price-main-box {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.p-forteca_lp-item__price-val,
.p-forteca_lp-item__price-val-normal {
  font-weight: bold;
  color: #a42c2c;
  line-height: 1;
}
.p-forteca_lp-item__price-val {
  font-size: 4rem;
}
.p-forteca_lp-item__price-val small {
  font-size: 1rem;
  color: #333;
}
.p-forteca_lp-item__price-val-normal {
  font-size: 3.5rem;
}
.p-forteca_lp-item__note-text {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 24px;
}
.p-forteca_lp-item__btn {
  display: block;
  background: linear-gradient(to bottom, #d25a5a, #a42c2c);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.4);
  transition:
    transform 0.2s,
    background 0.2s;
}
.p-forteca_lp-item__btn:hover {
  transform: translateY(2px);
  background: linear-gradient(to bottom, #a42c2c, #8c1a1a);
}
.p-forteca_lp-item__caution {
  font-size: 0.8rem;
  color: #333;
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 600px) {
  .p-forteca_lp-item__main {
    flex-direction: column;
  }
  .p-forteca_lp-item__balloon::before {
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #dbb805 transparent;
  }
  .p-forteca_lp-item__balloon::after {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
  }
  .p-forteca_lp-item__price-area {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .p-forteca_lp-item__price-val {
    font-size: 3rem;
  }
  .p-forteca_lp-item__price-val-normal {
    font-size: 2.5rem;
  }
  .p-forteca_lp-item__btn {
    font-size: 1.2rem;
    padding: 16px;
  }
}
.p-forteca_lp-footer-notes {
  max-width: 800px;
  margin: 60px auto 0;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}

.p-forteca_lp-minoxidil__alert-list-alt li {
  margin-bottom: 8px;
}

.p-forteca_lp-attention {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}
.p-forteca_lp-attention__bracket {
  font-size: 3rem;
  font-weight: 100;
  color: #333;
  line-height: 1;
  display: flex;
  align-items: center;
}
.p-forteca_lp-attention__text {
  text-align: center;
  padding: 0 24px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* LP Worry Section */
.p-forteca_lp-worry {
  background-color: #f7f9fa;
  padding: 80px 20px;
  color: #333;
}
.p-forteca_lp-worry__title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2b455c;
  border: 2px solid #2b455c;
  background-color: #fff;
  padding: 16px 32px;
  max-width: 800px;
  margin: 0 auto 60px;
}
.p-forteca_lp-worry__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto 60px;
}
.p-forteca_lp-worry__col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-forteca_lp-worry__box {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: left;
}
.p-forteca_lp-worry__box::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #d4be54;
}
.p-forteca_lp-worry__box-text {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 12px;
}
.p-forteca_lp-worry__box-text span {
  color: #a42c2c;
}
.p-forteca_lp-worry__box-age {
  text-align: right;
  font-size: 0.9rem;
  color: #666;
}
.p-forteca_lp-worry__lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #2b455c;
  margin-bottom: 40px;
}
.p-forteca_lp-worry__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto 40px;
}
.p-forteca_lp-worry__list-item {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  font-size: 1.2rem;
  padding: 20px;
  color: #333;
}
.p-forteca_lp-worry__note {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-forteca_lp-worry__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-forteca_lp-worry__list-item {
    font-size: 1rem;
    padding: 16px;
  }
  .p-forteca_lp-worry__lead {
    font-size: 1.5rem;
  }
}
/* LP Reasons Section */
.p-forteca_lp-reasons {
  background-color: #fff;
  padding: 0 0 80px;
  color: #333;
}
.p-forteca_lp-reasons__head-img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  display: block;
}
.p-forteca_lp-reasons__list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-forteca_lp-reasons__item {
  margin-bottom: 80px;
}
.p-forteca_lp-reasons__item:nth-child(even) .p-forteca_lp-reasons__content {
  flex-direction: row-reverse;
}
.p-forteca_lp-reasons__item-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.p-forteca_lp-reasons__num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #d4be54;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #d4be54;
  flex-shrink: 0;
}
.p-forteca_lp-reasons__heading {
  font-size: 2rem;
  font-weight: bold;
  color: #2b455c;
  line-height: 1.4;
}
.p-forteca_lp-reasons__heading span {
  color: #d4be54;
}
.p-forteca_lp-reasons__content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.p-forteca_lp-reasons__img {
  width: 50%;
  flex-shrink: 0;
}
.p-forteca_lp-reasons__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-forteca_lp-reasons__text {
  width: 50%;
  font-size: 1.1rem;
  line-height: 1.8;
}
.p-forteca_lp-reasons__text span.red {
  color: #a42c2c;
  font-weight: bold;
}
.p-forteca_lp-reasons__text small {
  font-size: 0.8rem;
  color: #666;
  display: block;
  margin-top: 16px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .p-forteca_lp-reasons__item-title {
    gap: 12px;
  }
  .p-forteca_lp-reasons__num {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    border-width: 3px;
  }
  .p-forteca_lp-reasons__heading {
    font-size: 1.5rem;
  }
  .p-forteca_lp-reasons__content,
  .p-forteca_lp-reasons__item:nth-child(even) .p-forteca_lp-reasons__content {
    flex-direction: column;
    gap: 24px;
  }
  .p-forteca_lp-reasons__img,
  .p-forteca_lp-reasons__text {
    width: 100%;
  }
}
/* LP FAQ Section */
.p-forteca_lp-faq {
  background-color: #fff;
  padding: 80px 20px;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}
.p-forteca_lp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-forteca_lp-faq__item {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 40px;
}
.p-forteca_lp-faq__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-forteca_lp-faq__q,
.p-forteca_lp-faq__a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.p-forteca_lp-faq__icon-q {
  font-size: 2rem;
  font-weight: bold;
  color: #0c6a9c;
  line-height: 1.2;
  flex-shrink: 0;
}
.p-forteca_lp-faq__text-q {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0c6a9c;
  line-height: 1.4;
  padding-top: 6px;
}
.p-forteca_lp-faq__icon-a {
  font-size: 2rem;
  font-weight: bold;
  color: #a42c2c;
  line-height: 1.2;
  flex-shrink: 0;
}
.p-forteca_lp-faq__text-a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a42c2c;
  line-height: 1.4;
  padding-top: 6px;
}
.p-forteca_lp-faq__desc {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-left: 42px;
}
.p-forteca_lp-faq__desc-center {
  text-align: center;
  margin: 24px 0;
  font-weight: bold;
}
.p-forteca_lp-faq__pattern-box {
  background-color: #f7f9fa;
  border: 1px solid #eee;
  padding: 24px;
  margin-top: 24px;
  text-align: center;
}
.p-forteca_lp-faq__pattern-img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .p-forteca_lp-faq__icon-q,
  .p-forteca_lp-faq__icon-a {
    font-size: 1.6rem;
  }
  .p-forteca_lp-faq__text-q,
  .p-forteca_lp-faq__text-a {
    font-size: 1.1rem;
    padding-top: 4px;
  }
  .p-forteca_lp-faq__desc {
    margin-left: 0;
    font-size: 1rem;
  }
  .p-forteca_lp-faq__pattern-box {
    padding: 16px;
  }
}
/* LP Spec Section */
.p-forteca_lp-spec {
  background-color: #fff;
  padding: 60px 20px;
  color: #333;
}
.p-forteca_lp-spec__list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.8;
}
.p-forteca_lp-spec__item {
  margin-bottom: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.p-forteca_lp-spec__item:last-child {
  margin-bottom: 0;
}
.p-forteca_lp-spec__item-title {
  background-color: #f7f9fa;
  font-weight: bold;
  padding: 16px 24px;
  font-size: 1.1rem;
  border-bottom: 1px solid #ccc;
  color: #2b455c;
}
.p-forteca_lp-spec__item-content {
  padding: 24px;
}
.p-forteca_lp-spec__inner-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  border: 1px solid #ccc;
}
.p-forteca_lp-spec__inner-table th,
.p-forteca_lp-spec__inner-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
  width: auto;
}
.p-forteca_lp-spec__inner-table th {
  font-weight: bold;
  width: 25%;
  font-size: 0.95rem;
}
.p-forteca_lp-spec__inner-table td {
  text-align: left;
}

@media (max-width: 768px) {
  .p-forteca_lp-spec__item-title,
  .p-forteca_lp-spec__item-content {
    padding: 16px;
  }
}
/* Product Grid */
.p-forteca_products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  margin-top: 32px;
}

.p-forteca_product {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.p-forteca_product__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-bottom: 16px;
}
.p-forteca_product__name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--color-forteca-primary);
}
.p-forteca_product__price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #c00;
  margin-bottom: 16px;
}
.p-forteca_product__btn {
  margin-top: auto;
  display: inline-block;
  background: var(--color-forteca-accent);
  color: #fff;
  padding: 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.c-top-heading {
  text-align: center;
  color: #1b2a47;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: clamp(32px, 5vw, 64px);
  position: relative;
  font-family: "Noto Sans JP";
}
.c-top-heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c5a566;
  margin: 16px auto 0;
}

.p-top-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.p-top-support,
.p-top-contents,
.p-top-column,
.p-top-news,
.p-top-recommend {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-top-support,
  .p-top-contents,
  .p-top-column,
  .p-top-news,
  .p-top-recommend {
    padding: 40px 0;
  }
}

/* =========================================
   RECOMMEND
   ========================================= */
.p-top-recommend {
  background-color: #f9f9fb;
}
.p-top-recommend__intro {
  text-align: center;
  margin-bottom: 40px;
}
.p-top-recommend__intro p {
  line-height: 1.8;
  font-weight: bold;
  color: #1b2a47;
}
.p-top-recommend__intro .u-text--emphasis {
  font-size: 1.5rem;
  color: #8c3a3a;
}
@media (max-width: 768px) {
  .p-top-recommend__intro .u-text--emphasis {
    font-size: 1.25rem;
  }
}
.p-top-recommend__banner {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.p-top-recommend__banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.p-top-recommend__banner a {
  display: block;
  transition: opacity 0.3s;
}
.p-top-recommend__banner a:hover {
  opacity: 0.9;
}
.p-top-recommend__plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-top-recommend__plans {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-top-recommend__plan {
  position: relative;
  border: 5px solid #c5a566;
  background: #fff;
  padding-top: 20px;
}
.p-top-recommend__plan-tag {
  position: absolute;
  top: clamp(-33px, -2.5vw, -20px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(160px, 20vw, 240px);
  height: clamp(40px, 5vw, 60px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: bold;
  padding-bottom: 5px;
  z-index: 1;
}
.p-top-recommend__plan--gold .p-top-recommend__plan-tag {
  background-image: url("images/ribbon-gold.png");
  color: #000;
}
.p-top-recommend__plan--red .p-top-recommend__plan-tag {
  background-image: url("images/ribbon-red.png");
  color: #fff;
}
.p-top-recommend__plan-inner {
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .p-top-recommend__plan-inner {
    padding: clamp(16px, 1.5vw, 32px);
  }
}
.p-top-recommend__plan-header {
  text-align: center;
  padding-bottom: 10px;
}
.p-top-recommend__plan-title {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  display: inline-block;
  padding-bottom: 4px;
}
.p-top-recommend__plan--gold .p-top-recommend__plan-title {
  border-bottom: 3px solid #c5a566;
}
.p-top-recommend__plan:not(.p-top-recommend__plan--gold) .p-top-recommend__plan-title {
  border-bottom: 3px solid #8c3a3a;
}
@media (max-width: 1200px) {
  .p-top-recommend__plan-title {
    font-size: clamp(1rem, 1.8vw, 1.375rem);
  }
}
.p-top-recommend__plan-sub {
  font-size: 1rem;
  color: #666;
}
@media (max-width: 1200px) {
  .p-top-recommend__plan-sub {
    font-size: clamp(0.75rem, 1.2vw, 1rem);
  }
}
.p-top-recommend__plan-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .p-top-recommend__plan-content {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
.p-top-recommend__plan-img {
  position: relative;
  text-align: center;
}
.p-top-recommend__plan-img img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-top-recommend__plan-img {
    width: 40%;
    margin-bottom: 0;
  }
}
.p-top-recommend__plan-badge {
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  border: 2px solid #b73b3b;
  color: #b73b3b;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .p-top-recommend__plan-badge {
    width: 60px;
    height: 60px;
    font-size: 11px;
  }
}
.p-top-recommend__plan-info {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-top-recommend__plan-info {
    width: 60%;
    text-align: left;
  }
}
.p-top-recommend__plan-price {
  font-size: 2rem;
  font-weight: bold;
  color: #b73b3b;
  margin-bottom: 15px;
}
.p-top-recommend__plan-price span {
  font-size: 0.875rem;
  color: #333;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-top-recommend__plan-price {
    font-size: 1.5rem;
  }
}
.p-top-recommend__plan-btn {
  width: 100%;
}
.p-top-recommend__footer {
  text-align: center;
  margin-top: 40px;
}

.c-btn-buy {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 4px;
  text-align: center;
  transition:
    transform 0.2s,
    opacity 0.3s;
}
.c-btn-buy:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.c-btn-buy--gold {
  background: linear-gradient(to bottom, #f0d57a, #d4af37);
  color: #333;
  box-shadow: 0 4px 0 #b08d1e;
}
.c-btn-buy--gold:active {
  transform: translateY(2px);
  box-shadow: none;
}
.c-btn-buy--brown {
  background: #8c3a3a;
  color: #fff;
  box-shadow: 0 4px 0 #5e2424;
}
.c-btn-buy--brown:active {
  transform: translateY(2px);
  box-shadow: none;
}
.c-btn-buy br {
  display: none;
}
@media (max-width: 480px) {
  .c-btn-buy br {
    display: block;
  }
}

/* =========================================
   NEWS
   ========================================= */
.p-top-news {
  background-color: #fff;
}
.p-top-news__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-top-news__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
}
.p-top-news__item {
  border-bottom: 1px solid #e5e5e5;
}
.p-top-news__link {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  transition: opacity 0.3s;
  text-decoration: none;
}
.p-top-news__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 719px) {
  .p-top-news__link {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.p-top-news__date {
  font-size: 14px;
  color: #666;
  width: 140px;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 719px) {
  .p-top-news__date {
    width: 120px;
    font-size: 13px;
  }
}
.p-top-news__title {
  font-size: 15px;
  color: #333;
  flex-grow: 1;
}
@media screen and (max-width: 719px) {
  .p-top-news__title {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
  }
}
.p-top-news__btn-wrapper {
  margin-top: 40px;
  text-align: center;
}

/* =========================================
   COLUMN
   ========================================= */
.p-top-column {
  background-color: #f9f9fb;
}
.p-top-column__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .p-top-column__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-top-column__item {
  display: block;
  text-decoration: none;
  color: #333333;
  transition: transform 0.3s ease;
}
.p-top-column__item:hover {
  transform: translateY(-5px);
}
.p-top-column__item-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 16px;
}
.p-top-column__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-top-column__item:hover .p-top-column__item-img img {
  transform: scale(1.05);
}
.p-top-column__item-meta {
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
}
.p-top-column__item-category {
  margin-left: 10px;
  padding: 2px 8px;
  background: #eee;
  border-radius: 4px;
  font-size: 12px;
}
.p-top-column__item-title {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top-column__btn-wrapper {
  text-align: center;
}

.c-btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  background-color: transparent;
  color: #1b2a47;
  border: 1px solid #1b2a47;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  min-width: 240px;
}
.c-btn-more:hover {
  background-color: #1b2a47;
  color: #fff;
}

/* =========================================
   CONTENTS
   ========================================= */
.p-top-contents {
  background-color: #fff;
}
.p-top-contents__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .p-top-contents__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-top-contents__item {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.p-top-contents__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-top-contents__item:hover img {
  transform: scale(1.03);
}

/* =========================================
   SUPPORT
   ========================================= */
/* =========================================
   SUPPORT
   ========================================= */
.p-top-support {
  background-color: #f9f9fb;
}
.p-top-support__header {
  text-align: center;
  margin-bottom: 64px;
}
.p-top-support__subtitle {
  font-size: 1rem;
  color: #333333;
  font-weight: bold;
}
.p-top-support__subtitle br {
  display: none;
}
@media (max-width: 480px) {
  .p-top-support__subtitle br {
    display: block;
  }
}
.p-top-support__contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .p-top-support__contact-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-support__footer {
  text-align: center;
}

.p-support-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}
.p-support-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.p-support-btn__icon {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-support-btn__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.p-support-btn__main {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-support-btn__sub {
  font-size: 0.75rem;
  margin-top: 4px;
  opacity: 0.9;
  text-align: center;
}
.p-support-btn--web {
  background-color: #31a9d0;
  box-shadow: 0 4px 0 #1b8fb5;
}
.p-support-btn--web:hover {
  box-shadow: 0 2px 0 #1b8fb5;
}
.p-support-btn--tel {
  background-color: #31a9d0;
  box-shadow: 0 4px 0 #1b8fb5;
}
@media (min-width: 769px) {
  .p-support-btn--tel {
    pointer-events: none;
    cursor: default;
  }
  .p-support-btn--tel:hover {
    transform: none;
    box-shadow: 0 4px 0 #1b8fb5;
  }
}
@media (max-width: 768px) {
  .p-support-btn--tel:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #1b8fb5;
  }
}
.p-support-btn--tel .p-support-btn__main {
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
}
.p-support-btn--line {
  background-color: #06c755;
  box-shadow: 0 4px 0 #04a044;
}
.p-support-btn--line:hover {
  box-shadow: 0 2px 0 #04a044;
}

/* 改行関連 */
.sp-br {
  display: none;
}

/* スマホサイズ（例: 768px未満）の時だけ表示する */
@media screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}
.keep-text {
  display: inline-block; /* 塊として扱う */
  word-break: keep-all; /* 句読点以外での改行を抑制 */
  overflow-wrap: anywhere; /* どうしても入り切らない時は強制改行（保険） */
}

.p-forteca-page-inner {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

h1.c-page-title,
.p-forteca-page-inner h1.c-page-title {
  color: #1b2a47;
  text-align: left;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: bold;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  h1.c-page-title,
  .p-forteca-page-inner h1.c-page-title {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }
}
h1.c-page-title::after,
.p-forteca-page-inner h1.c-page-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #c5a566;
}

h2.c-page-heading,
.p-forteca-page-inner h2.c-page-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 4.5vw, 24px);
  text-align: left;
  border-left: 3px solid #c5a566;
  padding-left: 12px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  h2.c-page-heading,
  .p-forteca-page-inner h2.c-page-heading {
    padding-left: 16px;
    margin-bottom: 40px;
  }
}

.c-breadcrumbs__item:not(:last-child)::after {
  content: "›" !important;
  font-family: inherit !important;
  margin: 0 8px;
  color: #999;
  font-size: 1rem !important;
}

.l-page-content {
  padding: 20px 20px 60px;
}
@media (min-width: 768px) {
  .l-page-content {
    padding: 40px 20px 80px;
  }
}

.c-page-header {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .c-page-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-page-header {
  background-color: transparent;
  width: 100%;
}
.c-page-header__inner {
  position: relative;
  z-index: 1;
  border-bottom: #eeeff2 2px solid;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.c-page-header__inner::after {
  content: attr(data-bg-text);
  position: absolute;
  right: 5vw;
  bottom: 0;
  font-size: 10vw;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.04);
  line-height: 0.6;
  z-index: 1;
  white-space: nowrap;
  pointer-events: none;
  font-family: "Arial";
}
@media (min-width: 768px) {
  .c-page-header__inner::after {
    font-size: 8vw;
    right: 0;
    bottom: 5px;
  }
}
.c-page-header__text {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.6;
}
.c-page-header__text br {
  display: none;
}
@media (min-width: 768px) {
  .c-page-header__text br {
    display: inline;
  }
}

.u-text-alert {
  color: #8c3a3a;
  font-weight: bold;
}

body.p-page-faq-wrapper {
  background-color: #f9f9fb;
}

.p-page-faq__section {
  margin-bottom: 60px;
}

.p-faq-list {
  margin-bottom: 40px;
}

.p-faq-item {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.p-faq-item:last-child {
  margin-bottom: 0;
}

.p-faq-q {
  font-weight: bold;
  font-size: clamp(16px, 3.5vw, 18px);
  padding: 24px 60px 24px 24px;
  display: flex;
  align-items: flex-start;
  color: #1b2a47;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
}
.p-faq-q::before {
  content: "Q";
  background-color: #1b2a47;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  font-size: clamp(14px, 3.5vw, 16px);
  font-family: "Arial", sans-serif;
  line-height: 1;
}
.p-faq-q {
  /* 右端のトグルアイコン（+ と -） */
}
.p-faq-q::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background:
    linear-gradient(#1b2a47, #1b2a47) no-repeat center/16px 2px,
    linear-gradient(#1b2a47, #1b2a47) no-repeat center/2px 16px; /* 縦線 */
  transition: transform 0.3s ease;
}
.p-faq-q {
  /* 開いているときはマイナス（横線のみ） */
}
.is-open .p-faq-q::after {
  background: linear-gradient(#1b2a47, #1b2a47) no-repeat center/16px 2px;
  transform: translateY(-50%) rotate(180deg);
}

.p-faq-a {
  padding: 0 24px 24px 24px;
  font-size: clamp(13px, 3.5vw, 14px);
  line-height: 1.8;
  color: #333;
  display: none;
  margin-left: 0;
}
.is-open .p-faq-a {
  display: flex;
}
.p-faq-a::before {
  content: "A";
  background-color: #efca1a;
  color: #000;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: bold;
  font-family: "Arial", sans-serif;
  line-height: 1;
}
.p-faq-a-text {
  flex: 1;
  font-size: clamp(14px, 3.5vw, 16px);
}

.p-faq-aga-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-faq-aga-block {
    flex-direction: row;
  }
}
.p-faq-aga-block__img {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-faq-aga-block__img {
    width: 320px;
    flex-shrink: 0;
  }
}
.p-faq-aga-block__img figcaption {
  font-weight: bold;
  margin-bottom: 8px;
}
.p-faq-aga-block__img img {
  max-width: 100%;
  height: auto;
  display: block;
  background-color: #f8f8f8;
}
.p-faq-aga-block__text {
  flex: 1;
}
.p-faq-aga-block__text p {
  margin-bottom: 16px;
}
.p-faq-aga-block__text p:last-child {
  margin-bottom: 0;
}
.p-faq-aga-block__title {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
}

.p-page-company__section {
  margin-bottom: 60px;
}
.p-page-company__content {
  line-height: 1.8;
  color: #333;
}
.p-page-company__content p {
  margin-bottom: 24px;
}
.p-page-company__content p:last-child {
  margin-bottom: 0;
}
.p-page-company__lead {
  font-weight: bold;
  font-size: 1.125rem;
  color: #1b2a47;
}
.p-page-company__author {
  text-align: right;
  margin-top: 16px;
}

.p-company-info {
  border-top: 1px solid #e0e0e0;
}
.p-company-info__row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .p-company-info__row {
    flex-direction: column;
  }
}
.p-company-info__row dt {
  width: 30%;
  padding: 24px;
  background-color: #f8f8f8;
  font-weight: bold;
  color: #1b2a47;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-company-info__row dt {
    width: 100%;
    padding: 16px;
  }
}
.p-company-info__row dd {
  width: 70%;
  padding: 24px;
  color: #333;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-company-info__row dd {
    width: 100%;
    padding: 0 16px 24px;
  }
}

.p-page-privacy__section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-page-privacy__section {
    margin-bottom: 60px;
  }
}
.p-page-privacy__box {
  background-color: #ffffff;
  padding: 24px;
  margin-top: 16px;
  line-height: 1.8;
  color: #333333;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-page-privacy__box {
    padding: 40px;
    margin-top: 24px;
    font-size: 16px;
  }
}
.p-page-privacy__box p {
  margin-bottom: 0;
}
.p-page-privacy__list {
  margin-top: 8px;
  padding-left: 0;
  list-style: none;
}
.p-page-privacy__list li {
  position: relative;
  padding-left: 1em;
}
.p-page-privacy__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-page-privacy__list--circle {
  counter-reset: circle-item;
}
.p-page-privacy__list--circle > li {
  padding-left: 1.5em;
}
.p-page-privacy__list--circle > li::before {
  counter-increment: circle-item;
  content: "";
}
.p-page-privacy__list--circle > li:nth-child(1)::before {
  content: "①";
}
.p-page-privacy__list--circle > li:nth-child(2)::before {
  content: "②";
}
.p-page-privacy__list--circle > li:nth-child(3)::before {
  content: "③";
}
.p-page-privacy__list--circle > li:nth-child(4)::before {
  content: "④";
}
.p-page-privacy__list--circle > li:nth-child(5)::before {
  content: "⑤";
}
.p-page-privacy__list--circle > li:nth-child(6)::before {
  content: "⑥";
}
.p-page-privacy__list--circle > li:nth-child(7)::before {
  content: "⑦";
}
.p-page-privacy__list--circle > li:nth-child(8)::before {
  content: "⑧";
}
.p-page-privacy__list--circle > li:nth-child(9)::before {
  content: "⑨";
}
.p-page-privacy__list--circle > li:nth-child(10)::before {
  content: "⑩";
}
.p-page-privacy__list--circle > li:nth-child(11)::before {
  content: "⑪";
}
.p-page-privacy__list--circle > li:nth-child(12)::before {
  content: "⑫";
}
.p-page-privacy__list--circle > li:nth-child(13)::before {
  content: "⑬";
}
.p-page-privacy__list--circle > li:nth-child(14)::before {
  content: "⑭";
}
.p-page-privacy__list--circle > li:nth-child(15)::before {
  content: "⑮";
}
.p-page-privacy__list--circle > li:nth-child(16)::before {
  content: "⑯";
}
.p-page-privacy__list--circle > li:nth-child(17)::before {
  content: "⑰";
}
.p-page-privacy__list--circle > li:nth-child(18)::before {
  content: "⑱";
}
.p-page-privacy__list--circle > li:nth-child(19)::before {
  content: "⑲";
}
.p-page-privacy__list--circle > li:nth-child(20)::before {
  content: "⑳";
}
.p-page-privacy__list--bracket {
  counter-reset: bracket-item;
}
.p-page-privacy__list--bracket > li {
  padding-left: 2em;
}
.p-page-privacy__list--bracket > li::before {
  counter-increment: bracket-item;
  content: "(" counter(bracket-item) ")";
}
.p-page-privacy__list li.has-nested-list {
  margin-bottom: 12px;
}
.p-page-privacy__list li.has-nested-list > .p-page-privacy__list {
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-page-privacy__contact {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .p-page-privacy__contact {
    margin-top: 40px;
  }
}
.p-page-privacy__contact p {
  margin-bottom: 16px;
}
.p-page-privacy__contact p:last-child {
  margin-bottom: 0;
}

.p-page-legal {
  padding-bottom: 60px;
}

.p-legal__section {
  margin-bottom: 60px;
  padding-top: 40px;
}

.p-legal-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.p-legal-table th,
.p-legal-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-legal-table th,
  .p-legal-table td {
    font-size: 16px;
  }
}
.p-legal-table th {
  width: 24%;
  font-weight: bold;
  color: #1b2a47;
  text-align: left;
}
.p-legal-table td {
  border-right: 1px solid #e0e0e0;
}
.p-legal-table td:last-child {
  border-right: none;
  line-height: 1.8;
}
.p-legal-table img {
  max-width: 100%;
  width: auto;
  display: inline;
}
.p-legal-table.-bordered {
  border: 1px solid #707070;
}
.p-legal-table.-bordered th,
.p-legal-table.-bordered td {
  border: 1px solid #707070;
}
.p-legal-table.-bordered th {
  background-color: #f0f0f0;
  color: #333;
}
.p-legal-table.-bordered th.-sub {
  background-color: rgba(240, 240, 240, 0.5) !important;
}
.p-legal-table.-bordered td:last-child {
  border-right: 1px solid #707070;
}
.p-legal-table {
  /* 小さい画面サイズでの横スクロールレスポンシブ対応 */
}
@media (max-width: 767px) {
  .p-legal-table.-responsive {
    display: block;
    overflow-x: auto;
    white-space: nowrap; /* テキストの折り返しを防ぐ */
    -webkit-overflow-scrolling: touch;
    margin-bottom: 24px;
  }
  .p-legal-table.-responsive th,
  .p-legal-table.-responsive td {
    white-space: nowrap; /* セル内折り返しを防いでスクロールを成立させる */
  }
  .p-legal-table.-stack tr {
    display: block;
    border-bottom: 1px solid #e0e0e0;
  }
  .p-legal-table.-stack th,
  .p-legal-table.-stack td {
    display: block;
    width: 100% !important;
    border: none !important;
    padding: 10px 15px;
    white-space: normal;
  }
  .p-legal-table.-stack th {
    padding-bottom: 0;
    font-weight: bold;
  }
  .p-legal-table.-stack td {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

.p-legal-list {
  list-style: disc;
  padding-left: 0;
  margin-top: 10px;
}
.p-legal-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 16px;
  font-size: 14px;
}
.p-legal-list--number {
  list-style: none;
  counter-reset: legal-number;
}
.p-legal-list--number li {
  padding-left: 2em;
}
.p-legal-list--number li::before {
  counter-increment: legal-number;
  content: counter(legal-number) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.p-page-legal a {
  text-decoration: underline;
}
.p-page-legal a:hover {
  text-decoration: none;
}

.p-legal-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.np-atobarai {
  padding-left: 20px;
  padding-top: 10px;
}
.np-atobarai .w-full {
  width: auto;
  max-width: 100%;
  padding-bottom: 10px;
}

.p-page-guide {
  background-color: #f8f8f8;
}
@media (max-width: 1200px) {
  .p-page-guide p br {
    display: none;
  }
}
.p-page-guide__section {
  margin-bottom: 60px;
}

.p-guide-lead {
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-guide-lead {
    text-align: left;
  }
}
.p-guide-lead__text {
  font-weight: bold;
  font-size: clamp(20px, 5vw, 30px) !important;
}

.p-guide-text-red {
  color: #e23131;
  font-weight: bold;
}

.p-guide-text-darkred {
  color: #a42c2c;
  font-weight: bold;
}

.p-guide-text-accent {
  color: #a42c2c;
  font-weight: bold;
}

.p-guide-section-box {
  background-color: #fff;
  padding: clamp(16px, 4vw, 64px);
}

.p-guide-flow {
  padding: 0;
  margin-top: 40px;
}

.p-guide-flow-title {
  background-color: #103681;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: clamp(20px, 5vw, 30px);
}

.p-guide-step {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-guide-step__item {
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  margin-bottom: 32px;
  padding: clamp(16px, 3vw, 48px);
  gap: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .p-guide-step__item {
    flex-direction: row;
  }
}
.p-guide-step__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f6f6f6;
  z-index: 1;
}
.p-guide-step__head {
  background-color: #dbb805;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(16px, 4vw, 24px);
  flex-shrink: 0;
  width: clamp(60px, 15vw, 100px);
  align-self: flex-start;
}
@media (min-width: 768px) {
  .p-guide-step__head {
    width: 100px;
  }
}
.p-guide-step__label {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(18px, 4vw, 28px);
  font-family: "Avenir", sans-serif;
  letter-spacing: 0.05em;
}
.p-guide-step__label span {
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1;
}
.p-guide-step__body {
  flex: 1;
}
.p-guide-step__title {
  font-size: clamp(20px, 5vw, 26px);
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 0;
  color: #1b2a47;
}
.p-guide-step__text {
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.p-guide-step__notice {
  background-color: #fff;
  padding: 20px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.6;
  border: none;
}
.p-guide-step__notice-title {
  font-size: clamp(14px, 3.5vw, 16px) !important;
  font-weight: bold;
  color: #8c3a3a;
  margin-bottom: 8px;
  margin-top: 0 !important;
}
.p-guide-step__notice-text {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.6;
  margin-bottom: 0;
}
.p-guide-step__notice-alert {
  display: block;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: bold;
  color: #8c3a3a;
  margin-bottom: 16px;
  margin-top: 0;
}

.p-guide-privacy__title {
  font-weight: bold;
  font-size: clamp(18px, 4vw, 22px) !important;
  margin-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.p-guide-privacy__text {
  font-size: clamp(14px, 3.5vw, 18px) !important;
}
.p-guide-privacy__accent {
  color: #e23131;
  font-weight: bold;
  font-size: clamp(20px, 5vw, 26px);
}

.p-guide-box-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-guide-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: clamp(24px, 5vw, 32px);
}
@media (min-width: 768px) {
  .p-guide-box {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-guide-box__icon {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-shrink: 0;
  text-align: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-guide-box__icon {
    width: 256px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.p-guide-box__icon img {
  max-width: 100%;
  max-height: 50px;
  display: inline-block;
  width: auto;
}
.p-guide-box__icon-label {
  font-size: clamp(16px, 4vw, 22px);
  font-weight: bold;
  color: #a42c2c;
  letter-spacing: 0;
}
.p-guide-box__body {
  flex: 1;
}
.p-guide-box__title {
  font-size: clamp(14px, 3.5vw, 16px) !important;
  font-weight: bold;
  margin-bottom: 12px;
}
.p-guide-box__text {
  font-size: clamp(14px, 3.5vw, 16px) !important;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.p-guide-box .np-atobarai {
  padding-left: 0;
}

.p-guide-plain-text p {
  font-size: clamp(14px, 3.5vw, 16px) !important;
  margin-bottom: 8px;
  margin-top: 0;
}
.p-guide-plain-text p:last-child {
  margin-bottom: 0;
}

.p-guide-alert-box {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 1.6;
}

.p-guide-ul {
  margin-left: 20px;
  padding-left: 0;
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.6;
  margin-bottom: 16px;
}
.p-guide-ul li {
  list-style: disc;
  margin-bottom: 8px;
}

.p-guide-ul_none {
  margin-left: 20px;
  padding-left: 0;
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.6;
  margin-bottom: 16px;
}
.p-guide-ul_none li {
  margin-bottom: 8px;
}

.p-guide-contact p {
  margin-bottom: 8px;
}
.p-guide-contact__box {
  margin-top: 24px;
  background-color: #f8f8f8;
  padding: 24px;
  border: 1px solid #e0e0e0;
}
.p-guide-contact__box p {
  margin-bottom: 8px;
}
.p-guide-contact__box p:last-child {
  margin-bottom: 0;
}
.p-guide-contact__tel {
  font-weight: bold;
  font-size: clamp(14px, 3.5vw, 16px);
}

#guide-cancel .p-guide-text-accent {
  font-size: clamp(18px, 4vw, 24px);
  display: inline-block;
  margin-bottom: 8px;
}

.p-guide-info-box {
  background-color: #f8f8f8;
  padding: 24px;
  margin: 32px 0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .p-guide-info-box {
    padding: 24px 16px;
  }
}
.p-guide-info-box__heading {
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 0;
}
.p-guide-info-box__text {
  margin-bottom: 0;
  line-height: 1.8;
}

.p-guide-list-bullet {
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 24px;
  list-style: none;
}
.p-guide-list-bullet li {
  margin-bottom: 8px;
  line-height: 1.6;
  position: relative;
  padding-left: 1.2em;
}
.p-guide-list-bullet li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-guide-note {
  font-size: clamp(12px, 3vw, 14px);
  color: #666;
  margin-bottom: 8px;
  line-height: 1.6;
  margin-top: 0;
}
.p-guide-note:last-child {
  margin-bottom: 0;
}

.p-guide-contact-dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .p-guide-contact-dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 12px 16px;
  }
}
.p-guide-contact-dl dt {
  font-weight: bold;
  color: #333;
  margin: 0;
  text-align: left;
  white-space: nowrap;
}
.p-guide-contact-dl dd {
  margin: 0;
  color: #333;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-guide-contact-dl dd {
    margin-bottom: 16px;
  }
}

.p-page-contact {
  padding-bottom: 100px !important;
}

/* ECForce default item classes - Overrides for Forteça design */
.c-product_item__inner__eyecatch {
  aspect-ratio: 1/1 !important;
}
.c-product_item__inner__eyecatch__img {
  aspect-ratio: 1/1 !important;
}
.c-product_item__inner__eyecatch__img img {
  aspect-ratio: 1/1 !important;
}
.c-product_item .p-product_item__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.c-product_item__inner__eyecatch__tags {
  position: static;
  margin: 0;
}
.c-product_item__actions {
  position: static;
}
.c-product_item__inner__eyecatch__tags__new {
  background-color: #dbb805;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 16px;
  margin-top: 0 !important;
}
.c-product_item__button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #913b3c;
  color: #fff;
  border: none;
  transition: opacity 0.3s;
  position: relative;
  z-index: 15;
}
.c-product_item__button:hover {
  opacity: 0.8;
}
.c-product_item__inner__category {
  background-color: #eee;
  color: #333 !important;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 11px;
  width: fit-content;
  align-self: flex-start;
}

.p-product_content .c-breadcrumbs {
  margin-bottom: 24px;
  padding: 24px 0 0 0;
}
.p-product_content .c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-product_content .c-breadcrumbs__item {
  font-size: 13px;
  color: #666;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.p-product_content .c-breadcrumbs__item__inner {
  color: #6190c6;
  text-decoration: underline;
}
.p-product_content .c-breadcrumbs__item__inner:hover {
  text-decoration: none;
}
.p-product_content .c-breadcrumbs__arrow {
  color: #999;
}
.p-product_content__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}
.p-product_content__inner__img {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-product_content__inner__img {
    width: 100%;
  }
}
.p-product_content__inner__info {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-product_content__inner__info {
    width: 100%;
  }
}

.c-product_img {
  width: 100%;
}
.c-product_img__list {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-product_img__slider--main {
  margin-bottom: 16px;
}
.c-product_img__slider--main .c-product_img__list {
  flex-direction: column;
}
.c-product_img__slider--main .c-product_img__item {
  display: none;
}
.c-product_img__slider--main .c-product_img__item.is-active {
  display: block;
}
.c-product_img__slider--thumbnail .c-product_img__item {
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
}
.c-product_img__slider--thumbnail .c-product_img__item.is-active {
  opacity: 1;
  border-color: #dbb805;
}
.c-product_img__slider--thumbnail .c-product_img__item img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.c-product_img__image {
  width: 100%;
  height: auto;
  display: block;
}

.custom-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.custom-area img {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
}

.forteca-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin-bottom: 24px;
}
.forteca-table th,
.forteca-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .forteca-table th,
  .forteca-table td {
    display: block;
    width: 100% !important;
  }
}
.forteca-table th {
  background: #f7f7f7;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .forteca-table th {
    background: #eee;
    border-bottom: none;
  }
}
.forteca-table td {
  background: #fff;
}

#information-show-view {
  padding-bottom: 100px;
}

.p-column_header__panel .c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  font-size: 13px;
}
.p-column_header__panel .c-breadcrumbs__item {
  color: #666;
}
.p-column_header__panel .c-breadcrumbs__item__inner {
  color: #a42c2c;
  text-decoration: underline;
}
.p-column_header__panel .c-breadcrumbs__item__inner:hover {
  text-decoration: none;
}
.p-column_header__panel__inner__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-column_header__panel__inner__title {
    font-size: 28px;
  }
}
.p-column_header__panel__inner__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}
.p-column_header__panel__inner__top__date {
  color: #666;
  font-size: 14px;
}
.p-column_header__panel__inner__top .p-article__category {
  margin-left: auto;
}
.p-column_header__panel__inner__top .p-article__category .c-category-label {
  display: inline-block;
  background-color: #efefef;
  color: #333;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 2px;
  text-decoration: none;
}
.p-column_header__panel__inner__top .p-article__category .c-category-label:hover {
  background-color: #e0e0e0;
}
.p-column_header__panel__inner__top__share {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-column_header__panel__inner__top__share__label {
  font-size: 13px;
  color: #333;
}
.p-column_header__panel__inner__top__share__list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-column_header__panel__inner__top__share__list__item__inner {
  color: #333;
  text-decoration: none;
  line-height: 1;
  display: flex;
}
.p-column_header__panel__inner__top__share__list__item__inner:hover {
  opacity: 0.7;
}

.custom-news-thumbnail {
  text-align: center;
  margin: 0 0 32px 0;
}
.custom-news-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.p-page_article {
  max-width: 1000px;
  margin: 0 auto;
}
.p-page_article__inner {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.p-page_article__inner p {
  margin-bottom: 24px;
}
.p-page_article__inner h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
  margin: 40px 0 20px;
}
.p-page_article__inner h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 32px 0 16px;
}
.p-page_article__inner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}

.c-article_nav {
  max-width: 800px;
  margin: 0 auto;
}
.c-article_nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.c-article_nav__inner a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.c-article_nav__inner a:hover {
  opacity: 0.8;
}
.c-article_nav__inner__prev,
.c-article_nav__inner__next {
  background-color: transparent;
  border: none;
  color: #999;
  font-size: 14px;
}
.c-article_nav__inner__prev.is-inactive,
.c-article_nav__inner__next.is-inactive {
  pointer-events: none;
  opacity: 0.5;
}
.c-article_nav__inner__prev::before {
  content: "‹";
  margin-right: 8px;
  font-size: 18px;
  line-height: 1;
}
.c-article_nav__inner__next::after {
  content: "›";
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
}
.c-article_nav__inner__back {
  flex: 1;
  max-width: 200px;
  border: 1px solid #ddd;
  color: #333;
  font-weight: bold;
  padding: 12px;
  text-align: center;
  border-radius: 2px;
}
.c-article_nav__inner__back:hover {
  background-color: #f9f9f9;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-article_nav__inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-article_nav__inner__prev,
  .c-article_nav__inner__next,
  .c-article_nav__inner__back {
    flex: none;
  }
  .c-article_nav__inner__prev {
    order: 1;
    width: calc(50% - 8px);
    justify-content: flex-start;
  }
  .c-article_nav__inner__next {
    order: 2;
    width: calc(50% - 8px);
    justify-content: flex-end;
  }
  .c-article_nav__inner__back {
    order: 3;
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }
}

.p-page-voice-wrapper {
  background-color: #f7f7f7;
}

.p-page-voice {
  padding-bottom: 100px;
}

.p-voice-block {
  background: #fff;
  padding: 40px;
  margin-bottom: 80px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-voice-block {
    padding: 24px;
    margin-bottom: 60px;
  }
}
.p-voice-block__head {
  position: relative;
  background-color: #21314c;
  margin-top: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding: 20px 40px 20px 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-voice-block__head {
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 80px;
    padding-right: 24px;
  }
}
.p-voice-block__head-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-voice-block__head-title {
    font-size: 16px;
  }
}
.p-voice-block__head-num {
  position: absolute;
  left: 20px;
  top: -10px;
  color: #f8d849;
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  font-family: serif;
}
@media screen and (max-width: 768px) {
  .p-voice-block__head-num {
    font-size: 48px;
    left: 16px;
    top: -6px;
  }
}
.p-voice-block__body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.p-voice-block__body > * {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .p-voice-block__body > * {
    width: 100%;
  }
}
.p-voice-block__visual-title {
  font-size: 24px;
  font-weight: bold;
  color: #21314c;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-voice-block__visual-title {
    font-size: 20px;
  }
}
.p-voice-block__visual-text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 32px;
}
.p-voice-block__visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.p-voice-chart-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.p-voice-chart-list__item {
  background-color: #efdd87;
  border-radius: 40px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-voice-chart-list__item {
    padding: 12px 20px;
    width: 100% !important;
  }
}
.p-voice-chart-list__label {
  font-size: 14px;
  font-weight: bold;
  color: #21314c;
  flex: 1;
  padding-right: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-voice-chart-list__label {
    font-size: 13px;
    padding-right: 8px;
  }
}
.p-voice-chart-list__value {
  font-size: 20px;
  font-weight: bold;
  color: #a42c2c;
  white-space: nowrap;
}
.p-voice-chart-list__value small {
  font-size: 14px;
}

.p-page-subscription__wrapper {
  padding-top: 20px;
}
.p-page-subscription__wrapper h4 {
  font-weight: bold;
}

.p-page-subscription__h3 {
  font-size: clamp(20px, 4.5vw, 24px);
  font-weight: bold;
  color: #a42c2c;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-page-subscription__h4 {
  font-size: 16px;
  font-weight: bold;
  color: #a42c2c;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-page-subscription__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-page-subscription__intro {
  margin-bottom: 80px;
  z-index: 1;
  position: relative;
}
.p-page-subscription__intro p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 0;
}
.p-page-subscription__section {
  margin-bottom: clamp(50px, 5vw, 100px);
}
.p-page-subscription__section:last-child {
  margin-bottom: 0;
}
.p-page-subscription__merit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .p-page-subscription__merit-grid {
    grid-template-columns: 1fr;
  }
}
.p-page-subscription__merit-card {
  background-color: #fff;
  padding: 60px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 768px) {
  .p-page-subscription__merit-card {
    padding: 40px 20px;
  }
}
.p-page-subscription__merit-card .p-page-subscription__txt {
  text-align: left;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.8;
}
.p-page-subscription__card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-page-subscription__card-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p-page-subscription__sub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .p-page-subscription__sub-grid {
    grid-template-columns: 1fr;
  }
}
.p-page-subscription__sub-card {
  background-color: #fff;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 768px) {
  .p-page-subscription__sub-card {
    padding: 32px 20px;
  }
}
.p-page-subscription__sub-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  text-align: center;
}
.p-page-subscription__sub-card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-page-subscription__sub-card-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p-page-subscription__list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.p-page-subscription__list li {
  position: relative;
  padding-left: 1.2em;
}
.p-page-subscription__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-page-subscription__list li:last-child {
  margin-bottom: 0;
}
.p-page-subscription__note {
  font-size: 13px;
  color: #666;
  margin-top: 24px;
  line-height: 1.8;
  display: block;
}
.p-page-subscription__content-block {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-page-subscription__content-block {
    padding: 30px 16px;
  }
}
.p-page-subscription__content-block:last-child {
  margin-bottom: 0;
}
.p-page-subscription__info-box {
  background-color: #f9f9f9;
  padding: 16px;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.8;
}
.p-page-subscription__info-box strong {
  display: inline-block;
  margin-bottom: 8px;
}
.p-page-subscription__dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-page-subscription__dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .p-page-subscription__dl dt {
    margin-top: 12px;
  }
}
.p-page-subscription__dl dt {
  font-weight: bold;
}
.p-page-subscription__dl dd {
  margin: 0;
}

.lp-intake {
  font-family: "Noto Sans JP", sans-serif;
}
.lp-intake__header {
  font-weight: bold;
  background: #203594;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}
.lp-intake__title {
  font-size: clamp(14px, 0.48vw + 12.18px, 18px);
}
.lp-intake p {
  text-align: center;
  padding: 30px 0;
}
.lp-intake a {
  text-decoration: underline;
}

.p-page-intake__scroll {
  border: 1px solid red;
  padding: 30px;
  margin: 30px auto;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-page-intake__scroll {
    height: 300px;
    overflow-y: auto;
    padding: 16px;
  }
}
.p-page-intake__group {
  margin-bottom: 20px;
}
.p-page-intake__list {
  list-style: none;
  margin-top: 10px;
}
.p-page-intake__list li {
  margin-bottom: 8px;
}
.p-page-intake__list--number li {
  padding-left: 1.8em;
  position: relative;
}
.p-page-intake__list--number li span {
  position: absolute;
  left: 0;
}
.p-page-intake__list--bullet li {
  padding-left: 1.25em;
  position: relative;
}
.p-page-intake__list--bullet li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-page-intake .u-mb-1 {
  margin-bottom: 1em !important;
}
.p-page-intake .u-mb-2 {
  margin-bottom: 2em !important;
}

/*# sourceMappingURL=forteca.css.map */
