@charset "utf-8";

.main h2{
    margin-top: 1.6rem;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.main h2::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #383838;
    margin: 20px auto;
}

.sns{
    margin-bottom: 40px;
}

.sns img{
    height: 80px;
    margin-right: 20px;
}

.sns-link-table li{
    width: 92%;
    margin: 0 auto;
    background-color: #f7f8ff;
    padding: 20px;
}

.sns-link-table li:nth-child(odd){
    background-color: #d3d5e0;
}

.sns-link{
    display: flex;
}

.sns-description{
    margin-top: 0.5rem;
}

.sns-link a{
    color: #534e80;
}

.sns-link-text{
    font-size: 1.6rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.mutual-links{
    padding-top: 20px;
    padding-bottom: 60px;
}

.mutual-links p{
    padding: 12px;
    background-color: #f7f8ff;
    width: 92%;
}

.mutual-links-reqruit{
    margin: 16px auto;
    font-size: 1.1em;
    line-height: 1.5em;
}


@media (max-width: 800px){
    .sns img{
        height: 50px;
        margin-right: 15px;
    }

    .sns-link-text{
        color: #534e80;
        font-size: 1.2rem;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .sns-description{
        margin-top: 0.5rem;
    }
}