@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: process 0;
    overflow-x: hidden;
}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #f3981c;}
.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}
.pl10{ padding-left: 10px;}

.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;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
section h2::after{
    content: "";
    display: block;
    border-bottom: 3px solid #f3981c;
    width: 115px;
    margin: 20px auto 85px;
}
section h3{
    text-align: center;
    font-size: 23px;
}
section h3.line{
    position: relative;
    margin-bottom: 50px;
    color: #f3981c;
    font-weight: bold;
}
section h3.line::before,
section h3.line::after{
    content: "";
    width: 25%;
    border-top: 1px solid #f3981c;
    position: absolute;
    top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}

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

.lead{ font-size: 22px;}

.caution{ font-size: .8em;}

.text_l{ font-size: 18px;}



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

.btn01{ text-align: center;}
.btn01 a{
    background: #f3981c 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;
    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;
    position: absolute;
    left: 20px;
    top: 25px;
}
.btn02:hover{
    cursor: pointer;
    opacity: .7;
}

#breadcrumbs{
    float: left;
    margin: 20px 0;
}

.block-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 65px 15px;
}
@media screen and (max-width: 599px) {
    .block-inner {
        padding: 30px 15px;
    }
}

.mv {
    background-color: #a4c8ec;
    text-align: center;
}
.mv > div {
    width: 50%;
}
.mv img{
  margin: 0 auto;
}
.mv-detail {
    display: flex;
    justify-content: flex-end;
}
.mv-detail-in {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 120px;
    padding-right: 1em;
}
.mv-ttl {
    color: #ffffff;
    font-size: 27px;
    max-width: 500px;
    width: 100%;
    letter-spacing: 1px;
    font-weight: normal;
}
.mv-ttl .circle{
    display: inline-flex;
    width: 3.5em;
    height: 3.5em;
    background: #fff;
    vertical-align: .5em;
    color: #f3981c;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 1.1em;
}
.mv-ttl strong {
    font-weight: normal;
    font-size: 48px;
}
.mv-lead {
    width: 100%;
    max-width: 500px;
    text-align: left;
    color: #fff;
    font-size: 23px;
    padding-right: 10px;
    margin-top: 5px;
}
.mv-lead.sem-ttl {
    border: 1px solid;
    width: 95%;
    font-size: 18px;
    padding: 2%;
    margin-bottom: 1em;
}
.mv-date {
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 2vw;
    left: 160px;
    line-height: 1.3;
}
.mv-date span {
    display: inline-block;
}

