@charset "utf-8";
/* CSS Document */
.banner_join_social{
	background: url(../img/banner_social.jpg) no-repeat top center;
}
.nav_join_social{
	background: rgba(0, 54, 124, .45);
}
.process{
	margin-bottom: 50px;
	text-align: center;
}
.process img{
    display: inline-block;
}
.benefit{
	background: url(../img/common-container-top-left-icon.png) no-repeat top center;
	margin-bottom: 60px;
}
.benefit ul{
    position: relative;
    top: 40px;
}
.benefit li{
    box-shadow: 0 0px 10px rgb(0 37 105 / 10%);
    border: 1px solid #dedede;
    border-radius: 10px;
    background: #fff;
    padding: 24px 34px;
    margin-bottom: 24px;
}
.social_icon{
    float: left;
    margin-right: 24px;
    width: 60px;
    text-align: center;
}
.social_icon img{display: inline;}
.social_info{
    float: left;
    width: 1040px;
}
.social_benefit_title{
    font-size: 20px;
    margin-bottom: 12px;
}
.social_benefit_info{
    line-height: 30px;
}