@charset "UTF-8";
/* reset */
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr, acronym, fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

/*日本語(ゴシック)*/
@font-face {
  /* Regular */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("/education/assets/fonts/NotoSansJP-Regular.woff") format("woff"), url("/education/assets/fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /* Medium */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("/education/assets/fonts/NotoSansJP-Medium.woff") format("woff"), url("/education/assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /* Bold */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("/education/assets/fonts/NotoSansJP-Bold.woff") format("woff"), url("/education/assets/fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  /* Black */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("/education/assets/fonts/NotoSansJP-Black.woff") format("woff"), url("/education/assets/fonts/NotoSansJP-Black.ttf") format("truetype");
}
/*中国簡体字*/
@font-face {
  /* Regular */
  font-family: "NotoSansSC";
  font-style: normal;
  font-weight: 400;
  src: url("/education/assets/fonts/NotoSansSC-Regular.otf") format("otf");
}
@font-face {
  /* Medium */
  font-family: "NotoSansSC";
  font-style: normal;
  font-weight: 500;
  src: url("/education/assets/fonts/NotoSansSC-Medium.otf") format("otf");
}
@font-face {
  /* Bold */
  font-family: "NotoSansSC";
  font-style: normal;
  font-weight: 700;
  src: url("/education/assets/fonts/NotoSansSC-Bold.otf") format("otf");
}
@font-face {
  /* Black */
  font-family: "NotoSansSC";
  font-style: normal;
  font-weight: 900;
  src: url("/education/assets/fonts/NotoSansSC-Black.otf") format("otf");
}
/** フォント周りの変数 **/
/*** サイズ ***/
/** メディアクエリ **/
/** ベースカラー **/
/*** マージン設定(PC) ***/
/*** マージン設定(SP) ***/
/***********************
* variableFontSize
*   指定したフォントサイズが何%になるのか
* 　を返す関数
*
* 　@param int 指定したいフォントサイズ
* 　@return %指定のフォントサイズ
*
***********************/
/***********************
* decimal-round
*
* 四捨五入(round)
* 切り上げ(ceil)
* 切り捨て(floor)
* を実装するもの(小数点第x位指定ができる)
* コピペした関数
***********************/
#ka .header .header_inner {
  padding-bottom: 13px;
}
#ka .header, #ka .header_local, #ka .footer_previous, #ka .footer_global {
  min-width: 1100px;
}
#ka .contents_area {
  max-width: 960px;
}
#ka .btn {
  position: relative;
  display: block;
  margin: 76px auto 0;
  padding: 32px 15px 32px 0px;
  width: 560px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #0f162e;
  border: none;
}
#ka .btn span {
  display: inline-block;
  margin-left: 15px;
}
#ka .btn:hover {
  opacity: 0.7;
}
#ka .btn:hover:after {
  background-image: none;
}
#ka .btn:after {
  position: absolute;
  top: 45px;
  right: 21px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #2DA1CF;
}
#ka .btn.disable {
  background-color: #B7B9C0;
  pointer-events: none;
}
#ka .btn.disable:after {
  display: none;
}

