@charset "utf-8";
body {
  margin: 0;
  color: rgb(255, 255, 255);
  background-color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  width: 100vw;
  height: auto;
  font-feature-settings: "palt";
  /* text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.745); */
}

@media (max-width: 1300px) and (min-width: 1021px) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 1020px) and (min-width: 768px) {
  body {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 11px;
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

img {
  outline: none;
  border-style: none;
}

a {
  color: #ffffff;
}

.bg-image {
  width: 100%;
  height: 110vh;
  position: fixed;
  margin-left: 0;
  margin-right: 0;
  background-color: #262626;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}

#main-container {
  top: 0;
  height: fit-content;
  padding-left: 5%;
  position: absolute;
  color: rgb(255, 255, 255);
}

.container {
  margin-bottom: 3em;
}

header {
  padding-top: 5em;
  margin-bottom: 4em;
}

h1 {
  width: fit-content;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  /* background-color: white; */
  color: #ffffff;
  font-weight: 400;
  font-size: 2em;
}

h2 {
  width: fit-content;
  padding-top: 0.3em;
  font-weight: 600;
  font-size: 1em;
}

div {
  display: block;
}

p {
  font-weight: 400;
  font-size: 1em;
  display: block;
  margin-bottom: 3em;
}

span {
  display: block;
}

.devider {
  width: 40%;
  height: 1px;
  border-top: solid 0.1px #ffffff;
}

table {
  margin-top: 0.7em;
}

/* tr {
} */

th,
td {
  float: left;
  /* white-space: nowrap; */
}

td {
  margin-bottom: 0.3em;
}

.long-data {
  margin-bottom: 0.8em;
}

.left-text {
  width: 8.2em;
  float: left;
}

.left-year {
  float: left;
  margin-right: 1em;
  margin-left: 0.1em;
}

.small_text {
  font-size: 0.8em;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.8);
}

::selection {
  background-color: rgba(0, 0, 0, 0.8);
}

#bottom-container {
  margin-left: 5%;
  position: absolute;
}

#sns {
  height: fit-content;
}

.sns-icon {
  margin-right: 1em;
  margin-bottom: 1em;
  height: 2em;
  float: left;
}

footer {
  margin-top: 5em;
  color: #ffffff;
  font-weight: 300;
  font-size: 1em;
  padding-bottom: 3em;
}
