@charset "utf-8"; /* default PC */
/* 共通 */
.about-area {
  background-color: #F7F5F0;
  border-radius: 10px;
  margin-bottom: 65px;
  padding: 40px 30px;
}

.hospital-table .orange {
  background-color: #FFF2E4;
}

/* 入院･面会 */
#hospitalization .link-area .flex {
  gap: 25px 0;
  margin: 0 auto;
  max-width: 930px;
}

/* 一日の流れ */
#day #contents {
  & .day-flow h3 {
    background-color: #00A5D5;
    border-left: 0;
    border-radius: 5px;
    color: #FFF;
    max-width: 350px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }

  & .day-flow {
    position: relative;
  }

  & .day-flow:before {
    background: #00A5D5;
    content: "";
    height: 99.2%;
    left: 25px;
    position: absolute;
    top: 0;
    width: 3px;
  }

  & .day-flow .flow-contents .flow-item {
    position: relative;
    z-index: 1;
    margin-left: 100px;
  }

  & .flow-top {
    position: relative;
  }

  & .flow-right {
    border-right-width: 0;
    position: relative;
    right: calc(-55% - 1px);
  }

  & .flow-inner .flow-txt {
    background-color: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 40px;
    position: relative;
    /* width: calc(100% - 60px); */
  }

  & .flow-inner:after {
    background-color: #00A5D5;
    content: "";
    height: 4px;
    position: absolute;
    top: 30px;
    width: 90px;
    z-index: -1;
    left: -75px;
  }

  & .flow-inner.flow-inner-right::after {
    left: -60px;
  }

  & .flow-item .icon {
    background: #00A5D5;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    top: 23px;
    width: 20px;
    left: 0;
  }

  & .flow-item.flow-right .icon {
    left: -80px;
  }

  & .flow-contents .flow-day-box .flow-txt .time-txt {
    color: #00A5D5;
    font-family: "lato", Osaka, serif;
    font-size: 35px;
    font-weight: bold;
  }

  & .day-flow .flow-contents .flow-item:first-child .txt-box {
    margin-bottom: 25px;
  }

  & .day-flow .flow-contents .flow-item:first-child .txt-box:last-child {
    margin-bottom: 0;
  }
}

#day #contents {
  & .day-flow .flow-contents .flow-item .flow-inner h4 {
    margin-bottom: 0;
    display: flex;
    height: 73px;
    margin-left: 40px;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }

  & .day-flow .flow-contents .flow-item .flow-inner h4 .time-txt {
    color: #00A5D5;
    font-weight: bold;
    font-size: 150%;
    padding-right: 20px;
  }

  & .day-flow .flow-contents .flow-item .flow-inner {
    margin-bottom: 50px;
  }

  & .flow-contents .flow-day-box:nth-child(7) h5, & .flow-contents .flow-day-box: nth-child(9) h5 {
    margin-top: 10px;
  }

  & .flow-contents .flow-day-box:last-child .flow-inner::after {
    top: 31px;
  }

  & .day-flow .flow-contents .flow-day-box.flow-top .flow-item .flow-inner {
    margin-bottom: 0;
  }
}

/* 入院のご案内 */
#hospitalization #contents {
  & .hospital-table .table-02 th {
    text-align: center;
    white-space: nowrap;
  }

  & .txt-3box .link-btn {
    margin-bottom: 25px;
  }

  & h3.reason-ttl {
    align-items: center;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    height: 90px;
    margin: 0;
    order: 2;
    padding: 15px 10px 15px 95px;
    position: relative;
    width: 100%;
  }

  & h3.reason-ttl .reason-num {
    align-items: center;
    background-image: url(../image/base/bg_reason_num_orange.png);
    background-repeat: no-repeat;
    bottom: 0;
    color: #FFF;
    display: flex;
    height: 52px;
    justify-content: center;
    left: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 50px;
  }

  & .reason-item .reason-txt {
    padding: 0 30px 20px;
  }

  & .txt-3box.reason-item {
    background-color: #f7f5f0;
    border-radius: 10px;
  }

  & .reason-photo img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }

  & .txt-orange {
    color: #F67A00;
  }

  /* テスト */
  /* & .txt-3box .link-btn {
    margin-bottom: 25px;
    background-color: #42B7E2;
    border-radius: 10px;
    padding: 10px 10px 10px 105px;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
  }

  & .link-area .txt-4box .link-btn h3 {
    padding: 20px 10px;
  }

  & .link-area .link-btn::after {
    background-image: url(../image/contents/arrow_white.svg);
  }

  & .link-area .link-btn img {
    position: absolute;
    left: 25px;
    width: 50px;
  } */
}

