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

  Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
#tab5_left,
.style1607_inyo li{ box-sizing: content-box;}
body{
  counter-reset: ed 0;
  overflow-x: hidden;
}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.txt_lblue { color: #0091d7;}
.txt_fabl { color: #1c236d;}

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

.pc{ display: inherit;}
.sp{ display: none !important;}

.br_pc::before{
  content: "\A" ;
  white-space: pre ;
}
a:link,
a:visited,
a:active,
a:hover{ color: #00a1e6;}
a:hover{ text-decoration: underline;}

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

section h2{
  font-size: 2rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
  position: relative;
}

section h2.box{
  max-width: calc(100% - 60px);
  margin: 0 auto 70px;
}
section h2.box span{
  border-top: 2px solid #1c236d;
  display: inline-block;
  border-bottom: 2px solid #1c236d;
  padding: 20px;
  position: relative;
}
section h2.box span:before,
section h2.box span:after{
  content: "";
  width: 2px;
  height: 85%;
  background: #1c236d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
section h2.box span:before{ left: -25px;}
section h2.box span:after{ right: -25px;}

section .dotted{
  font-weight: normal;
  color: #1c236d;
  border-top: 2px dotted #1c236d;
  border-bottom: 2px dotted #1c236d;
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
}

section h3{
  text-align: center;
  font-size: 23px;
}
section h3.line{
/*    position: relative;*/
  margin-top: 1em;
  margin-bottom: 50px;
  color: #1c236d;
  border-top: 1px solid;
}
section h3.line span{
  background: #fff;
  padding: 0 .5em;
  margin-top: -1em;
  max-width: 85%;
  display: inline-block;
}
.bg-beige h3.line span{ background: #f3f3f2;}
/*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;}*/
h3 .sub{
  display: block;
  font-size: .7em;
  font-weight: bold;
  padding-top: 30px;
}

p.ttl_eng{
  font-family: 'Josefin Slab', serif;
  color: #1c236d;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.bg-beige { background-color: #f3f3f2;}
.bg-blue { background-color: #e8e9f0;}
.bg-orange{ background: #e8e9f0;}

.lead{
  font-size: 20px;
  text-align: center;
}
.lead .color{
  font-size: 1.35em;
  color: #3193d5;
}
.caution{ font-size: .8em;}
.text_l{ font-size: 18px;}

img.per{ width: 86px;}
img.per02{ width: 133px;}
img.plus{ width: 112px;}
img.number{ width: 1.55em;}
img.no01{ width: 1.1em;}
img.per,
img.per02,
img.plus,
img.number,
img.no01{
  vertical-align: baseline;
  padding: 0 5px;
}


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

.btn01{ text-align: center;}
.btn01 a{
  background: #1c236d url(/images/common/arrow02.svg) 96% center/15px no-repeat;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  width: 55%;
  max-width: 380px;
  display: block;
  margin: 30px auto 0;
  font-weight: normal;
  border-radius: 2.8px;
/*    box-shadow: 0 1.5px 0 #782332;
  letter-spacing: .175em;*/
}
.btn01 a.off,
.btn_app > a.off{
  pointer-events: none;
  background: #ccc;
  box-shadow: 0 1.5px 0 #777;
}


.btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}
.btn02{
  text-align: center;
  width: 100%;
  margin-top: 35px;
}
.btn02 a{
  display: inline-block;
  text-align: center;
/*    background: url(/images/common/arrow03.svg) 97% center/15px no-repeat;*/
/*    width: 100%;
  max-width: 410px;*/
  color: #595757;
  border: 1px solid #595757;
  border-radius: 5px;
  font-size: 18px;
  padding: 0 30px;
  position: relative;
  letter-spacing: .1em;
}
.btn02 a::before{
  content: '';
  padding: 7px;
  background: url(/images/common/arrow03.svg) center center/contain no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: rotate(-90deg);
}
.btn02.soon a{ pointer-events: none;}
.btn02.soon a::after{
  content: 'Coming Soon';
  font-family: 'Josefin Slab', serif;
  letter-spacing: .05em;
  width: 100%;
  height: 100%;
  background: #595757;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.btn02:not(.soon):hover{
  cursor: pointer;
  opacity: .7;
}
.btn03{ text-align: center;}
.btn03 a{
  background: #e60012 url(/images/common/arrow02.svg) 96% center/18px no-repeat;
  color: #E5E5E5;
  padding: 10px 60px;
  font-size: 27px;
  width: 55%;
  max-width: 540px;
  display: block;
  margin: 60px auto 0;
  font-weight: normal;
  border-radius: 2.8px;
  box-shadow: 0 1.5px 0 #782332;
  letter-spacing: .175em;
}

#breadcrumbs{
  float: left;
  margin: 20px 0;
}
#mv {
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: #1c236d;
}
#mv .title{
  color: #333;
  background-color: #fff;
  padding: 40px 10px;
}
#mv .title .in {
  width: 100%;
  max-width: 657px;
  margin: 0 auto;
}
#mv h1 {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  background: url(/event/learn_money/img/mv_bg.svg) 0 45% no-repeat;
  background-size: 100% auto;
}
#mv h1 span {
  text-align: left;
}
#mv h1 span:last-child {
  padding-left: 2em;
}
#mv p{
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: .15em;
}
#mv .lead {
  font-family: 'Josefin Slab', serif;
  font-size: 18px;
  text-align: right;
  margin-bottom: 0;
  margin-top: 10px;
}

