@charset "utf-8";

/*------------------------------------------------------------
  compliance
------------------------------------------------------------*/
#main h3 {
    font-size: 1.6rem;
    margin-bottom: 11px;
}

#main p {
    margin-bottom: 27px;
    line-height: 1.86;
}

#main p:last-child {
    margin-bottom: 0 !important;
}

#main p span {
    display: block;
    font-weight: bold;
}

#main p a {
    text-decoration: underline;
}

#main p a:hover {
    text-decoration: none;
}

@media all and (max-width: 767px) {
    #main .headLine01 {
        margin-bottom: 22px;
        line-height: 1.5;
    }

    #main h3 {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }

    #main p {
        margin-bottom: 22px;
        line-height: 1.83;
    }

}