@charset "UTF-8";

.koukouPage .contentLayout {
  align-items: flex-start;
}

.koukouMain {
  width: min(100%, 760px);
}

.koukouArticle {
  color: #444;
  font-size: 16px;
  line-height: 1.95;
}

.koukouResponsive *,
.koukouResponsive *::before,
.koukouResponsive *::after {
  box-sizing: border-box;
}

.koukouResponsive img {
  max-width: 100%;
  height: auto;
}

.koukouResponsive .marginBottom10I { margin-bottom: 10px !important; }
.koukouResponsive .marginBottom15I { margin-bottom: 15px !important; }
.koukouResponsive .marginBottom20I { margin-bottom: 20px !important; }
.koukouResponsive .marginBottom30I { margin-bottom: 30px !important; }
.koukouResponsive .moveCenter { text-align: center; }
.koukouResponsive .color_green { color: #4f9a28; font-weight: 700; }
.koukouResponsive .red { color: #e60012; }
.koukouResponsive .bg_y {
  background: linear-gradient(transparent 58%, #fff37a 58%);
  font-weight: 700;
}

.koukouResponsive .koukou_wrap,
.koukouResponsive .rinen_wrap {
  display: grid;
  gap: 28px;
}

.koukouResponsive .koukou_body > * + * {
  margin-top: 34px;
}

.koukouResponsive .koukou_body {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.koukouResponsive .koukou_wrap {
  width: 100%;
}

.koukouResponsive .ed_h1,
.koukouResponsive .koukou_main_img {
  text-align: center;
}

.koukouResponsive .koukou_block_01,
.koukouResponsive .koukou_block_02,
.koukouResponsive .koukou_block_04,
.koukouResponsive .koukouModule,
.koukouResponsive .jyukenSupportBook,
.koukouResponsive .prefectureBlock,
.koukouResponsive .areaBlock {
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
  overflow: hidden;
}

.koukouResponsive .koukou_block_01 h2,
.koukouResponsive .koukou_block_02 h2,
.koukouResponsive .koukou_block_04 h2,
.koukouResponsive .jyukenSupportBook h2,
.koukouResponsive .prefectureBlock h2,
.koukouResponsive .areaBlock h2 {
  margin: -28px -28px 24px;
  padding: 20px 28px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
  background: #8cc63f;
}

.koukouResponsive .koukou_block_02 h2,
.koukouResponsive .koukou_block_04 h2,
.koukouResponsive section[class*="menu"] h2,
.koukouResponsive section[class*="menu"] h3 {
  background: #55bce2;
}

.koukouResponsive .koukou_block_04 {
  margin-bottom: 34px;
}

.koukouResponsive .koukou_block_04 .koukou_block_list {
  margin-bottom: 0;
}

.koukouResponsive .koukou_block_01 p,
.koukouResponsive .koukou_block_02 p {
  margin-top: 0;
}

.koukouResponsive .koukou_block_list {
  display: grid;
  gap: 12px;
  margin: 18px 0 34px;
  padding: 0;
  list-style: none;
}

.koukouResponsive .koukou_block_list li {
  margin: 0;
}

.koukouResponsive .koukou_block_list a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 18px 12px 44px;
  border: 2px solid #f3cde1;
  border-radius: 8px;
  background: #fff7fb;
  color: #d64b91;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
  position: relative;
}

.koukouResponsive .koukou_block_list a::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #d64b91;
}

.koukouResponsive .koukou_block_list a:hover {
  background: #fff0f8;
}

.koukouResponsive ul:not(.koukou_block_list) {
  padding-left: 1.2em;
}

.koukouResponsive table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}

.koukouResponsive table a {
  display: inline-block;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-size: 17px;
  line-height: 1.35;
}

.koukouResponsive th,
.koukouResponsive td {
  padding: 14px 6px;
  border: 1px solid #e5d6a7;
  vertical-align: top;
  word-break: keep-all;
  text-align: center;
}

.koukouResponsive th {
  background: #fff4d5;
  font-weight: 700;
}

.koukouResponsive td {
  min-width: 0;
}

.koukouResponsive th:first-child {
  width: 150px;
  min-width: 0;
  white-space: nowrap;
}

.koukouResponsive .position_re,
.koukouResponsive .action {
  max-width: 100%;
  text-align: center;
}

.koukouResponsive .koukouMenu,
.koukouResponsive .koukou_menu,
.koukouResponsive .jyuken_menu,
.koukouResponsive .highschoolMenu,
.koukouResponsive section:has(.koukou_block_list) {
  margin-bottom: 34px;
}

.koukouResponsive .koukouMenu h2,
.koukouResponsive .koukou_menu h2,
.koukouResponsive .jyuken_menu h2,
.koukouResponsive .highschoolMenu h2,
.koukouResponsive h2 + .koukou_block_list,
.koukouResponsive h3 + .koukou_block_list {
  margin-top: 14px;
}

.koukouResponsive .koukou_body > h2,
.koukouResponsive .koukou_body > h3 {
  margin: 34px 0 18px;
  font-size: 22px;
  line-height: 1.45;
}

.koukouResponsive .koukou_body > h2:first-child,
.koukouResponsive .koukou_body > h3:first-child {
  margin-top: 0;
}

.koukouResponsive .position_re img,
.koukouResponsive .action img {
  max-width: 100%;
  height: auto;
}

.koukouResponsive .right_links {
  text-align: right;
}

.koukouResponsive .right_links a,
.koukouResponsive .feature_link a {
  color: #159bd3;
  font-weight: 700;
}

.koukouResponsive section:has(.ed_book) {
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
  overflow: hidden;
}

.koukouResponsive section:has(.ed_book) > h2,
.koukouResponsive section:has(.ed_book) > h3 {
  margin: -28px -28px 24px;
  padding: 20px 28px;
  background: #e987b8;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}

.koukouResponsive .ed_book {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 24px;
  align-items: start;
  margin: 22px 0;
  padding: 22px;
  border: 2px solid #efd99b;
  border-radius: 12px;
  background: #fffdf6;
}

.koukouResponsive .ed_text {
  min-width: 0;
}

.koukouResponsive .ed_text h3,
.koukouResponsive .ed_text h4 {
  margin: 0 0 10px;
  color: #f08a00;
  font-size: 20px;
  line-height: 1.5;
}

.koukouResponsive .ed_img {
  margin: 0;
  text-align: center;
}

.koukouResponsive .ed_img img {
  max-width: 170px;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
}

.koukouResponsive .color_pink_vi {
  color: #d64b91;
  font-weight: 700;
}

.koukouResponsive .nyuushi_main {
  position: relative;
  margin-bottom: 30px;
  padding: 26px;
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
  overflow: hidden;
}

.koukouResponsive .nyuushi_main img {
  display: block;
  width: 100%;
  margin: 0 auto 18px;
  border-radius: 10px;
}

.koukouResponsive .nyuushi_01 {
  margin: 0;
  text-align: center;
}

.koukouResponsive .nyuushi_main_area {
  position: absolute;
  top: 39px;
  left: 43px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  min-height: 48px;
  margin: 0;
  padding: 6px 18px;
  color: #4f9a28;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  background: transparent;
}

.koukouResponsive .nyuushi_main_text {
  margin: 0;
  padding: 18px 22px;
  border-radius: 10px;
  background: #55bce2;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  letter-spacing: 0;
}

.koukouResponsive .nyuushi_jyouhou {
  display: grid;
  gap: 28px;
}

.koukouResponsive .nyuushi_jyouhou > section {
  padding: 28px;
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
  overflow: hidden;
}

.koukouResponsive .nyuushi_jyouhou > section > h2:first-child,
.koukouResponsive .nyuushi_jyouhou > section > h3:first-child {
  margin: -28px -28px 24px;
  padding: 20px 28px;
  background: #8cc63f;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

.koukouResponsive .nyuushi_jyouhou > section:nth-of-type(even) > h2:first-child,
.koukouResponsive .nyuushi_jyouhou > section:nth-of-type(even) > h3:first-child {
  background: #55bce2;
}

.koukouResponsive .nyuushi_jyouhou > section > h2:not(:first-child),
.koukouResponsive .nyuushi_jyouhou > section > h3:not(:first-child) {
  margin: 26px 0 12px;
  padding: 10px 16px;
  border-left: 6px solid #55bce2;
  border-radius: 8px;
  background: #f2fbff;
  color: #159bd3;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.koukouResponsive .nyuushi_jyouhou p {
  margin-top: 0;
}

.koukouResponsive .nyuushi_jyouhou dl {
  margin: 16px 0 0;
  border: 2px solid #efd99b;
  border-radius: 10px;
  background: #fffdf6;
  overflow: hidden;
}

.koukouResponsive .nyuushi_jyouhou dl dl {
  margin: 14px 0 0;
  border-width: 1px;
}

.koukouResponsive .nyuushi_jyouhou dt {
  margin: 0;
  padding: 12px 16px;
  background: #fff4d5;
  color: #444;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.koukouResponsive .nyuushi_jyouhou dd {
  margin: 0;
  padding: 16px;
  background: #fff;
  line-height: 1.9;
}

.koukouResponsive .nyuushi_jyouhou a {
  color: #159bd3;
  font-weight: 700;
}

.koukouResponsive .nyuushi_jyouhou > .moveCenter,
.koukouResponsive .nyuushi_jyouhou > p.moveCenter {
  margin: 0 auto;
  text-align: center;
}

.koukouResponsive .nyuushi_jyouhou > p.moveCenter img {
  max-width: 100%;
  height: auto;
}

.koukouResponsive .nyuushi_jyouhou .eriaDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 22px;
  padding: 0;
  list-style: none;
}

.koukouResponsive .nyuushi_jyouhou .eriaDetail li {
  margin: 0;
  padding: 8px 14px;
  border: 1px solid #d8efcf;
  border-radius: 999px;
  background: #f8fff3;
  font-weight: 700;
  line-height: 1.45;
}

.koukouResponsive .nyuushi_jyouhou .eriaDetail li a {
  text-decoration: none;
}

.koukouResponsive .nyuushi_jyouhou .no_eria_link {
  padding: 14px 16px;
  border-left: 5px solid #e987b8;
  border-radius: 8px;
  background: #fff7fb;
  font-weight: 700;
}

.koukouResponsive .ken_02 {
  padding: 28px;
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
  overflow: hidden;
}

.koukouResponsive .ken_h2_ttl {
  margin: -28px -28px 24px;
  padding: 20px 28px;
  background: #8cc63f;
  color: #fff;
  text-align: center;
}

.koukouResponsive .ken_h2_ttl img {
  display: none;
}

.koukouResponsive .ken_h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

.koukouResponsive .entrance_dl {
  margin: 20px 0 28px;
  border: 2px solid #efd99b;
  border-radius: 10px;
  background: #fffdf6;
  overflow: hidden;
}

.koukouResponsive .entrance_dl dt {
  margin: 0;
  padding: 12px 16px;
  background: #fff4d5;
  color: #444;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.koukouResponsive .entrance_dl dd {
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid #efd99b;
  background: #fff;
  line-height: 1.9;
}

.koukouResponsive .entrance_dl dd:last-child {
  border-bottom: 0;
}

.koukouResponsive .eria_ken_hensachi {
  margin: 30px 0;
  padding: 26px;
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.koukouResponsive .eria_ken_hensachi h4,
.koukouResponsive .eria_ken_hensachi_01,
.koukouResponsive .eria_ken_hensachi_02 {
  margin: -26px -26px 22px;
  padding: 18px 26px;
  background: #55bce2;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.koukouResponsive .eria_ken_hensachi_02 {
  background: #e987b8;
}

.koukouResponsive #kou,
.koukouResponsive #wataku {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 0 14px;
  padding: 14px 16px;
  border-left: 6px solid #8cc63f;
  border-radius: 8px;
  background: #f8fff3;
}

.koukouResponsive #kou h5,
.koukouResponsive #wataku h5 {
  margin: 0;
  color: #4f9a28;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}

.koukouResponsive #kou p,
.koukouResponsive #wataku p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.koukouResponsive .eria_ken_hensachi table {
  min-width: 720px;
  margin-bottom: 28px;
  table-layout: auto;
  border-collapse: collapse;
}

.koukouResponsive .eria_ken_hensachi table tr:first-child td {
  background: #fff4d5;
  color: #444;
  font-weight: 700;
  text-align: center;
}

.koukouResponsive .eria_ken_hensachi table td {
  padding: 10px 8px;
  border: 1px solid #e5d6a7;
  vertical-align: middle;
  word-break: normal;
}

.koukouResponsive .eria_ken_hensachi table .wid {
  min-width: 150px;
}

.koukouResponsive .shi_w70 {
  width: min(100%, 520px);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  overflow: hidden;
}

.koukouResponsive .shi_w70 a {
  display: block;
}

.koukouResponsive .shi_w70 img,
.koukouResponsive img.shi_w70 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.koukouResponsive .shi_h3 {
  margin: 30px 0 16px;
  padding: 14px 18px;
  border-left: 6px solid #e987b8;
  border-radius: 8px;
  background: #fff7fb;
  color: #d64b91;
  font-size: 21px;
  font-weight: 700;
}

.koukouResponsive .yaruki_link {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding-left: 0;
  list-style: none;
  counter-reset: yaruki;
}

.koukouResponsive .yaruki_link li {
  counter-increment: yaruki;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.koukouResponsive .yaruki_link li::marker {
  content: "";
}

.koukouResponsive .yaruki_link li::before {
  content: none !important;
  display: none !important;
}

.koukouResponsive .yaruki_link a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 16px;
  border: 2px solid #f3cde1;
  border-radius: 8px;
  background: #fff7fb;
  color: #d64b91;
  font-weight: 700;
  text-decoration: none;
}

.koukouResponsive .yaruki_link a::before {
  content: counter(yaruki);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: #e987b8;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 900px) {
  .koukouMain {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .koukouArticle {
    font-size: 15px;
    line-height: 1.85;
  }

  .koukouResponsive .koukou_wrap,
  .koukouResponsive .rinen_wrap {
    gap: 22px;
  }

  .koukouResponsive .koukou_block_01,
  .koukouResponsive .koukou_block_02,
  .koukouResponsive .koukou_block_04,
  .koukouResponsive .koukouModule,
  .koukouResponsive .jyukenSupportBook,
  .koukouResponsive .prefectureBlock,
  .koukouResponsive .areaBlock {
    padding: 18px;
    border-radius: 10px;
  }

  .koukouResponsive .koukou_block_01 h2,
  .koukouResponsive .koukou_block_02 h2,
  .koukouResponsive .koukou_block_04 h2,
  .koukouResponsive .jyukenSupportBook h2,
  .koukouResponsive .prefectureBlock h2,
  .koukouResponsive .areaBlock h2 {
    margin: -18px -18px 18px;
    padding: 17px 18px;
    font-size: 21px;
  }

  .koukouResponsive .koukou_block_list a {
    min-height: 50px;
    padding: 11px 14px 11px 36px;
    font-size: 14px;
  }

  .koukouResponsive .koukou_block_list a::before {
    left: 14px;
  }

  .koukouResponsive table {
    table-layout: fixed;
  }

  .koukouResponsive table a {
    font-size: 13px;
  }

  .koukouResponsive th,
  .koukouResponsive td {
    padding: 10px 4px;
  }

  .koukouResponsive th:first-child {
    width: 92px;
    font-size: 14px;
    white-space: nowrap;
  }

  .koukouResponsive .right_links {
    text-align: left;
  }

  .koukouResponsive section:has(.ed_book) {
    padding: 18px;
    border-radius: 10px;
  }

  .koukouResponsive section:has(.ed_book) > h2,
  .koukouResponsive section:has(.ed_book) > h3 {
    margin: -18px -18px 18px;
    padding: 17px 18px;
    font-size: 21px;
  }

  .koukouResponsive .ed_book {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .koukouResponsive .ed_img {
    order: -1;
  }

  .koukouResponsive .ed_img img {
    max-width: 150px;
  }

  .koukouResponsive .nyuushi_main,
  .koukouResponsive .nyuushi_jyouhou > section {
    padding: 18px;
    border-radius: 10px;
  }

  .koukouResponsive .nyuushi_main_area {
    top: 22px;
    left: 17px;
    width: 160px;
    min-height: 38px;
    padding: 4px 12px;
    font-size: 18px;
  }

  .koukouResponsive .nyuushi_main_text {
    padding: 15px 16px;
    font-size: 18px;
    text-align: left;
  }

  .koukouResponsive .nyuushi_jyouhou {
    gap: 22px;
  }

  .koukouResponsive .nyuushi_jyouhou > section > h2:first-child,
  .koukouResponsive .nyuushi_jyouhou > section > h3:first-child {
    margin: -18px -18px 18px;
    padding: 17px 18px;
    font-size: 20px;
  }

  .koukouResponsive .nyuushi_jyouhou > section > h2:not(:first-child),
  .koukouResponsive .nyuushi_jyouhou > section > h3:not(:first-child) {
    margin: 22px 0 10px;
    padding: 9px 13px;
    font-size: 17px;
  }

  .koukouResponsive .nyuushi_jyouhou dt {
    padding: 11px 14px;
    font-size: 16px;
  }

  .koukouResponsive .nyuushi_jyouhou dd {
    padding: 14px;
  }

  .koukouResponsive .nyuushi_jyouhou .eriaDetail {
    gap: 8px;
  }

  .koukouResponsive .nyuushi_jyouhou .eriaDetail li {
    width: 100%;
    border-radius: 8px;
  }

  .koukouResponsive .ken_02,
  .koukouResponsive .eria_ken_hensachi {
    padding: 18px;
    border-radius: 10px;
  }

  .koukouResponsive .ken_h2_ttl,
  .koukouResponsive .eria_ken_hensachi h4,
  .koukouResponsive .eria_ken_hensachi_01,
  .koukouResponsive .eria_ken_hensachi_02 {
    margin: -18px -18px 18px;
    padding: 17px 18px;
    font-size: 20px;
  }

  .koukouResponsive .ken_h2 {
    font-size: 20px;
  }

  .koukouResponsive #kou,
  .koukouResponsive #wataku {
    display: block;
    padding: 12px 14px;
  }

  .koukouResponsive #kou h5,
  .koukouResponsive #wataku h5 {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .koukouResponsive .eria_ken_hensachi table {
    min-width: 680px;
    font-size: 13px;
  }

  .koukouResponsive .shi_w70 {
    width: 100%;
  }

  .koukouResponsive .shi_h3 {
    font-size: 18px;
  }
}
