@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　reset
/*
/*-------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, th, td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 18px;
}

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-display: swap;
  line-height: 2;
  color: #222;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited {
/*  color: #222;
  text-decoration: underline;*/
}

a {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
a img {
  transition: opacity .2s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: .7;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }

  a:hover img {
    opacity: 1;
  }
	


}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
#header {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  z-index: 2000;
}
#header .logo {
  padding: 20px 12px;
}
#header .logo a:hover img {
  opacity: 1;
}
#header .h-link .link-tel {
  padding: 10px 30px 0 0;
  text-align: right;
}
#header .h-link .link-tel .tel-time {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}
#header .h-link .link-tel .tel-tel {
  line-height: 1;
}
#header .h-link .link-btn {
  width: 400px;
}
#header .h-link .link-btn a {
  width: 50%;
  height: 80px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
}
#header .h-link .link-btn a.btn-contact {
  padding-top: 30px;
  background: #357CA5;
  color: #fff;
  letter-spacing: .1em;
}
#header .h-link .link-btn a.btn-contact:hover {
  background: #5ca2cb;
}
#header .h-link .link-btn a.btn-contact:hover img {
  opacity: 1;
}
#header .h-link .link-btn a.btn-contact .icon {
  margin-right: 10px;
}
#header .h-link .link-btn a.btn-business {
  padding-top: 15px;
  background: #fff;
  border: 2px solid #208D56;
  border-left: none;
  color: #208D56;
}
#header .h-link .link-btn a.btn-business:hover {
  background: #208D56;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  #header .h-link .link-tel {
    padding: 10px 20px 0 0;
  }
  #header .h-link .link-tel .tel-time {
    font-size: 14px;
  }
  #header .h-link .link-tel .tel-tel img {
    width: 239px;
  }
  #header .h-link .link-btn {
    width: 270px;
    font-size: 16px;
  }
  #header .h-link .link-btn a.btn-contact {
    padding-top: 20px;
  }
  #header .h-link .link-btn a.btn-contact .icon {
    display: block;
    margin: 0 auto 3px;
  }
  #header .h-link .link-btn a.btn-business {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #header .h-link .link-tel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
  #header .logo {
    padding: 10px;
  }
  #header .btn-open {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    cursor: pointer;
  }
  #header .btn-open img {
    display: block;
    width: 100%;
  }
  #header .h-link .link-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 8000;
  }
  #header .h-link .link-btn a {
    height: 60px;
  }
  #header .h-link .link-btn a.btn-contact {
    padding-top: 22px;
  }
  #header .h-link .link-btn a.btn-contact .icon {
    display: inline-block;
    margin: 0 10px 2px 0;
  }
  #header .h-link .link-btn a.btn-business {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
  #header .logo {
    padding: 12px 10px;
  }
  #header .logo img {
    width: 236px;
  }
}
/*-------------------------------------------*/
/*
/*　　gnav
/*
/*-------------------------------------------*/
#gnav {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 92px;
  margin: 0 auto;
  padding: 18px 0 18px;
  background: #fff;
  font-size: 17px;
  line-height: 1.2;
  z-index: 2000;
}
#gnav .nav-logo {
  display: none;
  padding: 16px 10px;
}
#gnav .nav-logo a:hover img {
  opacity: 1;
}
#gnav .nav-list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
#gnav .nav-list > li {
  position: relative;
  margin: 0 1%;
}
#gnav .nav-list > li > a {
  position: relative;
  display: block;
  padding: 8px 10px 8px;
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
#gnav .nav-list > li > a:hover {
  color: #357CA5;
}
#gnav .nav-btn {
  display: none;
  width: 320px;
}
#gnav .nav-btn a {
  display: block;
  width: 50%;
  height: 70px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
}
#gnav .nav-btn a.btn-contact {
  padding-top: 15px;
  background: #357CA5;
  color: #fff;
  letter-spacing: .1em;
}
#gnav .nav-btn a.btn-contact:hover {
  background: #5ca2cb;
}
#gnav .nav-btn a.btn-contact:hover img {
  opacity: 1;
}
#gnav .nav-btn a.btn-contact .icon {
  display: block;
  margin: 0 auto 3px;
}
#gnav .nav-btn a.btn-business {
  padding-top: 12px;
  background: #fff;
  border: 2px solid #208D56;
  border-left: none;
  color: #208D56;
}
#gnav .nav-btn a.btn-business:hover {
  background: #208D56;
  color: #fff;
}

