@charset "utf-8";

* {font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;}

body {
 color: #000;
 line-height:1.5;
 font-size:1;
 -webkit-text-size-adjust: 100%;
}

img {
 max-width : 100% ;
 height : auto ;
} 

a{
 font-size:100%;
 color:#a28725;
 text-decoration:none;
}

a:hover, a:active{
 opacity:0.6;
 filter: alpha(opacity=60);
}

/* header
--------------------------------*/ 
header{
 width:100%;
 margin:5px 0 0 0;
 text-align:center;
}
header a:link{
 opacity:1;
 filter: alpha(opacity=100);
}

/* nav
--------------------------------*/ 
nav {
 width: 100%;
 padding:4px 0;
 background:#fff;
 border-top:3px solid #ff141f;
}
#nav-inner{
 width:98%;
 max-width:1400px;
 margin:0 auto;
}
#nav-inner:after {
  content: "";
  clear: both;
  display: block;
}
#nav-inner ul{
 width:100%;
}
#nav-inner ul li {
 padding:60px 0 0 40px;
 font-size:0.9em;
 float:right;
}
#nav-inner ul li a{
 color:#000;
 opacity:1;
 filter: alpha(opacity=100);
  position: relative;
  text-decoration: none;
}
#nav-inner ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#nav-inner ul li a:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}

#nav-inner ul li.logo{
 padding:0;
 float:left;
}
#nav-inner ul li.logp a:hover{
 opacity:1;
 filter: alpha(opacity=100);
}
#nav-inner ul li.logo a::after{
 height: 0px;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

/* wrapper,content,section
--------------------------------*/ 
#wrapper{
 width:100%;
 margin:0 auto;
 background: #fff;
}

#pagetitle{
 width:100%;
 margin:0 0 50px 0;
 position:relative;
}
#pagetitle:after {
  content: "";
  clear: both;
  display: block;
}
#pagetitle .backcolor{
 position: absolute;
 top: 0;
 left: 0;
 width: 60%;
 color:#fff;
}
#pagetitle .title {
 position: absolute;
 top: 20%;
 left: 5%;
 width: 80%;
 padding:0 0 0 20px;
 line-height:1;
 color:#fff;
 text-shadow: 1px 1px 2px #666;
 text-align:left;
 border-left:5px solid #ff151f; 
 z-index:1;
}
#pagetitle .title h2{
margin:20px 0;
font-size:2.5em;
font-weight:normal;
}
#pagetitle .mainimg {
 position: relative;
 width: 70%;
 margin:0 0 25px 0;
 padding:30px 0 0 0;
 z-index: 0;
 float:right;
}


#content{
 width:100%;
}
.backcolor-gray{
 background:#e2e2e2;
}

section{}
section:after {
  content: "";
  clear: both;
  display: block;
}

section.basic {
 width:98%;
 max-width:1200px;
 margin:0px auto 100px auto;
}
section.basic-02 {
 width:98%;
 max-width:1200px;
 margin:0px auto 10px auto;
}

/*
ul{
 margin:0 0 25px 2em;
}
ul li{
 margin:0 0 5px 0;
}
*/
ul.disc{list-style:disc;}
ul.deci{list-style:decimal;}

p.exp{margin:0 0 25px 0;}

hr.basic{
 border-top: 1px solid #bdbdbd;
 margin:0px 0 25px 0;
}

p.bc-grey{
padding:15px;
background-color:#e2e2e2;
}



/* footer
--------------------------------*/ 
footer{
 width:100%;
 padding:20px 0;
 background:#ff141f;
}
#footer-nav{
 width:98%;
 max-width:1400px;
 margin:0 auto;
}
#footer-nav:after {
  content: "";
  clear: both;
  display: block;
}
#footer-nav ul{
 width:100%;
 margin:5px 0 0px 0;
}
#footer-nav ul li {
 padding:60px 0 0 40px;
 font-size:0.9em;
 float:right;
}
#footer-nav ul li img{
margin:0 3px 7px 0;
}
#footer-nav ul li a{
color:#fff;
}
#footer-nav ul li.logo{
 padding:0;
 float:left;
}
#footer-nav ul li.logo a:hover{
 opacity:1;
 filter: alpha(opacity=100);
}

