<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LESS Document */
.sideNav .homeCare .toggleBtn {
  display: none!important;
}
/* ++++++++++++++++++++ keyVisual */
.keyVisual {
  background: url(/business/parenting/img/visual_care-plan.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_care-plan_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}
/* ++++++++++++++++++++ flowArea */
.flowArea::after {
  content: '';
  display: block;
  clear: both;
}
.flowArea li {
  float: left;
  width: 150px;
  position: relative;
  padding: 5px;
  background: #FFF2F5;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .flowArea li {
    float: none;
    width: auto;
    padding: 15px;
  }
}
.flowArea li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .flowArea li:not(:last-child) {
    margin: 0 0 30px;
  }
}
.flowArea li:not(:last-child)::after {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -15px;
  color: #FF3366;
}
@media screen and (max-width: 767px) {
  .flowArea li:not(:last-child)::after {
    content: '\f078';
    top: auto;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .flowArea li strong {
    font-size: 1.8rem;
  }
}
</pre></body></html>