/* LESS Document */
.sideNav .parenting .toggleBtn {
  display: none!important;
}
/* ++++++++++++++++++++ keyVisual */
.keyVisual {
  background: url(/business/parenting/img/visual_motherchild.jpg) no-repeat center center;
}
.keyVisual .inner h1 {
  min-width: 820px;
}
@media screen and (max-width: 767px) {
  .keyVisual .inner h1 {
    min-width: 0;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual {
    background: url(/business/parenting/img/visual_motherchild_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}
