@charset "UTF-8";
.page__caresys {
  /* --------------------------*/
  /*	ケアシスとは
  /* --------------------------*/
  /* --------------------------*/
  /*	新型水光注射の概要 コース紹介／料金（税込）
  /* --------------------------*/
  /* --------------------------*/
  /*	導入薬剤
  /* --------------------------*/
}
.page__caresys p {
  font-size: 1.6rem;
  line-height: 2.2;
}
.page__caresys .gazou {
  transition: all 0.3s;
}
.page__caresys .gazou:hover {
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(175, 175, 175, 0.5);
}
.page__caresys h3 {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #969696;
  border-bottom: 1px solid #e5e5e5;
}
.page__caresys .photo_ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  color: #969696;
}
.page__caresys h4 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  color: #969696;
  margin: 3rem 0 1rem 0;
  padding-bottom: 1rem;
}
.page__caresys .fz2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
}
.page__caresys .ttl_bt_line {
  padding: 2rem 0;
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
}
.page__caresys dt,
.page__caresys dd {
  line-height: 2.2;
}
.page__caresys dt {
  font-weight: 500;
  color: #024c8b;
}
.page__caresys dd {
  margin-bottom: 2rem;
}
.page__caresys .txt-rgt {
  text-align: right;
}
.page__caresys .content {
  position: relative;
  padding: 8rem 0;
  background: url(../images/caresys/bg_caresys.jpg) top left no-repeat;
  background-size: cover;
}
.page__caresys .detail {
  position: relative;
  width: 124rem;
  max-width: 100%;
  margin: 0 auto;
}
.page__caresys #overview {
  background: #f6f6f6;
}
.page__caresys #overview .table-content .ttl,
.page__caresys #price .table-content .ttl {
  width: 32%;
  color: #fff;
  vertical-align: middle;
  background: #929db1;
}
.page__caresys #overview .table-content th,
.page__caresys #price .table-content th {
  text-align: left;
}
.page__caresys #overview .table-content td .u-ta-r,
.page__caresys #price .table-content td .u-ta-r {
  font-size: 1rem;
}
.page__caresys #overview .table-content .c_ylw,
.page__caresys #price .table-content .c_ylw {
  color: #c1970d;
  font-family: "Noto Serif JP", sans-serif;
}
.page__caresys #beauty .medications h3 {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #969696;
  border-bottom: none;
}
.page__caresys #beauty .medications .flex {
  gap: 4rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .page__caresys #beauty .medications .flex {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
}
.page__caresys #beauty .medications .medications_list {
  order: 2;
  width: 80%;
}
@media only screen and (max-width: 47.9375em) {
  .page__caresys #beauty .medications .medications_list {
    width: 100%;
  }
}
.page__caresys #beauty .medications .medications_photo {
  order: 1;
  max-width: 20rem;
}
@media only screen and (max-width: 47.9375em) {
  .page__caresys #beauty .medications .medications_photo {
    max-width: 100%;
    margin: 1rem 0;
  }
}/*# sourceMappingURL=caresys.css.map */