@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900');
@import url('https://use.fontawesome.com/releases/v5.7.2/css/all.css');

.w100 {font-weight: 100;} /* ExtraLight */
.w300 {font-weight: 300;} /* Normal */
.w400 {font-weight: 400;} /* Regular */
.w500 {font-weight: 500;} /* Medium */
.w700 {font-weight: 700;} /* Bold */
.w900 {font-weight: 900;} /* Heavy */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: 'Noto Serif JP', serif;
	font-size: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #333333;
}

.fluid_image img {
	max-width: 100%;
	height: auto;
}

div.logo_outer {
	text-align: center;
	padding: 100px 0;
}

p.logo {
	width: 25%;
	margin: 0 auto 40px auto;
}

p.xaxen {
	width: 21%;
}

p.khogami {
	width: 22%;
}
