@charset "shift-jis";
/* --------------------------------------------------------------------
  Financial Academy

  Style Info: /event/220211/

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
#tab5_left,
.style1607_inyo li{ box-sizing: content-box;}
body{
  overflow-x: hidden;
  font-size: 16px;
}

img{
  max-width: 100%;
  height: auto;
}

.tac { text-align: center;}
.tar { text-align: right;}

.txt_s{ font-size: .8em;}
.txt_l{ font-size: 1.3em;}

.txt_orange { color: #EE764E;}
.txt_red { color: #ff0000;}
.txt_blue { color: #1c236d;}

.marker{ background: linear-gradient(rgba(0,0,0,0) 30%, rgba(215,186,65,.2) 30%);}

.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.sp{ display: none;}
.tab{ display: none;}
.pc{ display: block;}
@media screen and (max-width: 999px) {
  .pc{ display: none;}
  .sp{ display: none;}
  .tab{ display: block;}
}
@media screen and (max-width: 599px) {
  .pc{ display: none;}
  .tab{ display: none;}
  .sp{ display: block;}
}

#contents{ padding: 0 0 5px 0;}

section h2{
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
section h2:not(.bd_none)::after{
  content: "";
  display: block;
  border-bottom: 3px solid #1c236d;
  width: 115px;
  margin: 20px auto 50px;
}
section h2 .txt_s{
  font-size: .7em;
  display: inline-block;
}
section h3{
  text-align: center;
  font-size: 23px;
}
section h3.line{
  position: relative;
  margin-bottom: 50px;
  color: #1c236d;
  font-weight: bold;
}
section h3.line::before,
section h3.line::after{
  content: "";
  width: 25%;
  border-top: 1px solid #1c236d;
  position: absolute;
  top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}
.ttl_line{
  position: relative;
  margin-bottom: 50px;
  color: #1c236d;
  font-size: 1.5rem;
}

.bg-beige { background-color: #f3f3f2;}
.bg-texture{
  background: url(/info/event/images/retirement_forum/bg01.png);
  max-width: 1000px;
  margin: 40px auto 60px;
}

.lead{ font-size: 18px;}

.caution{ font-size: .8em;}
.caution_list {
  margin: 0.5em 0 3em;
}
.caution_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .caution_list li {
    font-size: 12px;
  }
}

section .inner{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
.bg-texture .inner{ padding: 40px 25px;}

.btn01{ text-align: center;}
.btn01 a{
  background: #1c236d url(/images/common/arrow.svg) 96% center/33px no-repeat;
  color: #fff;
  padding: 10px 60px;
  font-size: 30px;
  width: 55%;
  max-width: 542px;
  display: block;
  margin: 60px auto;
  font-weight: normal;
}
.btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}
.btn02 {
  text-align: center;
  background: #e10f40;
  width: 100%;
/*    max-width: 410px; */
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px;
  position: relative;
}
a.btn02 {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
}
.btn02::before{
/*    font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  color: #fff; */
  content: "";
  padding: 12px;
  background: url(/school/image/finance_strategy/icn_arrow.svg) center/contain no-repeat;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn02:hover{
  cursor: pointer;
  opacity: .7;
}

.btn02.close{
  background: #e0e0e0;
  pointer-events: none;
}
.btn02.close::before{ content: none;}

.wrap_btn .subtxt{
  text-align: center;
  color: #1c236d;
  font-size: 1.15em;
  margin-bottom: 5px;
}

#breadcrumbs{
  float: left;
  margin: 20px 0;
  font-size: .7rem;
}