#mv2 .inner{ padding: 45px 0;}
#mv2 p{
  font-size: 20px;
  line-height: 2.3;
  color: #1c236d;
  text-align: center;
}
#mv2 p > a{
  color: #1c236d;
  text-decoration: underline;
}

/*#message h2::after{
  content: "";
  display: block;
  border-bottom: 3px solid #1c236d;
  width: 115px;
  margin: 20px auto 85px;
}*/
#message .catch .lead{
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: .15em;
}
#message .catch{
  padding: 0;
  background: #e8e9f0;
  width: 100%;
  color: inherit;
  text-align: center;
}
#message p{
  padding: 25px;
  text-align: left;
  font-size: 17px;
  line-height: 2.3;
}
#message p .bold{
  font-weight: bold;
  font-size: 1.3em;}

.news{
  position: relative;
  font-size: 16px;
/*    background: #1c236d;
  padding: 30px;
  color: #fff;*/
  text-align: left;
  line-height: 1.7;
  margin-bottom: 20px;}

.news a,
.news a:link,
.news a:visited,
.news a:active{
  color: #000;
  text-decoration: none;
  margin-left: 110px;
  display: block;
}
.news a:hover{
  text-decoration:underline;
}

.news span.nt{
/*    position: absolute;
  top: -20px;
  left: 30px;*/
  padding: 0 10px;
/*    background-color: #fff;
  text-decoration:none;*/
  border-radius: 5px;
  color: #1c236d;
  border: 1px solid;
  float: left;
  clear: both;
  margin-right: 10px;
  width: 100px;
  text-align: center;
  display: block;
}