/* 院内サービス */
.services-area .services-item {
  background-color: #F7F5F0;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px 30px;
}

.services-area .services-item .about-txt {
  background-color: #FFF;
  border-radius: 5px;
  padding: 40px 35px;
}

/* お願いとご注意 */
#attention .please-area {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 50px 40px 40px;
}

#attention .please-area p.txt {
  padding-left: 30px;
  position: relative;
}

#attention .please-area p.txt:before {
  align-items: center;
  background-color: #F67A00;
  background-repeat: no-repeat;
  border-radius: 25px;
  bottom: 0;
  color: #FFF;
  content: "";
  display: flex;
  height: 15px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 15px;
}

.notice-area {
  background-color: #FFF2E4;
  border-radius: 10px;
  margin: 50px auto 0;
  padding: 30px 30px 35px;
  width: 100%;
}

.notice-area.white {
  background-color: #fff;
  border: 3px solid #F67A00;
}

/* 面会のご案内 */
#meeting .meeting-area .meeting-item {
  background-color: #F7F5F0;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  width: calc(100% / 3 - 20px);
}

#meeting .meeting-area .meeting-item.w-100 {
  width: 100%;
}

#meeting #contents .meeting-area .meeting-item h3 {
  background-color: #42B7E2;
  border: 0;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  padding: 15px;
}

#meeting .meeting-area .meeting-item .notice-area {
  background-color: #FFF;
}

#meeting #contents .meeting-area .meeting-item .item-txt {
  font-size: 22px;
  letter-spacing: .05em;
  text-align: center;
}

#meeting #contents .meeting-area .meeting-item:first-child .item-txt {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 0;
}

#meeting #contents .meeting-area .meeting-item:first-child .item-txt:nth-child(3) {
  margin-bottom: 20px;
}

#meeting #contents .meeting-area .meeting-item:nth-child(2) .item-txt .lato {
  font-size: 35px;
  padding: 0 5px;
}

#meeting #contents .meeting-area .meeting-item:nth-child(2) .item-txt {
  margin: 55px 0;
}

#meeting #contents .meeting-area .meeting-item:first-child .item-txt .day {
  background-color: #FFF;
  border-radius: 65px;
  color: #F67A00;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 2px 15px 2px;
}

#preparation .about-box {
  background-color: #F7F5F0;
  border-radius: 10px;
  padding: 40px 30px;
}

#preparation .about-box .merit-box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px 30px 35px;
}

#preparation .notice-area .bg-txt {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 30px 30px 35px;
}

/* 入院の準備物 */
#preparation .link-btn.orange {
  background-color: #F67A00;
}

#preparation .movie-box {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 445px;
  height: 150px;
  justify-content: center;
  margin: 0 auto 30px;
  max-width: 790px;
  width: 100%;
}

#preparation .movie-box iframe {
  border: none;
  height: 100%;
  width: 100%;
}

#preparation .notice-area h4 {
  text-align: center;
}

#preparation .csset-area {
  background-color: #F7F5F0;
  border-radius: 10px;
  padding: 40px 30px;
}

#preparation #contents .csset-area h4.plan-ttl {
  background-color: #42B7E2;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  padding: 30px;
  position: relative;
  transition: .5s;
}

#preparation #contents .csset-area h4.plan-ttl:before {
  align-items: center;
  background-image: none;
  bottom: 0;
  color: #FFF;
  content: "+";
  display: flex;
  font-size: 150%;
  justify-content: center;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

#preparation #contents .csset-area h4.plan-ttl .main {
  font-size: 130%;
  margin-right: 5px;
}

#preparation #contents .csset-area h4.plan-ttl .sub-txt {
  background-color: #FFF;
  border-radius: 30px;
  color: #00A5D5;
  font-size: 18px;
  margin-left: 15px;
  padding: 5px 20px;
}

#preparation #contents .csset-area .plan-item {
  display: none;
}

#preparation #contents .csset-area .plan-item .table-02 tr:first-child th {
  background-color: #FFF2E4;
}

#preparation #contents .csset-area .plan-item.open {
  margin-bottom: 40px;
}

#preparation #contents .csset-area .plan-item .table-02 th .main {
  font-size: 23px;
  font-weight: 500;
  padding-right: 5px;
}

#preparation #contents .csset-area .plan-item .table-02 tr:first-child th:last-child {
  border-left: none;
  text-align: right;
}

#preparation #contents .csset-area h4.plan-ttl:hover {
  opacity: .5;
  text-decoration: none;
  transition: .5s;
}

#preparation .csset-area .otther-box {
  background-color: #F3F3F3;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px;
}

