@charset "utf-8";
/* CSS Document */


/*共通＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bg-01{
	background:var(--color-co);
	color: #fff;
}
.sub-headingJa2--lg {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 50px;
}
.sub-headingJa2--lg {
    font-family: Tazugane Gothic, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
}
.sub-bgObjects {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 480px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    width: 100%;
    z-index: -2;
}
.sub-bgObjectItem:nth-child(odd) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sub-bgObjectItem {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 80vmax;
    position: relative;
    width: 100%;
}
.sub-bgObjectItem__inner {
    position: relative;
    width: 100%;
}
.sub-bgObjectItem__inner img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sub-page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.sub-page__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 3.75rem;
    width: 100%;
}
.sub-page__tit {
    height: 420px;
    padding-left: 7%;
    padding-right: 7%;
	position: relative;
}
.sub-page__tit__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
    padding-top: 15rem;
    position: relative;
}
.sub-charsTitle {
    position: relative;
}
.sub-charsTitle__texts {
    color: var(--color-white);
}
.sub-charsTitle__line {
    font-family: 'Choplin';
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.6px;
    font-size: 35px;
	text-transform: uppercase;
}
.sub-mainvw__titleEn span {
    background: var(--color-co);
    color: #fff!important;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 4px;
    text-align: center;
}
.sub-charsTitleCopy {
    font-family: Tazugane Gothic, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
    margin-left: 1.375rem;
    margin-top: 1rem;
    overflow: hidden;
	margin: 0;
    position: absolute;
}
.sub-charsTitleCopy {
    font-size: 2.8rem;
    left: -3.12rem;
    top: 11rem;
}

.sub-charsTitleCopy__inner {
    display: block;
    position: relative;
   color: #fff;
    text-shadow: 1px 1px 0 #152655, -1px -1px 0 #152655, -1px 1px 0 #152655, 1px -1px 0 #152655, 0px 1px 0 #152655, 0 -1px 0 #152655, -1px 0 0 #152655, 1px 0 0 #152655;
}

.sec-1st {
    margin-top: 50px;
}
.sec-even,.sec-odd {
    margin-top: 100px;
}
.block__inner01 {
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
}
.block__inner02 {
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
    padding: 50px;
    border: 1px solid #ccc;
	position: relative;
}
.img-box01 {
    width: 90%;
    margin: 0 auto 30px;
}
.img-box02 {

}
.txt-box01 {
    font-size: 16px;
}
.txt-box02 {
    font-size: 20px;
}
.txt-box03 {
    font-size: 28px;
    font-weight: 700;
}
.txt-box04 {
    font-size: 20px;
    font-weight: 700;
}
.txt-box05 {
    font-size: 16px;
    font-weight: 700;
}
.pickup-txt {
    background: var(--color-co-sub);
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}
.ol-01 {
    line-height: 14px;
    list-style: decimal-leading-zero;
    margin: 15px 60px;
}
.ol-02 {
    line-height: 20px;
    list-style: square;
    margin: 15px 40px;
}
.ol-03 {
    line-height: 35px;
    list-style: square;
    margin: 15px 40px;
}
.dl-01 dd {
    margin-left: 50px;
}
.dl-01 dt {
    border: 1px solid #000;
    padding: 10px;
    margin-top: 10px;
}
.txt-al-c{
	text-align: center;
}
.txt-al-r{
	text-align: right;
}
.m-b50{
	margin-bottom: 50px!important;
}
.p-type-a {
    padding: 10px 30px 20px;
}
.line-a{
	border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.tbl-01 {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 75%;
    table-layout: fixed;
}
.tbl-01 tr {
  background-color: #E6ECF2;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
.tbl-01 th,
.tbl-01 td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
.tbl-01 th {
  font-size: 1em;
}
.tbl-01 thead tr{
  background-color: var(--color-co);
  color:#fff;
}
.tbl-01 tbody th {
    background: var(--color-beige);
    color: #fff;
}
.tbl-01 .txt{
   text-align: left;
   font-size: 1em;
}
.tbl-01 .price{
  text-align: right;
  color: var(--color-co);
  font-weight: bold;
}
.tbl-01 .non{
  background:#fff
}

@media screen and (max-width: 600px) {
.tbl-01 {
    border: 0;
    width:100%
  }
.tbl-01 th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
.tbl-01 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.tbl-01 tr {
    display: block;
    margin-bottom: .625em;
  }
.tbl-01 td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
.tbl-01 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
.tbl-01 td:last-child {
    border-bottom: 0;
  }
.tbl-01 tbody th {
    color: #fff;
}
}

.tbl-02{
  width: 100%;
  border-collapse: collapse;
}

.tbl-02 tr{
  border-bottom: solid 2px white;
}

.tbl-02 tr:last-child{
  border-bottom: none;
}

.tbl-02 th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: var(--color-co);
    color: white;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
}

.tbl-02 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid var(--color-co);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tbl-02 td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 30px;
}


section.gp-sec02 {
    width: 80%;
    margin: 0 auto;
}
.banner-wrap02 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 50px;
}
.tel-bnr {
    background: #fff url( "../img/bnr-tel.svg") no-repeat center;
    background-size: contain;
    width: 49%;
    height: 200px;
    float: left;
}
.form-bnr {
    background: #fff url( "../img/bnr-web.svg") no-repeat center;
    background-size: contain;
    width: 49%;
    height: 200px;
    float: right;
}
.tel-bnr a {
    width: 100%;
    height: 100%;
    display: block;
}
.form-bnr a {
    width: 100%;
    height: 100%;
    display: block;
}

/*施設紹介ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.facrilities-main img{
	top: -190px;
}
.facrilities-1st_tit {
    font-size: 28px;
    font-weight: 700;
    white-space: normal;
	color: var(--color-co);
}
.facrilities-1st_txt {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 50px;
}
img.facrilities-img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.facrilities-1st_txt_m {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.feature-img03 {
    display: block;
    width: 60%;
    margin: 0 auto;
}
.floormap {
    width: 65%;
    margin: 0 auto 40px;
}
.sp-caption-container {
    text-align: left;
    margin-top: 0px;
    position: absolute;
    top: 0;
    padding-left: 2%;
    width: 100%;
    background: rgba(0,0,0,50%);
    color: #fff;
}
/*特徴ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sub__title-1 {
    font-size: 18px;
    margin-bottom: 2rem;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    color: var(--color-co)!important;
    display: block;
    font-family: 'Choplin', Noto Sans JP, sans-serif;
    font-weight: 400;
    line-height: .92;
    margin-bottom: 1.25rem;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}
.sub__title-1 span {
    background: var(--color-co-sub);
    color: #fff!important;
    padding: 2px 4px;
}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 103px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 20px;
    background: #e0edff;
    border-radius: 15px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

/*TFSアカデミーページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.academy-main img{
	top: -330px;
}
.seminar-tit {
    font-size: 24px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
}
.name {
    text-align: right;
    margin-top: 50px;
}
section.s-inq-sec01 {
    width: 100%;
    margin: 0 auto;
}
.s-tel-bnr {
    background:  url( "../img/bnr-tel.svg") no-repeat center;
    background-size: contain;
    width: 49%;
    height: 200px;
}
.seminar-bnr {
    background:  url(../img/bnr-seminar.svg) no-repeat center;
    background-size: contain;
    width: 49%;
    height: 200px;
}
.s-pdf-bnr {
    background:  url( "../img/bnr-seminar-pdf.svg") no-repeat center;
    background-size: contain;
    width: 49%;
    height: 200px;
}
.otoiawase-bnr {
    background:  url(../img/bnr-inquiry.svg) no-repeat center;
    background-size: contain;
    width: 49%;
    height: 200px;
}
.s-tel-bnr a {
    width: 100%;
    height: 100%;
    display: block;
}
.seminar-bnr a,.otoiawase-bnr a {
    width: 100%;
    height: 100%;
    display: block;
}

.archive-bnr-wrap {
    width: 100%;
    height: 200px;
}
.archive-bnr {
    display: block;
    background: url(../img/bnr-archive.svg) no-repeat center;
    background-size: contain;
    width: 49%;
    height: 200px;
    margin: 0 auto;
}
.archive-bnr a {
    width: 100%;
    height: 100%;
    display: block;
}

.s-pdf-bnr a {
    width: 100%;
    height: 100%;
    display: block;
}
.seminar-txt {
    position: relative;
}
.seminar-img {
    position: absolute;
    bottom: 30%;
    right: 5%;
    width: 25%;
}
.seminar-img img{
	width: 100%;	
}
.seminar-btn-wrap {
    max-width: 70rem;
    margin: 20px auto;
    text-align: right;
}
.flexbox-aca{
    display: flex;
}
.flexbox__item-aca {
    width: 49%!important;
}
.flexbox__item-aca:first-child {
	margin-right: 1%!important;
}

.line-tbl-03 {
    width: 100%;
    border-spacing: 0;
}

.line-tbl-03 th{
  border-bottom: solid 2px #05549b;
  padding: 10px 0;
	font-size: 15px;
	font-weight: 400;
}

.line-tbl-03 td{
  border-bottom: solid 2px #ddd;
  padding: 10px 20px;
}
.line-tbl-03 img {
    width: 45%;
    margin: 0 0 0 auto;
    display: block;
}
.seminar-txt-item01 {
    width: 70%;
}
.seminar-txt-item02 {
    width: 28%;
    margin-left: 2%;
}
.seminar-txt-item02 img {
    width: 100%;
}
/*著書一つ用＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.book-tit_one {
    width: 30%;
	max-width: 350px;
    margin: 0 auto;
	font-size: 14px;
}
.book-img_one img {
    width: 30%;
	max-width: 350px;
    margin: 0 auto;
    display: block;
}

/*著書横並び用＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.book-tit{
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
    text-align: center;
}
.book-img img {
    width: 45%;
    margin: 0 auto;
    display: block;
}
.kouen-no-yousu{
    display: block;
    margin: 0 auto;
}
/*近著のテーブル
------------------------------------------------*/
.kincho-wrap {
    width: 80%;
    margin: 0 auto;
}
.table_design03 {
	border-collapse: collapse;
	width: 100%;
}
.table_design03 th, .table_design03 td {
	border-bottom: 2px solid #c1c7c6;
	padding: 1em;
}
.table_design03 th {
	border-bottom: 2px solid var(--color-co);
	font-weight: 500;
	width: 70%;
	min-width: 4em;
}
.sub-bnr-contact {
    margin: 3vw 0 0 0;
}

