html {
  scroll-behavior: smooth;
}

#top {
  font-family: YuGothic, "Yu Gothic", sans-serif !important;
}

#page {
  width: auto;
  font-family: YuGothic, "Yu Gothic", sans-serif !important;
}

#top-navi li:nth-child(2) a {
  color: #0d64f2 !important;
}

#top-navi li:nth-child(2) a::after {
  transform: scale(1, 1);
}

.notification--outer {
  background: #ffe5e5;
  height: 40px;
}

.notification {
  width: 992px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 40px;
}

.notification a {
  color: #ed0000;
}

.notification a:hover {
  text-decoration: underline;
  text-decoration-color: #ed0000;
}

#contents {
  display: flex;
  flex-direction: column-reverse;
  background: none;
  margin: 0 auto;
  width: 100%;
}

#header > p {
  display: none;
}

#login-area > p:first-child {
  display: none;
}

#login {
  margin: 0 auto;
  background: none;
  border: none;
}

.left-col {
  width: auto;
}

#login-area {
  background: lightgray;
  display: none;
}

#stay a {
  line-height: 1em;
  height: 1em;
}

#page {
  width: auto;
}

.right-col {
  width: auto;
}

.right-col h2 {
  margin: 0px auto;
  float: none;
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  font-size: 32px;
  color: #252525;
}

table.faq tr {
  display: block;
}

table.faq tr:nth-child(odd) {
  margin-top: 60px;
}

table.faq tr:first-child {
  margin-top: 0;
}

td.faq.ok {
  background: none;
  border: none;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 16px;
  line-height: 24px;
  font-size: 24px;
  width: 985px;
  font-weight: bold;
}

td.faq.ok a:hover {
  color: #252525;
}

table.faq {
  margin: 0 auto;
  width: 985px;
}

table.faq:first-child {
  display: none;
}

table.faq:nth-child(2) {
  display: none;
}

span.answer {
  display: none;
}

hr {
  display: none;
}

.question {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 3px;
  height: 30px;
  line-height: 16px;
  background: #0056a8;
  padding: 6px 7px 8px 7px;
  margin-right: 15px;
  font-size: 20px;
  text-align: center;
  color: white;
}

a {
  color: #252525;
}

a.faq {
  color: #0056a8;
  font-size: 20px;
  line-height: 34px;
  margin-top: -2px;
}

dd.faq {
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  padding-left: 45px;
  color: #252525;
}

.right {
  font-size: 0;
  line-height: 34px;
}

dt.faq {
  display: flex;
  margin-top: 40px;
}

dt.faq:first-child {
  margin-top: 32px;
}

.request tr,
th,
td {
  padding: 0;
}

a.faq:hover {
  text-decoration: none;
}

.not-login {
  width: 945px;
  margin: 0 auto;
}

.not-login h5 {
  clear: both;
  font-size: 20px;
  line-height: 20px;
  width: 985px;
  color: #252525;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 8px;
}

.not-login p {
  font-weight: bold;
}

.not-login p .red {
  font-weight: bold;
  color: #ff0000;
}

.not-login p.info {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  color: #606060;
}

.not-login .image {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 16px 40px 30px;
}

.not-login a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}
