@charset "UTF-8";
header nav ul li:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  margin-top: 5px;
}

.pageMainArea ul.link {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .pageMainArea ul.link {
    display: block;
    margin-top: 20px;
  }
}
.pageMainArea ul.link li {
  margin-right: 20px;
  width: calc(33.3333333333% - 20px);
  max-width: 250px;
}
@media screen and (max-width: 960px) {
  .pageMainArea ul.link li {
    width: 100%;
    margin: 0 0 15px;
  }
}
.pageMainArea ul.link li a {
  display: block;
  width: 100%;
}

.currentArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .currentArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .currentArea {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.currentArea h3 {
  font-size: 4rem;
  line-height: 120%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .currentArea h3 {
    font-size: clamp(14px, 3.3333333333vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .currentArea h3 {
    font-size: calc(4rem * 0.75);
  }
}
.currentArea > section {
  background-color: #f5f5f5;
  padding: max(4vw, 50px) max(3vw, 30px) max(4vw, 30px);
  margin-bottom: 80px;
  position: relative;
}
.currentArea > section .ribbon {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}
.currentArea > section .ribbon span {
  display: inline-block;
  position: absolute;
  height: 20px;
  right: -22px;
  top: 22px;
  width: 160px;
  text-align: center;
  background: #82C6E7;
  color: #fff;
  transform: rotate(-45deg);
}
.currentArea > section .ribbon span::before, .currentArea > section .ribbon span::after {
  position: absolute;
  content: "";
  border-top: 4px solid #4A8DAD;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.currentArea > section .ribbon span::before {
  right: 25px;
}
.currentArea > section .ribbon span::after {
  left: 27px;
}
.currentArea > section h4 {
  font-size: 2.8rem;
  line-height: 120%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .currentArea > section h4 {
    font-size: clamp(14px, 2.3333333333vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .currentArea > section h4 {
    font-size: calc(2.8rem * 0.75);
  }
}
@media screen and (max-width: 668px) {
  .currentArea > section h4 {
    margin-bottom: 20px;
  }
}
.currentArea > section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.currentArea > section table tr th, .currentArea > section table tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding: 15px 0;
}
@media screen and (max-width: 668px) {
  .currentArea > section table tr th, .currentArea > section table tr td {
    padding: 12px 0;
  }
}
.currentArea > section table tr th {
  width: 100px;
}
@media screen and (max-width: 668px) {
  .currentArea > section table tr th {
    width: 80px;
  }
}
.currentArea > section .textBtn a {
  margin-left: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .currentArea > section .textBtn a {
    margin: 10px 0 0;
  }
}

.pastArea {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 1010px) {
  .pastArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pastArea {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.pastArea h3 {
  font-size: 2.8rem;
  line-height: 120%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .pastArea h3 {
    font-size: clamp(14px, 2.3333333333vw, 100px);
  }
}
@media screen and (max-width: 668px) {
  .pastArea h3 {
    font-size: calc(2.8rem * 0.75);
  }
}
.pastArea > section:not(:last-child) {
  margin-bottom: 100px;
}
.pastArea > section h4 {
  font-size: 2rem;
  border-bottom: 1px solid #222;
  padding-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .pastArea > section h4 {
    font-size: clamp(16px, 1.6666666667vw, 100px);
  }
}
.pastArea > section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.pastArea > section table tr th,
.pastArea > section table tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding: 15px 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .pastArea > section table tr th,
  .pastArea > section table tr td {
    font-size: clamp(14px, 1.25vw, 100px);
  }
}
.pastArea > section table tr th:nth-child(1),
.pastArea > section table tr td:nth-child(1) {
  width: 320px;
}
@media screen and (max-width: 960px) {
  .pastArea > section table tr th:nth-child(1),
  .pastArea > section table tr td:nth-child(1) {
    width: 300px;
  }
}
@media screen and (max-width: 668px) {
  .pastArea > section table tr th,
  .pastArea > section table tr td {
    padding: 12px 0px;
  }
  .pastArea > section table tr th:nth-child(1),
  .pastArea > section table tr td:nth-child(1) {
    width: 280px;
  }
  .pastArea > section table tr th:nth-child(2),
  .pastArea > section table tr td:nth-child(2) {
    padding: 12px 10px;
  }
}
.pastArea > section table tr th:last-child,
.pastArea > section table tr td:last-child {
  white-space: nowrap;
}
.pastArea > section table tr th {
  padding: 20px 10px;
}
@media screen and (max-width: 668px) {
  .pastArea > section table tr th {
    padding: 15px 0px;
  }
  .pastArea > section table tr th:nth-child(2) {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pastArea > section table tr th {
    display: none;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pastArea > section table tr td {
    display: block;
  }
  .pastArea > section table tr td:nth-child(1) {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: 0;
  }
  .pastArea > section table tr td:nth-child(1)::before {
    content: "期間：";
  }
  .pastArea > section table tr td:nth-child(2) {
    padding: 0;
    border-bottom: 0;
  }
  .pastArea > section table tr td:nth-child(2)::before {
    content: "科目：";
  }
  .pastArea > section table tr td:nth-child(3) {
    padding: 0 0 15px;
  }
  .pastArea > section table tr td:nth-child(3)::before {
    content: "修了者数：";
  }
}/*# sourceMappingURL=index.css.map */