@charset "utf-8";
/* CSS Document */
/* ---------- kids intro ---------- */
.kids_intro {}
.cate_wrap .cate {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.kids_titlebox {
  margin-bottom: 60px;
  text-align: center;
}
.kids_titlebox p {
  color: #333333;
  font-weight: 700;
  line-height: 1.8;
}
.kids_point_box {
  position: relative;
  padding: 70px 70px 60px;
  background: #ffffff;
  border-radius: 70px;
}
.kids_point_icon {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 50%;
}
.kids_point_icon img {
  width: 40%;
  height: auto;
  display: block;
}
.kids_point_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.kids_point_item {
  position: relative;
  padding: 0 35px;
  text-align: center;
}
.kids_point_item + .kids_point_item {
  border-left: 1px solid #e2e2e2;
}
.kids_point_img {
  width: 110px;
  height: 110px;
  margin: 0 auto 25px;
}
.kids_point_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.kids_point_item h3 {
  margin-bottom: 14px;
  color: #333333;
  font-weight: 700;
  line-height: 1.6;
}
.kids_point_item p {
  color: #333333;
  line-height: 1.8;
  text-align: left;
}
.kids_bottom_txt {
  margin-top: 45px;
  color: #333333;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
/* ---------- kids plan ---------- */
.kids_plan_contents {
  padding: 0px 0 0px;
}
.kids_plan_block {
  margin-bottom: 90px;
}
.kids_plan_block:last-child {
  margin-bottom: 0;
}
.kids_plan_titlebox {
  margin-bottom: 40px;
}
.kids_plan_title_head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 22px;
}
.kids_plan_title_head h2 {
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.kids_plan_dotline {
  width: 248px;
  height: 4px;
  background-image: radial-gradient(circle, #8dc35c 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-position: center;
}
.kids_plan_title_txt {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.kids_plan_title_txt p {
  color: #333333;
  line-height: 1.8;
}
.kids_plan_title_txt p + p {
  margin-top: 12px;
}
.kids_plan_table {
  width: 100%;
  margin-left: auto;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.kids_plan_row {
  display: grid;
  grid-template-columns: 190px 170px 1fr 210px;
}
.kids_plan_row > div {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 16px 20px;
  background: #ffffff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.kids_plan_head {
  background: #58b878 !important;
}
.kids_plan_head p {
  color: #fff;
  font-weight: 700;
}
.kids_plan_time p, .kids_plan_detail p, .kids_plan_price p {
  color: #333333;
  line-height: 1.7;
}
.kids_plan_price p {
  font-weight: 700;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .kids_point_box {
    padding: 60px 35px 50px;
  }
  .kids_point_item {
    padding: 0 20px;
  }
  .kids_plan_table {
    width: 90%;
  }
  .kids_plan_row {
    grid-template-columns: 170px 120px 1fr 180px;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .kids_intro {
    padding: 0px 0;
  }
  .kids_titlebox {
    margin-bottom: 45px;
  }
  .kids_point_box {
    padding: 55px 30px 40px;
    border-radius: 40px;
  }
  .kids_point_icon {
    top: -26px;
    width: 80px;
  }
  .kids_point_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 0;
  }
  .kids_point_item {
    padding: 0 25px;
  }
  .kids_point_item:nth-child(3) {
    border-left: none;
  }
  .kids_plan_contents {
    padding: 0px 0 0px;
  }
  .kids_plan_block {
    margin-bottom: 70px;
  }
  .kids_plan_title_head {
    gap: 24px;
  }
  .kids_plan_table {
    width: 100%;
    border-left: none;
  }
  .kids_plan_row {
    display: block;
    margin-bottom: 18px;
    border: 1px solid #e5e5e5;
  }
  .kids_plan_row > div {
    min-height: auto;
    padding: 12px 16px;
    border-right: none;
  }
  .kids_plan_row > div:last-child {
    border-bottom: none;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .kids_intro {
    padding: 0px 0;
  }
  .kids_point_box {
    padding: 50px 22px 35px;
    border-radius: 28px;
  }
  .kids_point_icon {
    top: -22px;
    width: 68px;
  }
  .kids_point_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .kids_point_item {
    padding: 0;
    border-left: none !important;
  }
  .kids_point_img {
    width: 95px;
    height: 95px;
    margin-bottom: 18px;
  }
  .kids_point_item p {
    text-align: center;
  }
  .kids_bottom_txt {
    margin-top: 35px;
    text-align: left;
  }
  .kids_plan_contents {
    padding: 0px 0 0px;
  }
  .kids_plan_block {
    margin-bottom: 55px;
  }
  .kids_plan_title_head {
    display: block;
  }
  .kids_plan_title_head h2 {
    margin-bottom: 16px;
    white-space: normal;
  }
  .kids_plan_dotline {
    width: 100%;
  }
  .kids_plan_title_txt {
    max-width: 100%;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {
  .kids_intro {
    padding: 0px 0;
  }
  .kids_point_box {
    padding: 45px 18px 30px;
  }
  .kids_point_icon {
    top: -20px;
    width: 62px;
  }
  .kids_plan_contents {
    padding: 0px 0 0px;
  }
}