small{
 padding:10px 0 20px 0;
 text-align:center;
 font-size:0.8em;
 display:block;
 clear:both;
 background: #fff;
}

#page-top {
 position: fixed;
 bottom:20px;
 right: 20px;
}


/* top
--------------------------------*/
/* mainimg-top
--------------------------------*/
#mainimg-top{
 width:100%;
 margin:0 0 75px 0;
 position:relative;
}
#mainimg-top:after {
  content: "";
  clear: both;
  display: block;
}
#mainimg-top .backcolor{
 position: absolute;
 top: 0;
 left: 0;
 width: 60%;
 color:#fff;
}
#mainimg-top .title {
 position: absolute;
 top: 10%;
 left: 5%;
 width: 80%;
 padding:0 0 0 20px;
 line-height:1;
 color:#fff;
 text-shadow: 1px 1px 2px #666;
 text-align:left;
 border-left:5px solid #fff; 
 z-index:1;
}
#mainimg-top .title h2{
 margin:0 0 20px 0;
  font-size:4em;
  font-weight:normal;
}
#mainimg-top .title p{
 font-size:0.9em;
 line-height:2;
}

/* top-img
--------------------------------*/
.top-img{
	max-width:1200px;
	margin: 0 auto 100px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-img img{
	width: 49%;
}

.top-img2{
	max-width:1200px;
	margin: 0 auto 100px auto;
	text-align: center;
}

/* top-topics
--------------------------------*/
#top-topics{
 width:100%;
 margin:0px 0 100px 0;
 padding:30px 0;
 background:#e2e2e2;
}
#top-topics #inner{
 width:98%;
 max-width:1200px;
 margin:0px auto 0 auto;
}
#top-topics article{
 width:100%;
 max-width:1200px;
 margin:0 0 25px 0;
 padding:25px;
 border-bottom: 1px dotted #000;
}
#top-topics article:after {
  content: "";
  clear: both;
  display: block;
}
#top-topics article .date{
 padding:2px 5px;
 color:#fff;
 font-size:0.8em;
 background:#333;
 display:inline;
}
#top-topics article .title{
 margin:10px 0;
 padding:0 0 0 10px;
 font-size:1.2em;
}
#top-topics article .sentence{
 margin:0 0 0px 0;
 padding:0 0 0 10px;
 font-size:0.9em;
}

/* 
#top-topics article:last-child{
 border-bottom:none;
}
*/

/* 
#top-topics .archive{
 width:auto;
 margin:10px 0 0 0;
 float:right;
}
#top-topics .archive a{
 padding:2px 10px;
 color:#fff;
 font-size:0.9em;
 display:block;
 background:#a98f30;
}
*/


/* advantage
--------------------------------*/
#advantage{
 width:100%;
 margin:0px 0 100px 0;
 padding:50px 0 100px 0;
 background:#e2e2e2;
}
#advantage .inner{
 width:98%;
 max-width:1200px;
 margin:0px auto;
}
#advantage .inner h3{
 margin:0 0 10px 0;
 font-size:2.5em;
 border-bottom: 1px solid #000;
}
#advantage .inner img{
margin:0 0 10px 0;
}
#advantage .inner p{
margin:0 0 10px 0;
}


.advantage-list{
 width:100%;
 background:#fff;
}
.advantage-list .inner{
 width:98%;
 max-width:1200px;
 margin:0px auto;
 position:relative;
}
.advantage-list .inner .title {
 position: absolute;
 top: 0%;
 left: 0%;
 width: 40%;
 padding:40px;
 text-align:left;
 z-index:1;
 background:#000;
 opacity:0.8;
 filter: alpha(opacity=80); 
}
.advantage-list .inner .title h4{
 font-size:2em;
 margin:0 0 20px 0;
 color:#cd0d15;
 font-weight:bold;
 border-bottom: 1px solid #fff;
}
.advantage-list .inner .title h4 img{
 margin:0 20px 2px 0;
}
.advantage-list .inner .title h5{
 margin:20px 0;
 color:#fff;
 font-size:1.2em;
 font-weight:bold;
}
.advantage-list .inner .title p{
 line-height:2;
 color:#fff;
}
.advantage-list .inner .mainimg {
 width: 65%;
 margin-bottom: 100px;
 padding-top: 100px;
 z-index: 0;
 float:right;
 position: relative; 
}


