@charset "utf-8";
/* CSS Document */
body {
  min-width: 100%;
  width: 100%;
  font-size: 15px; }

p {
  font-size: 15px;
  line-height: 1.5;
  color: #000; }

.lq {
  display: none; }
  @media screen and (max-width: 950px) {
    .lq {
      display: block; } }

.mq {
  display: none; }
  @media screen and (max-width: 767px) {
    .mq {
      display: block; } }

.sq {
  display: none; }
  @media screen and (max-width: 640px) {
    .sq {
      display: block; } }

.sqnone {
  display: block; }
  @media screen and (max-width: 640px) {
    .sqnone {
      display: none; } }

ol, ul {
  list-style: none;
  padding: 0px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: none; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.super {
  vertical-align: super;
  font-size: 0.6em; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

h2 {
  background: none;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative; }

/***************************************************************
| CONTAINER
***************************************************************/
.container {
  width: 100%;
  margin: 0px;
  padding: 0px; }

/***************************************************************
| HEADER
***************************************************************/
header {
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #2C4E98; }
  header .header-inner {
    width: 950px;
    margin: auto;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header-inner .header-left h1 {
      width: 240px; }
      header .header-inner .header-left h1 a {
        display: block;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        header .header-inner .header-left h1 a:hover {
          -webkit-transition: 0.3s ease-out;
          -moz-transition: 0.3s ease-out;
          -ms-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
          opacity: 0.6; }
    header .header-inner .header-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      header .header-inner .header-right .header-right-tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px; }
        header .header-inner .header-right .header-right-tel .header-right-tel-txt {
          padding: 5px 10px;
          border: 1px solid #000;
          margin-right: 20px;
          position: relative; }
          header .header-inner .header-right .header-right-tel .header-right-tel-txt:before {
            content: '';
            position: absolute;
            top: 50%;
            right: -10px;
            margin-top: -5px;
            border: 5px solid transparent;
            border-left: 5px solid #FFF;
            z-index: 2; }
          header .header-inner .header-right .header-right-tel .header-right-tel-txt:after {
            content: '';
            position: absolute;
            top: 50%;
            right: -12px;
            margin-top: -6px;
            border: 6px solid transparent;
            border-left: 6px solid #000;
            z-index: 1; }
          header .header-inner .header-right .header-right-tel .header-right-tel-txt p {
            font-size: 12px;
            font-weight: bold;
            line-height: 1.4;
            text-align: center; }
        header .header-inner .header-right .header-right-tel .header-right-tel-box a {
          display: block;
          color: #2C4E98;
          font-size: 32px;
          font-weight: bold;
          padding-left: 25px;
          position: relative; }
          header .header-inner .header-right .header-right-tel .header-right-tel-box a:before {
            content: '';
            display: block;
            width: 19px;
            height: 25px;
            background: url("/kyoiku/online/img/tel_icon.png") no-repeat;
            background-size: contain;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
        header .header-inner .header-right .header-right-tel .header-right-tel-box p {
          font-size: 12px;
          text-align: right; }
      header .header-inner .header-right .header-right-btn .header-right-btn-item {
        border-radius: 4px;
        text-align: center; }
        header .header-inner .header-right .header-right-btn .header-right-btn-item a {
          position: relative;
          color: #fff;
          display: block;
          font-size: 13px;
          font-weight: bold;
          padding: 8px 0;
          width: 156px; }
          header .header-inner .header-right .header-right-btn .header-right-btn-item a:after {
            content: '';
            position: absolute;
            display: block;
            width: 4px;
            height: 4px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0;
            bottom: 0;
            right: 5px;
            margin: auto; }
      header .header-inner .header-right .header-right-btn .header-right-btn-item.btn-test {
        background: #CB0010;
        box-shadow: 0px 4px 0px 0px #A80000;
        margin-bottom: 8px; }
        header .header-inner .header-right .header-right-btn .header-right-btn-item.btn-test:hover {
          box-shadow: 0px 1px 0px 0px #A80000;
          transform: translate(0px, 3px); }
      header .header-inner .header-right .header-right-btn .header-right-btn-item.btn-info {
        background: #2C4E98;
        box-shadow: 0px 4px 0px 0px #040645; }
        header .header-inner .header-right .header-right-btn .header-right-btn-item.btn-info:hover {
          box-shadow: 0px 1px 0px 0px #040645;
          transform: translate(0px, 3px); }
  header .header-inner.header-sc {
    padding: 10px 0px; }
    header .header-inner.header-sc .header-left h1 {
      width: 240px; }
    header .header-inner.header-sc .header-right .header-right-tel {
      margin-right: 20px; }
      header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-txt {
        display: none; }
    header .header-inner.header-sc .header-right .header-right-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item {
        border-radius: 4px;
        text-align: center; }
        header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item a {
          position: relative;
          color: #fff;
          display: block;
          font-size: 13px;
          font-weight: bold;
          padding: 8px 0;
          width: 156px; }
          header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item a:after {
            content: '';
            position: absolute;
            display: block;
            width: 4px;
            height: 4px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0;
            bottom: 0;
            right: 5px;
            margin: auto; }
      header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item.btn-test {
        margin: 0 20px 0 0; }
  @media screen and (max-width: 950px) {
    header .header-inner {
      width: 95%;
      margin: auto;
      padding: 20px 0px; }
      header .header-inner .header-left h1 {
        width: 240px; }
      header .header-inner .header-right .header-right-tel .header-right-tel-txt {
        display: none; }
    header .header-inner.header-sc {
      padding: 10px 0px; }
      header .header-inner.header-sc .header-left h1 {
        width: 200px; }
      header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-txt {
        display: none; }
      header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-box a {
        font-size: 25px; }
      header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item a {
        font-size: 12px;
        width: 135px; } }
  @media screen and (max-width: 767px) {
    header .header-inner {
      width: 95%;
      margin: auto;
      padding: 10px 0px; }
      header .header-inner .header-left h1 {
        width: 120px; }
      header .header-inner .header-right .header-right-tel {
        margin-right: 0; }
        header .header-inner .header-right .header-right-tel .header-right-tel-txt {
          display: none; }
        header .header-inner .header-right .header-right-tel .header-right-tel-box a {
          font-size: 22px;
          padding-left: 20px; }
          header .header-inner .header-right .header-right-tel .header-right-tel-box a:before {
            width: 13px;
            height: 18px; }
        header .header-inner .header-right .header-right-tel .header-right-tel-box p {
          font-size: 10px; }
      header .header-inner .header-right .header-right-btn {
        display: none; }
    header .header-inner.header-sc {
      padding: 10px 0px; }
      header .header-inner.header-sc .header-left h1 {
        width: 120px; }
      header .header-inner.header-sc .header-right .header-right-tel {
        margin-right: 0; }
        header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-txt {
          display: none; }
        header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-box a {
          font-size: 22px;
          padding-left: 20px; }
          header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-box a:before {
            width: 13px;
            height: 18px; }
        header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-box p {
          font-size: 10px; }
      header .header-inner.header-sc .header-right .header-right-btn {
        display: none; } }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.common_contact {
  background-color: #fff;
  width: 950px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px 60px 40px 60px;
  box-sizing: border-box; }
  @media screen and (max-width: 950px) {
    .common_contact {
      width: 95%; } }
  @media screen and (max-width: 640px) {
    .common_contact {
      padding: 20px 0; } }
  .common_contact__ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .common_contact__ttl {
        font-size: 20px; } }
    .common_contact__ttl span {
      font-size: 20px; }
  .common_contact__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box; }
    .common_contact__grid li {
      margin: 0 0 20px 0;
      width: 400px;
      height: 70px;
      box-sizing: border-box; }
      @media screen and (max-width: 950px) {
        .common_contact__grid li {
          width: 46%; } }
      @media screen and (max-width: 640px) {
        .common_contact__grid li {
          width: 48%; } }
      .common_contact__grid li a {
        display: flex !important;
        align-items: center;
        box-sizing: border-box;
        justify-content: center;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        border-radius: 6px;
        background: #C7282E;
        box-shadow: 0px 6px 0px 0px #88191D;
        position: relative; }
        @media screen and (max-width: 640px) {
          .common_contact__grid li a {
            font-size: 16px;
            height: 50px; } }
        .common_contact__grid li a:hover {
          box-shadow: 0px 1px 0px 0px #004016;
          transform: translate(0px, 5px); }
        .common_contact__grid li a:after {
          content: '';
          position: absolute;
          display: block;
          width: 8px;
          height: 8px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0;
          bottom: 0;
          right: 20px;
          margin: auto; }
        .common_contact__grid li a span {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .common_contact__grid li a span strong {
            font-size: 30px; }

.main {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', sans-serif; }

/***************************************************************
| MAIN-VISUAL
***************************************************************/
.mv__inner {
 /* background-image: url(/kyoiku/online/img/mv_bg2.png);*/
  background-color: #eff6f6;
  height: 570px;
  max-width: 1500px;
  margin: 0 auto;
  background-position: left;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 950px) {
    .mv__inner {
      display: none; } }
  @media screen and (max-width: 767px) {
    .mv__inner {
      display: none; } }
  @media screen and (max-width: 640px) {
    .mv__inner {
      display: none; } }
.mv__icon {
  position: absolute;
  top: 10px;
  right: 15px; }
.mv__grid {
  max-width: 1280px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 0 0 0;
  box-sizing: border-box; }
.mv .common_contact__grid {
  width: 594px;
  margin: 20px 140px 0 auto; }
  .mv .common_contact__grid li {
    width: 280px;
    height: 50px; }
    .mv .common_contact__grid li a {
      background-color: #E8340D;
      box-shadow: 0px 6px 0px 0px #98250C; }

.mv__sp {
  display: none;
  text-align: center;
  background-color: #eff6f6; }
  .mv__sp .common_contact__grid {
    width: 90%;
    margin: 0 auto;
    max-width: 750px; }
    .mv__sp .common_contact__grid li {
      width: 48%;
      height: auto;
      margin-bottom: 20px; }
      .mv__sp .common_contact__grid li a {
        padding: 10px 0;
        background-color: #E8340D;
        box-shadow: 0px 6px 0px 0px #98250C; }
  @media screen and (max-width: 950px) {
    .mv__sp {
      display: block; } }
  @media screen and (max-width: 767px) {
    .mv__sp {
      display: block; } }
  @media screen and (max-width: 640px) {
    .mv__sp {
      display: block; } }

/***************************************************************
| FOOTER
***************************************************************/
#footBody {
  padding: 30px 15px; }
  #footBody .copyright {
    max-width: 300px;
    width: 100%;
    color: #fff; }
    @media screen and (max-width: 767px) {
      #footBody .copyright {
        float: none;
        margin: 0 auto;
        text-align: center; } }
    @media screen and (max-width: 640px) {
      #footBody .copyright {
        float: none;
        text-align: center; } }
  #footBody .fLink {
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      #footBody .fLink {
        font-size: 10px; } }
    @media screen and (max-width: 640px) {
      #footBody .fLink {
        font-size: 10px; } }
    @media screen and (max-width: 640px) {
      #footBody .fLink a {
        padding: 0 6px 0 6px; } }
  #footBody #dnn_FootPane {
    text-align: center; }
  #footBody #footUtility {
    width: auto; }
    @media screen and (max-width: 767px) {
      #footBody #footUtility {
        float: none; } }
    @media screen and (max-width: 640px) {
      #footBody #footUtility {
        float: none; } }
  #footBody #footWrap {
    max-width: 950px;
    width: 100%; }

