@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
img {
	width: 100%;
	display: block;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
	background: url(/assets/form/images/bg.jpg);
	background-size: 400px;
}

/*====================================

	loading

====================================*/

#loading {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#loading img {
	width: 60px;
}

/*====================================

	footer

====================================*/ 

#footer {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#footer p {
	width: 100%;
	text-align: center;
	font-size: 90%;
	font-weight: 200;
}

/* =======================================

	cf

======================================= */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
 
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}