@charset "UTF-8";
/* CSS初期化のスタイルを記載 */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, fieldset, form, label, legend, table, caption, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Noto Sans Japanese',"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}

main, section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
  display: block;
}

html, body {
  font-size: 10px;
  color: #002465;
}

body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

ins {
  /* remember to highlight inserts somehow! */
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  /* markup tables with 'cellspacing="0"' */
  border-collapse: collapse;
  border-spacing: 0;
}

/* link */
a {
  color: #002465;
  text-decoration: none;
}

ul, ol, p, dt, dd, caption, th, td,
select, input, textarea, button, figcaption {
  font-size: 1.4rem;
}

* {
  box-sizing: border-box;
}

/* Clearfix */
.clr:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* display:none */
.disnon {
  display: none;
}

.visuallyHidden {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important;
}
