<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =お問い合わせ
-------------------------------------------------------------- */
body#contact .explain {
    margin: 0;
}

.wpcf7-form table {
    table-layout: fixed;
    width: 100%;
}

.wpcf7-form table th {
    /* white-space: nowrap; */
    white-space: normal;
    width: 278px;
}

.wpcf7 input#zip {
    width: 10em;
}

.wpcf7 input#addr {
    width: 500px;
    margin-top: 1rem;
}

.wpcf7-form p.submit {
    margin-bottom: 0;
}

.explain .red,
span.must:after {
    content: '＊';
    vertical-align: middle;
    color: #d1032a;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
}

body#contact input[type="text"],
body#contact input[type="password"],
body#contact input[type="email"],
body#contact input[type="tel"],
body#contact input[type="url"],
body#contact input[type="number"] {
    width: 100%;
    box-shadow: none;
    padding: 12px 20px;
    border-color: #ccc;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
}
body#contact #header input[type="text"] {
    width: 250px;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 6px 6px;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: normal;
}

body#contact .wpcf7 input#zip {
    width: 200px;
}

body#contact .wpcf7-form table th .note {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
}

body#contact .wpcf7-form td small {
    font-size: 100%;
}

span.wpcf7-not-valid-tip {
    margin-top: 10px;
}

body#contact .wpcf7 .left-border-ttl {
    margin: 50px 0 40px;
}

body#contact .wpcf7 .btn-box {
    margin-top: 40px;
}

body#contact .wpcf7 .acceptance-box {
    padding: 40px 20px;
    text-align: center;
    background-color: #fafafa;
}

body#contact .wpcf7 .acceptance-box &gt; p {
    margin: 0 0 20px;
    line-height: 1;
}

body#contact .wpcf7 .acceptance-box &gt; p:last-child {
    margin-bottom: 0;
}

body#contact .wpcf7 .acceptance-box span,
body#contact .wpcf7 .acceptance-box input {
    line-height: 1;
}

body#contact .wpcf7 .acceptance-box span {
    margin: 0;
}

body#contact .wpcf7 .acceptance-box .wpcf7-form-control-wrap {
    margin-right: 10px;
}

body#contact .wpcf7 .ex_link {
    color: #0391d1;
    text-decoration: underline;
}

.wpcf7-radio input,
.wpcf7-radio span,
.wpcf7-checkbox span,
.wpcf7-checkbox input,
wpcf7-acceptance span,
wpcf7-acceptance input {
    line-height: 1;
}

.wpcf7-radio input,
.wpcf7-checkbox input,
.wpcf7-acceptance input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    opacity: 0;
}

.wpcf7-radio label,
.wpcf7-checkbox label,
.acceptance label {
    position: relative;
}

.wpcf7-radio span.wpcf7-list-item-label,
.wpcf7-checkbox span.wpcf7-list-item-label,
.acceptance span.wpcf7-list-item-label {
    padding-left: 25px;
}

.wpcf7-radio span.wpcf7-list-item-label::before,
.wpcf7-checkbox span.wpcf7-list-item-label::before,
.acceptance span.wpcf7-list-item-label::before,
.wpcf7-radio span.wpcf7-list-item-label::after,
.wpcf7-checkbox span.wpcf7-list-item-label::after,
.acceptance span.wpcf7-list-item-label::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    margin: auto;
}

.wpcf7-radio span.wpcf7-list-item-label::before,
.wpcf7-checkbox span.wpcf7-list-item-label::before,
.acceptance span.wpcf7-list-item-label::before {
    border: 1px solid #ccc;
}

.wpcf7-radio span.wpcf7-list-item-label::before,
.wpcf7-radio span.wpcf7-list-item-label::after {
    border-radius: 50%;
}

