
.title-container{
  padding-bottom: 30px;
}
.advantage-main-img{
  margin-top: 30px;
}
.advantage-main-img img{
  width: 100%;
}
.advantage-section-title{
  text-align: left;
  color: #f07f0a;
  border-bottom: 3px dotted #f07f0a;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.advantage-contents{
  padding-bottom: 50px;
}
.advantage-contents:last-child{
  padding-bottom: 0;
}
.advantage-contents:nth-child(n+3) .advantage-link{
  margin-bottom: 30px;
}
.advantage-contents .recruit-title-p{
 border-left: 5px solid #f07f0a;
 padding: 0 0 0 10px;
 margin-bottom: 30px;
}
.advantage-link{
  font-size: 16px;
  width: 300px;
}
.advantage-link a{
  display: block;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid #f07f0a;
  color: #f07f0a;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.advantage-link a:hover{
  background-color: #f07f0a;
  color: #fff !important;
}
@media screen and (max-width:992px){
  .pc{
    display: none;
  }
  .advantage-section-title{
    font-size: 20px;
    line-height: 1.6;
  }
  .recruit-title-p{
    font-size: 17px;
  }
  .advantage-link{
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width:992px){
  .sp{
    display: none;
  }
}

/* 20190412add **/
.advantage-contents .row-50 > a, .row-50 > div {
  display: initial;
}
