.educationPage {
  background: #fff;
}

.educationMain {
  min-width: 0;
}

.educationResponsive {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
  color: #444;
  font-size: 16px;
  line-height: 1.85;
}

.educationResponsive,
.educationResponsive * {
  box-sizing: border-box;
}

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

.educationResponsive p {
  margin: 0 0 22px;
}

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

.educationResponsive .moveCenter,
.educationResponsive .centerMove {
  text-align: center;
}

.educationResponsive .red {
  color: #e24949;
  font-weight: 700;
}

.educationResponsive .color_orange {
  color: #f39a1f;
}

.educationResponsive .color_green {
  color: #3f8d2d;
}

.educationResponsive .color_pink_vi {
  color: #d84d94;
}

.educationResponsive .fontBrown {
  color: #8a6337;
}

.educationResponsive .ed_h1 {
  margin: 0 0 24px;
  text-align: center;
}

.educationResponsive .ed_h1 img {
  width: 100%;
  border-radius: 10px;
}

.educationResponsive .ed_setumei {
  margin: 0 0 20px;
  padding: 24px 28px;
  border: 1px solid #d8efcf;
  border-left: 8px solid #7fc438;
  border-radius: 10px;
  background: #fbfff8;
  font-weight: 700;
  text-align: center;
}

.educationResponsive .ed_setumei_img {
  margin: 0 0 30px;
  text-align: center;
}

.educationResponsive .rinen_wrap {
  width: 100%;
}

.educationResponsive .ed_01,
.educationResponsive .ed_02,
.educationResponsive .hikaku_content_04 {
  margin: 0 0 34px;
}

.educationResponsive .ed_ttl_01,
.educationResponsive .ed_ttl_02 {
  margin: 0 0 22px;
  padding: 18px 24px;
  border-radius: 8px;
  color: #fff;
  font-size: 26px;
  line-height: 1.35;
  text-align: center;
}

.educationResponsive .ed_ttl_01 {
  background: #7fc438;
}

.educationResponsive .ed_ttl_02 {
  background: #55bce2;
}

.educationResponsive .ed_book {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: center;
  margin: 0 0 24px;
  padding: 24px;
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 0 rgba(120, 190, 80, 0.14);
}

.educationResponsive .ed_book h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.45;
}

.educationResponsive .ed_book p {
  margin-bottom: 0;
}

.educationResponsive .ed_img {
  text-align: center;
}

.educationResponsive .ed_img img {
  max-width: 180px;
}

.educationResponsive .ed_size_text {
  display: inline-block;
  margin: 12px 0 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff4d7;
  color: #8a6337;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.educationResponsive .hikaku_content_04 {
  padding: 24px;
  border: 1px solid #d8efcf;
  border-radius: 12px;
  background: #fbfff8;
  text-align: center;
}

.educationResponsive .hikaku_content_04 .color_green {
  margin: 0 0 16px;
  color: #3f8d2d;
  font-weight: 700;
}

.educationResponsive .hikaku_content_04 div {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .educationResponsive {
    font-size: 15px;
    line-height: 1.8;
  }

  .educationResponsive .ed_h1 {
    margin-bottom: 18px;
  }

  .educationResponsive .ed_setumei {
    padding: 20px 16px;
    text-align: left;
  }

  .educationResponsive .ed_ttl_01,
  .educationResponsive .ed_ttl_02 {
    padding: 15px 16px;
    font-size: 21px;
  }

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

  .educationResponsive .ed_book h3 {
    font-size: 18px;
  }

  .educationResponsive .ed_img {
    order: -1;
  }

  .educationResponsive .ed_img img {
    max-width: 160px;
  }

  .educationResponsive .hikaku_content_04 {
    padding: 20px 16px;
  }
}
