﻿@charset "utf-8";
/*
Theme Name: WEBテンプレート
Theme URI: http://bizvektor.com
Template: biz-vektor
Description:
Author: kemeyama
Tags:
Version: 0.1.0
*/

/*-------------------------------------------*/
/*	#サイドメニュー(左)
/*-------------------------------------------*/
#lnav {
    position: fixed;
    top: 220px;
    z-index: 1;
}

#lnav li {
    /* display: block; */
    /* margin: 0 0 20px 0; */
}

.sideMenu {
    font-weight: bold;
    background: #e6e6e6;
}

/*-------------------------------------------*/
/*	#サイドメニュー(右)
/*-------------------------------------------*/
#sidePrLeft {
    margin: 10px 0;
}

#sidePrCenter {
    margin: 10px 0;
}

#lnav2 {
    position: fixed;
    top: 220px;
    z-index: 1;
    right: 0px;
}

#sidePrbtn {
    float: left;
    margin-top: 20px;
}

#sidePr {
    float: right;
    background-color: white;
    padding: 10px;
    /* 	border: 1px solid; */
    border-right: none;
    background-color: #e4e2ff;
}

#sideContactTel {
    font-size: 20px;
    margin-bottom: 4px;
    color: #001F5D;
    font-family: 'Lato', sans-serif;
}

/*-------------------------------------------*/
/*	#トップページテキスト
/*-------------------------------------------*/

@media (min-width: 1200px) {
    div#topText p {
        margin: 20px auto !important;
    }
}

@media (min-width: 970px) {
    div#topText p {
        font-size: 28px !important;
        width: 950px !important;
        padding: 10px !important;
    }
}

@media (min-width: 770px) {
    div#topText p {
        margin: 5px auto;
        color: #fff;
        font-size: 14px;
        padding: 5px;
        height: auto;
        width: 96%;
        display: block !important;
    }
}

@media (min-width: 770px) {
    div#topText p a {
        color: #fff;
    }
}

@media (min-width: 770px) {
    div#topText p a:hover {
        color: #002DB2;
    }
}

div#topText {
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
    text-align: left;
}

div#topText p {
    display: none;
}

/*-------------------------------------------*/
/*	#テーマ変更
/*-------------------------------------------*/
#topPr {
    display: none;
}

#main #container {
    padding-top: 20px;
}

@media screen and (max-width: 1200px) {
    .nav {
        display: none
    }

    .nav2 {
        display: none
    }
}

/*-------------------------------------------*/
/*	#お問合せフォーム
/*-------------------------------------------*/

table.contact {
    font-size: 90%;
}

table.contact img {
    margin: 0 !important;
}

table.contact tr th {
    width: 30% !important;
    vertical-align: middle !important;
}

table.contact tr td {
    width: 70% !important;
}

table.contact tr td span.mwform-checkbox-field {
    width: 100%;
    ;
    float: left;
    margin: 0 !important;
}



/*-------------------------------------------*/
/*	#スライダー
/*-------------------------------------------*/
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    /*z-index: 100;*/
    cursor: pointer;
}

.slider_prev {
    background: #000 no-repeat right center;
}

.slider_next {
    background: #000 no-repeat left center;
}

.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}

.pagination a.active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/* =======================================
    製品事例 検索フォーム追加 2024.05.28
======================================= */
table.product-search {
    border: hidden;
    margin-bottom: 0;
    border-left: 35px solid #f5f5f5;
    border-right: 35px solid #f5f5f5;
    border-top: 15px solid #f5f5f5;
}

table.product-search tr {
    border-bottom: 1px solid #ccc;
}

table.product-search tr th {
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
    width: 8%;
    border-right: hidden;
}

.border-right1 {
    border-right: 2px dashed #ccc;
    padding: 20px 20px 135px 0;
}

.border-right2 {
    border-right: 2px dashed #ccc;
    padding: 15px 20px 40px 0;
}

table.product-search tr td {
    background-color: #f5f5f5;
    vertical-align: middle;
    padding: 0 0 0 15px;
}

table.product-search tr td ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    margin: 10px 0px 5px;
}

table.product-search tr td ul li {
    list-style-type: none;
    margin: 2px 0px;
    border-bottom: none !important;
    padding: 10px 0px;
}

p.submit {
    text-align: center;
    background-color: #f5f5f5;
    padding: 15px 0 30px 0;
}

p.submit button {
    background-color: #001F5D;
    border: 1px solid #001F5D;
    color: #fff;
    padding: 5px 30px;
    border-radius: 3px;
    letter-spacing: 0.09em;
}

button[type="submit"]:hover {
    opacity: .60;
}

body.search h1.contentTitle {
    background: url(/image/common/iconproduct.png) left no-repeat;
    padding: 20px 10px 15px 60px;
}

#pg-9-1, #pg-9-2, #pg-9-3{
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    background: aliceblue;
}
#pg-9-1{
    padding-top: 15px;
}
#pg-9-3{
    margin-bottom: 15px;
}

.content h3.topcategory {
    /* background-color: #FFF; */
}

@media (min-width: 660px) {
    form input[name="s"] {
        width: 80% !important;
    }
}

@media (max-width: 768px) {
    table.product-search tr td,
    table.product-search tr th {
        display: block;
        width: 100%;
    }

    .border-right1,
    .border-right2 {
        padding: 0;
        border: none;
    }

    table.product-search tr th {
        text-align: center;
        background-color: #001F5D;
        color: #fff;
        padding: 10px 0;
        border: hidden;
    }

    table.product-search tr td {
        border: hidden;
        padding: 15px 0px;
    }

    table.product-search tr td.keyword {
        text-align: center;
    }

    table.product-search tr td ul {
        margin: 0 !important;
    }
}