<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------- keyVisual (Start) --------------------*/
.keyVisual {
    height: 650px;
    display: flex;
    justify-content: flex-end;
    align-items: center;    
    background: url(../img/productPrintingCase2/keyVisual.jpg) center 85%;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/sustainabilitySafety/keyVisual.jpg) center 25%; */
    background-size: cover;
}

.keyVisual .caption {
    margin: 0 10% 0 0;
    letter-spacing: 3px;
    text-align: right;
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

@media screen and (min-width: 2566px) and (max-width: 3840px) {
    .keyVisual {
        height: 1200px;
    }

    .keyVisual .caption {
        margin: 60px 10% 0 0;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .keyVisual {
        height: 900px;
    }    
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .keyVisual {
        height: 450px;
    }

    .keyVisual .caption {
        font-size: 36px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .keyVisual {
        height: 400px;
    }

    .keyVisual .caption {
        font-size: 32px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .keyVisual {
        height: 250px;
        justify-content: center;
    }

    .keyVisual .caption {
        margin: 0;
        text-align: center;
        font-size: 28px;
    }
}
/*-------------------- keyVisual (End) --------------------*/

/*-------------------- Section1 (Start) --------------------*/
.sect1 .title {
    margin: 0;
    font-weight: bold;
    font-size: 32px;
    color: #0066bc;
}

.sect1 p {
    line-height: 1.6em;
    font-size: 20px;
}

.sect1 .txtFloatLeft {
    width: 700px;
    float: left;
}

.sect1 .pic1 {
    width: 400px;
    margin: 30px 0 0 50px;
    float: right;
}

.sect1 .graphic {
    width: 400px;
    float: right;
}

.sect1 .graphic1 {    
    margin: 20px 0 20px 50px;    
}

.sect1 .graphic2 {
    margin: 20px 0 0 50px;
}

.sect1 .graphic3 {
    margin: 30px 0 0 50px;
}

.sect1 .graphic img {
    width: 100%;
}

.sect1 .note {
    width: 400px;
    margin: 5px 0 5px;
    float: right;
}

.sect1 .vid {
    width: 100%;
    margin: 60px auto 20px;
}

/*
@media screen and (min-width: 1025px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}
*/

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .sect1 .title {
        width: 100%;
        font-size: 28px;
    }

    .sect1 .txtFloatLeft {
        width: 100%;
    }

    .sect1 .pic1 {
        width: 100%;
        margin: 0;
    }

    .sect1 .graphic1 {
        width: 100%;
        margin: 0;
    }

    .sect1 .graphic2 {
        width: 100%;
        margin: 0;
    }

    .sect1 .graphic3 {
        width: 100%;
        margin: 0;
    }

    .sect1 .note {
        width: 100%;
    }

    .sect1 .vid {
        width: 100%;
        margin: 0 auto;
    }
}
/*-------------------- Section1 (End) --------------------*/</pre></body></html>