@charset "UTF-8";

/* ----------------
 * コンテンツエリア
 * ---------------- */


.l-p-recruit_info h3{
    font-size: 2.5rem;
    position: relative;
    display:block;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    color: #00A84D;
    text-align: left;
}


@media screen and (min-width: 768px) {
.l-p-recruit_info h3{
    font-size: 3rem;
    position: relative;
    display:block;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    color: #00A84D;
    text-align: left;
}
}

.l-p-recruit_info h4{
    font-size: 2rem;
    position: relative;
    display:block;
    margin: 0 auto 2rem;
    padding: 5px 0 5px 0;
    text-align: center
}


@media screen and (min-width: 768px) {
.l-p-recruit_info h4{
    font-size: 2rem;
    position: relative;
    display:block;
    margin: 0 auto 2rem;
    padding: 5px 0 5px 0;
}
}


.l-p-recruit_info .contents_area{
    width: 100%;
    margin: 0rem auto ;
}

@media screen and (min-width: 768px) {
.l-p-recruit_info .contents_area{
    width: 980px;
    margin: 0rem auto ;
}
}
.l-p-recruit_info .contents_area .inner {
    width: 100%;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    top: 0;
}


@media screen and (min-width: 768px) {
  .l-p-recruit_info .contents_area .inner {
    width: 100%;
    margin: 4rem auto 0rem;
      position: relative;
      top: 0;
      padding:0 20px;
      text-align: center
  }
}




/* table01 */

#table01 {
    width: 100%;
    margin: 0rem auto;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 20px;
  border: none;
    text-align: left;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 787px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }
#table01 tr {
  border-bottom: 0;
}
  #table01 th {
    width: 100%;
    background-color: #eeeeee;  
  }

  #table01 td {
    padding-top: 20px;
  }
}

.l-p-recruit_info .arrow_r_b {
    position: relative;
    display: inline-block;
    padding: 22px;
    background-color: #eeeeee;
    width: 100%;
    color: #00A84D;
    margin:auto;
    font-size: 1.9rem;
    text-align: left;
}

@media screen and (min-width: 768px) {
.l-p-recruit_info .arrow_r_b {
  position: relative;
  display: inline-block;
  padding: 22px;
    background-color: #eeeeee;
    width: 300px;
    color: #00A84D;
    margin:auto 2rem;
    font-size: 1.5rem;
    text-align: left;
}
}

.l-p-recruit_info .arrow_r_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #00A84D;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}
.l-p-recruit_info .arrow_r_b:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
  margin: auto;
}