main {
  z-index: 1;
}

.main-column .inner {
  width: min(864px, 100%);
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 150px;
}

.footer {
  border-top: 110px solid #002e81;
  padding-top: 60px;
}

#page-recruit h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 12px;
  font-size: 2.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #002e81;
  margin: 45px 0 20px;
}
#page-recruit h3:first-child {
  margin-top: 0;
}
#page-recruit p {
  margin: 15px 0;
}

#page-group .inner {
  padding-top: 90px;
}
#page-group h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 12px;
  font-size: 2.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #002e81;
  margin: 45px 0 20px;
}
#page-group h3:first-child {
  margin-top: 0;
}
#page-group h4 {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-group section + section {
  margin-top: 75px;
}
#page-group p {
  font-size: 1.8rem;
}
#page-group p:first-of-type {
  margin-top: 20px;
}
#page-group #group table {
  width: 810px;
  margin: 30px auto 0;
}
#page-group #group table + table {
  margin-top: 28px;
}
#page-group #group table tr th {
  padding: 15px;
  width: 250px;
  border: solid 1px #ccc;
  background-color: #eee;
}
#page-group #group table tr td {
  padding: 15px;
  border: solid 1px #ccc;
  background-color: #fff;
}
#page-group #history table {
  width: 810px;
  margin: 30px auto 0;
}
#page-group #history table + table {
  margin-top: 28px;
}
#page-group #history table tr th {
  padding: 15px 0;
  width: 135px;
  border: solid 1px #ccc;
  border-width: 1px 0;
  background-color: #fff;
  font-weight: normal;
  text-align: left;
}
#page-group #history table tr td {
  padding: 15px;
  border: solid 1px #ccc;
  border-width: 1px 0;
  background-color: #fff;
}
#page-group #map {
  width: 864px;
  height: 340px;
  background-color: #ccc;
  margin: 35px auto 0;
}
#page-group #map iframe {
  width: 100%;
  height: 100%;
}

#page-privacy h3 {
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: 45px 0 20px;
}
#page-privacy h3:first-child {
  margin-top: 0;
}
#page-privacy p {
  margin: 15px 0;
}
#page-privacy ul {
  margin: 15px 0;
}
#page-privacy ul li {
  list-style: none;
}
