/*
その他、採用情報、サイトについて、個人情報用CSS
*/
.item-recruit .btn-blue.btn-large a {
  width: 370px;
  max-width: 100%;
}
.item-recruit .wrap-btn-single {
  padding-top: 20px;
}
.h2-other {
  position: relative;
  display: block;
  margin: 0 0 8px;
  font-size: 2.8rem;
}
.item-policy p {
  margin: 0;
  padding: 0 0 25px;
}
.item-policy p:last-of-type {
  padding-bottom: 0;
}
.wrap-list-others .list-num {
  position: relative;
  display: block;
  list-style: decimal;
}
.wrap-list-others .list-num li {
  padding-top: 15px;
  margin-left: 20px;
}
.h3-others {
  margin: 0;
  padding: 0 0 5px;
  font-size: 2rem;
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .h2-other {
    font-size: 2.6rem;
  }
  .item-policy p {
    padding: 0 0 20px;
  }
}
/*-------------------------------------------------
break point 700px 
--------------------------------------------------*/
@media only screen and (max-width: 700px) {
  
}

/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  .h2-other {
    font-size: 2.1rem;
  }
  .h3-others {
    font-size: 1.8rem;
  }
}