.account-access-header {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}
.account-access-header .header {
  border-bottom: 1px solid #E6E6E6;
}
.account-access-header .l-main,
.account-access-header .application-history {
  padding-top: 50px;
}
.account-access-header .main-contents {
  flex: 1;
}
.account-access-header .auth-teach-user {
  min-height: auto;
}
.account-access-header .header {
  width: 100%;
}
.account-access-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.account-access-header .header-inner .offcanvas-body .nav-link:hover {
  text-decoration: underline;
}
.account-access-header .header-center {
  max-height: 50px;
  margin: 0 auto;
}
.account-access-header .bg-white {
  background-color: #fff;
}
.account-access-header .hamburger {
  position: relative;
  border: none;
  padding-bottom: 10px;
}
.account-access-header .hamburger-text {
  position: absolute;
  left: 50%;
  bottom: -2px;
  padding: 0;
  font-size: 10px;
  transform: translateX(-50%);
  width: 50px;
}
@media (min-width: 900px) {
  .account-access-header .hamburger-text {
    position: relative;
    font-size: 14px;
    left: auto;
    bottom: auto;
    padding-right: 5px;
    width: auto;
  }
}
.account-access-header .account-delete-link {
  margin-top: 20px;
  margin-bottom: 80px;
}
.account-access-header .p-mv-ttl > .p-mv-ttl-main {
  width: 100%;
}
.account-access-header .p-service.signed {
  border-top: none;
  margin-top: 50px;
}
.account-access-header .p-service.signed:before {
  content: none;
}
.account-access-header .p-service.signed .p-service-list {
  margin-top: 0px;
}
@media (min-width: 900px) {
  .account-access-header .p-service.signed .p-service-item:nth-child(3n) {
    margin-right: 0px;
  }
}
.account-access-header .l-footer {
  width: 100%;
  margin-top: 20px;
}
