/*
Theme Name: shiokaze2025
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/*
*{
	font-family:"メイリオ";
}
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap');

thead{
	background-color:#BCA893;
	color:#fff;
	
}
body{
	padding-top:0px;
	font-family: "M PLUS 2", sans-serif;
}
p{
	font-size:12px;
}
.thum_title{
	font-size:14px;
	
}
.page-header {
	border-bottom:none;
}
.eff {
	cursor: pointer;
}
.header{
	color:#000000;
	font-size:11px;
}

/* グローバルメニュー */
.gmenu img{
	margin:0 0 0 3px;	
}
.gmenu ul{
	list-style:none;
	margin:0 0 0 0px;	
	padding:0 0 0 0;
}
.gmenu ul li{
	/* display:inline; */
	/* display:block; */
	/* margin:0 0 0 0px;	 */
}

.shiokaze{
background-color:#CCE8FE;
}
.flex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    color: white;
    background-color: rgba(0,0,0,0.5);
	width:100%;
}

.h3 .h1{
	color:#3D0204;
	font-weight:bold;
}

.h2{
	border-bottom-style: dotted;
	border-bottom-color:#004CBB;
	border-left-style: solid;
	border-left-color:#004CBB;
	border-left-width:10px;
	padding-left:10px;
}
/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		body {
			/* color:red; */
			font-size:12px;
		}
		.h1{
			font-size:22px;
		}
		.h2{
			font-size:18px;
		}
		.h3{
			font-size:16px;
		}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		body {
			/* color:blue; */
			font-size:12px;
		}
		.h1{
			font-size:26px;
		}
		.h2{
			font-size:18px;
		}
		.h3{
			font-size:20px;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		body {
			/* color:green; */
			font-size:14px;
		}
		.h1{
			font-size:34px;
		}
		.h2{
			font-size:18px;
		}
		.h3{
			font-size:24px;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		body {
			/* color:green; */
			font-size:14px;
		}
		.h1{
			font-size:34px;
		}
		.h2{
			font-size:18px;
		}
		.h3{
			font-size:18px;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		body {
			/* color:green; */
			font-size:14px;
		}
		
		.h1{
			font-size:34px;
		}
		.h2{
			font-size:20px;
		}
		.h3{
			font-size:18px;
		}
    }


/* ナビバー関連 */
/*  ナビバーのデフォルトスタイル*/
.navbar-default{
	background-color:#400000;
	/* background-color:rgba(224, 196, 173,0.8); */
	margin-left:0px;
	color: #FFFFFF;
}
/* 「TOP」 の部分 */
.navbar-default .navbar-brand {
  color: #FFFFFF;
}

/* それ以外の部分　プルダウンになる所 */
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}

.navbar-default .navbar-nav > .active{
	background-color:#663300;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: #E0C3AC;
}

/* アクティブの時 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background-color:rgb(229, 182, 144);
}


/* サイズが小さい時に出てくるボタン部分 */
.navbar-default .navbar-toggle{
	
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color:#400000;
}

/* ナビバー関連end */



a{
	color:#999;
}

a:hover{
	color:#0000;
	/* opacity: 0.6;
	filter: alpha(opacity=60); */
	text-decoration: none;
}


#inner-footer{
	color:#FFFFFF;
	background-color:rgb(76,102,0);
}

#inner-footer a{
	color:#FFFFFF;
	
}
.widgettitle{
	/* background-color:rgb(223, 255, 191); */
	padding:5px 0px 5px 10px;
	text-align:left;
	border-bottom-style: solid;
	border-bottom-color:#BCA893;
	font-size:14px;
	
	
}

.style_choose img{
	padding:0 0 0 0;
}

.widget img{
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}


.style-list{
	border:solid 2px #BCCCDB;
	margin-top:10px;
	padding-top:10px;
}



	
.cate-icon {
    /* clear:both;
    float:left; */
    min-width:60px;
    margin-right:10px;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    background-color:#999;
	color:#FFF;
    padding:2px 5px;
}
/*カテゴリーをクラス名にして存在する数だけ用意します。*/
.case {
    background-color:#059AFF;
}

/* ページャ */
.pagination{
}


/* スクロール */
.affix-top{
    position:static;
}
.affix-bottom{
    position:absolute;
}
.affix{
	box-sizing: border-box;
}

.archive_title{
	/* background-color:#DFFFBF; */
	padding:10px 10px 10px 10px;
}



.footer-links{
	float:none;
}


/* ヘッダ部分 */
h1.headerTitle{
	font-size:16px;
	color:#FF8C00;
	font-weight:bold;
}

.headerDescr{
	margin-top:10px;
	font-size:1.4em;
	padding-left:0px;
}


/* TOP事例スライダー関連 */
.sliderCaption{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.sliderCaption h3{
	line-height:100%;
}
/*会社概要レイアウト*/
.p1 p{
	padding: 0 20px;
	font-size: 14px;
}
.p1 h3{
	padding-left: 10px;
}
table.company {
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 20px;
}
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 70px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 35px;
}
/*特注LEDライトタブTOPイメージ*/
.img_head{
	margin-top: 0px;
}

