html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4
}

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

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

* {
  padding: 0;
  margin: 0
}

hr {
  height: 0;
  overflow: visible
}

details,
main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none
}

a {
  background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace
}

pre {
  font-size: 1em
}

b,
strong {
  font-weight: bolder
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[disabled] {
  cursor: default
}

[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
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  color: inherit;
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

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

button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
  border-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  -webkit-appearance: button
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

html {
  font-size: 62.5%
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  /*color: #fff;
  background-color: #202b23*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: .3em;
  font-weight: 400;
  line-height: 1.4
}

@media screen and (min-width:561px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 1.5em;
    margin-bottom: .5em
  }
}

h1 {
  font-size: 3rem
}

@media screen and (min-width:801px) {
  h1 {
    font-size: 3.6rem
  }
}

h2 {
  font-size: 2.6rem
}

@media screen and (min-width:801px) {
  h2 {
    font-size: 3.2rem
  }
}

h3 {
  font-size: 2rem
}

@media screen and (min-width:801px) {
  h3 {
    font-size: 2.4rem
  }
}

h4 {
  font-size: 1.8rem
}

@media screen and (min-width:801px) {
  h4 {
    font-size: 2rem
  }
}

h5 {
  font-size: 1.6rem;
  font-weight: 700
}

h6 {
  font-size: 1.6rem
}

p {
  margin-bottom: .8em;
  line-height: 1.6
}

@media screen and (min-width:561px) {
  br.is-only-mobile {
    display: none
  }
}

@media screen and (max-width:560px) {
  br.is-table {
    display: none
  }
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none
}

::selection {
  background-color: #556058
}

small {
  position: relative;
  font-size: 1.1rem
}

dl,
ol,
ul {
  margin: 0;
  line-height: 1.8
}

/*dl {
  box-sizing: border-box;
  padding: 8px 0 8px 24px;
  border-left: 4px solid #fff
}*/

dl>dt {
  font-weight: 700
}

dl>dd {
  margin: 0
}

ol,
ul {
  padding: .5em 1.5em;
  list-style: none;
}

hr {
  height: 1px;
  margin: 40px 0;
  background-color: #fff;
  border: 0
}

abbr,
cite,
code,
kbd,
pre,
q,
samp,
time {
  display: inline-block;
  padding: 8px 8px;
  margin: 0 8px;
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 2px;
  font-feature-settings: normal
}

@media screen and (min-width:561px) {

  abbr,
  cite,
  code,
  kbd,
  pre,
  q,
  samp,
  time {
    font-size: 1.6rem
  }
}

code,
pre {
  color: #fff;
  background-color: #2d3a30
}

pre {
  box-sizing: border-box;
  display: block;
  padding: 24px;
  margin: 0;
  overflow: auto;
  border-left: 4px solid #fff
}

sub,
sup {
  font-size: 65%
}

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

figure {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-bottom: .8em
}

figure figcaption {
  font-size: 1.1rem
}

iframe {
  border: none
}

address {
  font-style: normal
}

table {
  width: 100%;
  border-collapse: collapse;
  font-feature-settings: "palt"
}

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

  table tfoot,
  table thead {
    display: none
  }

  table tbody th {
    box-sizing: border-box;
    display: block;
    padding: 8px;
    font-weight: 700;
    line-height: 1;
    color: #2d3a30;
    background-color: #fff
  }

  table tbody tr {
    display: block;
    margin-bottom: 24px;
    border-top: 1px solid #fff
  }

  table tbody tr:last-child {
    margin-bottom: 0
  }

  table tbody td {
    display: block;
    padding: 8px;
    margin-top: -1px;
    border: 1px solid #fff
  }
}

@media screen and (min-width:561px) {

  table td,
  table th,
  table tr {
    box-sizing: border-box;
    padding: 8px;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #fff
  }

  table thead tr {
    color: #fff;
    background-color: #fff
  }

  table tfoot tr {
    color: #fff;
    background-color: #fff
  }

  table tbody tr:nth-child(2n+2) {
    background-color: #fff
  }
}

@media screen and (max-width:560px) {
  table.has-label tbody td {
    display: flex;
    align-items: flex-start;
    padding: 24px
  }

  table.has-label tbody td::before {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 24px;
    font-size: 1.4rem;
    font-weight: 700;
    content: attr(data-label)
  }
}

table caption {
  margin-bottom: 8px;
  font-weight: 700;
  text-align: left
}

form fieldset {
  box-sizing: border-box;
  display: block;
  padding: 24px;
  margin: 40px 0;
  overflow: auto;
  border: 1px solid #fff;
  border-radius: 3px
}

form fieldset legend {
  padding: 0 8px;
  margin-left: -8px;
  font-weight: 700;
  background-color: #fff;
  font-feature-settings: "palt"
}

form input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #2d3a30;
  border: 0
}

form input::placeholder {
  line-height: normal;
  color: rgba(85, 96, 88, .6)
}

form input:focus {
  border-color: #00529b;
  outline: 0
}

form input:-webkit-autofill,
form input:autofill {
  background-color: #556058
}

form input[type=checkbox],
form input[type=radio] {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: 8px
}

form button {
  padding: 8px;
  font-size: 1.6rem;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, .2)
}

form textarea {
  width: 100%;
  padding: 8px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #2d3a30;
  border: 0;
  outline: 0
}

form textarea::placeholder {
  line-height: normal;
  color: rgba(85, 96, 88, .6);
  letter-spacing: 1px
}

form textarea:focus {
  border-color: #00529b
}

form select {
  max-width: 100%;
  height: 2.6em;
  padding: 8px;
  font-size: 1.6rem;
  color: #fff;
  vertical-align: middle;
  background: none rgba(0, 0, 0, 0);
  background-color: #2d3a30;
  border: 0;
  outline: 0;
  appearance: button
}

form select:focus {
  border-color: #00529b
}

@media screen and (min-width:801px) {
  form select {
    width: 100%
  }
}
nsition: all .3s ease
}
