#entry {
	text-align: left;
}
.cont-base {
	width: 100%;
	display: flex;
	margin-bottom: 50px;
}
.cont-l {
	float: left;
	width: 48%;
}
.cont-r {
	width: 48%;
	float: right;
}
.cont-r p {
	line-height: 1.5;
}
#entry h1 {
	font-size: 28px;
	font-weight: bold;
	color: #264e96;
	line-height: 1.4 !important;
}
#entry h2 {
	background: #264e96;
	padding: 6px 10px 4px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	border-left: 6px solid #6eaac1;
	border-radius: 6px;
}
.debut {
	font-size: 16px;
	display: inline-block;
	color: #264e96;
	border: 2px solid #264e96;
	border-radius: 6px;
	padding: 6px 20px;
	box-sizing: border-box;
	margin: 20px 0px 20px;
	transition: 0.3s;
}
.debut:hover {
	color: #fff;
	background: #264e96;
	text-decoration: none;
}
.gakkou {
	display: flex;
	height: auto;
	width: calc(100% + 20px);
	margin-bottom: 60px;
}
.gakkoumei {
	display: block;
	border: 2px solid #c8c8c8;
	border-radius: 6px;
	padding: 14px 10px 8px;
	text-align: center;
	float: left;
	width: calc(20% - 20px);
	box-sizing: border-box;
	margin-right: 20px;
	color: #333;
}
.gakkoumei h4 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2 !important;
}
.gakkoumei span{
	display: inline-block;
	font-size: 13px;
	line-height: 1.2 !important;
}
.gakkoumei a {
	font-weight: bold;
	color: #264e96;
}
.gakkoumei a:hover {
	text-decoration: none;
}
.gakkoumei p{
	font-size: 20px;
}
.gakkoumei p{
	margin-top: -2px;
	font-size: 20px;
}
.gakkoumei p:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 6px;
    font-size: 16px;
}
.nenrei {
	width: 10% !important;
	margin-right: 10px;
}
.kibou p{
	margin-top: 6px;
}
.kibobi {
	width: 50% !important;
	margin-right: 20px;
}
.kibojikan {
	width: 20% !important;
}

@media screen and (min-width: 769px) {
	br.sp {
		display: none !important;
	}
}


@media screen and (max-width: 767px) {
	.cont-base {
		display: inline-block;
	}
	.cont-l, .cont-r {
		width: 100%;
	}
	.cont-l {
		text-align: center;
	}
	#entry h1 {
		font-size: 22px;
	}
	.gakkou {
		display: inline-block;
		width: 100%;
	}
	.gakkoumei {
		width: calc(50% - 5px) !important;
		margin-right: 0px !important;
		margin-bottom: 10px;
		padding: 14px 4px 8px;
	}
	.gakkoumei:nth-child(even) {
		width: calc(50% - 5px) !important;
		margin-right: 10px !important;
	}
	.gakkoumei:last-child {
		margin-bottom: 0px;
	}
	.gakkoumei p{
		font-size: 16px;
	}
	.nenrei {
		display: inline-block !important;
		width: 20% !important;
	}
	.kibobi {
		width: 77% !important;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.kibojikan {
		width: 40% !important;
	}
	.zip {
		width: 50% !important;
	}
	.nenrei-td {
		width: 330px !important;
	}
	.jikantai span.mwform-checkbox-field.horizontal-item {
		margin-left: 0px !important;
	}
}


@media screen and (max-width: 320px) {
	.gakkoumei span{
		display: none;
	}
	.gakkoumei p{
		font-size: 14px;
	}
}



@media screen and (min-width: 769px) {
	.sp-only {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc-only {
		display: none !important;
	}
}