@charset "UTF-8";
/*
Theme Name:ICT実務技能教育推進会
Theme URI:https://ictkentei.com/
Description:ICT実務技能教育推進会のサイトです。
Version:1.1
Author:Yuki Yokochi
Author URI:ver-nine.com

*/
body {
  background-color: #fcfcfc;
  position: absolute;
  top: 122px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    body {
      top: 80px; } }
  @media screen and (max-width: 411px) {
    body {
      top: 50px; } }

* {
  margin: 0; }

p {
  font-size: 16px;
  font-family: sans-serif;
  margin: 0%;
  line-height: 27px; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 24px; } }

h1, h2, h3, p, a, td {
  color: #373737;
  font-family: sans-serif; }

h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 30px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 24px;
      line-height: 24px; } }

h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 30px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 16px;
      line-height: 16px; } }

.button {
  display: block;
  width: 245px;
  height: 45px;
  background-color: #F0B76F;
  text-decoration: none;
  margin: 50px auto 0; }
  @media screen and (max-width: 767px) {
    .button {
      width: 200px;
      height: 35px;
      margin: 35px auto 0; } }
  .button p {
    color: #fcfcfc;
    line-height: 45px;
    text-align: center;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .button p {
        font-size: 18px;
        line-height: 35px; } }

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0%; }
  @media screen and (max-width: 1000px) {
    .container {
      width: 90%; } }

header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0; }
  header .header-line1 {
    display: flex;
    justify-content: space-between; }
    header .header-line1 a {
      display: block; }
    header .header-line1 .logo {
      background-image: url("img/logo.png");
      background-position: center;
      background-size: cover;
      width: 102px;
      height: 74px;
      cursor: pointer;
      margin: 3px 0 0 10%; }
      @media screen and (max-width: 1000px) {
        header .header-line1 .logo {
          margin: 3px 0 0 5%; } }
      @media screen and (max-width: 411px) {
        header .header-line1 .logo {
          width: 63.4px;
          height: 46px;
          margin: 2px 0 0 5%; } }
    header .header-line1 .contact-form {
      width: 450px;
      height: 80px;
      background-color: #373737;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        header .header-line1 .contact-form {
          width: 200px; } }
      @media screen and (max-width: 411px) {
        header .header-line1 .contact-form {
          height: 50px; } }
      @media screen and (max-width: 350px) {
        header .header-line1 .contact-form {
          width: 150px; } }
      header .header-line1 .contact-form p {
        font-size: 30px;
        line-height: 80px;
        color: #fcfcfc;
        text-align: center; }
        @media screen and (max-width: 767px) {
          header .header-line1 .contact-form p {
            font-size: 18px; } }
        @media screen and (max-width: 411px) {
          header .header-line1 .contact-form p {
            line-height: 50px; } }
        @media screen and (max-width: 350px) {
          header .header-line1 .contact-form p {
            font-size: 16px; } }
    @media screen and (max-width: 411px) {
      header .header-line1 {
        height: 50px; } }
  header .header-line2 {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      header .header-line2 {
        display: none; } }
    header .header-line2 .menu-element {
      width: calc(100% / 7);
      height: 42px;
      display: block;
      background-color: #2E64FE;
      border: 1px solid #fcfcfc;
      box-sizing: border-box;
      cursor: pointer;
      text-decoration: none; }
      header .header-line2 .menu-element p {
        line-height: 42px;
        font-size: 20px;
        color: #fcfcfc;
        text-align: center; }
        @media screen and (max-width: 1000px) {
          header .header-line2 .menu-element p {
            font-size: 18px; } }
        @media screen and (max-width: 900px) {
          header .header-line2 .menu-element p {
            font-size: 15px; } }

