@charset "UTF-8";

html,body{margin:0px;padding:0px;}em,address{font-style:normal;}table th,table td,dl,dl dt,dl dd,ul,ol,li,p{font-size:1rem;margin:0px;padding:0px;}

html,body{
width:100%;
line-height:1.5;}

/* @media screen and (max-width: 768px){html,body{width:100%;overflow-x:hidden;line-height:1.5;}
*/

html,body{
background-color:#FFF;
font-family:'Noto Sans JP', sans-serif;
line-height:2;
font-size:16px;
font-weight:normal;
color:#323232;
background-size:auto;
background-position:center top;
background-repeat:no-repeat;}
/* overflow-x:hidden;  */


*{overflow-wrap: break-word;word-wrap: break-word;outline:none;box-sizing:border-box;}

footer .copyright{
	text-align:center;
	padding:0.7em 0px;
	color:#FFF;
	letter-spacing:0.1em;
	background:#000;
	width:1000px;
}
footer .copyright p{font-size:0.75rem;}