.belongings {
  background-color: #FFF6EC;
  border-radius: 10px;
  padding: 40px 30px;
}

#preparation .csset-area .belongings.sub {
  background-color: #F7F5F0;
  width: 100%;
}

#contents .belongings li.important {
  font-size: 110%;
  font-weight: 500;
  margin-bottom: 10px;
}

.belongings.sub {
  margin-bottom: 30px;
}

.belongings.sub:first-child, .belongings.sub:nth-child(2) {
  width: calc(100% / 2 - 20px);
}

.belongings.sub:nth-child(3), .belongings.sub:nth-child(4), .belongings.sub:last-child {
  margin-bottom: 0;
  width: calc(100% / 3 - 20px);
}

#preparation .home-set .about-box {
  padding: 0;
}

#preparation .home-set .about-box .belongings {
  background-color: #fff;
}

#preparation .home-set .about-box .belongings .txt {
  background-color: #F3F3F3;
  border-radius: 5px;
  margin: 5px 0 15px;
  padding: 10px 10px 2px 25px;
}

#preparation #contents .diapers-area h2 {
  line-height: 1.3;
}

#preparation #contents .diapers-area .about-box {
  background-color: #fff;
}

#preparation #contents .diapers-area .about-box:nth-child(4) {
  margin-bottom: 60px;
}

#preparation #contents .diapers-area .about-box .table-02 th {
  background-color: #FFF2E4;
  color: #F67A00;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

#preparation #contents .diapers-area .about-box .table-02 th .sub-txt {
  background-color: #FFF;
  border-radius: 30px;
  color: #F67A00;
  font-size: 17px;
  font-weight: 500;
  margin-left: 15px;
  padding: 5px 20px;
}

#preparation #contents .diapers-area .about-box .table-02 td {
  text-align: right;
}

#preparation #contents .diapers-area .about-box .table-02 td .fee {
  font-size: 23px;
  font-weight: 500;
  padding-right: 5px;
}

#preparation #contents .diapers-area .about-box .point-list p.ttl {
  font-size: 20px;
  font-weight: 500;
  padding-left: 50px;
  position: relative;
}

#preparation #contents .diapers-area .about-box .point-list p.ttl .num {
  background-color: #F67A00;
  border-radius: 125px;
  color: #FFF;
  left: 0;
  padding: 0 12px 0 12px;
  position: absolute;
}

#preparation #contents .csset-area .plan-item th:first-child {
  width: 25%;
  white-space: nowrap;
}

#preparation #contents .contact-area p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 50px;
}

#preparation #contents .contact-area .link-btn {
  margin: auto;
}

#preparation #contents h3 {
  background-color: #42B7E2;
  align-items: center;
  border: 0;
  border-radius: 10px;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

#preparation #contents .home-set h3 {
  background-color: #42B7E2;
}

#preparation #contents .home-set h4 {
  color: #00A5D5;
}

#preparation .home-set .about-box .belongings h4 {
  color: #00A5D5;
  text-align: center;
}

#preparation #contents {
  & .thing-list .thing-item:first-child {
    padding: 10px;
    width: 74.5%;
  }

  & .thing-list .thing-item {
    width: calc(100% / 4 - 20px);
    background-color: #FFF2E4;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .home-set .thing-list .thing-item {
    background-color: #fff;
  }

  & .thing-list {
    margin-bottom: 30px;
  }

  & .thing-list .thing-item p {
    text-align: center;
    margin-bottom: 0;
  }

  & .thing-list .thing-item p.txt-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 160px;
  }

  & .thing-list .thing-item:first-child p.txt-center, & .thing-list .thing-item: nth-child(2) p.txt-center {
    height: 170px;
  }

  & .thing-list .thing-item p.important {
    font-weight: 500;
  }
}

#service #contents h3 {
  align-items: center;
  background-color: #00A5D5;
  border: 0;
  border-radius: 10px;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

/*  */
#teamsupport #contents .main-txt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

#teamsupport #contents .feeling-area {
  margin: auto auto 50px;
}

#teamsupport #contents .feeling-area p {
  font-size: 20px;
  font-weight: 500;
  padding-left: 35px;
  position: relative;
}

#teamsupport #contents .feeling-area p:before {
  align-items: center;
  background-image: url(../image/contents/rehabilitation/features/bg_reason_num_orange.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  color: #FFF;
  content: "";
  display: flex;
  height: 25px;
  justify-content: center;
  left: 30px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 24px;
}

#teamsupport #contents .main-area {
  background-color: #FFF6EC;
  border-radius: 10px;
  padding: 40px 30px;
}

