<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.container,
.container-sm,
.container-lg,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  max-width: 1000px;
}

.container-xl {
  max-width: 1260px;
}

.container-lg {
  max-width: 1260px;
}

.container-sm {
  max-width: 820px;
}

.container-full {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-xxs {
  margin-bottom: 5px !important;
}

.mb-xs {
  margin-bottom: 10px !important;
}

.mb-sm {
  margin-bottom: 30px !important;
}

.mb-md {
  margin-bottom: 60px !important;
}

.mb-lg {
  margin-bottom: 90px !important;
}

.mb-xl {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 600px) {
  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-xxs {
    margin-bottom: 5px !important;
  }

  .sp_mb-xs {
    margin-bottom: 10px !important;
  }

  .sp_mb-sm {
    margin-bottom: 30px !important;
  }

  .sp_mb-md {
    margin-bottom: 60px !important;
  }

  .sp_mb-lg {
    margin-bottom: 90px !important;
  }

  .sp_mb-xl {
    margin-bottom: 120px !important;
  }
}
.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 10px !important;
}

.mt-sm {
  margin-top: 30px !important;
}

.mt-md {
  margin-top: 60px !important;
}

.mt-lg {
  margin-top: 90px !important;
}

.mt-xl {
  margin-top: 120px !important;
}

@media screen and (max-width: 600px) {
  .sp_mt-none {
    margin-top: 0 !important;
  }

  .sp_mt-xxs {
    margin-top: 5px !important;
  }

  .sp_mt-xs {
    margin-top: 10px !important;
  }

  .sp_mt-sm {
    margin-top: 30px !important;
  }

  .sp_mt-md {
    margin-top: 60px !important;
  }

  .sp_mt-lg {
    margin-top: 90px !important;
  }

  .sp_mt-xl {
    margin-top: 120px !important;
  }
}
.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 10px !important;
}

.pb-sm {
  padding-bottom: 30px !important;
}

.pb-md {
  padding-bottom: 60px !important;
}

.pb-lg {
  padding-bottom: 90px !important;
}

.pb-xl {
  padding-bottom: 120px !important;
}

@media screen and (max-width: 600px) {
  .sp_pb-none {
    padding-bottom: 0 !important;
  }

  .sp_pb-xxs {
    padding-bottom: 5px !important;
  }

  .sp_pb-xs {
    padding-bottom: 10px !important;
  }

  .sp_pb-sm {
    padding-bottom: 30px !important;
  }

  .sp_pb-md {
    padding-bottom: 60px !important;
  }

  .sp_pb-lg {
    padding-bottom: 90px !important;
  }

  .sp_pb-xl {
    padding-bottom: 120px !important;
  }
}
.pt-xs {
  padding-top: 10px !important;
}

.pt-sm {
  padding-top: 30px !important;
}

.pt-md {
  padding-top: 60px !important;
}

.pt-lg {
  padding-top: 90px !important;
}

.pt-xl {
  padding-top: 120px !important;
}

