@charset "utf-8";
/* CSS Document */

body.program table{
	font-size: 1.5rem;
	border: 1px solid #dddddd;
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
}

body.program table th{
	font-size: 1.6rem;
	font-weight: 400;
	color: #FFFFFF;
	background: #b8b8b8;
	vertical-align: middle;
	padding: 16px;
/*	border-bottom: 1px solid #dddddd;*/
	border-right: 1px solid #dddddd;
	letter-spacing: 0.15em;
	text-align: center;
	width: 144px;
	box-sizing: border-box;
	line-height: 1;
}
body.program table th:first-of-type{
	width: 106px;
	box-sizing: border-box;
}
body.program table tr{
	border-bottom: 1px solid #dddddd;
}
body.program table tr:first-of-type{
	border-bottom: none;
}
body.program table tr.rest{
	background: #f8f8f8;
}
body.program table tr.rest td{
	font-weight: 500;
}
body.program table tr td:first-of-type{
	text-align: center;
	padding: 0;
	font-weight: 500;
	font-size: 1.5rem;
}
body.program table tr td span{
	display: block;
	font-size: 1.1rem;
}
body.program table td{
	border-left: 1px solid #dddddd;
	vertical-align: middle;
	font-size: 1.4rem;
	padding:5px;
	font-weight: 400;
}
body.program table td:not(:first-of-type){
	padding-left: 8px;
}
body.program table td p{
	color: #3b3b3b;
}
body.program section.sctn01{
	margin: 70px auto 0;
}
body.program section.sctn01 ul{
	display: flex;
	justify-content: flex-start;
	font-size: 1.6rem;
	font-weight: 400;
	color: #3b3b3b;
	list-style: none;
	margin-top: 30px;
}
body.program section.sctn01 ul li:not(:last-child) p{
	letter-spacing: 0.1em;
}
body.program section.sctn01 ul li:not(:last-child) p::after{
	display: inline;
	content: "、";
}