p.jirei01{
font-size: 24px;
font-weight: bold;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.hm02{
font-size: 19px;
font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
color: #190066;
margin: 0 0 10px 0;
padding: 2px 8px;
border-width: 0px 0 0 80px;
border-color: #190066;
border-style: solid;
line-height: 140%;
font-weight: bold;
background-color: #99FFFF;
}
.hm02 span{
font-size: 14px;
color: #fff;
margin-left: -80px;
margin-right: 15px;
}
#ordermade .col_color_a{
/* border: 1px solid #000; */
background: rgb(245,246,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2RiZGNlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I4YmFjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2RkZGZlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-8 */

}
#ordermade .col_color{
	background-color: #EEEEEE;
	margin-bottom:2px;
}
#ordermade .col-md-6{
	width: 49%;
	margin: 0 auto;
}
#ordermade .col-md-12,#ordermade .col-md-6{
	padding-left: 0px!important; 
	padding-right: 6px!important; 
	-moz-box-sizing: border-box;        /* Firefox */  
    -webkit-box-sizing: border-box;     /* Safari 3 */  
    -ms-box-sizing: border-box;         /* Internet Explorer 8 */  
    box-sizing: border-box; 
    margin-bottom: 10px;
    margin-right: 3px;
    margin-left: 3px;
}
#ordermade .box {
	margin: 0px 0px 10px 10px;
}
#ordermade .box h3{
margin: 0px;
color: #545454;
font-size: 21px;
margin-bottom: 10px;
font-weight: bold;
}
#ordermade .box p {
    overflow: hidden;
    font-size: 14px;

}
#ordermade img.pull-left{
margin: 0px 3px 0px 0px;
}
#ordermade .col_space{
	margin-top: 15px;
	margin-bottom:5px; 
}
#ordermade .appeal01{
list-style-type: none;
font-weight: bold;
}
#ordermade .appeal01 li{
	color: #545454;
	font-size: 21px;
	
}
#ordermade .appeal01 p{
	display: inline;
	font-size: 14x;
}
/*おーだーめいどの特徴*/
#feature h2 i{
	color: #F0AD4E;
}
#feature p{
margin-left: 40px;
font-size: 14px;
}
#feature .col_space{
	margin-bottom: 55px;
}
/*導入実績*/
#works h2.hm4{
font-size: 19px;
font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
color: #fff;
margin: 0 0 10px 0;
padding: 2px 8px;
border-width: 0px 0 0 80px;
border-color: #162C05;
border-style: solid;
line-height: 150%;
font-weight: bold;
background-color: #80BA32;
}
#works h2.hm4 span{
font-size: 14px;
color: #fff;
margin-left: -80px;
margin-right: 15px;
}
/*要素技術*/

.element_txt_head{
	background-color:#EDF7FF;
	padding:10px 10px 10px 15px;
	margin:0px;
	color:#000040;
}

.element ul.elementTabs{
	width: 850px;
	margin: 0 0 0 -20px;
}
.element ul.elementTabs li{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #eee;
}
.element ul.elementTabs li a{
	display:block;
	border-bottom:5px solid #fff;
	border-top:5px solid #fff;
}
.element ul.elementTabs li a:hover{
	display:block;
	border-top:5px solid #66F;
	border-bottom:5px solid #66F;
}

.element ul.elementTabs:after{
	content:"";
	display:block;
	clear:both;
}
.element ul.elementTabs{
	zoom:1;
}


.element ul#elementTabs li:last-child {　
    border-left: none;
}
.element table {
	width: 651px;
}
.element table,
.element td,
.element th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.element th{
	background: #75FFFF;
}
.cell1{
	padding: 3px;
	width: 90px;
	height: auto;
}
.cell2{	
	padding: 3px;
	width: 420px;
	height: auto;
}
.hm3,.ledparts h3,.ledparts p{
	font-size: 16px;
}
.ledparts strong{
	display: block;
}
.el_img_h2{
	background: url(images/elements/el_img_h2.png) no-repeat;
	padding-top: 8px;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 250%;
}
.el_img_h2 span{
	font-size: 18px;
	padding-right: 25px;
	font-weight:bold;
}


.elementListTxt dt{
	font-size:18px;
}
.elementListTxt dd{
	font-size:16px;
	margin-bottom:15px;
}



/*導入実績*/
#works p {
	font-size: 16px;
	padding: 10px;
}
/*製造の流れ*/
.hm4{
font-size: 19px;
font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
color: #fff;
margin: 0 0 10px 0;
padding: 2px 15px;
border-width: 0px 0 0 102px;
border-color: #004C66;
border-style: solid;
line-height: 150%;
font-weight: bold;
background-color: #00D9D9;
}
.hm4 span{
font-size: 14px;
color: #fff;
margin-left: -100px;
margin-right: 40px;
}
#flow p{
	font-size: 14px;
}
.col-md-l3 {
width: 15%;
}
/* 矢印 */
.arrow02{  
	margin-top: -10px;
/*margin-left: -15px;*/
    position: relative;
    float:left;
    width: 95px;
    height: auto;
    min-height: 40px;
    background: #eee;
}
.arrow03{  
	margin-top: -10px;
	margin-left: -15px;
    position: relative;
    float:left;
    width: 80px;
    height: auto;
    min-height: 40px;
    background: #eee;
}