#teamsupport #contents .main-area .doctor-box .txt-4box {
  background-color: #FFF;
  border-radius: 10px;
}

#teamsupport #contents .main-area .doctor-box .txt-4box img {
  border-radius: 10px 10px 0 0;
}

#teamsupport #contents .main-area .doctor-box .txt-4box .txt-area {
  padding: 10px 20px 30px 30px;
}

#teamsupport .flow-contents .flow-list {
  position: relative;
}

#teamsupport .flow-contents .flow-list:before {
  background: #00A5D5;
  content: "";
  height: 96%;
  left: 20px;
  position: absolute;
  top: 5px;
  width: 3px;
}

#teamsupport .flow-contents .txt-2box {
  width: 30%;
}

#teamsupport .flow-contents .txt-2box.end {
  width: 66%;
}

#teamsupport .flow-contents .flow-explain {
  background-color: #F7F5F0;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
}

#teamsupport .flow-contents .flow-explain p.txt-center {
  margin-bottom: 0;
}

#teamsupport .flow-contents .flow-explain .img-2box {
  width: 27%;
}

#teamsupport .flow-contents .flow-explain .img-2box-txt {
  width: 70%;
}

#teamsupport #contents .flow-contents .flow-explain h3 {
  align-items: center;
  background-color: #00A5D5;
  border: 0;
  border-radius: 10px;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

#teamsupport #contents .flow-contents .flow-explain h3 .num {
  background-color: #FFF;
  border-radius: 50px;
  color: #00A5D5;
  margin-right: 10px;
  padding: 2px 11px 4px 11px;
}

#teamsupport .flow-contents .flow-list .flow-item .icon {
  background: #00A5D5;
  border-radius: 50%;
  height: 20px;
  left: 11px;
  position: absolute;
  top: 8px;
  width: 20px;
}

#teamsupport .flow-contents .flow-list .flow-item {
  margin-bottom: 70px;
  position: relative;
}

#teamsupport #contents .flow-contents .flow-list .flow-item .item-ttl {
  color: #00A5D5;
  font-size: 22px;
  font-weight: 500;
  padding-left: 50px;
}

#teamsupport .flow-contents .flow-list .flow-item .icon.num {
  height: 30px;
  left: 6px;
  width: 30px;
}

#teamsupport .flow-contents .flow-list .flow-item .icon.num .num {
  color: #FFF;
  padding: 0 10px;
}

#teamsupport .flow-contents .flow-list .flow-item .icon.num.second {
  top: 45px;
}

#contents p.main-ttl {
  background-color: #00A5D5;
  border-radius: 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

#teamsupport .flow-contents .flow-list .flow-item:first-child {
  margin-bottom: 0;
}

#teamsupport .support-area .txt-3box {
  background-color: #FFF;
  border-radius: 10px;
  margin-bottom: 30px;
}

#teamsupport .support-area .txt-3box .txt-area {
  padding: 30px;
}

#teamsupport .support-area .txt-3box:last-child {
  margin-right: 0;
  width: 100%;
}

#teamsupport #contents .support-area .txt-3box .txt-area h3 {
  border-left: 0;
  color: #00A5D5;
  padding: 0;
  text-align: center;
}

#teamsupport #contents .support-area .txt-3box .txt-area .ttl {
  color: #00A5D5;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

#teamsupport .support-area .txt-3box:last-child .txt-2box {
  width: 20%;
}

#teamsupport .support-area .txt-3box:last-child .flex {
  justify-content: center;
}

#teamsupport .support-area .txt-3box:last-child .txt-2box li {
  font-size: 19px;
  margin-bottom: 10px;
}

#regarding .fees-contents .txt-2box {
  padding: 30px;
  margin-bottom: 0;
}

#regarding .fees-contents .about-area:last-child {
  margin-bottom: 0;
}

#regarding .procedur-item {
  background-color: #F7F5F0;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
}

#regarding #contents h3 {
  align-items: center;
  background-color: #42B7E2;
  border: 0;
  border-radius: 10px;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

#regarding .certificate-contents .txt-2box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

#regarding #contents .procedur-item h3 {
  background-color: #00A5D5;
}

#regarding #contents .about-area p.main {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}

#regarding .hospital-table .table-02 th:last-child {
  width: 20%;
}

#regarding .hospital-table .table-02 td:last-child {
  text-align: center;
}

#regarding .fees-contents .txt-2box.about-area {
  background-color: #fff;
}

/*  */
#hospitalization .about-link-area .link-btn {
  background-color: transparent;
  padding: 0;
  position: relative;
  width: 100%;
}

