@font-face {
	font-family: "LINESeedJPStd";
	src: url(fonts/LINESeedJP_OTF_Rg.woff) format(woff);
}

body {
	/* 上下中央 */
	align-items:		center;

	background-color:	#fef6e4;
	color:				#001858;
	display:			flex;

	/* 積み重なるように配置する */
	flex-direction:		column;

	height:				100vh;

	/* 左右中央 */
	justify-content:	center;

	margin:				0;
	padding:			0;
}

h3 {
	text-align:		center;
}

ul {
	list-style-type:	none;
}

.ext_link {
	border:				2.5px solid black;
	border-radius:		8px;
	max-height:			64px;
	padding:			4px 8px 8px 8px;
	max-width:			240px;
}

.logo_denshiban {
	background-color:	rgba(0, 17, 102, 0.7);
}