@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #4d4d4d;
  line-height: 1.7;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 1170px;
}

p,
ul,
ol,
dl,
table,
pre {
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ul li {
  margin: 0;
  padding: 0;
}

dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

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

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

table td {
  vertical-align: top;
}

table td > *:first-child {
  margin-top: 0;
}

img {
  width: auto;
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}

a {
  color: #0059B2;
  text-decoration: none;
  outline: 0 none;
}

a:hover {
  text-decoration: underline;
  color: #0059B2;
}

a:focus,
a *:focus {
  outline: none;
}

hr {
  border: 0;
  border-bottom: 1px solid #d1d1d1;
  margin: 15px 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  font-size: 15px;
  color: #4d4d4d;
}

input,
textarea {
  line-height: 1.6;
  border: 1px solid #ccc;
  padding: 2px;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
}

[type="button"],
[type="submit"],
[type="reset"] {
  -webkit-appearance: none;
}

[type="button"]:hover,
[type="submit"]:hover,
[type="reset"]:hover {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}

button {
  width: auto;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

video {
  width: 100%;
  height: auto;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.5;
    min-width: 100%;
  }

  img {
    height: auto;
  }

  a:hover {
    text-decoration: none;
  }
}