#hospitalization #contents .about-link-area .link-btn h4 {
  background-color: #42B7E2;
  border-radius: 0 0 10px 10px;
  bottom: 0;
  color: #FFF;
  font-size: 19px;
  letter-spacing: .1em;
  margin: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

#regarding .about-link-area .link-btn img {
  border-radius: 10px;
}

#regarding .about-link-area .txt-3box {
  margin-bottom: 30px;
}

#regarding .about-link-area .link-btn::after {
  background-image: none;
}

@media screen and (max-width: 1470px) {
  #preparation #contents {
    & .thing-list .thing-item:first-child {
      width: 100%;
      margin-right: 0;
    }

    & .thing-list .thing-item {
      width: calc(100% / 3 - 20px);
      margin-right: 30px;
    }

    & .thing-list.flex {
      justify-content: start;
    }

    & .thing-list .thing-item:nth-child(4) {
      margin-right: 0;
    }

    & .thing-list .thing-item:nth-child(2) p.txt-center, & .thing-list .thing-item p.txt-center {
      height: 160px;
    }
  }
}

@media screen and (max-width: 1400px) {
  #teamsupport #contents {
    .support-area .txt-3box:last-child .txt-2box {
      width: 25%;
    }
  }

  #meeting #contents {
    & .meeting-area .meeting-item:first-child .item-txt {
      font-size: 25px;
    }

    & .meeting-area .meeting-item:first-child .item-txt .day {
      font-size: 15px;
    }

    & .meeting-area .meeting-item:nth-child(2) .item-txt .lato {
      font-size: 25px;
    }

    & .meeting-area .meeting-item .item-txt {
      font-size: 20px;
    }
  }
}

@media screen and (max-width: 1200px) {
  #preparation #contents {
    & .csset-area h4.plan-ttl .sub-txt {
      font-size: 16px;
      padding: 3px 10px;
    }

    & .csset-area h4.plan-ttl {
      padding: 25px 20px;
    }
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #day #contents {
    & .day-flow h3 {
      margin: inherit;
    }

    /* & .day-flow:before {
      left: 25px;
      height: 97%;
    } */
    .flow-inner .flow-txt {
      padding: 30px;
    }

    & .flow-top {
      padding-top: 30px;
    }
  }

  #hospitalization #contents {
    & h3.reason-ttl {
      padding: 15px 10px 15px 80px;
    }

    & .reason-item .reason-txt {
      padding: 0 20px 15px;
    }

    & h3.reason-ttl .reason-num {
      left: 20px;
    }
  }

  #teamsupport #contents {
    & .feeling-area p {
      font-size: 18px;
      padding-left: 35px;
    }

    & .feeling-area p: before {
      height: 25px;
      width: 25px;
    }

    & .main-area .doctor-box .txt-4box .txt-area {
      padding: 0px 10px 20px 20px;
    }

    & .support-area .txt-3box:last-child .txt-2box li {
      font-size: 17px;
      margin-bottom: 0;
    }
  }

  #preparation #contents {
    & .belongings li.important {
      font-size: 17px;
    }

    & .csset-area h4.plan-ttl {
      font-size: 20px;
    }

    & .csset-area h4.plan-ttl .sub-txt {
      font-size: 15px;
      margin-left: 5px;
    }

    & .diapers-area .about-box .table-02 th .sub-txt {
      font-size: 15px;
    }
  }
}

