#page #guidebook {
  margin: 0 auto;
  width: 1200px;
}

#page #guidebook dl {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page #guidebook dt {
  width: 450px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#page #guidebook dt img {
  width: 100%;
}

#page #guidebook dd {
  width: 715px;
}

#page #guidebook dd strong {
  margin-bottom: 15px;
  color: #0040da;
  font-size: 2.8rem;
  display: block;
  position: relative;
}

#page #guidebook dd strong::after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
}

#page #guidebook dl.imgR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#page ul {
  margin: 1em 2em;
  list-style: initial;
}

#page table {
  width: 100%;
  border-collapse: collapse;
}

#page th, #page td {
  padding: 10px 20px;
  border: solid 1px #a4bae9;
}

#page th {
  width: 215px;
  background: #4069d2;
  color: #fff;
}

#page td {
  background: #fff;
}

#page td ul {
  margin: 0 0 0 2em;
}

#page .table-wrapper {
  overflow: auto;
}

#page .table-wrapper tbody th {
  background: #f4f5f9;
  color: #000;
}

@media screen and (max-width: 1024px) {
  #page #guidebook {
    padding: 0 15px;
    width: 100%;
  }
  #page #guidebook dl {
    display: block;
  }
  #page #guidebook dt {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #page #guidebook dt img {
    max-width: 690px;
  }
  #page #guidebook dd {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
	#page col { width: 100%; display: block; }
  #page th, #page td {
    padding: 10px;
    width: 100%;
    display: block;
  }
  #page .table-wrapper th, #page .table-wrapper td {
    width: auto;
    display: table-cell;
    white-space: nowrap;
  }
	
	#page #guidebook dd strong { font-size: 2rem; }
}
/*# sourceMappingURL=recruit.css.map */