@keyframes -webkit-fixedAnime {
  0% {
    opacity: 0;
    top: -100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fixedAnime {
  0% {
    opacity: 0;
    top: -100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  #gnav.fixed {
    position: fixed;
    height: 70px;
    padding: 0;
    animation: -webkit-fixedAnime ease .6s;
    animation: fixedAnime ease .6s;
    box-shadow: 0 1px 0 #eee;
  }
  #gnav.fixed .nav-logo {
    display: block;
  }
  #gnav.fixed .nav-list {
    width: calc(100% - 132px - 320px - 60px);
	  flex-wrap: nowrap;
  }
  .is-tablet #gnav.fixed .nav-list {
	  flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #gnav.fixed .nav-list {
    width: calc(100% - 132px - 260px - 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #gnav.fixed .nav-list {
    width: calc(100% - 132px - 20px);
  }
}
@media screen and (min-width: 768px) {
  #gnav.fixed .nav-btn {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #gnav.fixed .nav-btn {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  #gnav {
    font-size: 16px;
  }
  #gnav .nav-list > li > a {
    padding: 6px 6px 6px;
  }
  #gnav .nav-btn {
    width: 260px;
  }
  #gnav .nav-btn a.btn-contact {
    padding-top: 17px;
  }
  #gnav .nav-btn a.btn-business {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #gnav {
    position: fixed;
    display: block;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 0 0 50px;
    background: #EBF1F5;
    z-index: 9999;
    overflow-y: scroll;
    transition: top .4s;
    -webkit-overflow-scrolling: touch;
  }
  #gnav.active {
    top: 0;
  }
  #gnav .btn-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    cursor: pointer;
    z-index: 10;
  }
  #gnav .btn-close img {
    display: block;
    width: 100%;
  }
  #gnav .nav-logo {
    display: block;
    height: 60px;
    padding: 10px 10px;
    background: #fff;
  }
  #gnav .nav-list {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 20px;
    text-align: left;
  }
  #gnav .nav-list li {
    margin-bottom: 20px;
  }
  #gnav .nav-btn {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 40px auto 0;
  }
  #gnav .nav-btn a {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
  #gnav .nav-btn a.btn-contact {
    padding-top: 17px;
  }
  #gnav .nav-btn a.btn-contact:hover {
    background: #357CA5;
  }
  #gnav .nav-btn a.btn-contact .icon {
    display: inline-block;
    margin: 0 10px 2px 0;
  }
  #gnav .nav-btn a.btn-business {
    margin-top: 15px;
    padding-top: 15px;
    border: 2px solid #208D56;
  }
  #gnav .nav-btn a.btn-business:hover {
    background: #fff;
    color: #208D56;
  }
  #gnav .btn-lesson {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    margin: 15px auto 0;
    background: #fff;
    border: 2px solid #357CA5;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
  }
  #gnav .btn-lesson .lesson-head {
    width: 60px;
    height: 60px;
    padding: 16px 5px;
    background: #F55F26;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #gnav .btn-lesson .lesson-txt {
    width: calc(100% - 60px);
    height: 60px;
    padding: 15px 15px;
    font-weight: bold;
  }
}
/*-------------------------------------------*/
/*
/*　　side-btn
/*
/*-------------------------------------------*/
#side-btn {
  position: fixed;
  right: 0;
  top: 172px;
  width: 72px;
  z-index: 2001;
}
#side-btn .btn-lesson {
  display: block;
  width: 72px;
  background: #fff;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
#side-btn .btn-lesson:hover {
  background: #EBF1F5;
}
#side-btn .btn-lesson .lesson-head {
  display: block;
  padding: 14px 3px 10px;
  background: #F55F26;
  color: #fff;
  font-weight: bold;
}
#side-btn .btn-lesson .lesson-txt {
  display: block;
  max-height: 250px;
  padding: 13px 10px 10px;
  border: 3px solid #357CA5;
  border-top: none;
  color: #357CA5;
  font-weight: bold;
  white-space: nowrap;
}
#side-btn .btn-lesson .lesson-txt .vertical {
  display: inline-block;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  #side-btn {
    display: none;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

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

