@charset "UTF-8";
/*========================================

 00. ResetAndUtility		....................プロジェクトのノーマライズ
 01. tabNavigation	　.........................モバイルのメニュー
 02. Header	....................................プロジェクト共通のヘッダー
 03. Navigation	................................PCのヘッダー下のメニュー
 07. Footer	....................................プロジェクト共通のフッター
 08. toTopButton	............................トップに戻るボタン
 
 20.ProductUtilitys	  ..........................クラス別スタイル

 30.ProductAdd	  ..........................追加のスタイル


=========================================*/
@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@import url("https://fonts.googleapis.com/css?family=Teko:400,500,600,700");
:link, :visited {
  text-decoration: none;
}
html, body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea,
h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr, th, td {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-spacing: 0;
}
fieldset, img, abbr, acronym {
  border: 0;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
a {
  color: #000;
  text-decoration: underline;
  outline: none;
}
hr {
  border: 0;
  height: 1px;
  background-color: #000;
  color: #000;
}
a img, :link img, :visited img {
  border: none;
}

a:hover {
  text-decoration:none;
}

address {
  font-style: normal;
  display: inline;
}
.before-clearfix:before {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
body {
  color: #000;
}
#alpha {
  position: relative;
}
a:link, a:visited {
  text-decoration: none;
}
blockquote {
  margin-left: 30px;
}
@media print {
  * {
    position: static !important;
    overflow: visible !important;
  }
}
/*================================================== 
	Project layout 
==================================================*/
body {
	min-width: 1024px;
	-webkit-text-size-adjust: 100%;
	font: 300 13px "M plus 1p", sans-serif;
  	line-height: 1em;
}
/*------------------------------
   01. tab
------------------------------*/
.h2 {
    margin:  0;
    padding-top: 110px;
    position:  relative;
    font-weight:500;
    margin-bottom: 35px;
    font-size: 40px; 
    text-align:  center;
}
.h2-b {
    margin:  0;
    padding-top: 110px;
    position:  relative;
    font-weight:400;
    margin-bottom: 35px;
    font-size: 30px; 
    text-align:  center;
}
.h3 {
	position: relative;
	padding: 0px;/*アイコン分のスペース*/
	font-size: 1.5em;/*サイズ*/
	line-height: 1;/*行高*/
	color: #333;
}
.h3:after {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: " \f054　";/*アイコンのユニコード*/
	position: relative;/*絶対位置*/
	font-size: 1.5em;/*サイズ*/
	left: 0.25em;/*アイコンの位置*/
	top: 0.1em;/*アイコンの位置*/
	color: darkseagreen; /*アイコン色*/
}
.h4 {
	position: relative;
	padding-bottom: 40px;
	font-size: 2.2em;/*サイズ*/
	line-height: 1;/*行高*/
}
.h4:after {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: " \f054　";/*アイコンのユニコード*/
	position: relative;/*絶対位置*/
	font-size: 1.8em;/*サイズ*/
	left: 0.25em;/*アイコンの位置*/
	top: 0.1em;/*アイコンの位置*/
	color: darkseagreen; /*アイコン色*/
}
.h5 {
	font-size:2.8em;
	padding: 0.3em 0.5em;
	margin-top: 20px;
	border-left: 20px solid #45B035;
	line-height: 1;
}
    
/*------------------------------
	02. Header 
------------------------------*/
header {
	width:1000px;
	margin: 0 auto;
	padding: 20px 0;
}
.hd_wrap {
	display: flex;
	justify-content:space-between;
}
.hd_wrap a:hover {
	transition: .3s;
	opacity: 0.5;
}

/*------------------------------
   03. Navigation 
------------------------------*/
nav {
	width: 1000px;
	margin: 0 auto 10px;
  white-space:nowrap;
}
nav > ul li {
	display: inline-block;
	width:245px;
	margin-right: 5px;
	text-align: center;
	border-bottom: 4px solid forestgreen;
	text-align: center;
	line-height:1em;
	font-size:1.3em;
}
nav > ul li:hover {
	transition: all .3s;
	background: forestgreen;
}
nav > ul li a {
	display:block;
	padding: 1em 0;
}
nav > ul li a:hover{
	color: #fff;
}

/*------------------------------
	07. Footer 
------------------------------*/

#footer {
	background: #D9D9D9
}

