@charset "UTF-8";

.top_bg {
  background: url("../images/childcare/img_bg_childcare.png") repeat-x;
  background-size: cover;
}

.top.inner {
  background-image: url("../images/childcare/img_top_childcare.png");
  background-position: right -25px top 5px;
  background-size: 264px auto;
}

h1 {
  margin-bottom: 14px;
}

h2:after {
  background-color: #F3C8D6;
}

@media screen and (min-width: 375px) {
  .top.inner {
    background-position: right 0px top 5px;
  }
}

@media screen and (min-width: 768px) {
  .top_bg {
    background-position: center 20px;
  }
  .top.inner {
    background-size: 303px auto;
    background-position: right 0 top 20px;
  }
}