@charset "UTF-8";
/*=====================
font-family: 'Poppins', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif', serif;
=====================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*=================================
COMMON
==================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  /* font: inherit; */
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  color: #0b1832;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background: #fff;
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  scroll-behavior: smooth;
}

html.lock,
body.lock {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

strong {
  font-weight: bold;
}

section {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

sup {
  font-size: 12px;
  vertical-align: super;
}

* {
  box-sizing: border-box;
}

.txtLeft {
  text-align: left;
}

.txtCenter {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.caption {
  margin-top: 24px;
  font-size: 12px;
  display: inline-block;
  line-height: 1.5;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 40px !important;
}

.mt02 {
  margin-top: 60px !important;
}

.mt03 {
  margin-top: 80px !important;
}

.mt04 {
  margin-top: 160px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 40px !important;
}

.mb02 {
  margin-bottom: 60px !important;
}

.mb03 {
  margin-bottom: 80px !important;
}

.mb04 {
  margin-bottom: 160px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml01 {
  margin-left: 20px !important;
}

.ml02 {
  margin-left: 60px !important;
}

.ml03 {
  margin-left: 80px !important;
}

.ml04 {
  margin-left: 160px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr01 {
  margin-right: 40px !important;
}

.mr02 {
  margin-right: 60px !important;
}

.mr03 {
  margin-right: 80px !important;
}

.mr04 {
  margin-bottom: 160px !important;
}

.pd15 {
  padding-bottom: 15px;
}

.pd20 {
  padding-bottom: 20px;
}

.pd30 {
  padding-bottom: 30px;
}

.bold {
  font-weight: 700;
}

.spOnly {
  display: none !important;
}

.red {
  color: #ff6666 !important;
}

.emphasis {
  color: #f57f0c;
}

.hidden {
  visibility: hidden;
}

.conNone {
  display: none !important;
}

.borderNone {
  border: none !important;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.flex.flexRow {
  flex-direction: row;
}

.flex.flexColumn {
  flex-direction: column;
}

.flex.flexWrap {
  flex-wrap: wrap;
}

.flex.flexNoWrap {
  flex-wrap: nowrap;
}

.flex.flexCenterAlign {
  align-items: center;
}

.flex.flexStretchAlign {
  align-items: stretch;
}

.flex.flexBaseAlign {
  align-items: baseline;
}

.flex.flexEndAlign {
  align-items: flex-end;
}

.flex.flexCenterSelf {
  align-self: center;
}

.flex.flexEndSelf {
  align-self: flex-end;
}

.flex.flexJustifyCenter {
  justify-content: center;
}

.flex.flexJustifyStart {
  justify-content: flex-start;
}

.flex.flexJustifyEnd {
  justify-content: flex-end;
}

.flex.flexJustifySpace-around {
  justify-content: space-around;
}

.flex.flexJustifySpace-between {
  justify-content: space-between;
}

.t-red {
  color: #ff0000;
}

.f-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {

  /*=================================
COMMON
==================================*/
  p {
    font-size: 14px;
    line-height: 1.5;
  }

  .pcOnly {
    display: none !important;
  }

  .spOnly {
    display: block !important;
  }
}

/*=================================
HEADER
==================================*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 2;
}

header .inner_section {
  margin: 0 auto;
  padding: 20px 30px;
}

header .inner_section .logo {
  display: block;
  font-size: 24px;
}

/*=================================
NAVI
==================================*/
.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.header-nav_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}

.header-nav_item {
  font-size: clamp(16px, 1.5vw, 20px);
}

a.header-nav_link {
  color: #00265b;
  font-weight: bold;
  text-decoration: none;
}

a.header-nav_link:hover {
  opacity: 0.7;
}

#toTop {
  position: fixed;
  bottom: 0;
  z-index: 3;
}

#toTop #toTop_btn {
  position: absolute;
  top: -73px;
  left: 90vw;
}

#toTop #toTop_btn:hover {
  opacity: 0.7;
}

#toTop #toTop_btn a {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 100px;
  background: #A72225;
  border: solid 3px #A72225;
  z-index: 15;
}

#toTop #toTop_btn a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
  transform: rotate(-45deg) translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 4px;
}

/*=================================
BUTTON
==================================*/
.btn_box {
  max-width: 392px;
  height: 80px;
  margin: 0 auto;
}

.btn_box .btn {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #A72225;
  text-decoration: none;
  column-gap: 8px;
}

.btn_box .btn::after {
  content: ">";
  display: block;
}

.btn_box .btn:hover {
  opacity: 0.7;
}

