@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/earlyaccess/sawarabigothic.css");

/* Reset */
	html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	bottom: auto;
	width: auto;
	}

html {
  width: 100%;
  height: 100%;
}

body {
	font-family: "Sawarabi Gothic";
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: .15em;
	text-align: center;
}
a {
	color: #F15A22;
	text-decoration: underline;
}

a:hover {
	color: #E15A28;
	text-decoration: none;
}

a:visited {
	color: #E5B36E;
	text-decoration: underline;
}
.container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
text-align: center;
}

.child {
	width:750px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2rem;
	text-align: center;
	}	
.logo {
	width: 70%;
	margin-bottom: 5rem;
	text-align: center;
	}
	
.comment {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.qr_link {
		margin-top: 3rem;
	}
.font_large {
	font-size: large;
}
	
@media screen and (max-width: 720px) {
.logo {
	width:80%;
	margin-bottom: 2rem;
	}
	
.child {
	width:90%;
	}
.comment {
	width: 100%;
	font-size: .85em;
}
	
	}
