.worksans{
    font-family:'Work Sans',sans-serif
}
.wrap960{
    width:960px;
    margin:0 auto
}
@media screen and (max-width:960px){
    .wrap960{
        width:100%
    }
}
.content{
    background:#ebebeb;
    padding:100px 0 170px 0;
    margin-top:115px
}
@media only screen and (max-width:1475px){
    .content{
        margin-top:68px
    }
}
.content .mainTitle{
    margin-bottom:50px
}
@media only screen and (max-width:640px){
    .content .mainTitle{
        margin-bottom:20px
    }
}
.content .mainTitle h1{
    font-size:30px;
    color:#103861;
    font-weight:400;
    margin:0
}
@media only screen and (max-width:960px){
    .content .wrap960{
        width:calc(100% - 20px)
    }
}
.content article h4{
    font-size:22px;
    margin:50px 0 30px 0;
    color:#0079ba;
    font-weight:400
}
.content article .text{
    padding-bottom:50px;
}
.content article .text p{
    margin:0;
    font-size:16px;
    line-height:1.6;
}
.content article .text .remark{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:#808080;
}
.content article .text.last{
    border:0
}