@media screen and (max-width: 600px) {
  .sp_pt-none {
    padding-top: 0 !important;
  }

  .sp_pt-xxs {
    padding-top: 5px !important;
  }

  .sp_pt-xs {
    padding-top: 10px !important;
  }

  .sp_pt-sm {
    padding-top: 30px !important;
  }

  .sp_pt-md {
    padding-top: 60px !important;
  }

  .sp_pt-lg {
    padding-top: 90px !important;
  }

  .sp_pt-xl {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 600px) {
  .mb-xl {
    margin-bottom: 50px !important;
  }

  .mt-xl {
    margin-top: 50px !important;
  }

  .pb-xl {
    padding-bottom: 50px !important;
  }

  .pt-xl {
    padding-top: 50px !important;
  }

  .sp_mb-none {
    margin-bottom: 0 !important;
  }

  .sp_mb-sm {
    margin-bottom: 30px !important;
  }
}
.pr-md {
  padding-right: 60px !important;
}

.pl-md {
  padding-left: 60px !important;
}

@media screen and (max-width: 600px) {
  .sp_pr-none {
    padding-right: 0 !important;
  }

  .sp_pl-none {
    padding-left: 0 !important;
  }
}
.mr-xs {
  margin-right: 10px !important;
}

.mr-sm {
  margin-right: 30px !important;
}

.mr-md {
  margin-right: 60px !important;
}

.mr-lg {
  margin-right: 90px !important;
}

.mr-xl {
  margin-right: 120px !important;
}

.ml-xs {
  margin-left: 10px !important;
}

.ml-sm {
  margin-left: 30px !important;
}

.ml-md {
  margin-left: 60px !important;
}

.ml-lg {
  margin-left: 90px !important;
}

.ml-xl {
  margin-left: 120px !important;
}

.mh-auto {
  margin-left: auto;
  margin-right: auto;
}

.ph-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-sm {
  padding: 30px !important;
}

.fz-xl {
  font-size: 1.5em;
  line-height: 1;
}

.fz-lg {
  font-size: 1.2em !important;
}
@media screen and (max-width: 600px) {
  .fz-lg {
    font-size: 1em !important;
  }
}

.fz-sm {
  font-size: .8em !important;
}

.bold {
  font-weight: bold;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fln {
  float: none !important;
}

@media screen and (max-width: 600px) {
  .sp_fln {
    float: none !important;
  }
}
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

@media screen and (max-width: 600px) {
  .sp_tac {
    text-align: center !important;
  }

  .sp_tal {
    text-align: left !important;
  }

  .sp_tar {
    text-align: right !important;
  }
}
.vat {
  vertical-align: top !important;
}

.vab {
  vertical-align: bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.d-ib {
  display: inline-block !important;
  vertical-align: middle;
}

.d-b {
  display: block !important;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }
}
article.single-school {
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  article.single-school {
    padding-top: 0;
  }
}
article.single-school .single-school-header .p-bg__clr_subtheme {
  padding-top: 20px;
  padding-bottom: 40px;
}
article.single-school .single-school-header .p-bg__clr_subtheme .p-cnv__type01 {
  margin: 0;
}
article.single-school .single-school-header .p-explain__tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.single-school .single-school-header .p-explain__tit .img {
  width: 49%;
  flex-shrink: 0;
}
article.single-school .single-school-header .p-explain__tit .p-tit {
  display: block;
}
article.single-school .single-school-header .p-explain__tit .p-tit h2 {
  line-height: 1.2;
}
article.single-school .single-school-header .p-explain__tit .address {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  article.single-school .single-school-header .p-explain__tit .address {
    margin-top: 5px;
  }
}
article.single-school .single-school-header .p-explain__tit .address,
article.single-school .single-school-header .p-explain__tit .access {
  color: #222;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  article.single-school .single-school-header .p-explain__tit .address,
  article.single-school .single-school-header .p-explain__tit .access {
    font-size: 12px;
    text-align: left;
  }
}
article.single-school #map {
  min-width: 300px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 600px) {
  article.single-school #map {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  article.single-school .p-tit__head01 {
    height: auto;
    padding: 10px 0;
  }
  article.single-school .single-school-header .p-bg.p-bg__clr_subtheme {
    padding: 20px 10px;
  }
  article.single-school .single-school-header .p-cnv__type01 .p-cnv__btn .p-act ul {
    display: flex;
    flex-wrap: unset;
    gap: unset;
    justify-content: space-between;
  }
  article.single-school .single-school-header .p-cnv__type01 .p-cnv__btn .p-act ul li {
    width: 49%;
    max-width: none;
  }
  article.single-school .single-school-header .p-cnv__type01 .p-cnv__btn .p-act ul li a {
    font-size: 12px;
  }
}
article.single-school .p-usp__feature .p-usp__box_item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
article.single-school .p-usp__feature .p-usp__box_item .p-usp__box_item--txt-txt p {
  white-space: nowrap;
  font-weight: bold;
}
article.single-school .p-usp__feature .p-usp__box_item .p-usp__box_item--txt-txt p &gt; * {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 235, 59, 0.4) 0%);
}
article.single-school .p-usp__feature .p-usp__box_item .p-usp__box_item--img p i {
  padding: 0 20px 20px;
}
@media screen and (min-width: 600px) {
  article.single-school .p-usp__feature .p-usp__box_item .p-usp__box_item--img {
    min-height: 180px;
  }
}
article.single-school .p-explain__tit02 h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #007440;
  text-align: center;
}
article.single-school .p-explain__tit02 h2 small {
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
}
article.single-school .p-explain__tit02 h2 strong {
  display: block;
  font-size: 60px;
  font-weight: bold;
  color: #007440;
}
article.single-school .p-explain__tit02 h2 strong .icn-img {
  display: inline-block;
  vertical-align: middle;
}
article.single-school .p-explain__tit02 h2 strong .icn-img img {
  max-width: 75px;
}
@media screen and (max-width: 600px) {
  article.single-school .p-explain__tit02 h2 strong .icn-img img {
    max-width: 35px;
  }
}
@media screen and (max-width: 600px) {
  article.single-school .p-explain__tit02 h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  article.single-school .p-explain__tit02 h2 small {
    font-size: 14px;
    margin-bottom: 5px;
  }
  article.single-school .p-explain__tit02 h2 strong {
    font-size: 21px;
  }
}
article.single-school .p-tit__type01 {
  width: 49%;
  align-items: flex-start;
}
article.single-school .p-tit__type01 dl {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 1em;
  text-align: left;
  color: #222;
}
article.single-school .p-tit__type01 dl dt {
  color: #007440;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  article.single-school .p-tit__type01 dl {
    font-size: 14px;
    margin-left: .5em;
    margin-right: .5em;
  }
}
article.single-school .p-tit__type01 .p-explain__tit02 {
  text-align: left;
}
article.single-school .p-tit__type01 .tel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
article.single-school .p-tit__type01 .tel .tel-title {
  width: 35%;
  background: #007440;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
article.single-school .p-tit__type01 .tel .tel-txt {
  width: 60%;
}
article.single-school .p-tit__type01 .tel .tel-txt .tel-number {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
article.single-school .p-tit__type01 .tel .tel-txt .tel-time {
  color: #222;
  font-size: 18px;
  text-align: left;
}
article.single-school .p-explain__tit .address,
article.single-school .p-explain__tit .access {
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}
article.single-school .p-explain__type01 .p-bnr__box ul {
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
}
article.single-school .p-usp__feature .p-usp__box_item--txt-num p small, article.single-school .p-usp__feature .p-usp__box_num p small {
  color: #007440;
}
@media screen and (max-width: 600px) {
  article.single-school .p-tit__type01 .tel {
    margin-bottom: 10px;
  }
  article.single-school .p-tit__type01 .tel .tel-title {
    font-size: 14px;
    line-height: 1.2;
    padding: 2px 0;
  }
  article.single-school .p-tit__type01 .tel .tel-txt .tel-number {
    font-size: 17px;
  }
  article.single-school .p-tit__type01 .tel .tel-txt .tel-time {
    font-size: 10px;
  }
  article.single-school .p-faq__type01 .p-faq__box_item--q {
    padding: 0em 2em 0em 4em;
    min-height: 3em;
  }
  article.single-school .p-faq__type01 .p-faq__box_item--q::before {
    top: 0.1em;
  }
  article.single-school .p-bnr__clm04 .p-bnr__box ul {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
}
article.single-school .p-table__box table {
  border-top: 1px solid #D9D9D9;
}
article.single-school .p-table__box table tbody tr th,
article.single-school .p-table__box table tbody tr td {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px  10px;
  background: none;
  line-height: 1.4;
}
article.single-school .p-table__box table th {
  color: #007440;
  text-align: right;
}
@media screen and (max-width: 600px) {
  article.single-school .p-table__box table tbody tr th,
  article.single-school .p-table__box table tbody tr td {
    display: block;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  article.single-school .p-table__box table tbody tr td {
    padding-top: 10px;
  }
  article.single-school .p-table__box table tbody tr th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
article.single-school .p-explain__box_note {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
}
article.single-school .p-greetingmsg {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
article.single-school .p-greetingmsg .box-editor {
  text-align: left;
  line-height: 1.6;
  max-height: 16em;
}
article.single-school .p-greetingmsg .box-editor h3 {
  color: #007440;
  font-size: 1.4em;
  background: linear-gradient(transparent 60%, rgba(255, 235, 59, 0.4) 0%);
  text-align: left;
  margin-bottom: 20px;
  display: inline;
}
article.single-school .p-greetingmsg.is-show .box-editor {
  max-height: none;
}
article.single-school .p-greetingmsg .box-editor-more {
  position: relative;
  background-size: 100%;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 30%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 30%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 30%);
  padding: 20px;
  padding-top: 40px;
  bottom: -15px;
}
article.single-school .p-greetingmsg .box-editor-more .btn {
  display: block;
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  padding: 15px 0;
  font-weight: bold;
}
article.single-school .p-greetingmsg.is-show .box-editor-more {
  display: none;
}
article.single-school .p-greetingmsg .p-tit__type02 {
  background: #007440;
  color: #fff;
}
article.single-school .p-greetingmsg__box {
  padding: 15px 20px;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li:before,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide:before {
  display: none;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li &gt; a,
article.single-school .p-archive__perf_box &gt; ul &gt; li &gt; span,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide &gt; a,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide &gt; span {
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #2D98DA;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li .p-archive__perf_box--item-msg,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-archive__perf_box--item-msg {
  margin-top: 5px;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li .p-archive__perf_box--item-msg p,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-archive__perf_box--item-msg p {
  text-align: center;
  color: #2D98DA;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  article.single-school .p-archive__perf_box &gt; ul &gt; li .p-archive__perf_box--item-msg p,
  article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-archive__perf_box--item-msg p {
    font-size: 16px;
  }
}
article.single-school .p-archive__perf_box &gt; ul &gt; li .p-archive__perf_box--item-msg p span,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-archive__perf_box--item-msg p span {
  font-size: 1.6em;
  color: #C0392B;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li .p-archive__perf_box--item-txt .p-tag,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-archive__perf_box--item-txt .p-tag {
  margin-bottom: 5px;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li .p-tag__type01 ul,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-tag__type01 ul {
  display: block;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li .p-tag__type01.p-tag__grn .p-tag__btn ul li,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-tag__type01.p-tag__grn .p-tag__btn ul li {
  background: #2D98DA;
  border-color: #2D98DA;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li .p-tag__type01.p-tag__gry .p-tag__btn ul li,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-tag__type01.p-tag__gry .p-tag__btn ul li {
  background: none;
  border-color: #2D98DA;
  color: #2D98DA;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li .p-archive__perf_box--item-txt .p-tag ul li,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-archive__perf_box--item-txt .p-tag ul li {
  width: 100%;
}
article.single-school .p-archive__perf_box &gt; ul &gt; li .p-archive__perf_box--item-txt p,
article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-archive__perf_box--item-txt p {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  article.single-school .p-archive__perf_box &gt; ul &gt; li .p-archive__perf_box--item-txt p,
  article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-archive__perf_box--item-txt p {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  article.single-school .p-archive__perf_box &gt; ul &gt; li &gt; a,
  article.single-school .p-archive__perf_box &gt; ul &gt; li &gt; span,
  article.single-school .p-archive__perf_box &gt; ul li.slick-slide &gt; a,
  article.single-school .p-archive__perf_box &gt; ul li.slick-slide &gt; span {
    padding: 10px;
  }
  article.single-school .p-archive__perf_box &gt; ul &gt; li .p-archive__perf_box--item-clm,
  article.single-school .p-archive__perf_box &gt; ul li.slick-slide .p-archive__perf_box--item-clm {
    flex-direction: inherit;
  }
}

@media screen and (max-width: 600px) {
  .p-aside__btn .p-act ul li {
    width: 33.33%;
  }
  .p-aside__btn .p-act ul li.btn-w-lg {
    width: 50%;
    flex-shrink: 0;
  }
  .p-aside__btn .p-act ul li.btn-phone {
    width: 48px;
    flex-shrink: 0;
  }
  .p-aside__btn .p-act ul li.btn-phone a {
    background: #fff;
    border: 2px solid #27ae60;
    box-shadow: 0px 2px 0px #079945;
    font-size: 20px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    color: #000;
  }
  .p-aside__btn .p-act ul li.btn-phone a i {
    position: static;
  }
  .p-aside__btn .p-act ul li.btn-green a {
    background-size: 100%;
    background-image: -moz-linear-gradient(to bottom, #27ae60, #079945);
    background-image: -webkit-linear-gradient(to bottom, #27ae60, #079945);
    background-image: linear-gradient(to bottom, #27ae60, #079945);
    box-shadow: 0px 2px 0px #079945;
    border-color: #27ae60;
  }
}
a.p-nearbyschool__box_item--tit {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
a.p-nearbyschool__box_item--tit:hover {
  opacity: .6;
}
a.p-nearbyschool__box_item--tit:after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 12px;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.p-nearbyschool__box_item .p-nearbyschool__box_item--cnt {
  display: none;
}
.p-nearbyschool__box_item .p-nearbyschool__box_item--cnt .p-nearbyschool__box_item--cnt {
  padding: 0;
}
.p-nearbyschool__box_item.cnt-show a.p-nearbyschool__box_item--tit:after {
  transform: rotate(180deg);
}
.p-nearbyschool__box_item.cnt-show .p-nearbyschool__box_item--cnt {
  display: block;
}
.p-nearbyschool__box_item .p-nearbyschool__box_item--cnt-tit {
  line-height: 1.6;
  color: #222;
}
.p-nearbyschool__box_item .p-nearbyschool__box_item--cnt-tit p {
  color: #222 !important;
}
.p-nearbyschool__box_item .p-nearbyschool__box_item--cnt-tit h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  margin-bottom: 10px;
  font-size: 1.4em;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .p-nearbyschool__box_item .p-nearbyschool__box_item--cnt-tit {
    font-size: 14px;
  }
}

.p-archive__voice_box .is_no_slider {
  display: flex;
  flex-wrap: inherit;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-archive__voice_box .is_no_slider {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.p-archive__voice_box .is_no_slider &gt; li {
  display: block;
  width: 25%;
}
@media screen and (max-width: 600px) {
  .p-archive__voice_box .is_no_slider &gt; li {
    display: block;
    width: 45%;
  }
}
.p-archive__voice_box .is_no_slider &gt; li &gt; span {
  padding: 0;
  background: none;
}
.p-archive__voice_box .is_no_slider &gt; li .p-archive__voice_box_item--img p i {
  position: relative;
  overflow: hidden;
}
.p-archive__voice_box .is_no_slider &gt; li .p-archive__voice_box_item--img p i:after {
  content: " ";
  display: block;
  padding-top: 75%;
}
.p-archive__voice_box .is_no_slider &gt; li .p-archive__voice_box_item--img p i img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .p-archive__voice_box .is_no_slider &gt; li .p-archive__voice_box_item--img p i img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}

@media screen and (max-width: 600px) {
  .p-timetable__type01 .p-timetable__box table {
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-timetable__type01 .p-timetable__box table tbody tr th,
  .p-timetable__type01 .p-timetable__box table tbody tr td,
  .p-timetable__type01 .p-timetable__box table thead tr th,
  .p-timetable__type01 .p-timetable__box table thead tr td {
    padding: 5px 0;
  }

  .p-greetingmsg__type01 .p-greetingmsg__box_item--img {
    max-width: none;
  }
  .p-greetingmsg__type01 .p-greetingmsg__box_item--img img {
    max-width: 220px;
  }
}
@media screen and (max-width: 600px) {
  .section-school-reason {
    overflow: hidden;
  }
}
.section-school-reason .p-tit.p-tit__type02 h2 {
  background: #007440;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .section-school-reason .p-tit.p-tit__type02 h2 {
    width: auto;
    position: relative;
    margin-left: calc( 20 / 16 * -1.5em);
    margin-right: calc( 20 / 16 * -1.5em);
    padding-left: calc( 20 / 16 * 1.5em);
    padding-right: calc( 20 / 16 * 1.5em);
  }
}

.p-act.p-act__org ul li a.btn-red, .p-act.p-act__org ul li span.btn-red, .p-act.p-act__org ul li button.btn-red, .p-act.p-act__org ul li input[type="submit"].btn-red {
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #d71d23, #9c0e13);
  background-image: -webkit-linear-gradient(top, #d71d23, #9c0e13);
  background-image: linear-gradient(top, #d71d23, #9c0e13);
  box-shadow: 0px 2px 0px #9d5034;
}

.p-nearbyschool__type01 .p-nearbyschool__box_item h4.p-nearbyschool__box_item--tit {
  font-size: 24px;
  padding-bottom: 0;
  font-weight: bold;
  color: #FB5C65;
  background: #FFF2F3 !important;
}
@media screen and (max-width: 600px) {
  .p-nearbyschool__type01 .p-nearbyschool__box_item h4.p-nearbyschool__box_item--tit {
    font-size: 20px;
  }
}

.p-nearbyschool__type01 .p-nearbyschool__box_item.is_junior h4.p-nearbyschool__box_item--tit {
  color: #2D98DA !important;
  background: #F4FAFF !important;
}

.p-nearbyschool__type01 .p-nearbyschool__box_item.is_high h4.p-nearbyschool__box_item--tit {
  color: #27AE60 !important;
  background: #F1F7F0 !important;
}

.p-nearbyschool__type01 .p-nearbyschool__box_item .p-nearbyschool__box_item--cnt .btn {
  font-size: 18px;
  border-radius: 10px;
}
.p-nearbyschool__type01 .p-nearbyschool__box_item .p-nearbyschool__box_item--cnt .btn .em {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-nearbyschool__type01 .p-nearbyschool__box_item .p-nearbyschool__box_item--cnt .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
  .p-nearbyschool__type01 .p-nearbyschool__box_item .p-nearbyschool__box_item--cnt .btn .em {
    font-size: 20px;
  }
}

.section-photos {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.section-photos .icn-img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .section-photos {
    display: block;
  }
  .section-photos .icn-img {
    width: 80px;
    top: 5px;
    left: 5px;
  }
}
.section-photos .img {
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1;
}
.section-photos .img:after {
  content: " ";
  display: block;
  padding-top: 60%;
}
.section-photos .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .section-photos .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.section-photos .main-imgs {
  width: 80.1%;
}
.section-photos .main-imgs .img {
  display: none;
}
.section-photos .main-imgs .img:first-child {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-photos .main-imgs {
    width: auto;
  }
}
.section-photos .sub-imgs {
  width: 19.9%;
  padding-left: 5px;
}
@media screen and (max-width: 600px) {
  .section-photos .sub-imgs {
    width: auto;
    padding: 0;
    padding-top: 4px;
    display: flex;
  }
}
.section-photos .sub-imgs .img {
  margin-bottom: 5px;
  cursor: pointer;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-photos .sub-imgs .img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .section-photos .sub-imgs .img {
    margin-bottom: 0;
    margin: 0 2px;
    width: 100%;
  }
}
.section-photos .sub-imgs[data-num="2"] .slick-track {
  transform: unset !important;
}
.section-photos.slider-init .slick-vertical .slick-slide {
  border: none;
}
.section-photos.slider-init .main-imgs .img {
  display: block;
}

.p-greetingmsg__type01 .p-greetingmsg__box_item--txt {
  overflow: hidden;
}

.p-table__box table thead tr th,
.p-table__box table thead tr td,
.p-table__box table tbody tr td {
  padding: 10px;
}

body[data-page="document-request"] .p-tit.p-tit__head01,
body[data-page="document-request"] .p-breadcrumblist,
body[data-page="document-request"] .p-form__nav,
body[data-page="document-request_send"] .p-tit.p-tit__head01,
body[data-page="document-request_send"] .p-breadcrumblist,
body[data-page="document-request_send"] .p-form__nav {
  display: none;
}

.page-document-request {
  line-height: 1.6;
}
.page-document-request .section-mv {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .page-document-request .section-mv {
    padding-bottom: 40px;
    margin-left: calc( 20 / 16 * -1em);
    margin-right: calc( 20 / 16 * -1em);
  }
}
.page-document-request .section-mv .img {
  margin-bottom: 20px;
}
.page-document-request .section-mv .txt {
  font-size: 16px;
  text-align: center;
}
.page-document-request .section-documents {
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .page-document-request .section-documents {
    padding-top: 40px;
  }
}
.page-document-request .section-documents .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-document-request .section-documents .items &gt; * {
  margin: 0 40px 80px;
  width: 240px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .page-document-request .section-documents .items &gt; * {
    width: 30%;
    margin: 0 1% 2%;
  }
}
.page-document-request .wpcf7 .form-document-request table tbody tr th {
  width: 350px;
}
@media screen and (max-width: 600px) {
  .page-document-request .wpcf7 .form-document-request table tbody tr th {
    width: 100%;
  }
}
.page-document-request .wpcf7 .form-document-request table tbody tr th em[data-label="任意"] {
  white-space: nowrap;
  background: #049af4;
}
.page-document-request .wpcf7 .form-document-request table tbody tr td {
  padding: 10px;
}
.page-document-request .wpcf7 .form-document-request .wpcf7-checkbox {
  margin-top: 0;
}
.page-document-request .wpcf7 .form-document-request .p-table__box_item p .wpcf7-list-item {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}
.page-document-request .wpcf7 .form-document-request .p-table__box_item p .wpcf7-list-item .wpcf7-list-item-label {
  margin-top: 0;
}
.page-document-request .wpcf7 .form-document-request .p-table__box_item p[data-required="0"] .wpcf7-list-item.first {
  display: none;
}
.page-document-request .wpcf7 .p-form__btn {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .page-document-request .wpcf7 .p-form__btn {
    margin-top: 20px;
  }
}

.label.label-elementary, .label.label-junior-high, .label.label-high, .label.label-parent {
  background: #000;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
}
.label.label-elementary {
  background: #FB5C65;
}
.label.label-junior-high {
  background: #2D98DA;
}
.label.label-high {
  background: #27AE60;
}
.label.label-parent {
  background: #0f5394;
}

@media screen and (max-width: 600px) {
  .page-document-request-done {
    margin-left: calc( 20 / 16 * -1em);
    margin-right: calc( 20 / 16 * -1em);
  }
}
.page-document-request-done .section-documents {
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .page-document-request-done .section-documents {
    font-size: 14px;
  }
}
.page-document-request-done .section-documents .font-lg {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .page-document-request-done .section-documents .font-lg {
    font-size: 16px;
  }
}
.page-document-request-done .section-documents .title-main {
  margin-top: 80px;
  margin-bottom: 20px;
  background: #007440;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}
@media screen and (max-width: 600px) {
  .page-document-request-done .section-documents .title-main {
    margin-top: 40px;
  }
}
.page-document-request-done .section-documents .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.page-document-request-done .section-documents .items[data-items="2"] .labels {
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .page-document-request-done .section-documents .items[data-items="2"] &gt; * {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.page-document-request-done .section-documents .items &gt; * {
  margin: 0 40px 80px;
}
.page-document-request-done .section-documents .items &gt; * .img {
  width: 240px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .page-document-request-done .section-documents .items &gt; * .img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .page-document-request-done .section-documents .items &gt; * {
    width: 31.33%;
    margin: 0 1% 2%;
  }
}
.page-document-request-done .section-documents .items &gt; * .labels {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .page-document-request-done .section-documents .items &gt; * .labels {
    margin-bottom: 0;
  }
  .page-document-request-done .section-documents .items &gt; * .labels .label {
    font-size: 10px;
    padding: 0 5px;
  }
}
.page-document-request-done .section-documents .items &gt; * .title {
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .page-document-request-done .section-documents .items &gt; * .title {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.page-document-request-done .section-documents .items &gt; * .btn {
  margin-top: 20px;
  padding: 10px 0;
  max-width: 240px;
}
@media screen and (max-width: 600px) {
  .page-document-request-done .section-documents .items &gt; * .btn {
    padding: 5px 0;
    margin-top: 10px;
  }
}

.wpcf7 label.error {
  display: none !important;
}
.wpcf7 .p-table__box_item p .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
  color: #C0392B;
}
.wpcf7 .p-form__tit p {
  font-size: 16px;
}

.form-campaigns .title {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.form-campaigns .section-summary-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.form-campaigns .section-summary-banners &gt; * {
  width: 50%;
  padding: 0 10px 30px;
}
.form-campaigns .section-summary-banners &gt; * &gt; * .img {
  border-radius: 5px;
  overflow: hidden;
  display: block;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.form-campaigns .section-summary-banners &gt; * &gt; * .txt {
  text-align: left;
  padding-top: 15px;
  display: block;
}
@media screen and (max-width: 600px) {
  .form-campaigns .section-summary-banners {
    margin-bottom: 20px;
    display: block;
  }
  .form-campaigns .section-summary-banners &gt; * {
    width: auto !important;
    padding: 0 0 10px;
  }
}

.wpcf-search-school {
  line-height: 1.6;
}
.wpcf-search-school .wpcf-search-school-form-items {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .wpcf-search-school .wpcf-search-school-form-items {
    display: block;
  }
}
.wpcf-search-school .wpcf-search-school-form-items dl {
  display: block;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .wpcf-search-school .wpcf-search-school-form-items dl {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.wpcf-search-school .wpcf-search-school-form-items dt {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.wpcf-search-school .wpcf-search-school-form-items dd {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
}
.wpcf-search-school input[type="text"] {
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.wpcf-search-school .btn.btn-search {
  padding: 10px 15px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  background: #222222;
  border-radius: 0 5px 5px 0;
}

.wpcf-search-school-results {
  background: #F8F8F8;
  padding: 20px;
  margin-top: 20px;
  line-height: 1.4;
}
.wpcf-search-school-results ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 600px) {
  .wpcf-search-school-results ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.wpcf-search-school-results ul &gt; * {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .wpcf-search-school-results ul &gt; * {
    width: auto;
    padding: 0;
    padding-bottom: 10px;
  }
}
.wpcf-search-school-results .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.wpcf-search-school-results label {
  display: block;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.wpcf-search-school-results label .item-radio {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 50px;
  border-right: 1px solid #e7e7e7;
}
.wpcf-search-school-results label .item-radio:before, .wpcf-search-school-results label .item-radio:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  border-radius: 50%;
}
.wpcf-search-school-results label .item-radio:before {
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  height: 20px;
  width: 20px;
  margin-left: -10px;
}
.wpcf-search-school-results label .item-radio:after {
  background-color: #017440;
  height: 12px;
  width: 12px;
  margin-left: -5px;
  opacity: .1;
}
.wpcf-search-school-results label input[type="radio"]:checked ~ .item-radio:after {
  opacity: 1;
}
.wpcf-search-school-results label .item-body {
  display: block;
  padding-left: 55px;
}
.wpcf-search-school-results label .item-title {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}
.wpcf-search-school-results label .item-addr {
  display: block;
  line-height: 1.2;
}

.wpcf7-__search_school {
  display: none !important;
}

.section {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .section {
    font-size: 14px;
    line-height: 1.6;
  }
}
.section .title-txt {
  font-weight: bold;
  font-size: 52px;
  line-height: 1.4;
  color: #007440;
}
@media screen and (max-width: 600px) {
  .section .title-txt {
    font-size: 26px;
    font-size: 6.93333vw;
  }
}
.section .title-txt.sm {
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .section .title-txt.sm {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.section .title-txt.title-txt--high {
  color: #27AE60;
}
.section .title-txt.title-txt--junior {
  color: #2D98DA;
}
.section .title-txt.title-txt--elementary {
  color: #FB5C65;
}

.section-bg {
  background: #f9f9f2;
}

.nav-season-trainings ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 600px) {
  .nav-season-trainings ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.nav-season-trainings ul &gt; * {
  width: 33.33%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 600px) {
  .nav-season-trainings ul &gt; * {
    width: auto;
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
  }
  .nav-season-trainings ul &gt; * &gt; * {
    width: 49%;
  }
}
.nav-season-trainings a {
  font-size: 30px;
  font-weight: bold;
  display: block;
  color: #FB5C65;
  border: 2px solid #FB5C65;
  padding: 14px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .nav-season-trainings a {
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.nav-season-trainings a i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
}
.nav-season-trainings a:hover {
  color: #fff;
  background: #FB5C65;
}
.nav-season-trainings a.item-high {
  color: #27AE60;
  border-color: #27AE60;
}
.nav-season-trainings a.item-high:hover {
  color: #fff;
  background: #27AE60;
}
.nav-season-trainings a.item-junior {
  color: #2D98DA;
  border-color: #2D98DA;
}
.nav-season-trainings a.item-junior:hover {
  color: #fff;
  background: #2D98DA;
}

.section-season-courses .box {
  border: 2px solid #FB5C65;
  background: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box {
    margin-bottom: 30px;
  }
}
.section-season-courses .box .title {
  font-size: 28px;
  text-align: center;
  color: #fff;
  background: #FB5C65;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .title {
    font-size: 20px;
    font-size: 5.33333vw;
    padding: 10px 0;
  }
}
.section-season-courses .box .box-body {
  padding: 30px 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .box-body {
    padding: 20px;
  }
}
.section-season-courses .box .box-body .btn-txt {
  text-align: center;
  font-size: 22px;
  color: #f60a1a;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .box-body .btn-txt {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.section-season-courses .box .strong {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .strong {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 15px;
  }
}
.section-season-courses .box .items {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .items {
    display: block;
    margin-bottom: 10px;
  }
}
.section-season-courses .box .items &gt; * {
  min-width: 33.33%;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .items &gt; * {
    min-width: 0;
  }
}
.section-season-courses .box .items &gt; li {
  text-align: left;
  border-left: 1px solid #FB5C65;
  font-size: 18px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .items &gt; li {
    font-size: 14px;
    font-size: 3.73333vw;
    border-left: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.section-season-courses .box .items &gt; li .item-title {
  font-size: 30px;
  color: #FB5C65;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .items &gt; li .item-title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
}
.section-season-courses .box .items &gt; li li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 10px;
}
.section-season-courses .box .items &gt; li li:before {
  content: "●";
  color: #FB5C65;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .items &gt; li li {
    margin-bottom: 5px;
  }
}
.section-season-courses .box .btns {
  display: flex;
  justify-content: space-around;
}
.section-season-courses .box .btns &gt; * {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .btns {
    display: block;
  }
  .section-season-courses .box .btns &gt; * {
    width: auto;
    margin-bottom: 10px;
  }
}
.section-season-courses .box.box-high {
  border-color: #27AE60;
}
.section-season-courses .box.box-high .title {
  background-color: #27AE60;
}
.section-season-courses .box.box-high .items &gt; li {
  border-left-color: #27AE60;
}
.section-season-courses .box.box-high .items &gt; li .item-title {
  color: #27AE60;
}
.section-season-courses .box.box-high .items &gt; li li:before {
  color: #27AE60;
}
.section-season-courses .box.box-junior {
  border-color: #2D98DA;
}
.section-season-courses .box.box-junior .title {
  background-color: #2D98DA;
}
.section-season-courses .box.box-junior .items &gt; li {
  border-left-color: #2D98DA;
}
.section-season-courses .box.box-junior .items &gt; li .item-title {
  color: #2D98DA;
}
.section-season-courses .box.box-junior .items &gt; li li:before {
  color: #2D98DA;
}
.section-season-courses .box .box-body-detail {
  text-align: left;
}
.section-season-courses .box .box-body-detail h4 {
  color: #FB5C65;
  border-left: 5px solid #FB5C65;
  background: rgba(251, 92, 101, 0.2);
  padding-left: 20px;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.section-season-courses .box .box-body-detail h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .box-body-detail h4 {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4;
    padding: 5px;
    padding-left: 10px;
  }
}
.section-season-courses .box .box-body-detail h5 {
  font-size: 24px;
  color: #FB5C65;
  margin-bottom: 5px;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .section-season-courses .box .box-body-detail h5 {
    font-size: 15px;
    font-size: 4vw;
  }
}
.section-season-courses .box.box-high .box-body-detail h4 {
  color: #27AE60;
  border-left-color: #27AE60;
  background: rgba(39, 174, 96, 0.2);
}
.section-season-courses .box.box-high .box-body-detail h5 {
  color: #27AE60;
}
.section-season-courses .box.box-junior .box-body-detail h4 {
  color: #2D98DA;
  border-left-color: #2D98DA;
  background: rgba(45, 152, 218, 0.2);
}
.section-season-courses .box.box-junior .box-body-detail h5 {
  color: #2D98DA;
}

.section-season-schedule .items {
  display: flex;
  justify-content: space-around;
}
.section-season-schedule .items &gt; * {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .section-season-schedule .items {
    display: block;
  }
  .section-season-schedule .items &gt; * {
    width: auto;
    margin-bottom: 20px;
  }
}
.section-season-schedule .item-title {
  font-size: 24px;
  color: #fff;
  background: #007440;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-season-schedule .item-title {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 10px;
  }
}
.section-season-schedule[data-item="junior"] .item-title {
  background: #2D98DA;
}
.section-season-schedule[data-item="high"] .item-title {
  background: #27AE60;
}
.section-season-schedule[data-item="elementary"] .item-title {
  background: #FB5C65;
}
.section-season-schedule .strong {
  color: #007440;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-season-schedule .strong {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 10px;
  }
}
.section-season-schedule[data-item="junior"] .strong {
  color: #2D98DA;
}
.section-season-schedule[data-item="high"] .strong {
  color: #27AE60;
}
.section-season-schedule[data-item="elementary"] .strong {
  color: #FB5C65;
}
.section-season-schedule .note {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .section-season-schedule .note {
    font-size: 12px;
  }
}
.section-season-schedule .icn-is-active {
  width: 60px;
  height: 20px;
  display: inline-block;
  background: #dbebe4;
  margin-right: 10px;
  vertical-align: middle;
}
.section-season-schedule .datepickers {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.section-season-schedule .datepickers &gt; * {
  width: 49%;
}
.section-season-schedule .datepickers .datepicker-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: auto;
  background: rgba(212, 234, 222, 0.8);
}
.section-season-schedule .datepickers .datepicker-wrap .txt {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 34px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .section-season-schedule .datepickers .datepicker-wrap .txt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.section-season-schedule .ui-datepicker {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: none;
}
.section-season-schedule .ui-datepicker.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
}
.section-season-schedule .ui-datepicker .ui-widget-header {
  border: 1px solid #8f8f8f;
  background: #e9e9e9;
  color: #000;
  padding: 0;
  font-weight: bold;
  border-bottom: none;
}
.section-season-schedule .ui-datepicker .ui-corner-all {
  border-radius: 0;
}
.section-season-schedule .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.section-season-schedule .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}
.section-season-schedule .ui-datepicker th {
  background: #e9e9e9;
  font-weight: normal;
}
.section-season-schedule .ui-datepicker th [title="土曜日"] {
  color: #03A9F4;
}
.section-season-schedule .ui-datepicker th [title="日曜日"] {
  color: #f44336;
}
.section-season-schedule .ui-datepicker th,
.section-season-schedule .ui-datepicker td {
  color: #000;
  padding: 0;
  border: 1px solid #8f8f8f;
  opacity: 1;
}
.section-season-schedule .ui-datepicker th.is-active,
.section-season-schedule .ui-datepicker td.is-active {
  background: #dbebe4;
}
.section-season-schedule .ui-datepicker .ui-state-default {
  border: none;
  background: none;
  text-align: center;
  cursor: default;
  color: #000;
}
.section-season-schedule .table-schedule {
  width: 100%;
  background: #fff;
  text-align: center;
  white-space: nowrap;
  table-layout: fixed;
}
@media screen and (max-width: 600px) {
  .section-season-schedule .table-schedule {
    table-layout: auto;
  }
}
.section-season-schedule .table-schedule thead th {
  background: #fcc756;
}
.section-season-schedule .table-schedule thead td {
  background: #d8d8d8;
}
.section-season-schedule .table-schedule tbody th {
  background: #fef4dd;
}
.section-season-schedule .table-schedule th, .section-season-schedule .table-schedule td {
  padding: 5px 0;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #8f8f8f;
}
@media screen and (max-width: 600px) {
  .section-season-schedule .table-schedule th, .section-season-schedule .table-schedule td {
    font-size: 10px;
  }
}
.section-season-schedule .table-schedule td {
  width: 65px;
}
@media screen and (max-width: 600px) {
  .section-season-schedule .table-schedule td {
    width: 4em;
  }
}
.section-season-schedule .table-schedule tbody td {
  background: #4d9c79;
  color: #fff;
  font-weight: bold;
}
.section-season-schedule .table-schedule tbody td small {
  font-size: 0.75em;
}
.section-season-schedule .table-schedule tbody td.is-not, .section-season-schedule .table-schedule tbody td:empty {
  background: none;
  font-weight: normal;
  color: #000;
}
.section-season-schedule .table-schedule tbody td:empty:after {
  content: "－";
}

.nav-season-courses {
  border-bottom: 2px solid #FB5C65;
  margin-bottom: 20px;
}
.nav-season-courses ul {
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
.nav-season-courses li {
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}
.nav-season-courses a {
  font-size: 28px;
  font-weight: bold;
  color: #FB5C65;
  border: 1px solid #FB5C65;
  border-bottom: none;
  background: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  line-height: 1.2;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .nav-season-courses a {
    font-size: 15px;
    font-size: 4vw;
  }
}
.nav-season-courses a.current {
  color: #fff;
  background: #FB5C65;
}
.nav-season-courses a.item-junior {
  color: #2D98DA;
  border-color: #2D98DA;
}
.nav-season-courses a.item-junior.current {
  color: #fff;
  background: #2D98DA;
}
.nav-season-courses a.item-high {
  color: #27AE60;
  border-color: #27AE60;
}
.nav-season-courses a.item-high.current {
  color: #fff;
  background: #27AE60;
}
.nav-season-courses.nav-junior {
  border-bottom-color: #2D98DA;
}
.nav-season-courses.nav-high {
  border-bottom-color: #27AE60;
}

.article-page section[class^="section-"] {
  font-size: 24px;
  line-height: 1.8;
}
.article-page section[class^="section-"] img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.article-page .title-txt {
  font-weight: bold;
  font-size: 52px;
  line-height: 1.4;
  color: #007440;
}
@media screen and (max-width: 600px) {
  .article-page .title-txt {
    font-size: 26px;
    font-size: 6.93333vw;
  }
}
.article-page .title-txt.sm {
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .article-page .title-txt.sm {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
body[data-cat="high"] .article-page .title-txt {
  color: #27AE60;
}
body[data-cat="junior-high"] .article-page .title-txt {
  color: #2D98DA;
}
body[data-cat="elementary"] .article-page .title-txt {
  color: #FB5C65;
}
body[data-cat="elementary-e"] .article-page .title-txt {
  color: #D63031;
}
.article-page .title-bg {
  font-size: 40px;
  font-size: clamp(2rem, 2vw, 3rem);
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  .article-page .title-bg {
    /*font-size: 23px;*/
    font-size: 6.13333vw;
    padding: 15px 0;
  }
}
body[data-cat="high"] .article-page .title-bg {
  background: #27AE60;
}
body[data-cat="junior-high"] .article-page .title-bg {
  background: #2D98DA;
}
body[data-cat="elementary"] .article-page .title-bg {
  background: #FB5C65;
}
body[data-cat="elementary-e"] .article-page .title-bg {
  background: #D63031;
}
.article-page .title-main {
  font-size: clamp(2rem, 2vw, 3rem);
  color: #000000;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .article-page .title-main {
    font-size: 23px;
    font-size: 6.13333vw;
    padding-bottom: 10px;
  }
}
.article-page .title-main:before, .article-page .title-main:after {
  content: " ";
  height: 5px;
  width: 60px;
  background: #007240;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
@media screen and (max-width: 600px) {
  .article-page .title-main:before, .article-page .title-main:after {
    width: 30px;
    height: 3px;
    margin-left: -30px;
  }
}
.article-page .title-main:after {
  background: #FFC756;
  left: 50%;
  margin-left: 0;
  margin-right: -60px;
}
@media screen and (max-width: 600px) {
  .article-page .title-main:after {
    margin-left: 0;
    margin-right: -30px;
  }
}

.section-reasons {
  background: #FFFDE9;
  padding: 80px 0 10px;
}
@media screen and (max-width: 600px) {
  .section-reasons {
    padding: 40px 0 10px;
  }
}
.section-reasons .section-title {
  font-size: 52px;
  font-size: clamp(2rem, 5vw, 2.5rem);
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .section-reasons .section-title {
    font-size: 26px;
    font-size: 6.93333vw;
    margin-bottom: 20px;
  }
}
.section-reasons .section-title .em {
  font-size: 1.4em;
  font-style: italic;
  display: inline-block;
  margin-right: 5px;
}
.section-reasons .list-teachers {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-reasons .list-teachers {
    display: block;
    width: auto !important;
  }
}
.section-reasons .list-teachers &gt; * {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-reasons .list-teachers &gt; * {
    width: auto;
  }
}
.section-reasons .list-teachers li {
  text-align: center;
  padding: 0 10px 20px;
}
@media screen and (max-width: 600px) {
  .section-reasons .list-teachers li {
    padding: 0 10px;
  }
}
.section-reasons .item-reason {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  font-size: 18px;
  padding: 60px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason {
    padding: 0 10px 10px;
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 40px;
  }
}
.section-reasons .item-reason .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  color: #007240;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  margin-left: -50px;
  white-space: nowrap;
}
body[data-cat="high"] .section-reasons .item-reason .title {
  color: #27AE60;
}
body[data-cat="elementary"] .section-reasons .item-reason .title {
  color: #FB5C65;
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason .title {
    margin: 0;
    margin-bottom: 5px;
  }
}
.section-reasons .item-reason .title .icn {
  background: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-title-bg.svg) center center no-repeat;
  background-size: contain;
  width: 210px;
  height: 120px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  padding: 15px 30px;
  flex-shrink: 0;
}
body[data-cat="high"] .section-reasons .item-reason .title .icn {
  background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-title-bg--high.svg);
}
body[data-cat="elementary"] .section-reasons .item-reason .title .icn {
  background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-title-bg--elementary.svg);
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason .title .icn {
    background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-title-bg_sp.svg);
    background-position: top center;
    font-size: 15px;
    text-align: center;
    width: 50px;
    height: 85px;
    padding: 15px 0 0;
    text-align: center;
  }
  body[data-cat="high"] .section-reasons .item-reason .title .icn {
    background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-title-bg_sp--high.svg);
  }
  body[data-cat="elementary"] .section-reasons .item-reason .title .icn {
    background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-title-bg_sp--elementary.svg);
  }
}
.section-reasons .item-reason .title .icn .num {
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  padding-left: 5px;
  vertical-align: -15px;
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason .title .icn .num {
    font-size: 35px;
    display: block;
    vertical-align: middle;
    padding: 0;
  }
}
.section-reasons .item-reason .title .txt {
  display: block;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason .title .txt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason .title {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}
.section-reasons .item-reason .subtitle {
  font-weight: bold;
  font-size: 32px;
  color: #D30000;
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason .subtitle {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
body[data-cat="elementary"] .section-reasons .item-reason .subtitle {
  color: #2b9b0f;
}
.section-reasons .item-reason .num-reasion-v2 {
  background: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/high/ao_rec/reason-title-bg.svg) center center no-repeat;
  background-size: contain;
  text-align: center;
  color: #CE1C24;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0 50px;
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason .num-reasion-v2 {
    font-size: 16px;
    font-size: 4.26667vw;
    background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/high/ao_rec/reason-title-bg_sp.svg);
    padding: 4vw 0 0;
    height: 20vw;
  }
}
.section-reasons .item-reason .num-reasion-v2 .num {
  font-size: 85px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason .num-reasion-v2 .num {
    font-size: 35px;
    font-size: 9.33333vw;
  }
}
.section-reasons .item-reason .marker {
  font-weight: 900;
  color: #da1c24;
  background: linear-gradient(transparent 70%, #ffef92 0%);
}
.section-reasons .box-difference {
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-difference {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.section-reasons .box-difference .box-title {
  padding: 15px 0;
  border-radius: 5px;
  background: #764c24;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-difference .box-title {
    padding: 10px 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.section-reasons .box-difference .box-subtitle {
  font-weight: bold;
  font-size: 32px;
  color: #764c24;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-difference .box-subtitle {
    text-align: center;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.section-reasons .box-difference .item02 .box-title {
  background: #1d723f;
}
.section-reasons .box-difference .item02 .box-subtitle {
  color: #1d723f;
}
.section-reasons .box-difference .txt-img {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-difference .txt-img {
    display: block;
  }
}
.section-reasons .box-difference .txt-img .txt {
  width: 100%;
  line-height: 2.2;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-difference .txt-img .txt {
    width: auto;
    padding: 0;
    line-height: 1.6;
  }
}
.section-reasons .box-difference .txt-img .img {
  width: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-difference .txt-img .img {
    width: auto;
    margin-bottom: 10px;
  }
}
.section-reasons .box-difference .em {
  color: #d30000;
  font-weight: bold;
}
.section-reasons .box-diff {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-diff {
    margin-bottom: 20px;
  }
}
.section-reasons .box-diff .box-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  color: #007240;
  position: relative;
  padding: 25px 0;
  padding-left: 110px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-diff .box-title {
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 15px 0;
    padding-left: 60px;
    margin-bottom: 10px;
  }
}
body[data-cat="elementary"] .section-reasons .box-diff .box-title {
  color: #FB5C65;
}
.section-reasons .box-diff .box-title .icn {
  background: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-title-diff-bg.svg) center center no-repeat;
  background-size: contain;
  width: 94px;
  height: 94px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffff00;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding-top: 13px;
}
body[data-cat="elementary"] .section-reasons .box-diff .box-title .icn {
  background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-title-diff-bg--elementary.svg);
}
@media screen and (max-width: 600px) {
  .section-reasons .box-diff .box-title .icn {
    font-size: 10px;
    width: 50px;
    height: 50px;
  }
}
.section-reasons .box-diff .box-title .icn .num {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-diff .box-title .icn .num {
    font-size: 22px;
  }
}
.section-reasons .table-reason-diff {
  width: 100%;
  table-layout: fixed;
}
.section-reasons .table-reason-diff th, .section-reasons .table-reason-diff td {
  border: 2px solid #000;
}
.section-reasons .table-reason-diff thead th, .section-reasons .table-reason-diff thead td {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
}
@media screen and (max-width: 600px) {
  .section-reasons .table-reason-diff thead th, .section-reasons .table-reason-diff thead td {
    padding: 5px;
    font-size: 12px;
    line-height: 1.2;
  }
}
.section-reasons .table-reason-diff thead th {
  background: #D5ECCE;
}
.section-reasons .table-reason-diff thead td {
  background: #E5E5E5;
}
.section-reasons .table-reason-diff tbody th, .section-reasons .table-reason-diff tbody td {
  font-size: 18px;
  font-weight: normal;
  padding: 30px 20px;
  background: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-diff-ng.svg) center center no-repeat;
  background-size: 100px 100px;
}
@media screen and (max-width: 600px) {
  .section-reasons .table-reason-diff tbody th, .section-reasons .table-reason-diff tbody td {
    font-size: 12px;
    padding: 10px;
    background-size: 50px 50px;
  }
}
.section-reasons .table-reason-diff tbody th {
  background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/top/03-diff-ok.svg);
}
.section-reasons .dls {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 600px) {
  .section-reasons .dls {
    display: block;
    margin: 0;
  }
}
.section-reasons .dls &gt; * {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .section-reasons .dls &gt; * {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}
.section-reasons .dls dt {
  background: #CCE3EF;
  font-weight: bold;
  font-size: 24px;
  color: #0071AF;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 3px 0;
}
@media screen and (max-width: 600px) {
  .section-reasons .dls dt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
body[data-cat="high"] .section-reasons .dls dt {
  color: #754C24;
  background: #EAE4DE;
}
.section-reasons .dls dd {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .section-reasons .dls dd {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.section-reasons .dls dl:last-child dt {
  color: #007240;
  background: #CCE3D9;
}
.section-reasons .txt-img {
  display: flex;
}
.section-reasons .txt-img.row-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 912px) {
  .section-reasons .txt-img {
    /* 912pxまでの幅の場合に適応される */
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .section-reasons .txt-img {
    display: block;
  }
}
.section-reasons .txt-img .txt {
  width: 100%;
  line-height: 2;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .section-reasons .txt-img .txt {
    width: auto;
    padding-right: 0;
  }
}
.section-reasons .txt-img .img {
  width: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .section-reasons .txt-img .img {
    width: auto;
  }
}
.section-reasons .list-voices {
  display: flex;
  flex-wrap: wrap;
}
.section-reasons .list-voices &gt; * {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .section-reasons .list-voices &gt; * {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .section-reasons .item-reason.item-reason-05 .img {
    text-align: center;
  }
  .section-reasons .item-reason.item-reason-05 .img img {
    width: 65%;
  }
}
.section-reasons .box-steps {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-steps {
    display: block;
    margin: 0;
  }
}
.section-reasons .box-steps &gt; * {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-steps &gt; * {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}
.section-reasons .box-steps .label-step {
  background: #CCE3D9;
  font-weight: bold;
  font-size: 36px;
  color: #01A26F;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-steps .label-step {
    font-size: 20px;
    font-size: 5.33333vw;
    margin-bottom: 10px;
  }
}
.section-reasons .box-steps .title-step {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #01A26F;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-reasons .box-steps .title-step {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.section-reasons .box-steps .img {
  text-align: center;
}
.section-reasons .imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .section-reasons .imgs {
    display: block;
  }
}
.section-reasons .imgs .img01 {
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .section-reasons .imgs .img01 {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.section-reasons .txt-strong {
  line-height: 1.4;
  font-weight: bold;
  font-size: 48px;
  color: #D00000;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-reasons .txt-strong {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.section-grades {
  text-align: center;
}
.section-grades .list {
  display: flex;
}
@media screen and (max-width: 600px) {
  .section-grades .list {
    display: block;
  }
}
.section-grades .list &gt; * {
  width: 33.33%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 600px) {
  .section-grades .list &gt; * {
    width: auto;
  }
}
.section-grades .list li a {
  display: block;
  border: 2px solid #27AE60;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 600px) {
  .section-grades .list li a {
    display: flex;
  }
}
.section-grades .list li a .img {
  display: block;
}
@media screen and (max-width: 600px) {
  .section-grades .list li a .img {
    width: 75px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }
  .section-grades .list li a .img:after {
    content: " ";
    display: block;
    padding-top: 100%;
  }
  .section-grades .list li a .img img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  @supports (object-fit: cover) {
    .section-grades .list li a .img img {
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      object-fit: cover;
    }
  }
}
.section-grades .list li a .txt {
  display: block;
  position: relative;
  color: #fff;
  background: #27AE60;
  font-size: 24px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  line-height: 1.2;
}
.section-grades .list li a .txt i {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
}
.section-grades .list li a .txt .lg {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .section-grades .list li a .txt .lg {
    display: block;
  }
}
.section-grades .list li a .txt .sm {
  display: inline-block;
  font-size: .8em;
}
.section-grades .list li a .txt small {
  font-size: 0.6em;
}
@media screen and (max-width: 600px) {
  .section-grades .list li a .txt {
    width: 100%;
    font-size: 20px;
    font-size: 5.33333vw;
    padding: 18px 0;
  }
}
.section-grades .list li a.item-junior-high {
  border-color: #2D98DA;
}
.section-grades .list li a.item-junior-high .txt {
  background: #2D98DA;
}
.section-grades .list li a.item-elementary {
  border-color: #FB5C65;
}
.section-grades .list li a.item-elementary .txt {
  background: #FB5C65;
}

.section-grade-plans {
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-grade-plans {
    padding-bottom: 10px;
  }
}
.section-grade-plans .box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  font-size: 19px;
  line-height: 1.8;
  text-align: left;
  padding: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .section-grade-plans .box {
    padding: 15px;
    font-size: 14px;
    font-size: 3.73333vw;
    margin-bottom: 40px;
  }
}
.section-grade-plans .box .title {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
  color: #007440;
}
@media screen and (max-width: 600px) {
  .section-grade-plans .box .title {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 1.2;
  }
}
body[data-cat="high"] .section-grade-plans .box .title {
  color: #27AE60;
}
body[data-cat="junior-high"] .section-grade-plans .box .title {
  color: #2D98DA;
}
body[data-cat="elementary"] .section-grade-plans .box .title {
  color: #FB5C65;
}
body[data-cat="elementary-e"] .section-grade-plans .box .title {
  color: #D63031;
}
.section-grade-plans .box .title &gt; span {
  position: relative;
  display: inline-block;
  padding: 0 110px;
}
@media screen and (max-width: 600px) {
  .section-grade-plans .box .title &gt; span {
    padding: 0;
    text-align: left;
    display: block;
    padding-left: 45px;
  }
}
.section-grade-plans .box .title &gt; span:before {
  content: " ";
  background: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/high/plan-icn.svg) center center no-repeat;
  background-size: 45px auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
}
body[data-cat="high"] .section-grade-plans .box .title &gt; span:before {
  background-color: #27AE60;
}
body[data-cat="junior-high"] .section-grade-plans .box .title &gt; span:before {
  background-color: #2D98DA;
}
body[data-cat="elementary"] .section-grade-plans .box .title &gt; span:before {
  background-color: #FB5C65;
}
body[data-cat="elementary-e"] .section-grade-plans .box .title &gt; span:before {
  background-color: #D63031;
}
@media screen and (max-width: 600px) {
  .section-grade-plans .box .title &gt; span:before {
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-size: 18px auto;
  }
}
.section-grade-plans .box .entry {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .section-grade-plans .box .entry {
    display: block;
    margin-bottom: 10px;
  }
}
.section-grade-plans .box .entry .img {
  flex-shrink: 0;
  width: 43%;
  padding-left: 50px;
}
@media screen and (max-width: 600px) {
  .section-grade-plans .box .entry .img {
    width: auto;
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.list-checks li {
  font-weight: bold;
  font-size: 29px;
  position: relative;
  padding-left: 60px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .list-checks li {
    font-size: 14px;
    font-size: 3.73333vw;
    padding-left: 40px;
    padding-left: 10.66667vw;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-top: 5px;
  }
}
.list-checks li:before {
  content: " ";
  background: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/high/plan-check.svg) center center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .list-checks li:before {
    top: 2px;
    width: 28px;
    width: 7.46667vw;
    height: 28px;
    height: 7.46667vw;
  }
}
body[data-cat="junior-high"] .list-checks li:before {
  background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/junior-high/plan-check.svg);
}
body[data-cat="elementary"] .list-checks li:before {
  background-image: url(https://wam.onl/wp/wp-content/themes/wam.onl/img/elementary/plan-check.svg);
}

.section-grade-plans-sm {
  padding: 0 0 40px;
}
@media screen and (max-width: 600px) {
  .section-grade-plans-sm {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-grade-plans-sm .title-txt {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}
.section-grade-plans-sm .list-plans-sm {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-grade-plans-sm .list-plans-sm {
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.section-grade-plans-sm .list-plans-sm li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-grade-plans-sm .list-plans-sm li {
    width: 50%;
    padding: 0 5px 10px;
  }
}
.section-grade-plans-sm .list-plans-sm li &gt; * {
  display: block;
  color: #27AE60;
  border: 3px solid #27AE60;
  background: #fff;
  border-radius: 10px;
  font-size: 28px;
  line-height: 1.4;
  height: 160px;
  position: relative;
}
body[data-cat="junior-high"] .section-grade-plans-sm .list-plans-sm li &gt; * {
  color: #2D98DA;
  border-color: #2D98DA;
}
body[data-cat="elementary"] .section-grade-plans-sm .list-plans-sm li &gt; * {
  color: #FB5C65;
  border-color: #FB5C65;
}
body[data-cat="elementary-e"] .section-grade-plans-sm .list-plans-sm li &gt; * {
  color: #D63031;
  border-color: #D63031;
}
@media screen and (max-width: 600px) {
  .section-grade-plans-sm .list-plans-sm li &gt; * {
    border-width: 2px;
    font-size: 16px;
    font-size: 4.26667vw;
    height: 140px;
    height: 37.33333vw;
  }
}
.section-grade-plans-sm .list-plans-sm li &gt; * .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
}
.section-grade-plans-sm .list-plans-sm li &gt; a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-grade-plans-sm .list-plans-sm li &gt; a:hover {
  color: #fff;
  background: #27AE60;
}
body[data-cat="junior-high"] .section-grade-plans-sm .list-plans-sm li &gt; a:hover {
  color: #fff;
  background: #2D98DA;
}
body[data-cat="elementary"] .section-grade-plans-sm .list-plans-sm li &gt; a:hover {
  color: #fff;
  background: #FB5C65;
}
body[data-cat="elementary-e"] .section-grade-plans-sm .list-plans-sm li &gt; a:hover {
  color: #fff;
  background: #D63031;
}

.section-grade-video .box {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-grade-video .box {
    margin-bottom: 10px;
  }
}
.section-grade-video .box .title {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  padding-left: 130px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-grade-video .box .title {
    font-size: 16px;
    font-size: 4.26667vw;
    padding-left: 60px;
  }
}
.section-grade-video .box .title .sm {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .section-grade-video .box .title .sm {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.section-grade-video .box .title .em {
  color: #d41c26;
}
.section-grade-video .box .title .label-title {
  content: " ";
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  background: #d41c26;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 25px;
  top: 50%;
  left: 0;
  margin-top: -55px;
}
@media screen and (max-width: 600px) {
  .section-grade-video .box .title .label-title {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 10px;
    padding-top: 13px;
  }
}
.section-grade-video .box .youtube-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-grade-video .box .youtube-wrap {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .section-grade-voice .container-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .section-grade-voice .container-lg .btn {
    max-width: 90%;
  }
}
.section-grade-voice .item {
  padding: 0 10px 40px;
}
@media screen and (max-width: 600px) {
  .section-grade-voice .item {
    padding-bottom: 20px;
  }
}
.section-grade-voice .item &gt; .inner {
  border: 2px solid #A2862D;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.section-grade-voice .item .voice-title {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  .section-grade-voice .item .voice-title {
    font-size: 1.92vw;
  }
}
@media screen and (max-width: 600px) {
  .section-grade-voice .item .voice-title {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
.section-grade-voice .item .voice-title.line3 {
  height: 4.2em;
  position: relative;
}
.section-grade-voice .item .voice-title.line3 .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-grade-voice .item .img {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.section-grade-voice .item .img .icn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 70px;
}
.section-grade-voice .item .strong {
  font-weight: bold;
  color: #CD0917;
  line-height: 1.4;
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  .section-grade-voice .item .strong {
    font-size: 2.56vw;
  }
}
@media screen and (max-width: 600px) {
  .section-grade-voice .item .strong {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.section-grade-voice .item .name {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .section-grade-voice .item .name {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.article-elementary-e .subtitle {
  text-align: center;
}
.article-elementary-e .section-reasons .item-reason-00 .item-reason-header {
  display: flex;
  align-items: center;
}
.article-elementary-e .section-reasons .item-reason-00 .item-reason-header .subtitle {
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .article-elementary-e .section-reasons .item-reason-00 .item-reason-header {
    display: block;
  }
  .article-elementary-e .section-reasons .item-reason-00 .item-reason-header .subtitle {
    padding-left: 0;
  }
}
.article-elementary-e .section-reasons .item-reason .title .icn {
  padding-left: 10px;
}
@media screen and (max-width: 600px) {
  .article-elementary-e .section-reasons .item-reason .title .icn {
    padding-left: 0;
  }
}
.article-elementary-e .section-reasons .item-reason .title .icn .num {
  letter-spacing: -.05em;
}
@media screen and (max-width: 600px) {
  .article-elementary-e .section-reasons .item-reason .labels {
    display: flex;
    flex-wrap: wrap;
  }
  .article-elementary-e .section-reasons .item-reason .labels &gt; * {
    display: block;
    width: 48%;
    margin: 0 1% 1%;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
}
.article-elementary-e .section-reasons .txt-img.row-reverse .txt {
  padding-left: 30px;
  padding-right: 0;
}
.article-elementary-e .section-reasons .txt-img.row-reverse .txt:last-child {
  padding-right: 30px;
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .article-elementary-e .section-reasons .txt-img.row-reverse .txt {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.article-elementary-e .section-reasons .txt-img .img .img-wrap {
  position: relative;
  overflow: hidden;
}
.article-elementary-e .section-reasons .txt-img .img .img-wrap:after {
  content: " ";
  display: block;
  padding-top: 76.47059%;
}
@media screen and (max-width: 600px) {
  .article-elementary-e .section-reasons .txt-img .img .img-wrap:after {
    display: none;
  }
}
.article-elementary-e .section-reasons .txt-img .img .img-wrap img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .article-elementary-e .section-reasons .txt-img .img .img-wrap img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  .article-elementary-e .section-reasons .txt-img .img .img-wrap img {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.article-elementary-e .swiper {
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 600px) {
  .article-elementary-e .swiper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.article-elementary-e .swiper-slide {
  padding: 10px;
}
.article-elementary-e .voice-junior-highschool-box {
  padding: 15px;
  border-radius: 16px;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.article-elementary-e .voice-junior-highschool-box .mark-gokaku {
  margin-bottom: 10px;
  position: relative;
}
.article-elementary-e .voice-junior-highschool-box .mark-gokaku:before {
  content: "";
  width: 62px;
  height: 64px;
  background: url(https://wam.onl/lp/junior-high-school-exam/assets/img/voice-jh-exam/ic_medal.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.article-elementary-e .voice-junior-highschool-box .voice-junior-highschool-box-ttl {
  margin-bottom: 10px;
}
.article-elementary-e .slick-track {
  min-width: 100% !important;
  display: flex;
}
.article-elementary-e .slick-track &gt; * {
  height: auto !important;
}
.article-elementary-e .slick-track &gt; * &gt; * {
  height: 100% !important;
}
.article-elementary-e .slick-track .swiper-slide {
  height: 100% !important;
}
.article-elementary-e .slick-track .swiper-slide &gt; * {
  height: 100%;
}
.article-elementary-e .voice-box {
  padding: 20px;
  border-radius: 16px;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.article-elementary-e .voice-box .v-ttl p {
  color: #00a056;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
.article-elementary-e .voice-box .v-pct {
  padding: 10px 0;
  text-align: center;
}
.article-elementary-e .voice-box .v-pct img {
  margin-left: auto;
  margin-right: auto;
}
.article-elementary-e .voice-box .t-red-mark {
  background: linear-gradient(transparent 70%, #ffef92 0%);
  color: #c01359;
  font-weight: 700;
  display: inline;
}

.article-high,
.article-elementary-e {
  /* 講師の声カルーセル */
  /*---------------------------------------------------------
  集団塾・個別指導塾の違いまとめ
  ---------------------------------------------------------*/
  /*比較表*/
  /*---------------------------------------------------------
  指導内容
  ---------------------------------------------------------*/
  /*---------------------------------------------------------
  夏期講習 受講までの流れ
  ---------------------------------------------------------*/
}
.article-high .voice_red-font,
.article-elementary-e .voice_red-font {
  color: #c01359;
  font-size: 20px;
}
.article-high .voice-box,
.article-elementary-e .voice-box {
  background: #fff;
  border-radius: 20px;
  margin: 8px;
  padding: 16px;
}
.article-high .v-ttl p,
.article-elementary-e .v-ttl p {
  color: #0e9bd5;
  /*font-size: 1.15 * 10px;*/
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.5;
}
.article-high .v-pct,
.article-elementary-e .v-pct {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-high .v-pct span,
.article-elementary-e .v-pct span {
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 1rem 0;
}
.article-high .v-txt,
.article-elementary-e .v-txt {
  line-height: 1.5;
}
.article-high .t-red-mark,
.article-elementary-e .t-red-mark {
  background: linear-gradient(transparent 70%, #ffef92 0%);
  color: #c01359;
  font-weight: 700;
  display: inline;
}
.article-high .v-txt, .article-high .t-red-mark, .article-high .v-ttl p,
.article-elementary-e .v-txt,
.article-elementary-e .t-red-mark,
.article-elementary-e .v-ttl p {
  font-size: 15px;
}
.article-high .v-pct span,
.article-elementary-e .v-pct span {
  font-size: 13px;
}
.article-high .wrapper .swiper-container .swiper-wrapper,
.article-elementary-e .wrapper .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
.article-high .swiper,
.article-elementary-e .swiper {
  position: relative;
}
.article-high .voice-area,
.article-elementary-e .voice-area {
  width: 100%;
  margin: 0 auto;
}
.article-high .w-1000,
.article-elementary-e .w-1000 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.article-high .difference,
.article-elementary-e .difference {
  background: #fff;
  padding: 80px 0;
}
.article-high .difference-inner,
.article-elementary-e .difference-inner {
  padding: 40px 0 30px;
}
.article-high .t1-left,
.article-elementary-e .t1-left {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
.article-high table#table-culums,
.article-elementary-e table#table-culums {
  /*border: 1px solid #d4d4d4;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 10px;
  font-weight: 400;
}
.article-high table#table-culums th,
.article-elementary-e table#table-culums th {
  background: #eeeeee;
  border: 1px solid #d4d4d4;
  padding: 10px;
  font-weight: 900;
}
.article-high table#table-culums td,
.article-elementary-e table#table-culums td {
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 10px;
}
.article-high table#table-culums th,
.article-high table#table-culums td,
.article-elementary-e table#table-culums th,
.article-elementary-e table#table-culums td {
  font-size: 20px;
  line-height: 1.2;
}
.article-high table#table-culums td:first-child,
.article-elementary-e table#table-culums td:first-child {
  background: #00a056;
  text-align: left;
  font-weight: 900;
  color: #fff;
}
.article-high .th_w10,
.article-elementary-e .th_w10 {
  width: 10%;
}
.article-high .th_w15,
.article-elementary-e .th_w15 {
  width: 15%;
}
.article-high .th_w18,
.article-elementary-e .th_w18 {
  width: 18%;
}
.article-high .th_w22,
.article-elementary-e .th_w22 {
  width: 22%;
}
.article-high .th_w25,
.article-elementary-e .th_w25 {
  width: 25%;
}
.article-high .th_w35,
.article-elementary-e .th_w35 {
  width: 35%;
}
.article-high .schedule-number,
.article-elementary-e .schedule-number {
  color: #000;
  font-weight: 700;
}
.article-high .table-grad,
.article-elementary-e .table-grad {
  position: relative !important;
  white-space: nowrap;
}
.article-high .table-grad:after,
.article-elementary-e .table-grad:after {
  background-image: none;
}
.article-high .hikaku-box,
.article-elementary-e .hikaku-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.article-high .hikaku-box li,
.article-elementary-e .hikaku-box li {
  margin: 1%;
}
.article-high .hikaku-mark,
.article-elementary-e .hikaku-mark {
  width: 28%;
}
.article-high .hikaku-txt,
.article-elementary-e .hikaku-txt {
  width: 100%;
}
.article-high .bg-wam,
.article-elementary-e .bg-wam {
  background: #ebf1c2 !important;
}
.article-high .fc-wam,
.article-elementary-e .fc-wam {
  color: #006a48 !important;
}
@media screen and (max-width: 1440px) {
  .article-high,
  .article-elementary-e {
    /* 1440pxまでの幅の場合に適応される */
  }
}
@media screen and (max-width: 1024px) {
  .article-high,
  .article-elementary-e {
    /* 1024pxまでの幅の場合に適応される */
  }
}
@media screen and (max-width: 768px) {
  .article-high,
  .article-elementary-e {
    /* 768pxまでの幅の場合に適応される */
  }
  .article-high .text-center_questionnaire,
  .article-elementary-e .text-center_questionnaire {
    text-align: left;
  }
  .article-high table#table-culums thead,
  .article-elementary-e table#table-culums thead {
    display: none;
  }
  .article-high table#table-culums tr,
  .article-elementary-e table#table-culums tr {
    /*border-bottom: 1px solid #e6ebef;*/
    display: block;
  }
  .article-high table#table-culums th,
  .article-high table#table-culums td,
  .article-elementary-e table#table-culums th,
  .article-elementary-e table#table-culums td {
    font-size: 17.5px;
  }
  .article-high table#table-culums td .fs-small,
  .article-elementary-e table#table-culums td .fs-small {
    font-size: 12.5px;
  }
  .article-high table#table-culums td,
  .article-elementary-e table#table-culums td {
    border-bottom: 0px solid #e6ebef;
    display: block;
  }
  .article-high table#table-culums td:first-child,
  .article-elementary-e table#table-culums td:first-child {
    background: #00a056;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
  }
  .article-high table#table-culums td:before,
  .article-elementary-e table#table-culums td:before {
    content: attr(aria-label);
    display: block;
    color: #333;
    font-weight: 900;
  }
  .article-high table#table-culums tr:last-child,
  .article-elementary-e table#table-culums tr:last-child {
    border-bottom: 1px solid #e6ebef;
  }
  .article-high table#table-culums td.b_blue,
  .article-elementary-e table#table-culums td.b_blue {
    border-bottom: 0px solid #5488c7;
  }
}
@media screen and (max-width: 640px) {
  .article-high,
  .article-elementary-e {
    /* 640pxまでの幅の場合に適応される */
  }
  .article-high .difference,
  .article-elementary-e .difference {
    padding: 40px 0;
  }
  .article-high table#table-culums td .fs-small,
  .article-elementary-e table#table-culums td .fs-small {
    font-size: 10px;
  }
  .article-high .list01,
  .article-elementary-e .list01 {
    padding-left: 20px;
  }
  .article-high .t1-left,
  .article-elementary-e .t1-left {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .article-high .hikaku-box,
  .article-elementary-e .hikaku-box {
    flex-direction: row;
  }
  .article-high .hikaku-txt,
  .article-elementary-e .hikaku-txt {
    width: 68%;
  }
  .article-high .difference-inner,
  .article-elementary-e .difference-inner {
    padding: 0;
  }
}
.article-high .guidance-ttl,
.article-elementary-e .guidance-ttl {
  display: flex;
  align-items: center;
  color: #006f4f;
  border-bottom: solid 1px;
  margin: 20px 0 10px;
}
.article-high .guidance-ttl li,
.article-elementary-e .guidance-ttl li {
  font-size: 28px;
  font-weight: 700;
}
.article-high .guidance-number,
.article-elementary-e .guidance-number {
  font-family: "Poppins";
  font-size: 60px !important;
  margin-right: 10px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .article-high,
  .article-elementary-e {
    /* 640pxまでの幅の場合に適応される */
  }
  .article-high .guidance-ttl li,
  .article-elementary-e .guidance-ttl li {
    font-size: 17.5px;
  }
}
.article-high #summer-c-flow,
.article-elementary-e #summer-c-flow {
  padding: 0 0 80px;
  line-height: 1.5;
  font-size: 18px;
}
.article-high .summer-c-flow-box,
.article-elementary-e .summer-c-flow-box {
  background: #f7ffff;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 50px;
}
.article-high #summer-c-flow h2,
.article-elementary-e #summer-c-flow h2 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  background: #062f8d;
  padding: 25px 10px;
  border: 3px solid #062f8d;
  border-radius: 8px;
}
.article-high #summer-c-flow h3,
.article-elementary-e #summer-c-flow h3 {
  margin: 50px 0 20px;
  color: #062f8d;
}
.article-high #summer-c-flow h3,
.article-high #summer-c-flow h3 span,
.article-elementary-e #summer-c-flow h3,
.article-elementary-e #summer-c-flow h3 span {
  font-size: 30px;
  font-weight: 700;
}
.article-high #summer-c-flow h3 span,
.article-elementary-e #summer-c-flow h3 span {
  background: #062f8d;
  padding: 10px 20px;
  border-radius: 50vh;
  color: #ffff00;
  margin-right: 15px;
}
.article-high .step-flow,
.article-elementary-e .step-flow {
  display: flex;
}
.article-high .step-flow-text,
.article-elementary-e .step-flow-text {
  width: 65%;
  padding: 0 10px 0 170px;
}
.article-high .step-flow-pct,
.article-elementary-e .step-flow-pct {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .article-high,
  .article-elementary-e {
    /* 1024pxまでの幅の場合に適応される */
  }
  .article-high #summer-c-flow h2,
  .article-elementary-e #summer-c-flow h2 {
    font-size: 35px;
    padding: 20px 10px;
  }
  .article-high .summer-c-flow-box,
  .article-elementary-e .summer-c-flow-box {
    padding: 20px;
  }
  .article-high #summer-c-flow h3,
  .article-high #summer-c-flow h3 span,
  .article-elementary-e #summer-c-flow h3,
  .article-elementary-e #summer-c-flow h3 span {
    font-size: 25px;
  }
  .article-high #summer-c-flow h3,
  .article-high #summer-c-flow h3 span,
  .article-elementary-e #summer-c-flow h3,
  .article-elementary-e #summer-c-flow h3 span {
    font-size: 25px;
  }
}
@media screen and (max-width: 820px) {
  .article-high,
  .article-elementary-e {
    /* 820pxまでの幅の場合に適応される */
  }
  .article-high #summer-c-flow h3,
  .article-elementary-e #summer-c-flow h3 {
    margin: 20px 0 10px;
  }
  .article-high #summer-c-flow h3,
  .article-high #summer-c-flow h3 span,
  .article-elementary-e #summer-c-flow h3,
  .article-elementary-e #summer-c-flow h3 span {
    font-size: 20px;
    line-height: 2;
  }
  .article-high #summer-c-flow h3 span,
  .article-elementary-e #summer-c-flow h3 span {
    padding: 10px 20px;
  }
  .article-high .step-flow-text,
  .article-elementary-e .step-flow-text {
    width: 65%;
    padding: 0 10px 0 0;
  }
  .article-high .step-flow-pct,
  .article-elementary-e .step-flow-pct {
    width: 35%;
  }
  .article-high #summer-c-flow h2,
  .article-elementary-e #summer-c-flow h2 {
    font-size: 30px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .article-high,
  .article-elementary-e {
    /* 640pxまでの幅の場合に適応される */
  }
  .article-high #summer-c-flow,
  .article-elementary-e #summer-c-flow {
    padding: 0 0 30px;
  }
  .article-high .summer-c-flow-box,
  .article-elementary-e .summer-c-flow-box {
    padding: 10px;
  }
  .article-high #summer-c-flow h2,
  .article-elementary-e #summer-c-flow h2 {
    font-size: 22.5px;
    padding: 15px 10px;
    border: 2px solid #0265bc;
  }
  .article-high #summer-c-flow h3 span,
  .article-elementary-e #summer-c-flow h3 span {
    padding: 7.5px 20px;
  }
  .article-high #summer-c-flow h3,
  .article-high #summer-c-flow h3 span,
  .article-elementary-e #summer-c-flow h3,
  .article-elementary-e #summer-c-flow h3 span {
    font-size: 17.5px;
  }
  .article-high .step-flow,
  .article-elementary-e .step-flow {
    flex-direction: column;
  }
  .article-high .step-flow-text,
  .article-elementary-e .step-flow-text {
    width: 100%;
    padding: 0;
    order: 2;
    margin: 10px 0 0;
  }
  .article-high .step-flow-pct,
  .article-elementary-e .step-flow-pct {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 360px) {
  .article-high,
  .article-elementary-e {
    /* 360pxまでの幅の場合に適応される */
  }
}

@media screen and (max-width: 640px) {
  .article-high #summer-c-flow p {
    font-size: calc( 16 / 390 * 100vw);
  }
}
.section-course-points .boxs {
  display: flex;
  justify-content: space-between;
  padding: 4vh 0;
}
@media screen and (max-width: 600px) {
  .section-course-points .boxs {
    display: block;
    padding: 20px 0;
  }
}
.section-course-points .boxs &gt; * {
  width: 32.33%;
}
@media screen and (max-width: 600px) {
  .section-course-points .boxs &gt; * {
    width: auto;
    margin-bottom: 20px;
  }
}
.section-course-points .boxs .box {
  border-radius: 10px;
  border: 4px solid #2da56f;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-course-points .boxs .box {
    border-width: 2px;
    padding: 15px;
  }
  .section-course-points .boxs .box .img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-course-points .boxs .box .title {
  font-weight: bold;
  font-size: 28px;
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.4;
  color: #019C6F;
  margin-bottom: 20px;
}

.ttl-h2-high {
  font-size: clamp(1.3rem, 2.5vw, 1.9rem) !important;
}

.sp-tab_only {
  display: none;
}

.tab-sp18 {
  font-size: 20px;
}

@media screen and (max-width: 912px) {
  .sp-tab_only {
    display: block;
  }

  .ttl-h2-high {
    font-size: calc( 18 / 390 * 100vw) !important;
  }

  .tab-sp18 {
    font-size: calc( 18 / 768 * 100vw);
  }

  .sp-txt-left {
    text-align: left !important;
  }
}
@media screen and (max-width: 600px) {
  .section-course-points .boxs .box .title {
    /*font-size: 36px;
    font-size: 9.6vw;*/
    margin-bottom: 10px;
  }

  .tab-sp18 {
    font-size: calc( 16 / 390 * 100vw);
  }
}
.section-course-detail {
  background: #FEF7F7;
  background-size: 100%;
  background-image: -moz-linear-gradient(top, color-stops(#eee, #eee 1px, transparent 1px, transparent 100%));
  background-image: -webkit-linear-gradient(top, color-stops(#eee, #eee 1px, transparent 1px, transparent 100%));
  background-image: linear-gradient(top, color-stops(#eee, #eee 1px, transparent 1px, transparent 100%));
  background-image: -moz-linear-gradient(top, color-stops(#eee, #eee 1px, transparent 1px, transparent 100%)), -moz-linear-gradient(left, color-stops(#eee, #eee 1px, transparent 1px, transparent 100%));
  background-image: -webkit-linear-gradient(top, color-stops(#eee, #eee 1px, transparent 1px, transparent 100%)), -webkit-linear-gradient(left, color-stops(#eee, #eee 1px, transparent 1px, transparent 100%));
  background-image: linear-gradient(top, color-stops(#eee, #eee 1px, transparent 1px, transparent 100%)), linear-gradient(left, color-stops(#eee, #eee 1px, transparent 1px, transparent 100%));
  background-size: 30px 30px;
  font-size: 18px;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .section-course-detail {
    font-size: 28px;
    font-size: 7.46667vw;
    padding-bottom: 40px;
  }
}
.section-course-detail .title-item {
  font-weight: bold;
  font-size: 32px;
  color: #019C6F;
  border-left: 15px solid #01A56F;
  background: #fff;
  padding: 20px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-course-detail .title-item {
    font-size: 36px;
    font-size: 9.6vw;
    font-size: calc( 20 / 390 * 100vw);
    padding: 5px 10px;
    line-height: 1.4;
    border-left-width: 6px;
  }
}
@media screen and (max-width: 600px) {
  .section-course-detail p {
    font-size: calc( 16 / 390 * 100vw);
  }
}
.section-course-detail .box-card {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  font-size: 20px;
  padding: 50px;
}
@media screen and (max-width: 600px) {
  .section-course-detail .box-card {
    padding: 15px;
    font-size: 28px;
    font-size: 7.46667vw;
  }
}
.section-course-detail .box-card .title {
  font-weight: bold;
  font-size: 28px;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-course-detail .box-card .title {
    font-size: 36px;
    font-size: 9.6vw;
    font-size: calc( 18 / 390 * 100vw);
  }
}
.section-course-detail .box-card .imgs {
  display: flex;
}
@media screen and (max-width: 600px) {
  .section-course-detail .box-card .imgs {
    display: block;
  }
}
.section-course-detail .box-card .imgs &gt; * {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .section-course-detail .box-card .imgs &gt; * {
    width: auto;
  }
}
.section-course-detail .box-card .strong {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  font-size: clamp(1rem, 3vw, 2rem);
  color: #CE1C24;
}
@media screen and (max-width: 600px) {
  .section-course-detail .box-card .strong {
    font-size: 36px;
    font-size: 9.6vw;
    font-size: calc( 18 / 390 * 100vw);
  }
}
.section-course-detail .box-card .strong.strong-lg {
  line-height: 1;
  font-size: 48px;
}
@media screen and (max-width: 600px) {
  .section-course-detail .box-card .strong.strong-lg {
    font-size: 60px;
    font-size: 16vw;
    font-size: calc( 24 / 390 * 100vw);
  }
}

.article-high-ao_rec .section-difference {
  background: #F2FCE6;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference {
    padding: 40px 0;
  }
}
.article-high-ao_rec .section-difference .box {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box {
    display: block;
  }
}
.article-high-ao_rec .section-difference .box .txt {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box .txt {
    width: auto;
    padding: 0;
  }
}
.article-high-ao_rec .section-difference .box .img {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box .img {
    width: auto;
    padding: 0 0 20px;
  }
}
.article-high-ao_rec .section-difference .box-card {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  font-size: 20px;
  text-align: left;
  padding: 50px;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box-card {
    padding: 15px;
    /*font-size: 28px;*/
    font-size: calc( 16 / 390 * 100vw);
  }
}
.article-high-ao_rec .section-difference .box-card .title {
  padding: 15px 0;
  border-radius: 5px;
  background: #0071AF;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box-card .title {
    padding: 10px 0;
    font-size: 28px;
    font-size: 7.46667vw;
  }
}
.article-high-ao_rec .section-difference .box-card .subtitle {
  font-weight: bold;
  font-size: 32px;
  color: #0071AF;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box-card .subtitle {
    text-align: center;
    font-size: 36px;
    font-size: 9.6vw;
  }
}
.article-high-ao_rec .section-difference .box-card .item02 .title {
  background: #007240;
}
.article-high-ao_rec .section-difference .box-card .item02 .subtitle {
  color: #007240;
}
.article-high-ao_rec .section-difference .box-card .txt-img {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.article-high-ao_rec .section-difference .box-card .txt-img.row-reverse {
  flex-direction: row;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box-card .txt-img {
    display: block;
  }
}
.article-high-ao_rec .section-difference .box-card .txt-img .txt {
  width: 100%;
  line-height: 2.2;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box-card .txt-img .txt {
    width: auto;
    padding: 0;
    line-height: 1.6;
  }
}
.article-high-ao_rec .section-difference .box-card .txt-img .img {
  width: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box-card .txt-img .img {
    width: auto;
    margin-bottom: 10px;
  }
}
.article-high-ao_rec .section-difference .box-card .em {
  color: #d30000;
  font-weight: bold;
}
.article-high-ao_rec .section-difference .box-card .txt-strong {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 52px;
  color: #D30000;
}
.article-high-ao_rec .section-difference .box-card .txt-strong:before {
  margin-bottom: 20px;
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #007240 transparent transparent transparent;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box-card .txt-strong:before {
    border-width: 20px 20px 0 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box-card .txt-strong {
    font-size: 49px;
    font-size: 13.06667vw;
  }
}
.article-high-ao_rec .section-difference .box-card .txt-strong .sm {
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-difference .box-card .txt-strong .sm {
    font-size: 36px;
    font-size: 9.6vw;
  }
}
.article-high-ao_rec .section-difference {
  background: rgba(39, 174, 96, 0.1);
}
.article-high-ao_rec .section-difference .title-main {
  padding: 0;
}
.article-high-ao_rec .section-difference .title-main:before, .article-high-ao_rec .section-difference .title-main:after {
  display: none;
}
.article-high-ao_rec .section-difference .box-card .item01 .title {
  background: #754C24;
}
.article-high-ao_rec .section-difference .box-card .item01 .subtitle {
  color: #754C24;
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-reasons .item-reason {
    padding-top: 10px;
  }
}
.article-high-ao_rec .section-reasons .item-reason .subtitle {
  font-size: 44px;
  font-size: clamp(2rem, 4vw, 2rem);
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 912px) {
  .article-high-ao_rec .section-reasons .item-reason .subtitle {
    /* 912pxまでの幅の場合に適応される */
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .article-high-ao_rec .section-reasons .item-reason .subtitle {
    /*font-size: 44px;*/
    font-size: calc( 24 / 390 * 100vw);
    text-align: center;
  }
}
.article-high-ao_rec .section-reasons .txt {
  width: 620px;
  flex-shrink: 0;
}
@media screen and (max-width: 920px) {
  .article-high-ao_rec .section-reasons .txt {
    width: auto;
  }
}
.article-high-ao_rec .section-reasons .img {
  width: 100%;
  flex-shrink: unset;
}
.article-high-ao_rec .section-reasons .img img {
  width: 100%;
}

.temp-course .article-header .container {
  position: relative;
  padding: 0;
  max-width: 1200px;
  margin-bottom: 30px;
}
.temp-course .article-header .container:after {
  content: " ";
  background: url(/wp/wp-content/themes/k-wam_2022/assets/img/junior-high/science-society/index/tit01_main01_img01_pc.png) center center no-repeat;
  background-size: cover;
  padding-top: 35%;
  display: block;
}
.temp-course .article-header .container .entry {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  height: 57%;
  width: 50%;
  padding: 30px 0 0 45px;
}
@media screen and (max-width: 600px) {
  .temp-course .article-header .container .entry {
    padding: 3% 0 0 4%;
  }
}
.temp-course .article-header .container .title {
  font-size: 47px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .temp-course .article-header .container .title {
    font-size: 4vw;
  }
}
.temp-course .article-header .container .txt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .temp-course .article-header .container .txt {
    font-size: 2.5vw;
    margin-top: 2vw;
  }
}
.temp-course .tpc-introductory p {
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .temp-course .tpc-introductory p {
    font-size: 16px;
  }
}

.tpc-pass h2 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #27AE60;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .tpc-pass h2 {
    font-size: 18px;
  }
}
.tpc-pass .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em;
  border: 6px solid #27AE60;
  background: #fff;
  border-radius: 20px;
}
.tpc-pass .cell.txt {
  width: calc( 100% - 350 / 16 * 1em);
}
@media screen and (max-width: 600px) {
  .tpc-pass .cell.txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tpc-pass .cell.txt h3 {
  margin-bottom: 30px;
  font-size: calc( 23 / 16 * 1em);
  font-weight: bold;
  color: #C0392B;
  text-align: left;
}
.tpc-pass .cell.txt p {
  font-size: 14px;
}
.tpc-pass .cell.txt p span {
  color: #27AE60;
}
.tpc-pass .cell.img {
  width: calc( 300 / 16 * 1em);
}
@media screen and (max-width: 600px) {
  .tpc-pass .cell.img {
    width: 100%;
  }
}
.tpc-pass .cell.img .name {
  font-size: 11px;
  margin-top: 1em;
  display: block;
  text-align: center;
}

.tpc-worries {
  text-align: center;
}
.tpc-worries h2 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #27AE60;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .tpc-worries h2 {
    font-size: 18px;
  }
}
.tpc-worries .p-checklist {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  padding: 20px 40px;
  margin: 0 auto;
  background: #F1F7F0;
}
body[data-cat="elementary"] .tpc-worries .p-checklist {
  background: rgba(251, 92, 101, 0.1);
}
body[data-cat="elementary-e"] .tpc-worries .p-checklist {
  background: rgba(214, 48, 49, 0.1);
}
body[data-cat="high"] .tpc-worries .p-checklist {
  background: rgba(39, 174, 96, 0.1);
}
body[data-cat="junior-high"] .tpc-worries .p-checklist {
  background: rgba(45, 152, 218, 0.1);
}
@media screen and (max-width: 600px) {
  .tpc-worries .p-checklist {
    padding: 10px 20px;
  }
}

.tpc-overview​ h2 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #27AE60;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .tpc-overview​ h2 {
    font-size: 18px;
  }
}
.tpc-overview​ p {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .tpc-overview​ p {
    font-size: 14px;
  }
}

.tpc-point {
  line-height: 1.6;
}
.tpc-point h2 {
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #27AE60;
}
@media screen and (max-width: 600px) {
  .tpc-point h2 {
    font-size: 18px;
  }
}
.tpc-point .point-box {
  position: relative;
  margin-top: 3em;
}
.tpc-point .point-box:before {
  content: 'ポイント';
  position: absolute;
  top: -1.5em;
  left: 0;
  font-size: 18px;
  color: #27AE60;
}
@media screen and (max-width: 600px) {
  .tpc-point .point-box:before {
    font-size: 16px;
  }
}
.tpc-point .point-box dt {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #27AE60;
  border-bottom: 2px solid #27AE60;
}
.tpc-point .point-box dt .point-number {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #27AE60;
  border-radius: 50%;
}
.tpc-point .point-box dt .title {
  max-width: calc(100% - 60px);
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .tpc-point .point-box dt .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .tpc-point dd .col2 {
    display: block;
  }
}
.tpc-point dd .cell-txt {
  width: 70%;
  padding-right: 20px;
  max-width: none;
}
@media screen and (max-width: 600px) {
  .tpc-point dd .cell-txt {
    width: auto;
    padding-right: 0;
  }
}
.tpc-point dd .cell-img {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .tpc-point dd .cell-img {
    text-align: center;
    margin-top: 20px;
    width: auto;
  }
}

.p-checklist__type01 p {
  line-height: 1.6;
  text-align: left;
}

.p-checklist__type01 ul {
  margin: 0 auto;
  line-height: 2;
  text-align: left;
  width: 100%;
  max-width: 560px;
}

.p-checklist__type01 ul li {
  padding-left: 1.5em;
  position: relative;
  font-size: calc( 20 / 16 * 1em);
}
@media screen and (max-width: 600px) {
  .p-checklist__type01 ul li {
    font-size: 14px;
  }
}

.p-checklist__type01 ul li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  font-weight: 900;
  position: absolute;
  top: 0.1em;
  left: 0;
  color: #007440;
}

.is_high .p-checklist__type01 ul li::before {
  color: #27AE60;
}

.is_junior-high .p-checklist__type01 ul li::before {
  color: #2D98DA;
}

.is_elementary .p-checklist__type01 ul li::before {
  color: #FB5C65;
}

.is_elementary-e .p-checklist {
  background: rgba(214, 48, 49, 0.1);
}

.is_elementary-e .p-checklist__type01 ul li::before {
  color: #D63031;
}

.is_junior-high .article-header .title {
  color: #2D98DA;
}
.is_junior-high .tpc-pass h2 {
  color: #2D98DA;
}
.is_junior-high .tpc-pass .col2 {
  border: 6px solid #2D98DA;
}
.is_junior-high .tpc-pass .cell.txt p span {
  color: #2D98DA;
}
.is_junior-high .tpc-worries h2 {
  color: #2D98DA;
}
.is_junior-high .tpc-overview​ h2 {
  color: #2D98DA;
}
.is_junior-high .tpc-point h2 {
  background: #2D98DA;
}
.is_junior-high .tpc-point .point-box:before {
  color: #2D98DA;
}
.is_junior-high .tpc-point .point-box dt {
  border-top: 2px solid #2D98DA;
  border-bottom: 2px solid #2D98DA;
}
.is_junior-high .tpc-point .point-box dt .point-number {
  background: #2D98DA;
}

.is_elementary .article-header .title {
  color: #FB5C65;
}
.is_elementary .tpc-pass h2 {
  color: #FB5C65;
}
.is_elementary .tpc-pass .col2 {
  border: 6px solid #FB5C65;
}
.is_elementary .tpc-pass .cell.txt p span {
  color: #FB5C65;
}
.is_elementary .tpc-worries h2 {
  color: #FB5C65;
}
.is_elementary .tpc-overview​ h2 {
  color: #FB5C65;
}
.is_elementary .tpc-point h2 {
  background: #FB5C65;
}
.is_elementary .tpc-point .point-box:before {
  color: #FB5C65;
}
.is_elementary .tpc-point .point-box dt {
  border-top: 2px solid #FB5C65;
  border-bottom: 2px solid #FB5C65;
}
.is_elementary .tpc-point .point-box dt .point-number {
  background: #FB5C65;
}

.is_elementary-e .article-header .title {
  color: #D63031;
}
.is_elementary-e .tpc-pass h2 {
  color: #D63031;
}
.is_elementary-e .tpc-pass .col2 {
  border: 6px solid #D63031;
}
.is_elementary-e .tpc-pass .cell.txt p span {
  color: #D63031;
}
.is_elementary-e .tpc-worries h2 {
  color: #D63031;
}
.is_elementary-e .tpc-overview h2 {
  color: #D63031;
}
.is_elementary-e .tpc-point h2 {
  background: #D63031;
}
.is_elementary-e .tpc-point .point-box:before {
  color: #D63031;
}
.is_elementary-e .tpc-point .point-box dt {
  border-top: 2px solid #D63031;
  border-bottom: 2px solid #D63031;
}
.is_elementary-e .tpc-point .point-box dt .point-number {
  background: #D63031;
}

.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 .cell {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 600px) {
  .col2 .cell {
    width: 100%;
    max-width: 100%;
  }
}

.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 .cell {
  width: 31%;
  max-width: 320px;
}
@media screen and (max-width: 600px) {
  .col3 .cell {
    width: 100%;
    max-width: 100%;
  }
}

.col5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col5 .cell {
  width: 20%;
  max-width: 180px;
}
@media screen and (max-width: 600px) {
  .col5 .cell {
    width: 48%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .sp_col2 .cell {
    width: 48%;
    max-width: inherit;
  }
}
.box-tinymce {
  *zoom: 1;
}
.box-tinymce:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

body#tinymce {
  line-height: 1.6;
}

.article-notes .box-tinymce,
body#tinymce.post-type-notes,
.article-exam-schools .box-tinymce,
body#tinymce.post-type-university,
body#tinymce.post-type-highschool,
body#tinymce.post-type-juniorhighschool {
  font-size: 18px;
  line-height: 1.66667em;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .article-notes .box-tinymce,
  body#tinymce.post-type-notes,
  .article-exam-schools .box-tinymce,
  body#tinymce.post-type-university,
  body#tinymce.post-type-highschool,
  body#tinymce.post-type-juniorhighschool {
    font-size: 16px;
  }
}
.article-notes .box-tinymce h1,
.article-notes .box-tinymce h2,
.article-notes .box-tinymce h3,
.article-notes .box-tinymce h4,
.article-notes .box-tinymce h5,
body#tinymce.post-type-notes h1,
body#tinymce.post-type-notes h2,
body#tinymce.post-type-notes h3,
body#tinymce.post-type-notes h4,
body#tinymce.post-type-notes h5,
.article-exam-schools .box-tinymce h1,
.article-exam-schools .box-tinymce h2,
.article-exam-schools .box-tinymce h3,
.article-exam-schools .box-tinymce h4,
.article-exam-schools .box-tinymce h5,
body#tinymce.post-type-university h1,
body#tinymce.post-type-university h2,
body#tinymce.post-type-university h3,
body#tinymce.post-type-university h4,
body#tinymce.post-type-university h5,
body#tinymce.post-type-highschool h1,
body#tinymce.post-type-highschool h2,
body#tinymce.post-type-highschool h3,
body#tinymce.post-type-highschool h4,
body#tinymce.post-type-highschool h5,
body#tinymce.post-type-juniorhighschool h1,
body#tinymce.post-type-juniorhighschool h2,
body#tinymce.post-type-juniorhighschool h3,
body#tinymce.post-type-juniorhighschool h4,
body#tinymce.post-type-juniorhighschool h5 {
  font-size: 1.11111em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 30px;
}
.article-notes .box-tinymce h1:first-child,
.article-notes .box-tinymce h2:first-child,
.article-notes .box-tinymce h3:first-child,
.article-notes .box-tinymce h4:first-child,
.article-notes .box-tinymce h5:first-child,
body#tinymce.post-type-notes h1:first-child,
body#tinymce.post-type-notes h2:first-child,
body#tinymce.post-type-notes h3:first-child,
body#tinymce.post-type-notes h4:first-child,
body#tinymce.post-type-notes h5:first-child,
.article-exam-schools .box-tinymce h1:first-child,
.article-exam-schools .box-tinymce h2:first-child,
.article-exam-schools .box-tinymce h3:first-child,
.article-exam-schools .box-tinymce h4:first-child,
.article-exam-schools .box-tinymce h5:first-child,
body#tinymce.post-type-university h1:first-child,
body#tinymce.post-type-university h2:first-child,
body#tinymce.post-type-university h3:first-child,
body#tinymce.post-type-university h4:first-child,
body#tinymce.post-type-university h5:first-child,
body#tinymce.post-type-highschool h1:first-child,
body#tinymce.post-type-highschool h2:first-child,
body#tinymce.post-type-highschool h3:first-child,
body#tinymce.post-type-highschool h4:first-child,
body#tinymce.post-type-highschool h5:first-child,
body#tinymce.post-type-juniorhighschool h1:first-child,
body#tinymce.post-type-juniorhighschool h2:first-child,
body#tinymce.post-type-juniorhighschool h3:first-child,
body#tinymce.post-type-juniorhighschool h4:first-child,
body#tinymce.post-type-juniorhighschool h5:first-child {
  margin-top: 0;
}
.article-notes .box-tinymce h2,
body#tinymce.post-type-notes h2,
.article-exam-schools .box-tinymce h2,
body#tinymce.post-type-university h2,
body#tinymce.post-type-highschool h2,
body#tinymce.post-type-juniorhighschool h2 {
  font-size: 1.44444em;
  color: #006F4F;
  border-left: 10px solid #AACE34;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .article-notes .box-tinymce h2,
  body#tinymce.post-type-notes h2,
  .article-exam-schools .box-tinymce h2,
  body#tinymce.post-type-university h2,
  body#tinymce.post-type-highschool h2,
  body#tinymce.post-type-juniorhighschool h2 {
    border-left-width: 7px;
    padding-left: 12px;
    font-size: 1.25em;
  }
}
.article-notes .box-tinymce h3,
body#tinymce.post-type-notes h3,
.article-exam-schools .box-tinymce h3,
body#tinymce.post-type-university h3,
body#tinymce.post-type-highschool h3,
body#tinymce.post-type-juniorhighschool h3 {
  font-size: 1.22222em;
  color: #006F4F;
  padding-bottom: 5px;
  border-bottom: 2px solid #AACE34;
}
@media screen and (max-width: 600px) {
  .article-notes .box-tinymce h3,
  body#tinymce.post-type-notes h3,
  .article-exam-schools .box-tinymce h3,
  body#tinymce.post-type-university h3,
  body#tinymce.post-type-highschool h3,
  body#tinymce.post-type-juniorhighschool h3 {
    font-size: 1.125em;
  }
}
.article-notes .box-tinymce h4,
body#tinymce.post-type-notes h4,
.article-exam-schools .box-tinymce h4,
body#tinymce.post-type-university h4,
body#tinymce.post-type-highschool h4,
body#tinymce.post-type-juniorhighschool h4 {
  font-size: 1em;
  color: #006F4F;
}
.article-notes .box-tinymce h5,
body#tinymce.post-type-notes h5,
.article-exam-schools .box-tinymce h5,
body#tinymce.post-type-university h5,
body#tinymce.post-type-highschool h5,
body#tinymce.post-type-juniorhighschool h5 {
  font-size: 1em;
}
.article-notes .box-tinymce a,
body#tinymce.post-type-notes a,
.article-exam-schools .box-tinymce a,
body#tinymce.post-type-university a,
body#tinymce.post-type-highschool a,
body#tinymce.post-type-juniorhighschool a {
  text-decoration: underline;
}
.article-notes .box-tinymce a:hover,
body#tinymce.post-type-notes a:hover,
.article-exam-schools .box-tinymce a:hover,
body#tinymce.post-type-university a:hover,
body#tinymce.post-type-highschool a:hover,
body#tinymce.post-type-juniorhighschool a:hover {
  text-decoration: none;
}
.article-notes .box-tinymce .aligncenter,
body#tinymce.post-type-notes .aligncenter,
.article-exam-schools .box-tinymce .aligncenter,
body#tinymce.post-type-university .aligncenter,
body#tinymce.post-type-highschool .aligncenter,
body#tinymce.post-type-juniorhighschool .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-notes .box-tinymce .alignleft,
body#tinymce.post-type-notes .alignleft,
.article-exam-schools .box-tinymce .alignleft,
body#tinymce.post-type-university .alignleft,
body#tinymce.post-type-highschool .alignleft,
body#tinymce.post-type-juniorhighschool .alignleft {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}
.article-notes .box-tinymce .alignright,
body#tinymce.post-type-notes .alignright,
.article-exam-schools .box-tinymce .alignright,
body#tinymce.post-type-university .alignright,
body#tinymce.post-type-highschool .alignright,
body#tinymce.post-type-juniorhighschool .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}
.article-notes .box-tinymce .wp-caption-dd,
.article-notes .box-tinymce .wp-caption-text,
body#tinymce.post-type-notes .wp-caption-dd,
body#tinymce.post-type-notes .wp-caption-text,
.article-exam-schools .box-tinymce .wp-caption-dd,
.article-exam-schools .box-tinymce .wp-caption-text,
body#tinymce.post-type-university .wp-caption-dd,
body#tinymce.post-type-university .wp-caption-text,
body#tinymce.post-type-highschool .wp-caption-dd,
body#tinymce.post-type-highschool .wp-caption-text,
body#tinymce.post-type-juniorhighschool .wp-caption-dd,
body#tinymce.post-type-juniorhighschool .wp-caption-text {
  margin-top: 5px;
  font-size: 12px;
  color: #383838;
  font-style: italic;
}
.article-notes .box-tinymce ul,
body#tinymce.post-type-notes ul,
.article-exam-schools .box-tinymce ul,
body#tinymce.post-type-university ul,
body#tinymce.post-type-highschool ul,
body#tinymce.post-type-juniorhighschool ul {
  list-style: disc;
  margin-left: 1.5em;
}
.article-notes .box-tinymce ol,
body#tinymce.post-type-notes ol,
.article-exam-schools .box-tinymce ol,
body#tinymce.post-type-university ol,
body#tinymce.post-type-highschool ol,
body#tinymce.post-type-juniorhighschool ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.article-notes .box-tinymce li,
body#tinymce.post-type-notes li,
.article-exam-schools .box-tinymce li,
body#tinymce.post-type-university li,
body#tinymce.post-type-highschool li,
body#tinymce.post-type-juniorhighschool li {
  list-style: inherit !important;
  margin-top: .5em;
  margin-bottom: .5em;
}
.article-notes .box-tinymce b, .article-notes .box-tinymce strong, .article-notes .box-tinymce em,
body#tinymce.post-type-notes b,
body#tinymce.post-type-notes strong,
body#tinymce.post-type-notes em,
.article-exam-schools .box-tinymce b,
.article-exam-schools .box-tinymce strong,
.article-exam-schools .box-tinymce em,
body#tinymce.post-type-university b,
body#tinymce.post-type-university strong,
body#tinymce.post-type-university em,
body#tinymce.post-type-highschool b,
body#tinymce.post-type-highschool strong,
body#tinymce.post-type-highschool em,
body#tinymce.post-type-juniorhighschool b,
body#tinymce.post-type-juniorhighschool strong,
body#tinymce.post-type-juniorhighschool em {
  font-weight: bold;
}
.article-notes .box-tinymce hr,
body#tinymce.post-type-notes hr,
.article-exam-schools .box-tinymce hr,
body#tinymce.post-type-university hr,
body#tinymce.post-type-highschool hr,
body#tinymce.post-type-juniorhighschool hr {
  margin-top: 10px;
  border: none;
  border-top: 1px solid #c9c9c9;
}
.article-notes .box-tinymce table,
body#tinymce.post-type-notes table,
.article-exam-schools .box-tinymce table,
body#tinymce.post-type-university table,
body#tinymce.post-type-highschool table,
body#tinymce.post-type-juniorhighschool table {
  width: 100%;
  margin-top: .5em;
  margin-bottom: 1em;
}
.article-notes .box-tinymce table th, .article-notes .box-tinymce table td,
body#tinymce.post-type-notes table th,
body#tinymce.post-type-notes table td,
.article-exam-schools .box-tinymce table th,
.article-exam-schools .box-tinymce table td,
body#tinymce.post-type-university table th,
body#tinymce.post-type-university table td,
body#tinymce.post-type-highschool table th,
body#tinymce.post-type-highschool table td,
body#tinymce.post-type-juniorhighschool table th,
body#tinymce.post-type-juniorhighschool table td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.article-notes .box-tinymce table th,
body#tinymce.post-type-notes table th,
.article-exam-schools .box-tinymce table th,
body#tinymce.post-type-university table th,
body#tinymce.post-type-highschool table th,
body#tinymce.post-type-juniorhighschool table th {
  background: rgba(0, 116, 64, 0.05);
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .article-notes .box-tinymce table,
  body#tinymce.post-type-notes table,
  .article-exam-schools .box-tinymce table,
  body#tinymce.post-type-university table,
  body#tinymce.post-type-highschool table,
  body#tinymce.post-type-juniorhighschool table {
    font-size: 11px;
  }
  .article-notes .box-tinymce table th, .article-notes .box-tinymce table td,
  body#tinymce.post-type-notes table th,
  body#tinymce.post-type-notes table td,
  .article-exam-schools .box-tinymce table th,
  .article-exam-schools .box-tinymce table td,
  body#tinymce.post-type-university table th,
  body#tinymce.post-type-university table td,
  body#tinymce.post-type-highschool table th,
  body#tinymce.post-type-highschool table td,
  body#tinymce.post-type-juniorhighschool table th,
  body#tinymce.post-type-juniorhighschool table td {
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .article-notes .box-tinymce table.table-responsive,
  body#tinymce.post-type-notes table.table-responsive,
  .article-exam-schools .box-tinymce table.table-responsive,
  body#tinymce.post-type-university table.table-responsive,
  body#tinymce.post-type-highschool table.table-responsive,
  body#tinymce.post-type-juniorhighschool table.table-responsive {
    font-size: inherit;
    width: auto;
    display: block;
  }
  .article-notes .box-tinymce table.table-responsive tbody, .article-notes .box-tinymce table.table-responsive thead,
  body#tinymce.post-type-notes table.table-responsive tbody,
  body#tinymce.post-type-notes table.table-responsive thead,
  .article-exam-schools .box-tinymce table.table-responsive tbody,
  .article-exam-schools .box-tinymce table.table-responsive thead,
  body#tinymce.post-type-university table.table-responsive tbody,
  body#tinymce.post-type-university table.table-responsive thead,
  body#tinymce.post-type-highschool table.table-responsive tbody,
  body#tinymce.post-type-highschool table.table-responsive thead,
  body#tinymce.post-type-juniorhighschool table.table-responsive tbody,
  body#tinymce.post-type-juniorhighschool table.table-responsive thead {
    display: block;
  }
  .article-notes .box-tinymce table.table-responsive tr, .article-notes .box-tinymce table.table-responsive th, .article-notes .box-tinymce table.table-responsive td,
  body#tinymce.post-type-notes table.table-responsive tr,
  body#tinymce.post-type-notes table.table-responsive th,
  body#tinymce.post-type-notes table.table-responsive td,
  .article-exam-schools .box-tinymce table.table-responsive tr,
  .article-exam-schools .box-tinymce table.table-responsive th,
  .article-exam-schools .box-tinymce table.table-responsive td,
  body#tinymce.post-type-university table.table-responsive tr,
  body#tinymce.post-type-university table.table-responsive th,
  body#tinymce.post-type-university table.table-responsive td,
  body#tinymce.post-type-highschool table.table-responsive tr,
  body#tinymce.post-type-highschool table.table-responsive th,
  body#tinymce.post-type-highschool table.table-responsive td,
  body#tinymce.post-type-juniorhighschool table.table-responsive tr,
  body#tinymce.post-type-juniorhighschool table.table-responsive th,
  body#tinymce.post-type-juniorhighschool table.table-responsive td {
    width: auto !important;
    display: block;
    border-bottom: none;
  }
  .article-notes .box-tinymce table.table-responsive th,
  body#tinymce.post-type-notes table.table-responsive th,
  .article-exam-schools .box-tinymce table.table-responsive th,
  body#tinymce.post-type-university table.table-responsive th,
  body#tinymce.post-type-highschool table.table-responsive th,
  body#tinymce.post-type-juniorhighschool table.table-responsive th {
    font-weight: bold;
  }
  .article-notes .box-tinymce table.table-responsive th, .article-notes .box-tinymce table.table-responsive td,
  body#tinymce.post-type-notes table.table-responsive th,
  body#tinymce.post-type-notes table.table-responsive td,
  .article-exam-schools .box-tinymce table.table-responsive th,
  .article-exam-schools .box-tinymce table.table-responsive td,
  body#tinymce.post-type-university table.table-responsive th,
  body#tinymce.post-type-university table.table-responsive td,
  body#tinymce.post-type-highschool table.table-responsive th,
  body#tinymce.post-type-highschool table.table-responsive td,
  body#tinymce.post-type-juniorhighschool table.table-responsive th,
  body#tinymce.post-type-juniorhighschool table.table-responsive td {
    padding: 5px 8px;
  }
}

body#tinymce {
  font-size: 15px;
}
body#tinymce h1 {
  font-size: 16px;
}
body#tinymce h2 {
  font-size: 20px;
}
body#tinymce h3 {
  font-size: 16px;
}
body#tinymce h4 {
  font-size: 15px;
}
body#tinymce h5 {
  font-size: 14px;
}

