@charset "UTF-8";

html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
	font-weight: 300;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	text-align: justify;
	word-break: break-all;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
img {
	vertical-align: top;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
img:not(.post img) {
	width: auto;
}
li	{
	text-align: justify;
}
li:not(.post li) {
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: left;
}
strong, b {
	font-weight: bold;
}

html {
	font-size:62.5%;
}

body {
	font-family: 'Poppins', 'Noto Sans JP', sans-serif;
	background: #FFF;
	color: #000;
	font-size: 1.45rem;
	line-height: 1.5em;
	text-align: center;
	line-height: 1.7em;
}

a:link	{
	text-decoration: none;
	color: #000;
	transition: all 0.35s;
}

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

a:hover	{
	text-decoration: none;
	color: #e72418;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.fixed {
	position: fixed;
	z-index: 999999999;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}


