/* default style reset
-------------------------------------*/
html{background: #fff;font-size:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse: separate;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:top;}
section,nav,article,aside,hgroup,header,footer{display:block;}
address,caption,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th,td{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}

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

/* body setting
-------------------------------------*/
html{
	height: 100%;
	font-size: 10px;
}
body{
	font-family: 'Noto Sans JP','source-han-sans', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;

	text-align: left;
	word-break: keep-all;
	word-wrap: normal;

	line-height: 1.6;
	letter-spacing: 0em;
	word-break: break-all;
	color: #555;
}


/* link style
-------------------------------------*/
a{
	color: #555;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
a:visited{}
a:hover{
	/* opacity: 0.9; */
	cursor: pointer;
}
a:active{}

/* img setting
-------------------------------------*/
img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

/* reset
----------------------- */
input, button, textarea, select{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
}
::-webkit-input-placeholder{
	font-size: 1.6rem;
	font-weight: normal;
}
:-ms-input-placeholder{
	font-size: 1.6rem;
	font-weight: normal;
}
select::-ms-expand{
	display: none;
}

/* selection
-------------------------------------*/
::selection {
	background: #555;
	color: #ffffff;
}


/* pre
-------------------------------------*/
pre{
	white-space: pre-wrap ;

}

/* library
-------------------------------------*/
.iziModal,
.iziModal-overlay{
	transition: none !important;
	transform: none !important;
}