@charset "utf-8";
html {
	font-size: 16px;
	line-height: 1.8; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}


*, ::before, ::after {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体','YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
	/* background: url(img/main_bg_01.png) repeat-y left top 0px, url(img/main_bg_01.png) repeat-y center top 150px, url(img/main_bg_01.png) repeat-y right top 350px; */
	/* background-size: 18%, 18%, 18%; */
	/* background-attachment: fixed; */
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0;
/*	margin: 0.67em 0;*/
}


/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 100%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	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;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
	}

progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

details {
	display: block;
}

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

template {
	display: none;
}

[hidden] {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}

p {
	font-size: 16px;
}

.pcnone {
	display: block;
}

.spnone {
	display: none;
}

a {
	text-decoration: none;
	color: #b03;
}

a:hover {
	opacity: 0.8;
}