/*料金と申込みフローページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.fee-main img{
	top: -250px;
}
.block__inner_fee01 {
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    max-width: 70rem;
    border: 1px solid #aaa;
}
.block__inner_fee02 {
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
}

.fee-icon-wrap {
    margin-bottom: 3px;
}
table.fee_tbl {
    width: 100%;
}
th.rank {
    background: var(--color-co);
    color: #fff;
	vertical-align: middle;
    padding: 20px;
    padding-left: 15px;
    width: 50%;
}
th.fee {
    background: #C6281D;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
}
.fee_tbl td {
    padding: 15px;
}
td.lounge-rank-td {
    width: 26%;
}
.fee-icon-box li {
    display:table;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: var(--color-co-sub);
	border-radius: 5px;
}
span.icon_span {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    line-height: 20px;
    padding: 3px;
    font-size: 14px;
}
span.icon_span-2 {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    line-height: 20px;
    padding: 3px;
    font-size: 12px;
}
.fee-sp{
	background: #fff!important;
}

.fee_tbl td img {
    max-width: 333px;
    display: block;
    margin: 0 auto;
}
.fee-sub {
    font-size: 11px;
    display: inline-block;
    margin: 0 5px 0 10px;
}
.fee-sub2 {
    font-size: 11px;
    display: inline-block;
    margin: 0 5px 0 2px;
}
.fee-ul {
    margin-left: 30px;
}
.fee-ul li {
    list-style: disc;
}
.fee-spot-tit {
    background: var(--color-co);
    color: #fff;
    padding: 10px 0 10px 20px;
    margin-bottom: 10px;
}
.fee-spot-img {
    margin-bottom: 10px;
}
.fee-spot-txt-wrap {
    padding: 0 20px;
}

.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}


.need-txt {
    font-weight: 800;
    margin: 20px 0;
}
.fee-need-txt-wrap {
    padding: 0;
}

.line-div {
    margin: 30px 0;
    text-align: center;
    border: 1px solid;
    padding: 20px;
}


/*運営会社ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.company-main img{
	top:-250px;
}
.line-tbl-02{
  width: 100%;
  border-spacing: 0;
}

.line-tbl-02 th{
  border-bottom: solid 2px #05549b;
  padding: 10px 0;
}

.line-tbl-02 td{
  border-bottom: solid 2px #ddd;
  padding: 10px 20px;
}

.photo1 {
  display: inline-block;
  padding: 5px;
  box-shadow: 4px 4px 10px #ccc;
  background-color: #FFF;
	width: 100%;
	transform: rotate(6deg);
}
.photo1:after {
  display: block;
  content: "";
  text-align: center;
}
.photo2 {
  display: inline-block;
  padding: 5px;
  box-shadow: 4px 4px 10px #ccc;
  background-color: #FFF;
	width: 100%;
	transform: rotate(-11deg);
}
.photo2:after {
  display: block;
  content: "";
  text-align: center;
}
.photo3 {
  display: inline-block;
  padding: 5px;
  box-shadow: 4px 4px 10px #ccc;
  background-color: #FFF;
	width: 100%;
	transform: rotate(3deg);
}
.photo3:after {
  display: block;
  content: "";
  text-align: center;
}
.photo4 {
  display: inline-block;
  padding: 5px;
  box-shadow: 4px 4px 10px #ccc;
  background-color: #FFF;
	width: 100%;
	transform: rotate(9deg);
}
.photo4:after {
  display: block;
  content: "";
  text-align: center;
}
.photo1 img,.photo2 img,.photo3 img,.photo4 img{
	width: 100%;
}


.active-img {
    display: block;
    margin: 10px auto;
}


/*◼️ 1280px~（大型PC） */
@media screen and (min-width:76em) {}
/*◼️ 1200px（タブレット横・PC）　*/
@media screen and ( max-width:75em) {}
/*◼️ 900px~1199px（タブレット縦横）　*/
@media screen and (min-width:56.25em) and ( max-width:74.9375em) {}
/*◼️ 500px~899px タブレット（縦）＆モバイル（横） */
@media screen and (min-width:31.25em) and ( max-width:56.1875em) {}
/*◼️ ~480px（モバイル縦） */
@media screen and ( max-width:31.1875em) {
/*共通＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/	
.sub-charsTitleCopy {
    font-size: 2rem;
    left: 0;
    top: 5rem;
}	
.sub-page__tit__inner {
    padding-top: 9rem;
}
.sub-charsTitle__line {
    font-size: 20px;
}	
.sub-mainvw__titleEn span {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.sub-page__tit {
    height: 250px;
}
.flexbox__item:first-child {
    margin: 0 auto!important;
}
.facrilities-block__innner {
    width: 100%!important;
}	
.block__inner01 {
    width: 90%;
    margin: 0 auto;
}
.tel-bnr {
    width: 100%;
    height: 200px;
    float: none;
}
.form-bnr {
    width: 100%;
    height: 200px;
    float: none;
}	
.sub-headingJa2--lg {
    font-size: 1.8rem;
    line-height: 1.5;
        margin: 50px 10px;
}
.txt-box02 {
    font-size: 16px;
}	
/*施設紹介ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/	
.facrilities-main img ,.fee-main img,.academy-main img,.feature-main img,.company-main img,.inquiry-main img{
    top: 89px;
}
.facrilities-1st_tit {
    font-size: 18px;
}
.facrilities-1st_txt {
    font-size: 1em;
    margin: 50px auto;
}
.floormap {
    width: 100%;
}
#my-slider {
    margin-top: 100px;
}	
.sp-caption-container{
	font-size: 12px!important;
	top: -68px;
}
.txt-box03 {
    font-size: 23px;
    font-weight: 700;
}

/*料金と申込みフローページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/	
.block__inner_fee01 {
    padding: 0;
}
th.fee {
    background: #C6281D;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
}
th.rank {
    text-align: center;
}	
table.fee_tbl th,
table.fee_tbl td{
  width:100%;
  display:block;
}
.fee-icon-wrap {
    margin-bottom: 0px;
}	
ul.flexbox.fee-icon-box li {
    margin-bottom: 3px!important;
}
.fee-img {
    width: 100%;
    margin-bottom: 20px;
}
.fee-spot-txt-wrap {
    padding: 0 5px;
}
	

/*特徴ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/	
.ol-01 {
    line-height: 16px;
    list-style: decimal-leading-zero;
    margin: 15px 35px;
}	
.feature-img03 {
    margin: 30px auto;
}
.dl-01 dd {
    margin: 10px 5px;
}
.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 0px;
    padding: 15px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 17px;
    background: #e0edff;
    border-radius: 15px;
}
/*TFSアカデミーページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/	
.block__inner02 {
    padding: 50px 5px;
}
.tbl-02 {
    font-size: 14px;
}
.tbl-02 td {
    padding: 10px 20px;
}
.tbl-02 .s-inq-sec01 .seminar-bnr {
    height: 100px;
}
.tbl-02 .s-inq-sec01 .s-pdf-bnr {
    height: 100px;
}
.seminar-txt {
    position: relative;
    padding: 20px 0 0;
}	
.seminar-img {
    margin: 25px auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50%;
}
.seminar-bnr,.s-pdf-bnr {
    width: 100%;
}
.inner-01 {
    width: 90%;
}
.flexbox-aca{
    display: flex;
    flex-direction: column-reverse;
}
.flexbox__item-aca {
    width: 100%!important;
}
.flexbox__item-aca:first-child {
	margin-right: 1%!important;
}
.active-tit {
    font-size: 22px;
    left: 0;
    top: 6rem;
}

.line-tbl-03 {
    width: 100%;
    border-spacing: 0;
	margin-left: 0;
}	
.line-tbl-03 img {
    width: 90%;
}
.seminar-txt-item01 {
    width: 100%;
}
.seminar-txt-item02 {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
}
.book-tit {
    text-align: center;
    width: 60%;
    margin: 10px auto 10px;
}
.seminar-btn-wrap {
    text-align: center;
}
.archive-bnr {
    width: 90%;
    height: 200px;
    margin: 0 auto;
}
.otoiawase-bnr,.s-pdf-bnr {
    width: 100%;
    height: 150px;
}
.kouen-no-yousu {
    width: 100%;
}
.kincho-wrap {
    width: 95%;
}	
}