<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.esg-item
{
    width: 33%;
    padding: 16px;
    background-color:#edf4fc;
    border-radius: 10px;
    text-decoration: none;
}
.esg-item .esg-item-title{
    font-size: 2em;
    color: #3a5199;
    margin-bottom: 0;
    font-weight: bold;
}
.esg-item-title-sub{
    font-size: 1em;
    color: #3a5199;
    font-weight: bold;
}

.esg-item-image{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 12px;
}

.esg-item-image img{
    border-radius: 5px;
}

.esg-item-link{
    font-size: 1em;
    color: #3a5199;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.esg-item-link::after{
    display: inline-block;
    position: absolute;
    content: "";
    background-image: url(../img/esg-button.svg);
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    top: 4px;
    right: 0;
    background-position: center center;
    background-size: contain;
}

.esg-item:hover{
    text-decoration: none;
    opacity: .7;
    transition: all .5s ease;
}

.esg-item:visited{
    color: #3a5199;
}

.governance .esg-item-link::after{
    top:calc((100% - 1em) / 2 );
}

@media screen and (max-width: 640px){
    .esg-item{
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        box-sizing: border-box;
    }
}

/* 安全と健康の推進 */

.flex-c{
    display: flex;
    justify-content: center;
    align-items: center;
}

.maxwid500{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}

.wid40{
    width: 40%;
}

.wid50{
    width: 50%;
}

.wid60{
    width: 60%;
}

.wid70{
    width: 70%;
}

.wid40 img,
.wid50 img,
.wid60 img,
.wid70 img{
    width: 100%;
    margin: 0 auto;
}

.smoking-rate-title{
    font-size: 1.2em;
    font-weight: bold;
}

.somking-rate-item{
    position: relative;
}
/*

.somking-rate-item::after{
    display: inline-block;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
}
*/

.maxwid500 .fa-arrow-right{
    color: #154B8B;
}

.smoking-rate-text{
    font-size: 1em;
    margin-bottom:0;
}

.smoking-rate-text-large{
    font-size: 3em;
    color: #154B8B;
    font-weight: bold;
}

.link-text{
    font-size: 1em;
    color: #3a6da9;
    margin-left: 1em;
    position: relative;
    line-height: 2;
}

.link-text::before {
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    width: 1em;
    height: 1em;
    left: -1em;
    top: 0;
}

.link-text a{
    font-family: "Noto Sans JP",sans-serif;
    margin-left: 0.5em;
    font-weight: 500;
}

.file-size{
    font-size: 0.9em;
    color: #000;
}

.flex-3c{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}


.flex-3c-item{
    width: 30%;
}

.esg .hr-table thead tr th,
.esg .hr-table thead tr,
.esg .hr-table thead{
    border-left: none;
    background-color: #e5eef9;
    font-weight: bold;
    text-align: center;
    width: 14em;
    color: #000;
}

.esg .hr-table thead tr th:last-child{
    border-right: none;
}


@media screen and (max-width: 640px){
    
    .flex-c{
        flex-direction: column;
    }
    
    .wid40,
    .wid50,
    .wid60,
    .wid70{
        width: 90%;
    }
    
    .maxwid500{
        width: 90%;
    }
    
    .smoking-rate-text-large{
        font-size: 2em;
    }
    
    .maxwid500 .fa-arrow-right{
       font-size: 2em;
    }
    
    .flex-3c-item{
        width: 90%;
    }
    
    .maxwid500 .flex-2c-item{
        width: 50%;
    }
    
    .maxwid500 .flex-c{
        flex-direction: row;
    } 
}</pre></body></html>