/* master_minネガティブマージン打ち消し */
.Hero, .Hero--home, .Hero--small, .Hero--logo, .Hero--basic {
  margin-top: 0px;
    }

@media (max-width: 479px) {
  .Hero--home .Wrap, .Hero--home .Wrap--noPadding, .Hero--home .Wrap--noPaddingAll, .Hero--home .Wrap--wide, .Hero--home .Wrap--narrow, .Hero--home .view-blog, .Hero--home .view-news, .Hero--home .view-partners, .Hero--home .view-resources, .Hero--home .has-cutout-hero .Body-sections>.Section:first-child, .has-cutout-hero .Hero--home .Body-sections>.Section:first-child, .Hero--home .has-cutout-hero .Body-sections>:first-child>.Section, .has-cutout-hero .Hero--home .Body-sections>:first-child>.Section {
    padding-right: 30px
}
 
.Hero--home　img {
    height: auto;
    max-width: 100%
 }
}
 
a:hover {
     text-decoration: none!important; 
}

/* Hero_area　グレーフィルター削除 */
.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-form-lp-right.has-shadow img {
  box-shadow: -4px 4px 6px 0px rgba(0, 0, 0, 0.2)
}

.Page .LP-Hero.LP-Hero-default:before {
  background-image:none;
}
.Page {
  background-image:none;
}

@media (max-width: 819px) {
    .Web-Basic.Page {
        padding-top: 80px;
    }
}

.Page .LP-Hero.LP-Hero-default .Hero--home.bg-2 .Hero-info .Hero-title {
    color: #fc490d;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 46px;
    font-weight: 800;
}

.Logo-img-white-yoko {
    max-width: 190px;
    vertical-align: middle;
}

@media (max-width: 819px) {
    .Logo-img-white-yoko {
        max-width: 140px;
  　    height: auto;
    }
    .Pacnav--is-scrolling .Logo-img-white-yoko {
        max-width: 140px;
  　    height: auto;
  }
}

@media (max-width: 519px) {
    .Logo-img-white-yoko {
        max-width: 120px;
  　    height: auto;
    }
    .Pacnav--is-scrolling .Logo-img-white-yoko {
        max-width: 120px;
  　    height: auto;
  }
}

.kuronekoseikyudx_logo {
    max-width:180px;
    vertical-align: middle;
    margin-left: 20px;
}

@media (max-width: 819px) {
    .kuronekoseikyudx_logo {
        max-width: 140px;
  　    height: auto;
    }
    .Pacnav--is-scrolling .kuronekoseikyudx_logo {
        max-width: 120px;
  　    height: auto;
  }
}

@media (max-width: 519px) {
    .kuronekoseikyudx_logo {
        max-width: 100px;
  　    height: auto;
    }
    .Pacnav--is-scrolling .kuronekoseikyudx_logo {
        max-width: 120px;
  　    height: auto;
  }
}

/* smp時ハンバーガー表示用*/
@media (max-width: 639px) {
    .Header .Wrap, .Header .Wrap--noPadding, .Header .Wrap--noPaddingAll, .Header .Wrap--wide, .Header .Wrap--narrow, .Header .view-blog, .Header .view-news, .Header .view-partners, .Header .view-resources, .Header .has-cutout-hero .Body-sections>.Section:first-child, .has-cutout-hero .Header .Body-sections>.Section:first-child, .Header .has-cutout-hero .Body-sections>:first-child>.Section, .has-cutout-hero .Header .Body-sections>:first-child>.Section {
        width: 80%;
    }
}

@media (max-width: 819px) {
  .Header .Wrap {
    line-height: 1;
    flex-direction: row;
    align-items: center;
  }
}

  .image-container {
    max-width: auto;
  }

@media (max-width: 819px) {
  .image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ヘッダーメニュー */
.Header {
    box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.5);
    background-color: #ffffff;
}

.Pacnav--is-scrolling .Header {
    box-shadow: none;
}

.Logo-img-white-tate {
    width: 105px;
}

.Pacnav--is-scrolling .Logo-img-white-tate {
    display: none;
}

.header_title {
    font-size: 22px;
    width: 280px;
    margin: 0 20px;
}

.Pacnav--is-scrolling .header_title{
    display: none;
}

.Logo-img-white{
    display: none;
}

.Pacnav--is-scrolling .Logo-img-white{
    display: block;
}

.Logo-img-white-sp {
    display: none;
}

/* ヘッダーメディアクエリwidth変更　*/
@media screen and (max-width:819px) {
   .Logo-img-white-tate {
        display: none;
    }

   .Logo-img-white-sp {
        display: block;
    }
   .header_title {
        display: none;
  }
}

