
/* ==========================================================================
//サイト共通
========================================================================== */
/* 上マージン */
.mt_0{ margin-top: 0 !important; }
.mt_5{ margin-top: 5px !important; }
.mt_10{ margin-top: 10px !important; }
.mt_15{ margin-top: 15px !important; }
.mt_20{ margin-top: 20px !important; }
.mt_25{ margin-top: 25px !important; }
.mt_30{ margin-top: 30px !important; }
.mt_35{ margin-top: 35px !important; }
.mt_40{ margin-top: 40px !important; }
.mt_50{ margin-top: 50px !important; }
.mt_60{ margin-top: 60px !important; }
.mt_70{ margin-top: 70px !important; }
.mt_80{ margin-top: 80px !important; }
.mt_90{ margin-top: 90px !important; }
.mt_100{ margin-top: 100px !important; }
/* 下マージン */
.mb_0{ margin-bottom: 0 !important; }
.mb_5{ margin-bottom: 5px !important; }
.mb_10{ margin-bottom: 10px !important; }
.mb_15{ margin-bottom: 15px !important; }
.mb_20{ margin-bottom: 20px !important; }
.mb_25{ margin-bottom: 25px !important; }
.mb_30{ margin-bottom: 30px !important; }
.mb_35{ margin-bottom: 35px !important; }
.mb_40{ margin-bottom: 40px !important; }
.mb_50{ margin-bottom: 50px !important; }
.mb_60{ margin-bottom: 60px !important; }
.mb_70{ margin-bottom: 70px !important; }
.mb_80{ margin-bottom: 80px !important; }
.mb_90{ margin-bottom: 90px !important; }
.mb_100{ margin-bottom: 100px !important; }
/* 右マージン */
.mr_0{ margin-right: 0 !important; }
.mr_5{ margin-right: 5px !important; }
.mr_10{ margin-right: 10px !important; }
.mr_15{ margin-right: 15px !important; }
.mr_20{ margin-right: 20px !important; }
.mr_25{ margin-right: 25px !important; }
.mr_30{ margin-right: 30px !important; }
.mr_35{ margin-right: 35px !important; }
.mr_40{ margin-right: 40px !important; }
.mr_50{ margin-right: 50px !important; }
.mr_60{ margin-right: 60px !important; }
.mr_70{ margin-right: 70px !important; }
.mr_80{ margin-right: 80px !important; }
.mr_90{ margin-right: 90px !important; }
.mr_100{ margin-right: 100px !important; }
/* 左マージン */
.ml_0{ margin-left: 0 !important; }
.ml_5{ margin-left: 5px !important; }
.ml_10{ margin-left: 10px !important; }
.ml_15{ margin-left: 15px !important; }
.ml_20{ margin-left: 20px !important; }
.ml_25{ margin-left: 25px !important; }
.ml_30{ margin-left: 30px !important; }
.ml_35{ margin-left: 35px !important; }
.ml_40{ margin-left: 40px !important; }
.ml_50{ margin-left: 50px !important; }
.ml_60{ margin-left: 60px !important; }
.ml_70{ margin-left: 70px !important; }
.ml_80{ margin-left: 80px !important; }
.ml_90{ margin-left: 90px !important; }
.ml_100{ margin-left: 100px !important; }

/* テーブル */
.free-table01{
   width: 100%;
   border-left: solid 1px #CCC;
   border-top: solid 1px #CCC;
   margin-bottom: 1em;
}
.free-table01 th,
.free-table01 td{
   padding: .75em;
   text-align: center;
   border-right: solid 1px #CCC;
   border-bottom: solid 1px #CCC;
}
.free-table01 th{
   background-color: #f3f2f2;
}
.free-table01.clm3 td{
   width: 33.3333%;
}
.free-table01.clm4 td{
   width: 25%;
}

.small{
   font-size: .85em;
}
.center_txt{
   text-align: center;
}
h2.tit02 {
   margin-bottom: 50px;
}
.mb50{
   margin-bottom: 50px;
}

br.sp{
   display: none;
}
@media screen and (max-width: 780px) {
   br.sp{
      display: block;
   }
}

/* ==========================================================================
//フリーレイアウト
========================================================================== */
.free-layout .section{
   margin-bottom: 6em;
}
.free-layout .tit02 {
   margin-bottom: 60px;
}
.free-layout .tit04 {
   margin-top: 40px;
   margin-bottom: 20px;
}
.free-layout .section p{
	margin-bottom: 1.35em;
	line-height: 1.65;
}
.free-layout ul{
	list-style: disc !important;
   margin: 1em 0 1em 1.5em;
}
.free-layout ol{
   list-style: decimal !important;
   margin: 1em 0 1em 1.5em;
}
.free-layout .freespace_wrap {
   margin-bottom: 50px;
}
.free-layout .dl01 > dl:before {
   width: 25%;
}
.free-layout .dl01 > dl > dt {
   width: 25%;
}
.free-layout table{
   width: 100%;
   border-left: solid 1px #CCC;
   border-top: solid 1px #CCC;
   margin-bottom: 1em;
}
.free-layout table th,
.free-layout table td{
   padding: .75em;
   text-align: center;
   border-right: solid 1px #CCC;
   border-bottom: solid 1px #CCC;
}

