@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, time,
a, abbr, acronym, address, em, strong, b, u, i,
dl, dt, dd, ol, ul, li,
img, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1;
}
header, footer, nav, section, article, figure, figcaption {
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	color: #20304d;
	background: #fff;
	font-weight: 400;
}

body,
input,
button {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

em, i {
	font-style: normal;
}



a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

li {
	list-style-type: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

* {
	font-feature-settings: "liga" 0;
}

::selection {
	color: #fff;
	background: #000;
}

em.italic {
	font-style: italic;
}





