#school a {
	text-decoration: underline;
}

.h2_p {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 0px 1%;
}

.class_kind {
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #000;
    max-width: 1000px;
    margin: 20px auto;
    padding: 0px 1%;
}

.seasonWap {
	width: 100%;
	margin: 0px auto;
	padding: 0px 1%;
	max-width: 1000px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.seasonWap::after{
	content:"";
	display: block;
	width:30%;
}

.one_season {
	width:30%;
	margin-bottom: 30px;
	border: solid 1px #1b1464;
	padding: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;;
}

.bottom_cau ul{
	list-style-type: disc;
	padding-left: 2rem
}

.netEntryBTN {
	display: block;
	padding: 10px 10px;
	text-align: center;
	color: #FF0302;
	border: solid 1px #FF0302;
	width: 480px;
	margin: 20px auto;
	text-decoration: none;
}

.boxBoder {
	box-sizing: border-box;
	display: block;
	padding: 10px 10px;
	text-align: center;
	color: #000;
	border: solid 1px #000;
	width: 100%;
	margin: 20px auto 5px;
	text-decoration: none;
}

.txt-c {
	width: 100%;
	text-align: center;
}

.table table {
	margin-bottom: 15px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.table td {
	padding: 5px;
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.table tr td:nth-of-type(2) {
	text-align: left;
}

.bottom_cau ol {
	padding-left: 2em;
}

.bottom_cau ol li {
	list-style: decimal;
}

@media handheld, only screen and (max-width: 767px) {
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝スマホ*/

	.class_kind {
		text-align: left;
	}

}




