@charset "UTF-8";
/*--------------------------------------



--------------------------------------*/

.contentInner {
  margin: 0 0 60px;
}

.contentSub:not(:last-of-type) {
  margin: 0 0 50px;
}

.contentImg {
  display: block;
  margin: 20px auto 0;
}
.contentImg img {
  margin: 0 auto;
}

.rehabilitationWorkItem {
  position: relative;
  padding: 0 0 0 15px;
}
.rehabilitationWorkItem::before {
  position: absolute;
  content: "●";
  color: #61D2DB;
  left: 0;
  top: 5px;
  margin: 0 5px 0 0;
  font-size: 10;
}
.rehabilitationWorkItem:not(:last-of-type) {
  margin: 0 0 5px;
}

.rehabiliLink {
  color: #fff;
  background: #61D2DB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 15px;
  text-decoration: none;
  transition: 0.3s;
  font-size: calc(1.325rem + 0.675vw);
}
.rehabiliLink:hover {
  opacity: 0.8;
}

.quarterWrap {
  margin: 40px auto 60px;
}

/*--------------------------------------



--------------------------------------*/
.rehabilitationAttend {
  background: #FFF8F8;
  border-radius: 10px;
  padding: 35px;
  margin: 0 0 60px;
}

.rehabiliAttendText {
  text-align: center;
  margin: 0 0 20px;
  font-size: calc(1.305rem + 0.495vw);
}

.rehabiliAttendTitle {
  font-size: calc(1.375rem + 1.125vw);
  color: #FF7D7D;
  text-align: center;
  font-weight: 500;
}

.rehabiliPillarImg {
  max-width: 620px;
  margin: 0 auto 35px;
}

.rehabiliPillarBox {
  padding: 30px;
  border-radius: 10px;
}
.rehabiliPillarBox:not(:last-of-type) {
  margin: 0 0 25px;
}

.rehabiliPillarBox01 {
  background: rgba(97, 210, 219, 0.15);
}

.rehabiliPillarBox02 {
  background: rgba(112, 165, 217, 0.15);
}

.rehabiliPillarBox03 {
  background: rgba(255, 174, 68, 0.15);
}

.rehabiliPillarTitle {
  position: relative;
  padding: 0 0 0 60px;
  margin: 0 0 20px;
  font-size: calc(1.355rem + 0.945vw);
}
.rehabiliPillarTitle .rehabiliPillarNum {
  font-size: calc(1.325rem + 0.675vw);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.rehabiliPillarTitle01 {
  color: #61D2DB;
}

.rehabiliPillarTitle02 {
  color: #70A5D9;
}

.rehabiliPillarTitle03 {
  color: #FFAE44;
}

.rehabiliPillarNum01 {
  background: #61D2DB;
}

.rehabiliPillarNum02 {
  background: #70A5D9;
}

.rehabiliPillarNum03 {
  background: #FFAE44;
}

.rehabiliPillarSubTitle {
  font-size: calc(1.325rem + 0.675vw);
  margin: 0 0 0 10px;
}

.rehabiliQaItem {
  padding: 30px 0 25px;
}
.rehabiliQaItem:not(:last-of-type) {
  border-bottom: dotted 2px #ccc;
}

.rehabiliQuestion {
  position: relative;
  padding: 0 0 0 55px;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: calc(1.305rem + 0.495vw);
}
.rehabiliQuestion span {
  font-size: calc(1.285rem + 0.315vw);
  min-width: 36px;
  min-height: 36px;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #61D2DB;
}

.rehabiliAnswer {
  position: relative;
  padding: 0 0 0 55px;
  margin: 0 0 15px;
  font-size: calc(1.305rem + 0.495vw);
}
.rehabiliAnswer span {
  font-weight: 700;
  font-size: calc(1.285rem + 0.315vw);
  min-width: 36px;
  min-height: 36px;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #F9A1A1;
}

.inquiryTable {
  max-width: 680px;
}

.inquiryTableHome {
  max-width: 380px;
}

.childReha {
  display: none;
}

.staffItem::before, .rehabilitationWorkItem::before {
  content: "";
  margin: 3px 5px 0 0;
  width: 10px;
  height: 10px;
  background: #61D2DB;
  border-radius: 50%;
}
.staffItem:not(:last-of-type), .rehabilitationWorkItem:not(:last-of-type) {
  margin: 0 0 5px;
}
@media (min-width: 1000px){
  .rehabiliLink {
    font-size: 2rem;
  }
  .rehabiliAttendText {
    font-size: 1.8rem;
  }
  .rehabiliAttendTitle {
    font-size: 2.5rem;
  }
  .rehabiliPillarTitle {
    font-size: 2.3rem;
  }
  .rehabiliPillarTitle .rehabiliPillarNum {
    font-size: 2rem;
  }
  .rehabiliPillarSubTitle {
    font-size: 2rem;
  }
  .rehabiliQuestion {
    font-size: 1.8rem;
  }
  .rehabiliQuestion span {
    font-size: 1.6rem;
  }
  .rehabiliAnswer {
    font-size: 1.8rem;
  }
  .rehabiliAnswer span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px){
  .inquiryTableHead {
    width: 240px;
  }
  .contentInner {
    margin: 0 0 85px;
  }
  .contentSub:not(:last-of-type) {
    margin: 0 0 100px;
  }
  .rehabilitationWork {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contentImg {
    min-width: 43.1818181818%;
    max-width: 43.1818181818%;
    margin: 0 0 0 20px;
  }
  .inquiryTableHead {
    display: table-cell;
    width: 350px;
  }
  .inquiryTableHead130 {
    width: 130px;
  }
  .childReha {
    display: block;
  }
}
@media print, screen and (min-width: 960px){
  .rehabilitationAttend {
    margin: 0 0 80px;
  }
}

/*# sourceMappingURL=rehabilitation.css.map*/