@charset "utf-8";
/* タイトル調整 */
.timetable-item__ttl span{
	margin-top: 15px;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
}
.col01 .timetable-item__ttl span{
	margin-top: 20px;
	font-size: 1.2rem;
}
.col02 .timetable-item__ttl span,
.timetable-time .col01 .col02in01 span {
	margin-top: 15px;
	font-size: 1rem;
}
.col03 .timetable-item__ttl span{
	font-size: 1rem;
}
.conference-ttl span{
    font-size: 0.6em;
	margin-top: 15px;
    line-height: 1.5;
    font-feature-settings: "palt";
}

/* カレンダー登録ボタン調整 */
.day-theme__panel {
	z-index: 10;
}