@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;/* テキストサイズバグ回避 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.6em;
	font-family:sans-serif;
	min-width: 320px;
	background: #d6f5f7;
}
p,li,dd {
	background: url("../t.gif");
	max-height: 99999px;
}
dt,h2,h3,h4,h5 {max-height: 99999px;}
img {
	vertical-align: bottom;
	max-width: 100%;
}
a {
	text-decoration: none;
	color:inherit;
}

/*
box-sizing: border-box;
-webkit-box-sizing:border-box;
*/
.center{text-align: center;}
#wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
h1 {
	text-align: center;
	margin-bottom: 2em;
}
h1 img {
	height: 3em;
}
h1 img:first-child {
	margin-right: 2em;
}
.textBox {
	background: #FFF;
	border-radius: 10px;
	padding: 2em;
	margin: 0 2em;
}
h2 {
	color: #00c1cf;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.2em;
}
.textBox p + p {
	margin-top: 0.5em;
}
.textBox a {
	color: #00c1cf;
	text-decoration: underline;
}
.textBox a:hover {
	text-decoration: none;
}
.textBox h3 {
	margin-top: 1em;
	color: #00c1cf;
}

#copyright {
	position: absolute;
	bottom: 1em;
	color: #00c1cf;
}

/* clearfix */
.clearfix {zoom:1;}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}