@charset "UTF-8";

* {
  box-sizing: border-box;
}

article,
section,
nav,
aside,
header,
footer,
main,
figure {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5em;
}
address {
  font-style: normal;
}
p,
ol,
ul,
li,
dl,
dt,
dd,
figure,
form {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a:link, a[tabindex] {
  color: #004d99;
  cursor: pointer;
}
a:visited {
  color: #1c0099;
}
a:link:hover, a:link:focus, a:visited:hover, a:visited:focus, a[tabindex]:hover, a[tabindex]:focus {
  text-decoration: none;
}
em,
strong {
  font-style: normal;
  font-weight: bold;
}
small {
  font-size: 100%;
}
dfn,
b {
  font-weight: bold;
}
rt,
rp {
  display: inline;
  font-size: 0.875rem;
}
rp:first-child {
  margin-left: .5em;
}
img {
  border: 0;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  font-weight: normal;
  text-align: left;
}
label {
  cursor: default;
}
input,
select,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
optgroup {
  font-style: inherit;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}
button:focus {
  outline: 1px dotted #333;
}
button:active {
  position: relative;
}
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
button[disabled] {
  cursor: auto;
}
html,
body {
  margin: 0;
  width: 100%;
  padding: 0;
  color: #333;
  background: #fff;
}
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 47.5em) {
  html {
    font-size: 87.5%;
  }
}

.font_noto {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.mt100 {margin-top: 100px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mb100 {margin-bottom: 100px;}

figure img {width: 100%;}