.menu {
  width: 60px;
  height: 60px;
  background-color: #fcfcfc;
  top: 110px;
  right: 5%;
  z-index: 101;
  position: fixed; }
  @media screen and (min-width: 768px) {
    .menu {
      display: none; } }
  @media screen and (max-width: 411px) {
    .menu {
      top: 80px; } }
  .menu .menu-button {
    position: relative;
    width: 44px;
    height: 32px;
    display: inline-block;
    margin: 13px 9px;
    transition: all .4s;
    box-sizing: border-box; }
    .menu .menu-button span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #373737;
      transition: all .4s;
      box-sizing: border-box;
      display: inline-block; }
      .menu .menu-button span:nth-of-type(1) {
        top: 0; }
      .menu .menu-button span:nth-of-type(2) {
        top: 15px; }
      .menu .menu-button span:nth-of-type(3) {
        bottom: 0; }
  .menu .menu-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-315deg);
    transform: translateY(15px) rotate(-315deg); }
  .menu .menu-button.active span:nth-of-type(2) {
    opacity: 0; }
  .menu .menu-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(315deg);
    transform: translateY(-15px) rotate(315deg); }

.menu-after {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  transition: 0.4s;
  position: fixed;
  display: none;
  z-index: 100;
  opacity: 0.8;
  top: 0; }
  .menu-after a {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fcfcfc;
    margin: 0 0 50px;
    text-decoration: none; }
    .menu-after a:nth-of-type(1) {
      margin: 20vh 0 50px 0; }

