@charset "UTF-8";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%;
  /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}

/*リンク文字の設定*/
a {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #39f;
}

a:hover,
a:active {
  color: #f60;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}

/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}

h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}

h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}

/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #f2f2f2;
}

/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.6em;
  /*=16px*/
}

/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article {
  width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,
.section_inr {
  width: 950px;
  margin: 0 auto;
  /*真ん中に要素を置きたいときに使う*/
}

/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

/*ヘッダーのロゴ*/
.header_logo {
  width: 32%;
  float: left;
  margin: 1.2em 0 1.3em;
}

/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 22%;
  float: right;
  margin: 0.8em 0em 0.8em;
}

/*ヘッダーのアプリボタン*/
.header_app {
  width: 22%;
  float: right;
  margin: 0.8em 1em 0.8em 0;
}

/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img,
.header_mail img,
.header_app img {
  width: 100%;
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
  border-bottom: 2px solid #011638;
}

.top_image_in img {
  width: 100%;
}

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
  background-color: #fff;
  padding: 3em 0em;
}

.about {
  margin: 2em 0;
}

.diff_box {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.diff_ref{
  text-align: center;
}


.section_02 {
  background-color: #edfaf1;
  padding: 3em 0em 4em;
}

.mgmt_subhead {
  text-align: center;
  font-weight: bold;
  padding: 0 3em;
  margin-bottom: 3em;
}

.mgmt_01 {
  padding: 2.5em;
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 1em;
}

.mgmt_02 {
  padding: 2.5em;
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.section_03 {
  background-color: #fff;
  padding: 3em 0em 0;
}

.table_subhead{
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 2em;
}

.section_04 {
  background-color: #edfaf1;
  padding: 3em 0em;
}
.merit_subhead{
  margin-bottom: 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
    display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.merit_subhead:before, .merit_subhead:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.merit_subhead:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.merit_subhead:after {
  margin-left: 0.5em; /* 文字の左隣 */
}

.merit_box{
  display: flex;
  gap: 20px;
}
.section_05 {
  background-color: #fff;
  padding: 3em 0em;
}
.account_subhead{
    margin-bottom: 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
      display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.account_subhead:before, .account_subhead:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.account_subhead:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.account_subhead:after {
  margin-left: 0.5em; /* 文字の左隣 */
}

.section_06 {
  background-color: #fff;
  padding: 3em 0em 0.5em;
}
.term_subhead{
  font-weight: bold;
font-size: 1.2em;
color: #fff;
background-color: #189842;
padding: 0.7em;
margin-bottom: 1em;
}
.term_box{
  font-size: 0.8em;
}
.term_details_deal{
  margin-bottom: 1em;
}

.section_07{
    background-color: #fff;
  padding: 1em 0em 2em;
}
.homepage{
  display: flex;
  justify-content: space-evenly;
  font-size: small;
}

.term_footer{
  font-size: 0.7em;
  display: flex;
  justify-content:space-between;
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  padding: 1.5em 0;
}
.enclose_box{
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
}
/*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
.nisa-table-container {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  /* 横スクロールを完全に隠す */
  width: 100%;
  /* PCでの最大幅 */
margin-bottom: 2em;
}

.nisa-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
  /* 基本のテキストサイズ */
  color: #333;
  table-layout: fixed;
  /* カラム幅を固定する */
}

.nisa-table th,
.nisa-table td {
  padding: 18px 15px;
  /* カラムの縦幅を広げる */
  border: 1px solid #e0e0e0;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
  /* 長い単語でも改行 */
}

/* カラム幅の指定 (PCからモバイルまで共通で適用) */
.nisa-table colgroup col.col-left {
  width: 30%;
  /* 左端のタイトルコラムの幅 */
}

.nisa-table colgroup col.col-investment {
  width: 35%;
  /* 成長投資枠とつみたて投資枠のカラム幅を均等に */
}


.nisa-table thead th {
  background-color: #FFB053;
  color: white;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

.nisa-table thead th.new-system-header {
  background-color: #189842;
  text-align: center;
  color: white;
  font-weight: bold;
}

.nisa-table tbody td:first-child {
  background-color: #edfaf1;
  font-weight: bold;
  color: #2c5f2d;
  text-align: center;
}

.nisa-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.nisa-table .combined-limit {
  background-color: white;
  font-weight: bold;
}

.nisa-table .annual-limit-value {
  position: relative;
  display: inline-block;
  /* white-space: nowrap; はメディアクエリで調整 */
  /* 縦線に関するスタイルは完全に削除 */
}


/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.cta_area {
  padding: 3em;
  background-color: #F7F7F7;
}

.cta_area_inr {
  display: flex;
  justify-content: center;
  gap: 3em;
  padding: 1em 2em;
}

.micro_copy {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.2em;
  display: flex;
	justify-content: center;
	align-items: center;
}

.micro_copy::before,
.micro_copy::after {
	content: '';
	width: 2px;
	height: 30px;
	background-color: #333333;
}

.micro_copy::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.micro_copy::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

.app_box {
  width: 25%;
}

.booking_box {
  width: 25%;
}

/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #189842;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}

.footer a {
  color: #fff;
}
.rego_details{
  margin: 0.5em 0;
  font-size: 0.8em;
}