<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.h1_block {
    /* background-image: url(/wp/wp-content/themes/homecom/images/btob/tokei.webp); */
    background-repeat: no-repeat;
    background-size: cover;
}
.h1_block h1 {
    font-size: 20px;
    margin: 0;
    line-height: 1;
    padding-bottom: 3px;
    margin-bottom: 5px;
    font-family: serif;
}
.h1-3text div {
    font-size: 50px;
    line-height: 0.9;
    font-family: serif;
}
/* .h1_about_text {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    border: 1px solid;
    width: fit-content;
    margin: 60px auto 20px;
    padding: 30px 30px;
    background: rgb(50 50 50 / 30%);
    line-height: 1.4;
} */

.siteHeader_logo {
    margin-left: 20px;
    position: relative;
    display: none;
}
@media (min-width: 1024px) {
    .siteHeader_logo {
        display: block;
    }
}

@media (max-width: 1023px) {
    .main_logo {
        width: 30%;
    }
    .h1-3text div {
        font-size: 2em;
    }
    .h1_about_text br {
        display: none;
    }
}

.standard-h2 {
    font-size: 2.5em;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    background: #fafafa;
}

.space3{
    word-spacing:20px;
}
.space4{
    word-spacing:4em;
}

.navbar-header {
    display: flex;
    justify-content: space-between;
}

.content_area{
    width: 100%;
    margin: 60px auto;
}

.logo_link {
    display: flex;
}

.logo_link img {
    width: fit-content;
}

.logo_link p {
    margin: 0;
    margin-left: 5px;
}

.menu-head_navi-container {
    /* flex: 1; */
    /* max-width: 850px; */
}

#menu-head_navi {
    margin: 0 10px;
}
#menu-head_navi li {
    margin: 0 10px;
}
#menu-head_navi li a {
    color: #15171b;
    font-weight: bold;
    padding: 4px;
    font-weight: bold;
}
.home #menu-head_navi li a,
.watch #menu-head_navi li a {
    color: #fff;
}
.home .scrolled #menu-head_navi li a,
.watch .scrolled #menu-head_navi li a {
    color: #15171b;
}

/* SP ��劻���若���若�＜���ャ�若��*/
@media screen and (min-width: 1001px){
    .hamburger-menu {
        display: none;
    }
    /* .menu-head_navi-container {
        display: block;
    } */
}
@media (max-width: 1000px) {
    .menu-head_navi-container {
        display: none;
    }
    .humburger-menu {
        margin-top: 20px;
    }
    .h_menu-btn {
        position: fixed;
        top: 5px;
        right: 10px;
        display: flex;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        border: none;
    }
    .h_menu-btn span,
    .h_menu-btn span:before,
    .h_menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 1.5px;
        background-color: #444;
        position: absolute;
    }
    .h_menu-btn span:before {
        bottom: 8px;
    }
    .h_menu-btn span:after {
        top: 8px;
    }
    #h_menu-btn-check:checked ~ .h_menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*�＜���ャ�若���若���恰��������筝㏍���������ù����*/
    }
    #h_menu-btn-check:checked ~ .h_menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #h_menu-btn-check:checked ~ .h_menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #h_menu-btn-check:checked ~ .h_menu-content {
        left: 0;/*�＜���ャ�若���脂�√����*/
    }
    #h_menu-btn-check {
        display: none;
    }
    .h_menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/*left���ゃ��紊��眼�����＜���ャ�若���脂�√���*/
        z-index: 80;
        background-color: #fff;
        transition: all 0.5s;/*�≪���＜�若�激�с�活┃絎�*/
    }
    .h_menu-content ul {
        padding: 70px 10px 0;
    }
    .h_menu-content ul li {
        border-bottom: solid 1px #666;
        list-style: none;
    }
    .h_menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color:#666;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }
    .h_menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #666;
        border-right: solid 2px #666;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }
    .info_and_logo {
        padding: 0 10px;
        text-align: center;
    }

    .company_info {
        margin: 60px 0;
    }

    .company_info p {
        margin: 0;
    }

    .company_name {
        font-size: 24px;
    }
    
    .tel {
        font-size: 20px;
    }
    
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .logo img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
}</pre></body></html>