﻿* {
     margin : 0;
     padding : 0;
}

img {
	border : 0;
	vertical-align : top;
	font-size : 0;
	line-height : 0;
}

@font-face {
	src : url("NotoSansJP-Medium.ttf") format("truetype");
	font-family : "Noto Sans JP";
	font-weight : 500;
	font-style : normal;
	font-display : swap;
}

body {
	margin : 0;
	padding : 0;
	font-family : "Noto Sans JP","sans-serif";
	font-style : normal;
	font-weight : 500;
	font-size : 100%;
	background : #ffffff;
}

#container {
	position : absolute;
    width : 90%;
	top : 45%;
	left : 50%;
	transform : translate(-50%, -50%);
    text-align : center;
}

h1 {
	width : 50%;
	margin : 0 auto 7% auto;
}

h1 img {
	width : 100%;
	height : 100%;
}

dl dt {
    margin-bottom : 3%;
	font-size : 140%;
	text-align : center;
}

dl dt font {
	letter-spacing : -8px;
}