@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags:
Version: 0.1.2
*/
/* の部分 start */
/* の部分 end */


  body .gMenu_outer {
  /* position: relative !important; */
  /* top: 0 !important; */
  /* transition: none; */
  
  }

/*-----------------------------------------------------------------*/
/* 印刷部分 start */
@media print {
  a[href]:after {
  content: "" !important;
  }

  abbr[title]:after {
  content: "" !important;
  }
}
/* 印刷部分 end */
/*-----------------------------------------------------------------*/


/* 共通 */
p.indent {
  text-indent:1em;
}

/*-----------------------------------------------------------------*/
/* ご利用規約の部分 start */
p.law{
  font-size: 13px;
}

p.law strong {
  color: #3366ff;
}

li.law-list{
  font-size: 13px;
}
/* ご利用規約の部分 end */
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/* 流通在庫規約の部分 start */
p.kiyaku{
  font-size: 13px;
}

p.kiyaku strong {
   color: #ff0000;
}
/* 流通在庫規約の部分 end */
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/* ヘッダーに型番検索BOXの部分 start */
div.product-search-form form{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
}
div.product-search-form label.product-label{
  display:block;
  height: 50px;
  line-height: 50px;
  padding-right: 3px;
}
div.product-search-form input#search_box{
  padding: 5px;
  font-size: 1.4em;
  font-family: Arial, sans-serif;
  color: #aaa;
  border: 3px solid #ccc;
  margin: 0 2px 0 0px;
  width: 50%;
  height: 50px;
}
div.product-search-form input.searchsubmit{
  height: 50px;
}
/* ヘッダーに型番検索BOXの部分 end */
/*-----------------------------------------------------------------*/


/* CSS で footerを消しているだけだから、htmlには残っておりますｗ */
footer .copySection p:nth-child(2) {
  display: none !important;
}



/*-----------------------------------------------------------------*/
/* 総合問合せフォームの部分 start */

form#validataform span.hissyu{
  color: #B94A48;
/*  background-color: #F2DEDE;
  border: 1px solid #EED3D7; */
}

form#validataform dl{
  width:100%;
}

form#validataform dt {
  float:left;
  clear:left;
 /* width:145px; */
  width:30%;
  border: none;
 /* text-align: right; */
}
form#validataform dd {
  float:left;
  border: none;
  width:70%;
}


/*floatの解除、ここがポイント*/
form#validataform  div.float-clear {
  clear:both;
}
/* 総合問合せフォームの部分 end */
/*-----------------------------------------------------------------*/



/*-----------------------------------------------------------------*/
/* contact fome7 の部分 start */
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
}
/*
.wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
}
*/
.wpcf7 .wpcf7-mail-sent-ok {
        border: 0px;
}

.wpcf7 .popname-sei,
.wpcf7 .popname-mei,
.wpcf7 .popkana-sei,
.wpcf7 .popkana-mei {
        width: 170px;
        margin-right: 5px;
}
.wpcf7 dd.names {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
}

.wpcf7 dd .rohs_coment {
       font-size: 14px;
       color: #999999;
}

.wpcf7 input[type="file"]{
       width: 450px;
}



