@charset "utf-8";
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
p,
a,
img,
small,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
input,
textarea {
  margin: 0;
  padding: 0;
  resize: none;
  font-size: 16px;
  padding: 6px;
}
ol,
ul {
  list-style: none;
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
html {
  font-family: Quicksand, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    Osaka, "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.6;
}
.mincyo {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
}
@media screen and (max-device-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