/* ==========================================================================
// ティザー
========================================================================== */
li.nolink{
   pointer-events: none !important;
   cursor: default !important;
}

/* ポップアップ */

.news-teaser #page #header,
.news-teaser #page #footer{
   display: none;
}
.news-teaser #page #container + hr{
   display: none;
}
.news-teaser #page #container address{
    position: fixed;
    bottom: 0;
	width: 100%;
}
.news-teaser #page #main{
   padding-bottom: 3em;
}
.news-teaser #page #main::after {
   content: "";
   display: block;
   clear: both;
}
.news-teaser #page #main > section{
    padding: 2em;
    text-align: left;
    height: 100%; 
}
.news-teaser #page address{
   padding: 1em 0;
   text-align: center;
   color: #FFF;
   background-color: #184193;
   font-size: .85em;
}
.news-teaser #page .T1-news-tit {
    width: 100%;
    background-color: #e4f4fd;
    padding: 2em 0;
}
.news-teaser #page .content{
    padding-top: 1em;
}
.news-teaser #page .content h3{
    text-align: center;
    line-height: 1.4em;
	font-size: 1.4em;
    font-weight: 500;
}
.news-teaser #page p.date{
    text-align: center;
    margin-top: .5em;
    color: #999;
    margin-bottom: 4em;
}
.news-teaser #page .content a{
	color: #37a0da;
}
.T1-guide h3 {
   font-size: 24px;
   font-weight: bold;
   text-align: center;
   margin-bottom: .5em;
}
.T1-guide h3:last-of-type {
   margin-top: 3em;
}
.T1-guide p {
    font-size: 1rem;
    text-align: center;
}
.T1-access-access dl dt {
    width: 140px;
}
.T1-guide .temp-txt{
   overflow-wrap: anywhere; /* 収まらない場合に折り返す */
   word-break: normal; /* 単語の分割はデフォルトに依存 */
   line-break: strict; /* 禁則処理を厳格に適用 */
}

@media screen and (max-width: 780px) {
   .news-teaser #page #main{
      padding-bottom: 8em;
   }
   .news-teaser #page #main > section {
      padding: 1em;
   }
}

/* ==========================================================================
// ヘッダ
========================================================================== */


/* ==========================================================================
// フッタ
========================================================================== */


/* ==========================================================================
//トップページ
========================================================================== */




/* ==========================================================================
//教室案内（一覧）
========================================================================== */
.status.entry_active{
   background-color: #3ba19b !important;
}
.status.entry_off{
   background-color: #8c8c8d !important;
}
.status.entry_pre,
.status.entry_arrival,
.status.entry_today{
   background-color: #FFF !important;
   color: #3ba19b !important;
}

/* ==========================================================================
//教室案内（詳細）
========================================================================== */


/* ==========================================================================
//教室申し込み
========================================================================== */
#my_select_wrap, #my_select_required.form-required {
   display: none;
}
.entry_confirm_doc .temp-txt01,
.entry_complete_doc .temp-txt01{
   text-align: center;
}


/* ==========================================================================
//アクセス
========================================================================== */


/* ==========================================================================
//お知らせ
========================================================================== */
/* カテゴリアイコン */
.news-c{
   pointer-events: none; /* リンク無効化 */
   min-width: 60px;
   text-align: center;
}

h2.news-category-title {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 0.5em;
    margin-bottom: 20px;
}

/* ==========================================================================
//お問い合わせ
========================================================================== */


/* ==========================================================================
//個人情報保護方針
========================================================================== */


/* ==========================================================================
404ページ
========================================================================== */
.error404 .section{
   text-align: center;
}
.error404 h2{
   color: #004168;
   font-size: 32px;
   font-weight: 700;
   line-height: 1;
   margin-bottom: 1em;
}


/* ==========================================================================
   ワードプレス
   ========================================================================== */
   .user_edit a{
      color: #2aa7ec;
  }
  .user_edit p{
   margin-bottom: 1.35em;
   line-height: 1.65;
}
  .user_edit::after,
  .user_edit p::after{
      content: " ";
      display: block;
      clear: both;
  }
  .user_edit ul {
      margin-left: 1.25em;
      margin-bottom: 1.25em;
      list-style: inherit;
  }
  .user_edit ol {
      list-style: decimal;
      margin-left: 1.25em;
      margin-bottom: 1.25em;
  }
  .user_edit table {
     border-top: solid 1px #DDD;
     border-right: solid 1px #DDD;
     margin: 1.5em 0;
  }
  .user_edit table td {
     border-bottom: solid 1px #DDD;
     border-left: solid 1px #DDD;
     padding: .65em !important;
  }