.table01{
  width: 100%;
  font-size: 1rem;
  border-top: 1px solid #1c236d;
}
.table01 th,
.table01 td{
  padding: 30px 20px 30px 30px;
  border-bottom: 1px solid #1c236d;
}
.table01 th{
  background: rgba(28,35,109,.1);
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.table01 td{
  background: #fff;
  text-align: left;
}

.table01 h3{
  text-align: left;
  font-size: 1.2em;
}
.table01 li + li{ margin-top: 10px;}

.program_ttl {
  font-size: 1rem;
  color: #1c236d;
}
.program_list li{
  display: flex;
  align-items: center;
}
.program_list li + li{ margin-top: 20px;}
.program_list .icn{
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #fff;
  color: #1c236d;
  border: 1px solid;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-right: 10px;
}
.program_list p{
  font-size: 1rem;
  width: calc(100% - 75px);
  margin-bottom: 0;
}

.place_list h3{
  font-size: 1rem;
  color: #1c236d;
  display: inline-block;
}
.place_list .small{ font-size: .85em;}
.place_list li + li{ margin-top: 20px;}

.progam_frame {
  padding: 1.5em 3%;
  border: 1px solid #241d6d;
  background: #fff;
}
.progam_date{
  margin-bottom: 1em;
  text-align: center;
  font-size: 24px;
  color: #1c236d;
  background: #fff;
}
.progam_detail dt{
  background: #1c236d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 5px;
}
.progam_detail dt.opening {
  border: 1px dashed #1c2569;
  background: rgba(28, 37, 105, 0.1);
  color: #1c236d;
}
.progam_detail dd.opening h3{
  margin-bottom: 1em;
}
.progam_detail dd{
  background: #fff;
  padding: 25px 0;
}
.progam_detail h3{
  font-size: 1.15rem;
  color: #1c236d;
  text-align: left;
}

.catch{
  text-align: center;
  margin-bottom: 2.5em;
}
.photo_catch{
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo_catch > img{ max-width: 50%;}

/* タブレット以下 */
@media screen and (max-width: 1024px) {
  #head2{ height: 85px !important;}

  #container{
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
  }
  .lead{ font-size: 20px;}
}

/* スマホ未満 */
@media screen and (min-width: 600px) {
  .progam_detail dd{
    display: flex;
    align-items: flex-start;
  }
  .progam_detail dd.opening {
    display: block;
  }
  .progam_detail dd > img{ width: 20%;}
  .progam_detail dd > div{ margin-left: 25px;}

  .wrap_btn{
    display: flex;
    justify-content: space-between;
  }
  .wrap_btn > div{ width: 48%;}
  .ttl_line::before,
  .ttl_line::after{
    content: "";
    width: 25%;
    border-top: 1px solid #1c236d;
    position: absolute;
    top: 50%;
  }
  .ttl_line::before{ left: 0;}
  .ttl_line::after{ right: 0;}
}

/* スマホ */
@media screen and (max-width: 599px) {
  body{ font-size: 14px;}
  
  .br_pc::before{ content: none;}
  .br_sp::before{
    content: "\A" ;
    white-space: pre ;
  }

  .snsBtn { margin: 0}
  #breadcrumbs{ display: none;}
  
  .btn02{ padding: 20px 35px;}
  .btn02::before{ padding: 9px;}
  
  .wrap_btn > div + div{ margin-top: 30px;}

  .bg-texture{ margin-top: 0;}
  
  section .inner,
  .bg-texture .inner{ padding: 40px 14px;}
  section h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  section h2:not(.bd_none)::after {
    width: 80px;
    margin: 15px auto 40px;
  }

  section h3{ font-size: 1.2rem}
  .ttl_line{ margin-bottom: 30px;}
  .lead{ font-size: 15px;}

  .table01 th,
  .table01 td{ display: block;}
  .table01 th{
    padding: 5px 20px;
    border-bottom: 0;
  }
  .table01 td{ padding: 15px;}

  .program_list li{ align-items: flex-start;}
  
  .catch{ text-align: left;}
  
  .progam_date{ font-size: 1.3rem;}
  .progam_detail dd > img{ width: 100%;}
  .progam_detail dd > div{ margin-top: 15px;}
}


/* ---------
.mv
--------- */
.mv {
  background: url(/event/220211/img/mv_pc.jpg) center/cover no-repeat;
  padding-top: 41%;
  position: relative;
}
h1{ display: none;}

@media screen and (min-width: 1441px) {
  .mv{ background-size: contain;}
}
@media screen and (min-width: 1000px) {
  .mv{ padding-top: 410px;}
}
@media screen and (max-width: 599px) {
  .mv {
    padding-top: 80%;
    background-image: url(/event/220211/img/mv_sp.jpg);
  }
}


/* クローズ対応 */
.closing{
  background: #fff;
  padding: 10px 20px;
  border: 2px solid #d7063a;
  border-radius: 5px;
  margin-bottom: 3em;
}
.closing h2 {
  color: #d7063a;
  font-size: 20px;
  text-align: left;
}
.closing h2::after{ content: none;}
.closing p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  color: #000;
  letter-spacing: 0;
}

.box{
  padding: 45px;
  background: #fff;
  border-top: 2px solid #1c236d;
  border-bottom: 2px solid #1c236d;
}
.list_history{
  width: 95%;
  margin: 0 auto;
  border-top: 1px dotted #1c236d;
}
.list_history li{
  border-bottom: 1px dotted #1c236d;
  padding: 1em;
}
@media screen and (max-width: 599px) {
  .box { padding: 20px;}
}
