@charset "UTF-8";

/*====================
  Hero
  01-01.Base
  01-02.Text

  Lineup
  02-01.Base
  02-02.Anker
  02-03.Section
  02-04.Heading
  02-05.Content

  下層ページ
  02-01.Base
  02-03.Section
  02-04.Heading
  02-05.Content
====================*/

/*========================================
  Hero
========================================*/
/*====================
  01-01.Thumb
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  /* Base */
  .top-hero {
    margin-bottom: 60px;
  }
  .top-hero-thumb {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 60px;
    /* padding-bottom: 60px; */
  }
  .top-hero-thumb-link {
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    width: 2%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
  }
  .top-hero-thumb-link-01 {
    bottom: 72%;
    right: 74.5%;
  }
  .top-hero-thumb-link-02 {
    bottom: 72%;
    right: 72.5%;
  }
  .top-hero-thumb-link:hover {
    opacity: 0.7;
  }
  .top-hero-thumb-item{
    display: block;
  }
  .top-hero-thumb-item:hover {
    opacity: 0.7;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  /* Base */
  .top-hero {
    margin-bottom: 25px;
  }
  .top-hero-thumb {
    position: relative;
  }
  .top-hero-thumb-link {
    display: block;
    color: #000000;
    line-height: 1;
    text-decoration: none;
    width: 3%;
    padding: 2%;
    position: absolute;
    bottom: 0%;
    right: 26%;
  }
  .top-hero-thumb-link-01 {
    bottom: 8%;
    left: 18.5%;
  }
  .top-hero-thumb-link-02 {
    bottom: 8%;
    left: 22.5%;
  }
  .top-hero-thumb-item{
    display: block;
  }
  .top-hero-thumb-item:hover {
    opacity: 0.7;
  }
}

/*====================
  01-02.Text
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  /* Base */
  .top-hero-text {
    background-color: #f2f2f2;
  }
  .top-hero-text-inner {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .top-hero-text-lade {
    width: 410px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  /* Base */
  .top-hero-text {
    background-color: #f2f2f2;
  }
  .top-hero-text-inner {
    padding: 10px 10% 15px;
  }
}

/*========================================
  Lineup
========================================*/
/*====================
  02-01.Base
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  /* Base */
  .top-lineup {
    background-color: #ffffff;
    margin-bottom: 140px;
  }
  .top-lineup-inner {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
  /* Grid */
  .top-lineup-grid-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-lineup-grid-list + .top-lineup-grid-list {
    margin-top: 130px;
  }
  .top-lineup-grid {
    width: 47%;
  }
  .top-lineup-grid:nth-child(2n) {
    margin-left: 6%;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  /* Base */
  .top-lineup {
    background-color: #ffffff;
  }
}

/*====================
  02-02.Anker
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  /* Base */
  .top-lineup-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
  }
  /* Nav */
  .top-lineup-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-lineup-nav:not(:last-child) {
    border-right: solid 1px #ffffff;
  }
  .top-lineup-nav-main {
    width: 24%;
  }
  .top-lineup-nav-sub {
    width: 14%;
  }
  /* Link */
  .top-lineup-nav-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00a0e9;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    width: 100%;
    padding: 20px 20px 20px 10px;
    position: relative;
  }
  .top-lineup-nav-link:before {
    content: "";
    background-image: url(/info/assets/img/lineup_anker_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: 7px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
  }
  .top-lineup-nav-link:hover {
    opacity: 0.7;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  /* Base */
  .top-lineup-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* Nav */
  .top-lineup-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #ffffff;
  }
  .top-lineup-nav:nth-child(2),
  .top-lineup-nav:nth-child(5) {
    border-right: none;
  }
  .top-lineup-nav:nth-child(n + 3) {
    border-top: solid 1px #ffffff;
  }
  .top-lineup-nav-main {
    width: 50%;
  }
  .top-lineup-nav-sub {
    width: 25%;
  }
  /* Link */
  .top-lineup-nav-link {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00a0e9;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    width: 100%;
    padding: 14px 20px 14px 14px;
    position: relative;
  }
  .top-lineup-nav-link:before {
    content: "";
    background-image: url(/info/assets/img/lineup_anker_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 6px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
  }
  .top-lineup-nav-link:hover {
    opacity: 0.7;
  }
}

/*====================
  02-03.Section
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  /* Base */
  .top-lineup-section + .top-lineup-section {
    margin-top: 120px;
  }
}

