.profile_box {
  width: 100%;
  border-collapse: collapse;
}
.profile_box tbody th {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #d9ddea;
  padding: 29px 37px 20px 25px;
  position: relative;
}
.profile_box tbody th::before {
  display: block;
  content: "";
  width: 180px;
  height: 1px;
  background: #001a72;
  position: absolute;
  top: -1px;
  left: 0;
}
.profile_box tbody td {
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #d9ddea;
  padding: 29px 20px 20px 37px;
}
.profile_box th {
  width: 15em;
}

.purpose_box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #332E63;
  opacity: 1;
  padding: 15px;
  margin: 50px 0;
}
.purpose_box h2 {
  text-align: center;
}
.purpose_title {
  border-bottom: 3px solid #5AC7FC;
  font-size: 24px;
  font-weight:bold;
}
.purpose_box dl dt {
  font-size: 22px;
  font-weight:bold;
  text-align: center;
  padding: 13px 0px 15px 0px;
}

.purpose-main {
  font-size: 22px;
  font-weight:bold;
  text-align: center;
  padding: 13px 0px 15px 0px;
}
.access_box h2 {
  font-size: 26px;
  padding-bottom: 30px;
  text-align: center;
  color: #332E63;
}
.access_box {
  margin-bottom: 50px;
}
.iframe {
  width: 100%;
  height: 453px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .profile_box {
    display: block;
  }
  .profile_box th {
    width: auto;
  }
  .profile_box tbody, .profile_box tr, .profile_box th, .profile_box td {
    display: block;
  }
  .profile_box tbody th {
    padding: 10px 0 5px 0;
    background: none;
  }
  .profile_box tbody th::before {
    left: 0;
  }
  .profile_box tbody td {
    padding: 0 0 30px 0;
    border-top: none;
  }

}