.txt-break span {
  display: inline-block;
}

.txt-kerning {
  font-feature-settings: "palt";
}

.en {
  font-family: "Barlow", sans-serif;
}

/* 汎用見出し */
h2 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
}
h2 .en {
  display: block;
  margin-top: -5px;
  color: #357CA5;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

h6 {
  font-weight: bold;
}

/* 汎用ボタン */
a.btn {
  position: relative;
  display: inline-block;
  min-width: 300px;
  max-width: 100%;
  padding: 12px 30px 10px;
  background: #fff;
  border: 2px solid #357CA5;
  border-radius: 60px;
  color: #357CA5;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}
a.btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 3px 10px;
  background: url(../img/common/icon-arrow.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
a.btn:hover {
  background: #EBF1F5;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }

  /* 汎用見出し */
  h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  h2 .en {
    font-size: 16px;
  }

  /* 汎用ボタン */
  a.btn {
    width: 100%;
    min-width: 0;
    font-size: 20px;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#footer .f-pagetop {
  position: fixed;
  right: 0;
  bottom: -60px;
  width: 60px;
  line-height: 1;
  z-index: 1000;
  transition: bottom .4s;
}
#footer .f-pagetop.active {
  bottom: 0;
}
#footer .f-pagetop a {
  display: block;
}
#footer .f-pagetop a:hover img {
  opacity: 1;
}
#footer .f-pagetop img {
  display: block;
}
#footer .f-contact {
  padding: 60px 0;
  background: #357CA5;
  color: #fff;
  text-align: center;
}
#footer .f-contact .contact-tit {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
}
#footer .f-contact .contact-tit .en {
  display: block;
  margin-top: -5px;
  color: #fff;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: .5;
}
#footer .f-contact .contact-col .col-tel {
  width: 320px;
  margin: 0 15px;
}
#footer .f-contact .contact-col .col-tel a {
  color: #fff;
  text-decoration: none;
}
#footer .f-contact .contact-col .col-tel .tel-tel {
  line-height: 1;
}
#footer .f-contact .contact-col .col-tel .tel-tel span,
#footer .f-contact .contact-col .col-tel .tel-tel a {
  font-weight: bold;
}
#footer .f-contact .contact-col .col-tel .tel-time {
  margin-top: 7px;
  line-height: 1.5;
}
#footer .f-contact .contact-col .col-btn {
  width: 320px;
  margin: 0 15px;
}
#footer .f-contact .contact-col .col-btn a {
  display: block;
  width: 300px;
  padding: 18px 10px 16px;
  background: #fff;
  color: #357CA5;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
}
#footer .f-contact .contact-col .col-btn a:hover {
  background: #EBF1F5;
}
#footer .f-contact .contact-col .col-btn a:hover img {
  opacity: 1;
}
#footer .f-contact .contact-col .col-btn a .icon {
  margin-right: 10px;
}
#footer .f-info .info-list {
  margin: 20px auto 60px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .1em;
}
#footer .f-info .info-list li + li:before {
  content: "｜";
}
#footer .f-info .info-logo {
  margin-bottom: 40px;
  text-align: center;
}
#footer .f-info .info-logo a:hover img {
  opacity: 1;
}
#footer .f-info .info-nav {
  width: calc(100% + 20px);
  padding-bottom: 30px;
}
#footer .f-info .info-nav .nav-list {
  margin: 0 10px;
  line-height: 1.4;
}
#footer .f-info .info-nav .nav-list li {
  margin-bottom: 15px;
}
#footer .f-info .info-nav .nav-list li a {
  text-decoration: none;
}
#footer .f-info .info-nav .nav-list li a:hover {
  text-decoration: underline;
}
#footer .f-btm {
  padding: 40px 0 60px;
  background: #EBF1F5;
}
#footer .f-btm .btm-bnr {
  line-height: 1;
}
#footer .f-btm .btm-bnr li {
  max-width: 20%;
  margin: 0 10px 20px;
}
#footer .f-btm .btm-txt {
  margin: 35px 0;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
#footer .f-btm .btm-copyright {
  line-height: 1.5;
  text-align: center;
}
#footer .f-btm .btm-copyright small {
  display: block;
  color: #222;
  font-size: 14px;
  line-height: 1.6;
}


