.microcms-section {
  margin-top: 5em;
  margin-bottom: 10em;
  text-align: start;
}
.microcms-section h2 {
  font-size: 28px;
  margin-top: 96px;
  margin-bottom: 24px;
  padding: 0 0 0.7rem;
  border-bottom: 0.4rem solid #e7e7e7;
  box-sizing: border-box;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
}
.microcms-section h2::after {
  content: "";
  width: 16rem;
  height: 0.4rem;
  background: #12b5d9;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
}
.microcms-section h3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
  padding-left: 1.8rem;
  border-left: 0.4rem solid #12a0d8;
  line-height: 1.3;
  font-feature-settings: "palt";
  font-weight: bold;
}
.microcms-section h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 16px;
}
.microcms-section p {
  text-align: start;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.microcms-section img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.microcms-section ul, .microcms-section ol {
  margin-bottom: 24px;
  text-align: start;
  font-size: 16px;
  line-height: 2;
}
.microcms-section ul li {
  list-style-type: disc;
  margin-left: 2em;
}
.microcms-section ol li {
  margin-left: -1em;
  padding-left: 0.5em;
}
.microcms-section table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 24px;
  font-size: 16px;
}
.microcms-section table th, .microcms-section table td {
  padding: 12px 12px;
}
.microcms-section table th p, .microcms-section table td p {
  margin: 0;
}
.microcms-section table th {
  font-weight: bold;
  border-radius: 12px;
  border: 3px solid #FFFFFF;
  color: #FFF;
  background: #12a1d9;
  white-space: nowrap;
}
.microcms-section table td {
  border: 1px dotted #BDBDBD;
  white-space: nowrap;
}
.microcms-section .flex {
  margin: 80px 0;
  display: grid;
  grid-template: "text ... img"/1fr 10px 45%;
  position: relative;
}
.microcms-section .flex::before {
  content: "";
  width: 100%;
  height: 240px;
  background: #f4f0e7;
  position: absolute;
  bottom: -30px;
  z-index: -1;
  box-shadow: 0 0 0 100vmax #f4f0e7;
  -webkit-clip-path: inset(0 -100vmax 0 40%);
          clip-path: inset(0 -100vmax 0 40%);
}
.microcms-section .flex:nth-of-type(even) {
  grid-template: "img ... text"/45% 10px 1fr;
}
.microcms-section .flex:nth-of-type(even)::before {
  -webkit-clip-path: inset(0 40% 0 -100vmax);
          clip-path: inset(0 40% 0 -100vmax);
}
.microcms-section .flex img {
  grid-area: img;
  width: 100%;
  border-radius: 10px;
}
.microcms-section .flex .description {
  grid-area: text;
  background-color: #FFFFFF;
  padding: 40px 40px 10px 40px;
  border-radius: 15px;
  box-shadow: 0.5em 0 2em rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.microcms-section .flex .description h2 {
  margin-top: 0;
}
.microcms-section .flex .description h3 {
  margin-top: 0;
}
.microcms-section .flex .description p {
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .microcms-section .flex {
    display: block;
  }
  .microcms-section .flex .description {
    margin: 0;
    padding: 30px 20px 10px 20px;
  }
}/*# sourceMappingURL=microcms.css.map */




/* 進学実績のテーブル */
.microcms-section.result table {
  max-width: 100%;
}
.microcms-section.result table p {
  font-size: 14px;
}
.microcms-section.result th {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px dotted #BDBDBD;
  border-radius: 0;
}
.microcms-section.result td {
  padding: 4px;
}
.microcms-section.result td:nth-child(n+2) p {
  text-align: center;
}
.microcms-section.result tr:nth-child(2n) {
  background-color: #F2F2F2;
}
.microcms-section.result tr:nth-child(2) td {
  background-color: #FFFFFF;
}
.microcms-section.result tr:nth-child(1) th:nth-child(n+2):nth-child(-n+4) {
  background-color: #fce8de;
}
.microcms-section.result tr:nth-child(2n+3) td:nth-child(n+2):nth-child(-n+4) {
  background-color: #fefdea;
}
.microcms-section.result tr:nth-child(2n+4) td:nth-child(n+2):nth-child(-n+4) {
  background-color: #e7e6d5;
}

/* 各種証明書 */
.microcms-section .font-color-red {
  color: #F44336;
}