/* ####################################################### */
/* contact fome7 > jquery.validationEngine.js の部分 start */
.formError .formErrorContent {
  background: #FF8000;
  color: #fff;
  font-size: 14px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  /* border: 1px solid #0404B4; */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
/* contact fome7 > jquery.validationEngine.js の部分 end */
/* ####################################################### */


/* contact fome7 の部分 end */
/*-----------------------------------------------------------------*/



/*-----------------------------------------------------------------*/
/* 検査結果一覧 の部分 start */

/* ボタン */
a.btn-image {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #696969;
    border: solid 2px #f5deb3;
    background: #fafad2;
    border-radius: 3px;
    transition: .4s;
}

a.btn-image:hover {
    background: #f5deb3;
    color: #696969;
}

/* テーブル */
table.product-list {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table.product-list th,
table.product-list td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table.product-list th {
  background-color: #eee;
  text-align: center;
}
table.product-list tr:hover {
background-color: #fdf5e6;  /* マウスオーバー時の行の背景色 */
}

/*
table.product-list td:nth-child(3) {
  text-align: right;
}
*/
table.product-list td:nth-child(3),
table.product-list td:nth-child(4),
table.product-list td:last-child {
  text-align: center;
}



@media screen and (max-width: 400px) {
  table.product-list {
    border: none;
  }
  table.product-list thead {
    display: none;
  }
  table.product-list tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  table.product-list td {
    border-right : 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
  table.product-list td::before {
    content: attr(list-label);
    float: left;
    font-weight: bold;
  }
  table.product-list td:nth-child(4),
  table.product-list td:last-child {
    text-align: right;
  }
}

/* 検査結果一覧 の部分 end */
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/* ******* 詳細ページ の部分 start ******************************** */
div.product-area {
  display: flex;
  flex-wrap: wrap;
 /* border: 1px solid #000; */
}

div.product-table {
  /* border: 1px solid #000; */
  width: 50%;
  min-width: 310px;
}

div.product-table table {
  width: 100%;

}

div.product-image {
  /* border: 1px solid #000; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.product-image img{
  margin: 3px;
}

p.product-image-coment {
  text-align: right;
}

div.product-offzai {
  width: 100%;
}


table.product-table-offzai thead,
table.product-table-offzai tbody {
  display: block;
}
table.product-table-offzai tbody {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 220px;
}

table.product-table-offzai th {
  width: 250px;
  background-color: #D8D8D8;
  color: #585858;
}

table.product-table-offzai td {
  width: 250px;
}

th.offzai-part, td.offzai-part {
  white-space: nowrap;
}

th.offzai-c1, td.offzai-c1 {
  width: 250px;
  text-align: center;
}

span.zaiko-nashi{
  color: #FF4000;
}
table.product-table-offzai tr:hover {
background-color: #fdf5e6;  /* マウスオーバー時の行の背景色 */
}

/*-----------------------------------------------------------------*/
/* プロダクト詳細エリア start */
span.mystock{
  padding: 3px 5px;
  background: #F5DA81;
  color: #DF0101;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  }

div.product-warning-txt{
  color: #FF4000;
  font-size: 12px;
}

div.product_top_area{
  padding:5px;
  margin: 0px 3px;
  margin-bottom: 10px;

  }
h3.product_top_title {
  border-bottom: 5px double #337ab7;
  color: #337ab7;
  }
  /* 中途半端な色を消すよ */
h3.product_top_title:after {
  border-bottom:none;
  }
/* プロダクト詳細エリア end */
/*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/* 詳細ページボタン 以下 start */
div.irai_area {
    margin: 10px 0px;
    text-align: right;
    }

a.toi-btn-image {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #ffffff;
    border: solid 2px #013ADF;
    background: #2E9AFE;
    border-radius: 3px;
    transition: .4s;
}

a.toi-btn-image:hover {
    background: #f5deb3;
    color: #696969;
}


div.yobi-list{
  margin-top: 50px;
}

/* 予備テーブル */
table.yobi-list {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table.yobi-list th,
table.yobi-list td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table.yobi-list th {
  background-color: #eee;
  text-align: center;
}
table.yobi-list tr:hover {
background-color: #fdf5e6;  /* マウスオーバー時の行の背景色 */
}

table.yobi-list td:nth-child(3),
table.yobi-list td:nth-child(4),
table.yobi-list td:last-child {
  text-align: center;
}



@media screen and (max-width: 400px) {
  table.yobi-list {
    border: none;
  }
  table.yobi-list thead {
    display: none;
  }
  table.yobi-list tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  table.yobi-list td {
    border-right : 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
  table.yobi-list td::before {
    content: attr(list-label);
    float: left;
    font-weight: bold;
  }
  table.yobi-list td:nth-child(4),
  table.yobi-list td:last-child {
    text-align: right;
  }
}

/* 詳細ページボタン 以下 end */
/*-----------------------------------------------------------------*/


/* ******* 詳細ページ の部分 end *********************************** */
/*-----------------------------------------------------------------*/



/* タイトルなどの１文字目の色が変わらないようにしている */
h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit; }


/* 見出しなどのアンダーバーの色が付かないようにしている */
h1.subSection-title:after { border-bottom:none; }



 /* スライドショウ部分の文字の大きさの設定 */
  h3.slide-text-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 2;
  }

 /* アクセスマップのDIVの設定（イメージの大きさ設定） */
   #map {
     width: 650px;
     height: 500px;
     display: block;
     margin-left: auto;
     margin-right: auto;
   }

/*
@media only screen and (max-width: 979px) {
}
*/
/*デバイスの横幅が979px以下の場合*/


@media only screen and (min-width: 321px) and (max-width: 768px) {

 /* スライドショウ部分の文字の大きさの設定 */
  h3.slide-text-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
  }
  #map {
   width: 340px;
   height: 260px;
   display: block;
   margin-left: auto;
   margin-right: auto;
  }

   table.product-table-offzai th:first-child ,
   table.product-table-offzai td:first-child  {
     display: none;
   }

}

/*デバイスの横幅が321以上768以下の場合*/

@media only screen and (max-width: 320px) {
        /* スライドショウ部分の文字の大きさの設定 */
        h3.slide-text-title {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.1;
        }
        #map {
          width: 310px;
          height: 250px;
          display: block;
          margin-left: auto;
          margin-right: auto;
        }

       table.product-table-offzai th:first-child ,
       table.product-table-offzai td:first-child  {
         display: none;
       }
}

