<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*===============================

    common

================================*/

/*
    clearfix
================================*/
.clearfix:before,
.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}


html{ font-size: 62.5%; }

* { box-sizing: border-box; }

img { vertical-align: bottom; }

body {
  background-color: #fff;
  color: #333;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  position: relative;
  width: 100%;
  word-wrap: break-word;
}

a {
  color: #333;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
}

h1 {}

h1 span {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width:599px){
  h1 span { display: none; }
}

h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

li { list-style-type: none; }

table {
  width: 100%;
  table-layout: fixed;
}

td,
th {
  border-collapse: collapse;
}

.wrapper.underlayer { border-top: 2px solid #333; }

.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}/* applicationページ */

.note{
  color: #C62223;
  font-weight: bold;
}/* 赤い太文字 */

.mb50 { margin-bottom: 50px; } /* 増やさない */

/*
   header
================================*/
.header {
  margin: 10px auto 20px;
  min-width: 1200px;
  padding: 0;
  width: 1200px;
}

.header_inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.logo {
/*  width: 200px;
  height: 79px;*/
}

.logoLink {
display: block;
/*height: 100%;
width: 100%;*/
}

/* グローバルナビ */
.gnav { font-size: 0; }

.gnav &gt; li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
}

.gnav &gt; li:last-child { margin-right: 0; }


/* li の中の ul */
.gnav_sub { display: none; }

/* ぱんくずリスト */
.breadcrumb {
  font-size: 0;
  margin: 0 auto 20px;
  width: 1200px;
}

.breadcrumb li {
  color: #7b7b7b;
  display: inline;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.breadcrumb li a {
  color: #7b7b7b;
  font-weight: 500;
}

.breadcrumb li a:hover { text-decoration: underline; }

.breadcrumb li::after {
  content: "&gt;";
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb li:last-child { font-weight: bold; }

.breadcrumb li:last-child::after {
  content: "";
  display: none;
}

/*
   トップ画像
================================*/
.topImage {
  /*background-image: url("/resource/img/recruit/koshi/__iy__kc__ins_topimg_recruit-instructor04.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: cover;
  height: 548px;
  margin-bottom: 60px;
  min-width: 1200px;
  width: 100%;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}

@media screen and (min-width:1200px) {
  .topImag {
    /*background-repeat: no-repeat;
    background-size: inherit;*/
  }
}


/*
   ノーマルボックス
   (背景白)
================================*/
.normalBox {
  width: 1080px;
  margin:0 auto 60px;
}


/*
   page top
================================*/
#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 88%;
  z-index:999;
}
#page-top a{
  background:rgba(193, 39, 45,0.8);
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:before{
  content:"";
  border:3px solid transparent;
  border-top:3px solid #fff;
  border-left:3px solid #fff;
  width:10px;
  height:10px;
  transform: rotate(45deg);
  display:block;
  margin:0 auto 5px;
}

#page-top a:hover{
  text-decoration: none;
  background:rgba(193, 39, 45,0.9);
}