.eachSch-botom-banner-wrap {
  justify-content: flex-start;
  padding: 90px 0 100px;
}
.eachSch-botom-banner-wrap .banner-box {
  width: calc(22.5% - 2px);
  padding: 0 1.666%;
  box-sizing: content-box;
  border-right: 1px solid #A6B2BB;
}
.eachSch-botom-banner-wrap .banner-box:nth-child(4n+1) {
  padding-left: 0;
}
.eachSch-botom-banner-wrap .banner-box:nth-child(4n+4) {
  padding-right: 0;
  border-left: none;
}
.eachSch-botom-banner-wrap .banner-box:nth-child(n+5) {
  padding-top: 20px;
}

@media screen and (max-width: 1280px) {
  #footer .f-contact .contact-address .address-col {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .f-contact .contact-address {
    margin-top: 60px;
  }
  #footer .f-contact .contact-address .address-col {
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
  }
  #footer .f-contact .contact-address .address-col .col-tit {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f-pagetop {
    bottom: 0;
    width: 40px;
  }
  #footer .f-pagetop.active {
    bottom: 70px;
  }
  #footer .f-contact {
    padding: 30px 0;
  }
  #footer .f-contact .contact-tit {
    margin-bottom: 30px;
    font-size: 32px;
  }
  #footer .f-contact .contact-tit .en {
    font-size: 16px;
  }
  #footer .f-contact .contact-col .col-tel {
    width: 100%;
    margin: 0 0 20px;
  }
  #footer .f-contact .contact-col .col-tel .tel-time {
    margin-top: 7px;
  }
  #footer .f-contact .contact-col .col-btn {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #footer .f-contact .contact-col .col-btn a {
    margin: 0 auto;
    max-width: 100%;
  }
  #footer .f-contact .contact-col .col-btn a:hover {
    background: #fff;
  }
  #footer .f-info .info-list {
    margin: 20px auto 40px;
    font-size: 14px;
  }
  #footer .f-info .info-list li {
    margin-bottom: 5px;
  }
  #footer .f-info .info-logo {
    margin-bottom: 40px;
    text-align: center;
  }
  #footer .f-info .info-logo a:hover img {
    opacity: 1;
  }
  #footer .f-info .info-nav {
    width: 100%;
    padding-bottom: 30px;
  }
  #footer .f-info .info-nav .nav-list {
    width: 48%;
    margin: 0;
    font-size: 15px;
  }
  #footer .f-info .info-nav .nav-list:last-of-type {
    width: 100%;
  }
  #footer .f-info .info-nav .nav-list li {
    margin-bottom: 15px;
  }
  #footer .f-info .info-nav .nav-list li a:hover {
    text-decoration: none;
  }
  #footer .f-btm {
    padding: 30px 0 120px;
  }
  #footer .f-btm .btm-txt {
    margin: 15px 0 25px;
  }

  .eachSch-botom-banner-wrap {
    display: block;
    padding: 45px 0 50px;
  }
  .eachSch-botom-banner-wrap .banner-box {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 15px 0 0;
    border-left: none;
    border-right: 1px solid #A6B2BB;
	  box-sizing: border-box;
  }
  .eachSch-botom-banner-wrap .banner-box:nth-child(even) {
    padding: 0 0 0 15px;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  #footer .f-btm .btm-bnr {
    max-width: 360px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #footer .f-btm .btm-bnr li {
    width: 48%;
    max-width: 48%;
    margin: 0 0 4%;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
body.is-tablet {
  min-width: 1300px;
  font-size: 18px;
}

/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  #header .h-link .link-btn a.btn-business {
    padding-top: 18px;
  }

  #gnav .nav-btn a.btn-business {
    padding-top: 15px;
  }

  #side-btn .btn-lesson .lesson-txt {
    padding-right: 20px;
  }

  a.btn {
    padding: 14px;
    padding-bottom: 6px;
  }

  #footer .f-contact .contact-col .col-btn a {
    padding-top: 20px;
    padding-bottom: 14px;
  }
}





/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }

  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

.pc-hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }

  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }

  .sp-hidden {
    display: none !important;
  }

  .pc-hidden {
    display: block !important;
  }
}