.wpcf7-radio span.wpcf7-list-item-label::after {
    display: none;
    left: 4px;
    width: 7px;
    height: 7px;
    background: #333;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after,
.acceptance span.wpcf7-list-item-label::after {
    display: none;
    top: auto;
    bottom: 6px;
    left: 3px;
    width: 10px;
    transform: rotate(45deg);
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}

.wpcf7-radio input:checked + span.wpcf7-list-item-label::after,
.wpcf7-checkbox input:checked + span.wpcf7-list-item-label::after,
.acceptance input:checked + span.wpcf7-list-item-label::after {
    display: block;
}

div.wpcf7 .ajax-loader {
    margin: 10px auto 0;
}

@media screen and (max-width: 736px) {

    body#contact input[type="text"]:not([name="your-zip"]):not([name="your-address"]),
    body#contact input[type="password"],
    body#contact input[type="email"],
    body#contact input[type="tel"],
    body#contact input[type="url"],
    body#contact input[type="number"] {
        border: none;
        padding: 0;
    }

    .wpcf7-form table td {
        padding: 20px;
    }

    .wpcf7-form-control-wrap:not(.your-zip):not(.acceptance) {
        display: block;
    }

    textarea.wpcf7-textarea {
        padding: 0;
        border: none;
        box-shadow: none;
    }

    body#contact .wpcf7-form td small {
        display: block;
        margin-top: 1rem;
    }
}

/* =電話表示
-------------------------------------------------------------- */
.entry-content h4 {
    font-size: 2rem;
}

.tel_info {
    margin: 4rem 0 8rem;
}

.tel_info .tel {
    display: block;
    font-size: 0;
}

.tel_info .tel a {
}

.tel_info .tel a span {
    vertical-align: middle;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #000;
}

.tel_info .tel a span:nth-child(1) {
    margin-right: 5px;
    font-size: 2rem;
}

.tel_info .time {
    display: block;
    margin: 10px 0 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1;
}

/* =会社情報
-------------------------------------------------------------- */
#company_table {
    margin-bottom: 6rem;
}

#company_table a {
    color: #333;
}

@media screen and (max-width: 736px) {
    #company_table {
        margin-bottom: 0;
    }
}

.map {
    margin-top: 6rem;
}

/* =ギャラリー
-------------------------------------------------------------- */
#shop_gallery {
    margin: 5rem 0 0;
}

#shop_gallery li {
    width: 48%;
    margin: 0 4% 4% 0;
}

#shop_gallery li:nth-child(2n) {
    margin-right: 0;
}

#shop_gallery li p {
    margin: 1rem 0 0;
}

@media screen and (max-width: 736px) {
    #shop_gallery li {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 8%;
    }
}

/* =調整
-------------------------------------------------------------- */
#about .entry-content h3 {
    font-size: 2.4rem;
}

#contact .entry-content {
    margin-bottom: 0;
}

@media screen and (max-width: 736px) {
    .wpcf7-form table th {
        width: 5em;
    }
}

/* = Support
-------------------------------------------------------------- */
body#support #content .section-support .section-description {
    text-align: left;
}

/* = 会社案内
-------------------------------------------------------------- */
.media-box {
    width: 640px;
    height: 360px;
    margin: 0 auto;
}

.media-box iframe {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 736px) {
    .media-box {
        width: 100%;
        height: 280px;
        margin: 0 auto;
    }
}

body#company #content .section-default,
body#recruit #content .section-default {
    padding-bottom: 0;
}

body#company #content .section-default .txt-box p {
    margin: 0 0 40px;
    letter-spacing: 0.1em;
}

body#company #content .section-default .txt-box p:last-child {
    margin-bottom: 0;
}

body#company #content .section-greeting .name {
    text-align: right;
}

body#company #content .section-greeting .name span {
    vertical-align: middle;
}

body#company #content .section-greeting .name span:nth-child(2) {
    margin-left: 30px;
    font-size: 2.8rem;
    font-weight: bold;
}

body#company #content .section-management .info-box {
    padding: 35px;
    font-weight: bold;
    text-align: center;
    background-color: #f9f9f9;
}

/* = 採用情報
-------------------------------------------------------------- */
body#recruit #content .section-default section:not(:last-child) {
    margin-bottom: 80px;
}
body#recruit #content .border-left-ttl {
    margin: 0 0 40px;
}

body#recruit #content table .floatlist li:not(:last-child) {
    margin-right: 20px;
}

body#recruit #content .media-box {
    width: 100%;
    height: 284px;
}

/* = アクセス
-------------------------------------------------------------- */
body#access #content .media-box {
    width: 100%;
}

body#access #content ul {
    margin-bottom: 4%;
}

body#access #content ul:last-child {
    margin-bottom: 0;
}

body#access #content .border-left-ttl {
    margin: 0 0 40px;
}

body#access #content .title {
    margin: 0 0 10px;
    font-size: 1.5rem;
}

