@charset "UTF-8";

/* ---------------------------------
  page_title
--------------------------------- */
.page_title .inner::after {
  content: "Profile";
}


/* ---------------------------------
  profile_table_block
--------------------------------- */
.profile_table_block {
  border-radius: 20px;
  overflow: hidden;
  width: calc(100% - 100px);
  margin: auto;
}
.profile_table_block table {
  width: 100%;
}
.profile_table_block tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.profile_table_block th,
.profile_table_block td {
  padding: 32px 40px;
  vertical-align: middle;
}
.profile_table_block th {
  background-color: #002B69;
  color: #fff;
  font-weight: 500;
  width: 260px;
}
.profile_table_block td {
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .profile_table_block {
    border-radius: 10px;
    width: 100%;
  }
  .profile_table_block th {
    padding: 24px 10px;
  }
  .profile_table_block td {
    padding: 24px 12px;
  }
  .profile_table_block th {
    width: 28.36%;
  }
  .profile_table_block tr:last-child th {
    font-size: 10px;
  }
}


/* ---------------------------------
  access_block
--------------------------------- */
.access_block {
  background-color: #E8ECF2;
}
.access_map iframe {
  width: 100%;
  height: 400px;
  border: 0;
  margin-top: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .access_map iframe {
    height: 300px;
    margin-top: 24px;
    border-radius: 10px;
  }
}