/* テキストの指定 */
.arrow02 p {

}
/*お問い合わせボタン*/
.button01 {
	background-color: transparent;
	border: 6px double #F0AD4E;
	color: #C57810;
	width: auto;
	display: inline-block;
}
.button {
	display: inline-block;
	width: 200px;
	height:auto;
	text-align: center;
	text-decoration: none;
	line-height:auto;
	outline: none;
	font-weight: bold;
	margin:5px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	background-color: #F0AD4E;
	border-radius: 4px;
	color: #fff;
	line-height: 200%;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7d034;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
}
.button:active {
	top: 3px;
	box-shadow: none;
}
/*特注LEDライト　タブ*/
#tabs li a{
	background-color:#eee;
	font-weight:bold;
	border:1px solid #ccc;
}
#tabs li.active a{
	background-color:#FFF;
	border:1px solid #999;
}


/* 問い合わせページ */
.inquiryBox li{
	list-style-type:none;
	margin-bottom:15px;
}
.inquiryBox li.contact a{
	display:block;
	border:1px solid #ccc;
	padding:15px;
	font-size-:24px;
	font-weight:bold;
	color:#fff;
}

.inquiryBox li.contact a:hover{
	color:#fff;
	background-color:#666;
}
.inquiryBox li.contact span.target{
	font-size:1.8em;
	display:block;
}

.inquiryBox li.mail a,
.inquiryBox li.tel a
{
	font-size:1.5em;
}

.inquiryBox li.tel{
	
}

/*問い合わせフォーム*/
.acceptance{
	border:2px solid #f00;
	padding:10px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	line-height:18px;
}
.acceptance input{
	width:20px;
	height:20px;
}
/*QandAよくある質問*/
#qa h2{
	display: block;
	padding: 0 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	background-color: #d9edf7;
	border-left: 10px solid  #0000ff;
	/*width:650px;*/
	line-height: 2;

	}
#qa dl{
     /*width:650px;*/
     margin-bottom: 80px;
     margin-top:10px;
     line-height:1.8em;
     font-size: 1.4em;
     overflow: hidden;
     _zoom: 1;
}

#qa dl dd,
#qa dl dt{
     text-indent: 0.4em;   
     padding: 0 10px 0px 20px;
     font-size:0.8em;
}

#qa dl dt{
     margin:10px 10px 0 0;
}

#qa dl dd:first-letter,
#qa dl dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:10px;
     qadding:5px;
     font-family: 'Nunito', sans-serif;
}


#qa dl dd{
     margin: 10px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


#qa dl dt:first-letter{
     color: #0F78E1;
}
#qa dl dd:first-letter{
     color: #ff6767;
}

.qanda ul {
	list-style: none;
}
.qanda a {
	color:#0000ff!important;
	font-weight: bold;
	padding: 2px;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.qanda a:hover {
	text-decoration:underline;
}
.qanda a:visited{
	color:#FF00FF;
}

.qanda h2{
	padding:3px 5px;
border-color:#0B0099;
border-width:0 0 1px 7px;
border-style:solid;
background:#F8F8F8;

}
/*clearfix*/
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

/*要素技術*/
.yoso2{
	list-style-type:none;
}
.yoso2 li{
	width:350px;
	height:350px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	/*border:1px solid #eee;*/
	padding:10px;
	text-align:center;
}


.container {
  max-width: none !important;
  width: 1170px;
}


.padding0 div{
	padding:0 0 0 0;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto 150px;
}

.ls-none {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

#header-page {
	position: relative;
	background: linear-gradient(#008bff, #005cb5);
	color: white;
	& a {
		color: white;
	}
	& hgroup {
		& p {
			margin-bottom: 0;
		}
	}
	& h1 {
		line-height: 1;
		background-color: white;
		display: inline-block;
		position: relative;
		margin-top: .2em;
		font-size: 48px;
		text-indent: -.2em;
		&::before {
			content: '';
			display: block;
			background-color: white;
			position: absolute;
			right: 100%;
			top: 0;
			width: calc(50vw - 100%);
			height: 100%;
		}
		& a {
			display: block;
			font-weight: 900;
			color: #006bd3;
		}
	}
	&::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 5%;
		width: 35%;
		height: 100%;
		background-image: url(images/bk-header-page_3.webp);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}
#sitetitle_box-contact {
	& .box-contact {
		margin-bottom: 0;
		text-align: center;
		font-weight: 700;
	}
}
#nav-main {
	& ul {
		& li {
			& a {
				text-decoration: none;
			}
		}
	}
}
