@charset "utf-8";

/* topics.css
 * Kidney - v1.0.0
 * Created : 2025-5-15
 * トピックス
 * **************************************************
 * Content
 * One Day
 * Online
 * 
 * 更新履歴：
 * **************************************************
 */

/* Content
------------------------------------------------------------------- */
/* Topics */
#subpage.topics .content {
  max-width: var(--width-content-one-col);
}

/* One Day
------------------------------------------------------------------ */
#subpage.topics .one-day h3 {
  margin-top: 50px;
  font-size: var(--font-size-subpage-h3);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#subpage.topics .one-day > h4 {
  margin-top: 1.0rem;
  font-size: var(--font-size-subpage-h4);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#subpage.topics .one-day p + h4 {
  margin-top: 2.0rem;
}

#subpage.topics .one-day table {
  margin-top: 10px;
}
#subpage.topics .one-day th {
  width: 15%;
}

/* 注意事項 */
#subpage.topics .one-day .notice {
  display: flex;
  column-gap: 30px;
  margin-top: 20px;
  padding: 12px 20px;
  border: 1px solid #ff8585;
  background-color: #fff2f2;
  border-radius: 6px;
  color: #ee7070;
}
#subpage.topics .one-day .notice h4 {
  font-size: var(--font-size-subpage-h4-nt);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
#subpage.topics .one-day .notice p {
  line-height: 1.6;
}

/* Online
------------------------------------------------------------------ */
/* flow：Heading */
#subpage.topics .fee-revision h2 {
  line-height: 1.6;
}
/* flow */
#subpage.topics .flow {
  margin-top: 30px;
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
/* flow：Heading */
#subpage.topics .flow h3 {
  margin-left: 1.5rem;
  font-size: var(--font-size-subpage-h3-m);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  text-indent: -1.5rem;
}
#subpage.topics .flow h3 + * {
  margin-top: 1.0rem;
}
#subpage.topics .flow p + p {
  margin-top: 1.0rem;
}
#subpage.topics .flow p > span {
  margin-right: 5px;
  padding: 3px 5px;
  background-color: #734d2a;
  border-radius: 4px;
  font-size: 75%;
  color: #fff;
  line-height: 2.0;
}
/* 各医療機関へのお願い */
#subpage.topics .requests__inner {
  padding: 30px;
  background-color: #fafafa;
}
#subpage.topics .requests h3 {
  font-size: var(--font-size-subpage-h3-m);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#subpage.topics .requests h3 + * {
  margin-top: 1.0rem;
}

@media screen and (max-width: 980px) {
  /* One Day
  ------------------------------------------------------------------ */
  #subpage.topics .one-day h3 {
    margin-top: 40px;
    font-size: var(--font-size-subpage-h3);
  }
  #subpage.topics .one-day > h4 {
    font-size: var(--font-size-subpage-h4);
  }
  #subpage.topics .one-day p + h4 {
    margin-top: 1.5rem;
  }
  #subpage.topics .one-day th {
    width: 18%;
  }

  /* 注意事項 */
  #subpage.topics .one-day .notice {
    display: block;
    column-gap: normal;
    padding: 12px 18px;
  }
  #subpage.topics .one-day .notice h4 {
    font-size: var(--font-size-subpage-h4-nt);
  }


  /* Online
  ------------------------------------------------------------------ */
  /* flow */
  #subpage.topics .flow {
    margin-top: 25px;
    padding: 15px 15px;
  }
  /* flow：Heading */
  #subpage.topics .flow h3 {
    font-size: var(--font-size-subpage-h3-m);
  }
  #subpage.topics .flow p {
    line-height: 1.6;
  }
  /* 各医療機関へのお願い */
  #subpage.topics .requests__inner {
    padding: 20px;
  }
  #subpage.topics .requests h3 {
    font-size: var(--font-size-subpage-h3-m);
  }



}