.header_local {
  background-color: #0f162e;
}
.header_local .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 40px 11px 38px;
}
.header_local .header_inner .nav_local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li > a {
  color: #fff;
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li + li {
  margin-left: 38px;
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about {
  position: relative;
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about > a {
  position: relative;
  padding-right: 22px;
  display: block;
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about > a:after {
  position: absolute;
  top: 11px;
  right: 0;
  display: block;
  content: "";
  width: 9px;
  height: 8px;
  background-image: url(../images/icon_arrow_bottom_w.png);
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about > a.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li > ul {
  display: none;
  position: absolute;
  top: 70px;
  left: -60px;
  z-index: 1;
  width: 204px;
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li > ul > li > a {
  display: block;
  color: #fff;
  background-color: #292857;
  padding: 13px 0 19px 30px;
}
.header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li > ul > li > a:hover {
  background-color: #696989;
}
.header_local .header_inner .language {
  position: relative;
  margin-left: 78px;
}
.header_local .header_inner .language > a {
  position: relative;
  padding-right: 37px;
  color: #fff;
}
.header_local .header_inner .language > a:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../images/icon_language.png);
}
.header_local .header_inner .language:before {
  position: absolute;
  top: -2px;
  left: -38px;
  display: block;
  content: "";
  width: 1px;
  height: 38px;
  background-color: #7F86AA;
}
.header_local .header_inner .language > ul {
  display: none;
  position: absolute;
  top: 70px;
  left: -20px;
  width: 144px;
}
.header_local .header_inner .language > ul > li > a {
  display: block;
  color: #fff;
  background-color: #292857;
  padding: 13px 0 19px 30px;
}
.header_local .header_inner .language > ul > li > a:hover {
  opacity: 0.7;
}

#ka .footer_global {
  margin-top: 0;
}
#ka.index > .contents_area > section > .section_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.44;
}
#ka .contents_area > section.section_top {
  margin-top: 80px;
}
#ka .contents_area > section.section_top > .lead {
  font-size: 28px;
  margin-top: 71px;
  line-height: 1.57;
  letter-spacing: 0;
}
#ka .contents_area > section > .section_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.44;
}
#ka .contents_area > section .section_title_lv1 {
  font-size: 32px;
  line-height: 1.5;
  padding-left: 36px;
  position: relative;
  letter-spacing: 0;
}
#ka .contents_area > section .section_title_lv1:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 10px;
  height: 52px;
  background-image: url(../images/icon_h1.png);
}
#ka .contents_area > section .section_title_lv2 {
  font-size: 28px;
  line-height: 1.57;
}
#ka .contents_area > section .section_title_lv2 span {
  font-size: 12px;
  margin-left: 8px;
}
#ka .contents_area > section .section_title_lv3 {
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0;
}
#ka .contents_area > section .anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 83px;
}
#ka .contents_area > section .anchor_list li + li {
  margin-left: 44px;
}
#ka .contents_area > section .anchor_list li a {
  font-weight: 500;
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  padding-right: 17px;
}
#ka .contents_area > section .anchor_list li a:after {
  position: absolute;
  top: 11px;
  right: 0;
  content: "";
  display: block;
  width: 9px;
  height: 10px;
  background-image: url(../images/icon_arrow_anchor.png);
}
#ka .contents_area > section .anchor_list li a:hover {
  opacity: 0.7;
}
#ka .contents_area > section .list > li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
#ka .contents_area > section .list > li.red {
  color: #ff0000;
}
#ka .contents_area > section .list > li.red:before {
  background-color: #ff0000;
}
#ka .contents_area > section .list > li.medium {
  font-weight: 500;
}
#ka .contents_area > section .list > li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0C152E;
  border-radius: 50%;
}
#ka .contents_area > section .list > li + li {
  margin-top: 10px;
}
#ka .contents_area > section .note_list > li {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #0f162e !important;
  padding-left: 1em;
  text-indent: -1em;
}
#ka .contents_area > section .note_list > li .red {
  color: #ff0000;
}
#ka .contents_area > section .note_list.en li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.nav_footer_local {
  width: 960px;
  margin: 114px auto 0;
}
.nav_footer_local nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_footer_local nav ul li {
  width: 25%;
}
.nav_footer_local nav ul li a {
  position: relative;
  display: block;
  background-color: #0f162e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 21px 0 22px 29px;
}
.nav_footer_local nav ul li a:hover {
  opacity: 0.7;
}
.nav_footer_local nav ul li a:after {
  position: absolute;
  top: 33px;
  right: 21px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #3ead8a;
}
.nav_footer_local nav ul li:first-child {
  width: 100%;
  border-bottom: 1px solid #8A8FAA;
}
.nav_footer_local nav ul li:first-child a {
  padding: 27px 48px 24px 0px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.nav_footer_local nav ul li:first-child a:after {
  top: 47px;
  right: 351px;
}
.nav_footer_local nav ul li:nth-child(n+3) {
  border-left: 1px solid #8A8FAA;
}
.nav_footer_local.abroad nav ul li {
  width: 33.33%;
}
.nav_footer_local.abroad nav ul li:first-child {
  width: 100%;
}
.nav_footer_local.abroad.cn nav ul li:first-child a:after {
  right: 421px;
}
.nav_footer_local.abroad.tw nav ul li:first-child a:after {
  right: 381px;
}

#ka .footer_previous {
  background-color: #d7dae6;
  margin-top: 120px;
}
#ka .footer_previous .footer_inner {
  padding: 49px 0 61px 0;
  width: 962px;
  max-width: 89.33%;
  margin: 0 auto;
}
#ka .footer_previous .footer_inner > p {
  font-size: 18px;
  font-weight: 500;
}
#ka .footer_previous .footer_inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
#ka .footer_previous .footer_inner > ul li {
  border: 1px solid #9493aa;
  background-color: #fff;
  width: 14.96%;
  text-align: center;
  margin-right: 60px;
}
#ka .footer_previous .footer_inner > ul li:last-child {
  margin-right: 0;
}
#ka .footer_previous .footer_inner > ul li a {
  display: block;
  font-weight: 500;
  padding: 6px 0 8px;
}
#ka .footer_previous .footer_inner > ul li a:hover {
  opacity: 0.7;
}

.follow_area {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  background-color: #fff;
}
.follow_area.hidden {
  display: none;
}
.follow_area > a {
  border: 1px solid #8a8eaa;
  position: relative;
  padding: 7px 48px 13px 0px;
  display: block;
  width: 720px;
  margin: 0 auto;
  background-color: #0f162e;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.follow_area > a:hover {
  opacity: 0.7;
}
.follow_area > a:after {
  position: absolute;
  top: 27px;
  right: 230px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #3ead8a;
}
.follow_area.cn > a:after {
  right: 300px;
}
.follow_area.tw > a:after {
  right: 260px;
}