[data-wpview-text*="youtube"] .wpview-content,
[data-mce-p-src^="https://www.youtube.com"],
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
[data-wpview-text*="youtube"] .wpview-content.is-ticktok,
[data-mce-p-src^="https://www.youtube.com"].is-ticktok,
.iframe-container.is-ticktok {
  padding-top: 178.94737%;
}
[data-wpview-text*="youtube"] .wpview-content iframe,
[data-mce-p-src^="https://www.youtube.com"] iframe,
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe {
  max-width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

video {
  max-width: 100%;
}

.gallery-images li a {
  height: 75px;
  overflow: hidden;
  display: block;
}
.gallery-images li.current a {
  height: 69px;
  border: 3px solid #ccc;
}

.gallery-item img {
  box-sizing: border-box;
}

.btn.btn-sc {
  color: #fff;
  background: #f6780d;
  font-weight: bold;
  border-radius: 5px;
}
.btn.btn-sc.btn-sc-pink {
  background: #f13b6b;
}
.btn.btn-sc.btn-sc-blue {
  background: #38afd5;
}
.btn.btn-sc.btn-sc-geen {
  background: #18674a;
}

@media screen and (max-width: 600px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .p-pager ul {
    flex-wrap: wrap;
    font-size: 12px;
  }
}

body.iframe--voices .l-header,
body.iframe--voices .l-navi,
body.iframe--voices .l-footer,
body.iframe--voices .p-schoolsearch,
body.iframe--voices .p-aside,
body.iframe--voices .footer-bottom-fixed,
body.iframe--voices .title-main,
body.iframe--voices section,
body.iframe--teachers .l-header,
body.iframe--teachers .l-navi,
body.iframe--teachers .l-footer,
body.iframe--teachers .p-schoolsearch,
body.iframe--teachers .p-aside,
body.iframe--teachers .footer-bottom-fixed,
body.iframe--teachers .title-main,
body.iframe--teachers section {
  display: none !important;
}

body.iframe--voices section[data-iframe="voices"] {
  display: block !important;
}
body.iframe--voices .p-archive__voice_txt,
body.iframe--voices .p-archive__voice_tit,
body.iframe--voices .p-archive__voice_btn {
  display: none;
}

body.iframe--teachers section[data-iframe="teachers"] {
  display: block !important;
}
body.iframe--teachers .p-section__inner,
body.iframe--teachers .p-archive__voice_tit,
body.iframe--teachers .p-archive__voice_btn {
  display: none;
}

.youtube-wrap {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.footer-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  z-index: 1000;
}
.footer-bottom-fixed ul {
  display: flex;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: center;
}
.footer-bottom-fixed .img-tell {
  width: 48%;
}
.footer-bottom-fixed .img-btn {
  width: 48%;
}
.footer-bottom-fixed .img-btn a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer-bottom-fixed {
    display: none;
  }
}

