@charset "UTF-8";
/*------------------------------

  パート・アルバイトCss

------------------------------*/
section{
    margin-bottom: 150px;
}
section .lead-txt {
    text-align: left;
    max-width: 650px;
    margin: 50px auto;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    section{
        margin-bottom: 80px;
    }
}


.mainimg img{
    width: 100%;
    max-width: none;
}



.tab span{
    width: 40%;
    padding-right: 30px;
}
.tab .txt{
    width: 60%;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    
    .tab span,.tab .txt{
        width: 100%;
        padding: 0;
    }
    .tab .txt{
        margin-top: 20px;
    }
}




.bnr-contact{
    background: #e1f6f4;
    margin: 40px 0;
    padding: 50px 0;
}
.bnr-contact .bnr{
    display: inline-block;
    width: 100%;
    max-width: 650px;
    font-size: 28px;
    font-weight: bold;
    color: #19a696;
    background: #ffef00;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 20px;
}
.bnr-contact .bnr:after{
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    border: solid 2px #01a797;
    border-radius: 50%;
    margin: auto 5px;
    padding-left: 2px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
}
/***マウスオーバー時***/
.bnr-contact .bnr{
    box-shadow: 5px 5px 0px 0px #01a797;
}
.bnr-contact .bnr:hover{
    -webkit-transform:translate(3px, 3px);
    transform:translate(3px, 3px);
    box-shadow:5px 5px 0px 0px #e1f6f4;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .bnr-contact .bnr{
        font-size: 20px;
    }
}



.bnr-rirekisyo{
    display: inline-block;
    width: 100%;
    max-width: 650px;
    color: #01a797;
    background: #fff;
    border: solid 2px #01a797;
    border-radius: 10px;
    margin: 20px 0 0;
    padding: 12px;
}
.bnr-rirekisyo:after{
    content: "\f105";
    font-family: FontAwesome;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    border: solid 2px #01a797;
    border-radius: 50%;
    margin: auto 5px;
    padding-left: 2px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
}
/***マウスオーバー時***/
.bnr-rirekisyo:hover{
    color: #fff;
    background: #01a797;
}
.bnr-rirekisyo:hover:after{
    border: solid 2px #fff;
}
