@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* ------------------------------ */
/* リセットCSS */
/* ------------------------------ */
html {
  color: #000;
  background: #fff;
  scroll-behavior: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}


.Page {
    padding-top: 180px!important;
}


body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    display: inline;　/*ヘッダー、heroずれ修正 */
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.bpfooter-container {
    padding: 20px 40px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.bpfooter-main-title {
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
    text-align: left;
}

.bpfooter-info-section {
    margin-bottom: 20px;
}

.bpfooter-info-item {
    display: flex;
    align-items: baseline;
    padding: 2px 0;
    border-bottom: none;
}

.bpfooter-label {
    font-weight: normal;
    color: #333;
    min-width: 200px;
    font-size: 1rem;
}

.bpfooter-value {
    flex-grow: 1;
    font-size: 1rem;
    color: #333;
}

.bpfooter-links-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 40px;
}

.bpfooter-link {
    color: #000;
    text-decoration: underline;
    font-size: 1rem;
    margin-top: 8px;
    transition: none;
}

.bpfooter-link:hover {
    color: #000;
    text-decoration: underline;
}

.bpfooter-footer {
    text-align: right;
    color: #000;
    font-size: 0.9rem;
    border-top: none;
    padding-top: 0;
}

.bpfooter-footer p {
    text-align: center;
}

/* ---------------------------------------------------- */
/* スマートフォン対応 (600px以下の画面に適用) - リッチなデザイン */
/* ---------------------------------------------------- */
@media (max-width: 600px) {
    body {
        background-color: #f4f7f9;
        padding: 20px;
    }

    .bpfooter-container {
        background-color: #fff;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        max-width: unset; /* スマホでは最大幅を解除 */
    }

    .bpfooter-main-title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #004d99;
        border-bottom: 3px solid #004d99;
        padding-bottom: 15px;
        margin-bottom: 30px;
        text-align: center;
    }

    .bpfooter-info-section {
        margin-bottom: 40px;
    }

    .bpfooter-info-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }

    .bpfooter-info-item:last-child {
        border-bottom: none;
    }

    .bpfooter-label {
        font-size: 1rem;
        font-weight: 600;
        color: #555;
        min-width: unset;
        margin-bottom: 4px;
    }

    .bpfooter-value {
        font-size: 1rem;
        color: #333;
    }

    .bpfooter-links-section {
        align-items: center;
        margin-bottom: 40px;
    }

    .bpfooter-link {
        color: #007bff;
        text-decoration: none;
        font-size: 1rem;
        margin-top: 8px;
        transition: color 0.3s ease;
    }
    
    .bpfooter-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .bpfooter-footer {
        text-align: center;
        color: #999;
        font-size: 0.9rem;
        border-top: 1px solid #eee;
        padding-top: 20px;
    }
    
    .bpfooter-footer p {
        text-align: center;
    }
}


/* 見出し */
.heading-problem {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  display: inline-block;
  padding: 0.2em 1em 0.3em;
  margin: 40px 30px 40px 30px;
  line-height: 1.5;
}

/* タブレット対応（768px以下） */
@media screen and (max-width: 768px) {
  .heading-problem {
    font-size: 1.2rem;
  }
}

/* スマホ対応（480px以下） */
@media screen and (max-width: 480px) {
  .heading-problem {
    font-size: 1rem;
    line-height: 1.4;
  }
}

/* PC用アンダーライン */
.emphasis-heading-problem {
  position: relative;
  display: inline-block;
}

.emphasis-heading-problem::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.5em;
  background: repeating-linear-gradient(
    45deg,
    #ccc,
    #ccc 4px,
    #fff 4px,
    #fff 8px
  );
  z-index: -1;
  transform: skewX(-15deg); 
  transform-origin: bottom center;
}

/* スマホ用アンダーライン */
.emphasis-heading-problem-sp {
  display: inline-block;
  background: repeating-linear-gradient(
    45deg,
    #ccc,
    #ccc 4px,
    #fff 4px,
    #fff 8px
  );
  background-size: auto 0.5em;
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding-bottom: 0.1em;
}
/* 見出し 終了 */

/* カード本文 */
.heading-problem-p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1em;
}

/* タブレット対応（768px以下） */
@media screen and (max-width: 768px) {
  .heading-problem-p {
    font-size: 18px;
    padding: 0 10px;
  }
}

/* スマホ対応（480px以下） */
@media screen and (max-width: 480px) {
  .heading-problem-p {
    font-size: 16px;
  }
}


/* デフォルト：PC用表示、スマホ用非表示 */
.hero-desktop {
  display: inline;
}
.hero-mobile {
  display: none!important;
}


/* スマホ表示時：PC用非表示、スマホ用表示 */
@media (max-width: 981px) {
  .hero-desktop {
    display: none !important;
  }
  .hero-mobile {
    display: inline !important;
  }
}

.content-cards-card-img-icon img {
  width: 220px;
}

/* フロー図エリア */
.seikyudx-flow-container {
  max-width: 1200px; /* PC版の最大幅 */
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  padding: 0 20px;
}

.seikyudx-flow-header {
  background-color: #f0f0f0;
  padding: 40px 20px; /* PC版の余白 */
  margin-bottom: 100px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.seikyudx-flow-title {
  font-size: 2rem; /* PC版の文字サイズ */
  font-weight: bold;
  color: #333333;
}

.seikyudx-flow-highlight {
  color: #fccf00;
}

.seikyudx-flow-subtitle {
  font-size: 1.4rem; /* PC版の文字サイズ */
  color: #333333;
  margin-top: 20px;
}

.seikyudx-flow-content {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-right: 5%; /* 画像の右側の余白を5%に調整 */
  box-sizing: border-box;
}

.seikyudx-flow-image {
  max-width: 80%; /* PC版の画像サイズ */
  height: auto;
  display: block;
  margin: 0 auto;
}

.seikyudx-flow-speech-bubble {
  position: absolute;
  top: 5%;
  right: 0; /* 吹き出し全体を右に100px移動させるためrightを0に設定 */
  transform: translateX(30px); /* 吹き出しを右に100pxずらす */
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 18px 25px; /* PC版の吹き出しサイズ */
  text-align: left;
  line-height: 1.5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  animation: seikyudx-flow-float 3s ease-in-out infinite;
  white-space: nowrap;
}

@keyframes seikyudx-flow-float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.seikyudx-flow-speech-bubble::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: calc(50% - 100px); /* 矢印を左に50px移動 */
  transform: translateX(-50%);
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #000 transparent transparent transparent;
}

.seikyudx-flow-speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: calc(50% - 100px); /* 矢印を左に50px移動 */
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
}