/*=================================
MAIN
==================================*/
main {
  display: block;
  background-color: #ffffff;
  /* background: linear-gradient(180deg, #0A3878 0%, #172856 50%, #0A3878 100%); */
}

section {
  padding: 0;
}

section .caution {
  font-size: 14px;
  color: #333;
}

#main_visual_area {
  /* width: 100%;
  height: calc(582 / 1920 * 100vw);
  background: url("../../SBI_fes2025_pc_header_0620.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0; */
  margin-top: 66px;
}

/* #main_visual_area .main_visual {
  max-width: 1168px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  position: relative;
}

#main_visual_area .main_visual h1 {
  margin: 0 auto;
  width: 100%;
}

#main_visual_area .main_visual h1 img {
  padding: 126px 0 70px 0;
} */

/*=================================
#content01
==================================*/
#content01 {
  margin-bottom: 50px;
  background-color: #FFFFFF;
}

#content01 .btn_box {
  margin: 64px auto;
}

#content01 .btn_box .btn {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 768px) {
  #content01 .btn_box {
    margin: 40px auto;
  }
}

/*=================================
#content02
==================================*/
.bg_wrap {
  background: linear-gradient(193deg, #0D1A3C 0%, #0A3878 18.27%, #0A3878 76.44%, #0D1A3C 100%);
}

#content02 {
  padding: 90px 0 56px 0;
  max-width: 960px;
  margin: 0 auto;
  width: 96%;
}

#content02 .tabs_list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 6px;
}

#content02 .tabs_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D3D3D3;
  width: 25%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 22px 12px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #fff;
}

#content02 .tabs_item.js-tab_trigger-select {
  background-color: #A72225;
}

#content02 .tabs_item:not(.js-tab_trigger-select):hover {
  cursor: pointer;
  background-color: #A72225;
  opacity: 0.8;
}

#content02 .tabs_section .tabs_body .inner_section {
  background-color: #fff;
  padding: 50px 25px 0 25px;
}

#content02 .tabs_section.sponsor .tabs_body .inner_section {
  background-color: #fff;
  padding: 60px 26px 50px;
}

#content02 .tabs_section .tabs_body .inner_section.round,
#content02 .tabs_section.sponsor .tabs_body .inner_section.round {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* タブテーブル */
#content02 .tabs_section .tabs_body .inner_section .table_area table tr {
  border-bottom: 1px solid #b5b1b1;
}

#content02 .tabs_section .tabs_body .inner_section .table_area table tr:last-of-type {
  border: none;
}

.tabs_body .inner_section .table_area table th,
.tabs_body .inner_section .table_area table td {
  border: none;
  font-size: 18px;
  font-weight: normal;
}

.tabs_body .inner_section .table_area table th {
  width: 26%;
  padding: 24px 0 24px 24px;
  text-align: left;
  font-weight: 700;
}

.tabs_body .inner_section .table_area table td {
  padding: 24px 0 24px 24px;
}

.tab2_cont p,
.tab3_cont p {
  font-weight: normal;
}

/* ご注意事項 */
.caution_area {
  margin-top: 50px;
  padding-bottom: 50px;
}

.tglDl {
  border: 2px solid #0b1832;
  border-top: none;
  width: auto;
  margin: 0 auto;
  background: #fff;
}

.tglDl dt {
  border-top: 2px solid #0b1832;
  font-size: 18px;
  font-weight: 600;
  color: #0b1832;
  text-align: center;
  padding: 14px 0;
  position: relative;
}

/* .tglDl dt::after,
.tglDl dt.on:after {
  content: "";
  display: block;
  width: 64px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 13.5px;
  transition: 0.3s;
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2024/fund_seminar_240628_btn01.png) no-repeat top left;
  background-size: contain;
}

.tglDl dt.on:after {
  background: url(https://sbisec.akamaized.net/sbisec/images/static/2024/fund_seminar_240628_btn02.png) no-repeat top left;
  background-size: contain;
  width: 76px;
  height: 30px;
} */

.tglDl dt::after {
  content: "+";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 13.5px;
  transition: 0.3s;
  background-color: #002b5c;
  /* 濃い青色 */
  color: white;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}

.tglDl dt.on::after {
  content: "−";
  /* onのときはマイナス記号 */
}


dl dd.off {
  display: none;
}

.tglDl dd {
  padding: 0 20px 20px;
}

.tglDl .catLists {
  font-size: 14px;
  margin-bottom: 17px;
}

.tglDl .catLists li {
  margin-top: 25px;
  line-height: 1.5;
}

