@charset "utf-8";
/*------------------------------------------------------------
	environment
------------------------------------------------------------*/
#gNavi > ul > li.navi03 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 90px;
    background: url("../img/csr/environment_bg_main.jpg") no-repeat center center;
	background-size: cover;
}
#main .title {
    margin-bottom: 85px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
#main p {
    margin-bottom: 56px;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main .small {
    text-align: right;
    line-height: 1.5;
}
#main .small span {
    padding: 1px 12px;
    font-size: 1.4rem;
    display: inline-block;
    background: #f1f1f1;
}
#main .headLine02 {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 26px;
}
#main .headLine02:before {
    bottom: -15px;
}
#main ul {
    margin-bottom: 56px;
}
#main ul li {
    padding-left: 2.7em;
    text-indent: -2.7em;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main .txt01 {
    margin-bottom: 35px;
}
#main .date {
    margin-bottom: 35px;
    text-align: right;
}
#main .txt02 {
    margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 25px;
        background: url("../img/csr/environment_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    #main .title {
        margin-bottom: 10px;
        font-size: 1.2rem;
        text-align: left;
    }
    #main p {
        margin-bottom: 32px;
        line-height: 1.65;
    }
    #main .small {
        margin-bottom: 36px;
        line-height: 1.5;
    }
    #main .small span {
        padding: 1px 7px;
        font-size: 1rem;
    }
    #main .headLine01 {
        margin-bottom: 34px;
    }
    #main .headLine02 {
        margin-bottom: 25px;
    }
    #main .headLine02:before {
        bottom: -10px;
    }
    #main ul {
        margin-bottom: 32px;
    }
    #main ul li {
        padding-bottom: 10px;
        line-height: 1.65;
    }
    #main .txt01 {
        margin-bottom: 25px;
    }
    #main .date {
        margin-bottom: 25px;
    }
    #main .txt02 {
        margin-bottom: 0;
    }
}