@charset "UTF-8";

.img-element-a img{
    width: 100%;
    
}.img-element-b img{
    display: block;
    margin: auto;
}.img-element-c img{
    display: block;
    margin: auto;
}.img-element-d img{
    display: block;
    margin: auto;
}

.img-call_element{
    padding: 1em;
    background-color: rgb(238, 236, 236);
}.img-call_element img{
    width: 100%;
}

.template-background-0{
    background-color: white;
}

.template-background-1{
    background-color: rgb(236, 228, 227);
}

.template-background-2{
    background-color: rgb(206, 194, 172);
}

.template-background-3{
    background-image: url('../image/pc/pc_rolex_03_bk.png');
}

.template-background-4{
    background-color: rgb(235, 233, 225);
}


@media (min-width: 768px) {
    .template-background-3{
        background-image: url('../image/pc/pc_rolex_03_bk.png');
    }

    .img-element-b img{
        width: 75%;
    }

    .img-element-c img{
        width: 60%;
    }

    .img-element-d img{
        width: 75%;
    }

}@media (max-width: 767px) {
    .template-background-3{
        background-image: url('../image/sp/sp_rolex_03_bk.png');
    }

    .img-element-b img{
        width: 95%;
    }

    .img-element-c img{
        width: 90%;
    }

    .img-element-d img{
        width: 50%;
    }
}