@charset "UTF-8";


.catch01 {
    font-size:1.4rem;
    font-weight:600;
}
.catch01 span {
    font-size:.8rem;
}
.blue-bg {
    position: relative;
    width: 100%;
    height: 300px;
}
.blue-bg-right {
    position: absolute;
    z-index: -1;
    top:20px;
    right: 0;
    width: 60%;
    height: 240px;
    background-color: #eeeef3;
}
.blue-bg-left {
    position: absolute;
    z-index: -1;
    top:20px;
    left: 0;
    width: 60%;
    height: 240px;
    background-color: #eeeef3;
}
.owner-bg {
    background: url(../images/reform/diy-bg.jpg) no-repeat top center / cover  #2e3762;
}
@media (max-width: 576px) {

    .blue-bg {
        height: auto;
    }
    .catch01 span {
        display: block;
    }
    .sp-bg {
        background-color: #eeeef3;
        padding: 20px;
    }
    .owner-bg {
        background: url(../images/reform/sp/sp-diy-bg.jpg) no-repeat top center / cover  #2e3762;
    }
}