  @charset "utf-8";
/* --- 採用情報 - 福利厚生---- */
#main {
  padding-bottom: 80px;
}

/* ----h2---- */
h2.type1 {
  position: relative;
}

h2.type1 a {
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
}

h2.type1 a button {
  cursor: pointer;
  background: #fff;
  border: 1px solid #f19716;
  border-radius: 5px;
  padding: 5px 15px;
  color: #ed7f1e;
  font-weight: bold;
}

h2.type1 a button:hover {
  opacity: 0.5;
}

h2.type1 a button:before {
  background-image: url("/wp/wp-content/themes/ios/recruit/img/pdf.png");
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-right: 5px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.feature_data_block {
  margin-bottom: 40px;
}

/* ----アコーディオン---- */
.benefit_acc_title {
  position: relative;
  cursor: pointer;
}
.benefit_acc_title::before,
.benefit_acc_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: #F19716;
}
.benefit_acc_title::before {
  width: 14px;
  height: 2px;
  right: 15px;
}
.benefit_acc_title::after {
  height: 14px;
  width: 2px;
  right: 21px;
}
.benefit_acc_title.open::after {
  display: none;
}
.benefit_acc_detail {
  display: none;
  padding-top: 15px;
}

/* ----benefit_list---- */
.benefit_list + .benefit_list {
  margin-top: 40px;
}
.benefit_list .benefit_acc_detail:last-child dd:last-child {
  padding-bottom: 0;
}
.benefit_list .benefit_title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
}
.benefit_list .type2 {
  margin: 0 0 5px;
  line-height: 1.8;
  padding: 6.5px 10px;
  height: auto;
}



/* ----下線（破線）---- */
.benefit_list dl dt.type3 {
  border-bottom: 1px dotted #d0d0d0;
}

#main p {
	font-size: 12px;
	letter-spacing: 1px;
}

/* ----ライフサポート---- */
.benefit_list dl {
	margin-left: 20px;
}
.benefit_list dl dt {
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.benefit_list dl dd {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 170%;
  padding: 0px 0px 30px 0;
}

.benefit_list dl dd ul {
  font-size: 12px;
  margin: 0px 0px 30px 10px;
  list-style: none;
}

.benefit_list dl dd ul li {
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.hataraku-yell{
  position: relative;
  padding-left: 110px;
  margin-top: 60px;
}
.hataraku-yell p{
  font-size: 14px!important;
  line-height: 20px;
}
.hataraku-yell p span{
  color: #ed7f1e;
  border-bottom: 1px solid #ed7f1e;
}
.hataraku-yell h4{
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #ed7f1e;
}
.hataraku-yell:before{
  content: "";
  display: block;
  background-image: url("/wp/wp-content/themes/ios/recruit/img/hataraku_yell.jpg");
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}



/*
****     SP     ***
**/
@media (max-width: 767px) {
  #wrap #main {
    padding-bottom: 40px;
  }
  h2.type1 a {
    top: -10px;
  }
  h2.type1 a button {
    padding: 3px 10px;
  }
  ul.benefits-list a:nth-child(2n) > li {
    margin-right: 0;
  }
  ul.benefits-list a > li h3.benefits-heading {
    font-size: 14px;
  }
  ul.benefits-list a > li {
    width: 45%;
    margin-right: 10%;
    font-size: 12px;
    height: 240px;
  }
  ul.benefits-list a:nth-child(1) > li,
  ul.benefits-list a:nth-child(2) > li {
    height: 210px;
  }
  ul.benefits-detail > li {
    width: 100%;
    font-size: 12px;
  }
  .type1 {
    margin-bottom: 20px;
  }
  .benefit_list p {
    font-size: 14px;
    line-height: 130%;
  }
  .benefit_list dl {
    margin-left: 0;
  }
  .benefit_list dl dt {
    margin-bottom: 5px;
  }
  .benefit_list dl dd ul {
    margin-left: 0;
  }
  .benefit_list dl dd {
    line-height: 150%;
    padding-bottom: 20px;
  }
  .benefit_list dl dd ul li {
    margin-bottom: 2px;
  }
  .benefit_list dl dd:last-child {
    margin-bottom: 0;
  }
  .benefit_list dl {
    margin-bottom: 40px;
  }
  .benefit_list dl:last-child {
    margin-bottom: 40px;
  }
  .hataraku-yell{
    margin-top: 40px;
  }
}