.mv-photo-wrp{ background: url(/school/image/crashseminar/mv.jpg) 50% 50%/cover no-repeat;}
.mv-photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 53%;
    background: url(/school/image/crashseminar/mv.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.mv-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mv-web {
    background-color: #ff680f;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    padding: 20px 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 30px;
}
@media screen and (max-width: 999px) {
    .mv-detail {
        padding: 0 15px;
    }
    .mv img{
      width: 100%;
    }
}
@media screen and (max-width: 799px) {
    .mv-ttl {
        font-size: 18px;
        line-height: 1.6;
    }
    .mv-ttl strong {
        font-size: 33px;
    }
    .mv-photo img {
        height: 250px;
        object-fit: cover;
    }
    .mv-web {
        left: 10px;
    }
    .mv-date {
        left: 130px;
    }
}
@media screen and (max-width: 599px) {
    .mv {
        flex-direction: column;
        max-height: none;
    }
    .mv > div {
        width: 100%;
    }
    .mv-detail {
        align-items: center;
        justify-content: center;
        padding: 0 15px 15px;
    }
    .mv-detail-in {
        justify-content: flex-start;
        padding-top: 0;
        align-items: flex-start;
    }
    .mv-web {
        position: static;
        padding: 15px;
    }
    .mv-date {
        padding: 5px;
        top: 10px;
        left: 125px;
    }
    .mv-ttl {
        margin-top: 5px;
        text-align: center;
    }
    .mv-lead{
        font-size: 14px;
        text-align: center;
        padding-right: 0;
        margin-bottom: .5em;
    }
    .mv-lead.sem-ttl{
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 2% 0;
    }
    .mv-photo-wrp{ padding-top: 55%;}
    .mv-photo {
        max-height: 250px;
        overflow: hidden;
        padding-top: 250px;
    }
    .mv-photo img {
        height: auto;
        object-fit: contain;
        max-height: 330px;
    }
}

.catch {
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 599px) {
    .catch {
        text-align: left;
        font-size: 16px;
        line-height: 1.8;
    }
}

.block-title{
  color: #1c236d;
  font-size: 35px;
  font-weight: normal;
  text-align: center;
}

.block-subtitle{
  color: #1c236d;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.decoration{
  display: inline;
}

.catch-sub {
    text-align: center;
    margin-top: 30px;
}

.btn-upper {
    text-align: center;
    color: #f3981c;
    font-size: 24px;
    margin-top: 30px;
}
.btn-upper::before,
.btn-upper::after {
    content: '';
    display: inline-block;
    height: 25px;
    width: 2px;
    background-color: #f3981c;
    top: 5px;
    position: relative;
}
.btn-upper::before {
    margin-right: 15px;
    transform: rotate(-30deg);
}
.btn-upper::after {
    margin-left: 15px;
    transform: rotate(30deg);
}
@media screen and (max-width: 599px) {
    .catch-sub {
        text-align: left;
    }
    .btn-upper {
        font-size: 16px;
    }
    .btn-upper::before,
    .btn-upper::after {
        height: 16px;
        width: 1px;
        top: 2px;
    }
    .block-title{
      font-size: 22px;
      margin-bottom: 20px;
    }
    .block-subtitle{
      font-size: 14px;
    }
    .catch{
      font-size: 14px;
    }
}

ul.canLearn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.6;
}
ul.canLearn li{
    width: 22.5%;
    font-size: 22px;
}
ul.canLearn li.w30{ width: 30%;}
ul.canLearn li img{
    width: 100%;
    padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
    ul.canLearn li,
    ul.canLearn li.w30{
        width: 100%;
        font-size: 18px;
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    ul.canLearn li img{
        display: block;
        width: 40%;
        margin-right: 3%;
    }
    ul.canLearn.col4 {
        margin-bottom: 0;
    }
    ul.canLearn.col4 .in {
        width: 100%;
    }
}

ul.canLearn_main li h3{
    color: #f3981c;
    text-align: left;
    font-weight: bold;
    margin-bottom: 35px;
}
ul.canLearn_main li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    line-height: 1.6;

}
ul.canLearn_main li:not(:first-child) {
    margin-top: 80px;
}
@media screen and (max-width: 599px) {
    ul.canLearn_main li:not(:first-child) {
        margin-top: 0;
    }
}
ul.canLearn_main li > div{
    width: 50%;
    font-size: 1.2em;
}
ul.canLearn_main li > img{ width: 46%;}
ul.canLearn_main li:nth-child(even) > img{ order: -1;}


ul.osusume {
    display: flex;
    flex-direction: column;
    align-items: center;
}
ul.osusume li{
    text-align: left;
    padding-left: 28px;
    font-size: 22px;
    background: url(/images/common/check_fss.svg) left 4px/21px no-repeat;
    margin-bottom: 15px;
    line-height: 1.6;
    width: 50%;
    min-width: 500px;
}
@media screen and (max-width: 599px) {
    ul.osusume li {
        font-size: 18px;
        width: 100%;
        min-width: auto;
    }
}

.teacher02 li{ clear: both;}
.teacher02 li img{
    float: left;
    margin-right: 10px;
    max-width: 130px;
}
.teacher02 li h3,
.teacher02 li .position{
    text-align: left;
    margin-bottom: 10px;
    margin-left: 150px;
}
.teacher02 li .text{
    clear: both;
    padding-top: 20px;
}
.teacher02 li .position{
   margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
    .teacher02 li h3{
        margin-bottom: .5em;
        line-height: 1.3;
    }
}

.name{
  font-size: 16px;
}

.name h3{
  font-size: 26px;
}

.name h3 span{
  font-size: 16px;
}

.text{
  font-size: 14px;
}

#modal-close{ display: none;}