ol.education{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
ol.education li{
  width: 21%;
  border-top: 1px solid #1c236d;
  padding-top: 50px;
  position: relative;
}
ol.education li::before{
  content: counter(ed);
  counter-increment: ed 1;
  font-family: 'Josefin Slab', serif;
  color: #1c236d;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid;
  padding: 0 .5em;
  background: #fff;
  position: absolute;
  top: -.65em;
  left: calc(50% - .5em);
  line-height: 1.3;
}
ol.education li figure{
/*    width: 68%;*/
  height: 165px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ol.education li figcaption{
  width: 100%;
  text-align: center;
  align-self: flex-start;
  font-family: 'Josefin Slab', serif;
  color: #1c236d;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.3;
}
ol.education li figure img{
  width: 60%;
  vertical-align: middle;
  align-self: flex-end
}
ol.education li p{
  margin-top: 40px;
  font-size: 1.2em;
}

.kaikaku_number{
  background: #1c236d;
  width: 148px;
  height: 148px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: #fff;
  line-height: 1.8;
}
.kaikaku_number .border{
  width: 128px;
  height: 128px;
  border: 1px solid #fff;
  display: block;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.kaikaku_number .border .bg{ background: #1c236d;}
.kaikaku_number .border .num{
  font-family: 'Josefin Slab', serif;
/*    font-size: 1.6em;*/
/*    padding: 0 .1em;*/
  white-space: nowrap;
}

.program_list{
  display: flex;
  flex-wrap: wrap;
}
.program{
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2em;
}
.program:nth-child(3n-2){ margin-left: 0;}
.program > a{ display: block;/*color: #1c236d;*/}
.program > a:hover,
.program > a:hover *{ opacity: .7;}
.program > a:hover h3{ text-decoration: underline;}


.program .tags{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.program .tags .target{
  font-family: 'Josefin Slab', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
  color: #1c236d;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
}
.program .tags .target.jp{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.9;
}
.program .tags .status{
  width: 5.5em;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 2;
}
.program .tags .status.open{ background: #1c236d;}
.program .tags .status.soon{
  background: #E8E9EF;
  color: #1c236d;
}
.program .tags .status.close{ background: #ccc;}

.program img{
  width: 100%;
  height: 168px;
  object-fit: cover;
}
.program.soon img{
  border: 1px solid #707070;
}
.program .thumb {
  border: 1px solid #1c236d;
  border-bottom: none;
}
.program .text{
  position: relative;
  background: #1c236d;
  color: #fff;
  padding: 10px 4px;
}
/*.program .text::after{
  content: "";
  padding: 74px;
  position: absolute;
  top: 148px;
  left: 0;
}
.program.kids .text::after{ background: url(/event/190606/img/img_ed01.svg) center 20px/85% no-repeat;}
.program.women .text::after{ background: url(/event/190606/img/img_ed02.svg) center 8px/85% no-repeat;}
.program.business .text::after{ background: url(/event/190606/img/img_ed03.svg) center top/85% no-repeat;}
.program.everyone .text::after{ background: url(/event/190606/img/img_ed04.svg) center top/85% no-repeat;}
.program .kaikaku_number{
  position: absolute;
  left: 0;
  top: 0;
}*/
/*.program .target{ margin-top: 25px;}*/
.program .target li{
  display: inline-block;
  width: 10em;
  text-align: center;
  background: #d2d3e2;
  border-radius: 5px;
  color: #1c236d;
  margin-right: 15px;
  font-size: 18px;
}

.place{ margin-bottom: .5em;}
.place li{
  display: inline-block;
  width: 5em;
  text-align: center;
  border-radius: 1em;
  margin-right: 5px;
/*    font-size: 18px;*/
  background: #fff;
  border: 1px solid;
}
.place li.kanto{
  border-color: #882F8E;
  color: #882F8E;
}
.place li.kansai{
  border-color: #0093D8;
  color: #0093D8;
}
.place li.all{
  border-color: #D7093B;
  color: #D7093B;
}
.place li.hokkaido{
  border-color: #06AF7A;
  color: #06AF7A;
}
.place li.tohoku{
  border-color: #EA5420;
  color: #EA5420;
}
.place li.hokuriku{
  border-color: #F3981F;
  color: #F3981F;
}
.place li.chubu{
  border-color: #EA609E;
  color: #EA609E;
}
.place li.chugoku{
  border-color: #28B528;
  color: #28B528;
}
.place li.shikoku{
  border-color: #8B6DD1;
  color: #8B6DD1;
}
.place li.kyusyu{
  border-color: #008CBA;
  color: #008CBA;
}
.place li.okinawa{
  border-color: #C4C40E;
  color: #C4C40E;
}

.program h3{
/*    text-align: left;*/
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.program .text .comment{
/*    margin-left: -148px;*/
  font-size: 16px;
}

.program.soon .place li{
  color: #babdd3;
  width: auto;
  padding: 0 10px;
}

.program_list + .matome{ background: #fff;}
.program_list + .matome p{
  font-size: 30px;
  font-weight: bold;
  color: #1c236d;
}

.detail .inner .list{
  position: relative;
  margin-top: 120px;
  padding: 120px 70px 90px;
}
.detail .list .kaikaku_number{
  position: absolute;
  top: -74px;
  left: 0;
  right: 0;
  margin: auto;
}
.detail .list h3{
  color: #1c236d;
  margin-bottom: 30px;
  font-size: 25px;
}
.detail .list h4{
  font-size: 1.2rem;
  margin-top: 80px;
}
.detail .list .lead{
  font-size: 1.2em;
  line-height: 2.3;
  margin-bottom: 70px;
}
.detail .list .lead2{
  font-size: 1.2em;
  line-height: 2.3;
  margin-bottom: 30px;
  text-align: center;
}
.detail .list .img{
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.detail .list .img_box{
  display: flex;
  flex-wrap: wrap;
/*    width: calc(100% + 140px);
  margin-left: -70px;*/
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.detail .list .img_box > img{ width: 24%;}
.detail .list .img_box.itm3 > img{ width: 32%;}
.detail .list .pickup{
  border-top: 2px solid #1c236d;
  padding-top: 1em;
  border-bottom: 2px solid #1c236d;
  padding-bottom: 1em;
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}
.detail .place{
  text-align: center;
  margin-bottom: 25px;
}

.table01{
  border-top: 1px solid #1c236d;
  border-left: 1px solid #1c236d;
  font-size: 16px;
  text-align: left;
  width: 100%;
/*    table-layout: fixed;*/
}
.table01 th,
.table01 td{
  padding: 15px 5px 15px 15px;
  border-right: 1px solid #1c236d;
  border-bottom: 1px solid #1c236d;
}
.table01 th{
  min-width: 14.5%;
  color: #1c236d;
  background: #e8e9f0;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
}
.table01 td{ width: 85.5%; background-color: #fff;}
.table01 td .txt_s{
  font-size: 85%;
  display: block;
}

.table01 + h3.line{ margin-top: 90px;}

.gaiyou{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 460px);
  margin-right: 40px;
}
img.pack{
  width: 185px;
  margin-right: 25px;
  margin-top: 5px;
}
img.card{
  width: 200px;
  margin-top: 5px;
}

.gaiyou dt,
.gaiyou dd{ display: inline;}
.gaiyou dt::after{
  content: "\03a";
  padding: 0 5px;
}
.gaiyou dd::after{
  content: "\A";
  white-space: pre;
}

.list_step li{
  display: flex;
  align-items: flex-start;
}
.list_step li + li{ margin-top: .8em;}
.list_step .num{
  color: #1c236d;
  border: 1px solid;
  padding: 0 1.5em;
  margin-right: 1em;
  border-radius: 1em;
}

.btn_app{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}
.btn_app > a{
  display: block;
  box-sizing: border-box;
  width: 32.5%;
  max-width: 300px;
  margin-top: 0;
  padding: 20px 20px 20px 0;
  border-radius: 6px;
  background-color: #ea5520;
  box-shadow: 0 1.5px 0 #88001c;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.btn_app.w_auto > a{
  padding: 20px 30px;
  width: auto;
  max-width: initial;
  min-width: 280px;
}
.btn_app > a::after{
  content: '';
  padding: 7px;
  background: url(/images/common/arrow02.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
}

.decimal{
  font-size: 1.1em;
  max-width: 780px;
  margin: 0 auto;
}
.decimal li{
  list-style: decimal outside;
  margin-left: 1.5em;
  margin-bottom: .5em;
}

.list_check{
  font-size: 1.1em;
  max-width: 780px;
  margin: 0 auto;
}
.list_check li{
  padding-left: 1.5em;
  background: url(/images/common/check_50s.svg) left 4px/1em no-repeat;
  margin-bottom: .5em;
}

.matome{
  margin-top: 50px;
  padding: 45px;
}
.matome p{
  font-size: 1.2em;
  text-align: center;
}

.video-message{ margin-bottom: 60px;}
.video-message img{ width: 100%;}
.video_wrap {
  max-width: 560px;
  margin: 0 auto;
}
.video {
  margin: 0 auto;
  width: 100%;
  position:relative;
  padding-top:56.25%;
}
.video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.hosoku{
  font-size: 13px;
  margin-top: 1em;
}

.point{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.point > li{
  width: 20.8%;
  border: 1.5px solid #1c236d;
  font-size: 1.1em;
  padding: 10px 5px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 10em;
}

.speakers {
  display: flex;
  align-items: flex-start;
}
.speakers:not(:first-child) {
  margin-top: 30px;
}
.speakers .name{ font-size: 1.5em;}
.speakers img {
  max-width: 150px;
  width: 38%;
  margin: 0 15px 5px 0;
  object-fit: contain;
}

a.btn_report{
  text-align: center;
  display: block;
  max-width: 300px;
  margin: 0 auto 50px;
  background: #1c236d url(/images/common/arrow02.svg) 96% center/15px no-repeat;
  color: #fff;
  border-radius: 5px;
  font-size: 1.3em;
  padding: 10px;
}
a.btn_report.soon{
  background: #ccc;
  pointer-events: none;
}

.box_detail{
  padding: 30px;
  border: 1px solid #1c236d;
  background: #fff;
}


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

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

  #mv{ letter-spacing: 0;}
/*    #mv .title h1{ top: 20%;}*/
  #mv ul.type li{
    font-size: 16px;
    margin-right: 10px;
  }

/*    .btn01{ max-width: 100%;}
  .btn01 a{ width: 80%;}

/*    .program{ justify-content: center;}
  .program .text { width: 100%;}
  .program > img {
    width: 50%;
    margin-top: 1.5em;
  }*/
}

@media screen and (max-width: 799px) {
  .fancybox-content{ height: 35% !important;}
}

/* スマホ */
@media screen and (max-width: 599px) {

  #breadcrumbs{ display: none;}

  .pc{ display: none !important;}
  .sp{ display: inherit !important;}

  .br_pc::before{ content: none;}
  .br_sp::before{
    content: "\A" ;
    white-space: pre ;
  }

  .snsBtn { margin: 0}
  #breadcrumbs{ display: none;}

  .text_l{ font-size: 1.15em;}

  img.per{ width: 65px;}
  img.plus{ width: 80px;}
  img.per02{ width: 100px;}
  img.number{ width: 2.5em;}
  img.no01{  width: 1.8em;}

  section .inner{ padding: 40px 0;}
  section h2 {
    font-size: 19px;
    letter-spacing: 0;
  }
/*    #message h2::after {
    width: 80px;
    margin: 15px auto 25px;
  }*/
  section h3{ font-size: 1.2rem}

  section .dotted{ margin-bottom: 30px;}

  .lead{
    font-size: 12px;
    text-align: left;
  }
  .btn01 a{
    font-size: 15px;
    padding: 10px 5px;
    background: #1c236d url(/images/common/arrow02.svg) 98% center/12px no-repeat;
    margin: 30px auto 0;
    width: 100%;
  }
  .btn02{ font-size: 13px;}
  .btn02::before{ left: 5px;}

  #mv {
    display: block;
    height: auto;
  }
  #mv .title {
    padding: 20px 15px;
  }

  #mv .lead {
    font-size: 12px;
  }

  #mv h1 {
    font-size: 30px;
  }
  #mv p{ font-size: 16px;}

  #mv p{
    font-size: 3.5vw;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0;
  }

  #mv2 p{ font-size: 16px;}

  #message p{
    font-size: 14px;
    line-height: 2;
  }

  .table01 th,
  .table01 td{
    display: block;
    width: 100%;
  }
  .table01 th{
    padding: 5px 10px;
    text-align: center;
  }
  .table01 td{ font-size: 14px;}

  .gaiyou{
    display: block;
    width: auto;
    margin-right: 0;
  }
  img.pack,
  img.card{
    margin: 0;
    padding: 0 15px;
    width: 150px;
  }

  section h3.line{
    margin-bottom: 20px;
    font-size: 15px;
  }
  section h3.line::before,
  section h3.line::after{ content: none;}

  section h2.box span{ padding: 20px 0;}

  ol.education{ margin-top: 30px;}
  ol.education li{
    width: 45%;
    margin-bottom: 30px;
  }
  ol.education li figure{ height: 25vh;}
  ol.education li p{
    margin-top: 12px;
    font-size: 14px;
    line-height: 2;
  }

  .matome{
    margin-top: 0;
    padding: 20px;
  }
  .matome p{
    font-size: 14px;
    line-height: 2;
  }

  .program{
    width: 48%;
    margin-left: 4%;
  }
  .program:nth-child(3n-2){ margin-left: 4%;}
  .program:nth-child(2n-1){ margin-left: 0;}
/*    .program .text::after {
    padding: 64px;
    top: -90px;
    left: 25vw;
  }*/
  .program .text{ padding: 10px 5px;}
  .program h3{ font-size: 13px;}
  .program .text .comment{ margin-left: 0;}
/*    .program h3{ margin-bottom: 20px;}*/
  .program .kaikaku_number{
/*        position: static;*/
    margin: 0 auto;/* 1em;*/
    top: -235px;
    left: 0;
    right: 0;
  }
  .program .target{ text-align: center;}
  .program .target li{
    min-width: 48%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .program .target li:nth-child(even){ margin-right: 0;}
  .program img{ height: 125px;}

  .program .tags .target{ font-size: 15px;}
  .program .tags .target.jp{ font-size: 10px;}
  .program .tags .status{
    line-height: 1.6;
    font-size: 10px;
  }

  .program + .matome{ margin-top: 30px;}
  .program + .matome p { font-size: 18px;}

  .detail .inner .list{
    padding: 100px 20px 20px;
    margin-top: 100px;
  }
  .detail .list.kids .kaikaku_number::after,
  .detail .list.women .kaikaku_number::after,
  .detail .list.business .kaikaku_number::after,
  .detail .list.everyone .kaikaku_number::after{
    padding: 55px;
    right: auto;
    top: 140px;
  }
  .detail .list h3{ font-size: 17px;}
/*    .detail .list .img_box{
    width: calc(100% + 40px);
    margin-left: -20px;
  }*/
  .detail .list .img_box > img{ width: 50%;}
  .detail .list h4{ margin-top: 50px;}
  .detail .list .lead{
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin-bottom: 30px;
  }
  .detail .list .lead2{
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px;
  }

  .btn_app > a{ width: 100%;}
  .btn_app.w_auto > a{ padding: 20px 10px;}
  .btn_app > a + a{ margin-top: 1em;}

  .place li{
    font-size: 10px;
    width: 4em;
  }

  .news{ font-size: 13px;}
  .news span.nt{ width: 80px;}
  .news a,
  .news a:link,
  .news a:visited,
  .news a:active{ margin-left: 90px;}

  .point > li {
    width: 47.5%;
    font-size: 1em;
    margin: 10px 0;
  }
  
  .box_detail{ padding: 20px;}
}

@media screen and (max-width: 320px){
  .program .tags .target { font-size: 15px;}
}


/* タブ切り替え */
.course_tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  width: 100%;
}
.course_tab li{
  cursor: pointer;
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  padding: 1em;
  width: 48.5%;
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #1c236d;
  color: #fff;
  border: 1px solid #1c236d;
  border-bottom: 0;
  text-align: center;
}
.course_tab > li.is-active{
  background: #fff;
  color: #1c236d;
}

.course_list > li{
  display: none;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #1c236d;
  background: #fff;
}
.course_list > li.is-visible { display: block;}

.course_list .ttl{
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  color: inherit;
}

@media screen and (max-width: 599px) {
  .course_tab {
    align-items: initial;
  }
  .course_tab li {
    font-size: 13px;
    padding: .5em 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .course_tab > li.active {
    font-weight: normal;
    padding: .5em 0;
  }
  .course_list > li{ padding: 20px;}
}

/* table.courseInfo */
.courseInfo {
  border-top: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  margin-bottom: 30px;
  width: 100%;
}
.courseInfo th, .courseInfo td {
  border-bottom: 1px solid #b6b6b6;
  padding: 8px 17px;
  border-right: 1px solid #b6b6b6;
}
.courseInfo th {
  text-align: center;
}
.courseInfo tbody th {
  border-right: none;
  background: #fafafa url(/img2010/includes/line_vertical_dotted_3.gif) repeat-y right top;
  width: 255px;
}
@media screen and (max-width: 701px){
  .courseInfo {
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    margin-bottom: 30px;
    width: 100%;
  }
  .courseInfo th, .courseInfo td {
    border-bottom: 1px solid #b6b6b6;
    padding: 8px 2%;
    border-right: none;
    width: 96%;
    display: block;
  }
  .courseInfo th {
    text-align: left;
  }
  .courseInfo tbody th {
    border-right: none;
    background: #fafafa url(/img2010/includes/line_vertical_dotted_3.gif) repeat-y right top;
    width: 96%;
    display: block;
  }
  .detail .courseInfo th,
  .detail .courseInfo td {
    width: 100%;
    background-image: none;
  }
}

/* 新型コロナウイルス感染症に関する対応について */
.detail .note-box {
  background-color: #fff;
  border: 1px solid #EA5520;
  margin: 50px auto;
  padding: 30px 40px;
  max-width: 700px;
}
.detail .note-box h3{
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}
.detail .note-box .txt {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .detail .note-box {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .detail .note-box .txt {
    font-size: 14px;
  }
}


.no02.list .block {
  display: flex;
}
.no02.list .block .photo {
  width: 255px;
  text-align: center;
}
.no02.list .block .photo img {
  width: 222px;
}
.no02.list .block .info {
  margin-left: 25px;
}
.no02.list .btn01 a {
  max-width: 335px;
  min-height: 70px;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: none;
}
.no02.list .btn01 a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/event/learn_money/img/icn_btn_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .no02.list .block {
    flex-direction: column;
  }
  .no02.list .block .photo {
    width: 100%;
  }
  .no02.list .block .info {
    margin-left: 0;
    margin-top: 20px;
  }
}

.no05.list h3 span {
  font-size: 20px;
}
.no05.list .txt {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
.no05.list .btn_app > a {
  max-width: 515px;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .no05.list h3 span,
  .no05.list .txt {
    font-size: 14px;
  }
  .no05.list .btn_app > a {
    font-size: 14px;
  }
}

.personal_diagnosis .lead.txt_fabl{ text-align: center;}
