@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

.clearfix:after {
  content: "."; /*
*/
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

.d-n {
  display: none !important;
}

.d-fb {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.del {
  text-decoration-line: line-through !important;
  text-decoration-style: solid !important;
  text-decoration-color: rgb(9, 8, 8) !important;
}

@media (max-width: 520px) {
  .dn-sp {
    display: none;
  }
}

@media (min-width: 521px) and (max-width: 980px) {
  .dn-tab {
    display: none;
  }
}

@media (min-width: 981px) {
  .dn-pc {
    display: none;
  }
}

/*============================
header
============================*/
header {
  /* ヘッダー固定の際にコメントアウト*/
  position: fixed;
  height: 46px;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  /*ここまで*/
}
header div.logo {
  display: flex;
  padding-left: 10px;
  align-items: center;
}
header div.logo img {
  height: 19px;
  margin-right: 3px;
  margin-bottom: -3px;
}
header div.logo h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 980px) {
  header {
    width: 100%;
    position: fixed !important;
    height: auto;
  }
  header h1 {
    white-space: nowrap;
  }
}

/*============================
footer
============================*/
footer div.footer.inner {
  background-color: #f7f7f8;
  padding: 40px 0;
}
footer div.footer.inner nav {
  display: block;
}
footer div.footer.inner nav ul {
  text-align: center;
}
footer div.footer.inner nav ul li {
  display: inline;
}
footer div.footer.inner nav ul li a {
  text-decoration: none;
  font-size: 14px;
  padding: 0em 1em;
  color: #333;
  border-right: solid 1px #ccc;
}
footer div.footer.inner nav ul li:first-child a {
  border-left: solid 1px #ccc;
}
footer div.copyright-wrap {
  background-color: rgb(5, 56, 131);
  padding: 15px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media (max-width: 980px) {
  footer div.footer.inner {
    padding: 30px 0;
  }
  footer div.footer.inner nav {
    background-color: inherit;
    padding: 10px;
  }
  footer div.footer.inner nav ul {
    line-height: 200%;
  }
  footer div.footer.inner nav ul li {
    white-space: nowrap;
    margin-left: -6px;
  }
  footer div.footer.inner nav ul li a {
    border-left: solid 1px #ccc;
  }
}
@media (max-width: 520px) {
  footer div.copyright-wrap {
    font-size: 10px;
    line-height: 150%;
  }
}/*# sourceMappingURL=base.css.map */