.footer {
  background-color: #EAEFFF;
  padding: 30px 0;
  width: 100%; }
  .footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 1000px) {
      .footer .container {
        display: block; } }
  .footer .footer-block1 {
    width: 70%; }
    @media screen and (max-width: 1100px) {
      .footer .footer-block1 {
        width: 62%; } }
    @media screen and (max-width: 1000px) {
      .footer .footer-block1 {
        width: 100%; } }
    .footer .footer-block1 .footer-logo {
      width: 358px;
      height: 59px;
      background-image: url("img/footer-logo.png");
      background-position: center;
      background-size: cover;
      margin-bottom: 30px;
      display: block;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .footer .footer-block1 .footer-logo {
          width: 250px;
          height: 41.2px; } }
    .footer .footer-block1 p {
      line-height: 30px; }
  .footer .footer-block2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 30%; }
    @media screen and (max-width: 1100px) {
      .footer .footer-block2 {
        width: 38%; } }
    @media screen and (max-width: 1000px) {
      .footer .footer-block2 {
        width: 45%;
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .footer .footer-block2 {
        width: 100%; } }
    .footer .footer-block2 a {
      display: block;
      width: 50%;
      color: #373737;
      line-height: 45px; }

footer {
  width: 100%;
  height: 30px;
  background-color: #2E64FE; }
  footer p {
    line-height: 30px;
    color: #fcfcfc;
    text-align: center; }

.eyecatch {
  width: 100%;
  height: calc(100vh - 122px);
  background-image: url("img/eyecatch.jpg");
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .eyecatch {
      height: 400px; } }
  .eyecatch h1 {
    font-size: 60px;
    font-weight: 900;
    color: #fcfcfc;
    padding: 40vh 0 0 10%; }
    @media screen and (max-width: 834px) {
      .eyecatch h1 {
        font-size: 50px; } }
    @media screen and (max-width: 767px) {
      .eyecatch h1 {
        font-size: 27px;
        padding: 150px 0 0 5%; } }
    @media screen and (max-width: 350px) {
      .eyecatch h1 {
        font-size: 24px; } }

.what {
  margin: 70px 0 35px; }
  .what .container {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .what .container {
        display: block; } }
    .what .container .what-desc {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .what .container .what-desc {
          width: 100%; } }
      .what .container .what-desc p {
        margin: 0 0 30px; }
    .what .container .what-img {
      margin: 60px 0 0;
      width: 45%;
      height: 536px;
      background-image: url("img/what-img.jpg");
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .what .container .what-img {
          width: 100%;
          height: 200px;
          margin: 30px 0 0; } }

.when {
  padding: 35px 0 35px;
  background-color: #EAEFFF; }
  .when .container .times {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 14px; }
    @media screen and (max-width: 767px) {
      .when .container .times {
        font-size: 18px;
        line-height: 18px; } }
  .when .container table {
    margin: 0 0 30px; }
    .when .container table tr .have-margin {
      width: 120px; }
      @media screen and (max-width: 767px) {
        .when .container table tr .have-margin {
          width: 90px; } }
  .when .container .contact-here {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100px;
    display: flex;
    border: 5px solid #2E64FE;
    box-sizing: border-box;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 1000px) {
      .when .container .contact-here {
        width: 800px; } }
    .when .container .contact-here .contact-here-img {
      width: 30%;
      background-image: url("img/contact.jpg");
      background-position: center;
      background-size: cover;
      border-right: 5px solid #2E64FE;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .when .container .contact-here .contact-here-img {
          display: none; } }
    .when .container .contact-here .contact-here-desc {
      width: 70%;
      display: flex;
      background-color: #fff;
      position: relative; }
      @media screen and (max-width: 767px) {
        .when .container .contact-here .contact-here-desc {
          width: 100%; } }
      .when .container .contact-here .contact-here-desc .contact-here-desc1 {
        margin: 15px 0 0 30px; }
        .when .container .contact-here .contact-here-desc .contact-here-desc1 h2 {
          color: #172D86;
          line-height: 30px;
          margin: 0 0 15px; }
        @media screen and (max-width: 374px) {
          .when .container .contact-here .contact-here-desc .contact-here-desc1 .will-disapear {
            font-size: 12px; } }
      .when .container .contact-here .contact-here-desc .contact-here-desc2 {
        position: absolute;
        bottom: 0px;
        right: 15px; }

.voice-news {
  margin: 35px 0 70px; }
  .voice-news .container {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 833px) {
      .voice-news .container {
        display: block; } }
    .voice-news .container .voice,
    .voice-news .container .news {
      width: 46%; }
      @media screen and (max-width: 1000px) {
        .voice-news .container .voice,
        .voice-news .container .news {
          width: 48%; } }
      @media screen and (max-width: 833px) {
        .voice-news .container .voice,
        .voice-news .container .news {
          width: 100%; } }
    .voice-news .container .voice article {
      width: 100%;
      display: flex;
      height: auto;
      margin: 0 0 30px;
      box-sizing: border-box; }
      @media screen and (max-width: 411px) {
        .voice-news .container .voice article {
          height: 240px;
          display: block;
          height: auto; } }
      @media screen and (max-width: 374px) {
        .voice-news .container .voice article {
          display: block;
          height: auto; } }
      .voice-news .container .voice article .article-img {
        width: 200px;
        position: relative;
        box-sizing: border-box; }
        @media screen and (max-width: 411px) {
          .voice-news .container .voice article .article-img {
            width: 100%; } }
        .voice-news .container .voice article .article-img img {
          background-color: #ccc;
          width: 200px;
          height: 264px; }
          @media screen and (max-width: 411px) {
            .voice-news .container .voice article .article-img img {
              height: 420px;
              width: 100%; } }
        .voice-news .container .voice article .article-img .article-img-img {
          width: 100%;
          height: 80px;
          background-color: #fcfcfc;
          position: absolute;
          bottom: 0;
          opacity: 0.8; }
          .voice-news .container .voice article .article-img .article-img-img .grade {
            padding: 15px 0 0;
            color: #172D86; }
          .voice-news .container .voice article .article-img .article-img-img p {
            text-align: center; }
      .voice-news .container .voice article .article-desc {
        width: 55%;
        margin: 0 0 0 5%; }
        @media screen and (max-width: 833px) {
          .voice-news .container .voice article .article-desc {
            width: 45%; } }
        @media screen and (max-width: 767px) {
          .voice-news .container .voice article .article-desc {
            width: 100%; } }
        @media screen and (max-width: 411px) {
          .voice-news .container .voice article .article-desc {
            margin: 15px 0 0 0; } }
    @media screen and (max-width: 833px) {
      .voice-news .container .news {
        margin: 70px 0 0; } }
    .voice-news .container .news article {
      width: 100%;
      background-color: #fff;
      margin: 0 0 30px;
      border: 1px solid #373737; }
      .voice-news .container .news article .posted-date {
        margin: 15px 0 0 15px;
        line-height: 30px;
        color: #172D86; }
        @media screen and (max-width: 767px) {
          .voice-news .container .news article .posted-date {
            margin: 5px 0 0 15px; } }
      .voice-news .container .news article .post-title {
        margin: 0px 15px 0 15px;
        line-height: 30px;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer; }
      .voice-news .container .news article .post-content30 {
        margin: 0px 15px 15px 15px;
        line-height: 30px; }
        @media screen and (max-width: 767px) {
          .voice-news .container .news article .post-content30 {
            margin: 0px 15px 5px 15px; } }

@media screen and (max-width: 833px) {
  .have-margin {
    margin: 30px 0 0; } }

@media screen and (max-width: 374px) {
  .have-margin2 {
    margin: 30px 0 0; } }

.about h2 {
  margin: 70px 0 30px; }

.merit {
  margin: 70px 0 0; }
  .merit .merit-desc {
    margin: 0 0 30px; }
  .merit .merits {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 374px) {
      .merit .merits {
        display: block; } }
    .merit .merits .merit-each {
      width: 24%; }
      @media screen and (max-width: 833px) {
        .merit .merits .merit-each {
          width: 48%; } }
      @media screen and (max-width: 374px) {
        .merit .merits .merit-each {
          width: 100%; } }
      .merit .merits .merit-each .merit-title {
        color: #FF5800;
        font-weight: bold; }
      .merit .merits .merit-each .merit-img {
        width: 100%;
        height: 192px;
        background-position: center;
        background-size: cover;
        margin: 10px 0; }
        @media screen and (max-width: 500px) {
          .merit .merits .merit-each .merit-img {
            height: 170px; } }
        @media screen and (max-width: 411px) {
          .merit .merits .merit-each .merit-img {
            height: 150px; } }
        @media screen and (max-width: 374px) {
          .merit .merits .merit-each .merit-img {
            height: 270px; } }
      .merit .merits .merit-each .merit-img1 {
        background-image: url("img/merit1.png"); }
      .merit .merits .merit-each .merit-img2 {
        background-image: url("img/merit2.png"); }
      .merit .merits .merit-each .merit-img3 {
        background-image: url("img/merit3.png"); }
      .merit .merits .merit-each .merit-img4 {
        background-image: url("img/merit4.png"); }

.kind {
  margin: 70px 0 0; }
  .kind .kinds {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 374px) {
      .kind .kinds {
        display: block; } }
    .kind .kinds .kind-each {
      width: 24%; }
      @media screen and (max-width: 833px) {
        .kind .kinds .kind-each {
          width: 48%; } }
      @media screen and (max-width: 374px) {
        .kind .kinds .kind-each {
          width: 100%; } }
      .kind .kinds .kind-each .kind-title {
        color: #FF5800;
        font-weight: bold; }
      .kind .kinds .kind-each .kind-img {
        width: 100%;
        height: 360px;
        background-position: center;
        background-size: cover;
        margin: 10px 0; }
        @media screen and (max-width: 2000px) {
          .kind .kinds .kind-each .kind-img {
            height: 280px; } }
        @media screen and (max-width: 1700px) {
          .kind .kinds .kind-each .kind-img {
            height: 240px; } }
        @media screen and (max-width: 1400px) {
          .kind .kinds .kind-each .kind-img {
            height: 192px; } }
        @media screen and (max-width: 833px) {
          .kind .kinds .kind-each .kind-img {
            height: 250px; } }
        @media screen and (max-width: 500px) {
          .kind .kinds .kind-each .kind-img {
            height: 190px; } }
        @media screen and (max-width: 411px) {
          .kind .kinds .kind-each .kind-img {
            height: 150px; } }
        @media screen and (max-width: 374px) {
          .kind .kinds .kind-each .kind-img {
            height: 270px; } }
      .kind .kinds .kind-each .kind-img1 {
        background-image: url("img/kind1.png"); }
      .kind .kinds .kind-each .kind-img2 {
        background-image: url("img/kind2.png"); }
      .kind .kinds .kind-each .kind-img3 {
        background-image: url("img/kind3.png"); }
      .kind .kinds .kind-each .kind-img4 {
        background-image: url("img/kind4.png"); }

.approval {
  margin: 70px 0 0px; }
  .approval .details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .approval .details .title {
    color: #FF5800;
    font-weight: bold; }
  .approval .details .grade {
    width: 38%; }
  .approval .details .ableto {
    width: 55%; }
  .approval .details .ableto .ableto-table{
    margin-bottom: 1em; }
    @media screen and (max-width: 833px) {
      .approval .details {
        display: block; }
      .approval .details .grade, .approval .details .ableto {
        width: 100%; }
      .approval .details .have-margin {
        margin-top: 2em; } }
    .approval .details .grade .grade-img {
      width: 100%;
      height: auto; }
    .approval .details .ableto .ableto-img {
      width: 100%;
      height: auto; }

.level {
  margin: 70px 0 0px; }
  .level .level-title{
    margin-bottom: 0em;
    color: #FF5800;
    font-weight: bold; }
  .level .gold, .silver, .bronze{
    margin-top: 30px; }
  .level table {
    border-collapse: collapse;
    width: 100%; }
  .level table tr td {
    border: 1px solid grey; }
  .level .pc-img {
    width: 80px;
    height: 80px;
    margin: auto;
    background-position: center;
    background-size: cover; }
  .level .smart-img {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover; }
  .level .pcSize td {
    text-align: center; }
  .level .pcSize table tr .level-content {
    width: 100px; }
  .level table tr .level-content p {
    text-align: center;
    width: 90%;
    margin: 1em 5%; }
  .level .level-img1 {
    background-image: url("./img/level1.png"); }
  .level .level-img2 {
    background-image: url("./img/level2.png"); }
  .level .level-img3 {
    background-image: url("./img/level3.png"); }
  .level .level-img4 {
    background-image: url("./img/level4.png"); }
  .level .common-img1 {
    background-image: url("./img/common.png"); }
  .level .it-img1 {
    background-image: url("./img/it.png"); }
  @media screen and (min-width: 481px){
  .smartSize {
      display: none;} }
  @media screen and (max-width: 480px) {
    .pcSize {
        display: none; } }

.kidsApproval {
  margin: 70px 0 0px; }
  .kidsApproval .kidsDetails {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .kidsApproval .kidsDetails .kidsTitle {
    color: #FF5800;
    font-weight: bold; }
  .kidsApproval .kidsDetails .kidsGrade {
    width: 38%; }
  .kidsApproval .kidsDetails .kidsAbleto {
    width: 55%; }
  .kidsApproval .kidsDetails .kidsAbleto .kidsAbleto-table{
    margin-bottom: 1em; }
    @media screen and (max-width: 833px) {
      .kidsApproval .kidsDetails {
        display: block; }
      .kidsApproval .kidsDetails .kidsGrade, .kidsApproval .kidsDetails .kidsAbleto {
        width: 100%; }
      .kidsApproval .kidsDetails .have-margin {
        margin-top: 2em; } }
    .kidsApproval .kidsDetails .kidsGrade .kidsGrade-img {
      width: 100%;
      height: auto; }
    .kidsApproval .kidsDetails .kidsAbleto .kidsAbleto-img {
      width: 100%;
      height: auto; }

.kidsLevel {
  margin: 70px 0 0px; }
  .kidsLevel .kidsLevel-title{
    margin-bottom: 0em;
    color: #FF5800;
    font-weight: bold; }
  .kidsLevel .gold, .silver, .bronze{
    margin-top: 30px; }
  .kidsLevel table {
    border-collapse: collapse;
    width: 100%; }
  .kidsLevel table tr td {
    border: 1px solid grey; }
  .kidsLevel .pc-img {
    width: 80px;
    height: 80px;
    margin: auto;
    background-position: center;
    background-size: cover; }
  .kidsLevel .smart-img {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover; }
  .kidsLevel .pcSize td {
    text-align: center; }
  .kidsLevel .pcSize table tr .kidsLevel-content {
    width: 100px; }
  .kidsLevel table tr .kidsLevel-content p {
    text-align: center;
    width: 90%;
    margin: 1em 5%; }
  .kidsLevel .level-img1 {
    background-image: url("./img/level1.png"); }
  .kidsLevel .level-img2 {
    background-image: url("./img/level2.png"); }
  .kidsLevel .level-img3 {
    background-image: url("./img/level3.png"); }
  .kidsLevel .level-img4 {
    background-image: url("./img/level4.png"); }
  .kidsLevel .common-img1 {
    background-image: url("./img/common.png"); }
  .kidsLevel .it-img1 {
    background-image: url("./img/it.png"); }
  @media screen and (min-width: 481px){
  .smartSize {
      display: none;} }
  @media screen and (max-width: 480px) {
    .pcSize {
        display: none; } }

.member {
  margin: 70px 0; }
  .member h3 {
    font-weight: bold;
    color: #FF5800; }
  .member p {
    margin: 0 0 30px; }

.voices {
  margin: 70px 0; }
  .voices .container {
    display: flex;
    justify-content: space-between; }
    .voices .container .voice {
      width: 80%; }
      @media screen and (max-width: 833px) {
        .voices .container .voice {
          width: 100%; } }
      .voices .container .voice article {
        width: 100%;
        display: flex;
        height: 280px;
        margin: 0 0 30px;
        box-sizing: border-box; }
        @media screen and (max-width: 550px) {
          .voices .container .voice article {
            display: block;
            height: auto; } }
        .voices .container .voice article .article-img {
          width: 220px;
          position: relative;
          box-sizing: border-box; }
          @media screen and (max-width: 550px) {
            .voices .container .voice article .article-img {
              width: 300px;
              margin: 0 auto; } }
          @media screen and (max-width: 411px) {
            .voices .container .voice article .article-img {
              width: 100%; } }
          .voices .container .voice article .article-img img {
            background-color: #ccc;
            width: 220px;
            height: 280px; }
            @media screen and (max-width: 550px) {
              .voices .container .voice article .article-img img {
                height: 400px;
                width: 100%; } }
            @media screen and (max-width: 411px) {
              .voices .container .voice article .article-img img {
                height: 460px; } }
          .voices .container .voice article .article-img .article-img-img {
            width: 100%;
            height: 80px;
            background-color: #fcfcfc;
            position: absolute;
            bottom: 0;
            opacity: 0.8; }
            .voices .container .voice article .article-img .article-img-img .grade {
              padding: 15px 0 0;
              color: #172D86; }
            .voices .container .voice article .article-img .article-img-img p {
              text-align: center; }
        .voices .container .voice article .article-desc {
          width: 100%;
          margin: 0 0 0 5%; }
          @media screen and (max-width: 833px) {
            .voices .container .voice article .article-desc {
              width: 100%; } }
          @media screen and (max-width: 767px) {
            .voices .container .voice article .article-desc {
              width: 100%; } }
          @media screen and (max-width: 550px) {
            .voices .container .voice article .article-desc {
              margin: 15px 0 0 0; } }

.education h2 {
  margin: 70px 0 30px; }

.ifacademy h2, .ifkids h2, .ifkidsonline h2 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7; }
h3 {
  line-height: 1.5em;
  color: #FF5800; }
.ifacademy {
  margin: 70px 0px; }
  .ifacademy .content .img img {
    box-shadow: 5px 5px 5px gray; }
.ifkids {
  margin: 70px 0px; }
.ifkidsonline {
  margin: 70px 0px; }
  .ifkidsonline .content .img img {
    box-shadow: 5px 5px 5px gray; }
  .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center }
  .desc {
    width: 60%; }
    .desc ul {
      margin-top: 1em; }
      .desc ul li {
        font-family: sans-serif; }
  .img {
    width: 35%; }
    .img img {
      width: 100%; }
  .detail {
    margin-top: 2em; }
  @media (max-width: 1000px) {
    .desc {
      width: 100%; }
    .img {
      margin: 2em auto 0;
      width: 70%; } }
  @media (max-width: 600px) {
    .ifacademy h2, .ifkids h2, .ifkidsonline h2 {
      font-size: large; } }

.newses {
  margin: 70px 0px; }
  .newses .container {
    display: flex;
    justify-content: space-between; }
    .newses .container .news {
      width: 80%; }
      @media screen and (max-width: 767px) {
        .newses .container .news {
          width: 100%; } }
      .newses .container .news article {
        background-color: #fff;
        margin: 0 0 30px;
        border: 1px solid #373737; }
        .newses .container .news article .posted-date {
          margin: 15px 0 0 15px;
          line-height: 30px;
          color: #172D86; }
          @media screen and (max-width: 767px) {
            .newses .container .news article .posted-date {
              margin: 5px 0 0 15px; } }
        .newses .container .news article .post-title {
          margin: 0px 15px 0 15px;
          line-height: 30px;
          font-weight: bold;
          text-decoration: underline;
          cursor: pointer; }
        .newses .container .news article .post-content30 {
          margin: 0px 15px 15px 15px;
          line-height: 30px; }
          @media screen and (max-width: 767px) {
            .newses .container .news article .post-content30 {
              margin: 0px 15px 5px 15px; } }

.entry {
  margin: 70px 0; }
  .entry .container .entry-form {
    width: 100%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4); }
    .entry .container .entry-form .entry-form-title {
      height: 50px;
      background-color: #172D86; }
      .entry .container .entry-form .entry-form-title h2 {
        line-height: 50px;
        text-align: center;
        color: #fcfcfc; }
    .entry .container .entry-form .entry-form-content {
      background-color: #fff; }
      .entry .container .entry-form .entry-form-content p {
        padding: 30px 0 0 15px; }
      .entry .container .entry-form .entry-form-content .group {
        padding-left: 0.8em; }
      .entry .container .entry-form .entry-form-content p:last-child {
        padding: 30px 0 30px 15px; }
      .entry .container .entry-form .entry-form-content .button {
        color: #373737;
        line-height: 45px;
        text-align: center;
        font-size: 24px; }
        @media screen and (max-width: 767px) {
          .entry .container .entry-form .entry-form-content .button {
            font-size: 18px;
            line-height: 35px; } }

.single {
  margin: 70px 0; }
  .single .container .single-page {
    width: 100%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4); }
    .single .container .single-page .single-page-title {
      height: 50px;
      background-color: #172D86;
      display: flex;
      justify-content: space-between;
      position: relative; }
      @media screen and (max-width: 767px) {
        .single .container .single-page .single-page-title {
          height: 100px; } }
      .single .container .single-page .single-page-title h2 {
        line-height: 50px;
        color: #fcfcfc;
        margin: 0 0 0 30px;
        font-size: 24px; }
        @media screen and (max-width: 767px) {
          .single .container .single-page .single-page-title h2 {
            font-size: 20px; } }
        @media screen and (max-width: 411px) {
          .single .container .single-page .single-page-title h2 {
            font-size: 18px; } }
      .single .container .single-page .single-page-title p {
        color: #fcfcfc;
        line-height: 50px;
        margin: 0 30px 0 0; }
        @media screen and (max-width: 767px) {
          .single .container .single-page .single-page-title p {
            position: absolute;
            bottom: 0;
            right: 0; } }
    .single .container .single-page .single-page-content {
      background-color: #fff; }
      .single .container .single-page .single-page-content p {
        padding: 30px; }
        @media screen and (max-width: 411px) {
          .single .container .single-page .single-page-content p {
            padding: 30px 10px; } }

.security {
  margin: 70px 0; }
  .security p {
    margin: 0 0 30px; }
  .security .have-indent {
    margin: 0 0 30px 30px; }
    @media screen and (max-width: 411px) {
      .security .have-indent {
        margin: 0 0 30px 15px; } }

.sitemap {
  margin: 70px 0; }
  .sitemap p {
    margin: 0 0 30px; }
  .sitemap .have-indent {
    margin: 0 0 30px 30px; }
    @media screen and (max-width: 411px) {
      .sitemap .have-indent {
        margin: 0 0 30px 15px; } }

.sitepolicy {
  margin: 70px 0; }
  .sitepolicy p {
    margin: 0 0 30px; }

/*# sourceMappingURL=style.css.map */
