@charset "euc-jp";
html,
body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", Hiragino Kaku Gothic ProN, "¥á¥¤¥ê¥ª", Meiryo, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4 {
	font-weight: normal;
	font-size: 100%;
  word-break: break-all;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
fieldset,img,abbr {
	border: 0;
}
img {
	vertical-align: bottom;
}

caption,th {
	text-align: left;
	margin: auto;
}
object,embed {
	vertical-align: top;
}

p {
  text-align: justify;
}

button,
input,
select,
textarea {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1.8rem;
}
input[type="submit"]::-moz-focus-inner {
  border: 0;
}

label,
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

ol,ul {
	list-style: none;
	margin: 0;
  padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
th,td {
	margin: 0;
	padding: 0;
}
th,td {
	text-align: left;
}