@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

body,
div,
applet,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP",
    "Noto Serif JP", serif;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}

span {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
img,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%;
  pointer-events: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP",
    "Noto Serif JP", serif;
  background-color: #fff;
  position: relative;
  min-height: 100vh;
}

/* @media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }  IEでやばかったらコメントアウト外す
} */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
table {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  font-size: 1.5rem;
  line-height: 1.9; /*適宜*/
  letter-spacing: 0.1em;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  table {
    line-height: 2.1; /*適宜*/
  }
}

* {
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
  color: #000;
  transition: 0.3s ease-in;
}

a:hover,
a:active {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #000;
}
a:hover {
  transition: 0.3s ease-in-out;
}

/* a:hover img, a:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
} */

input[type="submit"] {
  -webkit-appearance: none;
}
