@charset "utf-8";
.category-teiki--fv {
    background: url(../img/ct42_fv_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.fv-title--main {
    font-size: 37px;
}
.fv-text {
    font-size: 17px;
}
.category-teiki--fv img.fv-pointimg--l {
    width: 11%;
    top: auto;
    bottom: 9%;
    right: auto;
    left: 7%;
}
.category-teiki--fv img.fv-pointimg--r {
    width: 14%;
    top: auto;
    bottom: 10%;
    right: 5%;
}
.merit-img {
    
}
.merit-img img {
    width: 100%;
    display: block;
}
@media screen and (min-width: 769px) and (max-width: 1049px) {
    .category-teiki--fv img.fv-pointimg--l {
        width: 11%;
        top: auto;
        bottom: 25%;
        right: auto;
        left: 3%;
    }
    .category-teiki--fv img.fv-pointimg--r {
        width: 13%;
        top: auto;
        bottom: 24%;
        right: 3%;
    }
}
@media screen and (max-width: 768px) {
    .category-teiki--fv img.fv-pointimg--l {
        width: 14%;
        top: auto;
        bottom: 9%;
        right: auto;
        left: 5%;
    }
    .category-teiki--fv img.fv-pointimg--r {
        width: 16%;
        top: auto;
        bottom: 10%;
        right: 4%;
    }
    .category-teiki--fv {
        padding: 5% 0;
    }
    .fv-title--main {
        font-size: 5.6vw;
    }
    .fv-text {
        padding: 2% 5% 0;
        text-align: center;
        font-size: 3.733333324vw;
        margin-top: 3%;
    }
}
