@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html,
body {
  background-color: BgColor;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
table,
tr,
td,
th,
dl,
dt,
dd,
input {
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 10.5pt;
}
p {
  line-height: 1.8em;
  font-size: 10.5pt;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #424242;
}
a:hover {
  color: #bdbdbd;
}
* {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
.nav-vertical ul {
  display: flex;
}
.nav-vertical li:not(:last-child) {
  margin-right: 1.8em;
}
.btn {
  cursor: pointer;
}
html,
body,
#app {
  width: 100%;
}
footer {
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}
.page {
  max-width: 980px;
  padding: 10px 20px;
  margin: 0 auto;
}
.mainContent {
  padding: 20px 0;
}
.mainContent .articleTitle {
  font-weight: bold;
  border-top: 5px solid #003365;
  padding-top: 0.2em;
  margin-bottom: 0.5em;
  font-size: 16px;
}
.mainContent .articleSubTitle {
  font-size: 16px;
  margin-bottom: 0.3em;
}
.mainContent .articleBody p,
.mainContent .articleBody ul,
.mainContent .articleBody ol,
.mainContent .articleBody li,
.mainContent .articleBody a,
.mainContent .articleBody span {
  font-size: 14px;
  color: #757575;
  line-height: 1.8em;
}
.mainContent .articleBody h4 {
  margin-bottom: 0.5em;
}
.mainContent .articleBody a {
  color: #2196f3;
}
.mainContent .articleBody a:hover {
  color: #1976d2;
}
.copy {
  font-size: 12px;
  color: #757575;
}
.headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #990133;
  padding: 10px 0;
}
@media screen and (max-width: 820px) {
  .headerContainer {
    display: block;
  }
  .headerContainer .siteIdentity {
    margin-bottom: 20px;
  }
}
.siteIdentity {
  position: relative;
  display: flex;
  height: 100px;
}
.siteIdentity .image_needle {
  position: absolute;
  top: 35px;
  left: 65px;
}
.siteIdentity .image_text {
  padding-left: 20px;
}
.primaryNav ul {
  display: flex;
}
.primaryNav li a {
  display: flex;
  width: 100px;
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #e0e0e0;
  color: #fff;
  border: 0.5px solid #fff;
}
.primaryNav li a:hover {
  background-color: #757575;
}
.primaryNav li.active a {
  background-color: #9e9e9e;
}
