@charset "UTF-8";
/* baseformat updated date 191031*/
/* ----------------------------------------------------------------reset */
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a{
  box-sizing: border-box;
}

/*font*/
h1, h2, h3, h4, h5, h6, p {
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
}

/*others*/
table {
  border-spacing: 0;
}

* html table {
  border-collapse: collapse;
}

*:first-child + html table {
  border-collapse: collapse;
}

th, td {
  vertical-align: middle;
  border-collapse: collapse;
}

table, th, td, tr, img {
  border: 0;
}

img {
  vertical-align: bottom;
}

q:before, q:after {
  content: '';
}

ul {
  list-style: none;
}

/* ------------------------------------------------------------------base*/
html {
  font: 62.5%/1.7 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*メイリオベース*/
  font-family: "Noto Sans JP";
}

/*body*/
body {
  height: 100%;
  text-align: center;
  color: #000;
  word-break: break-all;
  font-size: 1.4rem;
  /* 14px */
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

/*link*/
a {
  color: #005bac;
  text-decoration: underline;
  transition: 0.2s;
}

a img {
  border-style: none;
}

a:visited {
  color: #004079;
}

a:hover {
  color: #80add6;
}

/*font-size*/
h1, h2, h3, h4, h5 {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.4;
}

p {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.6;
}

li, dt, dd {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.6;
}

table th, table td {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.6;
}

@media print, screen and (min-width: 992px) {
  h1, h2, h3, h4, h5 {
    font-size: 1.6rem;
    font-size: 16px;
  }
  p {
    font-size: 1.6rem;
    font-size: 16px;
  }
  li, dt, dd {
    font-size: 1.6rem;
    font-size: 16px;
  }
  table th, table td {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
