@charset "UTF-8";
/* _setting CSS */
html {
  font-size: 10px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

header, footer, nav, article, section, figure, aside {
  display: block;
}

body {
  color: #372e2b;
  font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th {
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  text-align: left;
}

p {
  line-height: 1.6;
  text-align: left;
}

li {
  line-height: 1.6;
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

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

th {
  line-height: 1.4;
}

td {
  line-height: 1.4;
  vertical-align: top;
}

a {
  border: none;
  color: #ca4829;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

label,
input[type='checkbox'],
input[type='radio'],
input[type='button'],
input[type='submit'],
button,
select {
  outline: none;
  cursor: pointer;
}

input {
  font-size: 1em;
}

textarea {
  resize: vertical;
  font-size: 1em;
}

img {
  max-width: 100%;
}
