@charset "UTF-8";
/*
Theme Name: drone
Theme URI:
Version: 1.0
*/
@import url("./assets/css/style.css");

.course-item__table>tbody>tr:last-child>td:nth-child(2) {
  border-radius: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  .header.is-fixed {
    background-size: 220%;
    background-position: top 0 right 62%;
  }

  .container__inner {
    width: 100%;
    padding: 8vw 4vw;
  }

  .course-item__table>tbody>tr td:nth-child(1) {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #e0eaf0;
  }

  .feature-graph {
    text-align: left;
  }

  .feature-graph__caution {
    position: relative;
    display: inline-block;
    top: inherit;
    margin-left: 0;
    text-align: left;
    margin-bottom: 1em;
  }

  .feature-graph__caution>._br {
    display: block;
    line-height: 1.1;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .container__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }

  .information-head {
    padding: 20px 0 30px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }

  .course-item__table>tbody>tr td:nth-child(1) {
    position: relative;
    width: 220px;
    background: #FFF;
    border-left: 5px solid #e9eff4;
    border-right: 1px solid #e0eaf0;
  }
}

.information-head__title {
  font-size: 26px;
  font-weight: 700;
  color: #33a5eb;
}

@media screen and (max-width: 768px) {
  .header-lower {
    background-size: 220%;
    background-position: top 0 right 62%;
  }
}

@media screen and (max-width: 768px) {
  .info__bottom {
    margin-bottom: 10vw;
  }
}

.banner>a>img {
  width: 100%;
}

/* 201222add */

/* column */
.column__body {
  margin-top: 20px;
  padding-left: 0;
  width: 100%;
  text-align: center;
}

.column__body.__title {
  font-size: 26px;
  color: #33a5eb;
}

.column__body a {
  text-decoration: underline;
  font-size: 16px;
}

.column-title {
  padding: 29px 0;
  font-size: 26px;
  line-height: 2;
  color: #33a5eb;
  text-align: center;
}

@media screen and (max-width:768px) {
  .column-title {
    padding: 2.93333vw 0;
    font-size: 4.8vw;
  }
}

/* pagenation */
.cta-wrap {
  margin-top: 50px;
  text-align: center
}

.pagenation {
  padding: 20px 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f6f6f6
}

.pagenation__item {
  width: 33.333%
}

.pagenation__item.-previous {
  text-align: center
}

.pagenation__item.-home {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede
}

.pagenation__item.-next {
  text-align: center
}

@media screen and (max-width:768px) {
  .pagenation {
    padding: 2.66667vw 1.33333vw
  }
}

/* column list */
.column_list__body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: flex-start;
}

.column_list__body>.child {
  width: 30%;
  margin: 20px 10px;
}

.column_list__body img {
  width: 100%;
  min-height: 56.25%;
}

.column_list__body a {
  width: 100%;
}

.pagenations {
  padding: 20px 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f6f6f6;
  width: 100%;
}

.pagenation__items {
  width: 50%;
}

.pagenation__items.-previous {
  text-align: center
}

.pagenation__items.-next {
  text-align: center
}


@media screen and (max-width:768px) {
  .column_list__body {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: flex-start;
  }

  .column_list__body>.child {
    width: 100%;
    margin: 20px 0;
  }

  .column_list__body img {
    width: 100%;
    min-height: 56.25%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .column_list__body a {
    width: 100%;
  }
}