@media screen and (min-width:1400px) {
  .sp_container {
    display: block !important;
  }
}
@media screen and (max-width:767px) {
  #ka .header .header_inner {
    padding-bottom: 7px;
  }
  #ka .footer_global {
    margin-top: 0;
  }
  #ka .header, #ka .header_local, #ka .contents_area, #ka .footer_previous, #ka .footer_global {
    min-width: auto;
  }
  #ka .contents_area {
    width: 89.33%;
    max-width: 89.33%;
  }
  #ka .btn_instagram {
    margin-top: 14px;
    font-size: 92.31%;
  }
  #ka .btn_instagram:after {
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #ka .btn {
    width: 89.33%;
    font-size: 115.38%;
    padding: 22.5px 0 20.5px 0;
    margin-top: 40px;
  }
  #ka .btn span {
    width: 12px;
    margin-left: 10px;
  }
  #ka .btn span img {
    width: 100%;
    height: auto;
  }
  #ka .btn:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
  }
  .header_local .header_inner {
    padding: 2% 2.5% 2% 4%;
  }
  .header_local .header_inner .logo_local {
    width: 15.1%;
  }
  .header_local .header_inner .logo_local img {
    width: 100%;
    height: auto;
  }
  .header_local .header_inner .nav_local {
    margin-top: 3.7%;
  }
  .header_local .header_inner .nav_local .nav_local_menu {
    margin-right: 5px;
    position: relative;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_trigger {
    color: #fff;
    position: relative;
    padding-right: 18px;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_trigger:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-42%);
            transform: translateY(-42%);
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #2DA1CF transparent transparent transparent;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_trigger.open:after {
    -webkit-transform: translateY(-42%) rotate(180deg);
            transform: translateY(-42%) rotate(180deg);
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container {
    display: none;
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #eff1f6;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > p {
    font-size: 200%;
    margin-top: 25px;
    margin-left: 13%;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul {
    display: block;
    height: 100%;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li {
    border-bottom: 1px solid #C3C5DA;
    position: relative;
    margin: 33px 16% 0 15.5%;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li:after {
    position: absolute;
    top: 12px;
    right: 1px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #2DA1CF;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li + li {
    margin-left: 15.5%;
    margin-top: 21px;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about {
    border: none;
    margin-left: 13%;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about:after {
    display: none;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about > ul {
    display: block !important;
    position: static;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 200px;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about > ul li {
    position: relative;
    margin-left: 9%;
    border-bottom: 1px solid #C3C5DA;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about > ul li + li {
    margin-top: 21.3px;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about > ul li:after {
    position: absolute;
    top: 12px;
    right: 1px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #3ead8a;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about > ul li a {
    background-color: transparent;
    color: #0f162e;
    font-size: 115.38%;
    padding: 0 0 3px 0;
    margin: 0;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about > a {
    pointer-events: none;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about a {
    font-size: 200%;
    margin-top: 34px;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li.about a:after {
    display: none;
  }
  .header_local .header_inner .nav_local .nav_local_menu .sp_container > ul > li > a {
    color: #0f162e;
    display: block;
    padding-bottom: 3px;
    font-size: 115.38%;
  }
  .header_local .header_inner .nav_local .language {
    margin-left: 0;
  }
  .header_local .header_inner .nav_local .language:before {
    display: none;
  }
  .header_local .header_inner .nav_local .language > ul {
    width: 100%;
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #eff1f6;
  }
  .header_local .header_inner .nav_local .language > ul > li {
    position: relative;
    margin: 0 16%;
    border-bottom: 1px solid #C3C5DA;
  }
  .header_local .header_inner .nav_local .language > ul > li:after {
    position: absolute;
    top: 12px;
    right: 1px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #3ead8a;
  }
  .header_local .header_inner .nav_local .language > ul > li + li {
    margin-top: 21px;
  }
  .header_local .header_inner .nav_local .language > ul > li:first-child {
    margin-top: 32px;
  }
  .header_local .header_inner .nav_local .language > ul > li > a {
    background-color: transparent;
    color: #0f162e;
    padding: 0 0 3px 0;
    font-size: 115.38%;
  }
  .header_local .header_inner .nav_local .language > a {
    padding-right: 26px;
  }
  .header_local .header_inner .nav_local .language > a:after {
    top: 50%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    width: 17px;
    height: 17px;
    background-image: url(../images/icon_language_sp.png);
    background-size: 100%;
  }
  #ka .contents_area > section.section_top {
    margin-top: 50px;
  }
  #ka .contents_area > section.section_top > .lead {
    font-size: 161.54%;
    margin-top: 45px;
  }
  #ka .contents_area > section .section_title_lv1 {
    font-size: 200%;
    line-height: 1.3;
    padding-left: 7.4%;
  }
  #ka .contents_area > section .section_title_lv1:before {
    width: 5px;
    height: 35.5px;
    background-image: url(../images/icon_h1_sp.png);
    background-size: 100%;
  }
  #ka .contents_area > section .section_title_lv2 {
    font-size: 161.54%;
    text-align: left;
  }
  #ka .contents_area > section .section_title_lv3 {
    font-size: 138.46%;
  }
  #ka .contents_area > section .anchor_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 45px;
  }
  #ka .contents_area > section .anchor_list li + li {
    margin-left: 10%;
  }
  #ka .contents_area > section .anchor_list li:nth-child(3n+1) {
    margin-left: 0;
  }
  #ka .contents_area > section .anchor_list li:nth-child(n+4) {
    margin-top: 23px;
  }
  #ka .contents_area > section .anchor_list li a {
    font-size: 92.31%;
    padding-bottom: 3px;
  }
  #ka .contents_area > section .anchor_list li a:after {
    top: 50%;
    -webkit-transform: translateY(-71%);
            transform: translateY(-71%);
    right: -2px;
    background-image: url(../images/icon_arrow_anchor_sp.png);
    background-size: 100%;
  }
  #ka .contents_area > section .anchor_list.ko li {
    margin-left: 10%;
  }
  #ka .contents_area > section .anchor_list.ko li:first-child {
    margin-left: 0;
  }
  #ka .contents_area > section .anchor_list.ko li:nth-child(n+4) {
    margin-top: 0;
  }
  #ka .contents_area > section .anchor_list.cn li {
    margin-left: 9%;
  }
  #ka .contents_area > section .anchor_list.cn li:first-child {
    margin-left: 0;
  }
  #ka .contents_area > section .anchor_list.cn li:nth-child(n+4) {
    margin-top: 0;
  }
  #ka .contents_area > section .anchor_list.tw li {
    margin-left: 9%;
  }
  #ka .contents_area > section .anchor_list.tw li:first-child {
    margin-left: 0;
  }
  #ka .contents_area > section .anchor_list.tw li:nth-child(n+4) {
    margin-top: 0;
  }
  #ka .contents_area > section .anchor_list.en li {
    margin-left: 10%;
  }
  #ka .contents_area > section .anchor_list.en li:first-child {
    margin-left: 0;
  }
  #ka .contents_area > section .anchor_list.en li:nth-child(n+3) {
    margin-top: 23px;
  }
  #ka .contents_area > section .anchor_list.en li:nth-child(2n+1) {
    margin-left: 0;
  }
  #ka .contents_area > section .list {
    margin-top: 27px;
  }
  #ka .contents_area > section .list > li {
    font-size: 100%;
    line-height: 1.9;
  }
  #ka .contents_area > section .list > li + li {
    margin-top: 9px;
  }
  #ka .contents_area > section .list > li:before {
    top: 8px;
    width: 9px;
    height: 9px;
  }
  #ka .contents_area > section .note_list li {
    font-size: 92.31%;
    line-height: 1.7;
  }
  #ka .contents_area > section .note_list li + li {
    margin-top: 6px;
  }
  #ka .contents_area > section .btn_entry {
    width: 100%;
    margin-top: 36px;
    font-size: 115.38%;
    padding: 14px 0 16px 0;
  }
  #ka .contents_area > section .btn_entry:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 17px;
  }
  .nav_footer_local {
    width: 100%;
    margin-top: 71px;
  }
  .nav_footer_local nav ul li {
    width: 50%;
  }
  .nav_footer_local nav ul li a {
    padding: 15px 0 13px 10.4%;
    font-size: 115.38%;
  }
  .nav_footer_local nav ul li a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 9%;
  }
  .nav_footer_local nav ul li:first-child a {
    padding: 11px 0 13px 0px;
    font-size: 138.46%;
  }
  .nav_footer_local nav ul li:first-child a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.4%;
  }
  .nav_footer_local nav ul li:nth-child(4) {
    border-left: none;
  }
  .nav_footer_local nav ul li:nth-child(n+4) {
    border-top: 1px solid #8A8FAA;
  }
  .nav_footer_local.abroad nav ul li {
    width: 50%;
  }
  .nav_footer_local.abroad nav ul li:first-child {
    width: 100%;
  }
  .nav_footer_local.abroad.cn nav ul li:first-child a:after, .nav_footer_local.abroad.tw nav ul li:first-child a:after {
    right: 4.4%;
  }
  .nav_footer_local.en nav ul li a {
    height: 100%;
  }
  .nav_footer_local.en nav ul li:nth-child(3) a {
    padding: 6px 0 7px 10.4%;
    line-height: 1.5;
  }
  #ka .footer_previous {
    margin-top: 80px;
  }
  #ka .footer_previous .footer_inner {
    padding-top: 41px;
  }
  #ka .footer_previous .footer_inner > p {
    font-size: 115.38%;
  }
  #ka .footer_previous .footer_inner > ul {
    margin-top: 29px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ka .footer_previous .footer_inner > ul li {
    width: 30.44%;
    margin-right: 14px;
  }
  #ka .footer_previous .footer_inner > ul li:last-child, #ka .footer_previous .footer_inner > ul li:nth-child(3) {
    margin-right: 0;
  }
  #ka .footer_previous .footer_inner > ul li a {
    padding: 6px 0;
  }
  #ka .footer_previous .footer_inner > ul li:nth-child(n+4) {
    margin-top: 16px;
  }
  .follow_area {
    padding: 0;
  }
  .follow_area > a {
    border: none;
    width: 100%;
    font-size: 138.46%;
    padding: 11px 0 13px 0px;
  }
  .follow_area > a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.4%;
  }
  .follow_area.cn > a:after, .follow_area.tw > a:after {
    right: 4.4%;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*z-index: 1042;*/
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-content {
  z-index: 1045;
}

.modal-wrap {
  z-index: 1046;
}

.resetBold {
  font-weight: normal;
  font-family: "NotoSansJP-Bold";
}

.bold {
  font-weight: bold;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.t_left {
  text-align: left !important;
}

.icoCaution {
  content: "";
  width: 34px;
  height: 31px;
  display: block;
  background-size: contain;
}

sup {
  margin-top: -12px;
  font-size: 13px;
}

sub {
  top: -0.5em;
  font-size: 50%;
  position: relative;
}

small {
  font-size: 1.2rem;
  line-height: 1.6;
}

.pcBlock {
  display: block;
}

.spBlock {
  display: none;
}

pre {
  padding: 10px;
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  sup {
    margin-top: -1%;
    font-size: 76.92%;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
  .t_centerSp {
    text-align: center !important;
  }
  .t_rightSp {
    text-align: right !important;
  }
  .t_leftSp {
    text-align: left !important;
  }
}
/*=== margin+padding+fontsize+line-height ===*/
/**** margin+padding 0～50pxまで 5刻み ****/
/**** font-size 0.8rem～3remまで ****/
/**** line-height 1～3まで ****/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.fs0_8 {
  font-size: 0.8rem;
}

.fs0_9 {
  font-size: 0.9rem;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.fs1_0 {
  font-size: 1.0rem;
}

.fs1_1 {
  font-size: 1.1rem;
}

.fs1_2 {
  font-size: 1.2rem;
}

.fs1_3 {
  font-size: 1.3rem;
}

.fs1_4 {
  font-size: 1.4rem;
}

.fs1_5 {
  font-size: 1.5rem;
}

.fs1_6 {
  font-size: 1.6rem;
}

.fs1_7 {
  font-size: 1.7rem;
}

.fs1_8 {
  font-size: 1.8rem;
}

.fs1_9 {
  font-size: 1.9rem;
}

.lh1_0 {
  line-height: 1.0;
}

.lh1_1 {
  line-height: 1.1;
}

.lh1_2 {
  line-height: 1.2;
}

.lh1_3 {
  line-height: 1.3;
}

.lh1_4 {
  line-height: 1.4;
}

.lh1_5 {
  line-height: 1.5;
}

.lh1_6 {
  line-height: 1.6;
}

.lh1_7 {
  line-height: 1.7;
}

.lh1_8 {
  line-height: 1.8;
}

.lh1_9 {
  line-height: 1.9;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.fs2_0 {
  font-size: 2.0rem;
}

.fs2_1 {
  font-size: 2.1rem;
}

.fs2_2 {
  font-size: 2.2rem;
}

.fs2_3 {
  font-size: 2.3rem;
}

.fs2_4 {
  font-size: 2.4rem;
}

.fs2_5 {
  font-size: 2.5rem;
}

.fs2_6 {
  font-size: 2.6rem;
}

.fs2_7 {
  font-size: 2.7rem;
}

.fs2_8 {
  font-size: 2.8rem;
}

.fs2_9 {
  font-size: 2.9rem;
}

.lh2_0 {
  line-height: 2.0;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.fs3_0 {
  font-size: 3.0rem;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

#ka.index .btn.entry {
  margin-top: 45px;
}
#ka.index .btn.disable {
  background-color: #B7B9C0;
  pointer-events: none;
  border: none;
}
#ka.index .btn.disable:after {
  display: none;
}
#ka.index .btn + p {
  font-size: 14px !important;
}
#ka.index .kv_area {
  background-color: #fff;
  text-align: center;
  padding: 78px 0 81px;
}
#ka.index .lead_area {
  padding: 70px 0 0;
}
#ka.index .lead_area + .lead_area {
  padding: 0;
  margin-top: 60px;
}
#ka.index .lead_area .lead_title {
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0;
}
#ka.index .lead_area .lead_title span {
  display: block;
  font-size: 12px;
  margin-bottom: -9px;
  padding-right: 73px;
}
#ka.index .lead_area .lead_title.last {
  margin-top: -3px !important;
  letter-spacing: 0.05em;
}
#ka.index .lead_area .lead_text {
  text-align: center;
  letter-spacing: 0;
  margin: 16px auto 0;
}
#ka.index .lead_area .lead_text.middle {
  font-size: 24px;
}
#ka.index .lead_area .lead_text + p {
  margin-top: 28px;
  text-align: center;
}
#ka.index .lead_area .lead_text + p + .lead_title {
  margin-top: 62px;
}
#ka.index .lead_area .lead_text_large {
  font-size: 24px;
  margin-top: 2px !important;
}
#ka.index .movie_wrap {
  width: 560px;
  margin: 74px auto 0;
}
#ka.index .movie_wrap + .btn {
  margin-top: 46px;
}
#ka.index .movie_wrap + .btn + .btn {
  margin-top: 46px;
}
#ka.index #local_nav.type-1 {
  margin-top: 98px;
}
#ka.index .nav_footer_local {
  margin: 73px auto 0;
}
#ka.index .contents_area .section_news {
  margin-top: 89px;
  padding-top: 0;
  border: none;
}
#ka.index .contents_area .section_news + section {
  margin-top: 99px;
}
#ka.index .contents_area .section_news .news_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 200px 28px 0;
}
#ka.index .contents_area .section_news .news_list dl + dl {
  margin-top: 0;
}
#ka.index .contents_area .section_news .news_list dl.link {
  display: block;
  padding: 0;
}
#ka.index .contents_area .section_news .news_list dl.link dd {
  border-bottom: 1px solid transparent;
}
#ka.index .contents_area .section_news .news_list dl.link:hover dd {
  border-bottom: 1px solid;
}
#ka.index .contents_area .section_news .news_list dl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 200px 28px 0;
}
#ka.index .contents_area > section {
  border-top: 1px solid #596696;
  margin-top: 99px;
  padding-top: 84px;
}
#ka.index .contents_area > section + section {
  margin-top: 94px;
}
#ka.index .contents_area > section.last {
  border-bottom: 1px solid #596696;
  padding-bottom: 84px;
}
#ka.index .contents_area > section.last + .btn {
  margin-top: 100px;
}
#ka.index .contents_area > section.note_area {
  border: none;
  margin-top: 68px;
  padding: 0;
}
#ka.index .contents_area > section.note_area > section {
  margin-top: 40px;
}
#ka.index .contents_area > section.note_area > section > ol {
  margin-top: 10px;
  padding-left: 24px;
}
#ka.index .contents_area > section.note_area > section > ol > li {
  position: relative;
}
#ka.index .contents_area > section.note_area > section > ol > li a {
  text-decoration: underline;
}
#ka.index .contents_area > section.note_area > section > ol > li a:hover {
  text-decoration: none;
}
#ka.index .contents_area > section.note_area > section > ol > li + li {
  margin-top: 7px;
}
#ka.index .contents_area > section.note_area > section > ol > li:before {
  position: absolute;
  top: 0;
  left: -24px;
  display: block;
}
#ka.index .contents_area > section.note_area > section > ol > li:nth-child(1):before {
  content: "1.";
}
#ka.index .contents_area > section.note_area > section > ol > li:nth-child(2):before {
  content: "2.";
}
#ka.index .contents_area > section.note_area > section > ol > li:nth-child(3):before {
  content: "3.";
}
#ka.index .contents_area > section.note_area > section > ol > li:nth-child(4):before {
  content: "4.";
}
#ka.index .contents_area > section.note_area > section > ol > li > ol {
  margin: -1px 0 0 -4px;
}
#ka.index .contents_area > section.note_area > section > ol > li > ol > li {
  padding-left: 2em;
  text-indent: -2em;
}
#ka.index .contents_area > section.note_area .text {
  margin-top: 8px;
}
#ka.index .contents_area > section.note_area .list {
  margin-top: 17px;
}
#ka.index .contents_area > section.note_area .list li {
  letter-spacing: -0.6px;
  padding-left: 16px;
}
#ka.index .contents_area > section .section_title_small {
  font-size: 28px;
  letter-spacing: 0;
}
#ka.index .contents_area > section .bold {
  font-size: 28px;
  font-weight: 500;
  margin-top: 3px;
}
#ka.index .contents_area > section .bold.gray {
  opacity: 0.3;
}
#ka.index .contents_area > section dl {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ka.index .contents_area > section dl + dl {
  margin-top: 10px;
}
#ka.index .contents_area > section dl dt {
  min-width: 130px;
}
#ka.index .contents_area > section > section {
  margin-top: 31px;
}
#ka.index .contents_area > section > section h3 {
  font-size: 24px;
  letter-spacing: -1px;
}
#ka.index .footer_previous {
  margin-top: 120px;
}