@media screen and (max-width:819px) {
   .Logo-img-white {
        display: none;
    }   
   .Pacnav--is-scrolling .Logo-img-white {
        display: none;
    }   
}

@media (max-width: 819px) {
    .Logo-img-white-sp {
        margin-top: -5px;
        max-width: 200px;
  　    height: auto;
    }
    .Pacnav--is-scrolling .Logo-img-white-sp {
        margin-top: -5px;
        max-width: 200px;
  　    height: auto;
  }
}

@media (max-width: 819px) {
  body:not(.Pacnav--is-scrolling) .Header.Has-childmenu {
    top: 0;
  }
}

/* ヘッダーナビ　スマホ切り替え　*/
#primary-nav-smp {
    display: none;
}

@media screen and (max-width:819px) {
    #primary-nav {
        display: none;
    }

    #primary-nav-smp {
        display: block;
    }
}
/* ヘッダーメニュー 終了 */


/* ヘッダーエリアのクロ背景指定　master_minコード打消し */
.Page {
  background:transparent;
}
/* ヘッダーエリアのクロ背景指定　master_minコード打消し 終了 */

.gnavlp {
  display: flex; /* Flexコンテナにする */
  justify-content: flex-end; /* 子要素を右端に寄せる */
  margin-left: auto;
}
@media (max-width: 819px) {
  .gnavlp {
    flex-direction: row;
  }
}

/* ヘッダーボタンエリア */
.menulp {
  margin-left: auto; /* 左側のマージンを自動調整して右寄せにする */
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 680px) {
  .menulp {
    gap: 20px;
  }
}
@media (max-width: 550px) {
  .menulp {
    gap: 5px;
  }
}

/* ビジネスポータル新規お申込みボタン */
.headerlp-item-contact a {
  border: 2px solid #fCCF00;
  background-color: #ffffff;
  padding: 9px 25px 7px 25px;
  border-radius: 5px;
  color: #333333;
  display: inline-block;
  line-height: 0.4;
  text-align: center; /* これでテキスト全体がボタン内で中央揃えになります */
  text-decoration: none;
  
}

/* 1行目の「ビジネスポータル」のスタイル */
.headerlp-item-contact a .first-line {
  font-size: 0.8em; /* 親要素（aタグ）のフォントサイズに対して0.8倍のサイズ */
  display: block; /* 一つの行として扱うため */
  line-height: 1; /* 行の高さを調整 */
}

/* 2行目の「新規お申込み」のスタイル */
.headerlp-item-contact a .second-line {
  font-size: 1em; /* デフォルトのサイズ（親要素の1倍） */
  font-weight: bold; /* 必要に応じて太字にする */
  display: block; /* 一つの行として扱うため */
  line-height: 1; /* 行の高さを調整 */
}

/* ホバー時のスタイル */
.headerlp-item-contact a:hover {
  color: #fff;
  background: #fCCF00;
}

@media (max-width: 819px) {
  .headerlp-item-contact {
    display: none;
  }
}

@media (max-width: 550px) {
  .headerlp-item-contact a {
    font-size: 10px;
    padding: 5px 10px;
  }
  .headerlp-item-contact a .first-line {
    font-size: 0.8em;
  }
  .headerlp-item-contact a .second-line {
    font-size: 1em;
  }
}

/* お問い合わせボタン */
.headerlp-item-download a{
  border:2px solid #fCCF00;
  background-color: #fCCF00;
  padding: 7px 25px;
  border-radius: 5px;
  color:#333333;
}
.headerlp-item-download a:hover{
  color:#fCCF00;
  background: #fff;
  text-decoration: none;
}

@media (max-width: 550px) {
  .headerlp-item-download {
    font-size: 10px;
  }
}

/* 資料ダウンロードボタン 終了 */
/* ヘッダーボタンエリア 終了 */

/* =======================================
  セクション：ヒーローエリア
======================================= */

/* ヒーローエリア全体 */
.hero-container {
  display: flex;
  justify-content: center; /* 子要素を中央に配置 */
  align-items: center;    /* 子要素を垂直方向の中央に揃える */
  width: 100%;            /* 親要素の幅を指定 */
  height: 500px;          /* 親要素の高さを指定（例） */
}


/* 819px以下（タブレット向け） */
@media (max-width: 819px) {
  .hero-container {
    height: 450px;
  }
}

/* 519px以下（スマートフォン向け） */
@media (max-width: 519px) {
  .hero-container {
    height: 380px;
  }
}
.seikyudx_hero_1 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  background-color: #ffffff; /* 背景色を白に設定 */
}

