/* --------------------------------
initialize
-------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
pre,
div,
dl,
dt,
dd,
ol,
ul,
li,
th,
td,
form,
fieldset,
input,
textarea {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Yu Gothic', 'Segoe UI', sans-serif;
}

select {
  margin: 0 0 0 0;
}

html,
body {
  height: 100%;
}

abbr,
acronym {
  border: 0 none;
}

q:before,
q:after {
  content: '';
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;

  border: 0 none;
}

object {
  outline: none;
}

table {
  max-width: 100%;

  border-spacing: 0;
}

*:first-child+html table {
  border-collapse: collapse;
}

/* IE 7 */
* html table {
  border-collapse: collapse;
}

/* IE 6 */
caption {
  text-align: left;
}

hr {
  display: none;
}

fieldset {
  border: 0 none;
}

label {
  cursor: default;
}

iframe {
  overflow: auto;

  border: 0 none;
}

area {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

p,
address,
blockquote,
pre,
div,
abbr,
acronym,
dfn,
cite,
q,
code,
kbd,
samp,
var,
dl,
ol,
ul,
caption,
th {
  font-weight: normal;
  font-style: normal;
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;

  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 100%;
  line-height: 1.5;

  color: #333;
  background: #fff;
}

body {
  -webkit-text-size-adjust: 100%;
}

/* WebKit */
pre,
code {
  font-family: 'Osaka???ȷ?', Osaka-mono, '?ͣ? ?????å?', 'MS Gothic', monospace, serif;
  font-size: 16px;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .25);
  text-decoration: none;
}

input,
select,
textarea {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;

  color: #333;
}

textarea {
  padding: 2px 3px 2px 3px;

  border: 1px solid #b7b7b7;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;

  content: '';
}

img {
  vertical-align: bottom;
}

.tmp_pc {
  display: block;
}

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

.tmp_tablet {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .tmp_tablet {
    display: block;
  }
}

.tmp_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tmp_sp {
    display: block;

    margin: 0 auto;
  }
}

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

@media only screen and (max-width: 767px) {
  .tmp_fluid {
    width: 100%;
    height: auto;
  }
}

/* --------------------------------
  ベース
-------------------------------- */
body {
  font-size: 14px;
  line-height: 1.5;
  min-width: 1100px;
}

@media only screen and (max-width: 1023px) {
  body {
    min-width: 100%;
    line-height: 1.75;
    background: #fff;
  }
}

/* --------------------------------
  ヘッダー
-------------------------------- */
#tmp_hdr_cnt_wrap {
  position: relative;

  width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  #tmp_hdr_cnt_wrap {
    width: 100%;
  }
}

#tmp_hdr {
  position: relative;

  overflow: hidden;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  height: 99px;
  margin: 0 auto;
  padding: 0 0 21px;

  border-bottom: 1px solid #d9d9d9;
}

#tmp_hdr .tmp_hdr_prime {
  display: inline-block;
  display: table-cell;

  width: 195px;
  padding-top: 25px;
}

#tmp_hdr .tmp_hdr_second {
  display: inline-block;
  display: table-cell;

  width: 500px;
  height: 98px;
  padding-left: 10px;

  vertical-align: middle;
}

#tmp_hdr .tmp_hdr_meta {
  position: relative;
}

#tmp_hdr .tmp_hdr_meta .tmp_hdr_h1 {
  font-size: 12px;
  font-weight: bold;
}

#tmp_hdr .tmp_hdr_meta .tmp_hdr_desc {
  font-size: 11px;

  padding-top: 2px;
}

#tmp_hdr .tmp_hdr_meta ul li {
  font-size: 12px;

  float: left;

  padding: 0 12px;

  border-left: 1px solid #e0e0e0;
}

#tmp_hdr .tmp_hdr_meta ul li:first-child {
  border: none;
}

#tmp_hdr .tmp_hdr_meta a {
  color: #333;
}

#tmp_hdr .tmp_hdr_btns {
  position: absolute;
  top: 47px;
  right: 0;
}

#tmp_hdr .tmp_hdr_btns ul li {
  float: left;

  margin-right: 10px;
}

