@charset "UTF-8";

:root {
  --box-shadow1: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
  --box-shadow1: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
  --box-shadow2: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
  --box-shadow2: 0 2px 4px 0 rgb(34 36 38 / 12%), 0 2px 10px 0 rgb(34 36 38 / 15%);
  --width-contents: 960px;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
html:has(:invalid) {
  scroll-behavior: auto;
}
body {
  display: flow-root;
  margin: 0;
  background-color: rgb(255,255,255);
  padding: 0;
  min-inline-size: 320px;
  font-size: 14px;
  font-family: 'Roboto','Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  overflow-wrap: anywhere;
  scroll-behavior: inherit;
}
a {
  color: inherit;
  tap-highlight-color: rgba(255,255,255,0.5);
  -webkit-tap-highlight-color: rgba(255,255,255,0.5);
}
a:hover {
  color: inherit;
}
img {
  max-width: 100%;
}
label[for] {
  cursor: pointer;
}
textarea {
  resize: vertical;
  word-break: break-all;
}
/**/
[aria-busy=true] {
  cursor: wait;
}