<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#pagetitle {
    background: url("../img/company_img/bg_pagetitle.jpg") center center no-repeat;
    background-size: cover;
}
#sec01, #sec02 {
    position: relative;
    padding: 70px 0;
}
#sec01::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 1140px;
    height: 1px;
    background: #00a0e4;
}
/*------------------------------------------------------------sec01*/
#sec01 h4 {
    text-align: left;
    font-family: "NotoSerifBold";
    color: #ec8b00;
    font-size: 25px;
    margin-bottom: 20px;
}
#sec01 p {
    text-align: left;
}
#sec01 p.shomei {
    text-align: right;
}
#sec01 p.shomei span {
    font-size: 22px;
}
/*------------------------------------------------------------sec02*/
#sec02 .sheet_basic {
    margin-bottom: 30px;
}</pre></body></html>