.message .txt-wrap, .message .img-wrap {
  float: left;
  box-sizing: border-box;
}

.message .txt-wrap {
  clear: both;
  width: 60%;
  margin-bottom: 90px;
}

.message .img-wrap {
  text-align: right;
  width: 38%;
	float: right;
	margin-top: 55px;
}

.recruittemp .external-link {
  clear: both;
  width: 100%;
}

.recruittemp .external-link a {
  font-size: 1.8em;
  max-width: 100%;
  width: 80%;
  text-align: center;
}

.recruittemp .external-link a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.recruittemp .external-link a:hover {
  opacity: .8;
}

.recruittemp .external-link a::after {
  width: .8em;
  height: .8em;
  margin-top: -.45em;
}

@media (max-width:1000px) {
  #recruit-message {
    padding-bottom: 0;
  }
  .message .txt-wrap, .message .img-wrap {
    float: none;
    width: 100%;
  }
  .message .txt-wrap {
    margin-bottom: 30px;
  }
  .message .img-wrap {
    margin-bottom: 60px;
  }
  .recruittemp .external-link a {
    width: 100%;
  }
  .message .img-wrap img {
    width: 100%;
  }
}

.detail.voice {}

.detail.voice table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  margin-bottom: 80px;
}

.detail.voice table td {
  font-size: 1.5em;
  color: #000000;
  border: solid 1px #000000;
  text-align: left;
  width: 25%;
  padding: 10px 0 10px 10px;
  vertical-align: middle;
  box-sizing: border-box;
}

.detail.voice table td a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.detail.voice table td a span {
  font-size: .8em;
  margin-right: 10px;
  display: inline-block;
  vertical-align: baseline;
}

.detail.voice table td a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.detail.voice table td a:hover {
  opacity: .8;
}

.detail.voice .inner {
  display: block;
  overflow: hidden;
  background: url('../images/common/bg_ttl3.png');
  margin-bottom: 40px;
}

.detail.voice .inner .img-wrap, .detail.voice .inner .txt-wrap {
  float: left;
  box-sizing: border-box;
}

.detail.voice .inner .img-wrap {
  display: inline-block;
  height: 100%;
}

.detail.voice .inner .img-wrap img {
  display: inline-block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.detail.voice .inner .txt-wrap {
  padding: 38px;
}

.detail.voice .inner .txt-wrap p {
  color: #fff;
  margin: 0 auto;
  font-size: 1.4em;
}

.detail.voice .inner .txt-wrap h3 {
  font-size: 2.2em;
  margin: 5px auto 10px auto;
  color: #fff;
}

.detail.voice dl {
  display: block;
  margin: 0 auto 90px auto;
}

.detail.list dl:last-of-type {
  margin-bottom: 90px;
}

.detail.voice dt, .detail.list dt {
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #000000;
}

.detail.voice dt::before {
  content: 'Q.';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}

.detail.voice dd, .detail.list dd {
  font-size: 1.5em;
  color: #000000;
  padding: 0;
  margin: 0 auto 35px auto;
}

.detail.list {
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 80px;
}

.detail.list h3 {
  color: #fff;
  font-size: 2.2em;
  text-align: center;
  padding: 15px 25px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 60px auto 40px;
}

.detail.list table {
  width: 100%;
  position: relative;
  clear: both;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.detail.list table td {
  color: #000000;
  box-sizing: border-box;
  font-size: 1.4em;
  border-top: solid 1px #bebebe;
  border-bottom: solid 1px #bebebe;
  vertical-align: top;
  padding: 20px;
}

.detail.list table td p {
  font-size: 1em;
}

@media (max-width:1000px) {
  .detail.voice .inner .img-wrap img {
    width: 100%;
  }
  .detail.voice table {
    margin-bottom: 20px;
  }
  .detail.voice table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0 10px 10px;
  }
  .detail.list table tr td {
    display: block;
    width: 100%;
    border: none;
  }
  .detail.list table tr td:first-child {
    border-top: solid 1px #bebebe;
    padding-bottom: 0;
  }
  .detail.list table tr:last-child td:last-child {
    border-bottom: solid 1px #bebebe;
  }
  .detail.voice table td br {
    display: none;
  }
  .detail.voice table td:last-child {
    border-bottom: solid 2px #000000;
  }
  .detail.voice .inner .img-wrap, .detail.voice .inner .txt-wrap {
    float: none;
    display: block;
  }
  .detail.voice dl {
    margin-bottom: 60px;
  }
  .detail.voice dt, .detail.list dt {
    font-size: 1.6em;
    color: #000000;
  }
  .detail.voice dd, .detail.list dd {
    font-size: 1.4em;
  }
  .detail.voice .external-link a, .detail.list .external-link a {
    font-size: 1.8em;
  }
  .detail.voice a img, .detail.list a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .detail.list {
    padding-right: 0;
    padding-left: 0;
  }
  .detail.list h3 {
    font-size: 1.8em;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}