@charset "UTF-8";

#header {
	height: 390px;
	border-top: 2px solid #80442B;
	width: 100%;
	background-image: url(../students/img/top02.jpg);
	background-position: center top;
}

.btnSP {
	display: flex;
	justify-content: space-evenly;
	gap: 30px;
}
.btn{background-color: #F49A00; color: #fff !important;}

@media (max-width: 767px) {
	#header{height: 70vw;}

	.btnSP{flex-wrap: wrap;}
	.btn{width: 100%;}
}