body#access #content .txt-box {
    margin-bottom: 2rem;
    padding-left: 2.5rem;
}

body#access #content .txt-box p {
    margin: 0 0 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

body#access #content .txt-box p:last-child {
    margin-bottom: 0;
}

body#access #content .chapter .imgbox {
    margin-bottom: 30px;
}

/* = サイトマップ
-------------------------------------------------------------- */
body#sitemap #content #sitemap_list li {
    list-style: none;
}

body#sitemap #content #sitemap_list li .square-ttl {
    display: block;
}

body#sitemap #content #sitemap_list li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

body#sitemap #content #sitemap_list .sub-menu a {
    padding-left: 2.5rem;
}

body#sitemap #content #sitemap_list .sub-menu .square-ttl::before {
    border-radius: 50%;
}

/* = ショールーム
-------------------------------------------------------------- */
body#showroom #content .section-intro .flex-line {
    align-items: start;
}

body#showroom #content .section-intro .section-title {
    margin: 0 0 40px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4;
}

body#showroom #content .section-intro .img-box {
    text-align: right;
}

body#showroom #content .section-default {
    padding-top: 0;
}

body#showroom #content .section-default .section-title + .img-box {
    margin-bottom: 40px;
}

body#showroom #content .section-default li {
    margin-top: 2rem;
}

@media screen and (max-width: 736px) {
    body#showroom #content .section-intro .flex-line {
        flex-flow: column;
    }

    body#showroom #content .section-intro .flex-line &gt; .img-box,
    body#showroom #content .section-intro .flex-line &gt; .txt-box {
        width: 100%;
    }
}

/* = グローバルネットワーク
-------------------------------------------------------------- */
body#global_network #content .section-description {
    text-align: left;
}

body#global_network #content .img-list li {
    margin-top: 50px;
}

body#global_network #content .btn-list {
    text-align: center;
}

@media screen and (min-width: 737px) {
    body#global_network #content .btn-list li:not(:last-child) {
        margin-right: 20px;
    }
}

@media screen and (max-width: 736px) {
    body#global_network #content .btn-box {
        margin-top: 20px;
    }
}

/* = エンジニア
-------------------------------------------------------------- */
body#engineer #content .section-default {
    padding-bottom: 0;
}

body#engineer #content .section-default .txt-box {
    margin-top: 20px;
}

body#engineer #content .section-default .txt-box .title {
    margin: 0 0 20px;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

body#engineer #content .section-before .section-title,
body#engineer #content .section-before .txt-box .title {
    color: #00669e;
}

body#engineer #content .section-after .section-title,
body#engineer #content .section-after .txt-box .title {
    color: #009e87;
}

body#engineer #content .section-before .section-title,
body#engineer #content .section-after .section-title {
    padding-left: 45px;
    background: no-repeat left top;
}

body#engineer #content .section-before .section-title::after,
body#engineer #content .section-after .section-title::after {
    display: none;
}

body#engineer #content .section-after .circle-ttl::before {
    background: #009e87;
}

body#engineer #content .section-before .section-title {
    background-image: url('../images/page/service/engineer/icon_before.png');
}

body#engineer #content .section-after .section-title {
    background-image: url('../images/page/service/engineer/icon_after.png');
}

body#engineer #content .section-default .txt-box p {
    margin: 0;
    letter-spacing: 0.1em;
}

body#engineer #content .service-other-list {
    margin-top: 50px;
}
body#engineer #content .service-other-list.presentable-list {
    margin-top: 10px !important;
}

@media screen and (min-width: 737px) {
    body#engineer #content .service-other-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body#engineer #content .service-other-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 736px) {
    body#engineer #content .section-after .img-box {
        text-align: center;
    }

    body#engineer #content .service-other-list li:not(:last-child) {
        margin-right: 20px;
    }
}

.head-onlinedemo {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 80px;
}
.head-onlinedemo a {
    display: block;
    border: 2px solid #000;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
.head-onlinedemo .large {
    vertical-align: middle;
    font-size: 3.8rem;
}
.head-onlinedemo .small {
    vertical-align: middle;
    font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
    .head-onlinedemo {
        margin: 0 0 50px;
    }
    .head-onlinedemo a {
        padding: 20px 20px;
        width: 100%;
    }
}</pre></body></html>