/*====================
  02-04.Heading
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  /* Base */
  .top-lineup-heading {
    text-align: center;
    width: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
  /* Section */
  .top-lineup-section-heading {
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
    padding: 16px 20px 16px 48px;
    position: relative;
  }
  /* Flag */
  .top-lineup-section-heading:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 22px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
  }
  .top-lineup-section-heading--flag-blue:before {
    background-image: url(/info/assets/img/lineup_flag_blue.png);
  }
  .top-lineup-section-heading--flag-green:before {
    background-image: url(/info/assets/img/lineup_flag_green.png);
  }
  .top-lineup-section-heading--flag-orange:before {
    background-image: url(/info/assets/img/lineup_flag_orange.png);
  }
  .top-lineup-section-heading--flag-yellow:before {
    background-image: url(/info/assets/img/lineup_flag_yellow.png);
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  /* Base */
  .top-lineup-heading {
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  /* Section */
  .top-lineup-section-heading {
    border-bottom: solid 1px #bfbfbf;
    background-color: #ffffff;
    font-size: 14px;
    color: #000000;
    padding: 15px 30px 15px 70px;
    position: relative;
  }
  /* Flag */
  .top-lineup-section-heading:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
  }
  .top-lineup-section-heading--flag-blue:before {
    background-image: url(/info/assets/img/lineup_flag_blue.png);
  }
  .top-lineup-section-heading--flag-green:before {
    background-image: url(/info/assets/img/lineup_flag_green.png);
  }
  .top-lineup-section-heading--flag-orange:before {
    background-image: url(/info/assets/img/lineup_flag_orange.png);
  }
  .top-lineup-section-heading--flag-yellow:before {
    background-image: url(/info/assets/img/lineup_flag_yellow.png);
  }
}

