@charset "utf-8";

/*------------------------------------------------------------
	compliance
------------------------------------------------------------*/
#gNavi>ul>li.navi01>a:after {
    transform: scale(1, 1);
}

.comVisual {
    margin-bottom: 93px;
    background: url("../img/corp/compliance_bg_main.jpg") no-repeat center center;
    background-size: cover;
}

.comVisual h2 .jp {
    color: #000;
}

#main .headLine01 {
    padding-bottom: 17px;
    margin-bottom: 12px;
}

#main .headLine02 {
    padding-left: 1em;
    text-indent: -1em;
}

#main .h4Ttl01 {
    padding-left: 1.7em;
    text-indent: -1.7em;
}

#main .h3Ttl01 {
    margin-bottom: 62px;
}

#main p {
    margin-bottom: 52px;
    line-height: 2;
    letter-spacing: 0.05em;
}

#main .txt01 {
    margin-bottom: 31px;
}

#main ul {
    margin-bottom: 52px;
}

#main ul li {
    padding-left: 2.7em;
    text-indent: -2.7em;
    line-height: 2;
    letter-spacing: 0.05em;
}

#main .imgBox {
    padding-top: 8px;
    position: relative;
}

#compliance_form_link {
    position: absolute;
    right: calc(95 / 980 * 100%);
    bottom: calc(10 / 796 * 100%);
    width: calc(180 / 980 * 100%);
    height: calc(40 / 796 * 100%);
    display: block;
    background: #fff;
    opacity: 0.01;
}

@media all and (min-width: 897px) {
    #compliance_form_link:hover {
        opacity: 0.25;
    }
}

@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 25px;
        background: url("../img/corp/compliance_bg_main_sp.jpg") no-repeat center center;
        background-size: cover;
    }

    .comVisual h2 .jp {
        line-height: 1.25;
    }

    #main .headLine01 {
        padding-bottom: 19px;
        margin-bottom: 15px;
    }

    #main .headLine02:before {
        bottom: -11px;
    }

    #main .h3Ttl01 {
        margin-bottom: 35px;
    }

    #main p {
        margin-bottom: 32px;
        line-height: 1.65;
    }

    #main .txt01 {
        margin-bottom: 30px;
    }

    #main ul {
        margin-bottom: 32px;
    }

    #main ul li {
        line-height: 1.65;
        padding-bottom: 10px;
    }

    #main .imgBox {
        padding-top: 4px;
    }

    #compliance_form_link:hover {
        opacity: 0.01 !important;
    }
}