.l-footer {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .l-footer {
    padding-bottom: 0;
  }
}

.section-mv-slider {
  padding-top: 15px;
  padding-bottom: 5px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.section-mv-slider &gt; ul &gt; li {
  display: none;
}
.section-mv-slider &gt; ul &gt; li:first-child {
  display: block;
}
.section-mv-slider &gt; ul &gt; li.slick-slide {
  display: block;
}

@media screen and (max-width: 600px) {
  .section-top-courses .p-bg__clr_subtheme {
    padding: 0;
  }
  .section-top-courses .p-listbycourse__img,
  .section-top-courses .p-listbycourse__tit {
    display: none;
  }
  .section-top-courses .p-listbycourse__btn ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 3px;
    padding-right: 3px;
  }
  .section-top-courses .p-listbycourse__btn ul li {
    width: 33.33%;
    padding: 6px 3px;
  }
  .section-top-courses .p-listbycourse__btn ul li &gt; * {
    border-radius: 5px;
  }
  .section-top-courses .p-listbycourse__btn ul li a {
    padding: 10px 0;
    border-radius: 5px;
    padding-right: 10px;
  }
}

.section-exam-link .box {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-align: center;
  background-size: 100%;
  background-image: -moz-linear-gradient(-45deg, #e2f4ff 0%, #e2f4ff 10%, #eef8ff 11%, #eef8ff 39%, #e2f4ff 40%, #e2f4ff 60%, #eef8ff 61%, #eef8ff 89%, #e2f4ff 90%, #e2f4ff 100%);
  background-image: -webkit-linear-gradient(-45deg, #e2f4ff 0%, #e2f4ff 10%, #eef8ff 11%, #eef8ff 39%, #e2f4ff 40%, #e2f4ff 60%, #eef8ff 61%, #eef8ff 89%, #e2f4ff 90%, #e2f4ff 100%);
  background-image: linear-gradient(-45deg, #e2f4ff 0%, #e2f4ff 10%, #eef8ff 11%, #eef8ff 39%, #e2f4ff 40%, #e2f4ff 60%, #eef8ff 61%, #eef8ff 89%, #e2f4ff 90%, #e2f4ff 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
@media screen and (max-width: 600px) {
  .section-exam-link .box {
    padding: 40px 15px;
  }
}
.section-exam-link .box .box-inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section-exam-link .box .title {
  color: #df1d24;
  background: #fff;
  font-size: 24px;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-exam-link .box .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.section-exam-link .box .btn {
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.section-exam-link .box .btn i {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -.5em;
}
@media screen and (max-width: 600px) {
  .section-exam-link .box .btn {
    font-size: 18px;
  }
}
.section-exam-link[data-theme="pink"] .box {
  background-size: 100%;
  background-image: -moz-linear-gradient(-45deg, #ffebec 0%, #ffebec 10%, #fdf7f6 11%, #fdf7f6 39%, #ffebec 40%, #ffebec 60%, #fdf7f6 61%, #fdf7f6 89%, #ffebec 90%, #ffebec 100%);
  background-image: -webkit-linear-gradient(-45deg, #ffebec 0%, #ffebec 10%, #fdf7f6 11%, #fdf7f6 39%, #ffebec 40%, #ffebec 60%, #fdf7f6 61%, #fdf7f6 89%, #ffebec 90%, #ffebec 100%);
  background-image: linear-gradient(-45deg, #ffebec 0%, #ffebec 10%, #fdf7f6 11%, #fdf7f6 39%, #ffebec 40%, #ffebec 60%, #fdf7f6 61%, #fdf7f6 89%, #ffebec 90%, #ffebec 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.section-exam-link[data-theme="green"] .box {
  background-size: 100%;
  background-image: -moz-linear-gradient(-45deg, #e8ffe3 0%, #e8ffe3 10%, #f3fff1 11%, #f3fff1 39%, #e8ffe3 40%, #e8ffe3 60%, #f3fff1 61%, #f3fff1 89%, #e8ffe3 90%, #e8ffe3 100%);
  background-image: -webkit-linear-gradient(-45deg, #e8ffe3 0%, #e8ffe3 10%, #f3fff1 11%, #f3fff1 39%, #e8ffe3 40%, #e8ffe3 60%, #f3fff1 61%, #f3fff1 89%, #e8ffe3 90%, #e8ffe3 100%);
  background-image: linear-gradient(-45deg, #e8ffe3 0%, #e8ffe3 10%, #f3fff1 11%, #f3fff1 39%, #e8ffe3 40%, #e8ffe3 60%, #f3fff1 61%, #f3fff1 89%, #e8ffe3 90%, #e8ffe3 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

.section-exam-btns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-exam-btns {
    padding: 20px 5px;
  }
}
.section-exam-btns .btns {
  display: flex;
}
.section-exam-btns .btns &gt; * {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .section-exam-btns .btns &gt; * {
    padding: 0 5px;
  }
}
.section-exam-btns .btn {
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.section-exam-btns .btn i {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -.5em;
}
@media screen and (max-width: 600px) {
  .section-exam-btns .btn {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section-exam-btns .txt {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .section-exam-btns .txt {
    font-size: 12px;
  }
}

/*
 btn
----------------------------*/
.btn {
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #555555;
  padding: 18px 40px;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  position: relative;
  outline: none;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-red {
  background: #df1d24;
  border-color: #df1d24;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}
.btn.btn-red:hover {
  opacity: .6;
}
.btn.btn-primary {
  background: #007440;
  border: 1px solid #007440;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #fff;
  color: #007440;
}
.btn.btn-outline-primary {
  background: none;
  border: 1px solid #007440;
  color: #007440;
}
.btn.btn-outline-primary:hover {
  background: #007440;
  color: #fff;
}
.btn.btn-rounded {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.btn.btn-radius {
  border-radius: 50px;
}
.btn.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn i {
  display: inline-block;
}
.btn.btn-elementary {
  color: #fff;
  border-color: #FB5C65;
  background: #FB5C65;
}
.btn.btn-elementary:hover {
  opacity: .6;
}
.btn.btn-junior-high {
  color: #fff;
  border-color: #2D98DA;
  background: #2D98DA;
}
.btn.btn-junior-high:hover {
  opacity: .6;
}
.btn.btn-high {
  color: #fff;
  border-color: #27AE60;
  background: #27AE60;
}
.btn.btn-high:hover {
  opacity: .6;
}
.btn.btn-outline-elementary {
  background: none;
  border: 1px solid #FB5C65;
  color: #FB5C65;
}
.btn.btn-outline-elementary:hover {
  background: #FB5C65;
  color: #fff;
}
.btn.btn-outline-junior-high {
  background: none;
  border: 1px solid #2D98DA;
  color: #2D98DA;
}
.btn.btn-outline-junior-high:hover {
  background: #2D98DA;
  color: #fff;
}
.btn.btn-outline-high {
  background: none;
  border: 1px solid #27AE60;
  color: #27AE60;
}
.btn.btn-outline-high:hover {
  background: #27AE60;
  color: #fff;
}
.btn.btn-lg {
  border-width: 2px;
  font-size: 26px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .btn.btn-lg {
    font-size: 16px;
    font-size: 4.26667vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn.btn-sm {
  font-size: 14px;
  padding: 10px 20px;
}
.btn .btn-icn-right {
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 1;
  margin-top: -.5em;
}
.btn.btn-md {
  font-weight: bold;
  font-size: 18px;
  padding: 16px 50px;
  border-width: 2px !important;
}
.btn.btn-primary-outline {
  color: #007440;
  background: #fff;
  border: 1px solid #007440;
}
.btn.btn-primary-outline:hover {
  color: #fff;
  background: #007440;
  opacity: 1;
}
body[data-cat="elementary"] .btn.btn-primary-outline {
  color: #FB5C65;
  border-color: #FB5C65;
}
body[data-cat="elementary"] .btn.btn-primary-outline:hover {
  color: #fff;
  background: #FB5C65;
}
body[data-cat="elementary-e"] .btn.btn-primary-outline {
  color: #D63031;
  border-color: #D63031;
}
body[data-cat="elementary-e"] .btn.btn-primary-outline:hover {
  color: #fff;
  background: #D63031;
}
body[data-cat="high"] .btn.btn-primary-outline {
  color: #27AE60;
  border-color: #27AE60;
}
body[data-cat="high"] .btn.btn-primary-outline:hover {
  color: #fff;
  background: #27AE60;
}
body[data-cat="junior-high"] .btn.btn-primary-outline {
  color: #2D98DA;
  border-color: #2D98DA;
}
body[data-cat="junior-high"] .btn.btn-primary-outline:hover {
  color: #fff;
  background: #2D98DA;
}
.btn.btn-w-md {
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.btn.btn-w-md .icn-btn-right {
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
}

[data-template="page-teachers-voice"] .p-explain__clm_img a i,
.p-explain__clm_img a[href*="youtube"] i {
  position: relative;
  overflow: hidden;
}
[data-template="page-teachers-voice"] .p-explain__clm_img a i:after,
.p-explain__clm_img a[href*="youtube"] i:after {
  content: " ";
  display: block;
  padding-top: 55%;
}
[data-template="page-teachers-voice"] .p-explain__clm_img a i img,
.p-explain__clm_img a[href*="youtube"] i img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  [data-template="page-teachers-voice"] .p-explain__clm_img a i img,
  .p-explain__clm_img a[href*="youtube"] i img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}

.p-archive__voice_box_item--img {
  position: relative;
}
.p-archive__voice_box_item--img .img-badge {
  position: absolute;
  top: -30px;
  left: -20px;
  width: 120px;
  height: 120px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .p-archive__voice_box_item--img .img-badge {
    top: -15px;
    left: -15px;
    width: 80px;
    height: 80px;
  }
}

.summary-teacher-comment-sm &gt; * {
  overflow: visible !important;
}
.summary-teacher-comment-sm .p-archive__voice_box_item {
  position: relative;
}
.summary-teacher-comment-sm .p-archive__voice_box_item .img-badge {
  position: absolute;
  top: 0;
  left: -10px;
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .summary-teacher-comment-sm .p-archive__voice_box_item .img-badge {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  }
}

.section-summary-banners[data-position="wamken_menu_after"],
.section-summary-banners[data-position="wamken_before_recommend"],
.section-summary-banners[data-position="blog_after_content"],
.section-summary-banners[data-position="blog_after_content_fc"],
.section-summary-banners[data-position="blog_page_bottom"],
.section-summary-banners[data-position="blog_page_bottom_fc"] {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}
.section-summary-banners[data-position="wamken_menu_after"] &gt; *,
.section-summary-banners[data-position="wamken_before_recommend"] &gt; *,
.section-summary-banners[data-position="blog_after_content"] &gt; *,
.section-summary-banners[data-position="blog_after_content_fc"] &gt; *,
.section-summary-banners[data-position="blog_page_bottom"] &gt; *,
.section-summary-banners[data-position="blog_page_bottom_fc"] &gt; * {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .section-summary-banners[data-position="wamken_menu_after"],
  .section-summary-banners[data-position="wamken_before_recommend"],
  .section-summary-banners[data-position="blog_after_content"],
  .section-summary-banners[data-position="blog_after_content_fc"],
  .section-summary-banners[data-position="blog_page_bottom"],
  .section-summary-banners[data-position="blog_page_bottom_fc"] {
    display: block;
    padding-bottom: 20px;
  }
  .section-summary-banners[data-position="wamken_menu_after"] &gt; *,
  .section-summary-banners[data-position="wamken_before_recommend"] &gt; *,
  .section-summary-banners[data-position="blog_after_content"] &gt; *,
  .section-summary-banners[data-position="blog_after_content_fc"] &gt; *,
  .section-summary-banners[data-position="blog_page_bottom"] &gt; *,
  .section-summary-banners[data-position="blog_page_bottom_fc"] &gt; * {
    padding: 0 0 10px;
    width: auto;
  }
}

.link-img {
  display: inline-block;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.link-img:hover {
  opacity: .6;
}

.link-text {
  text-decoration: underline !important;
}
.link-text:hover {
  text-decoration: none !important;
}

.p-archive__voice_box &gt; ul &gt; li.is_elementary-e::before {
  background: #d63030;
}

.bold {
  font-weight: bold;
}

article.page-editor .p-body {
  padding: 60px 0 0;
}
@media screen and (max-width: 600px) {
  article.page-editor .p-body {
    padding-top: 30px;
  }
}
article.page-editor .box-tinymce {
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
}
article.page-editor .box-tinymce h2 {
  margin-top: 30px;
  font-size: 20px;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}
article.page-editor .box-tinymce h2:after {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #007440;
  position: absolute;
  bottom: -2px;
  left: 0;
}
article.page-editor .list-checks li {
  background: url(/images/icon-check.png) left 2px no-repeat;
  padding-left: 22px;
  margin-bottom: 5px;
  line-height: 1.4;
}
article.page-editor .box-point {
  border: 5px solid #e6eeb2;
  padding: 20px;
  margin-top: 30px;
  position: relative;
}
article.page-editor .box-point h2 {
  margin-top: 0;
}
article.page-editor .box-point li {
  border-bottom: 1px solid #bfde92;
  margin-bottom: 5px;
  padding-bottom: 2px;
  line-height: 1.4;
}
article.page-editor .box-point:after {
  content: " ";
  background: url(/images/bg-course-point.png) right bottom no-repeat;
  width: 140px;
  height: 202px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  article.page-editor .box-point:after {
    display: none;
  }
}
article.page-editor table {
  width: 100%;
  background: #fff;
  white-space: nowrap;
}
article.page-editor table thead th {
  background: #fcc756;
}
article.page-editor table thead td {
  background: #d8d8d8;
}
article.page-editor table tbody th {
  background: #fef4dd;
}
article.page-editor table th, article.page-editor table td {
  padding: 10px;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #8f8f8f;
}
@media screen and (max-width: 600px) {
  article.page-editor table th, article.page-editor table td {
    font-size: 14px;
  }
}

.p-explain__clm.p-explain__clm-full {
  display: block;
}
.p-explain__clm.p-explain__clm-full .p-explain__clm_txt {
  width: auto;
  margin-bottom: 20px;
  text-align: center;
}
.p-explain__clm.p-explain__clm-full .p-explain__clm_img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 720px;
}

.btn.btn-submit {
  background: #c22b1d !important;
  box-shadow: 0px 2px 0px #7f1c13 !important;
}
.btn.btn-submit:hover {
  background: #962116 !important;
}

.wpcf7 .p-form__btn .p-act.p-act__red ul li {
  max-width: 500px;
}
.wpcf7 .btn.btn-submit {
  padding: 20px 40px;
}
@media screen and (max-width: 600px) {
  .wpcf7 .btn.btn-submit {
    padding: 15px 0;
    display: block;
    width: 85vw;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 span.wpcf7-list-item {
  display: block;
  margin: 0;
  margin-right: 1em;
}

.link-txt {
  text-decoration: underline !important;
}
.link-txt:hover {
  text-decoration: none !important;
}

.section-youtube {
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .section-youtube {
    overflow: 30px;
  }
}
.section-youtube .p-txt {
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-youtube .p-txt {
    padding-bottom: 20px;
  }
}
.section-youtube .p-txt p {
  line-height: 1.6;
  font-size: 16px;
}
.section-youtube .ticktok-items .item,
.section-youtube .youtube-items .item {
  padding: 5px 20px 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-youtube .ticktok-items .item,
  .section-youtube .youtube-items .item {
    padding: 5px 10px 10px;
  }
}
.section-youtube .ticktok-items a,
.section-youtube .youtube-items a {
  position: relative;
  overflow: hidden;
  display: block;
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.section-youtube .ticktok-items a:before,
.section-youtube .youtube-items a:before {
  content: " ";
  display: block;
  padding-top: 55.88235%;
}
.section-youtube .ticktok-items a img,
.section-youtube .youtube-items a img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .section-youtube .ticktok-items a img,
  .section-youtube .youtube-items a img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.section-youtube .ticktok-items a:before {
  padding-top: 178.94737%;
}
@media screen and (max-width: 600px) {
  .section-youtube .slick-prev {
    right: 7.5%;
  }
}
@media screen and (max-width: 600px) {
  .section-youtube .slick-next {
    left: 7.5%;
  }
}

.js_moodal__ticktok::after,
.js_moodal__ticktok object::after {
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f144';
  font-weight: normal;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  transform: scale(3, 3);
}

.modaal-video.is-ticktok .modaal-video-wrap {
  width: 100%;
  height: 80vh;
}
.modaal-video.is-ticktok .modaal-video-container {
  padding: 0;
  max-width: none;
  max-height: none;
  position: relative;
  overflow: hidden;
  display: block;
  height: 80vh;
  width: 44.70588vh;
}
.modaal-video.is-ticktok .modaal-video-container:before {
  content: " ";
  display: block;
  padding-top: 178.94737%;
}
.modaal-video.is-ticktok .modaal-video-container iframe {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .modaal-video.is-ticktok .modaal-video-container iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}

@media screen and (max-width: 600px) {
  .slick-dots li {
    margin: 0;
  }
}

.section-youtube-collabo {
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .section-youtube-collabo {
    padding-bottom: 20px;
  }
}
.section-youtube-collabo .boxs {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 600px) {
  .section-youtube-collabo .boxs {
    display: block;
    margin: 0 0 20px;
  }
}
.section-youtube-collabo .boxs &gt; * {
  width: 50%;
  max-width: none !important;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .section-youtube-collabo .boxs &gt; * {
    width: auto;
    padding: 0;
  }
}
.section-youtube-collabo .box {
  text-align: center;
  max-width: 540px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .section-youtube-collabo .box .youtube-wrap {
    margin-bottom: 10px;
  }
}
.section-youtube-collabo .box .title {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 70px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .section-youtube-collabo .box .title {
    font-size: 16px;
    font-size: 4.26667vw;
    padding-left: 45px;
    padding-left: 12vw;
  }
}
.section-youtube-collabo .box .title .em {
  color: #007440;
}
.section-youtube-collabo .box .title .lg {
  font-size: 1.4em;
}
.section-youtube-collabo .box .title:before {
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/common/img-check.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
}
@media screen and (max-width: 600px) {
  .section-youtube-collabo .box .title:before {
    width: 40px;
    width: 10.66667vw;
    height: 40px;
    height: 10.66667vw;
    margin-top: -20px;
    margin-top: -5.33333vw;
  }
}

.p-table__box table tbody tr th em.optional {
  background: #2b53c0;
}

.p-explain__map2 {
  position: relative;
}
.p-explain__map2 .btn-wrap {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.p-listbycourse__type01 .p-listbycourse__btn ul {
  overflow: visible;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .p-listbycourse__type01 .p-listbycourse__btn ul {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.p-listbycourse__type01 .p-listbycourse__btn li {
  position: relative;
}
.p-listbycourse__type01 .p-listbycourse__btn li a.link-text {
  position: absolute;
  left: 0;
  right: 0;
  color: #007440;
  font-weight: normal;
  bottom: -40px;
  width: auto;
  height: auto;
  font-size: 16px;
  text-decoration: none !important;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .p-listbycourse__type01 .p-listbycourse__btn li a.link-text {
    font-size: 12px;
    white-space: nowrap;
    bottom: -25px;
  }
}
.p-listbycourse__type01 .p-listbycourse__btn li a.link-text:hover {
  text-decoration: underline !important;
}

.p-bnr__box ul li i.img-bnr {
  background: #1d7440;
  padding: 0;
  position: relative;
}
.p-bnr__box ul li i.img-bnr:after {
  content: " ";
  display: block;
  padding-top: 36.75%;
}
.p-bnr__box ul li i.img-bnr:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8c44b;
  height: 6%;
}
.p-bnr__box ul li i.img-bnr img {
  position: absolute;
  top: 50%;
  left: 6%;
  right: 6%;
  width: 88%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-season-links .btns {
  display: flex;
  justify-content: space-between;
}
.section-season-links .btns .btn {
  width: 32%;
  font-size: 16px;
  border-width: 2px;
  border-radius: 8px;
  font-weight: bold;
  position: relative;
}
.section-season-links .btns .btn i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.5em;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .section-season-links .btns .btn {
    display: block;
    margin-bottom: 10px;
    padding: 14px 0;
  }
}

.box-senbatsu {
  font-size: 18px;
  line-height: 2.2;
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .box-senbatsu {
    line-height: 1.6;
    padding-bottom: 20px;
    font-size: 28px;
    font-size: 7.46667vw;
  }
}
.box-senbatsu .em {
  font-weight: bold;
  color: #DD1C24;
}
.box-senbatsu .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4;
  color: #CE1C24;
  background: #FFF2F6;
  padding: 20px 0;
  text-align: center;
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .box-senbatsu .title {
    font-size: 44px;
    font-size: 11.73333vw;
    min-height: 0;
    margin-bottom: 20px;
  }
}
.box-senbatsu .title:before, .box-senbatsu .title:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  background: url(./img/high/ippansenbatsu/title-senbatsu-bg.svg) center center repeat-y;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .box-senbatsu .title:before, .box-senbatsu .title:after {
    height: 4px;
  }
}
.box-senbatsu .title:after {
  top: auto;
  bottom: 0;
}
.box-senbatsu .box-img {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 600px) {
  .box-senbatsu .box-img {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.box-senbatsu .box-img &gt; * {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .box-senbatsu .box-img &gt; * {
    width: auto;
    padding: 0;
    padding-bottom: 20px;
  }
}

.title-triangle {
  background: #007440;
  text-align: center;
  color: #fff;
  font-size: 27px;
  padding: 15px 10px;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}
.title-triangle:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -15px;
  left: 0;
  border-width: 15px 15px 0 15px;
  border-color: #007440 transparent transparent transparent;
  left: 50%;
  margin-left: -15px;
}
@media screen and (max-width: 600px) {
  .title-triangle {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }
}
body[data-cat="high"] .title-triangle {
  background: #27AE60;
  position: relative;
}
body[data-cat="high"] .title-triangle:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -15px;
  left: 0;
  border-width: 15px 15px 0 15px;
  border-color: #27AE60 transparent transparent transparent;
  left: 50%;
  margin-left: -15px;
}
body[data-cat="junior-high"] .title-triangle {
  background: #2D98DA;
  position: relative;
}
body[data-cat="junior-high"] .title-triangle:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -15px;
  left: 0;
  border-width: 15px 15px 0 15px;
  border-color: #2D98DA transparent transparent transparent;
  left: 50%;
  margin-left: -15px;
}
body[data-cat="elementary"] .title-triangle {
  background: #FB5C65;
  position: relative;
}
body[data-cat="elementary"] .title-triangle:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -15px;
  left: 0;
  border-width: 15px 15px 0 15px;
  border-color: #FB5C65 transparent transparent transparent;
  left: 50%;
  margin-left: -15px;
}
body[data-cat="elementary-e"] .title-triangle {
  background: #D63031;
  position: relative;
}
body[data-cat="elementary-e"] .title-triangle:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -15px;
  left: 0;
  border-width: 15px 15px 0 15px;
  border-color: #D63031 transparent transparent transparent;
  left: 50%;
  margin-left: -15px;
}
.title-triangle.blue {
  background: #005192;
  color: #F3EE53;
  position: relative;
}
.title-triangle.blue:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -15px;
  left: 0;
  border-width: 15px 15px 0 15px;
  border-color: #005192 transparent transparent transparent;
  left: 50%;
  margin-left: -15px;
}
.article-body .title-triangle {
  font-size: 25px;
  padding: 10px;
  font-weight: bold;
}
.article-body .title-triangle .strong {
  color: #FED104;
}
@media screen and (max-width: 600px) {
  .article-body .title-triangle {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }
}

.section-exam-schools-item {
  font-size: 16px;
  line-height: 1.4;
}

.list-exam-schools {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
@media screen and (max-width: 600px) {
  .list-exam-schools {
    margin: 0;
    display: block;
  }
}
.list-exam-schools li {
  width: 33.33%;
  padding: 2px;
}
@media screen and (max-width: 600px) {
  .list-exam-schools li {
    width: auto;
    padding: 0;
    margin-bottom: 5px;
  }
}
.list-exam-schools a {
  font-size: 16px;
  display: block;
  color: #000;
  padding: 10px 15px;
  background: rgba(0, 111, 79, 0.1);
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-decoration: none;
  position: relative;
}
.list-exam-schools a:hover {
  text-decoration: none;
  background: rgba(0, 111, 79, 0.2);
  text-decoration: none;
}
.list-exam-schools a:after {
  content: " ";
  display: block;
  border-style: solid;
  border-color: #006f4f #006f4f transparent transparent;
  border-width: 0 10px 10px 0;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.title-stripe {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #007440;
  padding: 15px 30px;
  margin-bottom: 30px;
  background-size: 100%;
  background-image: -moz-linear-gradient(-45deg, rgba(0, 116, 64, 0.2) 0%, rgba(0, 116, 64, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(0, 116, 64, 0.2) 40%, rgba(0, 116, 64, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(0, 116, 64, 0.2) 90%, rgba(0, 116, 64, 0.2) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(0, 116, 64, 0.2) 0%, rgba(0, 116, 64, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(0, 116, 64, 0.2) 40%, rgba(0, 116, 64, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(0, 116, 64, 0.2) 90%, rgba(0, 116, 64, 0.2) 100%);
  background-image: linear-gradient(-45deg, rgba(0, 116, 64, 0.2) 0%, rgba(0, 116, 64, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(0, 116, 64, 0.2) 40%, rgba(0, 116, 64, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(0, 116, 64, 0.2) 90%, rgba(0, 116, 64, 0.2) 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
}
body[data-cat="high"] .title-stripe {
  color: #27AE60;
  background-size: 100%;
  background-image: -moz-linear-gradient(-45deg, rgba(39, 174, 96, 0.2) 0%, rgba(39, 174, 96, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(39, 174, 96, 0.2) 40%, rgba(39, 174, 96, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(39, 174, 96, 0.2) 90%, rgba(39, 174, 96, 0.2) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(39, 174, 96, 0.2) 0%, rgba(39, 174, 96, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(39, 174, 96, 0.2) 40%, rgba(39, 174, 96, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(39, 174, 96, 0.2) 90%, rgba(39, 174, 96, 0.2) 100%);
  background-image: linear-gradient(-45deg, rgba(39, 174, 96, 0.2) 0%, rgba(39, 174, 96, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(39, 174, 96, 0.2) 40%, rgba(39, 174, 96, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(39, 174, 96, 0.2) 90%, rgba(39, 174, 96, 0.2) 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
}
body[data-cat="elementary"] .title-stripe {
  color: #FB5C65;
  background-size: 100%;
  background-image: -moz-linear-gradient(-45deg, rgba(251, 92, 101, 0.2) 0%, rgba(251, 92, 101, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(251, 92, 101, 0.2) 40%, rgba(251, 92, 101, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(251, 92, 101, 0.2) 90%, rgba(251, 92, 101, 0.2) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(251, 92, 101, 0.2) 0%, rgba(251, 92, 101, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(251, 92, 101, 0.2) 40%, rgba(251, 92, 101, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(251, 92, 101, 0.2) 90%, rgba(251, 92, 101, 0.2) 100%);
  background-image: linear-gradient(-45deg, rgba(251, 92, 101, 0.2) 0%, rgba(251, 92, 101, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(251, 92, 101, 0.2) 40%, rgba(251, 92, 101, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(251, 92, 101, 0.2) 90%, rgba(251, 92, 101, 0.2) 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
}
body[data-cat="junior-high"] .title-stripe {
  color: #2D98DA;
  background-size: 100%;
  background-image: -moz-linear-gradient(-45deg, rgba(45, 152, 218, 0.2) 0%, rgba(45, 152, 218, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(45, 152, 218, 0.2) 40%, rgba(45, 152, 218, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(45, 152, 218, 0.2) 90%, rgba(45, 152, 218, 0.2) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(45, 152, 218, 0.2) 0%, rgba(45, 152, 218, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(45, 152, 218, 0.2) 40%, rgba(45, 152, 218, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(45, 152, 218, 0.2) 90%, rgba(45, 152, 218, 0.2) 100%);
  background-image: linear-gradient(-45deg, rgba(45, 152, 218, 0.2) 0%, rgba(45, 152, 218, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(45, 152, 218, 0.2) 40%, rgba(45, 152, 218, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(45, 152, 218, 0.2) 90%, rgba(45, 152, 218, 0.2) 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
}
body[data-cat="elementary-e"] .title-stripe {
  color: #D63031;
  background-size: 100%;
  background-image: -moz-linear-gradient(-45deg, rgba(214, 48, 49, 0.2) 0%, rgba(214, 48, 49, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(214, 48, 49, 0.2) 40%, rgba(214, 48, 49, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(214, 48, 49, 0.2) 90%, rgba(214, 48, 49, 0.2) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(214, 48, 49, 0.2) 0%, rgba(214, 48, 49, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(214, 48, 49, 0.2) 40%, rgba(214, 48, 49, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(214, 48, 49, 0.2) 90%, rgba(214, 48, 49, 0.2) 100%);
  background-image: linear-gradient(-45deg, rgba(214, 48, 49, 0.2) 0%, rgba(214, 48, 49, 0.2) 10%, #FFF 11%, #FFF 39%, rgba(214, 48, 49, 0.2) 40%, rgba(214, 48, 49, 0.2) 60%, #FFF 61%, #FFF 89%, rgba(214, 48, 49, 0.2) 90%, rgba(214, 48, 49, 0.2) 100%);
  background-repeat: repeat;
  background-position: left top;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
}

.title-primary {
  margin-top: 30px;
  font-size: 20px;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  color: #006f4f;
}
.title-primary:after {
  content: " ";
  display: block;
  width: 24%;
  height: 2px;
  background: #006f4f;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.box-faq dl {
  margin-bottom: 25px;
}
.box-faq dt {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  padding-top: 0;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.box-faq dt:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  background: #007440;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
  line-height: 27px;
}
.box-faq dd {
  padding-left: 40px;
}

/*---------------------------------------------------------
合格発表
---------------------------------------------------------*/
.sokuho-indexarea {
  margin: 4vh 0 2vh;
}

#consultation-area {
  padding: 2vh 0 6vh;
  background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/top/goukakusokuho-pc.png) no-repeat top center, -moz-linear-gradient(left, #F7EAF1 0%, #F7EAF1 100%);
  background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/top/goukakusokuho-pc.png) no-repeat top center, -webkit-linear-gradient(left, #d6f0fe 0%, #d6f0fe 100%);
  background-size: 100% auto;
}

.fbold {
  font-weight: bold !important;
}

.fs-big {
  font-size: clamp(1.3rem, 2.25vw, 2.5rem);
}

.sokuho-ttlarea {
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
  padding: 2vh 0 3vh;
}

.sokuho-ttlbox {
  position: relative;
}

.sokuho-ttl-txt {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 16px;
}

.sokuho-boxarea {
  width: 90%;
  max-width: 1000px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 4px 0px 10px -6px rgba(0, 0, 0, 0.3);
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.sokuho-box-ttl {
  background: #409570;
  background: linear-gradient(90deg, #409570 0%, #005c3f 100%);
  outline: 1px solid #fae993;
  outline-offset: -4px;
  padding: 1.5vh 1vw !important;
}

.sokuho-box-ttl h3 {
  text-align: center;
  color: #fae993;
  font-size: clamp(1.3rem, 2.25vw, 2.75rem);
  line-height: 1.4;
  font-family: 'Noto Serif JP';
}

.sokuho-box-contents {
  padding: 3vh 2vh;
}

.sokuho-box-contents h4 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: clamp(1.4rem, 2.5vw, 3.5rem);
  font-weight: 900;
  font-family: 'Noto Serif JP';
  margin: 0 0 1.5vh;
}

.sokuho-box-contents h4:before, .sokuho-box-contents h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #999;
}

.sokuho-box-contents h4:before {
  left: 0;
}

.sokuho-box-contents h4:after {
  right: 0;
}

.sokuho-box-contents p {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: clamp(1rem, 1.8vw, 2rem);
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  /* 640pxまでの幅の場合に適応される */
  .sokuho-ttl-txt {
    font-size: 12px;
  }
}
/* 追加css20240410
----------------------- */
.price-l, .price-m, .price-s {
  display: inline !important;
  padding: 0 !important;
}

.price-l {
  font-size: calc(22 / 14* 100%);
  font-weight: bold;
}

.price-m {
  font-size: calc(22 / 28* 100%);
  font-weight: bold;
}

.price-s {
  font-size: calc(22 / 32* 100%);
}

.p-listbycourse__type01 .p-listbycourse__btn ul li strong {
  font-size: calc(22 / 10* 100%);
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .price-l {
    font-size: 14px;
  }

  .price-m {
    font-size: 11px;
  }

  .price-s {
    font-size: 10px;
  }

  .p-listbycourse__type01 .p-listbycourse__btn ul li strong {
    font-size: calc(18 / 16* 100%);
  }
}
.section-chuju-follow-jyuku ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-chuju-follow-jyuku li {
  width: 33.33%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 600px) {
  .section-chuju-follow-jyuku li {
    width: 50%;
  }
  .section-chuju-follow-jyuku li.li-full {
    width: 100%;
  }
}
.section-chuju-follow-jyuku li a {
  text-align: center;
  font-weight: bold;
  display: block;
  background: #0f84dd;
  display: block;
  color: #fff;
  padding: 20px 0;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.4;
}
.section-chuju-follow-jyuku li a:hover {
  opacity: .6;
}
.section-chuju-follow-jyuku li a br {
  display: none;
}
@media screen and (max-width: 600px) {
  .section-chuju-follow-jyuku li a br {
    display: block;
  }
}

.p-anchorlink__type01 .p-anchorlink__btn ul li.lg {
  width: 100%;
  margin-bottom: 10px;
}

.p-blog__column_head .img-thumbnail {
  margin-bottom: 40px;
}
.p-blog__column_head .img-thumbnail img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.archive-notes-title {
  font-weight: bold;
  font-size: 18px;
  color: #006F4F;
  margin-bottom: 10px;
}

.summary-instructor-sm {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.summary-instructor-sm &gt; .inner {
  border: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .summary-instructor-sm &gt; .inner {
    padding: 15px;
  }
}
.summary-instructor-sm .box {
  display: flex;
}
@media screen and (max-width: 600px) {
  .summary-instructor-sm .box {
    display: block;
    position: relative;
  }
}
.summary-instructor-sm .img {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .summary-instructor-sm .img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.summary-instructor-sm .img .instructor-photo {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.summary-instructor-sm .img .instructor-photo:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.summary-instructor-sm .img .instructor-photo img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .summary-instructor-sm .img .instructor-photo img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    max-width: 100%;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.summary-instructor-sm .entry {
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .summary-instructor-sm .entry {
    padding-left: 0;
  }
}
.summary-instructor-sm .name {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.summary-instructor-sm .name .name01 {
  font-size: 24px;
  font-weight: bold;
  color: #006F4F;
  background-size: 100%;
  background-image: -moz-linear-gradient(transparent 60%, #FED104 60%);
  background-image: -webkit-linear-gradient(transparent 60%, #FED104 60%);
  background-image: linear-gradient(transparent 60%, #FED104 60%);
}
@media screen and (max-width: 600px) {
  .summary-instructor-sm .name .name01 {
    font-size: 20px;
  }
}
.summary-instructor-sm .name &gt; span {
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 600px) {
  .summary-instructor-sm .name {
    margin-left: 110px;
    font-size: 18px;
    background: none;
    min-height: 100px;
    margin-bottom: 10px;
  }
}
.summary-instructor-sm .box-tinymce {
  font-size: 15px;
}
.summary-instructor-sm .box-tinymce h2 {
  color: #262424;
  font-size: 18px;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.summary-instructor-sm .link-wrap {
  text-align: right;
  margin-top: 5px;
  color: #006F4F;
}

.section-parents-voices {
  background: #FFFDE9;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .section-parents-voices {
    padding-bottom: 40px;
  }
}
.section-parents-voices .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 600px) {
  .section-parents-voices .items {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-parents-voices .items &gt; * {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-parents-voices .items &gt; * {
    width: auto;
    padding: 0;
  }
}
.section-parents-voices .items li {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .section-parents-voices .items li {
    font-size: 14px;
  }
}
.section-parents-voices .items li &gt; .inner {
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.section-parents-voices .items li .img {
  width: 90px;
  margin-bottom: 20px;
  margin-right: 20px;
  flex-shrink: 0;
}
.section-parents-voices .items li .inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-parents-voices .items li .item-label {
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #007240;
  background: #EBF4F0;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .section-parents-voices .items li .item-label {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.section-parents-voices .items li .item-name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section-parents-voices .items li .item-name {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.section-satisfaction-level {
  background: #FFFDE9;
  padding: 0 0 100px;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .section-satisfaction-level {
    padding-bottom: 40px;
  }
}
.section-satisfaction-level .p-txt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
}

.section-satisfaction-level .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.section-satisfaction-level .item .cell {
  width: 35%;
}

@media screen and (max-width: 600px) {
  .section-satisfaction-level .item .cell {
    width: 100%;
  }
}
.section-tuition-fee {
  background: #FFFDE9;
  padding: 0 0 100px;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .section-tuition-fee {
    padding-bottom: 40px;
  }
}
.section-tuition-fee .table-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  border: 5px solid #007440;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.section-tuition-fee .tuition-fee-table {
  width: 100%;
  background: #fff;
}

.section-tuition-fee .tuition-fee-table tr th {
  padding: 20px;
  background: #f8f8f8;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .section-tuition-fee .tuition-fee-table tr th {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.section-tuition-fee .tuition-fee-table tr td {
  padding: 20px;
  color: #007440;
  border-bottom: 2px solid #ccc;
  font-size: 42px;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .section-tuition-fee .tuition-fee-table tr td {
    font-size: 21px;
    font-size: 5.6vw;
  }
}
.section-tuition-fee .tuition-fee-table tr:last-child th {
  border-bottom: 0;
}

.section-tuition-fee .tuition-fee-table tr:last-child td {
  border-bottom: 0;
}

@media screen and (max-width: 600px) {
  .section-tuition-fee .p-listbycourse__type01 .p-listbycourse__btn ul {
    background: none;
    padding-bottom: 0;
  }
}
.article-price {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.box-plan-examples {
  display: flex;
  justify-content: space-around;
}
.box-plan-examples &gt; * {
  width: 30.33%;
}
@media screen and (max-width: 600px) {
  .box-plan-examples &gt; * {
    width: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .box-plan-examples {
    display: block;
  }
}

.box-plan-example {
  border: 2px solid #ccc;
  padding: 10px;
  border-radius: 10px;
}
.box-plan-example .title {
  background: #FB5C65;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
.box-plan-example.box-plan-example--junior .title {
  background: #2D98DA;
}
.box-plan-example.box-plan-example--high .title {
  background: #27AE60;
}
.box-plan-example .txt03 {
  line-height: 1.4;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .box-plan-example .txt03 {
    min-height: 0;
  }
}
.box-plan-example .txt02 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-plan-example .txt02 small {
  font-size: 0.6em;
  font-weight: normal;
}
.box-plan-example .txt04 {
  font-size: 20px;
  color: #ccc;
  line-height: 1.4;
  min-height: 3.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .box-plan-example .txt04 {
    min-height: 0;
  }
}
.box-plan-example .txt04 .em {
  font-weight: bold;
  font-size: 26px;
  color: #FB5C65;
}
.box-plan-example.box-plan-example--junior .txt04 .em {
  color: #2D98DA;
}
.box-plan-example.box-plan-example--high .txt04 .em {
  color: #27AE60;
}
.box-plan-example .arrow {
  font-size: 30px;
  opacity: .4;
  margin: 10px 0;
}
.box-plan-example .marker {
  font-weight: bold;
  display: inline;
  background-size: 100%;
  background-image: -moz-linear-gradient(top, transparent 70%, #FFE646 70%);
  background-image: -webkit-linear-gradient(top, transparent 70%, #FFE646 70%);
  background-image: linear-gradient(top, transparent 70%, #FFE646 70%);
}
.box-plan-example .txt06 {
  text-align: left;
  display: inline-block;
}
.box-plan-example .txt06 .label {
  display: inline-block;
  padding: 0 10px;
  background: #007440;
  color: #fff;
  border-radius: 5px;
}

/* 2025年 夏季講習追加 */
.section-season-courses .box .items &gt; li li{
}
.section-season-courses .box .items &gt; li li .accordion-001 {
    max-width: 500px;
    margin-bottom: 7px;
    border-bottom: 2px solid #ffffff;
}

.section-season-courses .box .items &gt; li li .accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 1em 0 0 ;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    font-weight: normal;
}
.section-season-courses .box .items &gt; li li .accordion-001 summary span{
  color: #333;
}


.section-season-courses .box .items &gt; li li .accordion-001 summary::-webkit-details-marker {
    display: none;
}

.section-season-courses .box .items &gt; li li .accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #FB5C65;
    border-right: 3px solid #FB5C65;
    content: '';
    transition: transform .3s;
}

.section-season-courses .box .items &gt; li li .accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.section-season-courses .box .items &gt; li li .accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 1em 0 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.section-season-courses .box .items &gt; li li .accordion-001[open] p {
    transform: none;
    opacity: 1;
}

.section-season-courses .box.box-high .items &gt; li li .accordion-001 summary::after {
    border-bottom: 3px solid #27AE60;
    border-right: 3px solid #27AE60;
}
.section-season-courses .box.box-junior .items &gt; li li .accordion-001 summary::after {
    border-bottom: 3px solid #2D98DA;
    border-right: 3px solid #2D98DA;
}</pre></body></html>