#ft_inner {
	width: 1000px;
	margin: auto;
	padding: 50px 0px 20px 50px;
	line-height: 1.7em;
	font-size: 0.9em;
}

.ft_nav a {
	color: #000;
}
#ft_inner a:hover {
	text-decoration:underline;
}
.ft_nav-2 a {
	color: #000;
}

#ft_inner .ft_nav {
	width: 270px;
	height: 170px;
	float: left;
	border-right: 1px solid #888;
	padding-bottom: 20px;
	padding-left: 20px;
}

#ft_inner .ft_nav ul {
    padding-top: 10px;
}

#ft_inner .ft_nav-2 {
    float: left;
    width: 200px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#ft_inner .ft_nav-2 ul {
    padding-top: 10px;
}

#ft_inner .ft_nav-2 li {
}

.ft_licence {
	clear:left;
    padding-top: 30px;
    text-align: center;
}

/*------------------------------
	07.toTopButtun 
------------------------------*/

#totopbtn {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	padding: 1em;
	border-radius: 50%;
	pointer-events: none;
}

#totopbtn img{
	position: absolute;
	width: 150px;
	right: 5%;
	bottom: 10%;
	margin: auto;
}

/*----------------------------
	Common layout, Products
----------------------------*/
#wrapper {
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

p.linktext {
	font-size: 1.6em;
	padding-top: 0.2em;
	padding-bottom: 1.6em;
	line-height: 1.4em;
}
p.linktext a {
	display: inline-block;
	padding-left: 1em;
	color: #444444;   
}
p.linktext a:hover {
	transition:.3s;
	opacity:0.5;
}

.box-a {
	width: 1000px;
	margin: auto;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
}

.box-b {
	background-color:#E6ECE6;
	padding-bottom: 20px;
}
.box-c {
	width: 1000px;
	margin: 0 auto;
}

.box-d{
  border: 2px solid #45b035;
  width: 1000px;
  margin: auto;
  
}
.box-d h3{
  background: #45b035;
  color: #FFF;
  margin: 0;
  padding: 10px;
}
.box-d .text{
  padding: .5em;
}
.iconimg{
text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;

}

.banspace{
	display: block;
}
.banspace p{
	text-align: center;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
	line-height: 1.4em;
}
.ban-2 {
	width: 862px;
    margin: 0 auto;
}
.ban-3 {
	width: 915px;
    margin: 0 auto;
}
.ban-4 {
	margin: 0 auto;
    margin-top: 40px;
}
.ban-5 {
	display:block;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}
.ban-5 span { display:block;}
.ban-2 img:hover, .ban-3 img:hover,
.ban-4 img:hover, .ban-5 img:hover {
	transition:.3s;
	opacity:0.5;
}
.ban-2 a span:hover, .ban-3 a span:hover,
.ban-4 a span:hover, .ban-5 span:hover {
	transition: 0.3s;
	color: darkseagreen;
}
/*================================================== 
	Top page 
==================================================*/
.pctgrm {
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
	width: 1000px;
    margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
  padding-left: 40px;
    background-color: darkseagreen;
}