.seikyudx-flow-speech-text {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333333;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-flow-container {
    padding: 0 15px;
  }
  .seikyudx-flow-header {
    padding: 30px 15px; /* 余白を調整 */
  }
  .seikyudx-flow-title {
    font-size: 2rem; /* 文字サイズを調整 */
  }
  .seikyudx-flow-subtitle {
    font-size: 1.1rem; /* 文字サイズを調整 */
  }
  .seikyudx-flow-content {
    padding-right: 5%; /* 吹き出しの余白を調整 */
  }
  .seikyudx-flow-image {
    max-width: 90%; /* 画像サイズを調整 */
  }
  .seikyudx-flow-speech-bubble {
    right: 50px; /* 吹き出しの位置を調整 */
    padding: 15px 20px; /* 吹き出しを少し小さく */
    border-radius: 10px;
  }
  .seikyudx-flow-speech-bubble::before {
    bottom: -12px;
    left: calc(50% - 50px); /* 矢印を左に50px移動 */
    border-width: 12px 12px 0 12px;
  }
  .seikyudx-flow-speech-bubble::after {
    bottom: -9px;
    left: calc(50% - 50px); /* 矢印を左に50px移動 */
    border-width: 9px 9px 0 9px;
  }
  .seikyudx-flow-speech-text {
    font-size: 1rem; /* 文字サイズを調整 */
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-flow-container {
    width: auto;
    margin-left: auto;
    padding: 0;
  }
  .seikyudx-flow-header {
    padding: 20px 10px;
    width: auto;
    left: auto;
    transform: none;
  }
  .seikyudx-flow-title {
    font-size: 1.5rem;
  }
  .seikyudx-flow-subtitle {
    font-size: 1rem;
  }
  .seikyudx-flow-content {
    padding-right: 0;
  }
  .seikyudx-flow-image {
    max-width: 100%;
  }
  .seikyudx-flow-speech-bubble {
    display: none; /* 吹き出しを非表示 */
  }
}
/* フロー図エリアここまで */

/* aboutエリアここから */
/* PC版 (1025px以上) の共通スタイル */
.seikyudx-about-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-about-header {
  /* 親要素の黒背景を解除 */
  background-color: transparent;
  padding: 0;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

/* 共通タイトルヘッダーのクラス */
.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333; /* h2タグに直接黒背景を適用 */
  padding: 15px 4ch; /* 左右にテキスト4文字分の余白 */
  width: fit-content; /* コンテンツの幅に合わせる */
}
.seikyudx-about-main-content {
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.seikyudx-about-main-title-wrapper {
  margin-bottom: 100px;
}

.seikyudx-about-main-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.seikyudx-about-description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
}

.seikyudx-about-highlight {
  color: #fccf00;
  font-weight: bold;
}

.seikyudx-about-content-2column {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.seikyudx-about-image-wrapper {
  width: 50%;
  text-align: right;
}

.seikyudx-about-image {
  max-width: 100%;
  height: auto;
}

.seikyudx-about-feature-content {
  width: 50%;
  text-align: left;
}

.seikyudx-about-box {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.seikyudx-about-box-text-main {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* SPANタグで囲んだ1行目の強調 */
.seikyudx-about-box-text-highlight {
  font-size: 1.1rem;
  font-weight: bold;
}

.seikyudx-about-box-button {
  display: block;
  width: fit-content;
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  transition: all 0.3s ease;
  border: 2px solid #333333; /* ホバー効果のために初期のボーダーを設定 */
}

.seikyudx-about-box-button:hover {
  background-color: transparent; /* 背景を透明に */
  color: #333333; /* 文字色を黒に */
  border: 2px solid #333333; /* ホバー時もボーダーを維持 */
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.seikyudx-about-highlight-yellow {
  color: #fccf00;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-about-container {
    padding: 40px 15px;
  }
  .seikyudx-about-header {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .seikyudx-about-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-about-main-content {
    margin-bottom: 30px;
  }
  .seikyudx-about-main-title {
    font-size: 2rem;
  }
  .seikyudx-about-description {
    font-size: 1rem;
  }
  .seikyudx-about-content-2column {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .seikyudx-about-image-wrapper {
    width: 100%;
    text-align: center;
    padding: 0 80px; /* 画像の左右に80pxの余白 */
  }
  .seikyudx-about-feature-content {
    width: 100%;
    text-align: center;
  }
  .seikyudx-about-box {
    padding: 15px;
    border-radius: 12px;
    margin: 0 80px;
  }
  .seikyudx-about-box-text-main {
    font-size: 0.9rem;
  }
  .seikyudx-about-box-text-highlight {
    font-size: 1rem;
  }
  .seikyudx-about-box-button {
    padding: 12px 25px;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-about-container {
    padding: 30px 10px;
  }
  .seikyudx-about-header {
    padding: 10px 10px;
    margin-bottom: 15px;
  }
  .seikyudx-about-title-header {
    font-size: 1.2rem;
  }
  .seikyudx-about-main-content {
    margin-bottom: 20px;
  }
  .seikyudx-about-main-title {
    font-size: 1.5rem;
  }
  .seikyudx-about-description {
    font-size: 0.9rem;
  }
  .seikyudx-about-content-2column {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-about-image-wrapper {
    display: none;
  }
  .seikyudx-about-feature-content {
    width: 100%;
    text-align: center;
  }
  .seikyudx-about-box {
    padding: 15px;
    border-radius: 10px;
     margin: 0 40px;
  }
  .seikyudx-about-box-text-main {
    font-size: 0.8rem;
  }
  .seikyudx-about-box-text-highlight {
    font-size: 0.9rem;
  }
  .seikyudx-about-box-button {
    padding: 10px 20px;
  }
}
/* aboutエリアここまで */

/* featuresエリアここから */
.seikyudx-features-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-features-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333;
  padding: 15px 4ch;
  width: fit-content;
}

.seikyudx-features-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.seikyudx-features-item {
  width: calc(33.333% - 20px);
  max-width: 350px;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.seikyudx-features-item:nth-child(6) {
  background-color: transparent;
  padding: 30px;
  width: calc(33.333% - 20px);
  max-width: 350px;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seikyudx-features-item-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
  color: #333333;
  /* タイトルが複数行になっても高さが揃うように設定 */
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.seikyudx-features-item-body {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.seikyudx-features-item-description {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 15px 0;
  color: #333333;
  /* descriptionの開始位置を揃えるため、flex-growを設定 */
  flex-grow: 1;
}

.seikyudx-features-item-image-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 画像の親要素として常に同じ高さを確保 */
  flex-shrink: 0;
}

.seikyudx-features-item-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.seikyudx-features-item-note {
  font-size: 0.7rem;
  color: #888888;
  margin: 0;
}

.seikyudx-features-speech-bubble {
  bottom: 10px;
  right: 10px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transform: rotate(5deg);
  overflow: hidden;
}

.seikyudx-features-speech-bubble::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: skewX(-20deg);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% { left: -75%; }
  100% { left: 150%; }
}

.seikyudx-features-speech-bubble::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.seikyudx-features-speech-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333333;
  margin: 0;
  line-height: 1.2;
}

.seikyudx-features-speech-text-highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fccf00;
  line-height: 1.2;
}

.seikyudx-features-speech-text-asterisk {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.8rem;
  color: #333333;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-features-container {
    padding: 60px 15px;
  }
  .seikyudx-features-header {
    margin-bottom: 30px;
  }
  .seikyudx-common-title-header {
    font-size: 1.5rem;
    padding: 12px 4ch;
  }
  .seikyudx-features-content {
    gap: 20px;
  }
  .seikyudx-features-item {
    width: calc(50% - 15px);
    max-width: none;
    background-color: #f0f0f0;
    overflow: hidden;
  }
  .seikyudx-features-item:nth-child(6) {
    background-color: transparent;
    padding: 30px;
    width: calc(50% - 15px);
    max-width: none;
  }
  .seikyudx-features-item-title {
    font-size: 1.2rem;
  }
  .seikyudx-features-item-image-wrapper {
    height: 120px;
    align-items: center;
  }
  .seikyudx-features-item-image {
    max-height: 100%;
  }
  .seikyudx-features-speech-bubble {
    padding: 10px 15px;
  }
  .seikyudx-features-speech-text {
    font-size: 0.8rem;
  }
  .seikyudx-features-speech-text-highlight {
    font-size: 1.2rem;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-features-container {
    padding: 40px 10px;
  }
  .seikyudx-features-header {
    margin-bottom: 20px;
  }
  .seikyudx-common-title-header {
    font-size: 1.2rem;
    padding: 10px 4ch;
  }
  .seikyudx-features-content {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-features-item {
    width: calc(100% - 80px); /* 80pxは左右マージン40pxずつの合計 */
    max-width: none;
    background-color: #f0f0f0;
    overflow: hidden;
    margin: 0 40px; /* 左右に40pxのマージンを追加 */
  }
  .seikyudx-features-item:nth-child(6) {
    display: none;
    background-color: transparent;
    padding: 20px;
    width: calc(100% - 80px); /* 80pxは左右マージン40pxずつの合計 */
    max-width: none;
    margin: 0 40px; /* 左右に40pxのマージンを追加 */
  }
  .seikyudx-features-item-title {
    font-size: 1.1rem;
  }
  .seikyudx-features-item-image-wrapper {
    height: 100px;
    align-items: center;
  }
  .seikyudx-features-item-image {
    max-height: 100%;
  }
  .seikyudx-features-speech-bubble {
    padding: 8px 12px;
  }
  .seikyudx-features-speech-text {
    font-size: 0.7rem;
  }
  .seikyudx-features-speech-text-highlight {
    font-size: 1rem;
  }
}
/* featuresエリアここまで */

/* ctaエリアここから */
.seikyudx-cta-container {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #f0f0f0;
  padding: 80px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
}

.seikyudx-cta-header {
  max-width: 1400px;
  margin: 0 auto 30px auto;
  text-align: left;
}

.seikyudx-cta-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  color: #333333;
}

.seikyudx-cta-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.seikyudx-cta-image-wrapper {
  flex-shrink: 1;
  text-align: right;
  width: 50%;
}

.seikyudx-cta-image {
  max-width: 100%;
  height: auto;
  transform: rotate(-5deg);
  display: block;
}

.seikyudx-cta-text-content {
  width: 50%;
  flex-shrink: 0;
  text-align: left;
}

.seikyudx-cta-recommend-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.seikyudx-cta-recommend-text {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.seikyudx-cta-speech-bubble {
  position: absolute;
  top: -40px;
  right: 10px; /* 10pxに修正 */
  background-color: #ffffff;
  border: 2px solid #333333;
  border-radius: 30px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  width: 250px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  animation: seikyudx-cta-float 3s ease-in-out infinite;
}

@keyframes seikyudx-cta-float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.seikyudx-cta-speech-bubble::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #333333 transparent transparent;
}

.seikyudx-cta-speech-bubble::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 18px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}

.seikyudx-cta-speech-text-main {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

.seikyudx-cta-speech-text-highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff0000;
  margin: 0;
  line-height: 1.2;
}

.seikyudx-cta-speech-text-sub {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

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

.seikyudx-cta-list-item {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
}

.seikyudx-cta-list-item::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #ff0000;
}

.seikyudx-cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.seikyudx-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.seikyudx-cta-button-yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fccf00;
  color: #333333;
}

/* 「無料」と「資料ダウンロード」の間のスタイル */
.seikyudx-cta-button-text {
  margin-left: 10px;
  position: relative;
  padding-left: 10px; /* 縦線のために左に余白を確保 */
}

/* 擬似要素で縦線を作成 */
.seikyudx-cta-button-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px; /* 線の太さ */
  height: 80%; /* 線の高さ */
  background-color: #333333; /* 線の色 */
}

.seikyudx-cta-button-yellow:hover {
  background-color: #e0b800;
}

.seikyudx-cta-button-black {
  background-color: #333333;
  color: #ffffff;
}

.seikyudx-cta-button-black:hover {
  background-color: #555555;
}

.seikyudx-cta-button-text {
  margin-left: 10px;
}

.seikyudx-cta-button-icon {
  margin-left: 10px;
}

/* 画面幅1200px以下で吹き出しを調整 */
@media (max-width: 1200px) {
  .seikyudx-cta-speech-bubble {
    width: 200px;
    padding: 20px;
    right: 5px;
  }
  .seikyudx-cta-speech-text-main {
    font-size: 0.9rem;
  }
  .seikyudx-cta-speech-text-highlight {
    font-size: 1.3rem;
  }
  .seikyudx-cta-speech-text-sub {
    font-size: 0.9rem;
  }
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-cta-container {
    padding: 60px 15px;
  }
  .seikyudx-cta-header {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .seikyudx-cta-title {
    font-size: 2rem;
    text-align: center;
  }
  .seikyudx-cta-content {
    flex-direction: column;
    gap: 30px;
  }
  .seikyudx-cta-image-wrapper {
    /* width: 100%を削除 */
    text-align: center;
  }
  .seikyudx-cta-text-content {
    width: 100%;
    text-align: center;
  }
  .seikyudx-cta-recommend-wrapper {
    justify-content: center;
    position: static;
  }
  .seikyudx-cta-speech-bubble {
    position: static;
    margin-left: 20px;
    width: 200px;
    height: auto;
    border-radius: 20px;
    padding: 15px;
  }
  .seikyudx-cta-speech-bubble::before,
  .seikyudx-cta-speech-bubble::after {
    display: none;
  }
  .seikyudx-cta-list {
    max-width: 400px;
    margin: 0 auto;
  }
  .seikyudx-cta-list-item {
    text-align: left;
  }
  .seikyudx-cta-buttons {
    justify-content: center;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-cta-container {
    padding: 40px 10px;
  }
  .seikyudx-cta-header {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .seikyudx-cta-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .seikyudx-cta-content {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-cta-image-wrapper {
    display: none;
    /* width: 100%を削除 */
    text-align: center;
  }
  .seikyudx-cta-text-content {
    width: 100%;
    padding: 40px;
    text-align: center;
  }
  .seikyudx-cta-recommend-wrapper {
    justify-content: center;
    position: static;
    flex-direction: column;
    gap: 10px;
  }
  .seikyudx-cta-speech-bubble {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 15px;
    margin-left: 0;
  }
  .seikyudx-cta-speech-bubble::before,
  .seikyudx-cta-speech-bubble::after {
    display: none;
  }
  .seikyudx-cta-list {
    max-width: 100%;
    margin-top: 20px;
  }
  .seikyudx-cta-list-item {
    font-size: 1rem;
    padding-left: 15px;
  }
  .seikyudx-cta-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  .seikyudx-cta-button {
    width: 100%;
  }
}

/* issue-an-invoiceエリアここから */
.seikyudx-issue-an-invoice-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-issue-an-invoice-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

/* 共通タイトルヘッダーのクラス */
.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333;
  padding: 15px 4ch;
  width: fit-content;
}
.seikyudx-issue-an-invoice-highlight-text {
  color: #fccf00; /* ハイライトカラーを適用 */
}
.seikyudx-issue-an-invoice-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}

.seikyudx-issue-an-invoice-text-content {
  text-align: left;
  width: 40%;
}

.seikyudx-issue-an-invoice-main-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
}

.seikyudx-issue-an-invoice-note {
  font-size: 0.9rem;
  color: #888888;
}

.seikyudx-issue-an-invoice-image-wrapper {
  width: 60%;
  text-align: center;
}

.seikyudx-issue-an-invoice-image {
  max-width: 100%;
  height: auto;
}

.seikyudx-issue-an-invoice-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 50px;
}

.seikyudx-issue-an-invoice-step-item {
  width: calc(25% - 20px);
  max-width: 400px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  min-height: 250px;
}
.seikyudx-issue-an-invoice-step-item:nth-child(3) {
  width: calc(50% - 20px);
}

/* ボックス間の右向き矢印 */
.seikyudx-issue-an-invoice-arrow-right {
  width: 30px;
  height: 55px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 50"><polygon points="25,25 0,50 0,0" fill="%23fccf00"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.seikyudx-issue-an-invoice-step-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
  color: #333333;
}

.seikyudx-issue-an-invoice-step-content {
  margin-top: 20px;
}

.seikyudx-issue-an-invoice-step-description {
  font-size: 1rem;
  margin: 0 0 10px 0;
}

.seikyudx-issue-an-invoice-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seikyudx-issue-an-invoice-step-list-item {
  position: relative;
  font-size: 1rem;
  padding-left: 20px;
  margin-bottom: 5px;
}

.seikyudx-issue-an-invoice-bullet {
  color: #fccf00;
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.seikyudx-issue-an-invoice-step-note {
  font-size: 0.8rem;
  color: #888888;
}

.seikyudx-issue-an-invoice-step-footer-note {
  position: absolute;
  bottom: 10px;
  left: 20px;
  margin: 0;
}

.seikyudx-issue-an-invoice-step-footer-note-text {
  font-size: 0.8rem;
  color: #888888;
}

.seikyudx-issue-an-invoice-notes-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.seikyudx-issue-an-invoice-notes {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #888888;
  margin: 0;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-issue-an-invoice-container {
    padding: 60px 40px;
  }
  .seikyudx-issue-an-invoice-header {
    margin-bottom: 30px;
  }
  .seikyudx-common-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-issue-an-invoice-top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .seikyudx-issue-an-invoice-text-content,
  .seikyudx-issue-an-invoice-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-issue-an-invoice-main-text {
    font-size: 1.1rem;
  }
  .seikyudx-issue-an-invoice-steps {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    margin: 40px auto; /* 縦並びになった際にマージンを設定 */
  }
  .seikyudx-issue-an-invoice-step-item {
    width: 100%;
    max-width: none;
    min-height: 230px;
  }
  .seikyudx-issue-an-invoice-step-item:nth-child(3) {
    width: 100%;
  }
  /* 縦になった場合の下向き矢印 */
  .seikyudx-issue-an-invoice-arrow-right {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 25"><polygon points="25,25 0,0 50,0" fill="%23fccf00"/></svg>');
    width: 55px;
    height: 30px;
  }
  .seikyudx-issue-an-invoice-step-title {
    font-size: 1.2rem;
  }
  .seikyudx-issue-an-invoice-step-list-item {
    font-size: 0.9rem;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-issue-an-invoice-container {
    padding: 40px;
  }
  .seikyudx-issue-an-invoice-header {
    margin-bottom: 20px;
  }
  .seikyudx-common-title-header {
    font-size: 1.2rem;
  }
  .seikyudx-issue-an-invoice-top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .seikyudx-issue-an-invoice-text-content,
  .seikyudx-issue-an-invoice-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-issue-an-invoice-main-text {
    font-size: 1rem;
  }
  .seikyudx-issue-an-invoice-note {
    font-size: 0.8rem;
  }
  .seikyudx-issue-an-invoice-steps {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
    margin: 40px auto; /* 縦並びになった際にマージンを設定 */
  }
  .seikyudx-issue-an-invoice-step-item {
    width: 100%;
    max-width: none;
    padding: 15px;
    min-height: 200px;
    flex-direction: column;
  }
  .seikyudx-issue-an-invoice-step-item:nth-child(3) {
    width: 100%;
  }
  /* 縦になった場合の下向き矢印 */
  .seikyudx-issue-an-invoice-arrow-right {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 25"><polygon points="25,25 0,0 50,0" fill="%23fccf00"/></svg>');
    width: 55px;
    height: 30px;
  }
  .seikyudx-issue-an-invoice-step-title {
    font-size: 1rem;
  }
  .seikyudx-issue-an-invoice-step-list-item {
    font-size: 0.8rem;
  }
}
/* issue-an-invoiceエリアここまで */


/* issue-an-invoice-featuresエリアここから */
.seikyudx-issue-an-invoice-features-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
}

.seikyudx-issue-an-invoice-features-header {
  margin-bottom: 50px;
}

.seikyudx-issue-an-invoice-features-header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.seikyudx-issue-an-invoice-features-bullet {
  font-size: 1.5rem;
  color: #333333;
}

.seikyudx-issue-an-invoice-features-title-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.seikyudx-issue-an-invoice-features-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.seikyudx-issue-an-invoice-features-item {
  width: calc(33.333% - 20px);
  max-width: 400px;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seikyudx-issue-an-invoice-features-item-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.seikyudx-issue-an-invoice-features-item-image-wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seikyudx-issue-an-invoice-features-item-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-issue-an-invoice-features-container {
    padding: 60px 15px;
  }
  .seikyudx-issue-an-invoice-features-header {
    margin-bottom: 30px;
  }
  .seikyudx-issue-an-invoice-features-title-text {
    font-size: 1.5rem;
  }
  .seikyudx-issue-an-invoice-features-content {
    gap: 20px;
    margin: 40px;
  }
  .seikyudx-issue-an-invoice-features-item {
    width: calc(50% - 15px);
    max-width: none;
    padding: 25px;
  }
  .seikyudx-issue-an-invoice-features-item-title {
    font-size: 1.2rem;
  }
  .seikyudx-issue-an-invoice-features-item-image-wrapper {
    height: 150px;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-issue-an-invoice-features-container {
    padding: 40px 10px;
  }
  .seikyudx-issue-an-invoice-features-header {
    margin-bottom: 20px;
  }
  .seikyudx-issue-an-invoice-features-title-text {
    font-size: 1.2rem;
  }
  .seikyudx-issue-an-invoice-features-content {
    flex-direction: column;
    gap: 20px;
    margin: 40px;
  }
  .seikyudx-issue-an-invoice-features-item {
    width: 100%;
    max-width: none;
    padding: 20px;
  }
  .seikyudx-issue-an-invoice-features-item-title {
    font-size: 1.1rem;
  }
  .seikyudx-issue-an-invoice-features-item-image-wrapper {
    height: 120px;
  }
}
/* issue-an-invoice-featuresエリアここまで */

/* issue-an-invoice-optionsエリアここから */
.seikyudx-issue-an-invoice-options-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-issue-an-invoice-options-header {
  margin-bottom: 50px;
}

.seikyudx-issue-an-invoice-options-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.seikyudx-issue-an-invoice-options-bullet {
  font-size: 1.5rem;
  color: #333333;
}

.seikyudx-issue-an-invoice-options-title-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.seikyudx-issue-an-invoice-options-description {
  font-size: 1.1rem;
  margin: 0;
}

.seikyudx-issue-an-invoice-options-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.seikyudx-issue-an-invoice-options-item {
  width: calc(25% - 22.5px);
  max-width: 300px;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seikyudx-issue-an-invoice-options-item-body {
  width: 100%;
}

.seikyudx-issue-an-invoice-options-item-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
  min-height: 50px;
}

.seikyudx-issue-an-invoice-options-item-image-wrapper {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seikyudx-issue-an-invoice-options-item-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-issue-an-invoice-options-container {
    padding: 60px 15px;
  }
  .seikyudx-issue-an-invoice-options-header {
    margin-bottom: 30px;
  }
  .seikyudx-issue-an-invoice-options-title-text {
    font-size: 1.5rem;
  }
  .seikyudx-issue-an-invoice-options-description {
    font-size: 1rem;
  }
  .seikyudx-issue-an-invoice-options-content {
    gap: 20px;
  }
  .seikyudx-issue-an-invoice-options-item {
    width: calc(50% - 15px);
    max-width: none;
    padding: 25px;
  }
  .seikyudx-issue-an-invoice-options-item-title {
    font-size: 1.2rem;
  }
  .seikyudx-issue-an-invoice-options-item-image-wrapper {
    height: 120px;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-issue-an-invoice-options-container {
    padding: 40px 10px;
  }
  .seikyudx-issue-an-invoice-options-header {
    margin-bottom: 20px;
  }
  .seikyudx-issue-an-invoice-options-title-text {
    font-size: 1.2rem;
  }
  .seikyudx-issue-an-invoice-options-description {
    font-size: 0.9rem;
  }
  .seikyudx-issue-an-invoice-options-content {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-issue-an-invoice-options-item {
    width: calc(100% - 80px);
    max-width: none;
    padding: 20px;
    margin: 0 40px;
    box-sizing: border-box;
  }
  .seikyudx-issue-an-invoice-options-item-title {
    font-size: 1.1rem;
  }
  .seikyudx-issue-an-invoice-options-item-image-wrapper {
    height: 100px;
  }
}
/* issue-an-invoice-optionsエリアここまで */

/* cash-applicationエリアここから */
.seikyudx-cash-application-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-cash-application-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

/* 共通タイトルヘッダーのクラス */
.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333;
  padding: 15px 4ch;
  width: fit-content;
}
.seikyudx-cash-application-highlight-text {
  color: #fccf00; /* ハイライトカラーを適用 */
}
.seikyudx-cash-application-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.seikyudx-cash-application-text-content {
  text-align: left;
  width: 40%;
}

.seikyudx-cash-application-main-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
}

.seikyudx-cash-application-note {
  font-size: 0.9rem;
  color: #888888;
  margin-top: 20px;
}

.seikyudx-cash-application-image-wrapper {
  width: 60%;
  text-align: center;
}

.seikyudx-cash-application-image {
  max-width: 100%;
  height: auto;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-cash-application-container {
    padding: 60px 15px;
  }
  .seikyudx-cash-application-header {
    margin-bottom: 30px;
  }
  .seikyudx-common-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-cash-application-top {
    flex-direction: column;
    gap: 30px;
  }
  .seikyudx-cash-application-text-content,
  .seikyudx-cash-application-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-cash-application-main-text {
    font-size: 1.1rem;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-cash-application-container {
    padding: 40px 10px;
  }
  .seikyudx-cash-application-header {
    margin-bottom: 20px;
  }
  .seikyudx-common-title-header {
    font-size: 1.2rem;
  }
  .seikyudx-cash-application-top {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-cash-application-text-content,
  .seikyudx-cash-application-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-cash-application-main-text {
    font-size: 1rem;
  }
  .seikyudx-cash-application-note {
    font-size: 0.8rem;
  }
}
/* cash-applicationエリアここまで */

/* about-neobankエリアここから */
.seikyudx-about-neobank-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-about-neobank-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

/* 共通タイトルヘッダーのクラス */
.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333;
  padding: 15px 4ch;
  width: fit-content;
}

.seikyudx-about-neobank-highlight-text {
  color: #fccf00; /* ハイライトカラーを適用 */
}

.seikyudx-about-neobank-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.seikyudx-about-neobank-text-content {
  text-align: left;
  width: 40%;
}

.seikyudx-about-neobank-main-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
  position: relative;
}

.seikyudx-about-neobank-asterisk {
  position: absolute;
  top: 0;
  right: -1em;
  font-size: 0.9em;
  color: #333333;
}

.seikyudx-about-neobank-note {
  font-size: 0.9rem;
  color: #888888;
  margin-top: 20px;
}

.seikyudx-about-neobank-note-item {
  display: block;
  line-height: 1.4;
}

.seikyudx-about-neobank-image-wrapper {
  width: 60%;
  text-align: center;
}

.seikyudx-about-neobank-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  padding: 20px;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-about-neobank-container {
    padding: 60px 15px;
  }
  .seikyudx-about-neobank-header {
    margin-bottom: 30px;
  }
  .seikyudx-common-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-about-neobank-top {
    flex-direction: column;
    gap: 30px;
  }
  .seikyudx-about-neobank-text-content,
  .seikyudx-about-neobank-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-about-neobank-main-text {
    font-size: 1.1rem;
  }
  .seikyudx-about-neobank-image {
    padding: 15px;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-about-neobank-container {
    padding: 40px 10px;
  }
  .seikyudx-about-neobank-header {
    margin-bottom: 20px;
  }
  .seikyudx-common-title-header {
    font-size: 1.2rem;
  }
  .seikyudx-about-neobank-top {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-about-neobank-text-content,
  .seikyudx-about-neobank-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-about-neobank-main-text {
    font-size: 1rem;
  }
  .seikyudx-about-neobank-note {
    font-size: 0.8rem;
  }
  .seikyudx-about-neobank-image {
    padding: 10px;
  }
}
/* about-neobankエリアここまで */


/* features-about-neobankエリアここから */
.seikyudx-features-about-neobank-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-features-about-neobank-header {
  margin-bottom: 50px;
}

.seikyudx-features-about-neobank-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.seikyudx-features-about-neobank-bullet {
  font-size: 1.5rem;
  color: #333333;
}

.seikyudx-features-about-neobank-title-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.seikyudx-features-about-neobank-content {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.seikyudx-features-about-neobank-item {
  width: calc(33.333% - 20px);
  max-width: 400px;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

.seikyudx-features-about-neobank-item-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seikyudx-features-about-neobank-item-image-wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seikyudx-features-about-neobank-item-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-features-about-neobank-container {
    padding: 60px 15px;
  }
  .seikyudx-features-about-neobank-header {
    margin-bottom: 30px;
  }
  .seikyudx-features-about-neobank-title-text {
    font-size: 1.5rem;
  }
  .seikyudx-features-about-neobank-content {
    gap: 20px;
    flex-direction: column;
  }
  .seikyudx-features-about-neobank-item {
    width: calc(100% - 80px);
    max-width: none;
    padding: 25px;
    margin: 0 40px;
    box-sizing: border-box;
  }
  .seikyudx-features-about-neobank-item-title {
    font-size: 1.2rem;
  }
  .seikyudx-features-about-neobank-item-image-wrapper {
    height: 150px;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-features-about-neobank-container {
    padding: 40px 10px;
  }
  .seikyudx-features-about-neobank-header {
    margin-bottom: 20px;
  }
  .seikyudx-features-about-neobank-title-text {
    font-size: 1.2rem;
  }
  .seikyudx-features-about-neobank-content {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-features-about-neobank-item {
    width: calc(100% - 40px);
    max-width: none;
    padding: 20px;
    margin: 0 20px;
    box-sizing: border-box;
  }
  .seikyudx-features-about-neobank-item-title {
    font-size: 1.1rem;
  }
  .seikyudx-features-about-neobank-item-image-wrapper {
    height: 120px;
  }
}
/* features-about-neobankエリアここまで */

/* about-neobankエリアここから */
.seikyudx-about-neobank-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-about-neobank-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

/* 共通タイトルヘッダーのクラス */
.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333;
  padding: 15px 4ch;
  width: fit-content;
}

.seikyudx-about-neobank-highlight-text {
  color: #fccf00;
}

.seikyudx-about-neobank-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.seikyudx-about-neobank-text-content {
  text-align: left;
  width: 40%;
}

.seikyudx-about-neobank-main-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
  position: relative;
}

.seikyudx-about-neobank-asterisk {
  position: absolute;
  top: 0;
  right: -1em;
  font-size: 0.9em;
  color: #333333;
}

.seikyudx-about-neobank-note {
  font-size: 0.9rem;
  color: #888888;
  margin-top: 20px;
}

.seikyudx-about-neobank-note-item {
  display: block;
  line-height: 1.4;
}

.seikyudx-about-neobank-image-wrapper {
  width: 60%;
  text-align: center;
}

.seikyudx-about-neobank-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  padding: 20px;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-about-neobank-container {
    padding: 60px 15px;
  }
  .seikyudx-about-neobank-header {
    margin-bottom: 30px;
  }
  .seikyudx-common-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-about-neobank-top {
    flex-direction: column;
    gap: 30px;
  }
  .seikyudx-about-neobank-text-content,
  .seikyudx-about-neobank-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-about-neobank-main-text {
    font-size: 1.1rem;
  }
  .seikyudx-about-neobank-image {
    padding: 15px;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-about-neobank-container {
    padding: 40px 10px;
  }
  .seikyudx-about-neobank-header {
    margin-bottom: 20px;
  }
  .seikyudx-common-title-header {
    font-size: 1.2rem;
  }
  .seikyudx-about-neobank-top {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-about-neobank-text-content,
  .seikyudx-about-neobank-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-about-neobank-main-text {
    font-size: 1rem;
  }
  .seikyudx-about-neobank-note {
    font-size: 0.8rem;
  }
  .seikyudx-about-neobank-image {
    padding: 10px;
  }
}
/* about-neobankエリアここから */
/* neobank-flowエリアここから */
.seikyudx-neobank-flow-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
  background-color: #f0f0f0;
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* 親要素の影響を受けないようにする */
  margin: 0;
}

.seikyudx-neobank-flow-header {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

/* 共通タイトルヘッダーのクラス */
.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333;
  padding: 15px 4ch;
  width: fit-content;
}

.seikyudx-neobank-flow-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 50px;
}

.seikyudx-neobank-flow-item {
  width: calc(33.333% - 20px);
  max-width: 400px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: left;
  position: relative;
  min-height: 250px;
}


.seikyudx-neobank-flow-container .seikyudx-issue-an-invoice-steps {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.seikyudx-neobank-flow-container .seikyudx-issue-an-invoice-step-item {
  background-color: #ffffff;
}

.seikyudx-neobank-flow-step-title-wrapper {
  color: #ffffff;
  padding: 15px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.seikyudx-neobank-flow-step-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.seikyudx-neobank-flow-box {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seikyudx-neobank-flow-box-text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.seikyudx-neobank-flow-note-text {
  font-size: 0.8rem;
  color: #888888;
}

.seikyudx-neobank-flow-arrow {
  width: 55px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 30"><polygon points="55,15 0,30 0,0" fill="%23fccf00"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.seikyudx-neobank-flow-footer-notes {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.seikyudx-neobank-flow-footer-note {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #888888;
  margin: 0;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-neobank-flow-container {
    padding: 60px 15px;
  }
  .seikyudx-neobank-flow-header {
    margin-bottom: 30px;
  }
  .seikyudx-common-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-neobank-flow-content {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-neobank-flow-item {
    width: 100%;
    max-width: none;
  }
  .seikyudx-neobank-flow-arrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 55"><polygon points="15,55 30,0 0,0" fill="%23fccf00"/></svg>');
    width: 30px;
    height: 55px;
    margin: 20px auto;
  }
  .seikyudx-neobank-flow-step-title {
    font-size: 1rem;
  }
  .seikyudx-neobank-flow-box {
    padding: 20px;
    min-height: 120px;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-neobank-flow-container {
    padding: 40px 10px;
  }
  .seikyudx-neobank-flow-header {
    margin-bottom: 20px;
  }
  .seikyudx-common-title-header {
    font-size: 1.2rem;
  }
  .seikyudx-neobank-flow-content {
    flex-direction: column;
    gap: 15px;
  }
  .seikyudx-neobank-flow-item {
    width: 100%;
    max-width: none;
  }
  .seikyudx-neobank-flow-arrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 55"><polygon points="15,55 30,0 0,0" fill="%23fccf00"/></svg>');
    width: 30px;
    height: 55px;
    margin: 15px auto;
  }
  .seikyudx-neobank-flow-step-title {
    font-size: 0.9rem;
  }
  .seikyudx-neobank-flow-box {
    padding: 15px;
    min-height: 100px;
  }
}
/* neobank-flowエリアここまで */
/* features-about-neobankエリアここまで */

/* priceエリアここから */
.seikyudx-price-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-price-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

/* 共通タイトルヘッダーのクラス */
.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333;
  padding: 15px 4ch;
  width: fit-content;
}

.seikyudx-price-top-text {
  font-size: 1.2rem;
  margin-bottom: 50px;
}

.seikyudx-price-table-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.seikyudx-price-box {
  width: calc(33.333% - 20px);
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.seikyudx-price-box-title {
  background-color: #333333;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px;
}

.seikyudx-price-box-content {
  background-color: #ffffff;
  padding: 20px;
}

.seikyudx-price-amount {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.seikyudx-price-amount-highlight {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff0000;
  margin: 0;
  line-height: 1;
}

.seikyudx-price-currency {
  font-size: 1rem;
}

.seikyudx-price-note-inline {
  font-size: 0.8rem;
  font-weight: normal;
  vertical-align: super;
}

.seikyudx-price-plus {
  font-size: 2rem;
  font-weight: bold;
  color: #888888;
}

.seikyudx-price-notes {
  max-width: 800px;
  margin: 30px auto 50px auto;
  text-align: left;
}

.seikyudx-price-note-item {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #888888;
  margin: 0;
}

.seikyudx-price-comparison {
  margin-top: 50px;
  text-align: center;
}

.seikyudx-price-comparison-text {
  font-size: 1.1rem;
  margin: 0 0 10px 0;
}

.seikyudx-price-comparison-final {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.seikyudx-price-highlight-price {
  color: #ff0000; /* 文字色を赤に変更 */
  font-size: 46px!important; /* フォントサイズを1.5倍に */
  font-weight: bold; /* 太文字に */
  position: relative;
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
  overflow: visible; /* 疑似要素が表示されるようにvisibleに変更 */
}

/* ルビ（傍点）のスタイル */
.seikyudx-price-highlight-price rt {
  font-size: 0.6em; /* 親要素のフォントサイズの半分 */
  font-weight: normal;
  color: #fccf00; /* 黄色に設定 */
  text-align: center;
  position: relative;
  top: -0.5em;
}

.seikyudx-price-highlight-price ruby {
  font-size: 46px !important;
  font-weight: bold;
  color: #ff0000;
}

.seikyudx-price-currency-highlight {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333; /* 文字色を黒に変更 */
}

/* 新しいセクションのスタイル */
.seikyudx-price-option {
  padding: 30px;
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.seikyudx-price-option-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: center;
}

.seikyudx-price-option-body {
  text-align: center;
}

.seikyudx-price-option-text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.seikyudx-price-option-link {
  color: #007bff;
  text-decoration: underline;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-price-container {
    padding: 60px 15px;
  }
  .seikyudx-price-header {
    margin-bottom: 30px;
  }
  .seikyudx-common-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-price-top-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .seikyudx-price-table-container {
    flex-direction: column;
  }
  .seikyudx-price-box {
    width: 100%;
    max-width: 400px;
  }
  .seikyudx-price-plus {
    display: none;
  }
  .seikyudx-price-notes {
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .seikyudx-price-comparison-text {
    font-size: 1rem;
  }
  .seikyudx-price-comparison-final {
    font-size: 1.5rem;
  }
  .seikyudx-price-highlight-price::before {
    top: -3px;
    height: 3px;
  }
  .seikyudx-price-option {
    padding: 20px;
  }
  .seikyudx-price-option-title {
    font-size: 1.2rem;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-price-container {
    padding: 40px 10px;
  }
  .seikyudx-price-header {
    margin-bottom: 20px;
  }
  .seikyudx-common-title-header {
    font-size: 1.2rem;
  }
  .seikyudx-price-top-text {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  .seikyudx-price-table-container {
    flex-direction: column;
  }
  .seikyudx-price-box {
    width: 100%;
  }
  .seikyudx-price-plus {
    display: none;
  }
  .seikyudx-price-box-title {
    font-size: 1rem;
  }
  .seikyudx-price-box-content {
    padding: 15px;
  }
  .seikyudx-price-amount {
    font-size: 1.5rem;
  }
  .seikyudx-price-amount-highlight {
    font-size: 2rem;
  }
  .seikyudx-price-currency {
    font-size: 0.8rem;
  }
  .seikyudx-price-notes {
    max-width: 100%;
    text-align: left;
    padding: 0 10px;
  }
  .seikyudx-price-note {
    font-size: 0.8rem;
  }
  .seikyudx-price-comparison-text {
    font-size: 0.9rem;
  }
  .seikyudx-price-comparison-final {
    font-size: 1.2rem;
  }
  .seikyudx-price-highlight-price::before {
    top: -2px;
    height: 2px;
  }
  .seikyudx-price-option {
    padding: 15px;
  }
  .seikyudx-price-option-title {
    font-size: 1rem;
  }
  .seikyudx-price-option-text {
    font-size: 0.9rem;
  }
}

/* about-trialエリアここから */
.seikyudx-about-trial-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-about-trial-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

/* 共通タイトルヘッダーのクラス */
.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333;
  padding: 15px 4ch;
  width: fit-content;
}

.seikyudx-about-trial-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}

.seikyudx-about-trial-text-content {
  width: 50%;
  text-align: left;
}

.seikyudx-about-trial-main-text {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}

.seikyudx-about-trial-highlight {
  color: #ff0000;
  font-size: 2rem;
  font-weight: bold;
}

.seikyudx-about-trial-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.seikyudx-about-trial-list-item {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.seikyudx-about-trial-list-item::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #333333;
  font-weight: bold;
}

.seikyudx-about-trial-note {
  font-size: 0.9rem;
  color: #888888;
  margin-bottom: 20px;
}

.seikyudx-about-trial-link {
  color: #888888;
  text-decoration: underline;
}

.seikyudx-about-box-button {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}

.seikyudx-about-highlight-yellow {
  color: #fccf00;
}

.seikyudx-about-trial-image-wrapper {
  width: 50%;
  position: relative;
}

.seikyudx-about-trial-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-about-trial-container {
    padding: 60px 15px;
  }
  .seikyudx-about-trial-header {
    margin-bottom: 30px;
  }
  .seikyudx-common-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-about-trial-content {
    flex-direction: column;
    gap: 30px;
  }
  .seikyudx-about-trial-text-content,
  .seikyudx-about-trial-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-about-trial-main-text {
    font-size: 1.3rem;
  }
  .seikyudx-about-trial-highlight {
    font-size: 1.8rem;
  }
  .seikyudx-about-trial-list-item {
    font-size: 1rem;
  }
  .seikyudx-about-trial-note {
    text-align: center;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-about-trial-container {
    padding: 40px 10px;
  }
  .seikyudx-about-trial-header {
    margin-bottom: 20px;
  }
  .seikyudx-common-title-header {
    font-size: 1.2rem;
  }
  .seikyudx-about-trial-content {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-about-trial-text-content,
  .seikyudx-about-trial-image-wrapper {
    width: 100%;
    text-align: center;
  }
  .seikyudx-about-trial-main-text {
    font-size: 1.1rem;
  }
  .seikyudx-about-trial-highlight {
    font-size: 1.5rem;
  }
  .seikyudx-about-trial-list-item {
    font-size: 0.9rem;
  }
  .seikyudx-about-trial-note {
    text-align: center;
  }
}

/* effectsエリアここから */
.seikyudx-effects-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  text-align: center;
}

.seikyudx-effects-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

/* 共通タイトルヘッダーのクラス */
.seikyudx-common-title-header {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  background-color: #333333;
  padding: 15px 4ch;
  width: fit-content;
}

.seikyudx-effects-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.seikyudx-effects-left-column {
  width: 50%;
  text-align: center;
}

.seikyudx-effects-table-image {
  max-width: 100%;
  height: auto;
}

.seikyudx-effects-text-wrapper {
  margin-top: 20px;
}

.emphasis-heading-problem {
  font-size: 1.2rem;
  font-weight: bold;
}

.hero-mobile {
  display: none;
}

.seikyudx-effects-sub-text {
  font-size: 0.9rem;
  color: #888888;
  text-align: right;
  margin-top: 5px;
}

.seikyudx-effects-right-column {
  width: 50%;
  text-align: left;
  padding: 0 40px;
}

.seikyudx-effects-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* 余白を調整 */
}

.seikyudx-effects-box-before {
  border: 1px dashed #c0c0c0;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px; /* 余白を調整 */
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.seikyudx-effects-box-title-before {
  font-size: 1.5rem; /* 1.2倍に */
  font-weight: bold;
  margin: 0 0 15px 0; /* マージンを調整 */
  text-align: left;
}

.seikyudx-effects-box-before-content {
  gap: 20px;
  align-items: flex-start;
}

.seikyudx-effects-box-before-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0; /* マージンを調整 */
}

.seikyudx-effects-box-before-list-item {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.2rem; /* 1.2倍に */
  line-height: 1.6;
  margin-bottom: 10px; /* マージンを調整 */
}

.seikyudx-effects-box-before-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #333333;
}

.seikyudx-effects-box-before-text {
  font-size: 1.2rem; /* 1.2倍に */
  line-height: 1.6;
  margin: 0 0 15px 0; /* マージンを調整 */
}

.seikyudx-effects-box-highlight {
  font-size: 1.5rem; /* 1.2倍に */
  font-weight: bold;
  color: #ff0000;
}

.seikyudx-effects-arrow-down {
  width: 20px;
  height: 20px;
  background-color: black;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 10px 0;
}

.seikyudx-effects-box-after {
  background-color: #fff8e1;
  border: 1px solid #ffe8b3;
  border-radius: 10px;
  padding: 25px; /* 余白を調整 */
  width: 100%;
  box-sizing: border-box;
}

.seikyudx-effects-box-title-after {
  font-size: 1.5rem; /* 1.2倍に */
  font-weight: bold;
  margin: 0 0 15px 0; /* マージンを調整 */
  text-align: left;
  color: #fccf00;
}

.seikyudx-effects-box-after-text {
  font-size: 1.2rem; /* 1.2倍に */
  line-height: 1.6;
  margin: 0 0 15px 0; /* マージンを調整 */
}

.seikyudx-effects-box-after-highlight {
  font-size: 1.5rem; /* 1.2倍に */
  font-weight: bold;
  line-height: 1.6;
}

.seikyudx-effects-box-highlight-time {
  font-size: 1.8rem; /* 1.2倍に */
  color: #fccf00;
}

.seikyudx-effects-box-highlight-text {
  color: #fccf00;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-effects-container {
    padding: 60px 15px;
  }
  .seikyudx-common-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-effects-content {
    flex-direction: column;
    gap: 30px;
  }
  .seikyudx-effects-left-column,
  .seikyudx-effects-right-column {
    width: 100%;
    padding: 0;
  }
  .seikyudx-effects-box-container {
    width: 100%;
  }
  .seikyudx-effects-box-before,
  .seikyudx-effects-box-after {
    width: 100%;
    padding: 20px;
  }
  .seikyudx-effects-box-title-before,
  .seikyudx-effects-box-title-after {
    font-size: 1.2rem;
  }
  .seikyudx-effects-box-before-list-item,
  .seikyudx-effects-box-after-text {
    font-size: 1rem;
  }
  .seikyudx-effects-box-highlight {
    font-size: 1.2rem;
  }
  .seikyudx-effects-box-highlight-time {
    font-size: 1.5rem;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-effects-container {
    padding: 40px 10px;
  }
  .seikyudx-common-title-header {
    font-size: 1.2rem;
  }
  .seikyudx-effects-content {
    flex-direction: column;
    gap: 20px;
  }
  .seikyudx-effects-left-column,
  .seikyudx-effects-right-column {
    width: 100%;
    padding: 0;
  }
  .emphasis-heading-problem {
    display: none;
  }
  .hero-mobile {
    display: block;
    font-size: 1rem;
    font-weight: bold;
  }
  .seikyudx-effects-box-container {
    width: 100%;
  }
  .seikyudx-effects-box-before,
  .seikyudx-effects-box-after {
    width: 100%;
    padding: 15px;
  }
  .seikyudx-effects-box-title-before,
  .seikyudx-effects-box-title-after {
    font-size: 1rem;
  }
  .seikyudx-effects-box-before-list-item,
  .seikyudx-effects-box-after-text {
    font-size: 0.9rem;
  }
  .seikyudx-effects-box-highlight {
    font-size: 1rem;
  }
  .seikyudx-effects-box-highlight-time {
    font-size: 1.2rem;
  }
}