#tmp_hdr .tmp_hdr_btns ul li:last-child {
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  #tmp_hdr {
    width: auto;
    height: auto;
    padding: 17px 12px 12px;
  }

  #tmp_hdr .tmp_full {
    display: none;
  }

  #tmp_hdr .tmp_sp {
    display: block;

    margin: 0 auto;
  }

  #tmp_hdr .tmp_fluid {
    width: 100%;
    height: auto;
  }

  #tmp_hdr .tmp_hdr_prime {
    display: block;
    float: none;

    width: 100%;
    padding-top: 0;
    padding-bottom: 12px;

    border-bottom: 1px solid #b2b2b2;
  }

  #tmp_hdr .tmp_hdr_meta {
    top: 0;
  }

  #tmp_hdr .tmp_hdr_meta .tmp_hdr_h1 {
    font-size: 12px;

    padding-top: 12px;
  }

  #tmp_hdr .tmp_hdr_second {
    display: block;
    float: none;

    width: auto;
    width: auto;
    height: auto;
    padding-left: auto;

    text-align: center;
  }

  #tmp_hdr .tmp_hdr_btns {
    position: static;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 9px 0 8px -7px;

    background-color: #fff;
  }

  #tmp_hdr .tmp_hdr_btns.fix {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;

    margin: 0;
    padding: 10px;

    border-bottom: 1px #ddd solid;
  }

  #tmp_hdr .tmp_hdr_btns ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;

    letter-spacing: -.4em;

    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #tmp_hdr .tmp_hdr_btns ul li {
    margin: 0 5px;
  }

  #tmp_hdr .tmp_global_nav {
    display: none;
  }
}

/* --------------------------------
  ナビゲーション
-------------------------------- */
#tmp_gnav_full {
  position: relative;

  display: block;

  margin: 0;
}

#tmp_gnav_full>ul {
  position: relative;

  width: 100%;
}

#tmp_gnav_full>ul>li {
  float: left;
  overflow: hidden;

  width: 149px;
  padding-right: 1px;

  text-align: center;

  background: url('./images/gnav_full_sep.png') right center no-repeat;
}

#tmp_gnav_full>ul>li>p a {
  display: block;

  padding: 12px 0;

  text-decoration: none;

  color: #333;
}

