@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
}
*:before, *:after {
  pointer-events: none;
}

html {
  font-size: 62.5%;
}

input,
select,
textarea,
body {
  color: black;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

#sdrebox {
  text-align: center;
}
#sdrebox header,
#sdrebox footer {
  width: 100%;
  position: fixed;
  left: 0;
  text-align: left;
}
#sdrebox header img,
#sdrebox footer img {
  width: 200px;
  transition: 0.3s;
}
@media only screen and (max-width: 769px) {
  #sdrebox header img,
  #sdrebox footer img {
    width: 110px;
  }
}
#sdrebox header {
  top: 0;
  padding: 1em;
}
#sdrebox #main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 3rem 0 6rem;
}
#sdrebox #main .init {
  width: 90%;
  max-width: 800px;
}
#sdrebox #main .init h3 {
  font-size: 2.4rem;
  color: #1e82c8;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
#sdrebox #main .init .mb2 {
  margin-bottom: 2em;
}
#sdrebox #main .init a {
  border: 1px solid #1e82c8;
  background: #1e82c8;
  color: #FFF;
  display: inline-block;
  margin: 0 auto;
  padding: 1em;
  border-radius: 4em;
  min-width: 400px;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
#sdrebox #main .init a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  vertical-align: middle;
  font-size: 200%;
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
#sdrebox #main .init a:hover {
  background: #FFF;
  color: #1e82c8;
}
#sdrebox footer {
  bottom: 0;
  background: #464646;
  padding: 1em;
  color: #FFF;
}
#sdrebox footer .flex {
  display: flex;
  flex-wrap: nowrap;
}
#sdrebox footer .flex h2 {
  width: 50%;
}
#sdrebox footer .flex .link {
  width: 50%;
  text-align: right;
}
#sdrebox footer .flex .link a {
  color: #FFF;
  text-decoration: none;
}
#sdrebox footer small {
  display: block;
  font-size: 1.2rem;
  text-align: right;
}/*# sourceMappingURL=style.css.map */