@charset "UTF-8";
html {
  font-size: 2.6666666667vw;
  color: #6C450B;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9578544061vw;
  }
}
@media screen and (min-width: 1044px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

button {
  background: transparent;
  border: none;
}

a {
  color: #6C450B;
  text-decoration: none;
}

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

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.4rem;
  }
}

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

p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}
ul {
  list-style: none;
  letter-spacing: 0;
}

li {
  margin: 0;
}

dl {
  letter-spacing: 0;
}

dt {
  margin-top: 1.6rem;
}

.undefined {
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0;
}

table {
  border-collapse: collapse;
  margin: 1.6rem auto;
}

tr:first-of-type {
  font-weight: bold;
  color: #EA7D2D;
}

tr:first-of-type th:first-of-type {
  border-radius: 0.5rem 0 0 0;
  border-top: none;
  border-left: none;
}

tr:last-of-type th:first-of-type {
  border-radius: 0 0 0 0.5rem;
  border-bottom: none;
  border-left: none;
}

tr:last-of-type th {
  border-bottom: solid 1px #EA7D2D;
}

th, td {
  padding: 1.6rem;
  border: 1px solid #EA7D2D;
  box-sizing: border-box;
}

th {
  background: #EA7D2D;
  border-bottom: 1px solid #efe9de;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
}

td {
  border: 1px solid #EA7D2D;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  color: #fff;
  font-size: 1.6rem;
}

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

input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}