@charset "UTF-8";
/* Googleフォント */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 120px 0 80px; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
  overflow-x: hidden; }

.inner {
  width: 1008px;
  margin: 0 auto;
  position: relative;
  text-align: justify; }

h1:not(#top_h1) {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #FFF;
  text-shadow: 1px 2px 4px #333;
  font-size: 40px;
  margin-top: 80px; }
  h1:not(#top_h1) img {
    /*max-width:100%;*/
    height: auto;
    position: absolute; }

h2 {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 32px;
  color: #333; }
  h2 span:nth-of-type(1) {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ba9e43; }
  h2 span:nth-of-type(2) {
    display: block;
    font-size: 22px; }
  h2::after {
    content: '';
    width: 1px;
    height: 32px;
    background: #ba9e43;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto; }

h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 22px;
  color: #333; }
  h3::before {
    content: url("../images/common/h3_icon.png");
    width: 30px;
    height: 32px;
    margin-right: 8px; }

h2 + p {
  text-align: center;
  margin: 50px 0; }
  h2 + p a {
    color: #289caf; }

h2 + h3 {
  margin-top: 30px; }

section {
  width: 100%;
  padding: 80px 0;
  background: #FFF; }
  section:nth-of-type(even) {
    background: url("../images/common/section_even_bk.jpg"); }

.link_btn {
  text-decoration: none;
  display: block;
  width: 426px;
  margin: 0 auto;
  background: #ba9e43;
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  position: relative;
  transition: .3s; }
  .link_btn::after {
    font-family: 'Font Awesome 5 free';
    content: '\f0da';
    font-weight: 900;
    color: #FFF;
    position: absolute;
    top: 15px;
    right: 16px; }
  .link_btn:hover {
    opacity: .7;
    transition: .3s; }

#beginner, #footcare, #topnailist, #pro, #freetime, #hygiene {
  margin-top: -160px;
  padding-top: 160px; }

#expert {
  margin-top: -120px;
  padding-top: 120px; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; }

  .sp_menu, .sp_menu + nav {
    display: none; }

  #menu {
    display: none; } }
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 20px;
    right: 20px; }
    .sp_menu i {
      font-size: 30px;
      color: #ba9e43; }

  h1:not(#top_h1) {
    font-size: 31px;
    width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box; }

  h2 {
    font-size: 22px; }

  h2 span:nth-of-type(1), h2 span:nth-of-type(2) {
    font-size: 16px; }

  h3 {
    font-size: 18px; }

  section {
    padding: 40px 0; }
    section:last-of-type {
      padding: 40px 0 120px; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6) > a {
    background: #383435;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; }

  #beginner, #footcare, #topnailist, #pro, #freetime, #hygiene {
    margin-top: -40px;
    padding-top: 40px; }

  #expert {
    margin-top: -40px;
    padding-top: 40px; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 下層共通
 
*****************************************************/
.lv1_cover {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center; }

.lv1_cover_school {
  background: url("../images/common/lv1_cover_about.jpg") center/cover no-repeat; }
  .lv1_cover_school h1 img {
    top: -80px;
    left: -100px; }

.lv1_cover_course {
  background: url("../images/common/lv1_cover_course.jpg") center/cover no-repeat; }
  .lv1_cover_course h1 img {
    top: -50px;
    left: -100px; }

.lv1_cover_instructor {
  background: url("../images/common/lv1_cover_instructor.jpg") center/cover no-repeat; }
  .lv1_cover_instructor h1 img {
    top: -50px;
    left: -180px; }

.lv1_cover_faq {
  background: url("../images/common/lv1_cover_faq.jpg") center/cover no-repeat; }
  .lv1_cover_faq h1 img {
    top: -80px;
    left: -180px; }

.lv1_cover_contact {
  background: url("../images/common/lv1_cover_contact.jpg") center/cover no-repeat; }
  .lv1_cover_contact h1 img {
    top: -90px;
    left: -150px; }

.lv1_cover_payment {
  background: url("../images/common/lv1_cover_contact.jpg") center/cover no-repeat;
  height: 250px; }

.lv1_cover_info {
  background: url("../images/common/lv1_cover_news.jpg") center/cover no-repeat; }
  .lv1_cover_info h1 img {
    top: -50px;
    left: -100px; }

@media screen and (max-width: 896px) {
  .lv1_cover {
    height: 260px; }

  .lv1_cover_school h1 img {
    width: 30%;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .lv1_cover_course h1 img {
    width: 40%;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .lv1_cover_instructor h1 img {
    width: 30%;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .lv1_cover_faq h1 img {
    width: 70%;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .lv1_cover_contact h1 img {
    width: 70%;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .lv1_cover_info h1 img {
    width: 30%;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto; } }
/*****************************************************

 Header
 
*****************************************************/
.global_header {
  width: 100%;
  height: 100px;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 1480px;
  z-index: 99; }

.logo_container {
  padding: 0 10px;
  box-sizing: border-box;
  /*width:20%;*/
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  min-width: 400px; }
  .logo_container a {
    text-decoration: none;
    text-align: center; }
    .logo_container a img {
      width: 220px;
      max-width: 100%;
      height: auto; }
    .logo_container a span {
      display: block;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 16px;
      color: #333; }
  .logo_container figure {
    width: 100px;
    margin-left: 6px; }
    .logo_container figure img {
      width: 60%;
      display: block;
      margin: 0 auto; }
    .logo_container figure span {
      display: block;
      font-family: 'Noto Serif JP', serif;
      font-weight: bold;
      font-size: 12px;
      color: #333;
      text-align: center;
      margin-top: 4px; }
  .logo_container p {
    background: #FFF;
    border-radius: 18px;
    padding: 4px 0;
    box-sizing: border-box;
    width: 100px;
    text-align: center;
    margin-left: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 14px;
    color: #333; }

.header_container {
  width: 1080px;
  height: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .header_container .nav_container:nth-of-type(1) {
    width: 700px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center; }
    .header_container .nav_container:nth-of-type(1) a {
      text-decoration: none;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 15px;
      color: #333;
      text-align: center;
      position: relative; }
      .header_container .nav_container:nth-of-type(1) a span {
        display: block;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #ba9e43; }
      .header_container .nav_container:nth-of-type(1) a:hover::after {
        content: '';
        position: absolute;
        bottom: -16px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 60px;
        height: 2px;
        background: #ba9e43; }
  .header_container .nav_container:nth-of-type(2) {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center; }
    .header_container .nav_container:nth-of-type(2) a {
      height: 100px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 16px;
      color: #FFF;
      text-align: center; }
      .header_container .nav_container:nth-of-type(2) a span {
        display: block;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        font-size: 14px; }
      .header_container .nav_container:nth-of-type(2) a:nth-of-type(1) {
        background: #383435;
        padding: 0 16px;
        box-sizing: border-box;
        transition: .3s; }
        .header_container .nav_container:nth-of-type(2) a:nth-of-type(1):hover {
          opacity: .7;
          transition: .3s; }
      .header_container .nav_container:nth-of-type(2) a:nth-of-type(2) {
        background: #d34471;
        padding: 0 30px;
        box-sizing: border-box;
        transition: .3s; }
        .header_container .nav_container:nth-of-type(2) a:nth-of-type(2):hover {
          opacity: .7;
          transition: .3s; }

@media screen and (max-width: 896px) {
  .global_header {
    min-width: 100%;
    height: 70px; }

  .logo_container {
    justify-content: flex-start;
    width: 80%;
    min-width: 200px;
    height: 70px; }

  .logo_container figure img {
    width: 45%; }

  .logo_container figure span {
    font-size: 10px;
    line-height: 1; }

  .logo_container p {
    display: none; }

  .logo_container a img {
    width: 180px; }

  .logo_container a span {
    font-size: 14px;
    margin-top: -7px; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_wrap {
  width: 100%;
  background: url("../images/common/foot_ptn_bk.png");
  padding: 54px 0; }

.footer_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  .footer_container .footer_item:nth-of-type(1) {
    width: 34%;
    margin: 0 20px;
    text-align: center; }
    .footer_container .footer_item:nth-of-type(1) img {
      width: 290px;
      max-width: 100%;
      height: auto; }
    .footer_container .footer_item:nth-of-type(1) p:nth-of-type(1) {
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 20px;
      color: #FFF; }
    .footer_container .footer_item:nth-of-type(1) p:nth-of-type(2) {
      background: #FFF;
      border-radius: 18px;
      padding: 4px 0;
      box-sizing: border-box;
      width: 110px;
      margin: 0 auto;
      text-align: center;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 16px;
      color: #333; }
  .footer_container .footer_item:nth-of-type(2) {
    width: 34%;
    margin: 0 20px;
    padding-top: 38px; }
    .footer_container .footer_item:nth-of-type(2) img {
      width: 84px;
      max-width: 100%;
      height: auto; }
    .footer_container .footer_item:nth-of-type(2) p {
      display: inline-block;
      vertical-align: top;
      margin: 10px 0 0 4px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 20px;
      color: #FFF; }
      .footer_container .footer_item:nth-of-type(2) p span {
        font-size: 18px; }
  .footer_container .footer_item:nth-of-type(3), .footer_container .footer_item:nth-of-type(4) {
    width: 43.1%;
    margin: 0 20px; }
    .footer_container .footer_item:nth-of-type(3) .footer_text, .footer_container .footer_item:nth-of-type(4) .footer_text {
      border-bottom: 0;
      text-align: left;
      padding: 6px 0 0;
      margin-bottom: 0;
      font-size: 13px;
      font-family: none;
      font-weight: bold; }
    .footer_container .footer_item:nth-of-type(3) p, .footer_container .footer_item:nth-of-type(4) p {
      border-bottom: 1px solid #FFF;
      text-align: center;
      padding: 50px 0 24px;
      margin-bottom: 20px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 22px;
      color: #FFF; }
      .footer_container .footer_item:nth-of-type(3) p span, .footer_container .footer_item:nth-of-type(4) p span {
        display: block;
        font-size: 14px; }
    .footer_container .footer_item:nth-of-type(3) > table, .footer_container .footer_item:nth-of-type(4) > table {
      width: 100%;
      font-size: 14px;
      color: #FFF; }
      .footer_container .footer_item:nth-of-type(3) > table th, .footer_container .footer_item:nth-of-type(4) > table th {
        width: 25%;
        padding: 2px 0;
        vertical-align: top; }
      .footer_container .footer_item:nth-of-type(3) > table td a, .footer_container .footer_item:nth-of-type(4) > table td a {
        text-decoration: none;
        color: #FFF; }
      .footer_container .footer_item:nth-of-type(3) > table td span, .footer_container .footer_item:nth-of-type(4) > table td span {
        margin-left: 20px; }

@media screen and (max-width: 896px) {
  .footer_wrap {
    padding: 40px 0; }

  .footer_container .footer_item:nth-of-type(1) {
    width: 100%; }

  .footer_container .footer_item:nth-of-type(2) {
    width: 100%;
    text-align: center; }

  .footer_container .footer_item:nth-of-type(2) img {
    width: 60px; }

  .footer_container .footer_item:nth-of-type(2) p {
    font-size: 16px;
    margin: 0 0 0 4px; }

  .footer_container .footer_item:nth-of-type(3), .footer_container .footer_item:nth-of-type(4) {
    width: 100%; }

  .footer_container .footer_item:nth-of-type(3) > table th, .footer_container .footer_item:nth-of-type(4) > table th {
    width: 24%; } }
/* 共通 お問い合わせエリア
----------------------------------------------------*/
.c_contact_wrap {
  width: 100%;
  background: url("../images/common/foot_contact_bk.jpg") center/cover no-repeat;
  padding: 80px 0; }
  .c_contact_wrap .c_contact_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 70px 0 0; }
  .c_contact_wrap .c_contact_item {
    width: 47.9%;
    background: #FFF;
    border: 1px solid #ba9e43;
    padding: 26px;
    box-sizing: border-box;
    text-align: center; }
    .c_contact_wrap .c_contact_item p {
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 22px;
      color: #333;
      margin-bottom: 20px; }
    .c_contact_wrap .c_contact_item:nth-of-type(1) a {
      text-decoration: none;
      display: block;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-weight: 500;
      color: #333;
      font-size: 36px;
      line-height: 46px; }
      .c_contact_wrap .c_contact_item:nth-of-type(1) a span {
        font-size: 16px;
        margin-right: 50px;
        vertical-align: middle; }
    .c_contact_wrap .c_contact_item .link_btn {
      margin: 0px auto -8px; }

@media screen and (max-width: 896px) {
  .c_contact_wrap {
    padding: 40px 0 80px; }

  .c_contact_wrap .c_contact_container {
    margin: 40px 0 0;
    padding: 13px;
    box-sizing: border-box; }

  .c_contact_wrap .c_contact_item {
    width: 100%;
    margin-bottom: 20px; }

  .c_contact_wrap .c_contact_item p {
    font-size: 18px; }

  .c_contact_wrap .c_contact_item:nth-of-type(1) a {
    font-size: 24px; }
    .c_contact_wrap .c_contact_item:nth-of-type(1) a span {
      margin-right: 8%; }

  .c_contact_wrap .c_contact_item .link_btn {
    margin: 20px auto 10px; } }
/* page-top
----------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #D34471;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #D34471;
    color: #FFF; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
  .page-top a:hover {
    text-decoration: none; }
  .page-top i {
    margin-top: 13px;
    font-size: 35px; }

.footerlink_container {
  width: 100%;
  text-align: center;
  background: #222;
  padding: 10px 0; }
  .footerlink_container a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: .3s; }
    .footerlink_container a:hover {
      color: #ba9e43;
      transition: .3s; }

/* copyright
----------------------------------------------------*/
.copyright_container {
  width: 100%;
  height: 60px;
  text-align: center;
  background: #111;
  	/*p::before {
      	font-family: FontAwesome;
      	content: '\f1f9';
      	padding-right: 5px;
  		font-weight: 900;
      	color: #FFF;
  	}*/ }
  .copyright_container p {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    line-height: 60px; }

/*****************************************************

 アーカイブページ
 
*****************************************************/
/* archive-information
----------------------------------------------------*/
.info_wrap {
  width: 64.8%;
  margin: 40px auto 0; }
  .info_wrap .info_nav {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .info_wrap .info_nav a {
      width: 30%;
      padding: 6px 0;
      box-sizing: border-box;
      text-align: center;
      font-size: 16px;
      text-decoration: none; }
      .info_wrap .info_nav a:nth-of-type(1) {
        background: #888;
        border: 1px solid #888;
        color: #FFF; }
        .info_wrap .info_nav a:nth-of-type(1).select {
          background: #FFF;
          color: #888; }
      .info_wrap .info_nav a:nth-of-type(2) {
        background: #ba9e43;
        border: 1px solid #ba9e43;
        color: #FFF; }
        .info_wrap .info_nav a:nth-of-type(2).select {
          background: #FFF;
          color: #ba9e43; }
      .info_wrap .info_nav a:nth-of-type(3) {
        background: #289caf;
        border: 1px solid #289caf;
        color: #FFF; }
        .info_wrap .info_nav a:nth-of-type(3).select {
          background: #FFF;
          color: #289caf; }
  .info_wrap .info_list_container {
    background: #FFF;
    padding: 0;
    width: 100%; }
    .info_wrap .info_list_container article {
      width: 100%;
      border-bottom: 1px solid #adadad;
      padding: 14px 0;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 0; }
      .info_wrap .info_list_container article a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .info_wrap .info_list_container article p:nth-of-type(1) {
        font-size: 14px;
        color: #333; }
        .info_wrap .info_list_container article p:nth-of-type(1) i {
          margin-right: 4px; }
      .info_wrap .info_list_container article p:nth-of-type(2) {
        width: 62%;
        font-size: 16px;
        color: #333; }
  .info_wrap .fuji, .info_wrap .mishima, .info_wrap .all {
    width: 68px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    color: #FFF;
    text-transform: capitalize; }
  .info_wrap .fuji {
    background: #ba9e43; }
  .info_wrap .mishima {
    background: #289caf; }
  .info_wrap .all {
    background: #888; }
  .info_wrap > .link_btn {
    margin-top: 80px; }
  .info_wrap > div > .fuji, .info_wrap > div > .mishima, .info_wrap > div > .all {
    margin: 0 auto; }

@media screen and (max-width: 896px) {
  .info_wrap {
    width: 100%; }

  .info_wrap .info_list_container article {
    flex-wrap: wrap; }

  .info_wrap .info_list_container article p:nth-of-type(1) {
    width: 100%; }

  .info_wrap .info_list_container article p:nth-of-type(2) {
    width: 72%; } }
/* ページャー
----------------------------------------------------*/
.pager {
  padding: 80px 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #888888 solid;
    color: #888888;
    background: #fff; }
  .pager a {
    text-decoration: none; }
    .pager a .page-numbers {
      transition: 0.5s; }
    .pager a .page-numbers:hover {
      background: #888888;
      border: 2px #888888 solid;
      color: #fff;
      opacity: 1; }
  .pager .current {
    background: #888888;
    border: 2px #888888 solid;
    color: #FFF; }

/*****************************************************

 シングルページ
 
*****************************************************/
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area > h3 {
    font-size: 18px;
    color: #333;
    padding: 20px 0; }
  .editor_area > h4 {
    margin: 12px 0;
    color: #444;
    font-size: 16px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }

/*****************************************************

 Home
 
*****************************************************/
/* cover
----------------------------------------------------*/
.top_cover_container {
  width: 100%;
  height: 800px;
  background: url("../images/home/school_main_cover.jpg") center/cover no-repeat;
  position: relative;
  z-index: 0; }
  .top_cover_container .top_cover_txt {
    text-align: center;
    padding-top: 190px; }
    .top_cover_container .top_cover_txt img {
      width: 726px;
      max-width: 100%;
      height: auto; }
    .top_cover_container .top_cover_txt p {
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      color: #FFF;
      text-shadow: 1px 2px 4px #333;
      font-size: 20px; }
      .top_cover_container .top_cover_txt p:nth-of-type(1) {
        font-size: 28px; }
  .top_cover_container .top_cover_info_wrap {
    width: 100%;
    height: auto;
    background: url("../images/home/main_bk_ptn.png");
    position: absolute;
    bottom: 0; }
    .top_cover_container .top_cover_info_wrap .top_cover_info_container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 24px 0; }
      .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item {
        width: 46%;
        text-align: center; }
        .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item img {
          width: 280px;
          max-width: 100%;
          height: auto; }
        .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item > p {
          font-family: 'Noto Serif JP', serif;
          font-weight: 500;
          color: #333; }
          .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item > p:nth-of-type(1) {
            font-size: 30px; }
          .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item > p:nth-of-type(2) {
            font-size: 18px;
            margin-top: 30px; }
          .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item > p:nth-of-type(3) {
            font-size: 18px;
            margin-top: 30px; }
        .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item a {
          text-decoration: none;
          display: block;
          width: 100%;
          margin: 0 auto 10px;
          padding: 10px 0;
          background: #FFF;
          border-radius: 20px;
          text-align: center;
          font-family: 'Noto Serif JP', serif;
          font-weight: 500;
          color: #333;
          font-size: 24px; }
          .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item a span {
            font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-weight: normal;
            font-size: 18px;
            display: block; }
          .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item a:nth-of-type(2) {
            margin: 20px auto 0;
            border-radius: 24px;
            background: #ba9e43;
            color: #FFF;
            font-size: 18px; }
          .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item a:nth-of-type(3) {
            margin: 20px auto 0;
            border-radius: 24px;
            background: #d34471;
            color: #FFF;
            font-size: 18px; }

@media screen and (max-width: 896px) {
  .top_cover_container .top_cover_txt {
    padding-top: 100px; }

  .top_cover_container .top_cover_txt p {
    font-size: 14px;
    margin-top: 20px; }

  .top_cover_container .top_cover_txt p:nth-of-type(1) {
    font-size: 18px; }

  .top_cover_container .top_cover_info_wrap .top_cover_info_container {
    padding: 20px 0; }

  .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item {
    width: 100%; }

  .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item img {
    width: 240px; }

  .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item > p:nth-of-type(1) {
    font-size: 21px; }

  .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item > p:nth-of-type(2) {
    font-size: 16px;
    margin: 10px 0 20px; }

  .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item a {
    padding: 4px 0;
    font-size: 18px; }
    .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item a span {
      font-size: 16px;
      /*margin-right:8%;*/ }

  .top_cover_container .top_cover_info_wrap .top_cover_info_container .top_cover_info_item a:last-of-type {
    padding: 8px 0;
    font-size: 16px; } }
/* Feature
----------------------------------------------------*/
.top_greeting_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0; }
  .top_greeting_container p {
    width: 58%;
    font-size: 16px;
    color: #333; }
    .top_greeting_container p span {
      display: block;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 20px;
      margin: 30px 0; }
  .top_greeting_container img {
    width: 357px;
    max-width: 100%;
    height: auto; }

.top_suport_container {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .top_suport_container .top_suport_item {
    width: 31%; }
    .top_suport_container .top_suport_item p {
      font-size: 16px;
      color: #333; }
      .top_suport_container .top_suport_item p:nth-of-type(1) {
        width: 100%;
        margin-bottom: 24px;
        padding: 15px;
        box-sizing: border-box;
        position: relative;
        background: #289caf;
        font-size: 18px;
        color: #FFF; }
        .top_suport_container .top_suport_item p:nth-of-type(1) img {
          position: absolute;
          top: -20px;
          right: 10px;
          width: 92px;
          max-width: 100%;
          height: auto; }

@media screen and (max-width: 896px) {
  .top_greeting_container p {
    width: 100%; }

  .top_greeting_container img {
    width: 280px;
    margin: 0 auto; }

  .top_suport_container .top_suport_item {
    width: 100%;
    margin-bottom: 30px; }

  .top_suport_container .top_suport_item p:nth-of-type(1) {
    margin-bottom: 12px; } }
/* System
----------------------------------------------------*/
.top_system_container {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .top_system_container .top_system_item {
    width: 30.9%;
    margin-bottom: 40px; }
    .top_system_container .top_system_item img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .top_system_container .top_system_item p {
      width: 100%;
      font-size: 16px;
      color: #333; }
      .top_system_container .top_system_item p:nth-of-type(1) {
        margin-bottom: 15px;
        padding: 10px 0 15px;
        border-bottom: 1px solid #ba9e43; }

@media screen and (max-width: 896px) {
  .top_system_container .top_system_item {
    width: 100%; } }
/* course
----------------------------------------------------*/
.top_course_container {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0;
  min-width: 1280px; }
  .top_course_container .top_course_item {
    width: 25%;
    position: relative;
    z-index: 0; }
    .top_course_container .top_course_item figure {
      background: #000; }
      .top_course_container .top_course_item figure > img {
        width: 100%;
        max-width: 100%;
        height: auto;
        opacity: .8;
        transition: .3s; }
    .top_course_container .top_course_item p {
      position: absolute;
      top: 30%;
      bottom: 30%;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.8);
      width: 60%;
      padding: 20px 10px;
      text-align: center;
      box-sizing: border-box;
      font-size: 16px;
      color: #333; }
      .top_course_container .top_course_item p img {
        width: 195px;
        max-width: 100%;
        height: auto;
        position: absolute;
        bottom: -40px;
        right: -100px; }
    .top_course_container .top_course_item a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_course_container .top_course_item:nth-of-type(5) {
      width: 50%; }
      .top_course_container .top_course_item:nth-of-type(5) p {
        width: 30%; }
    .top_course_container .top_course_item:hover figure img {
      opacity: 1;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .top_course_container {
    min-width: 100%; }

  .top_course_container .top_course_item {
    width: 100%; }

  .top_course_container .top_course_item p {
    padding: 4% 10px; }

  .top_course_container .top_course_item:nth-of-type(5) {
    width: 100%; }

  .top_course_container .top_course_item figure > img {
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

  .top_course_container .top_course_item:nth-of-type(5) p {
    width: 60%; }

  .top_course_container .top_course_item p img {
    width: 150px;
    right: -50px; } }
/* Voice_slider
----------------------------------------------------*/
.top_voice_slider {
  width: 100%;
  margin: 40px 0 0; }

.slider {
  width: 100%; }
  .slider .top_voice_item {
    width: 88%;
    margin: 0 auto; }
    .slider .top_voice_item img {
      margin: 0 auto 20px;
      display: block;
      width: 236px;
      max-width: 100%;
      height: auto; }
    .slider .top_voice_item p {
      font-size: 16px;
      color: #333;
      text-align: center; }
      .slider .top_voice_item p:nth-of-type(1) {
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
        font-size: 18px; }
      .slider .top_voice_item p:nth-of-type(2) {
        width: 100%;
        border: 1px solid #ba9e43;
        padding: 4px 0;
        font-size: 14px;
        margin-bottom: 40px; }
      .slider .top_voice_item p:last-of-type {
        text-align: left;
        font-size: 14px; }
    .slider .top_voice_item .top_voice_link {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 40px; }
      .slider .top_voice_item .top_voice_link a {
        width: 31%;
        margin: 1%;
        background: #289caf;
        font-size: 13px;
        color: #FFF;
        text-decoration: none;
        text-align: center; }

.slick-prev::before {
  position: relative;
  content: url("../images/common/voice_left.png") !important;
  opacity: 1;
  left: -70px; }

.slick-next::before {
  position: relative;
  content: url("../images/common/voice_right.png") !important;
  opacity: 1;
  right: -40px; }

/* Information
----------------------------------------------------*/
.top_info_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0 60px; }
  .top_info_container .top_info_item {
    width: 48%; }
    .top_info_container .top_info_item img {
      display: block;
      width: 142px;
      max-width: 100%;
      height: auto;
      margin: 0 auto 20px; }
    .top_info_container .top_info_item > h3::before {
      display: none; }
    .top_info_container .top_info_item article {
      width: 100%;
      border-bottom: 1px solid #adadad;
      padding: 14px 0;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 0; }
      .top_info_container .top_info_item article a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .top_info_container .top_info_item article p:nth-of-type(1) {
        font-size: 14px;
        color: #333; }
        .top_info_container .top_info_item article p:nth-of-type(1) i {
          margin-right: 4px; }
      .top_info_container .top_info_item article p:nth-of-type(2) {
        width: 56%;
        font-size: 16px;
        color: #333; }
      .top_info_container .top_info_item article .fuji, .top_info_container .top_info_item article .mishima, .top_info_container .top_info_item article .all {
        width: 68px;
        text-align: center;
        padding: 5px 0;
        font-size: 12px;
        color: #FFF;
        text-transform: capitalize; }
      .top_info_container .top_info_item article .fuji {
        background: #ba9e43; }
      .top_info_container .top_info_item article .mishima {
        background: #289caf; }
      .top_info_container .top_info_item article .all {
        background: #888; }

@media screen and (max-width: 896px) {
  .top_info_container .top_info_item {
    width: 100%; }

  .top_info_container .top_info_item:nth-of-type(1) {
    margin-bottom: 40px; }

  .top_info_container .top_info_item article {
    flex-wrap: wrap; }

  .top_info_container .top_info_item article p:nth-of-type(1) {
    width: 100%; }

  .top_info_container .top_info_item article p:nth-of-type(2) {
    width: 72%; } }
/*****************************************************

 School
 
*****************************************************/
.feature_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin: 50px 0 0; }
  .feature_container .feature_item {
    width: 31.3%;
    padding: 30px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ba9e43;
    background: #FFF; }
    .feature_container .feature_item img {
      width: 349px;
      max-width: 100%;
      height: auto;
      display: block;
      margin: 10px auto 20px; }
    .feature_container .feature_item p {
      font-size: 14px;
      color: #333; }

.jna_summary_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .jna_summary_container img {
    width: 208px;
    max-width: 100%;
    height: auto; }
  .jna_summary_container .jna_summary_txt {
    width: 74%;
    margin-bottom: 50px; }
    .jna_summary_container .jna_summary_txt h3 {
      justify-content: flex-start; }
    .jna_summary_container .jna_summary_txt p {
      font-size: 16px;
      color: #333; }

.jna_merit_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px; }
  .jna_merit_container .jna_merit_item {
    width: 18.6%; }
    .jna_merit_container .jna_merit_item p {
      font-size: 14px;
      color: #333; }
      .jna_merit_container .jna_merit_item p:nth-of-type(1) {
        width: 100%;
        margin-bottom: 10px;
        padding: 16px 0;
        text-align: center;
        border: 1px solid #4497ad;
        background: #FFF;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        font-size: 16px;
        color: #00759e; }

.admission_container {
  width: 100%;
  margin-top: 40px; }
  .admission_container .admission_item {
    width: 100%;
    background: #FFF;
    border: 1px solid #ba9e43;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
    .admission_container .admission_item > img {
      width: 108px;
      max-width: 100%;
      height: auto; }
    .admission_container .admission_item .admission_txt {
      width: 84%; }
      .admission_container .admission_item .admission_txt > h3 {
        justify-content: flex-start;
        margin-bottom: 10px; }
        .admission_container .admission_item .admission_txt > h3::before {
          display: none; }
      .admission_container .admission_item .admission_txt p, .admission_container .admission_item .admission_txt > div {
        font-size: 16px;
        color: #333; }
        .admission_container .admission_item .admission_txt p a, .admission_container .admission_item .admission_txt > div a {
          color: #289caf; }
        .admission_container .admission_item .admission_txt p ul, .admission_container .admission_item .admission_txt > div ul {
          padding-left: 24px; }
        .admission_container .admission_item .admission_txt p li, .admission_container .admission_item .admission_txt > div li {
          list-style: disc;
          font-size: 14px; }
        .admission_container .admission_item .admission_txt p span, .admission_container .admission_item .admission_txt > div span {
          color: #ff1e00; }
    .admission_container .admission_item:last-of-type {
      margin-bottom: 0; }
      .admission_container .admission_item:last-of-type > div {
        width: 45%; }
      .admission_container .admission_item:last-of-type > img {
        max-width: 100%;
        height: auto; }
        .admission_container .admission_item:last-of-type > img:nth-of-type(1) {
          width: 108px; }
        .admission_container .admission_item:last-of-type > img:nth-of-type(2) {
          width: 290px;
          margin: 40px 50px 0 0; }

@media screen and (max-width: 896px) {
  .feature_container .feature_item {
    width: 90%; }

  .feature_container .feature_item img {
    width: 80%;
    margin: 10px auto; }

  .feature_container .feature_item > h3 {
    margin-bottom: 10px; }

  .jna_summary_container img {
    margin: 0 auto 20px; }

  .jna_summary_container .jna_summary_txt {
    width: 100%; }

  .jna_merit_container {
    margin-top: 0; }

  .jna_merit_container .jna_merit_item {
    width: 46%;
    margin-bottom: 20px; }

  .admission_container .admission_item > img {
    margin-bottom: 15px; }

  .admission_container .admission_item .admission_txt, .admission_container .admission_item:last-of-type > div {
    width: 100%; }

  .admission_container .admission_item:last-of-type > img:nth-of-type(2) {
    margin: 20px 0; } }
/*****************************************************

 Course
 
*****************************************************/
.course_lev_container {
  width: 100%;
  margin: 80px 0 36px;
  padding-bottom: 36px;
  border-bottom: 3px dotted #d8d8d8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end; }
  .course_lev_container .course_lev_item {
    width: 25%;
    text-align: center; }
    .course_lev_container .course_lev_item p {
      font-size: 14px;
      color: #333;
      margin-bottom: 10px; }
      .course_lev_container .course_lev_item p:nth-of-type(1) {
        padding-bottom: 10px;
        position: relative;
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
        font-size: 18px; }
        .course_lev_container .course_lev_item p:nth-of-type(1)::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 168px;
          height: 1px;
          background: #ba9e43; }
    .course_lev_container .course_lev_item div {
      width: 100%;
      height: 28px;
      box-sizing: border-box; }
    .course_lev_container .course_lev_item .c_fff1b6 {
      background: #fff1b6; }
    .course_lev_container .course_lev_item .c_e1e5b1 {
      background: #e1e5b1; }
    .course_lev_container .course_lev_item .c_79d1af {
      background: #79d1af; }
    .course_lev_container .course_lev_item .c_4fc1c1 {
      background: #4fc1c1; }
    .course_lev_container .course_lev_item .c_border {
      border-right: 3px dotted #FFF;
      border-radius: 1px; }
    .course_lev_container .course_lev_item:last-of-type {
      position: relative; }
      .course_lev_container .course_lev_item:last-of-type img {
        position: absolute;
        top: -60px;
        right: -60px;
        width: 112px;
        max-width: 100%;
        height: auto; }

.course_lev_container_sp {
  width: 100%;
  margin: 36px 0;
  padding-bottom: 36px;
  border-bottom: 3px dotted #d8d8d8; }
  .course_lev_container_sp img {
    width: 750px;
    max-width: 100%;
    height: auto; }

.course_block_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px; }
  .course_block_container .course_block_item {
    width: 31%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ba9e43;
    text-align: center; }
    .course_block_container .course_block_item p {
      font-size: 14px;
      color: #333;
      margin-bottom: 10px; }
      .course_block_container .course_block_item p:nth-of-type(1) {
        padding-bottom: 10px;
        position: relative;
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
        font-size: 18px; }
        .course_block_container .course_block_item p:nth-of-type(1)::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 168px;
          height: 1px;
          background: #ba9e43; }

.course_h3_container {
  width: 100%;
  margin-top: 80px; }
  .course_h3_container p {
    text-align: center;
    font-size: 16px;
    color: #333; }

#main_content > section > div > .course_h3_container:nth-child(5) > h3::after {
  content: url("../images/course/course_recommend_icon.png");
  width: 112px;
  height: 80px;
  margin-left: 20px;
  margin-top: -26px; }

.course_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .course_container > p {
    width: 65.47%;
    background: #FFF;
    border: 24px solid #4fc1c1;
    padding: 60px 24px;
    margin-top: 54px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    letter-spacing: 0; }
    .course_container > p strong {
      display: block;
      font-weight: bold; }
  .course_container table {
    width: 100%; }
    .course_container table tr {
      border-bottom: 1px solid #ccc6bc; }
      .course_container table tr:nth-of-type(3) {
        border-bottom: 1px dotted #ccc6bc; }
        .course_container table tr:nth-of-type(3) td {
          font-size: 21px;
          color: #cd4970;
          padding: 8px 20px 8px 0; }
    .course_container table th {
      width: 40%;
      padding: 16px 0 16px 20px;
      font-size: 14px;
      color: #333; }
    .course_container table td {
      padding: 16px 20px 16px 0;
      text-align: right; }
  .course_container .corse_price_notice {
    width: 100%;
    margin: 10px 0 0;
    font-size: 13px;
    color: #333; }
  .course_container .course_3col_item {
    width: 30.85%;
    margin-top: 40px; }
    .course_container .course_3col_item p {
      text-align: center;
      padding: 16px 0;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 18px;
      color: #333; }
      .course_container .course_3col_item p strong {
        display: block;
        font-weight: bold;
        font-size: 14px;
        font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold;
        margin-top: 10px; }
      .course_container .course_3col_item p span {
        display: block;
        font-size: 14px;
        font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: normal; }
    .course_container .course_3col_item .course_recommended_qualification {
      width: 100%;
      border: 1px solid #ccc;
      padding: 8px;
      box-sizing: border-box;
      margin: 16px 0; }
      .course_container .course_3col_item .course_recommended_qualification p {
        font-size: 14px;
        color: #333;
        letter-spacing: -1px;
        padding: 8px 0 0; }
        .course_container .course_3col_item .course_recommended_qualification p:nth-of-type(1) {
          font-weight: bold;
          font-size: 16px;
          letter-spacing: normal; }
  .course_container .course_2col_item {
    width: 48.2%;
    margin-top: 0; }
    .course_container .course_2col_item > p {
      text-align: center;
      padding: 16px 0;
      font-size: 14px;
      color: #333;
      margin-top: 40px; }
      .course_container .course_2col_item > p strong {
        display: block;
        font-weight: bold; }
  .course_container:nth-child(7) > .course_3col_item > p {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF8AB1;
    color: #fff; }
  .course_container:nth-child(7) > .course_3col_item > table > tbody th {
    width: 30%; }
  .course_container:nth-child(7) > .course_3col_item > table > tbody > tr:nth-child(3) {
    border-bottom: 1px solid #ccc6bc; }
  .course_container:nth-child(7) > .course_3col_item > table > tbody > tr:nth-child(3) td {
    font-size: 14px;
    padding: 16px 10px 16px 0;
    color: #333; }
  .course_container:nth-child(7) > .course_3col_item > table > tbody > tr:nth-child(2) td {
    font-size: 18px;
    padding: 8px 10px 8px 0;
    color: #cd4970; }
    .course_container:nth-child(7) > .course_3col_item > table > tbody > tr:nth-child(2) td span:nth-of-type(odd) {
      font-size: 14px;
      color: #333; }
    .course_container:nth-child(7) > .course_3col_item > table > tbody > tr:nth-child(2) td span:nth-of-type(even) {
      font-size: 14px; }
  .course_container:nth-child(7) > .course_3col_item:nth-child(1) > table > tbody > tr:nth-child(2) > th {
    padding: 26px 0 25px 20px; }
  .course_container:nth-child(11) > .course_3col_item p {
    background: #fff1b6; }
  .course_container:nth-child(13) > .course_3col_item p {
    background: #e1e5b1; }
  .course_container:nth-child(14) > .course_2col_item:nth-of-type(1) > p {
    background: #79d1af; }
  .course_container:nth-child(14) > .course_2col_item:nth-of-type(n+2) > p {
    background: #FFF;
    border: 1px solid #ba9e43; }
  .course_container:nth-child(14) > .course_2col_item:nth-of-type(4) > table tr:nth-of-type(2) {
    border-bottom: 1px dotted #ccc6bc; }
    .course_container:nth-child(14) > .course_2col_item:nth-of-type(4) > table tr:nth-of-type(2) td {
      font-size: 22px;
      color: #cd4970;
      padding: 8px 4px 8px 0; }
  .course_container:nth-child(14) > .course_2col_item:nth-of-type(4) > table tr:nth-of-type(3) td {
    padding: 8px 4px 8px 0; }
  .course_container:nth-child(14) > .course_2col_item:nth-of-type(5) > table tr:nth-of-type(3) td {
    padding: 8px 4px 8px 0; }
  .course_container .link_btn {
    width: 100%;
    margin: 20px 0; }

@media screen and (max-width: 896px) {
  .course_lev_container {
    margin: 40px 0 36px;
    padding-bottom: 16px; }

  .course_lev_container .course_lev_item {
    width: 50%;
    margin-bottom: 30px; }

  .course_lev_container .course_lev_item p:nth-of-type(1)::after {
    width: 80%; }

  .course_lev_container .course_lev_item:last-of-type img {
    display: none; }

  .course_block_container {
    margin-bottom: 20px; }

  .course_block_container .course_block_item {
    width: 100%;
    margin-bottom: 20px; }

  .course_block_container .course_block_item p:nth-of-type(1)::after {
    width: 60%; }

  .course_container > p, .course_container .course_3col_item, .course_container .course_2col_item {
    width: 100%; }

  .course_container > p {
    padding: 24px; }

  .course_container .course_3col_item, .course_container .course_2col_item {
    margin-top: 80px; }
    .course_container .course_3col_item:first-of-type, .course_container .course_2col_item:first-of-type {
      margin-top: 20px; }

  .course_container table tr:nth-of-type(3) td {
    font-size: 16px; } }
/*****************************************************

 Instructor
 
*****************************************************/
.instructor_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .instructor_container .instructor_item {
    width: 29.36%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 60px; }
    .instructor_container .instructor_item:last-of-type {
      margin-right: 0; }
    .instructor_container .instructor_item .instructor_txt {
      width: 100%; }
      .instructor_container .instructor_item .instructor_txt p {
        width: 100%;
        padding: 16px 0 10px;
        margin-bottom: 20px;
        text-align: center;
        border-bottom: 1px solid #ba9e43;
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
        font-size: 18px;
        color: #333; }
      .instructor_container .instructor_item .instructor_txt li {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 4px;
        font-size: 14px;
        color: #333; }
        .instructor_container .instructor_item .instructor_txt li::before {
          font-family: 'Font Awesome 5 free';
          content: '\f111';
          font-weight: 900;
          font-size: 8px;
          color: #ba9e43;
          margin-right: 4px; }
    .instructor_container .instructor_item img {
      width: 263px;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .instructor_container:nth-of-type(1) {
    justify-content: center; }
    .instructor_container:nth-of-type(1) .instructor_item {
      width: 80%;
      margin: 0 auto 40px;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center; }
      .instructor_container:nth-of-type(1) .instructor_item .instructor_txt {
        width: 47.64%;
        margin-bottom: 20px; }
        .instructor_container:nth-of-type(1) .instructor_item .instructor_txt p {
          font-size: 22px;
          text-align: left;
          padding: 0 0 10px; }
          .instructor_container:nth-of-type(1) .instructor_item .instructor_txt p:nth-of-type(2) {
            font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-weight: normal;
            font-size: 16px;
            margin-bottom: 10px;
            border-bottom: none; }
      .instructor_container:nth-of-type(1) .instructor_item img {
        width: 357px;
        margin: 0; }

@media screen and (max-width: 896px) {
  .instructor_container:nth-of-type(1) .instructor_item {
    flex-direction: column;
    width: 100%; }

  .instructor_container:nth-of-type(1) .instructor_item img {
    width: 80%; }

  .instructor_container:nth-of-type(1) .instructor_item .instructor_txt {
    width: 100%; }

  .instructor_container .instructor_item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0; } }
/*****************************************************

 FAQ
 
*****************************************************/
.faq_container {
  width: 100%;
  padding: 24px 0 38px;
  border-bottom: 1px solid #ba9e43;
  min-width: 1008px; }
  .faq_container > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px; }
    .faq_container > div p {
      width: 94.54%;
      font-size: 18px;
      color: #333;
      font-weight: bold; }
      .faq_container > div p:nth-of-type(1) {
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 42px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 22px;
        background: #f0d86f; }
    .faq_container > div:nth-of-type(2) {
      margin-bottom: 0; }
      .faq_container > div:nth-of-type(2) p {
        font-size: 16px;
        color: #666;
        font-weight: normal; }
        .faq_container > div:nth-of-type(2) p:nth-of-type(1) {
          font-size: 22px;
          color: #FFF;
          background: #289caf; }
  .faq_container:nth-of-type(1) {
    border-top: 1px solid #ba9e43; }

@media screen and (max-width: 896px) {
  .faq_container {
    min-width: 100%; }

  .faq_container > div p {
    width: 84%; } }
/*****************************************************

 Contact
 
*****************************************************/
.contact_phone_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px; }
  .contact_phone_container .contact_phone_item {
    width: 48%;
    background: #FFF;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid #ba9e43;
    text-align: center; }
    .contact_phone_container .contact_phone_item > h3 {
      margin-bottom: 0; }
      .contact_phone_container .contact_phone_item > h3::before {
        display: none; }
    .contact_phone_container .contact_phone_item > a {
      text-decoration: none;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500;
      font-size: 36px;
      color: #333;
      display: block;
      margin: 10px 0;
      letter-spacing: 4px; }
    .contact_phone_container .contact_phone_item .business_hours {
      width: 72%;
      margin: 0 auto;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .contact_phone_container .contact_phone_item .business_hours p {
        width: 33.3%;
        text-align: left;
        font-size: 14px;
        color: #333; }
        .contact_phone_container .contact_phone_item .business_hours p:nth-of-type(1) {
          width: 28%; }
        .contact_phone_container .contact_phone_item .business_hours p:nth-of-type(2) {
          width: 47.3%; }
        .contact_phone_container .contact_phone_item .business_hours p:nth-of-type(3) {
          text-align: right; }

@media screen and (max-width: 896px) {
  .contact_phone_container {
    margin-top: 40px;
    box-sizing: border-box; }

  .contact_phone_container .contact_phone_item {
    width: 100%;
    margin-bottom: 20px; }

  .contact_phone_container .contact_phone_item > a {
    font-size: 28px;
    letter-spacing: 2px; }

  .contact_phone_container .contact_phone_item .business_hours {
    width: 100%;
    flex-wrap: wrap; }

  .contact_phone_container .contact_phone_item .business_hours p {
    width: 48%; }
    .contact_phone_container .contact_phone_item .business_hours p:nth-of-type(1) {
      width: 100%;
      padding: 0 10px; } }
/*****************************************************

 フォーム
 
*****************************************************/
.contactform_container {
  width: 86.4%;
  margin: 50px auto 0;
  padding: 20px;
  background: #FFF; }
  .contactform_container p {
    font-size: 16px; }
    .contactform_container p:nth-of-type(1) {
      text-align: center; }
  .contactform_container table {
    width: 100%;
    margin-top: 10px; }
    .contactform_container table tr {
      border-bottom: 1px solid #adadad; }
      .contactform_container table tr:last-of-type {
        border-bottom: none; }
      .contactform_container table tr:last-of-type th {
        border-bottom: none;
        vertical-align: top; }
    .contactform_container table th {
      width: 28%;
      /*border-bottom:1px solid #adadad;*/
      font-size: 16px;
      color: #333;
      padding: 20px 0;
      box-sizing: border-box;
      position: relative; }
      .contactform_container table th span {
        position: absolute;
        top: 35%;
        right: 0;
        font-size: 14px;
        color: #FFF;
        text-align: center;
        padding: 2px 8px;
        background: #289caf;
        border-radius: 4px; }
    .contactform_container table td {
      /*width:70%;*/
      /*border-bottom:1px solid #ccc;*/
      font-size: 16px;
      color: #333;
      padding: 20px;
      box-sizing: border-box; }
    .contactform_container table:nth-child(4) > tbody > tr:nth-child(2) > th > span {
      top: 9%; }
  .contactform_container table:nth-of-type(2) tr {
    /*&:nth-of-type(2) th,&:nth-of-type(4) th {padding-left:90px;}*/ }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div {
        width: 40%;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center; }
        .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div::before, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div::before {
          font-size: 16px;
          color: #333;
          width: 80px; }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div:nth-of-type(1)::before {
      content: '姓'; }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div:nth-of-type(2)::before {
      content: '名'; }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div:nth-of-type(1)::before {
      content: 'セイ'; }
    .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div:nth-of-type(2)::before {
      content: 'メイ'; }
    .contactform_container table:nth-of-type(2) tr:last-of-type th {
      vertical-align: middle; }
  .contactform_container > .wpcf7 > form > h3 {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #888;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    margin-bottom: 0; }
    .contactform_container > .wpcf7 > form > h3::before {
      display: none; }
    .contactform_container > .wpcf7 > form > h3:nth-of-type(3) {
      margin-top: 50px; }
  .contactform_container > .wpcf7 > form > table:nth-of-type(1) {
    margin: 20px 0; }
    .contactform_container > .wpcf7 > form > table:nth-of-type(1) td p {
      display: inline;
      color: #aaa; }
      .contactform_container > .wpcf7 > form > table:nth-of-type(1) td p span {
        margin-left: 10px;
        color: #DB5F0C;
        font-size: 14px; }
  .contactform_container > .wpcf7 > form > table:nth-of-type(1) tr:nth-of-type(1) input[type="text"] {
    background: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 0; }

.agreementicon {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  padding: 2px 8px;
  background: #289caf;
  border-radius: 4px;
  /*margin-right:20px;*/ }

.confirm_box {
  width: 60%;
  margin: 0 auto;
  display: block;
  background: #d34471;
  color: #FFF;
  padding: 10px 0; }

#formWrap {
  padding: 80px 0; }
  #formWrap h3 {
    margin-bottom: 40px; }

.form_table {
  width: 90%;
  margin: 40px auto; }
  .form_table th {
    width: 30%;
    border-bottom: 1px solid #0A1F54;
    /*font-family: $ShueiMaruGo_B;*/
    font-size: 16px;
    color: #333;
    padding: 26px 20px;
    box-sizing: border-box;
    text-align: center; }
  .form_table td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    padding: 30px;
    box-sizing: border-box; }

.form_h3 {
  box-sizing: border-box; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  text-decoration: none;
  margin: 50px auto;
  display: block;
  text-align: center;
  background: #DB621D;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 10px 0;
  width: 30%;
  height: auto; }

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #FFF;
  overflow-y: scroll;
  text-align: left !important; }
  .privacypolicy p {
    text-align: left !important; }
  .privacypolicy h4 {
    margin: 40px 0 20px;
    font-size: 16px;
    font-weight: bold; }
    .privacypolicy h4:first-child {
      margin-top: 0; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

@media screen and (max-width: 668px) {
  .contactform_container {
    width: 100%;
    margin: 30px auto 0;
    box-sizing: border-box;
    padding: 10px; }

  .contact_phone_container span {
    font-size: 24px; }

  .privacypolicy {
    width: 100%; }

  .contactform_container table th {
    width: 100%;
    display: block;
    border: none;
    padding: 26px 0 0; }

  .contactform_container table th span {
    margin-right: 20px;
    position: static;
    margin-left: 20px; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 20px 0; }

  .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td {
    flex-direction: column; }

  .contactform_container table:nth-of-type(2) tr:nth-of-type(1) td div, .contactform_container table:nth-of-type(2) tr:nth-of-type(2) td div {
    width: 84%;
    margin-bottom: 15px; }

  .contactform_container table:nth-of-type(2) tr:nth-of-type(2) th, .contactform_container table:nth-of-type(2) tr:nth-of-type(4) th {
    padding-left: 0; }

  .confirm_box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #CECECE;
  border-radius: 3px;
  transition: all .3s; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%;
    margin-left: 10px; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%;
    margin-left: 10px; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%;
    margin-left: 10px; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%;
    margin-right: 20px;
    margin-left: 10px; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%;
    margin-left: 10px; }

label {
  margin-right: 50px;
  margin-left: 12px; }

form > label {
  width: 40%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px; }

input[type="checkbox"] {
  padding: 10px 12px;
  background: #efefef;
  transition: all .3s;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  vertical-align: bottom; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
textarea {
  height: 160px;
  margin-bottom: 20px;
  margin-left: 10px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="submit"] {
  text-decoration: none;
  width: 40%;
  height: auto;
  display: block;
  margin: 40px auto 0;
  background: #ba9e43;
  padding: 14px 0;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  position: relative;
  transition: .3s;
  cursor: pointer; }
  input[type="submit"]:hover {
    opacity: .7;
    transition: .3s; }

input[type="button"] {
  text-decoration: none;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  background: #FFF;
  border: 1px solid #004898;
  font-size: 18px;
  color: #666;
  padding: 5px 0;
  width: 28%;
  height: auto;
  transition: .3s;
  position: relative; }

@media screen and (max-width: 668px) {
  input[type="button"] {
    width: 80%; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #FFF; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 80%; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 80%; }

  textarea {
    margin-left: 0; } }
.notice span {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold; }

.payment_container > div > form > .wpcf7-mail-sent-ok {
  display: none !important; }

.wpcf7-list-item {
  margin: 0 !important; }

/*****************************************************

 特定商取引法に基づく表記
 
*****************************************************/
.transaction_info_container {
  width: 86.4%;
  margin: 50px auto 0;
  padding: 20px;
  background: #FFF; }
  .transaction_info_container table {
    width: 100%;
    margin-top: 10px; }
    .transaction_info_container table tr {
      border-bottom: 1px solid #adadad; }
      .transaction_info_container table tr:last-of-type {
        border-bottom: none; }
      .transaction_info_container table tr:last-of-type th {
        border-bottom: none;
        vertical-align: top; }
    .transaction_info_container table th {
      width: 28%;
      /*border-bottom:1px solid #adadad;*/
      font-size: 16px;
      color: #333;
      padding: 20px 0;
      box-sizing: border-box;
      position: relative;
      font-weight: bold; }
      .transaction_info_container table th span {
        position: absolute;
        top: 35%;
        right: 0;
        font-size: 14px;
        color: #FFF;
        text-align: center;
        padding: 2px 8px;
        background: #289caf;
        border-radius: 4px; }
    .transaction_info_container table td {
      /*width:70%;border-bottom:1px solid #ccc;*/
      font-size: 16px;
      color: #333;
      padding: 20px;
      box-sizing: border-box; }
      .transaction_info_container table td a {
        color: #333;
        text-decoration: none; }

@media screen and (max-width: 896px) {
  .transaction_info_container {
    margin: 20px auto 0; }

  .transaction_info_container table th, .transaction_info_container table td {
    width: 100%;
    display: block; }

  .transaction_info_container table td {
    padding: 0px 0 20px; } }
/*****************************************************

2026.05.18追加
 
*****************************************************/
.jna_bnr_area {
  width: 100%;
  margin-top: 80px; }
  .jna_bnr_area figure {
    font-size: 0;
    transition: .3s; }
    .jna_bnr_area figure a img {
      width: 100%; }
    .jna_bnr_area figure a:hover {
      opacity: 0.7;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .jna_bnr_area {
    margin-top: 60px; } }