.youtube {
    max-width: 700px;
    margin: 40px auto 0;
    width: 100%;
    position: relative;
    padding-top: 46.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 799px) {
    .youtube {
        padding-top: 56.25%;
    }
}

@media screen and (max-width: 599px) {
  .name h3{
    font-size: 19.2px;
  }
}

/* table */
.global-economy-seminnar{
  border: 1px solid #b6b6b6;
  border-bottom: none;
  height: 717px;
}

.global-economy-seminnar tr{
  border-bottom: 1px solid #b6b6b6;
  height: 80px;
}

.global-economy-seminnar th{
  background: #f2981b;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 220px;
}

.global-economy-seminnar td{
  font-size: 16px;
  line-height: 1.25;
  padding-left: 40px;
  padding-right: 30px;
}

td.bg-colored{
  background: #f3f3f2;
}

.f-bold{
  font-weight: bold;
}

.f-colored{
  color: #f2971b;
  font-weight: bold;
}

.f-bg{
  background: #f2971b;
  color: #fff;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  margin-right: 20px;
  text-align: center;
  vertical-align: baseline;
  width: 102px;
}

.f-sm{
  font-size: 12px;
}

@media screen and (max-width: 599px) {
  .global-economy-seminnar th{
    font-size: 16px;
    width: 30%;
  }
  .global-economy-seminnar td{
    font-size: 14px;
    padding: 5px 15px;
  }
  .f-sm{
    font-size: 10px;
  }
}

/*-----------------------.experienceLearning---------------------------*/
.experienceLearning {
    border: 2px solid #f3981c;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    padding: 0 40px 40px 40px;
    margin: 80px 0 0;
    background: #fff;
}
.experienceLearning h3 {
    color: #f3981c;
    text-align: center;
    font-size: 34px;
    border-bottom: 1px dashed #f3981c;
    margin: 40px auto 30px;
}
.experienceLearning h4 {
    font-size: 18px;
    color: #FFF;
    background-color: #FD9827;
    text-align: center;
    margin-right: 10px;
    display: inline;
    padding: 5px;
}
.experienceLearning p {
    font-size: 12px;
    margin-bottom: 10px;
}
.experienceLearning table {
    border: 1px solid #b6b6b6;
    border-bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 10px 0 25px 0;
}
.experienceLearning .web_dvd table tr {
    border-bottom: 1px solid #b6b6b6;
}
.experienceLearning .formular table tbody th .step {
    display: inline-block;
    color: #fff;
    background: #f3981c;
    border-radius: 10px;
    padding: 0 15px;
}
.experienceLearning .web_dvd table th{
    border-right: 1px dotted #b6b6b6;
    text-align: center;
    padding: 10px 0;
}
.experienceLearning table td {
    padding: 10px;
    background-color: #fff;
}
.experienceLearning table th.title03 {
    font-size: 23px;
    background-color: #1eb4dc;
    color: #fff;
    border: solid 1px #1eb4dc;
}
.orangeFont {
    color: #ff6500;
}
.experienceLearning p.free {
    text-align: center;
}
.experienceLearning table p.fontore {
    color: #FD9827;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.experienceLearning p.web {
    padding-top: 10px;
    float: left;
}
.experienceLearning p.dvd {
    padding-top: 10px;
    float: right;
}
.experienceLearning p.homeLearning {
    margin: 50px 0 20px;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.experienceLearning p.homeLearning strong {
    color: #1eb4dc;
    font-size: 30px;
}
.tsushin-tsugaku {
    border: 2px solid #f3981c;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    margin-bottom:75px;
}
.tsushin-tsugaku h3 {
    color: #f3981c;
    text-align: center;
    font-size: 34px;
    border-bottom: 1px dashed #f3981c;
    width: 90%;
    margin: 40px auto 30px;
}
.tsushin-tsugaku > img{
    width: 100%;
    margin-bottom: 50px;
}

dl { margin-top: 35px;}
dl.kitei dt.accordion{ text-align: center;}
.kitei_sp{ display: none;}


section#policy {
    padding-bottom: 90px;
}
section#intro p,
section#policy p {
    font-size: 18px;
    line-height: 1.7;
    /*letter-spacing: .05em;*/
    text-align: center;
    margin-bottom: 30px;
}

