@charset "UTF-8";
/* ===========================================
入試のポイント
=========================================== */
.com_head {
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .com_head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .com_head {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .com_head {
    margin-bottom: 70px;
  }
}

/* ------------------------
*  tab
*/
.tab {
  max-width: calc(1100px + 10%);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .tab {
    padding: 30px 5% 0;
  }
}
.tab-list {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .tab-list {
    padding: 0 10%;
  }
}
.tab-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 3px solid #0074bd;
  background: url(../images/common/common_back_stripe.png);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .tab-menu {
    width: 19.5%;
    height: 115px;
    margin-top: -30px;
    padding: 10px 0 40px;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .tab-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80px;
    border-radius: 20px;
  }
  .tab-menu:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.tab-menu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .tab-menu::before {
    border-radius: 20px;
  }
}
.tab-menu::after {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  content: "";
  z-index: 10;
  border-color: #009EDB transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .tab-menu::after {
    position: absolute;
    left: 50%;
    bottom: 10px;
  }
}
.tab-menu--btn {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #4d4d4d;
  z-index: 3;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .tab-menu--btn {
    line-height: 1.3;
    font-size: 1.8rem;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .tab-menu--btn {
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-menu:hover {
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .tab-menu:hover {
    margin-top: -40px;
    padding-bottom: 30px;
  }
}
.tab-menu.current::before, .tab-menu:hover::before {
  background-color: rgba(255, 255, 255, 0);
}
.tab-menu.current::after, .tab-menu:hover::after {
  border-top-color: #fff;
}
.tab-menu.current .tab-menu--btn, .tab-menu:hover .tab-menu--btn {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .tab-menu.current {
    margin-top: -40px;
    padding-bottom: 30px;
  }
}

.content-group {
  position: relative;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .content-group {
    margin-top: -30px;
    border: 3px solid #0074bd;
    border-top: 0;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .content-group {
    margin-top: 50px;
    padding: 40px 5% 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-group {
    padding: 90px 30px 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .content-group {
    padding: 110px 50px 60px;
  }
}
.content-box {
  display: none;
}

/* ------------------------
* content
*/
@media screen and (max-width: 767px) {
  .points_dl {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_dl {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_dl {
    margin-top: 50px;
  }
}
.points_dl-dt {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0074bd;
  background: url(../images/points/points_icon.png) no-repeat 0 0;
}
@media print, screen and (min-width: 768px) {
  .points_dl-dt {
    min-height: 38px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 45px;
    background-size: 30px auto;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .points_dl-dt {
    min-height: 35px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-left: 35px;
    background-size: 25px auto;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .points_dl-dt ~ dt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_dl-dt ~ dt {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_dl-dt ~ dt {
    margin-top: 50px;
  }
}
.points-head {
  margin-bottom: 0.5em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0074bd;
}
@media print, screen and (min-width: 768px) {
  .points-head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .points-head {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .points-head:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points-head:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .points-head:nth-of-type(n + 2) {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .points-note {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .points-note {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.points-note-wrap {
  background-color: #e4f2d7;
}
@media print, screen and (min-width: 768px) {
  .points-note-wrap {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .points-note-wrap {
    padding: 15px 20px;
  }
}
.points-note-list {
  list-style: disc;
  padding-left: 0.8em;
  margin-left: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .points-note-p {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .points-note-p {
    padding: 15px 20px;
  }
}
.points-table-note {
  margin-top: -1.75em;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .points-table-note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .points-table-note {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .points_sec:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_sec:nth-of-type(n + 2) {
    margin-top: 90px;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_sec:nth-of-type(n + 2) {
    margin-top: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  .points-head2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .points-head2 {
    margin-top: 20px;
  }
}
.points-address {
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .points-address-tel {
    color: #0074bd;
  }
}
.points_category strong {
  color: #79bc35;
}
.points_category-head {
  margin-top: 2em;
  color: #79bc35;
}
.points_category-list {
  margin-bottom: 2em;
}
.points_category-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.points_category-list li::before {
  content: "●";
  color: #79bc35;
}
.points_wrap {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .points_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .points_wrap-item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .points_wrap-item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_wrap-item {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_wrap-item {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_wrap-item.w1 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_wrap-item.w1 {
    width: calc(40% - 25px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_wrap-item.w2 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_wrap-item.w2 {
    width: calc(60% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .points_wrap-item.w3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_wrap-item.w3 {
    width: 100%;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_wrap-item.w3 {
    margin-top: 0;
    width: 100%;
    /* width: calc(70% - 50px); */
  }
}
@media screen and (max-width: 767px) {
  .points_wrap-item.w4 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_wrap-item.w4 {
    width: 100%;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_wrap-item.w4 {
    width: 100%;
    margin-top: 20px;
    background-color: #e4f2d7;
  }
}

/* ------------------------
* table
*/
.points_table {
  width: 100%;
  border: 1px solid #4d4d4d;
}
@media screen and (max-width: 767px) {
  .points_table {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_table {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_table {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.points_table th {
  background-color: #0074bd;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .points_table th {
    padding: 10px 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_table th {
    padding: 20px 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_table th {
    padding: 25px 30px;
  }
}
.points_table td {
  vertical-align: middle;
  border: 1px solid #4d4d4d;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .points_table td {
    padding: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_table td {
    padding: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .points_table td {
    padding: 25px 40px;
  }
}
.points_table td.td-txtleft {
  text-align: left;
}
.points_table td.td-txtleft p {
  font-weight: 600;
}
.points_table thead th {
  text-align: center;
}
.points_table thead th ~ th {
  border-left: 1px solid #fff;
}
.points_table thead.w40 th:first-child {
  width: 40%;
}
.points_table thead.w50 th:first-child {
  width: 50%;
}
.points_table tr:nth-child(n+1) {
  border-top: 1px solid #fff;
}
.points_table tr:nth-child(2) th {
  width: 20%;
}
.points_table .w40 td {
  width: 40%;
}
.points_table .w30 td {
  width: 30%;
}
.points_table .w20 td {
  width: 20%;
}
.points_table .w17 td {
  width: 17%;
}
.points_table .w16 td {
  width: 16%;
}
.points_table .w15 td {
  width: 15%;
}
.points_table .w15 th.th-width {
  width: 20%;
}
.points_table th.th-width {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .points_table th.th-width {
    width: 2.4em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.points_table .th-bg {
  text-align: center;
  background-color: #4097CE;
  border-left: 1px solid #fff;
}
.points_table .p10 td {
  text-align: center;
  width: 10.2%;
}
@media print, screen and (min-width: 768px) {
  .points_table .p10 td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.points_table a {
  color: #0074bd;
}
.points_table.points_table-tuition {
  table-layout: fixed;
}
@media print, screen and (min-width: 768px) {
  .points_table.points_table-tuition th,
  .points_table.points_table-tuition td {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .points_table.points_table-tuition thead tr td {
    font-size: 1.2rem;
  }
}
.points_table.points_table-tuition thead tr:first-child th {
  font-weight: 700;
  font-size: 1.2em;
}
.points_table.points_table-tuition thead tr:first-child th:first-child {
  width: 15%;
}
.points_table.points_table-tuition thead tr:nth-child(2) td {
  background-color: #4097CE;
  border: 1px solid #fff;
  color: #fff;
}
.points_table.points_table-tuition thead tr:nth-child(3) td {
  background-color: #0074bd;
  border: 1px solid #fff;
  color: #fff;
}
.points_table.points_table-tuition thead tr:nth-child(4) td {
  background-color: #4097CE;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .points_table.points_table-tuition thead tr:nth-child(4) td {
    font-size: 1.4rem;
  }
}
.points_table.points_table-tuition thead tr:nth-child(4) td:last-child {
  border-right: 1px solid #4d4d4d;
}
.points_table.points_table-caution tr:first-child th {
  font-weight: 700;
  font-size: 1.2em;
}
.points_table.points_table-caution tr:first-child th:first-child {
  width: 23%;
}
.points_table.points_table-caution .caution-bg {
  background-color: #4097CE;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
}
.points_table.points_table-caution .caution-bg:last-child {
  border-right: 1px solid #4d4d4d;
}

@media print, screen and (min-width: 768px) {
  .w1 .points_table th,
  .w1 .points_table td,
  .w2 .points_table th,
  .w2 .points_table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bg_gr {
  background-color: #777 !important;
  color: #fff;
  border-top: solid 2px #4d4d4d !important;
}

h4 {
  width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h4 {
    width: 90%;
    font-size: 1.6rem;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.backcol-lbl {
  background-color: #05AFEF !important;
}

.backcol-lgr {
  background-color: #777 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-right: solid 1px #fff;
}

.backcol-white {
  background-color: white !important;
  color: #777 !important;
  font-weight: 700 !important;
}

.blnone {
  border-top: 1px solid #4d4d4d !important;
}

.mt5030 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt5030 {
    margin-top: 30px;
  }
}

.point_link {
  color: #4d4d4d;
  line-height: 2em;
}
.point_link::before {
  content: "●";
  color: #0074bd;
}

.tategaki {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}/*# sourceMappingURL=points@2025.css.map */