/*--------------------------------------------------------------
# up-educational-project
--------------------------------------------------------------*/
/*---モジュール：h2---*/
h2 {
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 140%;
text-align: center;
padding-bottom: 16px;
border-bottom: 2px solid #DAEBFB;
color: #004693;
margin-bottom: 40px;
margin-top: 80px;
}
h2::before, h2::after{
	display: none;
}

.h2-wrap{
	margin-bottom: 40px;
	margin-top: 80px;
	text-align: center;
}

.h2-wrap h2{
	margin-top: 12px;
	margin-bottom: 0;
}

.h2-flag{
	font-size: 16px;
	padding: 2px 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	text-align: center;
	color: #004693;
	background-color: #F4F9FB;
	border: 1px solid #004693;
	margin: 0 auto;
	border-radius: 40px;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 28px;
		padding-bottom: 16px;
		margin-bottom: 32px;
		/* margin-top: 40px; */
	}
	.h2-flag{
		font-size: 14px;
	}
	.h2-wrap{
		margin-bottom: 32px;
		/* margin-top: 40px; */
	}
}
