@charset "UTF-8";
/* CSS Document */
body{
    width: 100%;
}
nav li.college{
    border-top: 3px solid #000;
    
}
nav ul li a.nav_college{
    background: url(../images/nav_susas_college_hover.svg) no-repeat;
}
/*title*/
.activitybox{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.activitybox ul li.college_title{
    width: 120px;
    height: 46px;
    float: left;
    margin-right: 70px;
    cursor:pointer;
    background: url(../images/susas_college_intro_title.png) no-repeat;
    background-position: left 0px;
    background-size: 100%;
}
.activitybox ul li.college_title:hover{
    width: 120px;
    height: 46px;
    float: left;
    margin-right: 70px;
    cursor:pointer;
    background: url(../images/susas_college_intro_title.png) no-repeat;
    background-position: left 0px;
    background-size: 100%;
}
.activitybox ul li.activity_title{
    width: 114px;
    height: 46px;
    float: left;
    margin-right: 70px;
    cursor:default;
    background: url(../images/activity_title.png) no-repeat;
    background-position: left -105px;
    background-size: 100%;
}
.activitybox ul li.activity_title:hover{
    width: 114px;
    height: 46px;
    float: left;
    margin-right: 70px;
    cursor:default;
    background: url(../images/activity_title.png) no-repeat;
    background-position: left -105px;
    background-size: 100%;
}
.activitybox ul li.titleimg img{
    width: 100%;
}

.activitybox ul li.recruitment_title{
    width: 152px;
    height: 46px;
    float: left;
    margin-right: 70px;
    cursor:default;
    background: url(../images/recruitment_title.png) no-repeat;
    background-position: left -105px;
    background-size: 100%;
}
.activitybox ul li.recruitment_title:hover{
    width: 152px;
    height: 46px;
    float: left;
    margin-right: 70px;
    cursor:default;
    background: url(../images/recruitment_title.png) no-repeat;
    background-position: left -105px;
    background-size: 100%;
}

.college_box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.college_box img{
    width: 480px;
}
.collegecon{
    width: 600px;
    margin-top: 4px;
}
.collegecon h3{
    font-size: 18px;

}
.collegecon p{
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    text-align: justify;
    text-justify: inter-ideograph; 
    color: #333;
    margin-bottom: 32px;
    margin-top: 12px;
}
.college01 span{
    display: block;
    font-size: 79px;
    color: #333;
    margin-top: 10px;
    width: 80px;
}
.college01 img{
    width: 240px;
}
.college02 img{
    width: 540px;
}
.college03 img{
    width: 280px;
}
.college02 span{
    display: block;
    font-size: 156px;
    color: #333;
    margin-top: 40px;
    width: 80px;
}


.college03 span{
    display: block;
    font-size: 115px;
    color: #333;
    margin-top: 40px;
    width: 80px;
}

@media screen and (max-width:1024px){
    .college_box{
        transform: scale(0.96)
    }
}





