/* テキストエリア（左側） */
.seikyudx_hero-explanation {
  display: flex;
  flex: 1; /* 利用可能な空間を均等に埋める */
}

/* テキストコンテナ */
.seikyudx_hero-explanation-text {
  /* ここに追加のスタイルが必要な場合は記述 */
}

/* H1見出し */
/* PC版スタイル（820px以上） */
.seikyudx_hero-explanation-text h1 {
  font-size: 2.5rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.2;
}

/* 819px以下（タブレット向け） */
@media (max-width: 819px) {
  .seikyudx_hero-explanation-text h1 {
    font-size: 1.5rem;
  }
}

/* 519px以下（スマートフォン向け） */
@media (max-width: 519px) {
  .seikyudx_hero-explanation-text h1 {
    font-size: 1rem;
  }
}

/* 400px以下（スマートフォン向け） */
@media (max-width: 400px) {
  .seikyudx_hero-explanation-text h1 {
    font-size: 0.7rem;
  }
}

/* 画像エリア（右側） */
.function-guide-figure {
  flex: 1; /* 利用可能な空間を均等に埋める */
  padding-left: 45px; /* 左側に余白を設定 */
}

/* 画像 */
.function-guide-ycf-neobank {
  max-width: 90%; /* 親要素の幅に合わせてサイズ調整 */
  height: auto;
  display: block;
}
/* 1200px以下の場合、画像を非表示にする */
@media (max-width: 1200px) {
  .function-guide-figure {
    display: none;
  }
}
/* =======================================
  アンダーライン
======================================= */

/* PC用アンダーライン */
.striped-underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.striped-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 100%;
  height: 0.5em;
  background: repeating-linear-gradient(
    45deg,
    #ccc,
    #ccc 4px,
    #fff 4px,
    #fff 8px
  );
  z-index: -1;
}

/* =======================================
  モバイル表示用の非表示設定
======================================= */

/* デフォルト：PC用表示、スマホ用非表示 */
/* 現在はスマホ・PCの切り替えを行わないため、この部分は参考用として残します */
.hero-first-desktop {
  display: inline-block;
}

.hero-first-mobile {
  display: none;
}

/* aboutエリアここから */
/* PC版 (1025px以上) の共通スタイル */
.seikyudx-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-neobank-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-neobank-main-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 0 auto;
}

.seikyudx-neobank-main-title-wrapper {
  flex: 1;
  margin: 0 20px 100px 20px;
  margin-bottom: 100px;
}

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

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

.seikyudx-neobank-description2 {
  margin-top: 20px;
  font-size: 0.7rem;
  color: #fc490d;
  font-weight: bold;
}

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

.seikyudx-neobank-highlight2 {
  font-size: 0.5rem;
  color: #fc490d;
  font-weight: bold;
}

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

.seikyudx-neobank-image-wrapper {
  flex: 1;
  text-align: center;
}

.seikyudx-neobank-image {
  width: 480px;
  max-width: 100%;
  height: auto;
}

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

