@charset "utf-8";
/*------------------------------------------------------------
	diversity
------------------------------------------------------------*/
#gNavi > ul > li.navi03 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 93px;
    background: url("../img/csr/diversity_bg_main.jpg") no-repeat center center;
	background-size: cover;
}
.comVisual h2 .jp {
    color: #000;
}
#main p {
    letter-spacing: 0.05em;
    line-height: 2;
}
#main .comInner {
    margin-bottom: 30px;
}
#main .comInner .textBox p {
    margin-bottom: 30px !important;
}
#main .comInner .textBox .notes {
    padding-top: 4px;
}
#main .headLine01 {
    margin-bottom: 0;
}
#main .comTable01 {
/*    margin-bottom: 0;*/
}
#main .comTable01 th {
    width: 19.5%;
}
#main .comTable01 td .info {
    font-weight: 700;
    display: block;
    margin-top:10px;
}
#main ul {
    margin-top:15px;
}
#main ul li {
    padding-left: 20px;
    margin-bottom: 0px;
    line-height: 2;
    position: relative;
    letter-spacing: 0.05em;
}
#main ul li:before {
    position: absolute;
    left: 2px;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    content: "";
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 25px;
        background: url("../img/csr/diversity_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    .comVisual h2 .en {
        margin-bottom: 6px;
    }
    .comVisual h2 .jp {
        line-height: 1.2;
    }
    #main p {
        line-height: 1.65;
    }
    #main .comInner {
        margin-bottom: 35px;
    }
    #main .comInner .textBox {
        margin-bottom: 30px;
    }
    #main .comInner .textBox p {
        margin-bottom: 20px !important;
    }
    #main .comInner .photoBox {
        padding: 19px 25px 22px;
    }
    #main .headLine01 {
        margin-bottom: 0;
    }
    #main .comTable01 th {
        width: 100%;
    }
    #main .comTable01 td .info {
        display: block;
    }
}