.tglDl .catLists li .largeTxt {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.ddInner p {
  font-weight: 400;
}

.ddInner p.indent {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
}

.ddInner p.fw-bold {
  font-weight: bold;
}

.nisa_caution img {
  vertical-align: middle;
  padding-left: 5px;
  padding-bottom: 2px;
}

/*=================================
.js
==================================*/
.js-tab_content {
  display: none;
}

.js-tab_content-show {
  display: block;
}

/* SP */
@media screen and (max-width: 768px) {

  /*=================================
HEADER
==================================*/
  header {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    background: #fff;
  }

  header .inner_section {
    width: 100%;
    padding: 20px;
  }

  header .inner_section .logo {
    width: 137px;
    height: auto;
    margin-right: 5.33vw;
  }

  /*=================================
NAVI
==================================*/
  div#nav-drawer {
    margin-left: 16px;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 23px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 20px;
    /*長さ*/
    border-radius: 3px;
    background: #0a3e86;
    display: block;
    content: "";
    cursor: pointer;
  }

  #nav-open span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #nav-open span:before {
    bottom: -9px;
  }

  #nav-open span:after {
    bottom: -18px;
  }

  #nav-foottxt {
    margin-top: 4px;
    font-size: 8px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close-bg {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  /*閉じる用のボタン*/
  #nav-close span:before,
  #nav-close span:after {
    position: absolute;
    left: -7.5vw;
    height: 1.3vw;
    width: 8vw;
    max-height: 5px;
    max-width: 35px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
    pointer-events: none;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    /*右に隠しておく*/
  }

  #nav-close span:before {
    transform: translateX(-50%) rotate(-45deg);
  }

  #nav-close span:after {
    transform: translateX(-50%) rotate(45deg);
  }

  /*中身*/
  #nav-content {
    position: fixed;
    display: flex;
    flex-direction: column;
    margin-left: 100vw;
    padding-top: 4vw;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    /*右に隠しておく*/
    width: 85vw;
  }

  #nav-list {
    overflow: auto;
    overflow-y: auto;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    width: 85vw;
    height: 100vh;
    background-color: #fff;
  }

  .close-area {
    position: relative;
  }

  label#nav-close {
    position: absolute;
    top: 45%;
    left: 0;
  }

  .nav_link {
    position: relative;
    min-height: 48px;
    background-color: #fff;
    border-bottom: 2px solid #e4e4e4;
  }

  .nav_link.current {
    color: #0a3e86;
  }

  .nav_link a {
    display: block;
    padding: 24px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
  }

  .nav_link.current a {
    color: #0a3e86;
  }

  .nav_link a::before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  .nav_link.current a::before {
    border-top: 2px solid #0a3e86;
    border-right: 2px solid #0a3e86;
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close,
  #nav-input:checked ~ #nav-close-bg {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    width: 85vw;
    opacity: 1;
    background-color: #fff;
    height: 100vh;
    z-index: 9999;
    /*最前面に*/
    transition: 0.3s ease-in-out;
    /*滑らかに表示*/
  }

  #toTop {
    position: fixed;
    bottom: 0;
    z-index: 3;
  }

  #toTop #toTop_btn {
    position: absolute;
    top: -68px;
    left: auto;
    right: -95vw;
    padding: 0;
  }

  #toTop #toTop_btn a {
    padding: 0.8vw 1vw;
  }

  /*=================================
BUTTON
==================================*/
  .btn_box {
    max-width: 315px;
    height: 74px;
    flex-direction: column;
    align-items: center;
  }

  .btn_box .btn {
    justify-content: center;
    width: 100%;
    font-size: 21px;
    text-align: center;
    margin: 0 auto;
  }

  /*=================================
MAIN
==================================*/
  section {
    padding: 0;
  }

  section .caution {
    font-size: 3.2vw;
    color: #333;
  }

  #main_visual_area {
    margin-bottom: 0;
    padding: 0;
  }

  #main_visual_area .main_visual {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
  }

  #main_visual_area .main_visual img {
    width: 100%;
  }

  /*=================================
#content02
==================================*/
  #content02 {
    padding: 60px 0;
  }

  #content02 .tabs_item {
    font-size: 12px;
    padding: 6px;
    line-height: 1.15;
  }

  #content02 .tabs_section .tabs_body .inner_section {
    padding: 30px 10px 0 10px;
  }

  #content02 .tabs_body .inner_section .table_area table th,
  #content02 .tabs_body .inner_section .table_area table td {
    padding: 15px 0 15px 15px;
  }

  #content02 .tabs_body .inner_section .table_area table tr:first-child th,
  #content02 .tabs_body .inner_section .table_area table tr:first-child td {
    padding: 0 0 15px 15px;
  }

  .tabs_body .inner_section .table_area table th,
  .tabs_body .inner_section .table_area table td {
    font-size: 15px;
  }

  /*=================================
footer
==================================*/
  section .inner_section {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
}

