@charset "UTF-8";
.section + .section {
  margin-top: 15px;
}

.field_label.m-long {
  min-width: 18rem;
}

@media screen and (max-width: 767px) {
  .grid_item.m-8 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.label.login-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.label.login-id .tag {
  display: block;
  width: 45px;
}

.button-wrapper {
  margin: 35px 0 30px 0;
}

.return-top {
  margin-top: 30px;
}

.button.m-full {
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .button.m-full {
    max-width: 100%;
  }
}

.text-warpper .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .label-text {
    max-width: 100%;
  }
}

.warning-message {
    margin-bottom: 20px;
}

.main-title-area {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .main-title-area {
    flex-direction: column;
  }
}