@charset "utf-8";


/*-----------------------------------

mainContainer

-----------------------------------*/

#mainContainer {
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
}

#mainContainer section table {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 30px;
}

#mainContainer section table th {
	background: #eeeeee;
	font-weight: 500;
}

#mainContainer section table th.lv01 {
	width: 200px;
	box-sizing: border-box;
}

#mainContainer section table td {
	padding: 40px 30px 40px 30px;
	vertical-align: top;
	font-weight: 500;
}

#mainContainer section table td ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
}

#mainContainer section table td ul li .day {
	width: 120px;
}

#mainContainer section table td ul li span {
	width: 230px;
}

.tits01 {
	margin: 0 0 20px 30px;
	font-size: 1.8rem;
}


@media screen and (max-width: 559px) {

.tableBox {
	width: 100%;
	overflow-x: auto;
}

#mainContainer section table {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 4vw;
	width: auto;
}

#mainContainer section table th {
	font-weight: normal;
	background: #eeeeee;
}

#mainContainer section table th.lv01,
#mainContainer section table td.lv01 {
	width: auto;
	box-sizing: border-box;
	padding: 4vw 2vw;
	white-space: normal;
	text-align: center;
}

#mainContainer section table td {
	padding: 4vw;
	vertical-align: top;
}

#mainContainer section table td ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 2vw;
}

#mainContainer section table td ul li .day {
	width: 21.33vw;
}

#mainContainer section table td ul li span {
	width: 50vw;
}

.tits01 {
	margin: 0 0 4vw 6.67vw;
	font-size: 1.6rem;
}

}



