/*共通*/
.cst-scroll {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
.cst-font-small {
  font-size: 0.8rem;
}
@media (max-width: 784px) {
  .cst-scroll {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  .cst-br-pc {
    display: none;
  }
}
@media (min-width: 784.1px) {
  .cst-br-sp {
    display: none;
  }
}
/*共通*/
/*ページ内リンク*/
#cst-clinic-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin-bottom: 48px;
  margin-top: 36px;
}
.cst-clinic-link-box {
  padding: 0 15px;
  border-right: 1px solid #dfdfdf;
}
.cst-icon-under {
  background-image: url(/assets/add/next-under.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.cst-clinic-link-box a {
  font-size: 0.9rem;
  text-decoration: none;
}
@media (max-width: 784px) {
  #cst-clinic-link {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .cst-clinic-link-box {
    border-right: none;
    width: 50%;
    margin-bottom: 10px;
  }
  .cst-clinic-link-box a {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .cst-clinic-link-box:nth-child(1),
  .cst-clinic-link-box:nth-child(3) {
    border-right: 1px solid #dfdfdf;
  }
}
@media (min-width: 784.1px) {
  .cst-clinic-link-box:nth-child(4) {
    border-right: none;
  }
}
/*ページ内リンク-fin*/
/*イントロ*/
.cst-nt-intro-box-1 img {
  width: 100%;
}
@media (min-width: 784.1px) {
  .cst-nt-intro-container {
    display: flex;
    align-items: center;
  }
  .cst-nt-intro-box-1 {
    width: 40%;
  }
  .cst-nt-intro-box-2 {
    width: 80%;
    margin-left: 30px;
  }
}
@media (max-width: 784px) {
  .cst-nt-intro-box-1 img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: 0 100%;
    margin-bottom: 20px;
  }
}
/*イントロ*/
/*サルスクリニックの栄養指導*/
.cst-nt-detail-top {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #eb6100;
}
.cst-nt-detail-box-2 {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 2% 5%;
  margin-bottom: 24px;
}
.cst-nt-detail-box-2 p {
  text-align: right;
}
.cst-nt-feature-title {
  font-size: 1.1rem;
  font-weight: bold;
}
.cst-nt-feature-title span {
  color: #ffb580;
  margin-right: 15px;
}
@media (min-width: 784.1px) {
  .cst-nt-detail-container {
    display: flex;
    align-items: center;
  }
  .cst-nt-detail-box-1 {
    width: 50%;
  }
  .cst-nt-detail-box-2 {
    width: 50%;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .cst-nt-detail-top {
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media (max-width: 784px) {
  .cst-nt-feature-title {
    margin-top: 24px;
  }
  .cst-nt-detail-box-2 {
    margin-top: 16px;
  }
}
/*サルスクリニックの栄養指導-fin*/
/*保険適用の栄養指導*/
.cst-nt-coverage-box-3 {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 1% 3%;
  margin-top: 16px;
}
.cst-nt-coverage-box-3 table span {
  font-size: 0.8rem;
  font-weight: normal;
}
.cst-nt-coverage-box-3 table th,
.cst-nt-coverage-box-3 table td {
  font-size: 14px;
}
.cst-nt-coverage-box-3 table td {
  text-align: center;
  vertical-align: middle;
}
.cst-nt-coverage-box-1 img {
  width: 100%;
}
@media (min-width: 784.1px) {
  .cst-nt-coverage-container {
    display: flex;
    align-items: center;
  }
  .cst-nt-coverage-box-1 {
    width: 33%;
  }
  .cst-nt-coverage-box-2 {
    width: 67%;
    margin-left: 30px;
    margin-top: 0;
  }
  .cst-lw-container {
    display: flex;
    justify-content: center;
    row-gap: 15px;
  }
}

.cst_radio_tabs {
  margin-top: 50px;
  padding-bottom: 10px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.cst_radio_tab_item {
  width: calc(100% / 2);
  height: 50px;
  background-color: #ebebeb;
  color: #666666;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="cst_radio_tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.cst_radio_tab_content {
  display: none;
  padding: 0px 50px 20px;
  clear: both;
  overflow: hidden;
  border: 1px solid #eb6100;
}
#cst-nt-flow .cst_radio_tabs ol li {
  line-height: 1.75;
  font-size: 16px;
}
/*選択されているタブのコンテンツのみを表示*/
#cst_radio_all:checked ~ #cst_radio_all_content,
#cst_radio_programming:checked ~ #cst_radio_programming_content,
#cst_radio_design:checked ~ #cst_radio_design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.cst_radio_tabs input:checked + .cst_radio_tab_item {
  color: white;
  background-color: #eb6100;
}
.cst-nt-noncoverage-box-1,
.cst-nt-noncoverage-box-3 {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 20px;
}
.cst-nt-noncoverage-box-1 p,
.cst-nt-noncoverage-box-3 p {
  font-size: 14px;
  line-height: 2rem;
}
.cst-nt-noncoverage-box-1 p:first-child,
.cst-nt-noncoverage-box-3 p:first-child {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #eb6100;
  margin-bottom: 10px;
}
.cst-nt-noncoverage-box-3-1 p {
  text-align: left;
  display: inline-block;
  font-size: 14px !important;
  line-height: 2rem;
  border-bottom: 0px solid #eb6100 !important;
}
@media (max-width: 600.01px) {
  .cst-lw-box {
    padding: 10px 30px;
    margin: 0 30px;
    background-color: #f7f7f7;
    font-weight: bold;
  }
}
@media (max-width: 784px) {
  .cst_radio_tab_content {
    padding: 0px 20px 20px;
  }
  .cst-lw-row {
    display: block;
    padding: 3%;
  }
  .cst-lw-row section {
    width: 100% !important;
  }
  .cst-lw-row .cst-lw-closs {
    width: 20%;
    margin: 0 auto;
  }
  .cst-lw-container {
    display: block;
    text-align: center;
  }
  .cst-lw-list-arrow {
    background-image: url(/assets/guide-lossweight-arrow2.svg);
    width: 20px;
    height: 20px;
    margin: 0 auto;
  }
  .cst-lw-box {
    padding: 10px 30px;
    margin: 0 30px;
    background-color: #f7f7f7;
    font-weight: bold;
  }
  #cst-lw-price-table th {
    font-size: 12px;
  }
  .cst-lw-center {
    margin-right: 3%;
    margin-left: 3%;
  }
  .cst-lw-row-1 {
    padding: 5px 10px;
  }
  .cst-lw-row-2 {
    padding: 5px 10px;
  }
  .cst-lw-midashi .paragraph {
    font-size: 13px;
    letter-spacing: 0;
  }
  .cst-nt-noncoverage-box-2 {
    width: 100%;
    height: 50px;
  }
  .cst-nt-noncoverage-box-2 {
    background-image: url(https://salusclinic.jp/assets/add/next-under.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
  }
  .cst-sp-mb-16 {
    margin-bottom: 16px;
  }
  .cst-sp-mt-16 {
    margin-top: 16px;
  }
  .cst-sp-mb-8 {
    margin-bottom: 8px;
  }
  .cst-sp-mt-8 {
    margin-top: 8px;
  }
  .cst-nt-noncoverage-box-1 {
    margin-top: 24px;
  }
  .cst-nt-coverage-box-1 img {
    margin-bottom: 16px;
  }
}
@media (min-width: 784.1px) {
  .cst_radio_tabs {
    width: 80%;
  }
  .cst-nt-noncoverage-container {
    display: flex;
  }
  .cst-nt-noncoverage-box-1,
  .cst-nt-noncoverage-box-3 {
    width: 46%;
  }
  .cst-nt-noncoverage-box-2 {
    width: 8%;
  }
  .cst-nt-noncoverage-box-2 {
    background-image: url(https://salusclinic.jp/assets/guide-lossweight-arrow.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center center;
  }
}
/*保険適用の栄養指導-fin*/
/*栄養指導の予約*/
.cst-nt-reservation-box-2 img {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media (min-width: 784.1px) {
  .cst-nt-reservation-container {
    display: flex;
    align-items: center;
  }
  .cst-nt-reservation-box-1 {
    width: 65%;
    margin-right: 30px;
  }
  .cst-nt-reservation-box-2 {
    width: 35%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .cst-nt-reservation-button {
    display: flex;
  }
  .cst-nt-reservation-button a {
    margin: 0 10px;
  }
}
@media (max-width: 784px) {
  .cst-nt-reservation-button a {
    margin: 5px 0;
  }
}
/*栄養指導の予約-fin*/
/*インスタ*/
/* #region*/
.cst-insta-title {
  color: #eb6100;
  font-size: 2rem;
  letter-spacing: 2px;
}
/*slick */
.slider div {
  text-align: center;
  width: 100%;
}

.slider img {
  width: 90%;
  margin: 0 auto;
  height: auto;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slider-2 div {
  text-align: center;
  width: 100%;
}

.slider-2 img {
  width: 95%;
  margin: 5px auto;
  height: auto;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cst-slide-insta {
  width: 100%;
  align-items: center;
}
.cst-slide-insta-box-1 {
  padding: 20px 10px;
  text-align: center;
}
.cst-slide-insta-box-1 img {
  width: 35%;
  margin-bottom: 5px;
}
.cst-slide-insta-box-1 a {
  text-decoration: none;
}
@media (min-width: 641px) {
  .cst-slide-insta {
    display: flex;
    width: 100%;
  }
  .cst-slide-insta-box-1 {
    width: 35%;
    margin: 10px;
    text-align: center;
  }
  .cst-slide-insta-box-2 {
    width: 65%;
  }
  .cst-sp {
    display: none;
  }
}
@media (max-width: 640px) {
  .cst-pc {
    display: none;
  }
  .cst-insta-flex-1 {
    display: flex;
    align-items: center;
  }
  .cst-insta-flex-1-box {
    width: 90px;
    margin: 0 24px 0 0;
  }
  .cst-insta-flex-2-box {
    display: flex;
  }
  .cst-slide-insta-box-1 img {
    width: 85%;
  }
  .cst-insta-title {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
  }
  .cst-slide-insta-box-2 {
    margin-bottom: 10px;
  }
  .cst-slide-insta-box-1 {
    padding: 10px;
  }
  .cst-insta-flex-2-box p {
    text-align: left;
  }
}
/* slick*/
/*インスタ-fin*/
/*qa*/
.cst-nt-qa img {
  max-width: 100%;
}
@media (min-width: 641px) {
  .cst-nt-qa img {
    width: 33%;
    margin-right: 30px;
  }
  .cst-nt-qa {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .cst-nt-qa img {
    margin-bottom: 16px;
  }
}
/*qa-fin*/
/*かかりつけ*/
@media (min-width: 641px) {
  .cst-nt-qa img {
    width: 40%;
  }
  .cst-kakaritsuke-container {
    display: flex;
  }
  .cst-kakaritsuke-container img {
    max-width: 100%;
  }
  .cst-kakaritsuke-container > div {
    width: 33, 333%;
    padding: 0 24px;
    text-align: center;
  }
  .cst-border-right {
    border-right: #dfdfdf 0.5px solid;
  }
}
.cst-kakaritsuke-container h3 {
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  margin-top: 16px;
}
.cst-kakaritsuke-container h4 {
  text-align: left;
  margin-top: 0.5rem;
  font-size: 16px;
}
.cst-kakaritsuke-container .paragraph {
  text-align: left;
  font-size: 12px;
  line-height: 1.5rem;
  margin-top: 0;
}
.cst-kakaritsuke-container .button span {
  color: white;
}
@media (max-width: 640.99px) {
  .cst-kakaritsuke-container-sp {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #dfdfdf;
    padding: 24px 0;
  }
  .cst-kakaritsuke-container img {
    max-width: 30%;
    object-fit: contain;
  }
  .cst-kakaritsuke-container-sp div {
    margin-left: 16px;
  }
  .cst-kakaritsuke-container h3 {
    margin-top: 0;
  }
  .cst-kakaritsuke-container h4 {
    margin-top: 0.5rem;
    font-size: 14px;
  }
  #cst-kakaritsuke-reservation .cst-kakaritsuke-container a {
    margin-top: 8px !important;
  }
}
#cst-kakaritsuke-reservation .cst-nt-reservation-button a {
  background-color: white;
  color: #eb6100;
  border: 1px solid #eb6100;
}
@media (min-width: 784.1px) {
  #cst-kakaritsuke-reservation .cst-nt-reservation-button a {
    margin: 0 10px !important ;
  }
}
@media (max-width: 780px) {
  #cst-kakaritsuke-reservation .cst-nt-reservation-button a {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px !important;
  }
}

/*かかりつけ-fin*/
/**/
.cst-ntr-colum-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ←3行で制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**/