/* 240628 */
.schedule_header {
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  background-color: #0d3078;
}

.schedule_area {
  background-color: #eaeaf2;
  padding: 30px;
  font-size: 22px !important;
  margin-bottom: 50px;
}

.schedule_area dl {
  display: flex;
  gap: 16px;
}

.schedule_area dl:not(:first-child) {
  margin-top: 20px;
}

.schedule_area dl .time {
  min-width: 132px;
}

.schedule_area dl .sec {
  min-width: 70px;
}

@media screen and (max-width: 768.9px) {
  .schedule_area {
    font-size: 18px !important;
  }
}

.schedule_content_1,
.schedule_content_2 {
  width: calc(100% / 2);
}

.schedule_content_1,
.booth_detail_1 dd {
  background-color: #f3f8ff;
}

.schedule_content_2,
.booth_detail_2 dd {
  background-color: #fef7ff;
}

.schedule_content_1 .item_header,
.booth_detail_1 dt {
  width: 100%;
  font-size: 22px;
  padding: 10px 0;
  color: #ffffff;
  background-color: #2c69f1;
  text-align: center;
  font-weight: normal;
}

.schedule_content_2 .item_header,
.booth_detail_2 dt {
  width: 100%;
  font-size: 22px;
  padding: 10px 0;
  color: #ffffff;
  background-color: #c31861;
  text-align: center;
  font-weight: normal;
}

.schedule_content_1 .schedule_wrap,
.schedule_content_2 .schedule_wrap,
.booth_detail_1 dd,
.booth_detail_2 dd {
  padding: 30px;
}

.schedule_item:nth-child(n + 2) {
  margin-top: 30px;
}

.schedule_item .time {
  font-size: 16px;
  font-weight: 400;
}

.lecture_detail {
  font-size: 22px;
}

.schedule_item .relay {
  width: 45px;
  height: 17px;
  font-size: 12px;
  display: inline-flex;
  border: 1px solid #c31861;
  color: #c31861;
  justify-content: center;
  align-items: center;
  vertical-align: text-bottom;
  margin-left: 10px;
}

.schedule_item.attention {
  font-size: 12px;
  color: #c31861;
}

