<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* customer
------------------------------------*/

/*--- .customer-sec01 ---*/
.main .customer-sec01 {
    padding: 60px 0 0;
}

/*--- .customer-contents ---*/
.main .customer-contents {
    padding: 0 100px;
}
@media screen and (max-width: 768px) {
    .main .customer-contents {
        padding: 0;
    }
}

/*--- .customer-main ---*/
.main .customer-main {
    padding-bottom: 20px;
    background: url(../img/customer-main-bg.jpg) no-repeat 95% 100%;
}
.main .customer-main .ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .main .customer-main {
        background: none;
    }
    .main .customer-main .ttl {
        font-size: 1.6rem;
    }
}

/*--- .customer-main-contact ---*/
.main .customer-main-contact {
    border: #eaeaf2 solid 4px;
    padding: 20px 60px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
}
.main .customer-main-contact .tel,
.main .customer-main-contact .other {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.main .customer-main-contact .tel {
    padding-right: 60px;
}
.main .customer-main-contact .tel span {
    display: inline-block;
    color: #1d4e84;
    font-size: 40px;
    font-family: "Lora", serif;
    background: url(../img/customer-tel.png) no-repeat 0 50%;
    padding-left: 50px;
}
.main .customer-main-contact .fax span {
    display: inline-block;
    color: #1d4e84;
    font-size: 26px;
    font-family: "Lora", serif;
}
.main .customer-main-contact .fax span::before {
    margin-right: 0.3em;
    content: url(../img/icon_fax.png);
}
.main .customer-main-contact .mail a {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
}
.main .customer-main-contact .mail a::before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 600;
    margin-right: 0.5em;
    content: "\f0e0";
    color: #1d4e84;
    font-size: 20px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .main .customer-main-contact {
        background: url(../img/customer-main-bg.jpg) no-repeat 100% 100%;
        -moz-background-size: 90px auto;
        background-size: 90px auto;
        padding: 15px;
        margin-bottom: 40px;
        display: block;
        text-align: center;
    }
    .main .customer-main-contact .tel,
    .main .customer-main-contact .other {
        display: block;
        width: 100%;
    }
    .main .customer-main-contact .tel {
        padding-right: 0;
    }
    .main .customer-main-contact .tel span {
        display: none;
    }
    .main .customer-main-contact .tel a {
        display: inline-block;
        color: #1d4e84;
        font-size: 3rem;
        font-family: "Lora", serif;
        background: url(../img/customer-tel.png) no-repeat 0 50%;
        -moz-background-size: 30px auto;
        background-size: 30px auto;
        padding-left: 38px;
    }
    .main .customer-main-contact .tel a:hover {
        opacity: 0.8;
    }
    .main .customer-main-contact .fax span {
        font-size: 2.2rem;
    }
    .main .customer-main-contact .mail a {
        font-size: 1.4rem;
    }
    .main .customer-main-contact .mail a::before {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 480px) {
    .main .customer-main-contact {
        text-align: left;
    }
}

/*--- .customer-about ---*/
.main .customer-about {
    margin-bottom: 20px;
}
.main .customer-about-box {
    display: flex;
    flex-wrap: wrap;
}
.main .customer-about-box .box {
    width: 48%;
    margin: 0 4% 40px 0;
}
.main .customer-about-box .box:nth-child(even) {
    margin-right: 0;
}
.main .customer-about-box .ttl {
    color: #1d4e84;
    font-weight: 500;
    border-bottom: #ccc solid 1px;
    padding: 0 0 5px;
    margin-bottom: 10px;
}
.main .customer-about-box a {
    text-decoration: underline;
}
.main .customer-about-box a:hover {
    text-decoration: none;
}
.main .customer-about-box a::before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 600;
    margin-right: 0.5em;
    content: "\f0da";
    text-decoration: none;
}
.main .customer-about-box p {
    margin-bottom: 0.5em;
}
.main .customer-about-box plast-child {
    margin-bottom: 0;
}
.main .customer-about-box ul {
    padding-left: 1.3em;
    margin-bottom: 0.5em;
}
.main .customer-about-box ul li {
    list-style-type: disc;
}
@media screen and (max-width: 768px) {
    .main .customer-about {
        margin-bottom: 20px;
    }
    .main .customer-about-box {
        display: block;
    }
    .main .customer-about-box .box {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .main .customer-about-box .ttl {
        color: #1d4e84;
        font-weight: 500;
        border-bottom: #ccc solid 1px;
        padding: 0 0 5px;
        margin-bottom: 10px;
    }
}

/*--- .customer-contact-box ---*/
.main .customer-contact-box {
    display: flex;
    flex-wrap: wrap;
}
.main .customer-contact-box .box {
    border: #eaeaf2 solid 4px;
    width: 48%;
    margin: 0 4% 20px 0;
}
.main .customer-contact-box .box {
    width: 100%;
    margin: 0 0 20px;
}
.main .customer-contact-box .box:nth-child(3) {
    margin-right: 0;
}
.main .customer-contact-box .box .ttl {
    padding: 10px 20px;
    border-bottom: #ccc solid 1px;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
}
.main .customer-contact-box .box .ttl span {
    font-size: 12px;
}
.main .customer-contact-box .box .in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 20px;
}
.main .customer-contact-box .box .in {
    align-items: center;
    /*flex-direction: row;*/
}
.main .customer-contact-box .tel span {
    display: inline-block;
    color: #1d4e84;
    font-size: 40px;
    font-family: "Lora", serif;
    background: url("../../../common/img/bottom-inspection-icon-tel.png") no-repeat 0 50%;
    padding-left: 60px;
    margin-right: 30px;
    background-size: 43px;
}
.main .customer-contact-box .mailaddr span {
    display: inline-block;
    color: #1d4e84;
    font-size: 40px;
    font-family: "Lora", serif;
    margin-right: 30px;
}
.main .customer-contact-box .mailaddr span::before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 600;
    margin-right: 0.5em;
    content: "\f0e0";
    text-decoration: none;
}
.main .customer-contact-box .mailaddr span a {
    color: #1d4e84;
}
.main .customer-contact-box .in-note {
    padding: 0 60px 20px;
}
.main .customer-contact-box .in-note.out {
    padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
    .main .customer-contact-box .box .ttl span {
        display: block;
    }
    .main .customer-contact-box .mailaddr span {
        font-size: 20px;
    }
    .main .customer-contact-box .mailaddr span a {
        font-size: 20px;
    }
    .main .customer-contact-box .in-note {
        padding: 0 10px 10px;
    }
    .main .customer-contact-box .in-note.out {
        padding: 0 0 40px;
    }
}
.main .customer-contact-box .open {
    margin-bottom: 10px;
}
.main .customer-contact-box .box .open {
    display: inline-block;
    margin-bottom: 0;
}
.ttl-esaki .open {
    font-size: 16px;
}
.main .customer-contact-box .fax {
    margin-bottom: 5px;
}
.main .customer-contact-box .fax span {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
}
.main .customer-contact-box .fax span::before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 600;
    margin-right: 0.3em;
    content: "\f1ac";
}
.main .customer-contact-box .mail {
    margin-bottom: 5px;
}
.main .customer-contact-box .mail a {
    display: inline-block;
    font-size: 18px;
    text-decoration: underline;
}
.main .customer-contact-box .mail a::before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 600;
    margin-right: 0.5em;
    content: "\f0e0";
    vertical-align: middle;
}
.main .customer-contact-box .note {
    font-size: 11px;
    line-height: 1.4;
}
.main .customer-contact-box .note::before {
    content: "※";
    float: left;
    color: #cc2a2a;
}
.main .customer-contact-box .note span {
    display: block;
    padding-left: 1em;
}
@media screen and (max-width: 768px) {
    .main .customer-contact-box {
        display: block;
    }
    .main .customer-contact-box .box {
        border: #eaeaf2 solid 4px;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .main .customer-contact-box .box .ttl {
        padding: 10px 10px;
        font-size: 1.6rem;
    }
    .main .customer-contact-box .box .in {
        display: block;
        padding: 10px;
    }
    .main .customer-contact-box .tel span {
        display: none;
    }
    .main .customer-contact-box .tel a {
        display: inline-block;
        color: #1d4e84;
        font-size: 20px;
        font-family: "Lora", serif;
        background: url(../img/fireinsurance_tel.png) no-repeat 0 50%;
        -moz-background-size: 21px auto;
        background-size: 21px auto;
        padding-left: 30px;
    }
    .main .customer-contact-box .tel a:hover {
        opacity: 0.8;
    }
    .main .customer-contact-box .fax span {
        font-size: 2.2rem;
    }
    .main .customer-contact-box .mail a {
        font-size: 1.6rem;
    }
    .main .customer-contact-box .mail a::before {
        font-size: 1.6rem;
    }
}