/* デバイスの横幅が320px以下の場合 */

/* ページ送りナビ start */
#page-navi ul.pageNav {
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  background: #fff;
  border: 0px solid #ccc;
  text-align: center;
}

#page-navi ul.pageNav li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

#page-navi ul.pageNav li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  background: #eeeff7;
  text-decoration: none;
  vertical-align: middle;
}

#page-navi ul.pageNav li span{
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  background: #F3E2A9;
  text-decoration: none;
  vertical-align: middle;
}

#page-navi ul.pageNav li span.non{
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  background: #eeeff7;
  text-decoration: none;
  vertical-align: middle;
}

#page-navi ul.pageNav li a:hover {
  color: #000;
  background: #ccf;
  border-color: #00f;
}
/* ページ送りナビ end*/

/* キーボード風 start */
a.key_link{
  display:inline-block;
  width:48px;
  height:48px;
  margin: 5px 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;

  font: 32px;
  text-align: center;
  line-height: 50px;
  color: #666;
}
a.key_link:hover{
  color: #FFFFFF;
  background: #337ab7;
}

span.key_link{
  display:inline-block;
  width:48px;
  height:48px;
  margin: 5px 5px;
  background: #A4A4A4;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;

  font: 32px;
  text-align: center;
  line-height: 50px;
  color: #666;
}
/* キーボード風 end */

/* メーカーリストエリア start */
div.mkl_area{
  color:#222;
  position: relative;
  width:100%;
  padding:5px;
  margin: 0px 3px;
  margin-bottom: 15px;
  padding: 10px 5px;
  border: 2px solid #ccc;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  }

h3.mkl_title {
  border-bottom: 5px double #337ab7;
  color: #337ab7;
  }
  /* 中途半端な色を消すよ */
h3.mkl_title:after {
  border-bottom:none;
  }

div.mkl_area a.all_link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  }

div.mkl_area a:hover{
  color: #555;
  text-decoration: none;
  background-color: #E6EBE0;
  -moz-opacity:0.3;/* FF , Netscape */
  -khtml-opacity: 0.3;/* Safari 1.x */
  opacity:0.3;
  }


div.mkl_top_area{
  padding:5px;
  margin: 0px 3px;
  margin-bottom: 10px;

  }
/* メーカーリストエリア end */


/* 在庫リストエリア */

