header + section {
    background: url("/https/activegate-ss.jp/common/images/bg_global_nav_bottom.png") no-repeat center top;
}

h1 {
    text-align: center;
}

.cols {
    display: flex;
    gap: 50px;
    margin: 40px 0 0;
}
.cols > * {
    flex: 1;
}
@media screen and (max-width: 1024px) {
    .cols {
        display: block;
    }
}

.img-box {
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .img-box {
        margin: 20px 0 0;
    }
}
.page-summary {
    font-weight: bold;
}
