<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.familySupport__hdg {
  background-color: #cde7d7;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .familySupport__hdg {
    height: 300px;
    background-image: url(../img/fig_mainvisual_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .familySupport__hdg img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .familySupport__hdg img{
    width: 100%;
  }
}

.col3 .tab-menu-content a {
  background-position: 10% 50%;
}

.familySupport-point__list .familySupport-point__inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .familySupport-point__list li + li {
    margin-top: 40px;
  }
  .familySupport-point__icon {
    width: 90px;
  }
  .familySupport-point__inner.-col2 .familySupport-point__desc {
    width: 860px;
  }
  .familySupport-point__inner.-col3 .familySupport-point__img {
    display: flex;
    align-items: flex-end;
  }
  .familySupport-point__inner.-col3 .familySupport-point__desc {
    width: 410px;
  }
  .familySupport-point__desc .-textL {
    font-size: 115%;
  }
}
@media screen and (max-width: 768px) {
  .familySupport-point__list li + li {
    margin-top: 20px;
  }
  .familySupport-point__icon {
    width: 48px;
    margin-right: 10px;
  }
  .familySupport-point__inner.-col2 .familySupport-point__desc {
    flex: 1;
  }
  .familySupport-point__desc .-textL {
    font-size: 100%;
  }
}</pre></body></html>