@charset "utf-8";
/* ブラウザ全体に横スクロールが出るのを防ぐ保険 */
html, body {
    margin: 0;
    font-family: "M PLUS 1c", sans-serif;
    background: #fff;
    color: #404040;
	min-height: 100vh;
	font-weight: 500;
	background: #ffffff;
	display: flex;
	flex-direction: column;
}
