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

  パート・アルバイトCss

------------------------------*/
.contents{
    margin-bottom: 150px;
}

.tab{
    margin-bottom: 50px;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .contents {
        margin-bottom: 60px;
    }
}



.link-list{
    border-bottom: solid 1px #19a696;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
}
.link-list > ul{
    margin-right: -40px;
}
.link-list:nth-last-child(1){
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.link-list .item{
    width: 50%;
    padding-right: 40px;
}
.link-list .item a{
    display: block;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.link-list .item .head,
.link-list .item .bottom{
    display: block;
    font-weight: bold;
}
.link-list .item .head{
    background: #19a696;
    color: #ffef00;
    font-size: 22px;
    padding: 5px 10px;
}
.link-list .item .bottom{
    background: #ffef00;
    color: #19a696;
    font-size: 26px;
    padding: 5px 10px;
}
.link-list .item .bottom small{
    font-size: 14px;
    margin-right: 10px;
}
.link-list .item .att{
    font-size: 14px;
    margin: 15px 0;
}

/***マウスオーバー時***/
.link-list .item a{
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,.1);
}
.link-list .item a:hover{
    -webkit-transform:translate(3px, 3px);
    transform:translate(3px, 3px);
    box-shadow:3px 3px 0px 0px #fff;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .link-list .item .head {
        font-size: 18px;
    }
    .link-list .item .bottom {
        font-size: 20px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .tab .inner {
        padding-bottom: 0;
    }
    .link-list > ul {
        margin-right: 0;
    }
    .link-list .item {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .link-list .item .head {
        font-size: 14px;
    }
    .link-list .item .bottom {
        font-size: 18px;
    }
    .link-list .item .bottom small {
        font-size: 12px;
    }
    .link-list .item .att {
        font-size: 12px;
        margin: 10px 0 20px;
    }
}