/* product
--------------------------------*/
#product{
 width:100%;
 padding:100px 0;
}
#product .inner{
 width:98%;
 max-width:1200px;
 margin:0px auto;
 padding:50px 0;
 background:#fff;
}
#product .inner:after {
  content: "";
  clear: both;
  display: block;
}

#product .box{
 width:49%;
 padding:0 20px;
 margin:0 0 100px 0;
 position:relative;
}

#product .left{
 float:left;
}
#product .right{
 float:left;
}

#product .box .title{
 position: absolute;
 bottom: -100px;
 right: 0%;
 width: 80%;
 padding:20px;
 text-align:left;
 z-index:1;
 background:#000;
 opacity:0.8;
 filter: alpha(opacity=80); 
}
#product .box .title h4{
 font-size:2em;
 margin:0 0 20px 0;
 color:#fff;
 font-weight:bold;
 border-bottom: 1px solid #fff;
}
#product .box .title p{
 color:#fff;
}

#product .catalog{
	width: 96%;
	margin: 0 auto;
	text-align: center
}
#product .catalog img{
	margin: 5px 0;
}
#product .catalog p.downloadtxt{
	margin: 20px 0;
	text-align: left;
}

/* product-grill
--------------------------------*/
#product-grill{
 width:100%;
 padding:100px 0 1px 0;
}
#product-grill .inner{
 width:98%;
 max-width:1200px;
 margin:0px auto 100px auto;
 padding:50px 20px;
 background:#fff;
}
#product-grill .inner .box:after {
  content: "";
  clear: both;
  display: block;
}
#product-grill .inner h3{
 margin:0 0 30px 0;
 padding:0 0 0 10px;
 font-size:2em;
 line-height:1.3;
 border-left: 10px solid #093488;
  border-bottom: 1px solid #093488;
}

#product-grill .left{
 width:50%;
 float:left;
	text-align: center;
}
#product-grill .right{
 width:50%;
 padding:0 0 0 20px;
 float:right;
}

.grill-table{
margin-top:50px;
}
.grill-table table{
width:100%;
	margin-bottom:10px;
font-size:0.9em;
text-align:center;
}
.grill-table table th {
  background: #333;
  border: solid 1px #ccc;
  color: #fff;
  padding: 2px;
  vertical-align:middle;  
}
.grill-table table td {
  border: solid 1px #ccc;
  padding: 10px;
  vertical-align:middle;   
}
.grill-table table td:first-child {
  background: #eee;
}


/* product-tool
--------------------------------*/
#product-tool{
 width:100%;
 padding:100px 0 1px 0;
}
#product-tool .inner{
 width:98%;
 max-width:1200px;
 margin:0px auto 100px auto;
 padding:50px 20px;
 background:#fff;
}
#product-tool .inner h3{
 margin:0 0 0px 0;
 padding:0 0 0 10px;
 font-size:2em;
 line-height:1.3;
 border-left: 10px solid #093488;
  border-bottom: 1px solid #093488;
}
#product-tool .inner h3 img{
 padding:0 0 5px 0;
float:right;
}

#product-tool ul {
width:100%;
margin:0 0 0 20px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}
#product-tool ul li {
    width:33%;
	margin:0 0 0px 0;
	padding:0 20px 0 0;

}
#product-tool ul li img{
 width:90%;
}
.number{
 padding:0px 4px;
 color:#fff;
 font-size:0.7em;
 background:#093488;
 display:inline-block;
}
.name{
 font-size:1.1em;
 font-weight:bold;
 border-bottom: 1px solid #093488;
}
.price{
 clear:both;
 font-size:1.5em;
 font-weight:bold;
}
.exp-item{
 font-size:0.8em;
}
.tool-btm{
 margin:80px 0 0 0;
 padding:20px 0 0 20px;
 border-top: 1px dotted #000;
}