section#intro .voice .width48{
    background: #fff;
    border: 15px solid #f3f3f2;
}
section#intro .voice .width48 p{ text-align: left;}
section#intro .voice .width48 .img{
    position: relative;
    min-height: 100px;
}
section#intro .voice .width48 .img::before{
    content: "";
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    padding-right: 100px;
    background-image: url(/school/image/icn_students.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
section#intro .voice .width48 .img.man01::before{ background-position: left top;}
section#intro .voice .width48 .img.man02::before{ background-position: -100px top;}
section#intro .voice .width48 .img.man03::before{ background-position: -200px top;}
section#intro .voice .width48 .img.man04::before{ background-position: -300px top;}
section#intro .voice .width48 .img.woman01::before{ background-position: left bottom;}
section#intro .voice .width48 .img.woman02::before{ background-position: -100px bottom;}
section#intro .voice .width48 .img.woman03::before{ background-position: -200px bottom;}
section#intro .voice .width48 .img.woman04::before{ background-position: -300px bottom;}
section#intro .voice .width48 .name{
    color: #2c3d98;
    font-weight: bold;
    margin-bottom: 10px;
}
section#intro .voice .width48 .txt{ font-size: 1em;}

.ar_img {
    display: flex;
    flex-wrap: wrap;
}

.ar_img img {
    width: 33.3%;
    height: 33.3%;
}

#policy ul {
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
    width: 87%;
    max-width: 870px;
    margin: 0 auto;
}

#policy ul li:first-child{ width: 38%;}
#policy ul li:first-child img { width: 100%;}
#policy ul li:last-child {
    width: 55%;
    padding-top: 2em;
}
#policy ul li:last-child p {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: inherit;
    text-align: left;
}

.sp_br{
    display:none;
}



/* インライン190425 */
dl.tab3_box {
    margin-top: 0;}

/* 申込枠 */
ul.cir {
     list-style: none;
    padding: 0;
    margin: 0;}
ul.cir li{
    padding-left: 1em;
    text-indent: -.7em;}

ul.cir li:before {
    content: "● ";
    color: #f3981c;}

.table01{
    width: 100%;
    table-layout: fixed;
    border-top: 1.5px solid #f3981c;
    border-left: 1.5px solid #f3981c;
    margin-top: 50px;
    background-color: white;
}
.table01 th,
.table01 td{
    font-size: 18px;
    padding: 10px 15px;
    border-right: 1.5px solid #f3981c;
    border-bottom: 1.5px solid #f3981c;
    text-align: left;
}
.table01 th{
    width: 14.5%;
    vertical-align: top;
    font-weight: normal;
    color: #f3981c;
    background: #fff3e2;
}

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

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

    .ttl02 > .inner > .canLearn_main { margin-top: inherit;}

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

    .experienceLearning{ margin-top: 0;}

}

@media screen and (max-width: 700px) {


    #policy ul{
        margin-bottom: 40px;
        display: block;
    }
    #policy ul li:first-child{ width: 100%;}
    #policy ul li:last-child{ text-align: left;}
    #policy h3{
        margin-bottom: 15px;
        font-size: 1.7rem;
    }

    #policy ul li {
        width: 100%;
        text-align: center; }
    #policy ul li img {
        width: 42%;
		width: 60%;
		margin: auto;
		}
    #policy ul li:last-child {
        width: 100%;
        padding-left: 0; }
    #policy ul li:last-child p{ font-size: 14px;
	    padding: 0 10px;}

    section#intro  h2 {
        font-size: 20px;
    }

	section p {
    font-size: 14px;}

	section#policy {
    padding-bottom: 20px;
}

}

