@charset "UTF-8";
#current section {
  padding: 0 4% 4rem;
}
#current a {
  display: block;
  width: 100%;
  height: 100%;
}
#current li{
	min-height: 1em;
	padding: 1rem;
	border-bottom: 1px solid #ccc;
}
#current li:first-child{
	border-top: 1px solid #ccc;
}
#syllabus p {}
#syllabus a,#healthroom a,#healing-certificate a {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
}


/* テキスト部分のフレックスアイテム設定 */
#healthroom a div {
  flex: 1; /* 残りのスペースを埋めるように伸縮 */
}
/* SVG部分のフレックスアイテム設定 */
#syllabus a svg,#healthroom a svg,#healing-certificate a svg {
	flex-basis: 10%;
}
