@charset "UTF-8";
body {
  background-image: url(https://id-user.nishikawa1566.com/assets/img/background.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
img {
  height: auto;
  vertical-align: top;
}
.line_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 100vh;
  margin: auto;
  height: fit-content;
}
.line_wrapper_inner {
  position: relative;
  font-size: 16px;
  padding: calc(8px*5) calc(8px*5) calc(8px*7);
  color: #1e212a;
  background-color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
  border-radius: 5px;
  border: 0 solid #c9cace;
  min-height: calc(8px*67.5);
}
.sitelogo {
  text-align: center;
}
.sitelogo img {
  width: 200px;
}
h1 {
  padding: 0;
  margin: calc(8px*3) calc(8px*2);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  background: transparent;
}
.btn_area {
  text-align: center;
  margin: 30px auto;
}
.bnr {
  margin-bottom: calc(8px*5);
}
.txt {
  margin-bottom: calc(8px*2);
}
.btn {
  margin-bottom: calc(8px*4);
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 4px 16px;
  padding: 4px calc(8px*2);
  min-height: 52px;
  min-height: calc(8px*6.5);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  font-weight: var(--font-default-weight);
  outline: none;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 3px;
  border-radius: 9999px;
  background-color: #d81825;
  transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out;
}
.btn a:hover {
  text-decoration: none;
  box-shadow: inset 0 0 0 150px rgba(0, 0, 0, .1);
}
.btn a:focus {
  box-shadow: 0 0 0 4px rgba(216, 24, 37, 0.15), inset 0 0 0 150px rgba(216, 24, 37, 0.15) !important;
}
footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
}
.bold {
  font-weight: bold;
}
.comp_txt {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    background-color: #b9e5bb;
    max-width: 400px;
    padding: 10px 80px;
    color: #2c7b26;
    font-weight: bold;
}
@media screen and (min-width: 769px) {
  .adjust_line {
    display: block;
    width: 110%;
  }
}
@media screen and (max-width: 768px) {
  .line_wrapper {
    max-width: 100%;
  }
  .line_wrapper_inner {
    font-size: 0.875rem;
    box-shadow: none;
    border-radius: 0;
    border: none;
    min-height: 100vh;
    width: 100%;
  }
  h1 {
    font-weight: 400;
  }
  .adjust_line {
    display: block;
  }
  .comp_txt {
    padding: 10px;
    margin-top: 30px;
  }
}