* {
  box-sizing: border-box;
  margin: 0;
}
*::before,
*::after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
html,
body {
  font-family: sans-serif;
  font-size: 16px;
  background: #5e9aaa;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5e9aaa;
  background: linear-gradient(90deg, #598f9f 0%, #a2dfed 25%, #d3e0e5 50%, #a2dfed 75%, #598f9f 100%);
}
@media screen and (max-width: 768px) {
  body::before {
    background: linear-gradient(90deg, rgba(89,143,159,0) 0%, #a2dfed 25%, #d3e0e5 50%, #a2dfed 75%, rgba(89,143,159,0) 100%);
  }
}
header,
footer {
  font-size: 10px;
  background-color: #012e41;
  position: relative;
}
header {
  padding: 2rem 0rem;
  background-color: transparent;
}
header .logo {
  width: 96%;
  max-width: 640px;
  min-width: 240px;
  margin: 0 auto;
}
footer {
  font-size: 1rem;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
main {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1em 96px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main {
    padding: 0 0.5em 48px;
  }
}
p+p {
  margin-top: 1em;
}
a {
  color: #05a2c3;
}
.align-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .only_sp {
    display: none !important;
  }
}
.wrap_requirements .inner {
  background: #012e41;
  background: linear-gradient(94deg, #002639 0%, #a2dfed 40%, #e5fbfd 60%, #a2dfed 80%, #002639 100%);
  padding: 2px;
  box-shadow: 0 8px 32px 0 rgba(1,46,65,0.2);
}
.wrap_requirements section {
  background-color: rgba(255,255,255,0.9);
  padding: 3rem 4rem;
  text-align: left;
  line-height: 1.6;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .wrap_requirements section {
    padding: 3rem 2rem;
    font-size: 0.9rem;
  }
}
.wrap_requirements ul,
.wrap_requirements ol {
  padding-left: 0;
}
.wrap_requirements li {
  list-style: none;
}
.wrap_requirements .mainTitle {
  text-align: center;
  margin-bottom: 1.5em;
}
.wrap_requirements .title_requirements {
  font-size: 1.2em;
  margin: 3em auto 0.5em;
}
@media screen and (max-width: 768px) {
  .wrap_requirements .title_requirements {
    margin-top: 2em;
    margin-bottom: 0.25em;
  }
}
.wrap_requirements .title_requirements:first-child {
  margin-top: 0;
}
.wrap_requirements .title_requirements::before {
  content: "● ";
  color: #012e41;
}
.wrap_requirements .attention {
  font-size: 0.8em;
  margin-top: 0.6em;
  color: #555;
}
.wrap_requirements .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.wrap_requirements .wrap_indent>* {
  padding-left: 1em;
  text-indent: -1em;
}