/* スマホ */
@media screen and (max-width: 599px) {
    .pc{ display: none;}
    .sp{ display: inherit;}

    .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;}

    section .inner{ padding: 40px 0;}
    section h2 {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    section h2::after {
        width: 80px;
        margin: 15px auto 60px;
    }
    section h3{ font-size: 1.2rem}
    .lead{ font-size: 15px;}
    .btn01 a{
        font-size: 16px;
        padding: 10px 5px;
        background: #f3981c url(/images/common/arrow02.svg) 97% center/12px no-repeat;
        /*        text-align: left;*/
        letter-spacing: .1em;
    }
    .btn02::before{ left: 5px;}


    .ttl01,
    .ttl02{ background-position: left 6em;}
    section.ttl01 h2::after,
    section.ttl02 h2::after{ margin-bottom: 120px;}

    ul.canLearn_main li > div{
        width: 100%;
        margin: 1em 0;
    }
    ul.canLearn_main li{ background: #fff;}
    ul.canLearn_main li h3{
        margin-bottom: .5em;
        text-align: center;
    }
    ul.canLearn_main li h3::after{
        content: "";
        display: block;
        width: 100%;
        padding-top: 55.7%;
    }
    ul.canLearn_main li:first-child h3::after{ background: url(/school/image/kabulp/img_learn01.jpg?190201)left top/contain no-repeat;}
    ul.canLearn_main li:nth-child(2) h3::after{ background: url(/school/image/kabulp/img_learn02.jpg?190201)left top/contain no-repeat;}
    ul.canLearn_main li:nth-child(3) h3::after{ background: url(/school/image/kabulp/img_learn03.jpg?190201)left top/contain no-repeat;}
    ul.canLearn_main li p{
        line-height: 1.4;
        width: 90%;
        margin: 0 auto;
    }

    ul.canLearn_main li > img{ display: none; width: 100%;}
    ul.canLearn_main li:nth-child(even) > img{ order: 0;}




    section h3.line{ margin-bottom: 20px;}
    section h3.line::before,
    section h3.line::after{ width: 15%;}
    ol.process{ display: block;}
    ol.process li{
        width: 100%;
        min-height: 45px;
        padding-top: 0;
        padding-left: 50px;
        margin-bottom: 1.5em;
    }
    ol.process li::before{ left: 0;}

    ul.find{ display: block;}
    ul.find li{
        width: 100%;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .curriculum_wrap{display: none;}
    .curriculum_wrap_sp{
        display: block;
    }
    .curriculum_wrap_sp h3{ border: 1px solid #f3981c;}
    ul.curriculum{
        height: auto;
        display: block;
    }


    h3.entry{
        display: block;
        width: 100%;
    }
    h3.entry + ul{ width: 100%;}
    h3.entry + ul li:first-child{ border-left: none;}
    h3.entry + ul li h4 {
        font-size: 16px;
        margin-bottom: 80px;
    }
    h3.entry + ul li:first-child h4::after{
        padding: 20px;
        background: url(/school/image/kabu/flow_icn05.svg) center top/60px no-repeat;
        top: 40px;
    }
    h3.entry + ul li:nth-child(2) h4::after{
        padding: 20px;
        background: url(/school/image/kabu/flow_icn06.svg) center top/50px no-repeat;
        top: 45px;
    }
    h3.entry + ul li:nth-child(3) h4::after{
        padding: 20px;
        background: url(/school/image/kabu/flow_icn07.svg) center top/50px no-repeat;
        top: 40px;
    }
    h3.entry + ul li .btn_mail a{
        background: #f3981c url(/images/common/arrow.svg) 96% center/15px no-repeat;
        font-size: 1em;
    }
    h3.entry + ul li .phone{ font-size: 1.4em;}

    .kitei{ display: none;}
    .kitei_sp{ display: block;}
    .about .kitei_sp h3 {
        border: 1px solid #f3981c;
        font-size: 15px !important;
    }

    .about li.modal-content .caution{ position: static;}


    /* モーダル設定 */
    .modal-content {
        width: 80% ;
        max-height: 80%;
        overflow: auto;
        padding: 10px 20px ;
        border: 2px solid #aaa ;
        background: #fff ;
        position: fixed ;
        display: none ;
        z-index: 2 ;
        left: 0;
        right: 0;
        top: 110px;
        margin: auto;
    }
    #modal-overlay {
        z-index: 1 ;
        display: none ;
        position: fixed ;
        top: 0 ;
        left: 0 ;
        width: 100% ;
        height: 120% ;
        background-color: rgba( 0,0,0, 0.75 ) ;
    }
    .button-link {
        color: #000 ;
        text-decoration: none;
    }
    .button-link:hover { cursor: pointer ;}
    #modal-close{
        display: block;
        position: fixed;
        top: 120px;
        background: #fff;
        z-index: -1;
        padding: 0 4px;
        border: 3px solid #aaa;
        line-height: 1.3;
        right: 13%;
    }




    /* タブ切り替え */
    .experienceLearning{
        padding: 0 10px 30px;
        margin: 30px 0;
    }
    .experienceLearning h3{
        font-size: 1.6em;
        margin: 15px auto 25px;
    }
    .experienceLearning table{ table-layout: fixed;}
    .experienceLearning table th,
    .experienceLearning table.courseInfo tbody th,
    .experienceLearning table td{
        width: 100%;
        display: block;
    }
    .experienceLearning table th,
    .experienceLearning table.courseInfo tbody th{
        border-bottom: 1px dotted #b6b6b6;
        border-right: none;
        padding: 10px;
        /*        text-align: left;*/
    }

    .tsushin-tsugaku h3{
        font-size: 1.6em;
        margin: 15px auto 25px;
    }
    .courseList li h4{ font-size: 18px;}
    .tab_area{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        border-bottom: 2px solid #2e4096;
    }
    .tab_label{
        width: 45%;
        line-height: 1.2;
        text-align: center;
        background: #d8d8d8;
        padding: 5px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .tab_area label.active{
        width: 48%;
        font-size: 1.2em;
        font-weight: bold;
        padding: 10px 5px;
        background: #2e4096;
        color: #fff;
        margin-bottom: -1px;
    }
    .tab_area label.active::after{
        content: "\025bc";
        display: block;
        font-size: .3em;
        text-align: center;
    }
    .tab_panel.active{ display:block;}
    .courseInfo td.formSelect{ border-bottom: none;}

    .sp_br{
        display:inline-block;
    }

    .table01 th{ width: 25%;}
    .table01 th,
    .table01 td {
        font-size: 12px;
        padding: 10px;
    }
}


.wrap_tabs{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.wrap_tabs::after{
    content: "";
    width: 100vw;
    height: 2px;
    background: #f3981c;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    z-index: -1;
}
.wrap_tabs.bottom::after{
    bottom: auto;
    top: -2px;
}

.tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.bottom .tabs{ align-items: flex-start;}
.tabs .item {
    font-size: 1.3em;
    cursor: pointer;
    width: calc(98% / 3);
    text-align: center;
    background-color: #d0d0d0;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    line-height: 1.5;
}
.bottom .tabs .item{ border-radius: 0 0 10px 10px;}

.tabs .item .txt_l{ font-size: 1.2em;}
.tabs .item.is-active {
/*    font-size: 20px;*/
    cursor: default;
    border-bottom-color: #fff;
    background-color: #fff;
    border: 2px solid #f3981c;
    border-bottom-width: 0;
    position: relative;
}
.bottom .tabs .item.is-active {
    border-bottom-width: 2px;
    border-top: 0;
}
.tabs .item.is-active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.bottom .tabs .item.is-active::after {
    bottom: auto;
    top: -2px;
}
.tab_box{ display: none;}
.tab_box.is-active { display: inherit;}

@media screen and (max-width: 599px) {
    .tabs .item{
        font-size: .75em;
        padding: 10px 5px;
    }
    .tabs .item .txt_l{ font-size: 1.1em;}
}


/* クローズ対応 */
.closing{
    background: #fff;
    padding: 10px 20px;
    border: 2px solid #d7063a;
    border-radius: 5px;
    margin-bottom: 3em;
}
.closing h2 {
    color: #d7063a;
    font-size: 20px;
}
.closing h2::after{ content: none;}
.closing p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 0;
}
.btn02.closing{
    background: #e0e0e0;
    color: #fff;
    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 #b7b7b7;
    letter-spacing: .175em;
    border: 0;
}
.btn02.closing::before{ content: none;}
@media screen and (max-width: 1024px) {
    .btn02.closing{ width: 80%;}
}
@media screen and (max-width: 599px) {
    .btn02.closing{
        font-size: 16px;
        padding: 10px 5px;
        letter-spacing: .1em;
        margin: 30px auto 0;
        width: 95%;
        text-align: center;
    }
}

