@charset "UTF-8";

/* ==================================================
TIME TABLE
================================================== */
#timetableArea {
	padding: 0 3%;
	margin-bottom: 30px;
}

#timetableArea .areaTitle {
	letter-spacing: -0.02em;
}

#timetableArea .areaTitle img {
}

#timetableArea .column {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1200px;
	margin: 0 auto;
}

#timetableArea .column li {
	width: calc(50% - 30px);
	max-width: 480px;
	margin: 0 15px 20px;
}

#timetableArea .column li img {
}

@media screen and (max-width: 640px) {
	#timetableArea .column {
		display: block;
	}

	#timetableArea .column li {
		width: 100%;
		max-width: 480px;
		margin: 0 auto 30px;
	}
}

#timetableArea .tableNote {
	font-size: 1.4rem;
}

#onlineAttention {
	padding: 0;
	margin-top: 20px;
}

#onlineAttention ul {
	display: inline-block;
	margin: 0 auto;
	border: 2px solid #45194a;
	text-align: left;
	padding: 20px 2%;
	background: rgba(255,255,255,0.2);
}

#onlineAttention li {
	padding-left: 20px;
	text-indent: -20px;
	margin-bottom: 5px;
	line-height: 1.5;
}

#onlineAttentionli:last-child {
	margin-bottom: 0;
}

#onlineAttention li::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../img/obj5.png) no-repeat center center;
	background-size: contain;
	transform: translateY(2px);
	text-indent: 0;
}

.colortxt {
	color: #d95336;
}

.attention {
	margin-bottom: 60px;
}

.attention a,
.attention a i {
	color: #d95336;
	text-decoration: underline;
	transition: all 0.4s ease-out 0s;
}

.attention a:hover {
	opacity: 0.6;
}