@charset "UTF-8";
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
  font-size: 20px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  user-select: none;

}
table {
  border-collapse: collapse;
}
.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
/*  */
#header {
  background: #ECF3FE;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
#header img {
  max-width: 500px;
  vertical-align: bottom;
}
/*  */
section {
  margin: 150px 0;
}
section header h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
}
section header h1::after {
  content: attr(data-en);
  color: #93AA76;
  color: #6179C6;
  font-size: 14px;
  display: block;
  text-align: center;
}
/*  */
#msg p {
  margin: 1em 0 0;
}
#msg p:last-of-type {
  text-align: center;
}
#msg span.title {
  font-size: 14px;
  display: block;
}
#msg span.name {
  font-size: 24px;
}
/*  */
#scd dl {
  text-align: center;
}
#scd .inner div {
  margin: 50px 0 0;
}
#scd dt {
  font-size: 14px;
  color: #93AA76;
  color: #E85348;
  font-weight: 900;
}
#scd dd {
  font-size: 24px;
  font-weight: 900;
}
#scd span {
  display: block;
  font-size: 14px;
}
/*  */
#info table {
  width: 100%;
  margin: 50px 0 0;
  border-bottom: 1px solid #ddd;

}
#info tr {
  border-top: 1px solid #ddd;
}
#info th,
#info td {
  padding: 20px;
  font-size: 16px;
}
#info th {
  font-weight: 700;
}
#info a {
  color: #002b5b;
}
/*  */
#app p {
  text-align: center;
  margin: 1em 0 0;
}
#app a {
  display: block;
  background: #E85348;
  width: 300px;
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
  border-radius: 500px;
  padding: 15px 0;
  font-weight: 900;
  font-size: 18px;
}
#footer {
  text-align: center;
  font-size: 12px;
}
#footer .inner {
  border-top: 1px solid #ddd;
  margin: 100px auto 0;
  padding: 50px 0 100px;
}