@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;700&display=swap');

html {
	height: 100%;
	overflow: hidden !important;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	font-family: 'Montserrat','Noto Sans JP', "Corbel", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
	color: #505050;
}

body > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 800px;
}

a, a:visited{
	text-decoration: none;
	color: #1340f2;
}

h1 {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px;
	font-size: 1.6em;
	color: #ffffff;
	background: #1340f2 url("headerback.png");
	background-position: 150% 45%;
    background-size: 70%;
    background-repeat: no-repeat;
}

p {
	width: 100%;
	margin: 1em 0 .7em 0;
}

ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: baseline;
	gap: .5em .5em;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

li {
	flex-grow: 0;
	margin: 0 ;
	padding: 0;
}

footer {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.stripes {
	flex-grow: 1;
	background: repeating-linear-gradient(315deg, #1340f2, #1340f2 5px, #ffffff 0, #ffffff 15px);
}

.credit {
	padding: 0 0 0 10px;
	text-align: right;
}