@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese);
:root {
  --fontFamily: "Noto Sans JP" , sans-serif;
  --fontWeight: 400;
  --body: #000;
  --link: #000;
  -ms-text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  visibility: visible;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

em {
  font-style: normal;
}

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

picture {
  line-height: 1;
}

picture img {
  line-height: 1;
  vertical-align: middle;
  display: block;
}

img {
  width: auto;
  vertical-align: middle;
  outline: none;
  display: block;
}

input,
button {
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

input[type=number] {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  text-align: right;
  padding-right: 1em;
}

textarea {
  padding: 0.5em;
  font-size: 1em;
  outline: none;
}

input[type=submit],
input[type=reset] {
  padding: 0;
  -webkit-appearance: none;
}

button {
  padding: 0;
  -webkit-appearance: none;
  color: #000000;
}

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

button:hover {
  cursor: pointer;
}

select {
  color: #000000;
}

select::-ms-expand {
  display: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  border-style: solid;
  outline: none;
}

textarea {
  resize: vertical;
  -webkit-appearance: none;
  border-radius: 0;
  border-style: solid;
}

input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-family: var(--fontFamily);
  font-weight: 600;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  font-family: var(--fontFamily);
  font-weight: 600;
  cursor: pointer;
  background: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: var(--fontFamily);
  font-weight: 600;
  position: relative;
  font-size: 100%;
  font-size-adjust: 100%;
  line-height: 1;
  display: block;
  overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  color: #000;
  color: var(--body);
  /*font-feature-settings: "palt" 1;*/
}

a {
  color: #000;
  color: var(--body);
}

@media print {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  @page {
    margin-top: 0.4cm;
    margin: 0.5cm;
  }
  .no-print {
    display: none;
  }
  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
  }
}

/*# sourceMappingURL=regulate.css.map */