@media screen and (max-width:767px) {
  #ka.index .btn.entry {
    width: 100%;
    margin-top: 23px;
  }
  #ka.index .btn + p {
    font-size: 100% !important;
    margin-top: 33px !important;
    line-height: 2 !important;
  }
  #ka.index .kv_area {
    padding: 62px 0;
  }
  #ka.index .kv_area h1 {
    width: 47.33%;
    margin: 0 auto;
  }
  #ka.index .kv_area h1 img {
    width: 100%;
    height: auto;
  }
  #ka.index .lead_area {
    padding: 35px 0 0;
  }
  #ka.index .lead_area + .lead_area {
    margin-top: 50px;
  }
  #ka.index .lead_area .lead_title {
    font-size: 161.54%;
  }
  #ka.index .lead_area .lead_title span {
    font-size: 52.38%;
    margin-bottom: -6px;
    letter-spacing: 0;
    padding-right: 0;
    padding-left: 8%;
  }
  #ka.index .lead_area .lead_title.last {
    margin-top: 2px !important;
  }
  #ka.index .lead_area .lead_text {
    margin-top: 27px;
    width: 91.33%;
    font-size: 100%;
  }
  #ka.index .lead_area .lead_text.middle {
    font-size: 138%;
    margin-top: 10px;
  }
  #ka.index .lead_area .lead_text + p {
    width: 97%;
    margin: 25px auto 0;
    font-size: 100%;
    letter-spacing: 0;
  }
  #ka.index .lead_area .lead_text + p + .lead_title {
    margin-top: 58px;
  }
  #ka.index .lead_area .lead_text_large {
    font-size: 138.46% !important;
    margin-top: 0 !important;
  }
  #ka.index .movie_wrap {
    width: 89.333%;
    margin: 52px auto 0;
  }
  #ka.index .movie_wrap + .btn {
    margin-top: 37px;
  }
  #ka.index .movie_wrap + .btn + .btn {
    margin-top: 37px;
  }
  #ka.index .nav_footer_local {
    margin-top: 53px;
  }
  #ka.index #local_nav.type-1 {
    margin-top: 43px;
  }
  #ka.index .contents_area .section_news {
    margin-top: 71px;
  }
  #ka.index .contents_area .section_news + section {
    margin-top: 70px;
  }
  #ka.index .contents_area .section_news .section_title {
    font-size: 230.77%;
  }
  #ka.index .contents_area .section_news .news_list dl {
    display: block;
    padding: 20px 0;
  }
  #ka.index .contents_area .section_news .news_list dl.link {
    padding: 0;
  }
  #ka.index .contents_area .section_news .news_list dl a {
    display: block;
    padding: 20px 0;
  }
  #ka.index .contents_area > section {
    margin-top: 69px;
    padding-top: 59px;
  }
  #ka.index .contents_area > section + section {
    margin-top: 63px;
  }
  #ka.index .contents_area > section.last {
    padding-bottom: 35px;
  }
  #ka.index .contents_area > section.last + .btn {
    margin-top: 70px;
    width: 100%;
  }
  #ka.index .contents_area > section.note_area {
    margin-top: 50px;
  }
  #ka.index .contents_area > section.note_area > section {
    margin-top: 26px;
  }
  #ka.index .contents_area > section.note_area > section > ol {
    margin-top: 5px;
    padding-left: 7.6%;
  }
  #ka.index .contents_area > section.note_area > section > ol > li {
    line-height: 1.846;
  }
  #ka.index .contents_area > section.note_area > section > ol > li:before {
    left: -8%;
  }
  #ka.index .contents_area > section.note_area > section > ol > li + li {
    margin-top: 10px;
  }
  #ka.index .contents_area > section.note_area > section > ol > li > ol {
    margin: 2px 0 0 -3.1%;
  }
  #ka.index .contents_area > section.note_area > section > ol > li > ol > li {
    padding-left: 2.7em;
    text-indent: -2.7em;
  }
  #ka.index .contents_area > section.note_area .text {
    margin-top: 1px;
  }
  #ka.index .contents_area > section.note_area .list {
    margin-top: 7px;
  }
  #ka.index .contents_area > section .section_title_small {
    font-size: 161.54%;
  }
  #ka.index .contents_area > section > section {
    margin-top: 49px;
  }
  #ka.index .contents_area > section > section h3 {
    font-size: 138.46%;
  }
  #ka.index .contents_area > section > section > dl {
    margin-top: 3px;
  }
  #ka.index .contents_area > section > section > dl + dl {
    margin-top: 6px;
  }
  #ka.index .contents_area > section > section > dl dt {
    min-width: 33%;
    letter-spacing: -0.5px;
  }
  #ka.index .contents_area > section .bold {
    font-size: 161.54%;
    margin-top: 17px;
    letter-spacing: -0.5px;
  }
  #ka.index .footer_previous {
    margin-top: 87px;
  }
}
#ka.result .contents_area section > section {
  background-color: #fff;
}
#ka.result .contents_area section > section + section {
  margin-top: 40px;
}
#ka.result .contents_area section > section h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
#ka.result .contents_area section > section.japan_grandprix {
  margin-top: 83px;
  padding: 47px 51px 50px;
  background-image: url(/education/ka2022/assets/images/bg_frame.png);
}
#ka.result .contents_area section > section.japan_grandprix + .area_grandprix {
  margin-top: 40px;
}
#ka.result .contents_area section > section.japan_grandprix .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .title .img {
  margin-top: 52px;
  position: relative;
  right: 3px;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .info {
  margin-left: 57px;
  margin-top: 60px;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .info .salon {
  font-size: 18px;
  line-height: 1;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .info .name {
  font-size: 24px;
  line-height: 1;
  margin-top: 17px;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .info .name span {
  font-size: 18px;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .info .name + .name {
  margin-top: 17px;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .info .area {
  line-height: 1;
  font-size: 18px;
  margin-top: 21px;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .winner {
  margin-left: 65px;
  margin-top: 3px;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .winner li img {
  border: 1px solid #8a8eaa;
}
#ka.result .contents_area section > section.japan_grandprix .box1 .winner li + li {
  margin-left: 20px;
}
#ka.result .contents_area section > section.area_grandprix {
  margin-top: 100px;
  padding: 47px 50px 51px;
}
#ka.result .contents_area section > section.area_grandprix h2 {
  text-align: center;
}
#ka.result .contents_area section > section.area_grandprix .img {
  margin-top: 30px;
  text-align: center;
}
#ka.result .contents_area section > section.area_grandprix .list_result {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ka.result .contents_area section > section.area_grandprix .list_result li {
  min-width: 307px;
}
#ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(2n) {
  margin-left: 143px;
}
#ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(n+3) {
  margin-top: 51px;
}
#ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(5) {
  width: 100%;
}
#ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(6), #ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(8) {
  margin-left: 0;
}
#ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(7), #ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(9) {
  margin-left: 143px;
}
#ka.result .contents_area section > section.area_grandprix .list_result li h3 {
  font-size: 18px;
  font-weight: 500;
}
#ka.result .contents_area section > section.area_grandprix .list_result li .info {
  margin: 19px 0 0 14px;
}
#ka.result .contents_area section > section.area_grandprix .large_text {
  font-size: 28px;
  text-align: center;
  border: 1px solid #000;
  margin-top: 56px;
  padding: 26px 0;
}
#ka.result .contents_area section > section.qualify {
  padding: 47px 50px 51px;
}
#ka.result .contents_area section > section.qualify h2 {
  text-align: center;
}
#ka.result .contents_area section > section.qualify .img {
  margin-top: 30px;
  text-align: center;
}
#ka.result .contents_area section > section.qualify > section {
  margin-top: 30px;
}
#ka.result .contents_area section > section.qualify > section + section {
  border-top: 1px solid #D6D9E6;
  margin-top: 58px;
  padding-top: 51px;
}
#ka.result .contents_area section > section.qualify > section h3 {
  font-size: 18px;
  font-weight: 500;
}
#ka.result .contents_area section > section.qualify > section .list_qualify {
  margin: 29px 0 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ka.result .contents_area section > section.qualify > section .list_qualify li:nth-child(2n) {
  margin-left: 157px;
}
#ka.result .contents_area section > section.qualify > section .list_qualify li:nth-child(n+3) {
  margin-top: 40px;
}
#ka.result .contents_area section .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  #ka.result .contents_area section .lead {
    text-align: center;
  }
  #ka.result .contents_area section > section + section {
    margin-top: 21px;
  }
  #ka.result .contents_area section > section h2 {
    font-size: 138.46%;
    text-align: center;
  }
  #ka.result .contents_area section > section.japan_grandprix {
    display: block;
    margin-top: 53px;
    padding: 12% 0 7.5%;
    background-image: url(/education/assets/images/frame_top_sp.png), url(/education/assets/images/frame_bottom_sp.png), url(/education/assets/images/frame_middle_sp.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top, bottom, center;
    background-size: 100%;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 {
    display: block;
    width: 85.07%;
    margin: 0 auto;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .title .img {
    width: 75.83%;
    margin: 5.9% auto 0;
    right: 0;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .title .img img {
    width: 100%;
    height: auto;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .info {
    margin-left: 0;
    margin-top: 11.7%;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .info .salon {
    font-size: 115.38%;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .info .name {
    font-size: 138.46%;
    margin-top: 3.5%;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .info .name span {
    font-size: 83.33%;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .info .name + .name {
    margin-top: 3.5%;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .info .area {
    margin-top: 4.5%;
    font-size: 115.38%;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .winner {
    margin: 5.5% auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #ka.result .contents_area section > section.japan_grandprix .box1 .winner img {
    width: 100%;
    height: auto;
  }
  #ka.result .contents_area section > section.area_grandprix {
    padding: 30px 0 29px 0;
    margin-top: 60px;
  }
  #ka.result .contents_area section > section.area_grandprix .img {
    width: 89.7%;
    margin: 24px auto 0;
  }
  #ka.result .contents_area section > section.area_grandprix .img img {
    width: 100%;
    height: auto;
  }
  #ka.result .contents_area section > section.area_grandprix .list_result {
    display: block;
    padding-left: 7.6%;
    margin-top: 42px;
  }
  #ka.result .contents_area section > section.area_grandprix .list_result li {
    min-width: auto;
  }
  #ka.result .contents_area section > section.area_grandprix .list_result li + li {
    margin-top: 42px;
  }
  #ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(2n) {
    margin-left: 0;
  }
  #ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(n+3) {
    margin-top: 42px;
  }
  #ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(7), #ka.result .contents_area section > section.area_grandprix .list_result li:nth-child(9) {
    margin-left: 0;
  }
  #ka.result .contents_area section > section.area_grandprix .list_result li h3 {
    font-size: 115.38%;
  }
  #ka.result .contents_area section > section.area_grandprix .list_result li .info {
    margin: 21px 0 0 4.8%;
  }
  #ka.result .contents_area section > section.area_grandprix .large_text {
    font-size: 161.54%;
    margin: 50px auto 0;
    width: 88%;
    padding: 17px 0;
    line-height: 1.62;
  }
  #ka.result .contents_area section > section.qualify {
    padding: 30px 0 24px 0;
  }
  #ka.result .contents_area section > section.qualify .img {
    width: 89.7%;
    margin: 24px auto 0;
  }
  #ka.result .contents_area section > section.qualify .img img {
    width: 100%;
    height: auto;
  }
  #ka.result .contents_area section > section.qualify > section {
    width: 84.8%;
    margin: 43px auto 0;
  }
  #ka.result .contents_area section > section.qualify > section + section {
    margin-top: 47px;
    padding-top: 43px;
  }
  #ka.result .contents_area section > section.qualify > section h3 {
    font-size: 115.38%;
  }
  #ka.result .contents_area section > section.qualify > section .list_qualify {
    margin: 21px 0 0 4.8%;
  }
  #ka.result .contents_area section > section.qualify > section .list_qualify li + li {
    margin-top: 28px;
  }
  #ka.result .contents_area section > section.qualify > section .list_qualify li:nth-child(2n) {
    margin-left: 0;
  }
  #ka.result .contents_area section > section.qualify > section .list_qualify li:nth-child(n+3) {
    margin-top: 39px;
  }
  #ka.result .contents_area section .box2 {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  #ka.result .contents_area section .box2 li + li {
    margin-top: 20px;
  }
  #ka.result .contents_area section .box2 li img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */