@charset "UTF-8";
/* lp age_ranking 共通
   ============================================= */
body a {
  display: block;
}

@media screen and (min-width: 940px) {
  .inner {
    max-width: 940px;
    margin: 0 auto;
  }
}

h1 {
  text-align: right;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px;
}

.r-title {
  border: none;
  border-top: solid 3px #ffda0b;
  border-bottom: solid 3px #ffda0b;
  background: url("../../img/lp/age/bg_stripe.png") 0 0 repeat scroll;
  background-size: 19px;
  padding: 10px 0;
  text-align: center;
}
.r-title .ttl-box {
  position: relative;
  display: inline-block;
}
.r-title p {
  text-align: center;
  font-size: 14px;
  color: #444444;
}
.r-title p span {
  font-size: 16px;
  font-weight: bold;
  color: #1382cf;
  padding-right: 10px;
}
.r-title .age, .r-title .age-over {
  position: absolute;
  top: 7px;
  left: -60px;
  height: 50px;
  width: 60px;
  background: url("../../img/lp/age/age.png") 0 0 no-repeat scroll;
  background-size: 100%;
}
.r-title .age p, .r-title .age-over p {
  padding: 8px 0 0 8px;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
  text-shadow: 1px 1px 0 #bd4f5c;
}
.r-title .age p span, .r-title .age-over p span {
  font-size: 11px;
  color: #ffffff;
  padding-right: 0;
}
.r-title .age-over p {
  padding: 13px 0 0 2px;
  font-size: 14px;
}
.r-title h2 {
  margin: 0 0 6px 0;
  text-align: center;
  font-size: 20px;
  color: #381b05;
  text-shadow: 1px 1px 0 #ffffff;
}

/* end r-title */
.caption {
  line-height: 1.5;
  width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 960px) {
  .caption {
    text-align: center;
  }
}

/* ------------------ ランキング --------------------- */
.top5 {
  border: none;
  border-top: solid 3px #1b808a;
  border-bottom: solid 8px #1b808a;
  position: relative;
}
.top5 h2 {
  background-color: #1b808a;
  padding-left: 20px;
  text-align: center;
  height: 30px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  border-right: 2px solid #1b808a;
}
.top5 hr {
  border: none;
  border-top: solid 3px #1b808a;
  margin: 4px 0;
}
.top5 .icon-check {
  position: absolute;
  width: 45px;
  height: 45px;
}
.top5 .icon-check {
  top: -15px;
  left: 5px;
}
.top5 .graph {
  text-align: center;
  margin: 15px 0 10px 0;
}
.top5 .graph img {
  width: 237px;
  height: 143px;
}
.top5 .graph p {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .top5 .graph img {
    width: 474px;
    height: 286px;
  }
}
.top5 .ranking {
  /* 確定するまではここでランキングボタンの高さ・角丸を設定 */
  /* 確定するまではここでランキングボタンの高さ・角丸を設定 */
  list-style: none;
  margin: 0 auto 24px;
  width: 90%;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.top5 .ranking .first, .top5 .ranking .second, .top5 .ranking .third, .top5 .ranking .fourth, .top5 .ranking .fifth {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  border: solid 2px #dcdcdc;
}
.top5 .ranking .first a, .top5 .ranking .second a, .top5 .ranking .third a, .top5 .ranking .fourth a, .top5 .ranking .fifth a {
  color: #333;
  text-decoration: none;
}
.top5 .ranking .first a:after, .top5 .ranking .second a:after, .top5 .ranking .third a:after, .top5 .ranking .fourth a:after, .top5 .ranking .fifth a:after {
  position: absolute;
  content: "";
  right: 10px;
  width: 16px;
  height: 16px;
}
.top5 .ranking .first img, .top5 .ranking .second img, .top5 .ranking .third img, .top5 .ranking .fourth img, .top5 .ranking .fifth img {
  margin: 0 20px;
  vertical-align: middle;
}
.top5 .ranking .first, .top5 .ranking .second, .top5 .ranking .third {
  height: 60px;
  line-height: 60px;
}
.top5 .ranking .first {
  position: relative;
  border: none;
  border-bottom: solid 1px #ffd800;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to bottom, #fff7b0 0%, #ffe954 100%);
}
.top5 .ranking .first a {
  padding-left: 35px;
  background: url("../../img/lp/age/crown_1.png") 10px center no-repeat;
  background-size: 32px;
}
.top5 .ranking .first a:after {
  top: 40%;
  background: url("../../img/lp/age/arrow_1.png") 0 0 no-repeat scroll;
  background-size: 16px;
}
.top5 .ranking .first img {
  width: 10px;
  height: 21px;
}
.top5 .ranking .second {
  border: none;
  border-bottom: solid 1px #8dd2e7;
  background: linear-gradient(to bottom, #e2f1fa 0%, #c0dff3 100%);
}
.top5 .ranking .second a {
  padding-left: 35px;
  background: url("../../img/lp/age/crown_2.png") 10px center no-repeat;
  background-size: 32px;
}
.top5 .ranking .second a:after {
  top: 40%;
  background: url("../../img/lp/age/arrow_2.png") 0 0 no-repeat scroll;
  background-size: 16px;
}
.top5 .ranking .second img {
  width: 16px;
  height: 21px;
}
.top5 .ranking .third {
  border: none;
  border-bottom: solid 1px #f7b182;
  background: linear-gradient(to bottom, #ffddc7 0%, #ffc7a2 100%);
}
.top5 .ranking .third a {
  padding-left: 35px;
  background: url("../../img/lp/age/crown_3.png") 10px center no-repeat;
  background-size: 32px;
}
.top5 .ranking .third a:after {
  top: 40%;
  background: url("../../img/lp/age/arrow_3.png") 0 0 no-repeat scroll;
  background-size: 16px;
}
.top5 .ranking .third img {
  width: 14px;
  height: 21px;
}
.top5 .ranking .fourth {
  border: none;
  border-bottom: solid 1px #aec5c8;
  background: linear-gradient(to bottom, #d4edf0 0%, #c2dfe3 100%);
}
.top5 .ranking .fourth a {
  color: #666;
}
.top5 .ranking .fourth a:after {
  top: 36%;
  background: url("../../img/lp/age/arrow_search.png") 0 0 no-repeat scroll;
  background-size: 16px;
}
.top5 .ranking .fourth img {
  vertical-align: middle;
  width: 17px;
  height: 21px;
  margin-left: 54px;
}
.top5 .ranking .fifth {
  border: none;
  background: linear-gradient(to bottom, #f2f9fa 0%, #dfedf0 100%);
  border-radius: 0 0 10px 10px;
}
.top5 .ranking .fifth a {
  color: #666;
}
.top5 .ranking .fifth a:after {
  top: 36%;
  background: url("../../img/lp/age/arrow_search.png") 0 0 no-repeat scroll;
  background-size: 16px;
}
.top5 .ranking .fifth img {
  vertical-align: middle;
  width: 17px;
  height: 21px;
  margin-left: 54px;
}

/* ------------------ ボタン --------------------- */
.rec-work-btn {
  display: block;
  margin: 20px auto;
  width: 90%;
}
.rec-work-btn a {
  border-radius: 5px;
  border: solid 1px #ffb951;
  background-color: #30A1D3;
  background: linear-gradient(to bottom, #ffb951 0%, #ff6600 100%);
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.rec-work-btn a:link, .rec-work-btn a:visited, .rec-work-btn a:hover, .rec-work-btn a:active {
  text-shadow: 1px 1px 0 #b96722;
  text-decoration: none;
}
.rec-work-btn a:active {
  background: linear-gradient(to bottom, #ff6600 0%, #ffb951 100%);
}
.rec-work-btn a span {
  background: url("../../img/lp/age/icon_search.png") 0 center no-repeat scroll;
  background-size: 17px;
  padding-left: 20px;
}
@media screen and (min-width: 960px) {
  .rec-work-btn {
    width: 370px;
  }
  .rec-work-btn a {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}

/* ------------------ 編集部解説 --------------------- */
.editor-ex {
  background-color: #c0dde1;
  padding: 18px;
  margin: 20px 0;
}
.editor-ex h3 {
  margin: 0 0 15px 0;
  background: url("../../img/lp/age/h3_icon.png") 0 center no-repeat scroll;
  background-size: 4px;
  padding-left: 14px;
  color: #0f5c67;
  text-shadow: 1px 1px 0 #ffffff;
  font-size: 15px;
}
.editor-ex p {
  line-height: 1.6;
  margin: 0 6px;
}

/* ------------------ 応募者・採用企業の声 --------------------- */
.voice .applicant, .voice .company {
  position: relative;
  padding-left: 40px;
  height: 24px;
  line-height: 24px;
  width: 270px;
  border-radius: 0 12px 12px 0;
  background: url("../../img/lp/age/bg_stripe.png") 0 0 repeat scroll;
  background-size: 19px;
  color: #381b05;
  font-size: 15px;
  text-shadow: 1px 1px 0 #ffffff;
}
.voice .applicant:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 10px;
  width: 24px;
  height: 21px;
  background: url("../../img/lp/age/icon_voice_applicant.png") 0 0 no-repeat scroll;
  background-size: 24px;
}
.voice .company:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 10px;
  width: 22px;
  height: 30px;
  background: url("../../img/lp/age/icon_voice_company.png") 0 0 no-repeat scroll;
  background-size: 24px;
}
.voice .voice-man, .voice .voice-woman, .voice .voice-company {
  display: table;
  margin: 20px;
}
.voice .voice-man dd, .voice .voice-woman dd, .voice .voice-company dd {
  display: table-cell;
  vertical-align: middle;
  border: solid 3px #000000;
  border-radius: 8px;
  color: #333333;
  padding: 15px;
  position: relative;
}
.voice .voice-man dt, .voice .voice-woman dt, .voice .voice-company dt {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  padding: 0 20px 0 0;
}
.voice .voice-man dd {
  border-color: #9fdbef;
}
.voice .voice-man dd:before {
  background: url("../../img/lp/age/arrow_man.png") no-repeat scroll 100% 0;
  background-size: 11px;
  position: absolute;
  top: 40%;
  right: -10px;
  clear: both;
  content: "";
  display: block;
  height: 40px;
  width: 85%;
}
.voice .voice-man dt {
  padding: 0 0 0 20px;
}
.voice .voice-woman dd, .voice .voice-company dd {
  border-color: #ef9fc2;
}
.voice .voice-woman dd:before, .voice .voice-company dd:before {
  background: url("../../img/lp/age/arrow_woman.png") no-repeat scroll 0 0;
  background-size: 10px;
  position: absolute;
  top: 40%;
  left: -10px;
  clear: both;
  content: "";
  display: block;
  height: 40px;
  width: 85%;
}
.voice .voice-company dd {
  border-color: #c9c9c9;
}
.voice .voice-company dd:before {
  background: url("../../img/lp/age/arrow_company.png") no-repeat scroll 0 0;
  background-size: 10px;
}

/* end .voice */

/*# sourceMappingURL=age.css.map */
