@charset "UTF-8";

/*===============================================================================

	初期設定

===============================================================================*/
/* リセットCSS
************************************************************/
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}

button,
select {
  text-transform: none;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

progress {
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

*,
:after,
:before {
  border-style: solid;
  border-width: 0;
}

[tabindex],
a,
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}

svg {
  fill: currentColor;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  display: inherit;
  clip: rect(0 0 0 0);
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

* {
  background-repeat: no-repeat;
}

:root {
  color: #000;
  font: 100%/1.5 sans-serif;
  box-sizing: border-box;
  background-color: #fff;
  cursor: default;
}

a {
  text-decoration: none;
}

canvas,
iframe,
img,
svg {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
}

[type=button],
[type=date],
[type=number],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=url],
button,
select,
textarea {
  min-height: 1.5em;
}

nav ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #b3d4fc;
}

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #b3d4fc;
}