@charset "utf-8";

.artec_logo {
	margin-top: 30px;
	margin-bottom: 15px;
}

.hptitle {
	font-size: clamp(32px, 2.9vw, 36px);
	color: #0068b6;
	line-height: 120%;
	margin-bottom: 45px;
}

.btn-first {
	margin-bottom: 30px;
}

footer {
	background-color: black;
	color: white;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 15px;
}

.copyright {
	font-size: 14px;
	padding-top: 15px;
}

.title-select {
	color: white;
	font-weight: 900;
	background: #F08000;
	font-size: 28px;
}

.btn-wrapper {
	color: white;
	font-size: 4rem;

	a {
		font-size: 3rem;
		font-weight: bold;
	}
}

.grade {
	font-size: 28px;
    color: white;
    font-weight: 600;
    background: #00A0E9;
    padding: 0.07em;
	margin-bottom: 10px;
}

@media screen and (max-width:768px) {
	/*　画面サイズが768px以下の場合読み込む　*/

}