@media screen and (min-width: 769px) {
  .schedule_item.fix_height {
    height: 90px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lecture_detail {
    font-size: calc(22 / 960 * 100vw);
  }

  .schedule_item.fix_height {
    height: calc(90 / 960 * 100vw);
  }

  .schedule_content_1 .schedule_wrap,
  .schedule_content_2 .schedule_wrap {
    padding: calc(30 / 960 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .schedule_header {
    font-size: 18px;
    padding: 6px 0;
  }

  .schedule_content {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .schedule_content_1,
  .schedule_content_2 {
    width: 100%;
  }

  .schedule_content_1 .item_header,
  .schedule_content_2 .item_header {
    font-size: 18px;
    padding: 6px 0;
  }

  .lecture_detail p {
    font-size: 16px;
  }

  .lecture_detail p .speakers {
    font-size: 22px;
  }

  .booth_detail_1 dd,
  .booth_detail_2 dd {
    padding: 20px 10px;
  }
}

.txt_coming_soon {
  font-size: 40px !important;
  color: #0d3078;
  text-align: center;
  font-weight: 700 !important;
}

.tab2_cont .txt_coming_soon {
  padding: 50px 0;
}

.tab3_cont .txt_coming_soon {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .tab2_cont .txt_coming_soon {
    padding: 20px 0;
  }

  .tab3_cont .txt_coming_soon {
    padding: 50px 0 20px;
  }
}

@media screen and (max-width: 575.9px) {
  .schedule_area dl {
    flex-wrap: wrap;
    gap: 8px;
  }

  .schedule_area dl .time,
  .schedule_area dl .sec {
    font-size: 16px !important;
  }

  .schedule_area dl .content {
    width: 100%;
    font-size: 18px !important;
  }
}

.sponsor_list {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

.sponsor_list li {
  text-align: center;
}


.sponsor_list li:last-child {
  grid-column: 2 / 3;
}


.sponsor_list li a {
  display: block;
  width: 100%;
}

.sponsor_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .sponsor_list {
    grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
  }

  /* .sponsor_list li {
    width: 100%;
  } */

  .sponsor_list li:last-child {
    grid-column: 1 / 2;
  }
}

/* 20240802追加 */
.tab2_cont p {
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
}

.booth_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.booth_list li {
  width: calc(100% / 2 - 15px);
}

.booth_list li.scroll_img {
  width: 100%;
}

.booth_detail_1 dt,
.booth_detail_2 dt,
.booth_detail_3 dt {
  font-weight: normal;
}

.booth_detail_1 sub {
  vertical-align: bottom;
  font-size: smaller;
}

.booth_detail_3 dt {
  width: 100%;
  font-size: 22px;
  padding: 10px 0;
  color: #ffffff;
  background-color: #2f9d93;
  text-align: center;
  font-weight: normal;
}

.booth_detail_3 dd {
  padding: 30px;
  background-color: #ebf6f5;
}

.mt_30 {
  margin-top: 30px;
}

.tab2_cont p.booth_attention {
  font-size: 12px;
  margin-top: 16px;
}

.mt_10 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .tab2_cont p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }

  .booth_margin {
    margin-top: 20px;
  }

  .booth_detail_3 dd {
    padding: 20px 10px;
  }

  .scroll_img {
    overflow-x: scroll;
  }

  .scroll_img img {
    width: 800px;
    max-width: initial;
  }

  .booth_detail_1 dt,
  .booth_detail_2 dt,
  .booth_detail_3 dt {
    font-size: 18px;
    padding: 6px 0;
  }
}

@media screen and (max-width: 568px) {
  .booth_list {
    justify-content: center;
  }

  .booth_list li {
    width: fit-content;
  }
}

.tglDl dd {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s ease;
  display: none;
}

.read_box,
.point_box {
  margin: 0 auto;
  background-color: #fff;
}

.read_box .box_wrap {
  font-size: 20px;
  max-width: 730px;
  margin-inline: auto;
  text-align: center;
}

.point_box {
  max-width: 960px;
  background-color: initial;
  width: 92%;
  margin-inline: auto;
  margin-bottom: 60px;
}

.point_title {
  color: #FFFFFF;
  text-align: center;
  font-size: 35px !important;
  position: relative;
  padding-bottom: 10px;
}

.point_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #A72225;
}

.movie_box .point_title {
  color: #0D1A3C;
  margin-top: 60px;
}

.movie_box .point_title::after {
  width: 60%;
}

.point_list {
  margin-top: 32px;
}

.point_list li {
  position: relative;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 20px 20px 68px;
}

.point_list li:not(:first-child) {
  margin-top: 40px;
}

.point_box li .point_label {
  width: 64px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  padding: 4px;
  background-color: #A72225;
  border-radius: 10px;
}

.point_list li .point_label {
  position: absolute;
  top: -18px;
  left: -18px;
}

.point_list li .point_label span {
  font-size: 20px;
}

.point_list h3 {
  font-size: 26px !important;
  line-height: 1;
}

.point_list h3 span {
  font-size: 17px !important;
}

.point_list .point_text {
  /* margin-top: 10px; */
  font-size: 19px !important;
}

.point_list .caution_title {
  color: #575757;
  font-weight: 700;
  font-size: 14px !important;
  /* margin-top: 16px; */
}

.point_list .caution_text {
  color: #575757;
  font-size: 12px !important;
  margin-top: 8px;
}

@media screen and (max-width: 768.9px) {
  .read_box {
    font-size: 20px;
    padding: 0 20px;
  }

  .point_box {
    padding: 0;
  }

  .point_title {
    font-size: 24px !important;
  }

  .point_title::after {
    width: 70%;
    max-width: 250px;
  }

  .movie_box .point_title::after {
    max-width: 360px;
  }

  .point_list {
    margin-top: 50px;
  }

  .point_list li {
    text-align: center;
    padding: 30px 10px 20px;
  }

  .point_list li:not(:first-child) {
    margin-top: 40px;
  }

  .point_box li .point_label {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .point_list li .point_label {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .point_list li .point_label span {
    font-size: 16px;
  }

  .point_list h3 {
    font-size: 18px !important;
    line-height: 1.25;
  }

  .point_list h3 span {
    font-size: 16px !important;
  }

  .point_list .point_text {
    /* margin-top: 20px; */
    font-size: 16px !important;
  }

  .point_list .caution_title {
    font-size: 12px !important;
    /* margin-top: 16px; */
  }

  .point_list .caution_text {
    font-size: 12px !important;
    /* margin-top: 16px; */
  }

}

main a:link {
  color: #0e6eb8;
  text-decoration: underline;
}

.youtube_box {
  margin-top: 30px;
  text-align: center;
}

.point_wrap {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.point_img {
  width: 300px;
  flex: none;
}

@media screen and (max-width: 768px) {
  .point_wrap {
    flex-direction: column;
    align-items: center;
  }

  .point_wrap.sp_reverce {
    flex-direction: column-reverse;
  }
}