@import url("https://fonts.googleapis.com/css2?family=Yomogi&display=swap");

#areaCenter {
  margin-bottom: 80px;
}
.mainImage {
  width: 100%;
  position: relative;
  padding-top: 47%;
  margin-bottom: 30px;
  background-image: url(../../images/kodomo/main_kodomo.jpg);
  background-position: center;
  background-size: cover;
}
.mainImage .mainLogo {
  position: absolute;
  width: 28%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mainImage .mainLogo img {
  width: 100%;
  height: auto;
}
.chd-inner {
  text-align: left;
  line-height: 1.7em;
  max-width: 1000px;
  padding: 40px 20px;
  margin: auto;
}
.chd-inner ul {
  padding: 8px 0 25px 25px;
}
.chd-inner ul li {
  line-height: 1.6em;
  margin-bottom: 0.8em;
}
h3.icoTitle {
  position: relative;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 140px;
  margin-bottom: 1.7em;
  text-shadow: 0px 1px 1px #ffffff;
}
h3.icoTitle:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 150px;
  top: -105px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  background-image: url(../../images/kodomo/logo_title.png);
  background-size: contain;
  background-repeat: no-repeat;
}
h3.icoTitle:after {
  position: absolute;
  content: "";
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: rgb(225, 205, 165);
  border-radius: 8px;
  z-index: -1;
}
.chd-inner .subTitle {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2.5em;
}

/* 仕組み */
.shikumi h4 {
  position: relative;
  font-size: 1.65rem;
  line-height: 1em;
  font-weight: normal;
  /* font-family: "Yomogi", cursive; */
  padding: 12px 15px 12px 85px;
  margin-bottom: 1.6em;
  background-color: rgba(192, 159, 128, 0.5);
}
.shikumi h4 .num {
  position: absolute;
  font-size: 5rem;
  font-family: "Yomogi", cursive;
  left: 0px;
  /* top: 50%; */
  text-shadow: 5px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shikumi img {
  display: block;
  margin: 30px auto;
  margin-bottom: 60px;
  width: 800px;
  height: auto;
  border-radius: 5px;
}
.fusen01 {
  padding: 30px 30px 20px 30px;
  /* background-color: #f7eef8; */
  background-color: #fffaf0;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 440px) {
  #areaCenter {
    margin-bottom: 40px;
  }
  .mainImage .mainLogo {
    width: 60%;
  }
  .chd-inner {
    font-size: 0.9rem;
    padding: 20px 20px;
  }
  .chd-inner ul {
    padding: 8px 0 15px 15px;
  }
  .chd-inner ul li {
    line-height: 1.6em;
    margin-bottom: 0.8em;
  }
  /* SP時改行ブロック */
  .spBlc {
    display: block;
  }
  h3.icoTitle {
    position: relative;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 1em;
    text-shadow: 0px 1px 1px #ffffff;
  }
  h3.icoTitle:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 45px;
    top: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    background-image: url(../../images/kodomo/logo_title.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  h3.icoTitle:after {
    position: absolute;
    content: "";
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 12px;
    border-radius: 6px;
  }
  .chd-inner .subTitle {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.5em;
  }

  /* 仕組み */

  .shikumi h4 {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.6em;
    font-weight: normal;
    padding: 10px 10px 10px 65px;
    margin-bottom: 1.5em;
    background-color: rgba(192, 159, 128, 0.5);
  }
  .shikumi h4 .num {
    position: absolute;
    font-size: 4rem;
    font-family: "Yomogi", cursive;
    height: 45px;
    left: 0px;
    top: 50%;
    text-shadow: 4px 3px 0px rgba(0, 0, 0, 0.2);
    /* -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); */
  }
  .shikumi img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 3px;
  }
  .fusen01 {
    font-size: 0.8rem;
    padding: 20px 20px 10px 20px;
    /* background-color: #f7eef8; */
    background-color: #fffaf0;
  }
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 441px) and (max-width: 959px) {
}

/*------------------------------PC用------------------------------*/
@media screen and (min-width: 960px) {
}
