@charset "UTF-8";
/* CSS Document */

/* Connect */
#connect-new {
    background: url('../img/background/connect.jpg') no-repeat center center;
    background-size: cover;
    padding-top:60px;
    padding-bottom:60px;
    color: #ffffff;
    text-align: center;
}
#connect-new h2 {
    font-size: 32px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 15px;
}
#connect-new h2 span {
    color: #f98d29;
}
#connect-new .description {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 20px;
}
#connect-new .cta-link {
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url('../img/sprite/arrow-circle.png') no-repeat;
    cursor: pointer;
}
#connect-new .cta-link:hover {
    background: url('../img/sprite/arrow-circle-hover.png') no-repeat;
}
#connect-new .cta-link img {
    display: none;
}