@charset "UTF-8";

@media screen and (max-width: 480px) {

html {
 scroll-behavior: smooth;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

h1,h2,h3,h4 {
	font-size: 90%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.5;
}

address {
	font-style: normal;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link,
a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover,
a:active {
	text-decoration: none;
	color: #444444;
}

table {
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #222222;
	border: 0;
	border-collapse: collapse;
	line-height: 1.5;
}

table th {
	font-style: normal;
	font-weight: normal;
}

table td {
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dl dt {
	margin: 0;
	padding: 0;
}

dl dd {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

header, nav, article, footer, aside, section	{
	margin: 0;
	padding: 0;
	display: block;
}

}
