@charset "utf-8";
:focus {
  outline: 0;
}
html {
  overflow: auto;
}
body {
  min-height: 100%;
  background: #fff;
  color: #333;
  font-family: -apple-system-body, BlinkMacSystemFont, 'Helvetica Neue',
    'Segoe UI', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-weight: 400;
  word-break: normal;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 64em) {
  body {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.9375em) {
  body {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 77.5em) and (orientation: landscape) {
  body {
    font-size: 13px;
  }
}
@media print,
  screen and (min-width: 40em) and (max-width: 63.9375em) and (orientation: landscape) {
  body {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 39.9375em) {
  body {
    font-size: 12px;
  }
}
body.fagi2019 {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media print, screen and (min-width: 64em) and (orientation: portrait) {
  :root {
    width: 64em;
  }
}
.fagi2019 section {
  position: relative;
  width: 100%;
}
.fagi2019 picture.archive {
  width: 100%;
  max-width: 320px;
  display: block;
}
.fagi2019 picture.archive img {
  width: 100%;
}
@media print, screen and (max-width: 63.9375em) {
  .fagi2019 picture.archive {
    max-width: 100%;
  }
}
.fagi2019 img {
  line-height: 0;
}
.fagi2019 h1,
.fagi2019 h2,
.fagi2019 h3,
.fagi2019 h4,
.fagi2019 h5 {
  font-size: inherit;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 150%;
}
.fagi2019 p {
  font-size: inherit;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  line-height: 200%;
}
.fagi2019 em,
.fagi2019 strong {
  font-style: normal;
  font-weight: inherit;
}
.fagi2019 i {
  font-style: normal;
}
.fagi2019 dd,
.fagi2019 dt,
.fagi2019 li,
.footer dd,
.footer dt,
.footer li,
.header dd,
.header dt,
.header li {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  line-height: 200%;
}
li {
  list-style: none;
}
.fagi2019 table {
  min-width: 100%;
}
.fagi2019 td,
.fagi2019 th {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
}
a {
  display: inline;
  color: #b6003d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:focus,
a:hover {
  color: #7e012f;
}
a > * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