/* テーブル */
table.stock-list {
  border-top: 1px solid #999;
  border-right: 0px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table.stock-list th,
table.stock-list td {
  border-left: 0px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table.stock-list th {
  background-color: #eee;
  text-align: left;
}
table.stock-list th:last-child {
  background-color: #eee;
  text-align: right;
}

table.stock-list tr:hover {
background-color: #fdf5e6;  /* マウスオーバー時の行の背景色 */
}

table.stock-list td:last-child {
  text-align: right;
}



@media screen and (max-width: 400px) {
  table.stock-list {
    border: none;
  }
  table.stock-list thead {
    display: none;
  }

  table.stock-list td {
    border-left: 1px solid #999;
  }

  table.stock-list tr {
    border-top: 1px solid #999;
    display: block;
    margin-bottom: 20px;
  }
  table.stock-list td {
    border-right : 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 10px;
    text-align: right;
  }
  table.stock-list td::before {
    content: attr(list-label);
    float: left;
    font-weight: bold;
  }
  table.stock-list td:last-child {
    text-align: right;
  }
}


/* 在庫リストエリア end*/


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 2022.03.14ぐらい reCAPTCHA V3ロゴ 隠し */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.grecaptcha-badge { 
  visibility: hidden;
}



/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 2022.03.24 テーブル式 CF7 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.table-contactform7{
    overflow: hidden;
    table-layout: fixed;
}

/* 必須マーク */
.required-contactform7{
    padding: 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

/* 任意マーク */
.unrequired-contactform7{
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

/* 空白マーク ナガタ追加分 */
.no-required-contactform7{
    padding: 5px;
    background: #FFFFFF;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}


.table-contactform7 th{
    font-weight:bold;
    margin: 0;
    padding: 8px 3px;
}

.table-contactform7 td{
    margin: 0;
    padding: 8px 3px;
}

.table-contactform7 th.toiawase{
    vertical-align: top;
    padding-top: 30px;
}

.table-contactform7 input,
.table-contactform7 textarea{
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
}
 
.address-100 input{
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
    width: 100%;
    margin: 5px 10px 10px 5px;
    height: calc( 1.2em * 8 );
    line-height: 1.2;
}

/* 確認ボタン ここの確認ボタンだけ100%にしたい */
.table-contactform7 .btn {
    width: 100%;
}

/* class:btn class:btn-success class:btn-lg */



/* ブラウザ幅が900px以上の時 */
@media screen and (min-width: 900px){
    .table-contactform7 th{
        width:28%;
    }
}


/* ブラウザ幅が900pxより小さい時 */
@media screen and (max-width: 900px){

    .table-contactform7{
        display:block;
    }
    .table-contactform7 tbody,
    .table-contactform7 tr{
        display: block;
        width: 100%;
    }
    .table-contactform7 th{
        width:100%;
        display:block;
        margin: 0 auto;
        border:none;
    }
    .table-contactform7 td{
        display: list-item;
        list-style-type:none;
        margin:0;
        padding:0;
        width: 100%;
        border-top: none !important;
    }
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 2022.03.24 確認画面時にのCSS (Confirm Plus Contact Form 7用)  */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#wpcf7cpcnf table {
    border: none;
}

#wpcf7cpcnf table th {
    background-color: #4169e1;
    border: 1px solid #ccc;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    font-size: 1.1em;
}

#wpcf7cpcnf table td {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    padding: 5px 8px;
    font-size: 1.1em;
}


#wpcf7cpcnf table p {
    margin: 0;
}


/* 戻って編集・上記の内容で送信ボタン */
#wpcf7cpcnf button {
    background-color: #28A745;
    border: 1px outset #28A745;
    border-radius:5px;
    color: #FFF;
    padding: 10px 20px;
}
#wpcf7cpcnf button:hover {
    background-color: #218838;
    border: 1px outset #28A745;
    border-radius:5px;
    color: #FFF;
    padding: 10px 20px;
}


/* 重なる部分で下になるようにする */
div#wpcf7cpcnf {
    z-index: 100;
}
div.wpcf7cp-progress-cover {
    z-index: 100;
}
div.wpcf7cp-progress-content {
    z-index: 101;
}
/* ------------------------------ */



/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 2022.03.30 確認画面 IE注意喚起用CSS   */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ie_info {
  position: relative;
  background: #CC0000;
  padding: 8px 5px 8px 30px;
  font-size: 16px;
  color: #FFF;
  border-radius: 10px;
}

.ie_info:before {
  font-family: "Font Awesome 5 Free";
  /* content: "\f135"; */
  content: "\f129";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #CC0000;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}



/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 2024.02.19 テーブル式 CF7 メール配信停止用 */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.table-contactform7-teishi{
    overflow: hidden;
    table-layout: fixed;
    max-width: 760px;
    margin: 0 auto;
}

/* 必須マーク */
.required-contactform7-teishi{
    padding: 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}



.table-contactform7-teishi th{
    font-weight:bold;
    margin: 0;
    padding: 3px 1px;
}

.table-contactform7-teishi td{
    margin: 0;
    padding: 3px 1px;
}

.table-contactform7-teishi input{
    max-width: 95% !important;
    margin: 3px 2px 2px 3px;
}


/* 確認ボタン ここの確認ボタンだけ100%にしたい */
.table-contactform7-teishi .btn {
    width: 60%;
    display: block;
    margin: auto;
}

/* class:btn class:btn-success class:btn-lg */



/* ブラウザ幅が900px以上の時 */
@media screen and (min-width: 900px){
    .table-contactform7-teishi th{
        width:28%;
    }
}


/* ブラウザ幅が900pxより小さい時 */
@media screen and (max-width: 900px){

    .table-contactform7-teishi{
        display:block;
    }
    .table-contactform7-teishi tbody,
    .table-contactform7-teishi tr{
        display: block;
        width: 100%;
    }
    .table-contactform7-teishi th{
        width:100%;
        display:block;
        margin: 0 auto;
        border:none;
    }
    .table-contactform7-teishi td{
        display: list-item;
        list-style-type:none;
        margin:0;
        padding:0;
        width: 100%;
        border-top: none !important;
    }
}