/*====================
  02-05.Content
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  /* Base */
  .top-lineup-section-content {
    border-top: solid 1px #bfbfbf;
    border-right: solid 1px #bfbfbf;
    border-left: solid 1px #bfbfbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 20px 18px 30px;
  }
  .top-lineup-section-content:last-child {
    border-bottom: solid 1px #bfbfbf;
  }
  /* Thumb */
  .top-lineup-section-thumb {
    width: 21%;
    margin-right: 8%;
  }
  /* Text */
  .top-lineup-section-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 71%;
  }
  /* Text title */
  .top-lineup-section-title {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top-lineup-section-title-notice {
    color: #fe6262;
  }
  /* Btn */
  .top-lineup-section-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-lineup-section-btn:not(:last-child) {
    margin-right: 2%;
  }
  /* Btn blue */
  .top-lineup-section-btn-link--color-blue {
    width: 60%;
  }
  .top-lineup-section-btn-link--color-blue .top-lineup-section-btn-link {
    background-color: #0068b7;
  }
  /* Btn gray */
  .top-lineup-section-btn-link--color-gray {
    width: 38%;
  }
  .top-lineup-section-btn-link--color-gray .top-lineup-section-btn-link {
    background-color: #c6c6c6;
  }
  /* Btn light blue */
  .top-lineup-section-btn-link--color-light-blue {
    width: 38%;
  }
  .top-lineup-section-btn-link--color-light-blue .top-lineup-section-btn-link {
    background-color: #00A0E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 5px;
  }
  .top-lineup-section-btn-link--color-light-blue .top-lineup-section-btn-link::before {
    content: "";
    background-image: url(/info/assets/img/211122/icon_read.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 19px;
    margin-right: 8px;
  }
  /* Btn link */
  .top-lineup-section-btn-link {
    display: block;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    padding: 10px;
  }
  .top-lineup-section-btn-link:hover {
    opacity: 0.7;
  }
  .top-lineup-section-note {
    font-size: 12px;
    color: #555555;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  /* Base */
  .top-lineup-section-content {
    border-bottom: solid 1px #bfbfbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 15px 20px;
  }
  /* Thumb */
  .top-lineup-section-thumb {
    width: 18%;
    margin-right: 6%;
  }
  /* Text */
  .top-lineup-section-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 76%;
  }
  /* Text title */
  .top-lineup-section-title {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top-lineup-section-title-notice {
    color: #fe6262;
  }
  /* Btn */
  .top-lineup-section-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-lineup-section-btn:not(:last-child) {
    margin-right: 2%;
  }
  /* Btn blue */
  .top-lineup-section-btn-link--color-blue {
    width: 60%;
  }
  .top-lineup-section-btn-link--color-blue .top-lineup-section-btn-link {
    background-color: #0068b7;
  }
  /* Btn gray */
  .top-lineup-section-btn-link--color-gray {
    width: 38%;
  }
  .top-lineup-section-btn-link--color-gray .top-lineup-section-btn-link {
    background-color: #c6c6c6;
  }
  /* Btn light blue */
  .top-lineup-section-btn-link--color-light-blue {
    width: 38%;
  }
  .top-lineup-section-btn-link--color-light-blue .top-lineup-section-btn-link {
    background-color: #00A0E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 5px;
  }
  .top-lineup-section-btn-link--color-light-blue .top-lineup-section-btn-link::before {
    content: "";
    background-image: url(/info/assets/img/211122/icon_read.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 19px;
    margin-right: 8px;
  }
  /* Btn link */
  .top-lineup-section-btn-link {
    display: block;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    padding: 10px;
  }
  .top-lineup-section-note {
    font-size: 12px;
    color: #555555;
  }
}

/*========================================
  03.下層ページ
========================================*/
/*====================
  03-01.Base
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  /*パンくず*/
  .jiten-bread-crumbs-wrap {
    background-color: #f2f2f2;
    padding: 5px 20px;
  }
  .jiten-bread-crumbs {
    max-width: 1120px;
    margin: 0 auto;
  }
  .jiten-bread-crumbs-item {
    display: inline;
    font-size: 12px;
  }
  .jiten-bread-crumbs-item a {
    text-decoration: none;
    color: #000;
  }
  .jiten-bread-crumbs-item:not(:last-child)::after {
    content: "＞";
    display: inline-block;
    margin: 0 10px;
  }

  /*お問い合わせ*/
  .jiten-contact-common {
    padding: 40px;
    border: 2px solid #0068b7;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .jiten-contact-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .jiten-contact-tel {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #0068b7;
    margin-bottom: 30px;
  }
  .jiten-contact-tel-txt {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    padding-right: 10px;
  }
  .jiten-contact-info-list {
    font-size: 14px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  /*パンくず*/
  .jiten-bread-crumbs-wrap {
    background-color: #f2f2f2;
    padding: 5px 20px;
  }
  .jiten-bread-crumbs-item {
    display: inline;
    font-size: 12px;
  }
  .jiten-bread-crumbs-item a {
    text-decoration: none;
    color: #000;
  }
  .jiten-bread-crumbs-item:not(:last-child)::after {
    content: "＞";
    display: inline-block;
    margin: 0 10px;
  }

  /*お問い合わせ*/
  .jiten-contact-common {
    padding: 20px 15px;
    margin: 0 20px;
    border: 2px solid #0068b7;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .jiten-contact-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .jiten-contact-tel {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #0068b7;
    margin-bottom: 20px;
  }
  .jiten-contact-tel-txt {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-right: 10px;
  }
  .jiten-contact-info-list {
    font-size: 12px;
  }
}

/*====================
  03-02.Section
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  .top-teacher {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .top-faq {
    width: 100%;
    max-width: 785px;
    margin: 0 auto;
  }
  .top-naire {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .jiten-section-common {
    margin: 20px 0;
  }
  .jiten-section-faq {
    margin: 40px 0px 200px 0px
  }
  .jiten-section-faq a {
    color: #0068b7;
  }
  .jiten-section-naire {
    margin: 40px 0px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  .jiten-section-common {
    margin: 20px;
  }
  .jiten-section-faq {
    margin: 30px 20px 30px 40px;
  }
  .jiten-section-faq a {
    color: #0068b7;
  }
  .jiten-section-naire {
    margin: 30px 20px 40px;
  }
}

/*====================
  03-03.Heading
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  .jiten-main-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0;
  }
  .jiten-subtitle {
    font-size: 20px;
  }

  .jiten-title {
    font-size: 24px;
    font-weight: bold;
    color: #0068b7;
    border-bottom: 2px solid #0068b7;
    margin: 10px 0 0;
    padding-bottom: 5px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  .jiten-main-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 40px 20px;
  }
  .jiten-subtitle {
    font-size: 16px;
  }

  .jiten-title {
    font-size: 18px;
    font-weight: bold;
    color: #0068b7;
    border-bottom: 2px solid #0068b7;
    margin: 10px 20px 0;
    padding-bottom: 5px;
  }
}

/*====================
  03-04.Content
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  /*FAQ*/
  .jiten-faq-que {
    font-size: 14px;
    padding-left: 20px;
    text-indent: -20px;
    margin-bottom: 20px;
  }
  .jiten-faq-que::before {
    content: "Q.";
    font-size: 20px;
    color: #0068b7;
    display: inline-block;
    margin-right: 20px;
  }
  .jiten-faq-ans {
    font-size: 14px;
    padding-left: 20px;
    text-indent: -20px;
  }
  .jiten-faq-ans::before {
    content: "A.";
    font-size: 20px;
    color: #fe6262;
    display: inline-block;
    margin-right: 15px;
  }
  .jiten-faq-img {
    display: block;
    margin: 20px auto;
  }
  .jiten-faq-img-sup {
    font-size: 12px;
  }

  /*名入れ*/
  .jiten-naire-txt {
    margin: 40px 0;
  }
  .jiten-naire-txt a {
    color: #0068b7;
    text-decoration: none;
  }
  .jiten-naire-img-flex-pc {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .jiten-naire-img-flex-item {
    max-width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .jiten-naire-img-flex-sp {
    display: none;
  }
  .jiten-naire-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .jiten-naire-btn {
    width: 30%;
    margin-right: 5px;
    padding: 10px 30px;
    background-color: #0068b7;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
  }
  .jiten-naire-btn a {
    color: #fff;
    text-decoration: none;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  /*FAQ*/
  .jiten-faq-que {
    font-size: 14px;
    padding-left: 10px;
    text-indent: -15px;
    margin-bottom: 20px;
  }
  .jiten-faq-que::before {
    content: "Q.";
    font-size: 18px;
    color: #0068b7;
    display: inline-block;
    margin-right: 10px;
  }
  .jiten-faq-ans {
    font-size: 14px;
    padding-left: 10px;
    text-indent: -14px;
  }
  .jiten-faq-ans::before {
    content: "A.";
    font-size: 18px;
    color: #fe6262;
    display: inline-block;
    margin-right: 5px;
  }
  .jiten-faq-img {
    display: block;
    margin: 20px auto;
  }

  /*名入れ*/
  .jiten-naire-txt {
    margin: 20px;
  }
  .jiten-naire-txt a {
    color: #0068b7;
    text-decoration: none;
  }
  .jiten-naire-img-flex-pc {
    display: none;
  }
  .jiten-naire-img-flex-sp {
    display: block;
    margin: 0 20px;
    text-align: center;
  }
  .jiten-naire-img-flex-sp-top {
    margin-bottom: 20px;
    position: relative;
  }
  .jiten-naire-img-flex-sp img {
    max-width: 50%;
    margin-right: 5px;
  }
  .jiten-naire-img-flex-sp a {
    max-width: 30%;
    position: absolute;
    bottom: 0;
  }
  .jiten-naire-img-flex-sp a img {
    max-width: 100%;
  }
  .jiten-naire-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .jiten-naire-btn {
    width: 30%;
    padding: 10px 25px;
    background-color: #0068b7;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
  }
  .jiten-naire-btn a {
    color: #fff;
    text-decoration: none;
  }
  .jiten-naire-btn:first-child {
    margin-right: 20px;
  }
}

/*========================================
  
========================================*/
/*====================
  03-01.
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
}