﻿@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}

body {
	align-items: center;
	color:#000000;
	display: flex;
	font-size:120%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
	justify-content: center;
	}

main {
	margin: 1em;
}

main#center {
	text-align: center;
}

a { text-decoration:none; }

img {
	border: 0;
	height: auto;
	max-width: 100%;
	}

ul {
	margin-top:0;
	padding:0;
}

li {
	list-style:none;
}
.link {
	margin-top:1.5em;
	font-size:110%;
	text-align: ;
	font-family: 'Quicksand', sans-serif;
}

.link_c {
	margin-top:1.5em;
	font-size:115%;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
}

.link_r {
	margin-top:1.5em;
	font-size:115%;
	text-align: right;
	font-family: 'Quicksand', sans-serif;
}

figure {
	margin-top: 0;
    text-align: center;
}

#box {
	padding: 1em;
	background: #ffffff;
	opacity:0.7;
}

/*画面解像度767px以下用*/
@media ( max-width : 767px ) {
	body{
		align-items: normal;
		}
	img {
		max-width: 40vw;
		max-height: auto;
		}
	main {
		margin-top:3em;
		}
}