@charset "UTF-8";
/*
	Filename: school
	Version: 1.0.1
*/
.flow_nav {
  justify-content: center;
  align-items: center;
	gap: 30px;
	margin-bottom: 80px;
}
.flow_nav a {
  display: block;
	padding: 10px 30px;
	background: #135878;
	border-radius: 30px;
	font-size: 20px;
	color: #fff;
}
.design12 {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	background: #e1f6fc;
}
.design12 tr:nth-child(2n+1) {
	background: #f1f9fb;
}
.design12 th {
	padding: 10px;
	border: solid 1px #ffffff;
	background: #135878;
	color: #ffffff;
	line-height: 1.8;
	vertical-align: middle;
}
.design12 td {
	padding: 10px;
	border: solid 1px #ffffff;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: middle;
}
.design12 td:first-child {
	min-width: 150px;
}
.design12 td:last-child {
	text-align: left;
}
.voice {
	padding: 30px;
	background: #f1f9fb;
	font-size: 18px;
	line-height: 1.8;
}
.voice span {
	display: block;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.flow_nav {
		margin-bottom: 30px;
		text-align: center;
	}
	.flow_nav a {
		width: 207px;
		font-size: 16px;
	}
	.design12 th {
		font-size: 14px;
	}
	.design12 td {
		font-size: 14px;
	}
	.voice {
		padding: 15px;
		font-size: 16px;
	}
	.voice span {
		font-size: 18px;
	}
}