a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                login
======================================================= */
#document__main {
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  #document__main {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #document__main {
    margin-top: 106px;
    margin-bottom: 40px;
    padding: 0;
  }
}

.document__main_inr.edit {
  margin-top: 190px;
}
@media only screen and (max-width: 1023px) {
  .document__main_inr.edit {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .document__main_inr.edit {
    margin-top: 0px;
  }
}

.section__ttl_en {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .section__ttl_en {
    margin-top: 30px;
  }
}