

body {
	margin: 0;
	padding: 0;
	font-family: "M PLUS Rounded 1c","Helvetica Neue", Helvetica ,
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",'Noto Sans JP',
    "Meiryo", Verdana , "Roboto" ,
    sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-feature-settings: "palt";
	word-break: auto-phrase;
}

*{
	box-sizing:border-box;
	position: relative;
	text-decoration: none;	
}

li {
  list-style-type: none;
}

/* footer
------------------------------------- */

.copyright {
    margin: 0 auto;
    text-align: center;
    color: #505050;
    padding: 0.5% 0;
    font-size: 0.6rem;
}



	/* 全体
	--------------------------------- */	
	.PC{
		display: block;
	}
	.SP{
		display: none;
	}





@media screen and (max-width: 767px) {



	/* 全体
	--------------------------------- */	
	.PC{
		display: none;
	}
	.SP{
		display: block;
	}

}