/***************************************************************
| SECTION-FIRST
***************************************************************/
.section-first, .contact {
  margin-top: 50px;
  padding: 100px 0 70px;
  background-image: url(/kyoiku/online/img/section-first_bg.png);
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    .section-first, .contact {
      padding: 50px 0; } }
  .section-first h2, .contact h2 {
    color: #fff;
    width: 666px;
    background-color: #292C78;
    font-size: 28px;
    font-weight: bold;
    border-radius: 8px;
    border: 3px solid #fff;
    padding: 25px 10px;
    position: absolute;
    top: -45px;
    left: calc(50% - 333px);
    box-sizing: border-box; }
    @media screen and (max-width: 950px) {
      .section-first h2, .contact h2 {
        width: 90%;
        left: 5%; } }
    @media screen and (max-width: 640px) {
      .section-first h2, .contact h2 {
        font-size: 22px;
        padding: 10px 10px;
        width: 95%;
        left: 2.5%;
        top: -30px; } }
  .section-first-inner, .contact .contact-inner {
    width: 950px;
    margin: auto;
    box-sizing: border-box; }
    @media screen and (max-width: 950px) {
      .section-first-inner, .contact .contact-inner {
        width: 90%; } }
    @media screen and (max-width: 767px) {
      .section-first-inner, .contact .contact-inner {
        width: 90%; } }
    @media screen and (max-width: 640px) {
      .section-first-inner, .contact .contact-inner {
        width: 90%; } }
  .section-first__grid {
    border: 5px solid #292C78;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    padding: 90px 10px 40px;
    text-align: center;
    background-color: #fff; }
    @media screen and (max-width: 640px) {
      .section-first__grid {
        padding: 40px 10px 30px; } }
    .section-first__grid img {
      padding-left: 7%; }
      @media screen and (max-width: 950px) {
        .section-first__grid img {
          padding-left: 0; } }

/***************************************************************
| SECTION-SECOND
***************************************************************/
.section-second {
  padding: 60px 0 80px;
  background-image: linear-gradient(-45deg, #FFF9DD 30%, #FEF1B4 30%, #FEF1B4 50%, #FFF9DD 50%, #FFF9DD 80%, #FEF1B4 80%, #FEF1B4);
  background-size: 15px 15px; }
  @media screen and (max-width: 640px) {
    .section-second {
      padding: 20px 0; } }
  .section-second h2 {
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .section-second h2 {
        margin-bottom: 20px; } }
    .section-second h2 span {
      font-size: 24px; }
    @media screen and (max-width: 767px) {
      .section-second h2 {
        line-height: 1.4em; } }
  .section-second__top {
    color: #292C78;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-bottom: 110px; }
    @media screen and (max-width: 767px) {
      .section-second__top {
        font-size: 16px;
        padding-bottom: 80px; } }
  .section-second__main {
    box-sizing: border-box;
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 85px 65px 60px 65px;
    background-color: #fff;
    border-radius: 8px;
    border: 5px solid #292C78; }
    @media screen and (max-width: 950px) {
      .section-second__main {
        width: 98%;
        padding: 85px 30px 60px 30px; } }
    @media screen and (max-width: 767px) {
      .section-second__main {
        padding: 60px 20px 30px; } }
  .section-second__ttl {
    background-color: #FFDE45;
    font-size: 28px;
    font-weight: bold;
    color: #292C78;
    text-align: center;
    width: 666px;
    padding: 25px 10px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 8px;
    top: -40px;
    left: calc(50% - 333px); }
    @media screen and (max-width: 950px) {
      .section-second__ttl {
        width: 90%;
        left: 5%; } }
    @media screen and (max-width: 640px) {
      .section-second__ttl {
        font-size: 20px; } }
    .section-second__ttl:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 14px 0 14px;
      border-color: #FFDE45 transparent transparent transparent;
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -12px;
      left: calc(50% - 14px); }
    .section-second__ttl:before {
      width: 221px;
      height: 35px;
      content: '';
      background-image: url(/kyoiku/online/img/section-third_ttl.png);
      background-repeat: no-repeat;
      display: inline-block;
      position: absolute;
      top: -19px;
      left: calc(50% - 110.5px); }
  .section-second__grid {
    box-sizing: border-box;
    display: flex; }
    @media screen and (max-width: 640px) {
      .section-second__grid {
        display: block; } }
  .section-second__box {
    box-sizing: border-box;
    position: relative;
    width: 50%; }
    @media screen and (max-width: 640px) {
      .section-second__box {
        width: 100%; } }
    .section-second__box:nth-of-type(1) {
      border-right: 1px dashed #A5A5A5;
      padding-right: 35px; }
      @media screen and (max-width: 767px) {
        .section-second__box:nth-of-type(1) {
          padding-right: 20px; } }
      @media screen and (max-width: 640px) {
        .section-second__box:nth-of-type(1) {
          border-right: none;
          border-bottom: 1px dashed #A5A5A5;
          padding: 0 0 20px 0; } }
    .section-second__box:nth-of-type(2) {
      padding-left: 35px; }
      @media screen and (max-width: 767px) {
        .section-second__box:nth-of-type(2) {
          padding-left: 20px; } }
      @media screen and (max-width: 640px) {
        .section-second__box:nth-of-type(2) {
          padding: 20px 0 0 0; } }
  .section-second__box-ttl {
    color: #292C78;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 6px solid #292C78;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
    padding-bottom: 10px;
    min-height: 91px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .section-second__box-ttl {
        font-size: 22px;
        min-height: 67px; } }
    @media screen and (max-width: 640px) {
      .section-second__box-ttl {
        min-height: auto; } }
    .section-second__box-ttl span {
      font-size: 43px; }
      @media screen and (max-width: 950px) {
        .section-second__box-ttl span {
          font-size: 38px; } }
      @media screen and (max-width: 767px) {
        .section-second__box-ttl span {
          font-size: 30px; } }
      @media screen and (max-width: 640px) {
        .section-second__box-ttl span {
          font-size: 28px; } }
  .section-second__box-img {
    padding-top: 10px;
    text-align: center; }
  .section-second__cell li {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 25px; }
  .section-second__cell-icon {
    width: 73px; }
  .section-second__cell-txt {
    width: calc(100% - 73px);
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .section-second__cell-txt {
        padding-left: 10px; } }
  .section-second__cell-ttl {
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 950px) {
      .section-second__cell-ttl {
        font-size: 18px; } }
  .section-second__cell-sub {
    padding-top: 5px; }
    .section-second__cell-sub span {
      font-size: 12px; }
  .section-second__celllist li {
    display: block;
    padding-bottom: 10px; }
  .section-second__celllist-ttl {
    font-weight: bold;
    color: #EF9F1F;
    padding-bottom: 3px; }

/***************************************************************
| SECTION-THIRD
***************************************************************/
.section-third {
  padding: 60px 0 80px;
  background-image: linear-gradient(-45deg, #E0DFEF 30%, #C2BFDD 30%, #C2BFDD 50%, #E0DFEF 50%, #E0DFEF 80%, #C2BFDD 80%, #C2BFDD);
  background-size: 15px 15px; }
  @media screen and (max-width: 640px) {
    .section-third {
      padding: 20px 0; } }
  .section-third h2 {
    padding: 0 10px;
    margin-bottom: 75px; }
    @media screen and (max-width: 640px) {
      .section-third h2 {
        margin-bottom: 60px; } }
    .section-third h2:before {
      background: #fff; }
    .section-third h2 span {
      font-size: 24px; }
    @media screen and (max-width: 767px) {
      .section-third h2 {
        line-height: 1.4em; } }
  .section-third__main {
    box-sizing: border-box;
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 85px 65px 60px 65px;
    background-color: #fff;
    border-radius: 8px;
    border: 5px solid #292C78; }
    @media screen and (max-width: 950px) {
      .section-third__main {
        width: 98%;
        padding: 85px 30px 60px 30px; } }
    @media screen and (max-width: 767px) {
      .section-third__main {
        padding: 60px 20px 30px; } }
  .section-third__ttl {
    background-color: #FFDE45;
    font-size: 28px;
    font-weight: bold;
    color: #292C78;
    text-align: center;
    width: 666px;
    padding: 25px 10px;
    box-sizing: border-box;
    position: absolute;
    top: -40px;
    left: calc(50% - 333px);
    border-radius: 8px; }
    @media screen and (max-width: 950px) {
      .section-third__ttl {
        width: 90%;
        left: 5%; } }
    @media screen and (max-width: 640px) {
      .section-third__ttl {
        font-size: 20px; } }
    .section-third__ttl:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 14px 0 14px;
      border-color: #FFDE45 transparent transparent transparent;
      content: '';
      display: inline-block;
      position: absolute;
      bottom: -12px;
      left: calc(50% - 14px); }
    .section-third__ttl:before {
      width: 221px;
      height: 35px;
      content: '';
      background-image: url(/kyoiku/online/img/section-third_ttl.png);
      background-repeat: no-repeat;
      display: inline-block;
      position: absolute;
      top: -19px;
      left: calc(50% - 110.5px); }
  .section-third__grid {
    box-sizing: border-box;
    display: flex; }
    @media screen and (max-width: 640px) {
      .section-third__grid {
        display: block; } }
  .section-third__box {
    box-sizing: border-box;
    position: relative;
    width: 50%; }
    @media screen and (max-width: 640px) {
      .section-third__box {
        width: 100%; } }
    .section-third__box:nth-of-type(1) {
      border-right: 1px dashed #A5A5A5;
      padding-right: 35px; }
      @media screen and (max-width: 767px) {
        .section-third__box:nth-of-type(1) {
          padding-right: 20px; } }
      @media screen and (max-width: 640px) {
        .section-third__box:nth-of-type(1) {
          border-right: none;
          border-bottom: 1px dashed #A5A5A5;
          padding: 0 0 20px 0; } }
    .section-third__box:nth-of-type(2) {
      padding-left: 35px; }
      @media screen and (max-width: 767px) {
        .section-third__box:nth-of-type(2) {
          padding-left: 20px; } }
      @media screen and (max-width: 640px) {
        .section-third__box:nth-of-type(2) {
          padding: 20px 0 0 0; } }
  .section-third__top {
    background-color: #292C78;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    padding: 10px 5px;
    margin-bottom: 15px; }
  .section-third__box-ttl {
    color: #292C78;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 6px solid #292C78;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
    padding-bottom: 10px; }
    .section-third__box-ttl span {
      font-size: 43px; }
      @media screen and (max-width: 950px) {
        .section-third__box-ttl span {
          font-size: 38px; } }
      @media screen and (max-width: 767px) {
        .section-third__box-ttl span {
          font-size: 30px; } }
      @media screen and (max-width: 640px) {
        .section-third__box-ttl span {
          font-size: 28px; } }
  .section-third__box-img {
    padding-top: 10px;
    text-align: center; }
  .section-third__cell li {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 25px; }
    .section-third__cell li:nth-of-type(1) {
      min-height: 153px; }
      @media screen and (max-width: 767px) {
        .section-third__cell li:nth-of-type(1) {
          min-height: 199px; } }
      @media screen and (max-width: 640px) {
        .section-third__cell li:nth-of-type(1) {
          min-height: auto; } }
    .section-third__cell li:nth-of-type(2) {
      min-height: 131px; }
      @media screen and (max-width: 950px) {
        .section-third__cell li:nth-of-type(2) {
          min-height: 150px; } }
      @media screen and (max-width: 767px) {
        .section-third__cell li:nth-of-type(2) {
          min-height: 177px; } }
      @media screen and (max-width: 640px) {
        .section-third__cell li:nth-of-type(2) {
          min-height: auto; } }
    .section-third__cell li:nth-of-type(3) {
      min-height: 109px; }
      @media screen and (max-width: 767px) {
        .section-third__cell li:nth-of-type(3) {
          min-height: 133px; } }
      @media screen and (max-width: 640px) {
        .section-third__cell li:nth-of-type(3) {
          min-height: auto; } }
  .section-third__cell-icon {
    width: 73px; }
  .section-third__cell-txt {
    width: calc(100% - 73px);
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .section-third__cell-txt {
        padding-left: 10px; } }
  .section-third__cell-ttl {
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 950px) {
      .section-third__cell-ttl {
        font-size: 18px; } }
  .section-third__cell-sub {
    padding-top: 5px; }

.section-third-btn {
  margin-top: 40px;
  /*
  
      @include lq() {
        p {
            font-size: 18px;
            margin-bottom: 10px;
            padding: 0 10px;
        }
  
        a {
              width: 320px;
              height: 80px;
              font-size: 17px;
  
              span {
                  strong {
                      font-size: 28px;
                  }
              }
          }
      }
  
      @include mq() {
        p {
            font-size: 16px;
            margin-bottom: 10px;
            padding: 0 10px;
        }
  
        a {
              width: 320px;
              height: 70px;
              font-size: 16px;
              &:after {
                  right: 10px;
              }
  
              span {
                  strong {
                      font-size: 26px;
                  }
              }
          }
      }
  */ }
  .section-third-btn a {
    display: block;
    width: 400px;
    height: 70px;
    margin: 0 auto;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    border-radius: 6px;
    background: #c7282e;
    box-shadow: 0px 6px 0px 0px #AA0909;
    position: relative; }
    @media screen and (max-width: 640px) {
      .section-third-btn a {
        width: 90%; } }
    .section-third-btn a:hover {
      box-shadow: 0px 1px 0px 0px #004016;
      transform: translate(0px, 5px); }
    .section-third-btn a:after {
      content: '';
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto; }
    .section-third-btn a span {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .section-third-btn a span strong {
        font-size: 30px; }

/***************************************************************
| SECTION-FOURTH
***************************************************************/
.section-fourth {
  background: #0070CB;
  padding: 60px 0 85px 0; }
  @media screen and (max-width: 767px) {
    .section-fourth {
      padding: 40px 0 50px 0; } }
  .section-fourth h2 {
    color: #fff;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 70px;
    font-size: 28px;
    font-weight: bold; }
    .section-fourth h2 span {
      font-size: 24px; }
    .section-fourth h2 p {
      font-size: 59px;
      color: #fff; }
      @media screen and (max-width: 640px) {
        .section-fourth h2 p {
          font-size: 30px; } }
    @media screen and (max-width: 640px) {
      .section-fourth h2 {
        font-size: 22px;
        padding-bottom: 60px; } }
  .section-fourth__grid {
    box-sizing: border-box;
    width: 950px;
    margin: 0 auto; }
    @media screen and (max-width: 950px) {
      .section-fourth__grid {
        width: 98%; } }
  .section-fourth__box {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 90px 60px;
    position: relative; }
    @media screen and (max-width: 950px) {
      .section-fourth__box {
        padding: 60px 30px; } }
    @media screen and (max-width: 767px) {
      .section-fourth__box {
        padding: 40px 20px; } }
    .section-fourth__box:nth-of-type(1) {
      margin-bottom: 100px; }
      @media screen and (max-width: 640px) {
        .section-fourth__box:nth-of-type(1) {
          margin-bottom: 110px; } }
      @media screen and (max-width: 950px) {
        .section-fourth__box:nth-of-type(1) .section-fourth__num-ttl {
          padding-right: 0; } }
      .section-fourth__box:nth-of-type(1) .section-fourth__ttl:before {
        background-image: url(/kyoiku/online/img/section-fourth_ttl01.png);
        width: 348px;
        height: 46px;
        left: calc(50% - 174px);
        top: -19px; }
    @media screen and (max-width: 640px) {
      .section-fourth__box:nth-of-type(2) {
        padding: 70px 20px 40px 20px; } }
    .section-fourth__box:nth-of-type(2) .section-fourth__ttl:before {
      background-image: url(/kyoiku/online/img/section-fourth_ttl02.png);
      width: 487px;
      height: 49px;
      left: calc(50% - 243.5px);
      top: -25px; }
      @media screen and (max-width: 640px) {
        .section-fourth__box:nth-of-type(2) .section-fourth__ttl:before {
          background-image: url(/kyoiku/online/img/section-fourth_ttl02-sp.png);
          width: 373px;
          height: 100px;
          left: calc(50% - 186.5px);
          top: -43px; } }
  .section-fourth__ttl {
    width: 666px;
    color: #0070CB;
    font-size: 28px;
    background-color: #FFEB00;
    border-radius: 8px;
    border: 3px solid #fff;
    padding: 25px 10px;
    text-align: center;
    position: absolute;
    top: -45px;
    left: calc(50% - 333px);
    box-sizing: border-box;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .section-fourth__ttl {
        width: 90%;
        left: 5%;
        font-size: 22px; } }
    @media screen and (max-width: 640px) {
      .section-fourth__ttl {
        line-height: 1.3;
        padding: 20px 10px; } }
    .section-fourth__ttl span {
      font-size: 20px; }
    .section-fourth__ttl:before {
      content: '';
      background-repeat: no-repeat;
      display: inline-block;
      position: absolute; }
  .section-fourth__cell li {
    border-bottom: 1px dashed #0070CB;
    padding: 20px 0; }
    .section-fourth__cell li span {
      font-size: 12px;
      padding-top: 10px;
      display: block; }
    .section-fourth__cell li:last-child {
      border-bottom: none; }
  .section-fourth__side {
    display: flex; }
    @media screen and (max-width: 767px) {
      .section-fourth__side {
        display: block; } }
    .section-fourth__side li {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .section-fourth__side li {
          width: 100%; } }
      .section-fourth__side li:nth-of-type(1) {
        border-right: 1px dashed #A5A5A5;
        padding-right: 45px; }
        @media screen and (max-width: 767px) {
          .section-fourth__side li:nth-of-type(1) {
            border-right: none;
            border-bottom: 1px dashed #A5A5A5;
            padding: 0 0 20px 0; } }
      .section-fourth__side li:nth-of-type(2) {
        padding-left: 45px; }
        @media screen and (max-width: 767px) {
          .section-fourth__side li:nth-of-type(2) {
            padding: 20px 0 0 0; } }
  .section-fourth__side-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #292C78;
    padding-bottom: 15px; }
  .section-fourth__side-sub {
    font-weight: bold;
    padding-bottom: 5px; }
  .section-fourth__side-img {
    padding-bottom: 20px;
    text-align: center; }

/***************************************************************
| CONTACT
***************************************************************/
.contact {
  padding: 0 0 70px;
  background-image: none; }
  .contact .contact-inner {
    max-width: 730px;
    border: solid #1F2180 3px;
    text-align: center;
    padding: 30px; }
    @media screen and (max-width: 640px) {
      .contact .contact-inner {
        width: 90%;
        margin: 0 auto;
        padding: 10px; } }
  .contact .common_contact {
    margin-top: 0; }
  .contact-title {
    font-size: 20px;
    font-weight: bold; }
  .contact__detail {
    width: 950px;
    margin: 0 auto;
    border: 1px solid #A7A7A7;
    padding: 30px 60px;
    box-sizing: border-box;
    margin-bottom: 50px; }
    @media screen and (max-width: 950px) {
      .contact__detail {
        width: 90%;
        padding: 30px 10px; } }
  .contact__detail-ttl {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px; }
  .contact__detail-box {
    line-height: 2; }
    .contact__detail-box li {
      margin-left: 1.5em;
      text-indent: -1.5em;
      padding-bottom: 10px;
      box-sizing: border-box; }
      .contact__detail-box li:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #292C78;
        border-radius: 50%;
        margin-right: 10px; }
    .contact__detail-box:nth-of-type(1) {
      padding-bottom: 40px; }

/*# sourceMappingURL=style.css.map */


  .mv__inner {
   /* background-image: url(/kyoiku/online/img/mv_bg3.png);
    background: linear-gradient(to bottom, #ffff83, #ffffff);*/
    height: 500px;
    max-width: 1500px;
    margin: 0 auto;
    background-position: left;
    background-repeat: no-repeat;
		  position: relative;}
	  .mv__grid {text-align: center!important;}  
	  
	  /*.mv__sp {background: linear-gradient(to bottom, #ffff83, #ffffff);}  */
  .section-online {
    padding: 117px 0 43px;
     background  : linear-gradient(to bottom, #2a479c, #3fbff0, #ffffff); 
    /*background-size: 15px 15px;*/
	 margin-top: 80px 
  }
	  .flex{display: flex;flex-wrap: nowrap;width: 100%;margin: 10px auto; }
	  .flex2{display: flex;flex-wrap: wrap;width: 100%;margin: 10px auto; justify-content: center;}
	  .flex2_box{margin: 10px;}
	  .flex_box{width: 50%;margin: 20px}
	  .flex_box2{width: 40%;}
	  .flex_box3{width: 30%;}
    @media screen and (max-width: 640px) {
      .section-online {
        padding: 73px 0 0; 
      } 
	.flex{display: flex;flex-wrap: wrap;} 
	.flex2_box{margin: 0px;width: 100%;}
	.flex_box{width: 100%;}	
	.flex_box3{width: 100%;}		
		
		.section-third__top {height: auto;}	
    } 
	  
	  
 /***************************************************************
    SECTION-zero
  ***************************************************************/
  .section-zero {
    padding: 117px 0 43px;
    background-image: linear-gradient(-45deg, #e6f0fa 30%, #bfdbf1 30%, #bfdbf1 50%, #e6f0fa 50%, #e6f0fa 80%, #bfdbf1 80%, #bfdbf1);
    background-size: 15px 15px;
  }
  
    @media screen and (max-width: 640px) {
      .section-zero {
        padding: 73px 0 0; 
      } 
    }
    
  .section-zero h2 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
       
    @media screen and (max-width: 640px) {
      .section-zero h2 {
        margin-bottom: 20px; 
      } 
    }
        
  .section-zero h2 span {
    font-size: 24px;
  }
        
    @media screen and (max-width: 767px) {
      .section-zero h2 {
        line-height: 1.4em; 
      } 
    }
      
  .section-second__top {
    color: #292C78;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-bottom: 110px;
  }
        
    @media screen and (max-width: 767px) {
		.flex2{display: flex;flex-wrap: wrap;width: 100%} 
      .section-second__top {
        padding-bottom: 80px; 
      } 
    }
      
  .section-second__main {
    box-sizing: border-box;
    width: 950px;
    margin: 20px auto;
    position: relative;
    padding: 0px 60px 60px;
    background-color: #fff;
    border-radius: 8px;
    border: 5px solid #292C78;
  }
        
    @media screen and (max-width: 950px) {
		.flex2{display: flex;flex-wrap: wrap;width: 100%} 
      .section-second__main {
        width: 98%;
        padding: 85px 30px 60px; 
      } 
    }
        
    @media screen and (max-width: 767px) {
      .section-second__main {
        padding: 0px 20px 30px; 
      } 
    }
      
  .section-zero__ttl {
    background-color: #FFDE45;
    font-size: 28px;
    font-weight: bold;
    color: #292C78;
    text-align: center;
    width: 666px;
    padding: 25px 10px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 8px;
    top: -40px;
    left: calc(50% - 333px); 
  }
        
    @media screen and (max-width: 950px) {
      .section-zero__ttl {
        width: 90%;
        left: 5%; 
      } 
    }
        
    @media screen and (max-width: 640px) {
      .section-zero__ttl {
        font-size: 20px; 
      } 
    }
  
  .section-zero__ttl:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0 14px;
    border-color: #FFDE45 transparent transparent transparent;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 14px); 
  }
        
  .section-zero__ttl:before {
    width: 348px;
    height: 46px;
    left: calc(50% - 174px);
    content: '';
    background-image: url(https://www.ichishin.co.jp/lp/onleine-school/img/section-zero_ttl.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: -19px;
  }
    
  .section-second__grid {
    box-sizing: border-box;
    display: flex;
  }
        
    @media screen and (max-width: 640px) {
      .section-second__grid {
        display: block; 
      }
    }
      
  .section-second__box {
    box-sizing: border-box;
    position: relative;
    width: 50%; 
  }
        
    @media screen and (max-width: 640px) {
      .section-second__box {
        width: 100%;
      } 
    }
        
  .section-second__box:nth-of-type(1) {
    border-right: 1px dashed #A5A5A5;
    padding-right: 35px; 
  }
          
    @media screen and (max-width: 767px) {
      .section-second__box:nth-of-type(1) {
        padding-right: 20px; 
      } 
    }
          
    @media screen and (max-width: 640px) {
      .section-second__box:nth-of-type(1) {
        border-right: none;
        border-bottom: 1px dashed #A5A5A5;
        padding: 0 0 20px 0; 
      } 
    }
        
  .section-second__box:nth-of-type(2) {
    padding-left: 35px; 
  }
        
    @media screen and (max-width: 767px) {
      .section-second__box:nth-of-type(2) {
        padding-left: 20px; 
      } 
    }
          
    @media screen and (max-width: 640px) {
      .section-second__box:nth-of-type(2) {
        padding: 20px 0 0 0; 
      } 
    }
    
  .section-second__box-ttl {
    color: #292C78;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 6px solid #292C78;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
    padding-bottom: 10px;
    min-height: 91px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
  }
        
    @media screen and (max-width: 767px) {
      .section-second__box-ttl {
        font-size: 22px;
        min-height: 67px; 
      } 
    }
        
    @media screen and (max-width: 640px) {
      .section-second__box-ttl {
        min-height: auto; 
      } 
    }
        
  .section-second__box-ttl span {
    font-size: 43px; 
  }
          
    @media screen and (max-width: 950px) {
      .section-second__box-ttl span {
        font-size: 38px; 
      } 
    }
          
    @media screen and (max-width: 767px) {
      .section-second__box-ttl span {
        font-size: 30px; 
      } 
    }
          
    @media screen and (max-width: 640px) {
      .section-second__box-ttl span {
        font-size: 28px;
      } 
    }
    
  .section-second__box-img {
    padding-top: 10px;
    text-align: center; 
  }
      
  .section-second__cell li {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 25px; 
  }
      
  .section-second__cell-icon {
    width: 73px; 
  }
      
  .section-second__cell-txt {
    width: calc(100% - 73px);
    padding-left: 20px; 
  }
    
    @media screen and (max-width: 767px) {
      .section-second__cell-txt {
        padding-left: 10px; 
      } 
    }
      
  .section-second__cell-ttl {
    font-size: 20px;
    font-weight: bold; 
  }
        
    @media screen and (max-width: 950px) {
      .section-second__cell-ttl {
        font-size: 18px; 
      } 
    }
      
  .section-second__cell-sub {
    padding-top: 5px; 
  }
        
  .section-second__cell-sub span {
    font-size: 12px;
  }
      
  .section-second__celllist li {
    display: block;
    padding-bottom: 10px; 
  }
      
  .section-second__celllist-ttl {
    font-weight: bold;
    color: #EF9F1F;
    padding-bottom: 3px; 
  }
    
  .section-zero .contact__detail-box {
    padding-bottom: 15px; 
  }  
    
  .section-zero .contact__detail-box li, .section-zero .contact__detail-box_2 li {
    font-size: 15px;
    line-height: 1.5;
    color: #000;  
  } 
    
  .section-zero .contact__detail-box_2 {
    line-height: 2;
    padding-bottom: 25px;
  }
    
  .section-zero .contact__detail-box_2 li {   
    box-sizing: border-box;
    position: relative;
    padding: 10px 0 0 1.5em;
  }
    
  .section-zero .contact__detail-box_2 li:before {
    font-family: FontAwesome;
    content: '\f061';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    color: #308f2a;
  }
    
  .section-second__top_3 {
    color: #292C78;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 1.6em 0 1.8em;
  }
    
  @media only screen and (max-width: 640px) {       
    .section-second__top_3 {
      text-align: left;
      margin: 1.8em 1.3em 1.5em;
      font-size: 20px;
    }
  }       
    
  .section-zero__ttl_2-main {
    max-width: 950px;
    margin: 0 auto;
    position: relative;  
  }
    
  @media only screen and (max-width: 640px) {
    .section-zero__ttl_2-main {
     margin: 0 1.3em auto; 
    } 
  }  
    
  .section-zero__ttl_2 {
    background-color: #0070CB;
    font-size: 18px;
    font-weight: bold;
    color: #fff; 
    width: 666px;
    padding: 25px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 8px;
    top: -36px;
    left: calc(50% - 190px);
    line-height: 1.5;
  }
    
  .section-zero__ttl_2 span, .section-zero__ttl_3 span {
    font-size: 25px;
  }
  
  .section-zero__ttl_2:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0;
    border-color: #0070CB transparent transparent transparent;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 3px); 
  }
    
  .section-zero__ttl_3 {
    background-color: #0070CB;
    font-size: 18px;
    font-weight: bold;
    color: #fff; 
    width: 666px;
    padding: 25px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 8px;
    top: 500px;
    left: calc(50% - 476px);
    line-height: 1.5;
  } 
    
  .section-zero__ttl_3:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -230px;
    border: 15px solid transparent;
    border-bottom: 15px solid #0070CB;
  } 
    
    @media only screen and (max-width: 640px) {       
      .section-zero__ttl_2 {
        top: -11px; 
        width: 90%;
        left: 5%;
        font-size: 15px;
      }
      
      .section-zero__ttl_2:after {
        margin-left: 53px;
      }
      
      .section-zero__ttl_2 span, .section-zero__ttl_3 span {
        font-size: 18px;
      }
      
      .section-zero__ttl_3 {
        top: 276px;
        width: 90%;
        left: 5%;
        font-size: 15px;
      }
      
      .section-zero__ttl_3:before {
        margin-left: -135px;
      } 
    }  
    
  .section-zero_img img {
    width: 100%;
    margin-top: 7em;
  }
    
  @media only screen and (max-width: 640px) {       
    .section-zero_img img {
      margin-top: 12em; 
    }
  }
    
  .boxContainer {
    width: 100%;
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    margin: 11em auto 0;
    justify-content: space-between;
  } 
      
  .box01 {
    padding: 25px;
    width: 48%;
    box-sizing: border-box;
    border: 5px solid #292C78;
    text-align: center;
    background-color: #fff;
    margin-bottom: 2em;
  } 
      
  .boxContainer .box01_title {
    font-size: 25px;
    color: #292C78;
    font-weight: bold;
  } 

  .boxContainer p {
    margin-top: 0.8em;
    text-align: left;
    font-size: 18px;
  }
    
  .boxContainer .box01-strong {
    font-weight: bold;
    color: #EF9F1F;
  }   
    
  @media only screen and (max-width: 640px) {
    .boxContainer {
      width: 90%;
      margin: 14em auto 0;
    }
    
    .box01 {
      width: 100%;
      margin-bottom: 1.5em;
    }
    
    .boxContainer .box01_title {
      font-size: 18px;
    }
    
    .boxContainer p {
      font-size: 15px;
    }
  }  
        
  /***************************************************************
    SECTION-zero
  ***************************************************************/

  /***************************************************************
    SECTION-third
  ***************************************************************/
    
  .section-third__main {
    box-sizing: border-box;
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 85px 60px 60px;
    background-color: #fff;
    border-radius: 8px;
    border: 5px solid #292C78;
  }
    
    @media screen and (max-width: 950px) {
      .section-third__main {
        width: 98%;
        padding: 85px 30px 60px 30px;
      } 
    }
    
    @media screen and (max-width: 767px) {
      .section-third__main {
        padding: 60px 20px 30px;
      }
    }
   
  /***************************************************************
    SECTION-third
  ***************************************************************/    
    
    .section-second__top_2 {
      color: #292C78;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      margin-top: 1em;
    }
    
    .section-third__top {
      width: auto;
    }
    
    .section-first {
      margin-top: 0;
      padding: 100px 0 75px;
    }
    
    .section-first h2 {
      line-height: 1.5;
    }
    
    .section-first__grid img {
      padding-left: 5%;
    }
    
    @media screen and (min-width: 680px) {  
      .pc {
        display: block;
      }

      .sp { 
        display: none;
      }
    }

    @media screen and (max-width: 680px) {   
      .pc { 
        display: none;
      }

      .sp { 
        display: block;
      }
    }    
    
    @media only screen and (max-width: 640px) {   
      .section-second__top, .section-second__top_2 {
        text-align: left;
        margin-left: 1.3em;
        margin-right: 1.3em;
        font-size: 16px;
      }
      
      .section-first {
        padding: 53.5px 0 20px;
      }
      
      .section-first__grid {
        padding-top: 30px;
      }
      
      .section-first__grid img {
        padding-left: 0;
      }
      
      .contact {
        margin-top: 25px;
      }
    }
	  iframe{width: 640px;height: 360px;}
	  @media only screen and (max-width: 640px) 
	  { iframe{width: 100%;height: auto}  }
	.btn {
	display: block;
	cursor: pointer;
	width: 95%;
	margin: 1em auto;
	padding: 20px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff!important;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
	background: #20b2aa;
	box-shadow: 0 6px 0 #047c71, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
	text-align: center;	
}
.btn:hover {
	background: #3cc4bd;
	box-shadow: 0 3px 0 #12978d, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn:active {
	color: #ddd;
	background: #12978d;
	box-shadow: 0 0 0 #047c71, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}	
 .dot-text {
      padding-top: .5em;
      background-position: top left -2px;
      background-repeat: repeat-x;
      background-size: 1.3em .3em;
      background-image: -webkit-radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
      background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
    }	
	  
  /***************************************************************
    Q&A
  ***************************************************************/  	  
	.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
	text-align: left;
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
	
	  }

	  
	  
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
	text-align: left
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}  
	  .es_jhs_cont{font-size: 1.2em; box-sizing: border-box;
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 85px 60px 60px;   
    border-radius: 8px;
    }
	  .es table{width: 100%;font-size: 1.1em;}
	  .jhs table{width: 100%;font-size: 1.1em;} 
	  .cont_ttl{  
		  color: #292C78;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    /* margin: 1.6em 0 1.8em; */
}	  
.box_es {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 2.5em;
    border: solid 3px #EDA60D;
	background: #fff;
	text-align: left;
	line-height: 2;
}
.box_es .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 20px;
    padding: 3px 20px;
    height: 25px;
    line-height: 30px;
    font-size: 17px;
    background: #EDA60D;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
}
  
.box_jhs {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 2.5em;
    border: solid 3px #2F75EF;
	text-align: left;
	background: #fff;
	line-height: 2;
}
.box_jhs .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 20px;
    padding: 3px 20px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #2F75EF;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
}	  
	  .es_ttl{background: #EBD832;color:#000;padding: 3px 30px;}	  
	  .jhs_ttl{background: #2F8B0F;color:#fff;padding: 3px 30px;}	
	  
 @media screen and (max-width: 680px) { 
	.es_jhs_cont{
    width: 98%;    
    padding: 0px 20px 30px ; 
    
    }
	  .cont_ttl{ 
	     text-align: left;
    margin: 1.8em 1.3em 1.5em;
    font-size: 20px;
	 }
	 .box_es {   
    margin: 2em 0;
    padding: 1.5em 0.5em;    
} 
	 .box_jhs {   
    margin: 2em 0;
    padding: 1.5em 0.5em;    
}   
	 .box_es .box-title{line-height: 1.2}	 
	 .box_jhs .box-title{line-height: 1.2}
	  }


		.jisseki_box{border: solid 3px #F1090D;padding: 10px 20px;margin: 20px 0;line-height: 1.6}
		.jisseki_box dt{font-size: 20px;font-weight: bold}
		.jisseki_box dt::before{content: '▼'}
		.jisseki_box dd{line-height: 1.6;text-align: left;font-size: 15px;}
		.jisseki_box .jisseki_tittle{font-size: 25px;font-weight: bold;margin-bottom: 10px;font-size: 22px;}
		.koumei{font-size: 15px;line-height: 1.6}
		@media screen and (max-width: 640px) {
		.jisseki_box{padding: 10px ;margin: 20px 0;line-height: 1.6}	
			
		}
.section-third-btn2 {
  margin-top: 40px;
   }
  .section-third-btn2 a {
    display: block;
    width: 400px;
    height: 70px;
    margin: 0 auto;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    border-radius: 6px;
    background: #dc8804;
    box-shadow: 0px 6px 0px 0px #7c4d02;
    position: relative; }
    @media screen and (max-width: 640px) {
      .section-third-btn2 a {
        width: 90%; } }
    .section-third-btn2 a:hover {
      box-shadow: 0px 1px 0px 0px #004016;
      transform: translate(0px, 5px); }
    .section-third-btn2 a:after {
      content: '';
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto; }
    /*.section-third-btn2 a span {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .section-third-btn2 a span strong {
        font-size: 30px; }*/
		
.section-third-btn3 {
  margin-top: 40px;
   }
  .section-third-btn3 a {
    display: block;
    width: 400px;
    height: 70px;
    margin: 0 auto;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    border-radius: 6px;
    background: #1b8513;
    box-shadow: 0px 6px 0px 0px #004016;
    position: relative; }
    @media screen and (max-width: 640px) {
      .section-third-btn3 a {
        width: 90%; } }
    .section-third-btn3 a:hover {
      box-shadow: 0px 1px 0px 0px #004016;
      transform: translate(0px, 5px); }
    .section-third-btn3 a:after {
      content: '';
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto; }
    .section-third-btn3 a span {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .section-third-btn3 a span strong {
        font-size: 30px; }
		
.section-body {
    width: 100%;
    max-width: 950px;
    box-sizing: border-box;
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}		
.nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 2.7em 0 3em;
  background-color: #ebeff8;
  border-radius: 3px;
  margin-bottom: 1em;
}
  
.nav-list {
  margin: 0 1.5em;
  line-height: 3;
  border-bottom: 3px dotted #27539b;
} 
  
.nav-list a {  
  font-weight: bold;
  color: #27539b;
  font-size: 130%;
}   
		
		
	/***************************************************************
    SECTION-zero
  ***************************************************************/
  .section-couse {
    padding: 80px 0 43px;
    background-image: url(/kyoiku/online/img/section-first_bg.png);
    box-sizing: border-box;
  }
  
    @media screen and (max-width: 640px) {
      .section-couse {
        padding: 50px 0 0; 
      } 
    }
    
  .section-couse h2 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
       
    @media screen and (max-width: 640px) {
      .section-couse h2 {
        margin-bottom: 20px; 
      } 
    }
        
  .section-couse h2 span {
    font-size: 24px;
  }
        
    @media screen and (max-width: 767px) {
      .section-couse h2 {
        line-height: 1.4em; 
      } 
    }
      
  .section-couse-second__top {
    color: #292C78;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-bottom: 110px;
  }
        
    @media screen and (max-width: 767px) {
      .section-couse-second__top {
        padding-bottom: 80px; 
      } 
    }
      
  .section-couse-second__main {
    box-sizing: border-box;
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 85px 60px 60px;
    background-color: #fff;
    border-radius: 8px;
    border: 5px solid #292C78;
  }
        
    @media screen and (max-width: 950px) {
      .section-couse-second__main {
        width: 98%;
        padding: 85px 30px 60px; 
      } 
    }
        
    @media screen and (max-width: 767px) {
      .section-couse-second__main {
        padding: 60px 20px 30px; 
      } 
    }
      
  .section-couse__ttl {
    background-color: #FFDE45;
    font-size: 28px;
    font-weight: bold;
    color: #292C78;
    text-align: center;
    width: 666px;
    padding: 25px 10px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 8px;
    top: -40px;
    left: calc(50% - 333px); 
  }
        
    @media screen and (max-width: 950px) {
      .section-couse__ttl {
        width: 90%;
        left: 5%; 
      } 
    }
        
    @media screen and (max-width: 640px) {
      .section-couse__ttl {
        font-size: 20px; 
      } 
    }
  
  .section-couse__ttl:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0 14px;
    border-color: #FFDE45 transparent transparent transparent;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 14px); 
  }
        
  .section-couse__ttl:before {
    width: 348px;
    height: 46px;
    left: calc(50% - 174px);
    content: '';    
    display: inline-block;
    position: absolute;
    top: -19px;
  }
    
  .section-couse__grid {
    box-sizing: border-box;
    display: flex;
  }
        
    @media screen and (max-width: 640px) {
      .section-couse__grid {
        display: block; 
      }
    }
      
  .section-couse__box {
    box-sizing: border-box;
    position: relative;
    width: 50%; 
  }
        
    @media screen and (max-width: 640px) {
      .section-couse__box {
        width: 100%;
      } 
    }
        
  .section-couse__box:nth-of-type(1) {
    border-right: 1px dashed #A5A5A5;
    padding-right: 35px; 
  }
          
    @media screen and (max-width: 767px) {
      .section-couse__box:nth-of-type(1) {
        padding-right: 20px; 
      } 
    }
          
    @media screen and (max-width: 640px) {
      .section-couse__box:nth-of-type(1) {
        border-right: none;
        border-bottom: 1px dashed #A5A5A5;
        padding: 0 0 20px 0; 
      } 
    }
        
  .section-couse__box:nth-of-type(2) {
    padding-left: 35px; 
  }
        
    @media screen and (max-width: 767px) {
      .section-couse__box:nth-of-type(2) {
        padding-left: 20px; 
      } 
    }
          
    @media screen and (max-width: 640px) {
      .section-couse__box:nth-of-type(2) {
        padding: 20px 0 0 0; 
      } 
    }
    
  .section-couse__box-ttl {
    color: #292C78;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 6px solid #292C78;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
    padding-bottom: 10px;
    min-height: 91px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
  }
        
    @media screen and (max-width: 767px) {
      .section-couse__box-ttl {
        font-size: 22px;
        min-height: 67px; 
      } 
    }
        
    @media screen and (max-width: 640px) {
      .section-couse__box-ttl {
        min-height: auto; 
      } 
    }
        
  .section-couse__box-ttl span {
    font-size: 43px; 
  }
          
    @media screen and (max-width: 950px) {
      .section-couse__box-ttl span {
        font-size: 38px; 
      } 
    }
          
    @media screen and (max-width: 767px) {
      .section-couse__box-ttl span {
        font-size: 30px; 
      } 
    }
          
    @media screen and (max-width: 640px) {
      .section-couse__box-ttl span {
        font-size: 28px;
      } 
    }
    
  .section-couse__box-img {
    padding-top: 10px;
    text-align: center; 
  }
      
  .section-couse__cell li {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 25px; 
  }
      
  .section-couse__cell-icon {
    width: 73px; 
  }
      
  .section-couse__cell-txt {
    width: calc(100% - 73px);
    padding-left: 20px; 
  }
    
    @media screen and (max-width: 767px) {
      .section-couse__cell-txt {
        padding-left: 10px; 
      } 
    }
      
  .section-couse__cell-ttl {
    font-size: 20px;
    font-weight: bold; 
  }
        
    @media screen and (max-width: 950px) {
      .section-couse__cell-ttl {
        font-size: 18px; 
      } 
    }
      
  .section-couse__cell-sub {
    padding-top: 5px; 
  }
        
  .section-couse__cell-sub span {
    font-size: 12px;
  }
      
  .section-couse__celllist li {
    display: block;
    padding-bottom: 10px; 
  }
      
  .section-couse__celllist-ttl {
    font-weight: bold;
    color: #EF9F1F;
    padding-bottom: 3px; 
  }
    
  .section-couse .contact__detail-box {
    padding-bottom: 15px; 
	  height: 150px;
  }  
    
  .section-couse .contact__detail-box li, .section-couse .contact__detail-box_2 li {
    font-size: 15px;
    line-height: 1.5;
    color: #000;  
  } 
    
  .section-couse .contact__detail-box_2 {
    line-height: 2;
    padding-bottom: 25px;
  }
    
  .section-couse .contact__detail-box_2 li {   
    box-sizing: border-box;
    position: relative;
    padding: 10px 0 0 1.5em;
  }
    
  .section-couse .contact__detail-box_2 li:before {
    font-family: FontAwesome;
    content: '\f061';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    color: #308f2a;
  }
    
  .section-couse__top_3 {
    color: #540000;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    margin: 1em 0 1em;
  }
    
  @media only screen and (max-width: 640px) {       
    .section-couse__top_3 {
      text-align: center;
      margin: 1em 1.3em 1em;
      font-size: 18px;
    }
  }       
    
  .section-couse__ttl_2-main {
    max-width: 950px;
    margin: 0 auto;
    position: relative;  
  }
    
  @media only screen and (max-width: 640px) {
    .section-couse__ttl_2-main {
     margin: 0 1.3em auto; 
    } 
  }  
    
  .section-couse__ttl_2 {
    background-color: #0070CB;
    font-size: 18px;
    font-weight: bold;
    color: #fff; 
    width: 666px;
    padding: 25px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 8px;
    top: -36px;
    left: calc(50% - 190px);
    line-height: 1.5;
  }
    
  .section-couse__ttl_2 span, .section-couse__ttl_3 span {
    font-size: 25px;
  }
  
  .section-couse__ttl_2:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 14px 0;
    border-color: #0070CB transparent transparent transparent;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 3px); 
  }
    
  .section-couse__ttl_3 {
    background-color: #0070CB;
    font-size: 18px;
    font-weight: bold;
    color: #fff; 
    width: 666px;
    padding: 25px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 8px;
    top: 500px;
    left: calc(50% - 476px);
    line-height: 1.5;
  } 

    
  .section-couse__ttl_3:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -230px;
    border: 15px solid transparent;
    border-bottom: 15px solid #0070CB;
  } 
    
    @media only screen and (max-width: 640px) {       
      .section-couse__ttl_2 {
        top: -11px; 
        width: 90%;
        left: 5%;
        font-size: 15px;
      }
      
      .section-couse__ttl_2:after {
        margin-left: 53px;
      }
      
      .section-couse__ttl_2 span, .section-couse__ttl_3 span {
        font-size: 18px;
      }
      
      .section-couse__ttl_3 {
        top: 276px;
        width: 90%;
        left: 5%;
        font-size: 15px;
      }
      
      .section-couse__ttl_3:before {
        margin-left: -135px;
      } 
    }  
    
  .section-couse_img img {
    width: 100%;
    margin-top: 7em;
  }
    
  @media only screen and (max-width: 640px) {       
    .section-couse_img img {
      margin-top: 12em; 
    }
  }
    
  .boxContainer {
    width: 100%;
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    margin: 11em auto 0;
    justify-content: space-between;
  } 
      
 

        
  /***************************************************************
    SECTION-zero
  ***************************************************************/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: 19.5%;
  height:50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#c-all:checked ~ #c-all_content,
#kouritsu:checked ~ #kouritsu_content,
#koukou:checked ~ #koukou_content,
#prep:checked ~ #prep_content,		
#kotaro:checked ~ #kotaro_content,
#chuju:checked ~ #chuju_content,	
#nankantaisaku:checked ~ #nankantaisaku_content,
#goukakuikkan:checked ~ #goukakuikkan_content,		
#koukoujuken:checked ~ #koukoujuken_content,
#nankantaisaku-chu:checked ~ #nankantaisaku-chu_content{		
display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
		
		.online_couse {border-collapse: collapse;width: 100%}	
		.online_couse th{padding: 5px;border: solid 1px #000;text-align: center}
		.online_couse td{padding: 5px;border: solid 1px #000;line-height: 20px}
		.bg1{background-color: #FFEBFF}
		.bg2{background-color: #FDE9D9}
		.bg3{background-color: #FFFFCC}
		.bg4{background-color: #E8F8E8}
		.bg5{background-color: #FFC9C9}
		.bg6{background-color: #ECF2F8}
		.ct{text-align: center}
		.tittle{background: #fff; border-top:#540000 3px solid;border-bottom: #540000 3px solid; width: 980px;margin: 0px  auto 30px;}
		@media only screen and (max-width: 640px) {
			.tab_item{font-size: 10px;line-height: 25px}
			.tab_content { padding: 10px 0;}
		.scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
  .tittle{background: #fff; border-top:#540000 3px solid;border-bottom: #540000 3px solid; width: 100%;margin: 0px  auto 20px;}

		}	
	   .contact__detail-box  a[href$=".pdf"]:after {
	content:" ";  
	display: inline-block;
    width: 31px;
    height: 31px;  
	padding-right: 20px;
	background: url("/kyoiku/online/img/ichishin/index/icon_pdf.gif")  no-repeat;
}		
	.mark  a[href$=".pdf"]:after {
	content:" ";  
	display: inline-block;
    width: 31px;
    height: 31px;  
	padding-right: 20px;
	background: url("/kyoiku/online/img/ichishin/index/icon_pdf.gif")  no-repeat;
}		
		.bld{font-weight: bold;}
	
	.section-couse .features {
    padding-bottom: 20px;
    border-bottom: solid 1px #C1C1C1;
}	
	.section-couse .features__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
		margin: 30px 0 0;	}
		
	.section-couse .features__txt-box {
    width: 100%;
}
		.section-couse .features__ttl {
    font-size: 24px;
    position: relative;
    font-weight: bold;
    padding-left: 73px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.section-couse .features__ttl span {
    font-size: 18px;
}		
.section-couse .features__ttl::after {
    position: absolute;
    content: '';
    background: url(/kyoiku/online/img/icon/icon_flow1.png) no-repeat;
    background-size: contain;
    width: 63px;
    height: 63px;
    top: -10px;
    left: 0;
}	
.section-couse .features__ttl02::after {
    background: url(/kyoiku/online/img/icon/icon_flow2.png) no-repeat;
    background-size: contain;
}	
.section-couse .features__ttl03::after {
    background: url(/kyoiku/online/img/icon/icon_flow3.png) no-repeat;
    background-size: contain;
}		
		.section-couse .features__ttl04::after {
    background: url(/kyoiku/online/img/icon/icon_flow4.png) no-repeat;
    background-size: contain;
}	
		.section-couse .features__ttl05::after {
    background: url(/kyoiku/online/img/icon/icon_flow5.png) no-repeat;
    background-size: contain;
}	
		.section-couse .features__ttl06::after {
    background: url(/kyoiku/online/img/icon/icon_flow6.png) no-repeat;
    background-size: contain;
}	
		.section-couse .features__ttl07::after {
    background: url(/kyoiku/online/img/icon/icon_flow7.png) no-repeat;
    background-size: contain;
}	
		.pl45{padding-left: 45px}		
		
@media screen and (max-width: 640px){
	.mt- {margin-top: -11px;}
.section-first h2 {
    font-size: 18px;
    padding: 10px 10px;
    width: 95%;
    left: 2.5%;
    top: -25px;
}
	.section-first {
    padding: 30px 0 20px;
}
	.pl45{padding-left:0px}
	.pt60{padding-top: 60px;}
	}	
.outline {
  display        : inline-block;
  color          : #ffff1a;            /* 文字の色 */
  font-size      : 2em;               /* 文字のサイズ */
  letter-spacing : 8px;                /* 文字間 */
  text-shadow    : 
       4px  4px 9px #ff0000,
      -4px  4px 9px #ff0000,
       4px -4px 9px #ff0000,
      -4px -4px 9px #ff0000,
       4px  0px 9px #ff0000,
       0px  4px 9px #ff0000,
      -4px  0px 9px #ff0000,
       0px -4px 9px #ff0000;        /* 文字の影 */
}	
		@media screen and (max-width: 640px){
		.outline {
  display        : inline-block;
  color          : #ffff1a;            /* 文字の色 */
  font-size      : 1.8em;               /* 文字のサイズ */
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
       4px  4px 4px #ff0000,
      -4px  4px 4px #ff0000,
       4px -4px 4px #ff0000,
      -4px -4px 4px #ff0000,
       4px  0px 4px #ff0000,
       0px  4px 4px #ff0000,
      -4px  0px 4px #ff0000,
       0px -4px 4px #ff0000;        /* 文字の影 */
}		
		}
.btn_blue {
	display: block;
	cursor: pointer;
	max-width: 500px;
	margin: 1em auto;
	padding: 20px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
	background: #232289;
	box-shadow: 0 6px 0 #010036, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
	text-align: center;	
}
.btn_blue:hover {
	background: #232289;
	box-shadow: 0 3px 0 #010036, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn_blue:active {
	color: #fff;
	background: #232289;
	box-shadow: 0 0 0 #010036, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}				
		
		
.nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 2.7em 0 3em;
  background-color: #ebeff8;
  border-radius: 3px;
  margin-bottom: 1em;
}
  
.nav-list {
  width: 40%;
  margin: 0 1.5em;
  line-height: 2;
  border-bottom: 3px dotted #27539b;
  text-align: center;
		padding-top: 10px;
} 
  
.nav-list a {  
  font-weight: bold;
  color: #27539b;
  font-size: 120%;

}    
  
@media only screen and (max-width: 768px) { 
  
  .text-title {
    font-size: 100%;
    padding: 1.2em 2.2em;
  }
} 	
@media only screen and (max-width: 880px) { 	
  
  .nav {
    font-size: 90%;
    margin-bottom: 0.4em;
  } 
  
  .nav-list { margin: 0;
	  width: 90%;
    border-bottom: 2px dotted #27539b;
  }

}      
  	  

	.link_txt{border: solid 2px #1140AA;padding: 30px;font-size: 20px;font-weight: bold;}	
			
		 .banner-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 2.5em auto; 
			 max-width: 980px;
			 
  }
    
  .banner-flex_box {
   width : 33%;
	margin-bottom: 5px; 
    box-sizing: border-box;
  }
@media screen and (max-width:640px) {
	.banner-flex_box {
      width: 100%;
      margin: 0.7em 0em;
    }			
				
			}	
.section-second__wrap{
	    box-sizing: border-box;
    width: 950px;
    margin: 20px auto;
    position: relative;
    padding: 0px 60px 60px;
    background-color: #fff;
    
}
	
 @media only screen and (max-width: 640px) {  
    .section-second__wrap{
		 width: 100%;
		padding: 0px 30px 60px;
	}
	 
	 .section-body{width: 100%;
		padding: 0px 30px 30px;}
}		

.sec_taikenki{margin: 80px 0;padding-top: 80px;}

.taikenki_box{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
.taikenki_item{
    width: calc(100% / 2 - 30px);    
    position: relative;
    background-color: #ffffe7;
	padding: 60px 10px 10px;
	margin-bottom: 30px;
		
}

.taikenki_box .taikenki_item::before{
position: absolute;
    content: "";
    background-image: url(/kyoiku/online/img/2024/voice_ico01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    top: -8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.taikenki_box .taikenki_item:nth-child(2)::before{
content: "";
    background-image: url(/kyoiku/online/img/2024/voice_ico02.png);	
}
.taikenki_ttl{font-size: 20px;color: #1f5799;padding-top: 30px;}
.taikenki_name{font-weight: bold;text-align: center;padding: 30px 0;font-size: 18px;}

@media screen and (max-width:640px) {

.taikenki_box{

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
   }
.taikenki_item{
	width: 100%; 
	}
	.taikenki_box .taikenki_item:nth-child(2){ margin-top: 60px;}
	
}

.cta_area{padding: 40px 0 ;background: #e7f3ff;}

.cta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.cta-list .list-item {   
    padding: 40px 60px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 2 - 30px);
    
    position: relative;
}
.cta-list .list-btn-cta .btn-cta {
    padding: 12px 10px;
    font-size: 20px;
    max-width: 380px;
	margin-top: 20px;
}
.btn-cta {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
.list-btn-cta a{color: #fff!important;}
.btn-cta::before {
    content: ">";
    position: absolute;    
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 10px;
    top: 30%;
    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.list-btn-cta .btn-cta.green {
    background-color: #119c78;
    border: 1px solid #119c78;
}
.list-btn-cta .btn-cta.org {
    background-color: #ec4d1b;
    border: 1px solid #ec4d1b;
}
.cta_ttl{background: #1f5799;color: #fff;text-align: center;padding: 8px 0;font-weight: bold;}
.yc{color: #ffff00;font-size: 1.3em;}

@media screen and (max-width:640px) {
	.cta-list {flex-wrap: wrap;}
.cta-list .list-item {   
    padding: 40px 20px 30px;
    width: 100%;
    
}
.cta-list .list-btn-cta .btn-cta {   
    font-size: 18px;
    
}	
.btn-cta::before {
    top: 35%;
    right: 8px;
}	
}
.features__comment{background: #ffcb2c;padding: 20px;}
.features__comment .ttl{font-weight: bold;}
.features__comment .ttl span{color: rgba(207,7,10,1.00);}