@media screen and (max-width: 1024px) {
  #teamsupport #contents {
    & .flow-contents .txt-2box.end {
      width: 60%;
    }

    & .flow-contents .txt-2box {
      width: 36%;
    }

    & .flow-contents .flow-list .flow-item .item-ttl {
      font-size: 20px;
    }

    & .flow-contents .flow-list .flow-item .icon.num {
      top: 3px;
    }

    & .flow-contents .flow-explain h3 {
      font-size: 18px;
    }

    & .flow-contents .flow-explain h3 .num {
      padding: 0px 10px 2px 10px;
    }

    & .flow-contents .flow-explain h3 {
      padding: 10px;
    }
  }

  #meeting #contents {
    & .meeting-area .meeting-item:first-child {
      width: 100%;
    }

    & .meeting-area .meeting-item:nth-child(2), & .meeting-area .meeting-item:nth-child(3) {
      width: calc(100% / 2 - 10px);
    }

    & .meeting-area .meeting-item:nth-child(2) .item-txt {
      margin: 0 0 10px;
    }

    & .meeting-area .meeting-item p.asterisk {
      text-align: center;
    }

    & .meeting-area .meeting-item .notice-area p.asterisk {
      text-align: left;
    }
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #preparation .movie-box {
    height: 326px;
    height: 100px;
    max-width: 580px;
  }

  #day #contents {
    & .flow-inner .flow-txt .txt-3box {
      width: calc(100% / 3 - 10px);
    }

    & .flow-inner .flow-txt p br {
      display: none;
    }

    & .flow-inner .flow-txt {
      padding: 25px 20px;
    }
  }

  #day #contents {
    & h2 {
      line-height: 1.3;
    }

    & h2 .min-ttl {
      font-size: 70%;
    }

    & .day-flow .flow-contents .flow-item .txt-2box {
      width: calc(100% / 2 - 10px);
    }
  }

  #hospitalization #contents {
    & .txt-2box {
      width: calc(100% / 2 - 10px);
    }

    & .flex.center.mb-65 {
      justify-content: space-between;
    }

    & .about-area {
      padding: 30px;
    }

    & .flex.reason-list {
      justify-content: center;
    }

    & .flex.reason-list .txt-3box:first-child {
      margin-right: 20px;
    }

    & .flex.reason-list .txt-3box {
      margin-bottom: 20px;
    }
  }

  #teamsupport #contents {
    & .main-area .doctor-box .txt-4box {
      margin-bottom: 15px;
    }

    & .main-area .doctor-box .txt-4box .txt-area li .br-1140 {
      display: none;
    }

    & .flow-contents .flow-explain img {
      margin-bottom: 15px;
      height: 200px;
    }

    & .support-area .txt-3box:last-child .txt-2box {
      width: 35%;
    }

    & .main-txt {
      font-size: 18px;
      text-align: left;
    }

    & .flow-contents .flow-explain:last-child h3 br.br-430 {
      display: block;
    }
  }

  #preparation #contents {
    & .anchor-link-area .txt-3box, & .anchor-link .txt-3box {
      width: calc(100% / 2 - 10px);
    }

    & .notice-area {
      padding: 30px;
    }

    & .belongings.sub:first-child, & .belongings.sub:nth-child(2) {
      width: 100%;
    }

    & .belongings.sub:nth-child(3), & .belongings.sub:nth-child(4) {
      width: calc(100% / 2 - 10px);
      margin-bottom: 30px;
    }

    & .belongings.sub:last-child {
      width: 100%;
    }

    & .diapers-area .about-box .table-02 th {
      text-align: left;
      font-size: 18px;
    }

    & .diapers-area .about-box .table-02 th br {
      display: none;
    }

    & .diapers-area .about-box .point-list p.ttl {
      font-size: 18px;
    }

    & .diapers-area .about-box .point-list p.ttl .num {
      padding: 0 11px 1px 11px;
    }

    & .thing-list .thing-item {
      width: calc(100% / 2 - 20px);
      margin-right: 25px;
    }

    & .thing-list .thing-item:nth-child(3), & .thing-list .thing-item:nth-child(5) {
      margin-right: 0;
    }

    & .thing-list .thing-item:nth-child(4) {
      margin-right: 20px;
    }
  }

  #meeting #contents {
    & .meeting-area .meeting-item .notice-area {
      padding: 30px;
    }
  }

  #attention {
    & .please-area {
      padding: 30px;
    }
  }

  #regarding #contents {
    & .txt-3box {
      width: calc(100% / 2 - 10px);
    }

    & .certificate-contents .txt-2box {
      margin-bottom: 20px;
    }
  }

  #service .services-area .services-item {
    padding: 30px;
  }
}

@media screen and (max-width: 820px) {
  #teamsupport #contents {
    & .flow-contents .txt-2box.end {
      width: 50%;
    }

    & .flow-contents .txt-2box {
      width: 46%;
    }
  }
}

@media screen and (max-width: 820px) {
  #teamsupport #contents {
    & .support-area .txt-3box:last-child .txt-2box {
      width: 40%;
    }
  }
}

@media screen and (max-width: 768px) {
  #regarding #contents {
    & h2#certificate {
      line-height: 1.3;
    }
  }

  #day #contents {
    & .flow-contents .flow-day-box .flow-item .txt-2box {
      width: 100%;
      margin-bottom: 20px;
    }

    .flow-day-box:nth-child(3) {
      margin-bottom: 30px;
    }

    & .day-flow .flow-contents .flow-item .flow-inner {
      margin-bottom: 10px;
    }

    & .day-flow:before {
      height: 99.3%;
    }

    & .day-flow .flow-contents .flow-item {
      margin-left: 60px;
    }

    & .flow-inner:after {
      left: -33px;
      width: 40px;
      top: 31px;
    }
  }
}