.seikyudx-neobank-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-neobank-box-text-main {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

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

.seikyudx-neobank-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-neobank-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-neobank-highlight-yellow {
  color: #fccf00;
}
  
/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-neobank-container {
    padding: 40px 15px;
  }
  .seikyudx-neobank-main-title-wrapper {
  margin: 0px 30px 60px 30px;
  }
  .seikyudx-neobank-header {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .seikyudx-neobank-title-header {
    font-size: 1.5rem;
  }
  .seikyudx-neobank-main-title {
    font-size: 1.4rem;
  }
  .seikyudx-neobank-description {
    font-size: 0.8rem;
  }
  .seikyudx-neobank-description2 {
    font-size: 0.6rem;
  }
  .seikyudx-neobank-content-2column {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .seikyudx-neobank-image-wrapper {
    width: 100%;
    text-align: center;
    padding: 0 20px; /* 画像の左右に80pxの余白 */
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .seikyudx-neobank-feature-content {
    width: 100%;
    text-align: center;
  }
  .seikyudx-neobank-box {
    padding: 15px;
    border-radius: 12px;
    margin: 0 80px;
  }
  .seikyudx-neobank-box-text-main {
    font-size: 0.9rem;
  }
  .seikyudx-neobank-box-text-highlight {
    font-size: 1rem;
  }
  .seikyudx-neobank-box-button {
    padding: 12px 25px;
  }
}

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

/* 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;
    flex-direction: column;
}
.seikyudx-features-about-neobank-content > div {
    flex: 1; /* 子要素の幅を均等に */
}

.seikyudx-features-about-neobank-item-description span {
  font-size: 0.8em; /* 親要素の0.8倍のサイズ */
  color: #999999; /* 控えめなグレー */
}

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


.seikyudx-features-about-neobank-item {
  max-width: 100%;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 100px;
}

.seikyudx-features-about-neobank-item2 {
  max-width: 100%;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  flex: 1;
}

.seikyudx-features-about-neobank-item-body {
  display: flex;
  align-items: center;
}

.seikyudx-features-about-neobank-item-body2 {
  align-items: center;
}

.seikyudx-features-about-neobank-item-text-area{
  text-align: left;
}

.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;
}

.seikyudx-features-about-neobank-item-image-wrapper {
  min-width: 300px;
  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;
}

/* 修正後の追加部分 */
.seikyudx-features-about-neobank-footer {
  margin-top: 40px;
}

.seikyudx-issue-an-invoice-notes-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.seikyudx-issue-an-invoice-notes {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.seikyudx-features-about-neobank-button {
  display: inline-block;
  width: 250px;
  padding: 20px;
  background-color: #333;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: opacity 0.3s;
  text-align: center;
}

.seikyudx-features-about-neobank-button:hover {
  opacity: 0.8;
}
/* /修正後の追加部分 */

/* タブレット版 (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;
    box-sizing: border-box;
    margin: 0 40px;
  }
  .seikyudx-features-about-neobank-item-title {
    font-size: 1.2rem;
  }
  .seikyudx-features-about-neobank-item-image-wrapper {
    min-width: 200px;
    height: 150px;
  }
/* 追加部分 */
.seikyudx-features-about-neobank-footer {
  margin-top: 30px;
  flex-direction: column;
}
/* /追加部分 */
}
/* スマホ版 (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;
    box-sizing: border-box;
    margin: 0 20px;
  }
  .seikyudx-features-about-neobank-item-title {
    font-size: 1.1rem;
  }
  .seikyudx-features-about-neobank-item-image-wrapper {
    min-width: 100px;
    margin-right: 5px;
    height: 120px;
  }
/* 追加部分 */
.seikyudx-features-about-neobank-footer {
  margin-top: 20px;
  flex-direction: column;
}
/* /追加部分 */
}
/* features-about-neobankエリアここまで */

/* about-neobank-account-openingエリアここから */
.seikyudx-about-neobank-account-opening-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-account-opening-header {
  margin-bottom: 50px;
}

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

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

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

.seikyudx-about-neobank-account-opening-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    border: 2px solid #666666;
    border-radius: 20px; 
    padding: 45px;
    margin-bottom: 100px;
}
.seikyudx-about-neobank-account-opening-content:last-child {
  margin-bottom: 0;
}
.seikyudx-about-neobank-account-opening-content > div {
    flex: 1; /* 子要素の幅を均等に */
}

.seikyudx-about-neobank-account-opening-sub-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1299px) {
  .seikyudx-about-neobank-account-opening-sub-container {
    flex-direction: column;
  }
}

.about-neobank-account-opening-head-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #333333;
  font-size: 2.4rem;
  font-weight: bold;
}

.step-number {
  margin-left: 10px;
}

.seikyudx-about-neobank-account-opening-item-description {
    margin-top: 20px;
    font-size: 0.8rem;
    color: #333333;
    font-weight: 500;
}

.seikyudx-about-neobank-account-opening-item-description span {
  font-size: 0.8em; /* 親要素の0.8倍のサイズ */
  color: #999999; /* 控えめなグレー */
}

.seikyudx-about-neobank-account-opening-item-description2 {
    margin-top: 20px;
    font-size: 0.7rem;
    color: #fc490d;
    font-weight: bold;
    line-height: 1.6;
}

.seikyudx-about-neobank-account-opening-item {
  max-width: 100%;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0px;
  flex: 1;
}

.seikyudx-about-neobank-account-opening-item-body {
}

.seikyudx-about-neobank-account-opening-item-text-area{
  text-align: left;
}