.pctgrm a {
	display: block;
	width: 28%;
}
.pctgrm a img { 
width: 85%;
  margin: 0 auto;

}
.pctgrm a:hover {
	transition:.3s;
	opacity:0.5;
}
p.ban-left{
	float: left;
    padding-right: 15px;
}
.newsflm {
	width: 860px;
	margin-left:auto;
	margin-right:auto;
}
.newsflm > a {
	display:block;
	text-align:right;
}
.newsflm a span:hover {
	transition:0.3s;
	color: darkseagreen;
}
.newsfrmwrap{
	position:relative;
	height: 300px;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
.newsfrmwrap > iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.calender {
	position:relative;
	width:100%;
	margin: 0 auto;
	height:0;
    padding-top: 320px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
}
.calender > iframe {
	position:absolute;
    top:0;
    left:0;
	width:100%;
    height:100%;
}   
strong{
	font-size: 1.3em;
    padding-left: 0px;
}

/*================================================== 
	会社概要 
==================================================*/
.text {
	font-size: 1.5em;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.8em;
}
.text-right {
	font-size: 1.3em;
	text-align: right;
	margin: auto;
	padding-bottom: 20px;
	line-height: 1.8em;
}
.makerlist {
    padding-top: 10px;
}
.makerlist p{
    font-size: 1.8em;
    color: #444;
    padding-top: 15px;
    padding-bottom: 10px;
}
.makerlist ul {
	font-size: 1.3em;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 30px;
	list-style-type:none;
}
.makerlist ul li {
	position:relative;
	padding-left: 15px;
	line-height: 1.8em;
}
.makerlist li:before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 7px;
	height: 7px;
	background-color: #45B035;
	border-radius: 50%;
}
.parent {
	flex-wrap: wrap;
}
.parent2 {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.children{
	padding: 15px;   
}
.data{
	width: 270px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 1.6em;
	background-color: #45B035;
	text-align: center;
	padding: 10px;
	margin: 0.2em;
	line-height: 1.8em;
}
.data02{
	width: 430px;
	background-color: #FFFFFF;
	font-size: 1.6em;
	padding: 10px;
	margin: 0.2em;
	line-height: 1.8em;
}

/*================================================== 
	環境理念 
==================================================*/
.kankyolist ol {
	list-style-position:inside;
	padding: 10px;
	padding-left: 1.2em;
	list-style-type:decimal;
}
.kankyolist ol li{
	text-indent: -1.2em;
	font-size: 1.5em;
	line-height: 1.8em;
}

.strong{
	font-size: 2em;
    line-height:1;
    padding-top: 20px;
	display: block;
} 

/*================================================== 
	取扱商品（個人・企業） 
==================================================*/
.bansp-trt{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1000px;
}

.bansp-trt-child img{
    width: 100%;
}
.bansp-trt-child img:hover{
    width: 100%;
	transition:.3s;
	opacity:0.5;
}
.bansp-trt-child a span:hover {
	transition:0.3s;
	color: darkseagreen;
}
    
.bansp-trt-child {
	width: 450px;
	padding: 10px;
}

.bansp-prd-child img{
    width: 100%;
}
.bansp-prd-child img:hover{
    width: 100%;
	transition:.3s;
	opacity:0.5;
}

.bansp-prd-child a span {
	line-height: 1.8em;
}

.bansp-prd-child a span:hover {
	transition:0.3s;
	color: darkseagreen;
}
 
.bansp-prd-child {
	width: 310px;
	padding: 10px;
}

.cartarea-1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.cartarea-1 img, .cartarea-2 img { width: 100%;}
.cartbtn-1 {
	width:750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 470px;
	padding-bottom: 30px;
}
.cartbtn-2 {
	width:750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.border-1 {
	width: 1000px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ececec;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.iteminfoarea-1 {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.iteminfoarea-1 > h6 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-size: 1.2em;
	border-radius: 30px;
	background: #006ec3;
	color: #fff;
}
.infos {
	display: flex;
}
.infos img { width: 100%;}
.infos > a { display:block;}
.infos-mail {
	width:320px;
	margin-right:20px;
}
.infos-phone {
	width:240px;
	margin-right:20px;
}
.infos > p {
	padding-top: .7em;
}
/*================================================== 
	2021.11.1 京都工場
==================================================*/
.oemimg{
  margin-top: 40px;
}

.data02 li{
  margin-left: 1.0em;
  text-indent: -1.0em;
}
/*================================================== 
	企業用-各種事業
==================================================*/
.h6 {
	font-size:2em;
    padding: 0.3em 0.5em;
    margin-top: 20px;
	border-left: 20px solid #45B035;
    border-bottom: 2px solid #45B035;
    line-height: 1;
}
.trtlist-a{
	font-size: 1.6em;
    line-height: 1.8em;
    font-weight: 300;
    width: 920px;
    display:flex;
    padding-bottom: 20px;
	flex-wrap:wrap;
} 
.trtlist-in {
    padding: 2px 10px;
    width: 50%;
	box-sizing: border-box;
}
.trtlist-in-99 {
    padding: 2px 0px 2px 10px;
    width: 99%;
	box-sizing: border-box;
}
.trtlist-in-99:before,.trtlist-in:before {
	font-weight: 400;
	content: " ・";
	color: #45B035;
	margin-right: 8px;
}
.h-trt01 {
	font-size: 1.6em;
	padding: 15px;
	margin-bottom: 20px;
}
.h-trt01:before {
    font-family: "Font Awesome 5 Free";
	content: " \f138 ";
	color: #45B035;
	margin-right: 8px;
}
.h-trt02 { background: #eee;}
.flex{
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	clear: both;
}
.text-fl img{ width: 400px;}
.text-fl {
	font-size: 1.5em;
    padding: 20px 15px;
	line-height: 1.8em;
}
.data03{
	width: 450px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.6em;
    background-color: #45B035;
    text-align: center;
    padding: 2px 10px;
    line-height: 1.8em;
    margin: 0 2px;
    border: solid 1px #45B035;
}
.data04{
	width: 450px;
	background-color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    font-size: 1.6em;
    padding: 2px 10px;
    line-height: 1.5em;
    margin: 0 2px;
    border: solid 1px #EEEEEE;
}
.data04:nth-child(4n+1), .data04:nth-child(4n+2) {
   background-color: #eee;
}
/*================================================== 
	M-50CP
==================================================*/
.brdr-vr-navy {
	line-height:0;
	border-top: 3px solid #57558d;
	border-bottom: 3px solid #57558d;
}
.bg-m50cp {
	background-image: url(../services/images/bg-m50cp-01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
.tbl-1 th {
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	text-align:center;
	background: #8fc31f;
	color:#fff;
}
.tbl-1 td {
	padding:.7em .5em .5em;
	line-height:1.4em;
	text-align:center;
	font-size:.96em;
	background:#e2eec5;
}
.tbl-1 td:nth-child(3) {
	text-align: left;
}
/*================================================== 
	ハイセラ AL
==================================================*/
.bg-haisera1 {
	background-image: url(../services/images/bg-haisera-01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
.innerimg1 {
	box-sizing: border-box;
	padding: 30px 30px 30px;
}
.tbl-2 {
	line-height: 1em;
	text-align: center;
	font-size: 1.3em;
}
.tbl-2 tr:nth-child(odd) {
	background: #e7eef3;
}
.tbl-2 th {
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	text-align: center;
	background: #20a4dd;
	color: #fff;
}
.tbl-2 td {
	padding-top: 0.7em;
	padding-bottom: 0.5em;
}
.bg-haisera2 {
	background-image: url(../services/images/bg-haisera-02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
/*================================================== 
	撥水防虫網戸
==================================================*/
.tbl-3 {
	line-height: 1.8em;
	font-size: 1.5em;
}
.tbl-3 tr:nth-child(even) {
	background: #efefef;
}
.tbl-3 th {
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	text-align: center;
	background: #22ac38;
	color: #fff;
}
.tbl-3 th.option { background: #8fc31f;}
.tbl-3 td {
	padding-top: 0.7em;
	padding-bottom: 0.5em;
	padding-left:1em;
}
/*================================================== 
	ヒバウッド（業務用）
==================================================*/
ol.caution {
	list-style: decimal;
}
ol.caution li {
	padding-bottom: 1em;
	line-height: 1.8em;
	font-size: 1.7em;
}
.bg-hivawoodpro {
	background-image: url(../services/images/bg-hivawoodpro-01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}
/*================================================== 
	お問い合わせ
==================================================*/
ul.contact-caution > li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.8em;
	font-size:1.4em;
}
ul.contact-caution > li:before {
	position: absolute;
	top:0; left:0;
	content: "●";
}
.formlayout input {
	width:600px;
	line-height:1.5em;
	font-size: 18px;
}
.formlayout textarea {
	width:600px;
	height:10em;
	border: 1px solid #ddd;
	line-height:1.5em;
	font-size: 18px;
}
.formlayout button {
	padding: 0.7em 1em 0.5em;
	line-height:1em;
	font-size:18px;
}
.formlayout button {
	border-radius:3px;
}
.formlayout button[type=submit]{
	background:#48a738;
	color:#fff;
}
.formlayout button[type=reset]{
	background:#efefef;
	color:#666;
}

.formlayout input[type=radio] {width:1em;}
.formlayout input.w200{ width:200px;}
.formlayout input.w300{ width:300px;}

.formlayout > dl {
	display: flex;
	margin-bottom:5px;
}
.formlayout > dl dt {
	width:11em;
	margin-left:2px;
	margin-right:30px;
	padding-top:0.7em;
	padding-bottom:0.5em;
	line-height:1.2em;
	text-align:center;
	font-size:1.4em;
	background: #48a738;
	color: #fff;
}
.formlayout > dl dd {
	padding-top: 7px;
	line-height:1em;
	font-size:1.4em;
}
/*================================================== 
 	20.ProductUtilitys 
==================================================*/
.inner1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.inner2 {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.inner3 {
	width: 1016px;
	margin-left: auto;
	margin-right: auto;
}
.inner4 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.inner5 {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.retina img { width: 100%;}
.imgborder img { border: solid 1px #ccc;}
.img-hv-ev1 a:hover{
	transition:.3s;
	opacity:0.5;	
}

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

.mg-bt-10 { margin-bottom: 10px;}
.mg-bt-15 { margin-bottom: 15px;}
.mg-bt-30 { margin-bottom: 30px;}
.mg-bt-60 { margin-bottom: 60px;}
.mg-bt-90 { margin-bottom: 90px;}

.mg-bt-txt-sm { margin-bottom: 1em;}
.mg-bt-txt-md { margin-bottom: 2em;}
.mg-bt-txt-lg { margin-bottom: 3em;}
.mg-bt-txt-xlg { margin-bottom: 5em;}
	
.pd-dw-sm { padding: 2%;}
.pd15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pd30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pd45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.pd60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pd-tp-txt-sm { padding-top: 1em;}
.pd-tp-txt-md { padding-top: 2em;}
.pd-tp-txt-lg { padding-top: 3em;}
.pd-tp-30 { padding-top:30px;}
.pd-tp-45 { padding-top:45px;}
.pd-tp-60 { padding-top:60px;}
.pd-tp-90 { padding-top:90px;}

.pd-bt1 { padding-bottom: 1em;}
.pd-bt2 { padding-bottom: 2em;}
.pd-bt3 { padding-bottom: 3em;}
.pd-bt1p { padding-bottom: 1%;}
.pd-bt2p { padding-bottom: 2%;}
.pd-bt3p { padding-bottom: 3%;}

.pd-vr-90 { padding:90px 0;}

.pd-hr-15 { padding:0 15px;}
.pd-hr-30 { padding:0 30px;}
.pd-hr-45 { padding:0 45px;}
.pd-hr-90 { padding:0 90px;}

.pd-lft-15em { padding-left: 1.5em;}

.subtitle1 {
	line-height:1em;
	font-weight:700;
	font-size:1.5em;
	color:#1f2a66;
}
.minititle1 {
	padding-left: 10px;
	line-height: 1em;
	font-size: 1.5em;
	border-left: 20px solid #20a4dd;
}

.lnht0 { line-height:0;}
.lnht1 { line-height:1em;}
.lnht15 { line-height:1.5em;}
.lnht18 { line-height:1.8em;}

.font-wt { font-weight: 100;}
.font-wl { font-weight: 300;}
.font-wn { font-weight: 400;}
.font-wb { font-weight: 700;}
.font-wblk { font-weight: 900;}
.font-sz-xsm { font-size: 0.6em;}
.font-sz-sm { font-size: 0.8em;}
.font-sz-md { font-size: 1.2em;}
.font-sz-lg { font-size: 1.5em;}
.font-sz-xlg { font-size: 2em;}
.font-sz-xxlg { font-size: 3em;}

.clr-red { color: #e60012;}