@media screen and (max-width: 767px) {
  #day #contents {
    & .flow-inner .flow-txt .txt-3box {
      width: 100%;
      margin-bottom: 10px;
    }
  }

  #preparation #contents {
    & .diapers-area .about-box .table-02 th br {
      display: block;
    }

    & .diapers-area .about-box .table-02 th .sub-txt {
      margin-left: 0;
    }

    & .contact-area p {
      font-size: 16px;
    }

    & .thing-list .thing-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
    }

    & .thing-list.flex {
      justify-content: space-between;
    }

    & .thing-list .thing-item {
      margin-right: 0;
      width: calc(100% / 2 - 10px);
    }

    & .thing-list .thing-item:nth-child(4) {
      margin-right: 0;
    }
  }
}

@media screen and (max-width: 640px) {
  #preparation .movie-box {
    height: calc(100vw / 2.1);
    height: 100px;
    max-width: 100%;
    width: 100%;
  }

  #hospitalization #contents {
    & .about-area {
      padding: 20px 15px;
    }
  }

  #teamsupport #contents {
    & .flow-contents .flow-list .flow-item {
      margin-bottom: 10px;
    }

    & .flow-contents .flow-explain img {
      height: auto;
    }

    & .flow-contents .txt-2box {
      width: 100%;
    }

    & .flow-contents .txt-2box.end {
      width: 100%;
    }

    & .main-area {
      padding: 20px 15px;
    }

    & .main-txt {
      font-size: 16px;
    }

    & .feeling-area p {
      font-size: 17px;
    }

    & .flow-contents .flow-list:before {
      height: 93%;
    }

    & .flow-contents .flow-explain h3 {
      margin-bottom: 15px;
      margin-top: 10px;
    }
  }

  #preparation #contents {
    & .anchor-link-area .txt-3box, & .anchor-link .txt-3box {
      width: 100%;
    }

    & .belongings.sub:nth-child(3), & .belongings.sub:nth-child(4) {
      width: 100%;
    }

    & .thing-list .thing-item {
      padding: 20px 15px;
      margin-bottom: 10px;
      width: calc(100% / 2 - 5px);
    }
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #hospitalization .link-area .flex {
    gap: 20px 0;
  }

  #preparation .about-box {
    padding: 35px 15px;
  }

  #preparation .notice-area .bg-txt {
    padding: 25px 15px 30px;
  }

  #preparation .notice-area .bg-txt .link-btn {
    line-height: 1.5em;
  }

  #day #contents {
    & .day-flow h3 {
      max-width: 100%;
    }

    & .day-flow:before {
      left: 15px;
    }

    & .day-flow .flow-contents .flow-item {
      margin-left: 35px;
    }

    & .flow-item .icon {
      height: 15px;
      width: 15px;
      top: 19px;
    }

    & .flow-inner:after {
      left: -18px;
      width: 20px;
      top: 24px;
    }

    & .flow-contents .flow-day-box:last-child .flow-inner::after {
      top: 25px;
    }

    & .day-flow .flow-contents .flow-item .flow-inner h4 {
      margin-left: 25px;
      font-size: 18px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    & .day-flow .flow-contents .flow-item .flow-inner h4 .time-txt {
      padding-right: 10px;
    }

    & .flow-inner .flow-txt {
      padding: 15px 15px;
    }

    & .flow-inner .flow-txt h5 {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 18px;
    }

    & .day-flow:before {
      height: 99.1%;
    }
  }

  #hospitalization #contents {
    & .link-area .link-btn h4 {
      font-size: 14px;
      display: flex;
      height: 65px;
      line-height: 1.6em;
      justify-content: center;
      align-items: center;
      margin-top: -30px;
      position: relative;
    }

    & .txt-2box {
      width: calc(100% / 2 - 5px);
    }

    & .about-area p.main {
      margin-bottom: 10px;
      font-size: 16px;
    }

    & .about-area p.main br.pc-none {
      display: none;
    }

    & .flex.reason-list .txt-3box:first-child {
      margin-right: 0;
    }
  }

  #teamsupport #contents {
    & .support-area .txt-3box:last-child .txt-2box {
      width: 100%;
    }

    & .support-area .txt-3box .txt-area .ttl {
      font-size: 18px;
    }

    & .support-area .txt-3box .txt-area {
      padding: 20px;
    }

    & .feeling-area p br.pc-none, & .feeling-area p br.br-768 {
      display: none;
    }

    & .main-area .doctor-box .txt-4box .txt-area {
      padding: 0px 10px 15px 15px;
    }

    & .flow-contents .flow-explain {
      padding: 20px 15px;
    }

    & .support-area .txt-3box .txt-area {
      padding: 20px 15px;
    }

    & .flow-contents .flow-list .flow-item .item-ttl {
      font-size: 18px;
    }

    & .flow-contents .flow-list {
      margin-bottom: 40px;
    }

    .flow-contents .flow-explain .img-2box, .flow-contents .flow-explain .img-2box-txt {
      width: 100%;
    }
  }

  #preparation #contents {
    & .about-box .merit-box {
      padding: 20px 15px;
    }

    & .csset-area {
      padding: 20px 15px;
    }

    & .belongings {
      padding: 20px 15px;
      margin-bottom: 20px;
    }

    & .belongings.sub:nth-child(3), & .belongings.sub:nth-child(4) {
      width: 100%;
      margin-bottom: 20px;
    }

    & .belongings li.important {
      font-size: 16px;
    }

    & .csset-area h4.plan-ttl {
      padding: 15px;
      font-size: 18px;
    }

    & .notice-area {
      padding: 20px 15px;
    }

    & .contact-area p {
      text-align: left;
    }

    & .contact-area p br {
      display: none;
    }

    & .diapers-area .about-box .point-list p.ttl br.br-959 {
      display: none;
    }

    & .diapers-area .about-box .point-list p.ttl {
      font-size: 16px;
    }

    & .csset-area .plan-item .table-02 th .main, & .diapers-area .about-box .table-02 td .fee {
      font-size: 20px;
    }

    & .diapers-area .about-box .table-02 th, & .diapers-area .about-box .table-02 td {
      display: inline-flex;
      width: 100%;
    }

    & .diapers-area .about-box .table-02 td {
      display: inline-flex;
      justify-content: flex-end;
    }

    & .diapers-area .about-box .table-02 td br.br-559 {
      display: none;
    }

    & .diapers-area .about-box .table-02 th .sub-txt {
      margin-left: 10px;
      padding: 3px 10px;
    }

    & .diapers-area .about-box .table-02 th {
      border-bottom: 0;
    }

    & .diapers-area .about-box .table-02 td {
      border-bottom: 0;
      border-top: 0;
    }

    & .diapers-area .about-box .table-02 tr: last-child {
      border-bottom: 1px solid #D4D4D4;
    }
  }

  #meeting #contents {
    & .meeting-area .meeting-item:nth-child(2), & .meeting-area .meeting-item:nth-child(3) {
      width: 100%;
    }

    & .meeting-area .meeting-item {
      padding: 20px 15px;
    }

    & .meeting-area .meeting-item .notice-area {
      padding: 20px 15px;
    }

    & .meeting-area .meeting-item:nth-child(2) .item-txt {
      margin: 0 0 20px;
    }
  }

  #attention {
    & .please-area {
      padding: 20px 15px;
    }

    & .please-area p.txt: before {
      top: 7px;
      height: 12px;
      width: 12px;
    }

    & .please-area p.txt {
      padding-left: 20px;
    }
  }

  #regarding #contents {
    & .fees-contents .about-area, & .procedur-item, & .certificate-contents .txt-2box {
      padding: 20px 15px;
    }

    & .txt-3box {
      width: 100%;
    }
  }

  #service .services-area .services-item {
    padding: 20px 16px;
  }

  #service .services-area .services-item .about-txt {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 430px) {
  #day #contents {
    & .nurse-care .care-list li br {
      display: none;
    }

    & .nurse-care h3 br {
      display: none;
    }
  }

  #preparation #contents {
    & .csset-area .txt-2box:first-child h4.plan-ttl .sub-txt {
      margin-left: 0;
    }

    & .belongings.sub:nth-child(2) br.br-559 {
      display: none;
    }

    & .belongings.sub:nth-child(2) .txt {
      padding: 10px;
    }

    & .home-set h3 .br-559 {
      display: none;
    }

    & .diapers-area h2 {
      font-size: 23px;
    }
  }
}

@media screen and (max-width: 414px) {
  #preparation #contents {
    & .diapers-area .about-box .table-02 th {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
    }

    & .diapers-area .about-box .table-02 th .sub-txt {
      margin-left: 0;
    }
  }

  #meeting #contents {
    & .meeting-area .meeting-item .notice-area p br {
      display: none;
    }

    & .meeting-area .meeting-item li br.br-559 {
      display: none;
    }
  }

  #day #contents {
    & .day-flow:before {
      height: 99%;
    }
  }
}

@media screen and (max-width: 393px) {
  #teamsupport #contents {
    & .feeling-area p {
      font-size: 16px;
    }
  }

  #day #contents {
    & .nurse-care h3 {
      font-size: 17px;
    }
  }
}
