.p-children {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-children {
    padding: 0 0 6rem;
  }
}
.p-children-intro {
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-children-intro {
    margin: 0 0 4rem;
  }
}
.p-children-intro__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-children-intro__txt {
    text-align: left;
  }
}
.p-children-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-children-list {
    gap: 1rem 0;
  }
}
.p-children-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 6.4rem) / 3);
  background: #ECE7E7;
  gap: 0 2rem;
  padding: 1.2rem 2rem 1.2rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-children-list__item {
    width: 100%;
  }
}
.p-children-list__item img {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-children-list__item img {
    width: 6rem;
  }
}
.p-children-list__txt {
  line-height: 1.5;
  font-weight: 700;
}
.p-children-list__txt span {
  display: block;
  color: #7C7574;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-children-list__txt span {
    font-size: 1.2rem;
  }
}
.p-children__bg {
  position: relative;
  background: #E9E8E8;
}
.p-children__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-children__bg::before {
    height: 6rem;
  }
}
.p-children-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  gap: 0.5rem 0;
  padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-children-menu {
    flex-flow: column;
    padding: 2rem;
  }
}
.p-children-menu__item {
  position: relative;
  width: 33.3333333333%;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-children-menu__item {
    width: 100%;
  }
}
.p-children-menu__item::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #D92E1B;
}