@media screen and (max-width: 1080px){
/* ///////////////////////////////////////////////////////////////////
案内
/////////////////////////////////////////////////////////////////// */
    
.guide p{
    font-size: 140%;
}

    .guide .top-link{
        width: 90%
    }

/* ///////////////////////////////////////////////////////////////////
案内-2
/////////////////////////////////////////////////////////////////// */

.annai h3{
    font-size: 140%;
}

.annai ul li{
    margin: 2% 0 2% ;
    padding: 4% 0 2%;
}

.annai ul li::before{
    vertical-align: top;
}

/* ///////////////////////////////////////////////////////////////////
お知らせ
/////////////////////////////////////////////////////////////////// */

.news ul span {
    font-size: 12px;
    vertical-align: top;
}

.news ul p{
    font-size: 14px;
    line-height: 1.5;
}
    
/* ///////////////////////////////////////////////////////////////////
アクセスマップ
/////////////////////////////////////////////////////////////////// */
    
    .acces iframe{
        height: 350px;
    }
    
/* ///////////////////////////////////////////////////////////////////
役員紹介
/////////////////////////////////////////////////////////////////// */
    
    .intro ul{
        width: 80%
    }
    

/* ///////////////////////////////////////////////////////////////////
同級生JOB - コンテンツ
/////////////////////////////////////////////////////////////////// */
    
    .job-content .wrap-1{
        width: 100%;
        margin: 0 auto
    }
    
    .job-content li{
        display: block;
        width: 80%
    }
    
/* ///////////////////////////////////////////////////////////////////
お問い合わせフォーム
/////////////////////////////////////////////////////////////////// */

    .contact .form-group{
        width: 100%
    }
    
    .contact .form-content-2 select{
        width: 50%
    }
    
    .alert-success{
        font-size: 130%
    }
    
    .alert-danger{
        font-size: 130%
    }
    
/* ///////////////////////////////////////////////////////////////////
個人情報変更届
/////////////////////////////////////////////////////////////////// */  
    
    .change .right .form{
        width: 95%
    }

/* ///////////////////////////////////////////////////////////////////
総会参加の可否
/////////////////////////////////////////////////////////////////// */
    
    .entry .first .name{
        width: 30%
    }
    
    .entry .form-group #form-control.form{
        width: 50%
    }
    
}