
/* @font-face {
  font-family: "myZen";
  src: url(/fonts/Zen_Old_Mincho/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "myMPLUS1p_Light";
  src: url(/fonts/M_PLUS_1p/MPLUS1p-Light.ttf);
}
@font-face {
  font-family: "myMPLUS1p_ExBold";
  src: url(/fonts/M_PLUS_1p/MPLUS1p-ExtraBold.ttf);
} */

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Small*-3 devices (200px and up) */
@media (min-width: 200px) {
  html {
    font-size: 47%;
  }
}
/* Small*-2 devices (300px and up) */
@media (min-width: 300px) {
  html {
    font-size: 58%;
  }
}
/* Small*-2 devices (300px and up) */
@media (min-width: 350px) {
  html {
    font-size: 60%;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  html {
    font-size: 62.5%;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  html {
    font-size: 65%;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  html {
    font-size: 65%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  html {
    font-size: 70%;
  }
}
:root {
  --theme_color_shadowBule: #719bad; /* gray シャドウブルー shadow blue */ 
  --theme_color_babyBule: #bbe2f1; /* medium ベビーブルー baby blue */
  --theme_color_egyptianBule: #0073a8; /* dark エジプシャンブルー egyptian blue */
  --theme_color_blueOut: #efffff;
}

body {
  margin: 0;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

h1 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

h2 {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4rem;
    margin: 0rem auto;
    padding: 0;
    text-align: center;
}
h3 {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    margin: 0rem auto;
    padding: 0;
    text-align: center;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

dd {
  margin-inline-start: 0;
}

span.bold {
  font-weight: bold;
}

span.indent {
  display: inline-block;
  width: 1ch;
}

span.indent2 {
  display: inline-block;
  width: 2ch;
}

span.small {
  font-size: 0.8em;
}

span.underLine {
  padding: 0.1rem;
  border-bottom: dotted 0.2rem gray;
}/*# sourceMappingURL=styles.css.map */

button:hover{
    cursor:pointer
}
