@charset "shift_jis";
/* CSS Document */
/* =============================================================== 
	common
=============================================================== */
.sd {
  display: none;
}
.td {
  display: block;
}
.pd {
  display: block;
}

main {
}
#main_contents {
  padding: 30px 0 10px;
}
#main_contents section {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
}
p {
  line-height: 2 !important;
  /*font-size: 1.7rem!important;*/
}
#main_contents h2 {
  color: #000;
  font-size: 3rem !important;
  padding: 20px 0 30px;
  margin-top: 30px;
}
/* =============================================================== 
	main_visual 
=============================================================== */
.main_visual {
  text-align: center;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/fund-dialogue_bg_main.jpg") no-repeat bottom center #051826;
  min-width: 1000px;
}
.main_visual_inner {
  width: 1000px;
  height: 500px;
  margin: 0 auto;
}
/* =============================================================== 
	graph
=============================================================== */
.gra_area {
  box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  background: #fff;
  clear: both;
}
.gratit {
  font-size: 2.5rem !important;
  font-weight: 600;
  padding: 5px;
  text-align: center !important;
  text-indent: 0;
  /*background: #000 !important;
	color: #fff;*/
  line-height: 1.6 !important;
}
.gra_area img {
  width: 100%;
}
ul.notes {
  margin: 10px 10px 0 10px;
  line-height: 1.5 !important;
  text-indent: 0;
  font-size: 13px;
  color: #666;
  background: none;
  text-align: left !important;
}
ul.notes li {
  list-style: none;
}
ul.notes li:last-child {
  margin-top: 10px;
}
ul.notes li span {
  font-weight: 600;
}
ul.notes .annotation {
  color: #f00;
  padding: 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #f00;
}
/* =============================================================== 
	photo
=============================================================== */
.photo_area {
  max-width: 800px;
  width: 100%;
  margin: 20px auto 50px;
  padding: 10px;
  background: #fff;
}
.photo_area img {
  width: 100%;
}
/* =============================================================== 
 dl
=============================================================== */
#dialog dt {
  width: 75px;
  max-height: 100%;
  float: left;
  text-align: left;
  line-height: 35px;
}
#dialog dd {
  max-height: 100%;
  margin: 0 0 15px 75px;
  line-height: 35px;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2026/fund-dialogue_p_bg.gif) repeat 0 0;
  text-align: justify;
  color: #222;
}
.atten01 {
  color: #1e6f8b;
  font-weight: 600;
}
.atten02 {
  color: #000;
  font-weight: 600;
}
/* =============================================================== 
disclaimer
=============================================================== */
.disclaimer_contents {
  padding: 20px 0 30px;
  margin: 0 auto;
  max-width: 1148px;
}
.disclaimer_contents p {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  margin-top: 10px;
}
.disclaimer_contents dl {
  line-height: 1.5 !important;
}
.disclaimer_contents dt {
  margin-top: 10px;
}
.disclaimer_contents h2 {
  font-size: 1.6rem !important;
  margin: 35px 0 8px;
}
.disclaimer_contents h3 {
  font-size: 1.5rem !important;
  margin: 25px 0 8px;
}

/* 固定ボタンオーバーレイ */
.button-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 998; /* 他の要素より前面に表示 */
}
.button-overlay02 {
  border-top: 1px solid #d4d4d4;
  background-color: #fff;
  padding-bottom: 20px;
}
.footer {
  z-index: 999 !important; /* 他の要素より前面に表示 */
}

/* コメントセクション */
.comment-section {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 3px 0;
}

.button-comment {
  font-size: 14px;
  color: #666;
  margin: 0;
  /*color: #5a3514;*/
}

.button-container {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

/* ボタンのスタイル */
.action-button {
  flex: 1;
  padding: 0; /* パディングを0に設定 */
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.3s,
    transform 0.1s;
}

.primary-button {
  background-color: #ff7800;
  margin: 5px;
}

.secondary-button {
  background-color: #008fde;
  margin: 5px;
}

/* ボタン内のリンクスタイル */
.button-link {
  display: block;
  width: 100%;
  padding: 12px 20px;
  color: white; /* すべてのリンクテキストを白色に */
  text-decoration: none;
  text-align: center;
}

/* セカンダリーボタンのリンクは特別に色を設定 */
.secondary-button .button-link {
  color: white; /* セカンダリーボタンのリンクも白色に */
}

.action-button:hover {
  opacity: 0.9;
}

.action-button:active {
  transform: scale(0.98);
}

/* 動画単独ボタン */
.button {
  text-align: center;
  margin: 40px auto 30px;
}
.button .button-container {
  max-width: 600px;
}