/* company
--------------------------------*/
#company{
 width:100%;
 padding:100px 0 1px 0;
}
#company .inner{
 width:98%;
 max-width:1200px;
 margin:0px auto 100px auto;
 padding:50px 0;
 background:#fff;
}

#company h3{
 margin:0 auto 20px auto;
 font-size:2.2em;
 text-align:center;
}
#company table {
 width:90%;
 margin:0px auto;
}
#company table th {
 width:25%;
 padding:15px 0px;
 text-align:center;
 border-bottom:1px solid #333;
 vertical-align:middle;
}
#company table td {
 width:75%;
 padding:15px 15px;
 text-align:left;
 border-bottom:1px solid #333;
}
#company table td a{
color:#000; 
}







/* contact
--------------------------------*/
#contact{
 width:100%;
 padding:100px 0 1px 0;
}
#contact .exp{
 width:98%;
 max-width:1200px;
 margin:0px auto 50px auto;
}
#contact .inner{
 width:98%;
 max-width:1200px;
 margin:0px auto 100px auto;
 padding:50px;
 background:#fff;
}
#contact .inner:after {
  content: "";
  clear: both;
  display: block;
}
#contact h3{
 margin:0 auto 20px auto;
 font-size:2.2em;
 text-align:center;
 border-bottom:1px solid #333; 
}
#contact .box{
 width:50%;
 height:100px;
 margin:0px;
 padding:20px 0;
 text-align:center;
 font-size:1.4em;
 font-weight:bold;
 float:left;

}
#contact .box img{
margin:0 6px 2px 0;
}
#contact .box a{
color:#000; 
}


#contact table {
 width:90%;
 margin:0px auto 20px auto;
}
#contact table th {
 width:25%;
 padding:15px 0px;
 text-align:center;
 border-bottom:1px solid #aaa;
 vertical-align:middle;
}
#contact table td {
 width:75%;
 padding:15px 15px;
 text-align:left;
 border-bottom:1px solid #aaa;
}
#contact table td a{
color:#000; 
}

.w-10{width:10%;}
.w-25{width:25%;}
.w-50{width:50%;}
.w-75{width:75%;}
.w-100{width:100%;}

/* !!!メールフォームCGIに埋め込まれているclassっぽい!!!クラス名変更不可 */
.msg { color:#ff0000;
font-size:0.9em; }


.product-category .box .inner p.more{
 margin:10px auto 0 auto;
 padding:3px 10px;
 display:inline-block;
}
.product-category .box .inner p.more a{
 padding:3px 10px;
 color:#fff;
 text-align:center;
 background:#a98f30;
}

.forminfo{
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
}

.privacypolicy{}
.privacypolicy h4{
font-size:1.2em;
margin:0 0 10px 0;}
.privacypolicy p{margin:0 0 20px 0;}
.privacypolicy ul{margin:0 0 20px 0;}


/* others
--------------------------------*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

.clear {clear: both;}

.red{color:#ff0000;}
.blue{color:#4b79cc;}
.gold{color:#aa8d2f;}

.f-l {float:left}
.f-r {float:right}

.fs-05{font-size:0.5em;}
.fs-06{font-size:0.6em;}
.fs-07{font-size:0.7em;}
.fs-08{font-size:0.8em;}
.fs-09{font-size:0.9em;}
.fs-11{font-size:1.1em;}
.fs-12{font-size:1.2em;}
.fs-13{font-size:1.3em;}
.fs-14{font-size:1.4em;}
.fs-15{font-size:1.5em;}
.fs-18{font-size:1.8em;}
.fs-20{font-size:2em;}

.mt-10{margin:10px 0 0 0;}
.mt-20{margin:20px 0 0 0;}
.mb-20{margin:0 0 20px 0;}

.pt-25{padding:25px 0 0 0;}

.bc-blk{background:#333;}

.wht{color:#fff;}

.ta-c{text-align:center;}
.ta-r{text-align:right;}
.ta-l{text-align:left;}

.under-line {text-decoration: underline;}



