@charset "UTF-8";
/*
  Base
---------------------------------------------- */
html {
  box-sizing: border-box;
  height: 100%;
  font-size: medium;
  font-family: "Noto Serif JP",serif;
  letter-spacing: 0.05em;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  line-height: 1.5;
  height: 100%;
  color: #444;
  background-color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: bold;
}
input,
textarea {
  font-family: inherit;
  font-size: 100%;
}
折りたたむ
