@charset "UTF-8";

/* ========================================
  profile
======================================== */
#english-top .profile {
  padding: 10rem 0 33.2rem;
}

#english-top .profile .table-1 td p + p {
  margin-top: 1em;
}

@media (max-width: 750px) {
  #english-top .profile {
    padding: 3.3rem 0 6rem;
  }
  #english-top .profile .table-1 th {
    border-bottom: none;
  }
  #english-top .profile .table-1 td {
    border-top: none;
  }
}