/*--- .owner-fireinsurance-contents ---*/
.owner-fireinsurance-sec01 .fireinsurance-top-msg {
    text-align: center;
    padding: 15px 0;
}
.owner-fireinsurance-sec02 {
    padding: 0 0 80px !important;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-contents {
    padding: 0 100px;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-top {
    margin-bottom: 40px;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-top h2 {
    font-family: "Noto Serif JP", serif;
    color: #1d4e84;
    font-weight: 500;
    border-bottom: #ccc solid 1px;
    padding: 0 0 20px;
    margin-bottom: 30px;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-top h2 span {
    color: #2d3032;
    font-size: 16px;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-top .in {
    display: inline-block;
    width: 519px;
    vertical-align: top;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-top .in p {
    color: #1d4e84;
    font-weight: bold;
    font-size: 16px;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-top .in ul {
    margin: 10px 0;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-top .in .att {
    margin: 20px 0 0;
    font-size: 11px;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-top .in .att li::before {
    content: "※";
    float: left;
    color: #cc2a2a;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-top .pic {
    display: inline-block;
}
.owner-fireinsurance-sec02 .customer-contact h2 {
    font-family: "Noto Serif JP", serif;
    border-bottom: #d7d7d7 solid 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 25px;
}
.owner-fireinsurance-sec02 .owner-fireinsurance-bottom {
    margin: 0 0 20px;
}
/* .owner-fireinsurance-sec02 .owner-fireinsurance-bottom p:first-child {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
} */
.owner-fireinsurance-sec02 .owner-fireinsurance-policy {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    text-align: center;
    font-size: 18px;
    color: #0a538e;
    text-decoration: underline;
}
/* .owner-fireinsurance-sec02 .owner-fireinsurance-policy::after {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 600;
    margin-left: 1.5em;
    content: "\f054";
} */
.owner-fireinsurance-sec02 .owner-fireinsurance-policy:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .owner-fireinsurance-sec02 .owner-fireinsurance-contents {
        padding: 0;
    }
    .owner-fireinsurance-sec02 .owner-fireinsurance-top h2 span {
        font-size: 14px;
    }
    .owner-fireinsurance-sec02 .owner-fireinsurance-top .pic {
        margin-top: 15px;
    }
    .owner-fireinsurance-sec02 .owner-fireinsurance-top .in {
        width: 100%;
    }
    .owner-fireinsurance-sec02 .owner-fireinsurance-top .in p {
        font-size: 14px;
    }
    /* .owner-fireinsurance-sec02 .owner-fireinsurance-bottom p:first-child {
        font-size: 14px;
        margin-bottom: 5px;
    } */
    .owner-fireinsurance-sec02 .owner-fireinsurance-policy {
        margin-top: 20px;
        font-size: 16px;
    }
}
</pre></body></html>