* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  word-break: break-all;
}

html {
  font-size: 1.3rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-size-adjust: 100%;
  color: black;
}

button {
  padding: 1px 6px;
}

select {
  border: 1px solid black;
}

input {
  border: 1px solid black;
}

@media (max-width: 768px) {
  html {
    font-size: 1.2rem;
  }
}

.h-1 {
  height: 1px;
}

.w-5 {
  width: 5%;
}

.w-7 {
  width: 7%;
}

.w-8 {
  width: 8%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-10 {
  width: 10%;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.text-right {
  text-align: right;
}

.max-w-700 {
  max-width: 700px;
}

.font-weight-bold {
  font-weight: bold;
}

input[type=submit], button {
  -webkit-appearance: none;
}

.index .form_number select {
  border-radius: 3px;
}

.index .form_number p {
  margin-top: 0.25rem;
}

.index button {
  border-radius: 5px;
  white-space: nowrap;
  color: black;
  border: 1px solid black;
  background-color: #fff;
}

.index p {
  color: black;
  margin: 0;
}

.index .two-digits {
  width: 3.2rem;
  text-align: right;
}

.index .name {
  width: 5rem;
  text-align: left;
}

.index .year {
  width: 4.5rem;
  text-align: right;
}

.index .last {
  width: 5rem;
  text-align: left;
}

.index .last.profile {
  width: 4rem;
  border-radius: 5px;
  border: 1px solid black;
  text-align: center;
}

.index .line {
  width: 100%;
  height: 1px;
  border-top: 1px solid gray;
  margin: 15px 0;
}

.index .profile_form {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .profile_form .form_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .profile_form .form_number input {
  border-radius: 3px;
  text-align: right;
}

.index .profile_form .form_number p {
  text-align: right;
}

.index .profile_form button {
  background-color: #666666;
  color: black;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid black;
}

.index .favorite input {
  padding: 0;
  border-radius: 5px;
  border-width: 1px;
}

.index .favorite .lavel_name {
  width: 2rem;
}

.index .favorite .bookmark .year {
  width: 3.5rem;
}

.index .favorite .bookmark .two-digits {
  text-align: right;
  width: 2.5rem;
}

.index .favorite .bookmark .two-digits.new_profile {
  text-align: center;
  width: 4rem;
}

.index .favorite .bookmark .two-digits.new_profile .border-radius {
  width: 100%;
  border-radius: 5px;
}

.index .bookmarks .bookmark {
  cursor: pointer;
}

.login_form {
  height: 100vh;
  background-color: white;
}

.login_form img.logo {
  width: 70%;
  text-align: center;
  max-width: 300px;
  position: fixed;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.login_form .line_logo {
  width: 60%;
  max-width: 300px;
  position: fixed;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.login_form .line_logo .line_btn {
  width: 100%;
}

.login_form .privacy {
  position: fixed;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: gray;
}

.profile {
  color: gray;
}

.profile a.back {
  border: 1px solid gray;
  font-size: 0.7rem;
  display: block;
  padding: 0;
  width: 3rem;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .profile a.back {
    padding: 2px 0;
    width: 4.5rem;
  }
}

.line_privacy {
  background-color: #e6e6e6;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line_privacy .box {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  margin: 100px auto;
  border: 5px solid #666666;
  color: #4d4d4d;
  font-weight: bold;
}

.line_privacy .box ul {
  color: #676767;
}
/*# sourceMappingURL=main.css.map */