@charset "UTF-8";


.catch01 {
    font-size:1.4rem;
    font-weight:600;
}
.catch01 span {
    font-size:.8rem;
}
.blue-bg {
    position: relative;
    width: 100%;
    height: 300px;
}
.ph-box {
    height: 200px;
}
.ph-box02 {
    height: 130px;
}
.owner-bg {
    background: url(../images/reform/diy-bg.jpg) no-repeat top center / cover  #2e3762;
}
.text-white {
    color: #fff;
}
.text04 {
    font-size:.8rem;
    font-weight: 700;
    color: #fff;
}
.h120 {
    height: 120px;
}

@media (max-width: 576px) {
    .ph-box {
        height: 130px;
    }
    .ph-box02 {
        height: auto;
    }
    .text04 {
        font-size:.6rem;
    }
    .h120 {
        height: auto;
    }
    .owner-bg {
        background: url(../images/reform/sp/sp-diy-bg.jpg) no-repeat top center / cover  #2e3762;
    }
}