.pageTitle{
    background: url(../business/img/headImage.jpg) top center;
    background-size: cover;
}
.sect1{
    width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}
.sect1 dl,
.sect1 p{
    margin-bottom: 24px;
}
.sect1 dl dt{
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    color: #001489;
}
@media screen and (max-width: 1050px) {
    .sect1{
        width: 90%;
    }
}
@media screen and (max-width: 1180px) {

}
@media screen and (max-width: 640px) {
    .sect1{
        width: 90%;
    }
    .categoryTitle{
        font-size: 18px;
    }
}