#tmp_gnav_full>ul>li>p a:hover {
  color: #fff;
  background: #515151;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt {
  position: absolute;
  z-index: 10;
  top: 45px;
  left: 0;

  display: grid;

  width: 100%;

  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;

  color: #fff;
  background: #515151;

  grid-template-rows: 0fr;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_col {
  display: table-cell;

  padding: 0 8px;

  text-align: left;

  background: url('./images/gnav_col_bor.png') right top repeat-y;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_col:last-child {
  background: none;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt a {
  color: #fff;
  text-decoration: none;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt a:hover {
  color: #ff8c00;
  text-decoration: underline;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt.current {
  z-index: 100;

  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;

  grid-template-rows: 1fr;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item {
  padding: 10px 0;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item .tmp_nav_ttl {
  font-size: 12px;
  font-weight: bold;

  margin-bottom: 10px;
  padding: 5px 0;

  color: #fff;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item+.tmp_nav_item {
  border-top: 1px solid #636363;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item ul li {
  font-size: 12px;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item ul li+li {
  line-height: 1.5;

  margin-top: 17px;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item .tmp_nav_ttl+ul li {
  font-size: 10px;
  line-height: 1.2;

  margin-top: 8px;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item .tmp_nav_ttl a {
  text-decoration: none;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item .tmp_nav_ttl a:hover {
  text-decoration: underline;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item .tmp_school_icon {
  position: relative;
  top: -1px;

  padding-left: 5px;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item .tmp_school_icon img {
  vertical-align: middle;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item .tmp_school_icon .tmp_nav_ttl .tmp_txt_kamata {
  font-size: 11px;
  font-weight: normal;

  color: #e65e5e;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt .tmp_nav_item .tmp_school_icon .tmp_nav_ttl .tmp_txt_hachioji {
  font-size: 11px;
  font-weight: normal;

  color: #34b96f;
}

#tmp_gnav_full>ul>li .tmp_nav_cnt_inner {
  overflow: hidden;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_nav_cnt_inner .tmp_nav_cnt_prime {
  display: table;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 35px 30px 0;

  table-layout: fixed;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_nav_item {
  padding: 0 0 10px;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_nav_cnt_second {
  padding: 20px 10px 27px;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_school_course_link {
  float: left;

  margin-right: 50px;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_school_course_link .tmp_thumbnail {
  display: table-cell;

  vertical-align: middle;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_school_course_link .tmp_txt {
  font-size: 11px;

  display: table-cell;

  padding-left: 10px;

  text-align: left;
  vertical-align: middle;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_school_course_link a {
  display: block;

  text-decoration: none;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_school_course_link a:hover {
  text-decoration: underline;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_nav_icon_desc {
  font-size: 10px;

  float: right;

  padding-top: 10px;

  text-align: left;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_nav_icon_desc p span {
  position: relative;
  top: -1px;

  padding-right: 5px;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_nav_icon_desc p span img {
  vertical-align: middle;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_nav_icon_desc .tmp_txt_kamata {
  color: #ff7272;
}

#tmp_gnav_full>ul>li .tmp_nav_01_cnt .tmp_nav_icon_desc .tmp_txt_hachioji {
  color: #55db90;
}

#tmp_gnav_full>ul>li .tmp_nav_02_cnt .tmp_nav_cnt_prime {
  padding: 30px 22px 25px;
}

#tmp_gnav_full>ul>li .tmp_nav_02_cnt .tmp_nav_col {
  width: 147px;
  padding: 0 0 0 15px;
}

#tmp_gnav_full>ul>li .tmp_nav_03_cnt .tmp_nav_cnt_prime {
  padding: 30px 22px 25px;
}

#tmp_gnav_full>ul>li .tmp_nav_03_cnt .tmp_nav_col {
  width: 168px;
  padding: 0 0 0 15px;
}

#tmp_gnav_full>ul>li .tmp_nav_04_cnt .tmp_nav_cnt_prime {
  padding: 30px 22px 25px;
}

#tmp_gnav_full>ul>li .tmp_nav_04_cnt .tmp_nav_col {
  width: 238px;
  padding: 0 0 0 15px;
}

#tmp_gnav_full>ul>li .tmp_nav_05_cnt .tmp_nav_cnt_prime {
  padding: 30px 22px 25px;
}

#tmp_gnav_full>ul>li .tmp_nav_05_cnt .tmp_nav_col {
  width: 198px;
  padding: 0 0 0 15px;
}

#tmp_gnav_full>ul>li .tmp_nav_06_cnt .tmp_nav_cnt_prime {
  padding: 30px 22px 25px;
}

#tmp_gnav_full>ul>li .tmp_nav_06_cnt .tmp_nav_col {
  width: 132px;
  padding: 0 0 0 15px;
}

#tmp_gnav_full>ul>li .tmp_nav_item_01 .tmp_nav_ttl {
  border-bottom: 2px solid #4cae0e;
}

#tmp_gnav_full>ul>li .tmp_nav_item_02 .tmp_nav_ttl {
  border-bottom: 2px solid #e178a9;
}

#tmp_gnav_full>ul>li .tmp_nav_item_03 .tmp_nav_ttl {
  border-bottom: 2px solid #d63838;
}

#tmp_gnav_full>ul>li .tmp_nav_item_04 .tmp_nav_ttl {
  border-bottom: 2px solid #e79c0f;
}

#tmp_gnav_full>ul>li .tmp_nav_item_05 .tmp_nav_ttl {
  border-bottom: 2px solid #c275e9;
}

#tmp_gnav_full>ul>li .tmp_nav_item_06 .tmp_nav_ttl {
  border-bottom: 2px solid #36b7bd;
}

#tmp_gnav_full>ul>li .tmp_nav_item_07 .tmp_nav_ttl {
  border-bottom: 2px solid #6090e8;
}

@media only screen and (max-width: 1023px) {
  #tmp_gnav_full {
    display: none !important;
  }
}

/* --------------------------------
  検索
-------------------------------- */
.tmp_search_open {
  position: absolute;
  top: 104px;
  right: 0;

  width: 46px;
  height: 38px;
}

.tmp_search_open a {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .tmp_search_open {
    position: absolute;
    top: 17px;
    right: 12px;

    width: 32px;
    height: 33px;

    background: url('./images/btn_sp_search.png') left top no-repeat;
    background-size: 32px 33px;
  }

  .tmp_search_open img {
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
  }
}

.tmp_search_field {
  position: absolute;
  z-index: 20;
  top: 99px;
  left: 0;

  display: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: height;
}

.tmp_search_field .tmp_search_close {
  position: absolute;
  top: 12px;
  right: 15px;

  width: 19px;
  height: 18px;
}

.tmp_search_field .tmp_search_close a {
  display: block;
}

.tmp_search_field #tmp_search_input {
  font-size: 17px;

  width: 100%;
  height: 45px;

  border: none;
  outline: none;
  background: #fff;
}

@media only screen and (max-width: 1023px) {
  .tmp_search_field {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    display: none;

    height: 64px;
    padding: 0 10px;
  }

  .tmp_search_field #tmp_search_input {
    font-size: 14px;

    width: 100%;
    height: 64px;

    border: none;
    outline: none;
    background: #fff;
  }

  .tmp_search_field .tmp_search_close {
    position: absolute;
    top: 23px;
    right: 20px;

    width: 19px;
    height: 18px;
  }
}

/* --------------------------------
  ナビゲーション スマホ
-------------------------------- */
#tmp_btn_gnav_sp,
#tmp_gnav_sp {
  display: none;
}

@media only screen and (max-width: 1023px) {
  #tmp_gnav_sp {
    font-size: 15px;

    position: absolute;
    z-index: 100;
    top: 60px;
    left: 0;

    width: 100%;

    background: #0f1b0d;
  }

  #tmp_gnav_sp .tmp_acod_body {
    display: none;

    background: #d9d9d9;
  }

  #tmp_gnav_sp ul li {
    position: relative;
  }

  #tmp_gnav_sp>ul>li {
    border-bottom: 1px solid #060905;
  }

  #tmp_gnav_sp>ul>li+li {
    border-top: 1px solid #414141;
  }

  #tmp_gnav_sp>ul>li:last-child,
  #tmp_gnav_sp>ul>li.js-opened {
    border-bottom: none;
  }

  #tmp_gnav_sp .tmp_label {
    position: relative;
  }

  #tmp_gnav_sp a {
    display: block;

    padding: 14px 12px 14px 18px;

    text-decoration: none;

    color: #fff;
  }

  #tmp_gnav_sp .tmp_acod_body a {
    padding: 14px 12px 14px 33px;

    color: #333;
  }

  #tmp_gnav_sp .tmp_acod_body a span {
    display: block;

    padding-right: 30px;

    background: url('./images/gnav_sp_arw.png') right center no-repeat;
    background-size: 24px;
  }

  #tmp_gnav_sp .tmp_acod_body li {
    border-bottom: 1px solid #c6c6c6;
  }

  #tmp_gnav_sp .tmp_acod_body li+li {
    border-top: 1px solid #dedede;
  }

  #tmp_gnav_sp .tmp_acod_body lilast-child {
    border-bottom: 1px solid #4a4a4a;
  }

  #tmp_gnav_sp .tmp_acod_toggle {
    position: absolute;
    top: 50%;
    right: 12px;

    width: 24px;
    height: 24px;
    margin-top: -12px;

    background: url('./images/gnav_sp_plus.png') left top no-repeat;
    background-size: 24px;
  }

  #tmp_gnav_sp .js-opened .tmp_acod_toggle {
    background-image: url('./images/gnav_sp_minus.png');
  }
}

@media only screen and (max-width: 1023px) {
  #tmp_btn_gnav_sp {
    position: absolute;
    z-index: 50;
    top: 17px;
    left: 12px;

    display: block;
    overflow: hidden;

    width: 32px;
    height: 33px;

    background: url('./images/btn_sp_menu.png') left top no-repeat;
    background-size: 32px 66px;
  }

  #tmp_btn_gnav_sp.js-opened {
    background-position: left -33px;
  }

  #tmp_btn_gnav_sp span {
    display: block;

    width: 32px;
    height: 33px;

    text-indent: -9999px;

    border: none;
    outline: none;
    background: none;
  }
}

/* --------------------------------
  フッター
-------------------------------- */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1100px;
  background: #000;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
  }
}


/* --------------------------------
  TOPボタン
-------------------------------- */
.js_totop_box {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.js_totop {
  position: fixed;
  z-index: 1000;
  right: 50%;
  transform: translateX(400px);
  bottom: 0;
  display: none;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .js_totop_box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .js_totop {
    right: 20px;
    transform: none;
    bottom: 30px;
  }

  .js_totop img {
    max-width: 70px;
    height: auto;
  }
}