@charset "utf-8";
/* CSS Document */

#recruit h2{
  font-size: 24px;
  text-indent: 0;
  color: #FF64A0;
  font-weight: normal;
}

#recruit .top-sec{
  margin: 0 5% 0 5%;
}

#recruit .picture{
  padding-top: 0.8em;
}

#recruit .picture img{
  width:100%;
}

#recruit .title h1{
    font-size: 1.8em;
    font-weight: bold;
    color: #FF64A0;
}

#recruit .lead{
  font-size: 1.2em;
  margin: 1.2em 0 1.2em 0;
  color: #FF64A0;
}

#recruit .text{
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 1em;
}

#recruit .info{
  margin: 1.8em 5% 1.8em 5%;
}

#recruit .info-title{
    font-size: 18px;
    text-indent: 0;
    color: #FF64A0;
    font-weight: normal;
    background: none;
}

#recruit .tel-sec{
  text-align: center;
  margin: 1em 0 1em 0;
}

#recruit span.tel a{
  font-size: 2.2em;
  font-weight: bold;
  color: #FF64A0;
  padding-left: 1.2em;
  background: url(/sp/images/common/tel_icon.png) no-repeat center left;
  background-size: 1em;
}

#recruit .recruit_btn{
    text-align: center;
    position: relative;
}

#recruit .recruit_btn a{
    margin-left: 2%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ff81bc;
    background: url(/sp/images/common/head_bg.png);
    width: 96%;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    color: #fff;
    top: 0;
    left: 0;
    border-radius: 30px;
    display: block;
    font-size: 1.5em;
    position: relative;
    box-shadow: 0 5px 0px 0 rgb(126, 38, 68);
}

#recruit .recruit_btn a:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
}

#recruit .privacy_link{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

#recruit .privacy_link a{
    font-size: 1em;
}