@charset "utf-8";
/**
 * 標準化 css
 * @version 23.05.26
 */


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
  color: #555555;
}
a,
address,
article,
aside,
body,
caption,
div,
dl,
dt,
dd,
em,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
main,
menu,
nav,
p,
ruby,
section,
span,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
ol,
li,
iframe {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  word-break: break-word;
  vertical-align: middle;
  border: 0;
}
i {
 font-style: normal;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar { /* bodyのスクロールバーを表示しない */
  display: none;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #0000ff;
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
a:hover {
  color: #8080ff;
  text-decoration: underline;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
}
button,
input,
select,
textarea {
  box-sizing: border-box;
  margin: 0;
  font: inherit;
  vertical-align: middle;
}
td > button {
  vertical-align: initial;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
  outline: none;
}
button:not([disabled]):hover,
input[type="button"]:not([disabled]):hover,
input[type="submit"]:not([disabled]):hover {
  cursor: pointer;
}
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
  cursor: var(--cur-ban);
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
  padding: 8px;
}
button {
  -webkit-appearance: none;
  border: none;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
div > span,
p > span {
 vertical-align: baseline;
}