.seikyudx-about-neobank-account-opening-item-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.seikyudx-about-neobank-account-opening-item-image-wrapper {
  min-width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* 修正後の追加部分 */
.seikyudx-about-neobank-account-opening-footer {
  margin-top: 40px;
}

.seikyudx-issue-an-invoice-notes-wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.seikyudx-issue-an-invoice-notes {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.seikyudx-about-neobank-account-opening-button {
  display: inline-block;
  width: 250px;
  padding: 20px;
  background-color: #333;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: opacity 0.3s;
  text-align: center;
}

.seikyudx-about-neobank-account-opening-button:hover {
  opacity: 0.8;
}
/* /修正後の追加部分 */

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-about-neobank-account-opening-container {
  padding: 60px 15px; 
  }
.seikyudx-about-neobank-account-opening-header {
  margin-bottom: 30px;
}
  .seikyudx-about-neobank-account-opening-title-text {
    font-size: 1.5rem;
  }
  .seikyudx-about-neobank-account-opening-content {
    gap: 20px;
    flex-direction: column;
  }
  .seikyudx-about-neobank-account-opening-item {
    max-width: none;
    padding: 25px;
    box-sizing: border-box;
    margin: 0;
  } 
  .seikyudx-about-neobank-account-opening-item-title {
    font-size: 1.2rem;
  }
  .seikyudx-about-neobank-account-opening-item-image-wrapper {
    min-width: 200px;
    height: 150px;
  }
/* 追加部分 */
.seikyudx-about-neobank-account-opening-footer {
  margin-top: 30px;
  flex-direction: column;
}
/* /追加部分 */
}
/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-about-neobank-account-opening-container {
  padding: 40px 10px;
  }
  .seikyudx-about-neobank-account-opening-header {
  margin-bottom: 20px;
  }
  .seikyudx-about-neobank-account-opening-title-text {
  font-size: 1.2rem;
  }
  .seikyudx-about-neobank-account-opening-content {
  flex-direction: column;
  gap: 20px;
  }
  .seikyudx-about-neobank-account-opening-item {
    max-width: none;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
  }
  .seikyudx-about-neobank-account-opening-item-title {
    font-size: 1.1rem;
  }
  .seikyudx-about-neobank-account-opening-item-image-wrapper {
    min-width: 100px;
    margin-right: 5px;
    height: 120px;
  }
/* 追加部分 */
.seikyudx-about-neobank-account-opening-footer {
  margin-top: 20px;
  flex-direction: column;
}
/* /追加部分 */
}
/* about-neobank-account-openingエリアここまで */

/* neobank-cautionエリアここから */
.seikyudx-neobank-caution-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  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;
  position: relative;
  overflow: hidden;
}

/* 共通タイトルヘッダーのクラス */

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

.seikyudx-neobank-caution-text-content {
  text-align: left;
  width: 40%;
  border: 2px solid #666666;
  border-radius: 20px;
  padding: 50px 40px 40px 40px;
  position: relative;
  overflow: hidden; /* 親要素からはみ出たSVGを非表示にする */
  z-index: 1; /* テキストがアイコンより前面に表示されるようにする */
}
/* SVGアイコンを中央の背景として配置 */
.seikyudx-neobank-caution-text-content .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px; /* SVGのサイズを大きく調整 */
  height: auto;
  color: rgba(255, 193, 7, 0.3); /* 背景として薄い色にする */
  z-index: -1; /* SVGをテキストの背後に配置 */
}
.seikyudx-neobank-caution-main-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 600;
}

.seikyudx-neobank-caution-main-text span {
  color: #fc490d; /* 赤色 */
}

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

/* テキスト部分を前面に出す */
.seikyudx-neobank-caution-text-content {
  position: relative;
  z-index: 1; /* アイコンより手前に表示 */
}

.seikyudx-neobank-caution-image-wrapper {
  text-align: center;
}

.seikyudx-neobank-caution-image {
  max-width: 80%;
  height: auto;
}

/* タブレット版 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .seikyudx-neobank-caution-container {
    padding: 60px 15px;
  }
  .seikyudx-neobank-caution-image-wrapper {
  display: none;
}
  .seikyudx-neobank-caution-text-content {
    width: 100%;
    text-align: center;
  }
  .seikyudx-neobank-caution-main-text {
    font-size: 1.1rem;
  }
}

/* スマホ版 (768px以下) */
@media (max-width: 768px) {
  .seikyudx-neobank-caution-container {
    padding: 40px 10px;
  }
    .seikyudx-neobank-caution-image-wrapper {
  display: none;
}
  .seikyudx-neobank-caution-text-content {
    width: 100%;
    text-align: center;
  }
  .seikyudx-neobank-caution-main-text {
    font-size: 1rem;
  }
  .seikyudx-neobank-caution-note {
    font-size: 0.8rem;
  }
}
/* neobank-cautionエリアここまで */


/* 銀代footerエリアここから */

.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: #333;
    text-decoration: underline;
    font-size: 1rem;
    margin-top: 8px;
    transition: none;
}

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

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

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

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

    .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: 0.8rem;
        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;
    }
}
/* 銀代footerエリアここまで */