@charset "utf-8";
/* CSS Document */
*{margin:0;
padding:0;}

a { text-decoration: none;}
ul, ol{ list-style-type: none;}

img{ vertical-align: middle;
margin:0;
border:none;}

/*追加 2019/11/15*/
html{
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

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

/**/

