@charset "utf-8";
/*------------------------------------------------------------
	government
------------------------------------------------------------*/
#gNavi > ul > li.navi01 > a:after {
	transform: scale(1, 1);
}
.comVisual {
    margin-bottom: 90px;
    background: url("../img/corp/governance_bg_main.jpg") no-repeat center center;
	background-size: cover;
}
.comVisual h2 .en {
    margin: 10px 0 0;
}
#main p {
    margin-bottom: 57px;
    letter-spacing: 0.05em;
    line-height: 2;
}
#main .txt01 {
    margin-bottom: 30px;
}
#main .headLine01 {
    margin-bottom: 63px;
}
#main .headLine02 {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 25px;
}
#main .headLine02:before {
    bottom: -15px;
}
#main .h4Ttl01 {
    margin-bottom: 54px;
}
#main .title {
    margin-bottom: 3px;
    font-weight: 700;
}
#main ul {
    margin-bottom: 50px;
}
#main ul li {
    margin-bottom: 4px;
    padding-left: 2.5em;
    text-indent: -2.5em;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main .txtUl01 {
    margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 24px;
        background: url("../img/corp/governance_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    #main p {
        margin-bottom: 33px;
        line-height: 1.65;
    }
    #main .txt01 {
        margin-bottom: 24px;
    }
    #main .headLine01 {
        margin-bottom: 33px;
    }
    #main .headLine02 {
        margin-bottom: 25px;
    }
    #main .headLine02:before {
        bottom: -11px;
    }
    #main .h4Ttl01 {
        margin-bottom: 35px;
    }
    #main ul {
        margin-bottom: 33px;
    }
    #main ul li {
        margin-bottom: 0;
        line-height: 1.65;
        padding-bottom: 10px;
    }
}