.layout_profile-wrap {
  text-align: center;
  margin: 0 auto;
}

.layout_profile-wrap h2 {
  font-size: 46px;
  border-bottom: 2px solid #4a92cc;
  display: table;
  margin: 56px auto 32px;
}

.layout_profile-wrap .layout_profile .table {
  position: relative;
}

.layout_profile-wrap .layout_profile .table dl {
  display: table;
  width: 100%;
  text-align: left;
  margin-top: 42px;
  padding-bottom: 15px;
  border-bottom: 1px solid #aaa;
}

.layout_profile-wrap .layout_profile .table dl dt {
  font-size: 16px;
  width: 300px;
  line-height: 1.875;
  display: table-cell;
  padding-right: 0.5em;
  box-sizing: border-box;
  color: #4a92cc;
  font-weight: normal;
}

.layout_profile-wrap .layout_profile .table dl dd {
  display: table-cell;
  line-height: 1.875;
}

.layout_profile-wrap .layout_profile.layout_executives {
  background: none;
}

.layout_profile-wrap .layout_profile.layout_executives h3 {
  background: white;
}

.layout_profile-wrap .layout_profile.layout_executives .table dl dt {
  font-size: 24px;
  color: #404040;
}

.layout_profile-wrap .layout_profile.layout_executives .table dl dd {
  font-size: 16px;
}

.layout_global-sp .layout_subpage-wrap {
  padding: 0;
}

.layout_global-sp .layout_subpage-wrap h2.page_title {
  margin: 24px auto;
}

.layout_global-sp .layout_subpage-wrap .layout_content-wrap {
  padding: 24px 17px 60px;
  box-sizing: border-box;
  position: relative;
  border-top: 2px solid #4a92cc;
  margin-bottom: 0;
}

.layout_global-sp .layout_subpage-wrap .layout_content-wrap h3.page_sub-title {
  font-size: 24px;
  margin: 24px auto 0;
}

.layout_global-sp .layout_subpage-wrap .layout_content-wrap .line_middle {
  width: calc(100% - 34px);
  margin: 0 auto;
  right: 0;
  top: 66px;
}

.layout_global-sp .layout_subpage-wrap .layout_content-wrap .table dl {
  margin-top: 20px;
  position: relative;
}

.layout_global-sp .layout_subpage-wrap .layout_content-wrap .table dl dt,
.layout_global-sp .layout_subpage-wrap .layout_content-wrap .table dl dd {
  font-size: 14px;
}

.layout_global-sp .layout_subpage-wrap .layout_content-wrap .table dl dt {
  width: 30%;
}

.layout_global-sp .layout_subpage-wrap .layout_content-wrap .table dl dd {
  width: 70%;
}

.layout_global-sp .layout_subpage-wrap .layout_content-wrap.layout_executives {
  margin-top: 0;
}

.layout_global-sp
  .layout_subpage-wrap
  .layout_content-wrap.layout_executives
  h3.page_sub-title {
  background: white;
}

.layout_global-sp
  .layout_subpage-wrap
  .layout_content-wrap.layout_executives
  .table
  dl
  dt,
.layout_global-sp
  .layout_subpage-wrap
  .layout_content-wrap.layout_executives
  .table
  dl
  dd {
  width: 100%;
  float: left;
}

.layout_global-sp .layout_subpage-wrap .layout_executives .table dl dt {
  font-size: 18px;
}