@charset "UTF-8";

/* Minimal reset plus the utility classes used by the current templates. */
html {
  overflow-y: auto;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

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

div,
p,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

ol,
ul,
li {
  list-style: none;
}

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

a {
  color: #111;
  text-decoration: none;
}

a img {
  border: 0;
}

.right {
  text-align: right;
}

.left {
  text-align: justify;
}

.center {
  text-align: center;
}

.clearfix {
  display: flow-root;
}

.clear_b {
  display: block;
}

.mt_30 {
  margin-block-start: 30px;
}

b {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 110%;
}
