@charset "utf-8";
/* 和文 notosansJP */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap'); */
/* 英文 Lato */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Lato:300&display=swap'); */

/* CSS初期化のスタイルを記載 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/* font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif; */
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
	display: block;
}
html {
	/*-webkit-text-size-adjust: auto !important;*/
	/*-ms-text-size-adjust: auto !important;*/
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table { /* markup tables with 'cellspacing="0"' */
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
}
a {
	color: inherit;
}

/* FontFaceMincho */
.font-face-mincho {
	font-family: "YuMincho", "Yu Mincho", YuMincho, "游明朝", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pr6 W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* 和文 notosansJP */
.font-face-noto{
	font-family: 'Noto Sans Japanese';
}
/* 英文 Lato */
.font-face-lato-fine{
	font-family: Futura, 'Lato', sans-serif;
	font-weight: 100;
}
.font-face-lato{
	font-family: Futura, 'Lato', sans-serif;
	font-weight: 400;
}

/*Clearfix*/
.clr {
	/zoom: 1;
}
.clr:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
