@charset "utf-8";

* ,
*::before ,
*::after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	        box-sizing: border-box;
	word-break: normal;
	word-break: break-word;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, 
p, blockquote,
img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}

img {
	max-width: 100%;
}

br {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th ,
td {
	vertical-align: top;
	text-align: left;
}

ol, ul, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	line-height: inherit;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

b ,
strong {
	font-weight: bolder;
}

sub ,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

label {
	cursor: pointer;
}

button ,
input ,
optgroup ,
select ,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button ,
input {
	overflow: visible;
}

button ,
select {
	text-transform: none;
}

button ,
[type="button"] ,
[type="reset"] ,
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner ,
[type="button"]::-moz-focus-inner ,
[type="reset"]::-moz-focus-inner ,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring ,
[type="button"]:-moz-focusring ,
[type="reset"]:-moz-focusring ,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"] ,
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="checkbox"] {
	margin: 5px;
}

[type="number"]::-webkit-inner-spin-button ,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}


figure {
	margin: 0;
}

[hidden] {
	display: none !important;
}

head, style, script {
	display: none !important;
}


@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	     text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	text-underline-offset: 10%;
}

body {
	font-family: YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 1.8rem;
	line-height: 1.75;
	color: #333;
	background: #FFF;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

[tabindex] {
	cursor: pointer;
}