/*===============================

    特徴

================================*/
.ftBox {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ftBox-fs { justify-content: flex-start; }


.ftBox_inner {
  position: relative;
  width: 335px;
}

.images {
  height: 170px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  width: 100%;
}

.images img {
  width: calc(100% - 25px);
  height: auto;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.images_fluid { margin-bottom: 10px; }

.images_fluid img {
  height: auto;
  width: 100%;
}

/* 左上の数字 */
.num {
  position: absolute;
  top: 0;
  left: 0;
}

.num:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid #c1272d;
  border-right: 60px solid transparent;
}

.num:after {
  content: "";
  color: #fff;
  display: block;
  font-size: 20px;
  position: absolute;
  top: 9px;
  left: 13px;
}

.num1:after {
  content: "1";
}

.num2:after {
  content: "2";
}

.num3:after {
  content: "3";
}

/* 見出し */
.ftBox_ttl {
  color: #c1272d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* 内容 */
.ftBox_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

/* エリア別募集状況 */
.areaList {
  margin-left: 50px;
}

.areaList &gt; li {}

.areaList &gt; li + li { margin-top: 10px; }

.areaList &gt; li &gt; a { color: #052674; }

.areaList &gt; li &gt; a:hover {
  color: #005580;
  text-decoration: underline;
}

/* 実績数値 */
.performanceBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.performanceBox div {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

.performanceBox div p { text-align: right; }
.performanceBox--dx div{
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding-right: 15px;
}
.performanceBox__type{}
@media screen and (max-width:768px){
  .performanceBox--dx div{
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width:599px){
  .performanceBox { flex-direction: column;align-items: flex-end; }
  .performanceBox__type{
    display: none;
  }
}


.ttl_arrow {
  border-bottom: 1px dotted #999;
  font-weight: bold;
  padding-bottom: 5px;
}

.ttl_arrow::before {
  background-color: #666;
  border-radius: 3px;
  content: "\f061";
  color: #fff;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  height: 1em;
  margin-right: 5px;
  padding: 2px;
  text-align: center;
  width: 1em;
}

.performanceBox span {
  color: #323b58;
  font-size: 2em;
  font-weight: bold;
  margin: 0 5px;
}
.performanceBox .performanceBox__type{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}


/*===============================

    お問合せ

================================*/
.contactBox {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}

.contactBox_logo {}

.contactBox_tel {
  color: #c1272d;
  font-size: 50px;
  line-height: 1;
}

.contactBox_tel &gt; span {
font-size: 30px;
vertical-align: middle;
}

.contactBox_contact {}

.contactBox_contact a {
  background-color: #c1272d;
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-align: center;
  transition:all .3s ease;
  width: 320px;
}

.contactBox_contact a:hover { opacity: 0.8; }

/*
   お知らせ
================================*/
#k_newInfo {
  border: 1px solid #ccc;
  height: 200px;
  overflow: auto;
  padding: 10px;
  width: 100%;
}

#k_newInfo dl {}

#k_newInfo dt {
  float: left;
  padding: 3px 10px;
}

#k_newInfo dd {
  margin-bottom: 5px;
  padding: 3px 0 3px 110px;
}

#k_newInfo dd a:hover { text-decoration: underline; }


/*
   リンク
================================*/
/* hoverで下線 */
.c_link-line {
  display: inline-block;
  padding-bottom:5px;
  position: relative;
  transition:all .3s ease;
}
.c_link-line::after {
  background-color: #c1272d;
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition:all .3s ease;
}
.c_link-line:hover::after { width: 100%; }

.c_link-line:hover { color: #c1272d; }

/* 赤い枠線 */
.c_link-box {
  background-color: #fff;
  border: 3px solid #c1272d;
  border-radius: 2px;
  color: #c1272d;
  display: block;
  font-size: 25px;
  line-height: 1;
  margin-top: 30px;
  padding: 15px;
  text-align: center;
  transition:all .7s ease;
}

.c_link-box:hover {
  color: #fff;
  background-color: #c1272d;
}

/* 赤い枠線（緑版） */
.c_link-boxG {
  border: 3px solid #2dbf89;
  color: #2dbf89;
}

.c_link-boxG:hover { background-color: #2dbf89; }

/* ベタぬり */
.c_link-fill {
  background-color: #CD5257;
  color: #fff;
  padding: 10px;
  position: relative;
  transition: background .3s;
}

.c_link-fill.arrow-r { padding: 10px 20px 10px 10px; }


.c_link-fill.arrow-r::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff; 
  content: "";
  display: inline-block;
  height: .8em;
  position: absolute;
  top: 46%;
  right: 16px;
  transform: rotate(45deg) translateY(-50%);
  transition: transform .5s;
  width: .8em;
}

.c_link-fill:hover {
  background-color: #9e3d41;
}

@media screen and (max-width:599px){
  .c_link-fill.arrow-r { padding: 15px 20px 15px 15px; }
}




/*
   背景色あり
================================*/
.bgBox {
  background-color: #ececf6;
  padding: 60px 0;
  margin-bottom: 60px;
  width: 100%;
}

.bgBox_container {
  margin: 0 auto;
  width: 1080px;
}

@media screen and (max-width: 599px){
  .bgBox_container {
  padding: 0 15px;
  width: 100%;
}
}

/*===============================

    ボトムページ

================================*/
.contentsBox {
  margin: 60px auto 0;
  width: 1000px;
}

.content_ttl {
  color: #c1272d;
  font-size: 25px;
  margin-bottom: 30px;
}

.content_ttl img {
  margin-right: 10px;
  vertical-align: -1px;
}

.content_ttl-underline {
  border-bottom: 3px solid #c1272d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 5px;
}


/*
   ボトムの導入部分
================================*/
.btmDetailBox {
  margin-bottom: 60px;
  width: 100%;
}

.btmDetailBox_photo {
  margin-bottom: 20px;
}

.btmDetailBox_txt {}

.btmDetailBox_txt + .btmDetailBox_txt { margin-top: 30px; }

.content_txt {
  line-height: 1.7;
}

.content_txt + .content_txt { margin-top: 20px; }

.btmDetailBox_list {
  font-size: 18px;
  font-weight: bold;
}

.btmDetailBox_list &gt; dt{
  background-color: #E5E1E3;
  margin-bottom: 20px;
  padding: 10px;
  width: 230px;
  text-align: center;
}

.btmDetailBox_list &gt; dd &gt; ul &gt; li{
  line-height: 1.3;
  margin-bottom: 10px;
}

.content_subhead { /* 削除 */
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}


/*
   お申込みテーブル
================================*/
.contentTbl { margin-bottom: 60px; }

.contentTbl thead { border-bottom: 5px solid #c1272d; }

.contentTbl thead th {
  color: #c1272d;
  font-size: 16px;
  padding: 10px;
}

.contentTbl thead th:first-child { width: 190px; }

.contentTbl td {
  border-width: 0 1px 1px 0;
  border-color: #aaa;
  border-style: solid;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

.contentTbl .date { background-color: #fbe3e0; }

.contentTbl td:last-child { border-right: none; }

/* 残席 */
.contentTbl td .mark {
  font-family: sans-serif;
  font-size: 25px;
  font-weight: bold;
} 

.contentTbl td .mark-ok { color: #c1272d; }

.contentTbl td .mark-warning { color: #c1bc27; }

.contentTbl td .mark-no { color: #2748c1; }

.content_app {
  background-color: #c1272d;
  border-radius: 10px;
  box-shadow: 0 6px 0 #770606;
  color: #fff;
  display: block;
  padding: 10px;
  text-shadow: 1px 1px 0 #333;
}

.content_app:hover,
.content_app:active {
  box-shadow: 0 3px 0 #770606;
  transform: translateY(3px);
}


/*===============================

    お申込みの流れ

================================*/

/*
   トップ画像
================================*/
.topImage.app {
  background-image: url("../../img/blesson/bls-app-key-visual.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: cover;
  height: 416px;
  margin-bottom: 60px;
  min-width: 1200px;
  position: relative;
  width: 100%;
}

.topImage_ttl {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  position: absolute;
  top: 7%;
  left: 15%;
  text-shadow: 7px 3px 10px rgba(51, 51, 51, 0.8);
  z-index: 5;
}

.appTtl {}

.appTtl img {
  margin-right: 20px;
  vertical-align: -30px;
}

/*
   STEP1～STEP6(上部)
================================*/
.appFlowBox {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 100%;
}

.appFlowBox_inner {
  margin-bottom: 30px;
  width: 330px;
}

.stepTtl {
  height: 100%;
  width: 100%;
}

/* flex box左揃え用 */
.appFlowBox_inner-last {
  padding: 0;
  margin: 0;
  visibility: hidden;
}

.appFlowBox_inner-last p { line-height: 0; }

.appFlowBox_contTtl {
 font-size: 20px;
 font-weight: bold;
 line-height: 1.3;
 margin: 20px 0;
}/* h3 */

.appFlowBox_cont {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

/* ulの場合 */
.appFlowBox_cont li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.appFlowBox_cont .txtColor {
  color: #4175AF;
  display: none;
}

.appFlowBox_cont a {
  color: #4175AF;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
  padding-bottom:2px;
  position: relative;
  transition:all .3s ease;
}

.appFlowBox_cont a::after {
  background-color: #39969a;
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition:all .3s ease;
}

.appFlowBox_cont a:hover::after { width: 100%; }

.appFlowBox_cont a:hover { color: #39969a; }

.appFlowBox_link { display: none; }


/*
   STEP1～STEP6(下部)
================================*/
.appFlowBoxWide { margin-bottom: 60px; }

.appFlowBoxWide_ttl {
  background-color: #1F3649;
  color: #fff;
  font-size: 25px;
  /*font-weight: bold;*/
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

.appFlowBoxWide_contTtl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.appFlowBoxWide_contTtl::before {
  content:url("../../img/blesson/bls-btn-02.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}

.appFlowBoxWide_cont &gt; img {
  float: right;
  margin-left: 25px;
}

.appFlowBoxWide_cont &gt; p {
  line-height: 1.6;
}

.appFlowBoxWide_note {
  margin: 30px 0 0;
}

.appFlowBoxWide_note dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.appFlowBoxWide_note dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* お支払・キャンセルに関するご注意 */
.appFlowBoxWide_attention {
  background-color: #EAECE7;
  margin-top: 20px;
  padding: 20px;
}

.appFlowBoxWide_attention &gt; p {
  font-weight: bold;
  margin-bottom: 10px;
}

.appFlowBoxWide_attention &gt; ul {}

.appFlowBoxWide_attention &gt; ul &gt; li {
  font-size: 14px;
  font-weight: 500;
  line-height:1.3;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.appPromote {
  border: 10px solid #90A8C6;
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
  padding: 20px;
  text-align: center;
}



/*===============================

    利用規約

================================*/
.termsBox { margin: 30px auto 0; }

.termsBox h2 { margin-bottom: 50px; }

.termsBox h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.termsTxt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 60px;
}

.termsTxt &gt; li {
  padding-left: 32px;
  text-indent: -32px;
}

.termsTxt &gt; li:first-child {
  text-indent: 0;
  padding-left: 0;
}

/* li 入れ子 */
.termsTxt &gt; li:first-child &gt; ul{ padding-left: 32px; }

.termsTxt &gt; li &gt; ul &gt; li {
  padding-left: 0;
  text-indent: 0;
}

.termsTxt .indent {
  padding-left: 1.3em;
  text-indent: -1.3em;
}/* 丸数字 ※li:first-childの入れ子の場合※ */

.termsTxt a {
  color: #c1272d;
  text-decoration: underline;
}

.termsTxt a:hover { color: #ec454c; }



/*===============================

    フッタ

================================*/
.footer {
  border-top: 1px solid #333;
  margin: 80px 0 50px;
  width: 100%;
}

.footer_nav {
  margin: 0 auto;
  width: 1200px;
}

.fn {
  margin-top: 15px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.fn_list {
  margin-right: 40px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}

.fn_link {
font-size: 12px;
transition: all 0.4s ease;
}

.fn_link:hover { color: #c1272d; }

/* copyright */
.footer_copy {
  font-size: 12px;
  margin: 20px auto 0;
  width: 1200px;
  text-align: right;
}


/*===============================

    新規作成

================================*/
/*
   common
================================*/

.p_sectionBox {}

.p_sectionBox + .p_sectionBox { margin-top: 80px; }

/*
   title
================================*/
.p_ttl-colorBdb {
  border-bottom: 3px solid #2dbf89;
  color: #2dbf89;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  /*padding-bottom: 10px;*/
}

.p_ttl-colorG {
  color: #2dbf89;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p_ttl-colorBox {
  background-color: #2dbf89;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 10px;
}

/*
   内容
================================*/
.p_profileBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.p_profile {
  margin-left: 50px;
}

.p_profile_ttl {
  font-size: 20px;
  margin-bottom: 20px;
}

.p_profile_txt {
  line-height: 1.5;
}

.p_profile_txt + .p_profile_txt { margin-bottom: 10px; }

.p_profile_txt &gt; a { color: #052674; }

.p_profile_txt &gt; a:hover {
  color: #005580;
  text-decoration: underline;
}

@media screen and (max-width: 599px){
  .p_profileBox { display: block; }
  .p_profile { margin-left: 0; margin-top: 20px; }
  .p_profileBox img { width: 100%; height: auto; }
}


.p_txt {}

.p_txt + .p_txt { margin-top: 30px; }

.c_flexImg {}

.c_flexImg-l {
  float: left;
  margin-right: 20px;
}
.c_flexImg-r {
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 599px){
  .c_flexImg,
  .c_flexImg &gt; img { width: 100%;height: auto; }
  .c_flexImg-l,
  .c_flexImg-r { flex: none; margin: 0 0 10px; }
}

/* スケジュール */
.p_scheContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.p_scheContainer .p_schedule {
  width: 49%;
}


.p_scheduleBox {
  margin-bottom: 50px;
  position: relative;
}

.p_schedule {
  width: 100%;
  table-layout: auto;
}

.p_schedule caption {
  font-weight: bold;
  text-align: center;
}

.p_schedule .time {
  border-right: 1px solid #ccc;
  line-height: 1;
  width: 20%;
  min-width: 5em;
}

.p_schedule tr {
  border-bottom: 2px dotted #ccc;
}

.p_schedule tr:last-of-type { border-bottom: none; }

.p_schedule td {
  line-height: 1.6;
  padding: 20px 10px;
  vertical-align: middle;
}

.c_scheImg { position: absolute; }

@media screen and (max-width: 768px) {
  .c_scheImg { display: none; }
}

@media screen and (max-width: 599px){
  .p_scheContainer { display: block; }
  .p_scheContainer .p_schedule { width: 100%; }
  #js_tbl1 { margin-bottom: 30px; }
}



/*===============================

    Utility

================================*/
/* color */
.u_color-coral { color: #ff7f50 !important; }
.u_color-rouge { color: #ec2c43 !important; }
.u_color-crimson { color: #e6002d !important; }

/* display */
.u_d-b { display: block !important; }
.u_d-fx { display: flex !important; }

/* float */
.u_fl-n { float: none !important; }
.u_fl-l { float: left !important; }
.u_fl-r { float: right !important; }

/* font-size */
.u_fz-xs { font-size: .75em !important; }
.u_fz-sm { font-size: .875em !important; }
.u_fz-md { font-size: 1em !important; }
.u_fz-lg { font-size: 1.25em !important; }
.u_fz-xl { font-size: 1.5em !important; }
.u_fz-sr { font-size: smaller !important; }
.u_fz-lr { font-size: larger !important; }

.u_fz10 { font-size: 10px !important; }
.u_fz11 { font-size: 11px !important; }
.u_fz12 { font-size: 12px !important; }
.u_fz13 { font-size: 13px !important; }
.u_fz14 { font-size: 14px !important; }
.u_fz15 { font-size: 15px !important; }
.u_fz16 { font-size: 16px !important; }
.u_fz17 { font-size: 17px !important; }
.u_fz18 { font-size: 18px !important; }
.u_fz19 { font-size: 19px !important; }
.u_fz20 { font-size: 20px !important; }

/* font-weigth */
.u_fw-b { font-weight: bold !important; }
.u_fw-n { font-weight: normal !important; }

/* line-height */
.u_lh-nm { line-height: normal !important; }
.u_lh-ih { line-height: inherit !important; }
.u_lh0 { line-height: 0 !important; }
.u_lh1 { line-height: 1 !important; }
.u_lh2 { line-height: 2 !important; }
.u_lh3 { line-height: 3 !important; }
.u_lh4 { line-height: 4 !important; }
.u_lh5 { line-height: 5 !important; }
.u_lh6 { line-height: 6 !important; }
.u_lh-xs { line-height: 1.25 !important; }
.u_lh-sm { line-height: 1.33 !important; }
.u_lh-md { line-height: 1.5 !important; }
.u_lh-lg { line-height: 1.75 !important; }
.u_lh-xl { line-height: 2 !important; }

/* padding */
.u_py0 { padding-top: 0 !important; padding-bottom: 0 !important; }

/* margin */
.u_mt0 { margin-top: 0 !important; }
.u_mt-xs { margin-top: 0.2rem !important; }
.u_mt-sm { margin-top: 0.5rem !important; }
.u_mt-md { margin-top: 1rem !important; }
.u_mt-lg { margin-top: 1.5rem !important; }
.u_mt-xl { margin-top: 3rem !important; }

.u_ml0 { margin-left: 0 !important; }
.u_ml-xs { margin-left: 0.2rem !important; }
.u_ml-sm { margin-left: 0.5rem !important; }
.u_ml-md { margin-left: 1rem !important; }
.u_ml-lg { margin-left: 1.5rem !important; }
.u_ml-xl { margin-left: 3rem !important; }

.u_mb0 { margin-bottom: 0 !important; }
.u_mb-xs { margin-bottom: 0.2rem !important; }
.u_mb-sm { margin-bottom: 0.5rem !important; }
.u_mb-md { margin-bottom: 1rem !important; }
.u_mb-lg { margin-bottom: 1.5rem !important; }
.u_mb-xl { margin-bottom: 3rem !important; }

.u_mr0 { margin-right: 0 !important; }
.u_mr-xs { margin-right: 0.2rem !important; }
.u_mr-sm { margin-right: 0.5rem !important; }
.u_mr-md { margin-right: 1rem !important; }
.u_mr-lg { margin-right: 1.5rem !important; }
.u_mr-xl { margin-right: 3rem !important; }

.u_my0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.u_my10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.u_my20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.u_my30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.u_mt5 { margin-top: 5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt100 { margin-top: 100px !important; }

.u_mt-5 { margin-top: -5px !important; }
.u_mt-10 { margin-top: -10px !important; }
.u_mt-15 { margin-top: -15px !important; }
.u_mt-20 { margin-top: -20px !important; }
.u_mt-30 { margin-top: -30px !important; }
.u_mt-50 { margin-top: -50px !important; }
.u_mt-100 { margin-top: -100px !important; }

.u_mr5 { margin-right: 5px !important; }
.u_mr10 { margin-right: 10px !important; }
.u_mr15 { margin-right: 15px !important; }
.u_mr20 { margin-right: 20px !important; }
.u_mr30 { margin-right: 30px !important; }
.u_mr50 { margin-right: 50px !important; }
.u_mr100 { margin-right: 100px !important; }

.u_mb5 { margin-bottom: 5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb100 { margin-bottom: 100px !important; }

.u_mb-5 { margin-bottom: -5px !important; }
.u_mb-10 { margin-bottom: -10px !important; }
.u_mb-15 { margin-bottom: -15px !important; }
.u_mb-20 { margin-bottom: -20px !important; }
.u_mb-30 { margin-bottom: -30px !important; }
.u_mb-50 { margin-bottom: -50px !important; }
.u_mb-100 { margin-bottom: -100px !important; }

.u_ml5 { margin-left: 5px !important; }
.u_ml10 { margin-left: 10px !important; }
.u_ml15 { margin-left: 15px !important; }
.u_ml20 { margin-left: 20px !important; }
.u_ml30 { margin-left: 30px !important; }
.u_ml50 { margin-left: 50px !important; }
.u_ml100 { margin-left: 100px !important; }

.u_ml-5 { margin-left: -5px !important; }
.u_ml-10 { margin-left: -10px !important; }
.u_ml-15 { margin-left: -15px !important; }
.u_ml-20 { margin-left: -20px !important; }
.u_ml-30 { margin-left: -30px !important; }
.u_ml-50 { margin-left: -50px !important; }
.u_ml-100 { margin-left: -100px !important; }

/* position */
.u_pos-r { position: relative !important; }
.u_pos-a { position: absolute !important; }

/* text-align */
.u_ta-c { text-align: center !important; }
.u_ta-r { text-align: right !important; }
.u_ta-l { text-align: left !important; }

/* text-indent */
.u_ti--1 { text-indent: -1em !important; padding-left: 1em !important; }
.u_ti-0 { text-indent: 0em !important; padding-left: 0em !important; }

/* text-decoration */
.u_td-n { text-decoration: none !important; }
.u_td-u { text-decoration: underline !important; }
.u_td-o { text-decoration: overline !important; }
.u_td-l { text-decoration: line-through !important; }

/* vertical-align */
.u_va-sup { vertical-align: super !important; }
.u_va-t { vertical-align: top !important; }
.u_va-tt { vertical-align: text-top !important; }
.u_va-m { vertical-align: middle !important; }
.u_va-bl { vertical-align: baseline !important; }
.u_va-b { vertical-align: bottom !important; }
.u_va-tb { vertical-align: text-bottom !important; }
.u_va-sub { vertical-align: sub !important; }

/* flexbox */
.u_ac-fs { align-content: flex-start !important; }
.u_ac-fe { align-content: flex-end !important; }
.u_ac-c { align-content: center !important; }
.u_ac-sb { align-content: space-between !important; }
.u_ac-sa { align-content: space-around !important; }
.u_ac-s { align-content: stretch !important; }
.u_ai-fs { align-items: flex-start !important; }
.u_ai-fe { align-items: flex-end !important; }
.u_ai-c { align-items: center !important; }
.u_ai-b { align-items: baseline !important; }
.u_ai-s { align-items: stretch !important; }
.u_as-a { align-self: auto !important; }
.u_as-fs { align-self: flex-start !important; }
.u_as-fe { align-self: flex-end !important; }
.u_as-c { align-self: center !important; }
.u_as-b { align-self: baseline !important; }
.u_as-s { align-self: stretch !important; }
.u_jc-fs { justify-content: flex-start !important; }
.u_jc-fe { justify-content: flex-end !important; }
.u_jc-c { justify-content: center !important; }
.u_jc-sb { justify-content: space-between !important; }
.u_jc-sa { justify-content: space-around !important; }
.u_fx0-1-a { flex: 0 1 auto !important; }
.u_fx1-0-a { flex: 1 0 auto !important; }
.u_fx1-1-a { flex: 1 1 auto !important; }
.u_fx0-0-a { flex: 0 0 auto !important; }
.u_fx1-0-0 { flex: 1 0 0% !important; }

.u_fxb-c { flex-basis: content !important; }

.u_fxd-r { flex-direction: row !important; }
.u_fxd-rr { flex-direction: row-reverse !important; }
.u_fxd-c { flex-direction: column !important; }
.u_fxd-cr { flex-direction: column-reverse !important; }

/* order */
.u_ord0 { order: 0 !important; }
.u_ord1 { order: 1 !important; }
.u_ord2 { order: 2 !important; }
.u_ord3 { order: 3 !important; }
.u_ord4 { order: 4 !important; }
.u_ord5 { order: 5 !important; }
.u_ord6 { order: 6 !important; }
.u_ord9999 { order: 9999 !important; }
.u_ord-1 { order: -1 !important; }

/* table-layout */
.u_tbl-a { table-layout: auto !important; }
.u_tbl-f { table-layout: fixed !important; }

/* width */
.u_w350 { width: 350px !important; }
.u_w400 { width: 400px !important; }

.u_w40p { width: 40% !important; }
.u_w45p { width: 45% !important; }
.u_w50p { width: 50% !important; }

.u_maW70p { max-width: 70% !important; }
.u_maW75p { max-width: 75% !important; }
.u_maW80p { max-width: 80% !important; }

@media screen and (max-width:768px) {
  .u_res_mr0 { margin-right: 0 !important; }
  .u_res_mb30 { margin-bottom: 30px !important; }
  .u_res_w100p { width: 100% !important; }
}


/* to top */
.to_page_top { right: 10px; }

/*===============================

    スマホ版ナビ用

================================*/
#menu {
  display: none;
}

@media screen and (min-width : 768px) {
  #menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
}

/*===============================

    講師一覧

================================*/
.recAreaList {
  display: flex;
  flex-wrap: wrap;
}
.recAreaList:after {
  content:"";
  display:block;
  width: 25%;
  height:0;
}
.recAreaList_item {
  padding-bottom: 15px;
  width: 25%;
}
.recAreaList_item &gt; a {
  color: #052674;
}
.recAreaList_item &gt; a:hover {
  text-decoration: underline;
}</pre></body></html>