/*--------------------------------------------------------------
# 児童発達支援・放課後等デイサービスとは
--------------------------------------------------------------*/
#dayservice_top .column2_row_layout {
  padding: 0;
  @media (min-width:768px) {
    justify-content: left;
    gap: 0 8%;
  }
  .img_wrap {
    margin: 2rem 0 0;
    @media (min-width:768px) {
      width: 80%;
      margin-right: calc(50% - 50vw);
    }
  }
  .text_wrap {
    @media (min-width:768px) {
      width: 45%;
      flex-shrink: 0;
    }
  }
}
@media (min-width:768px) {
  #dayservice_top {
    overflow: hidden;
  }
  #dayservice_top .section_title_small {
    text-align: left;
    margin-bottom: 1em;
  }
}
/*--------------------------------------------------------------
# 療育について
--------------------------------------------------------------*/
#dayservice_type {
  background: var(--bg-blue);
}
@media (min-width:768px) {
  #dayservice_type .column2_box_layout .item {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
# お助けサービス
--------------------------------------------------------------*/
#dayservice_service {
  background: url(/assets/img/common/bg_pattern2_sp.jpg) no-repeat bottom / 100% auto;
  @media (min-width:768px) {
    background: url(/assets/img/common/bg_pattern2.jpg) no-repeat bottom / 100% 70%;
  }
}
/*--------------------------------------------------------------
# 事業所の概要
--------------------------------------------------------------*/
#dayservice_outline table {
  & td:nth-child(1) {
    line-height: 1.3;
    width: 6em;
    @media (min-width:768px) {
      width: 17%;
    }
  }
}
#dayservice_outline .block_title {
  display: flex;
  text-align: center;
  justify-content: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  max-width: 80%;
  margin: 0 auto 5rem;
  &::before,&::after {
    display: inline-block;
    content: "";
    width: 0.1rem;
    background: #000;
    position: relative;
    bottom: -0.5em;
  }
  &::before {
    left: -2rem;
    rotate: -30deg;
  }
  &::after {
    right: -2rem;
    rotate: 30deg;
  }
}
#dayservice_outline .img_wrap {
  max-width: 63.8rem;
  margin: 0 auto;
  border: 0.1rem solid var(--light-gray);
  & img {
    padding: 4%;
  }
}