@charset "utf-8";
/* CSS Document */
/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

* {
    box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}
a {
    color: #154EC3;
}
h2{
    font-size: 1.8em;
    letter-spacing: 2px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #5F87DB;
    text-align: center;
}
h3{

    font-size: 1.4em;
    letter-spacing: 2px;
    padding-top:6px;
    padding-bottom: 16px;
}
h3.Bg{
    display: inline-block;
    font-size: 1.4em;
    letter-spacing: 2px;
    padding:6px;
    background-color:#B2D6F5;
    margin-bottom: 10px;
}
h3.Bd{
    display: inline-block;
    font-size: 1.4em;
    letter-spacing: 2px;
    padding:6px;
    border:1px solid #B2D6F5;
    margin-bottom: 10px;
}
h4{
    letter-spacing: 2px;
    padding-bottom: 8px;
    color:#0E6FC7;
    font-size: 1.2em;
    font-weight: bold;
}
ul{
    padding-left: 16px;
}
ol.rule{
    margin: 0;
    padding: 0 40px 0 40px;
}
ol.rule li{
    line-height: 1.6em;
    padding-bottom: 10px;
}
table.num01{
    border: 1px solid #5F87DB;
}
table.num01 td{
    padding: 10px;
    border: 1px solid #5F87DB;
}
table.num01 td.blue{
    color: #5F87DB;
    background-color: #E8EFFF;
}
table.num01 td.blue2{
    color: #5F87DB;
    background-color: #E8EFFF;
    width: auto;
}
table.num02{
    border-top: 1px solid #5F87DB;
}
table.num02 td{
    padding: 20px 10px 20px 10px;
    border-bottom: 1px solid #5F87DB;

}
table.num02 td.blue{
    color: #5F87DB;
}
.midashi{
    display: inline-block;
    border: 2px solid #333;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.midashi span::before{
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 3px;
  top: 0.66em;
  margin-right: 8px;
  background: #333;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
.img100 img{
    width: 80%;
}
     }
@media screen and (max-width: 768px) {
.img100 img{
    width: 70%;
}
     }
@media screen and (max-width: 768px) {
.img100sp img{
    width: 100%;
}
     }
.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*--- header --*/
header{
width: 100%;
height: 106px;      
overflow: hidden;
z-index: 8000;
    background-color: #FFF;
    }  
header a:hover{
    text-decoration: none;
}
header .logo img{
    margin-top: 6px;
}
.headerLogo{
display:flex;
 flex-direction:row;
height: 66px;
max-width: 1096px;
margin: 0 auto;
}
.logo {
    width: 25%;
}
.logo img{
    display: block;
    margin: 10px 0 0  0 ;
    padding: 0;
}
/* */
.hsR{
    display: block;
    width: 75%;
    height: 60px;
}
.hsMenu{
    display: block;
    float: right;
    font-size:0.7em;
    margin-top: 20px;
}
.hsMenu a{
font-weight: bold;
color:#000;
}

/*top*/
.tit{
    display: inline-block;
    background-image: url("../img/backBlue.png");
    background-repeat: no-repeat;
    background-position: 2px 10px;
    text-align: center;
    font-size: 2em;
    line-height:  1.6em;
    padding-top:  0.5em;
    height: 100px;
    color: #154EC3;
    letter-spacing: 3px;;
    font-family:  'Oswald',"Yu Gothic Light", "メイリオ", "sans-serif"; 
    font-weight: bold;
}
.tit span{    
display: block;
    text-align: center;
    width: 100%;
    color: #154EC3;
    font-size: 0.6em;
    line-height: 0.6em;
    letter-spacing: 0px;
    font-family:'arial narrow', Helvetica, "Yu Gothic Light", "メイリオ", "sans-serif";  
}

.TopTopics{
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
}
.TopInfo{
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    
}
.news{
display:flex;
margin: auto 0;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding: 10px 0 4px 0 ;
}
.date{
    display: block;
    width: 25%;
    text-align: left;
    font-size: 0.9em;
    color: #999;
    font-weight: bold;
}
.ttxt{
    display: block;
    width: 75%;
    font-size: 0.9em;
    text-align: left;
    
}

.TopAbout{
    display: block;
    padding: 20px 0 20px 0;
    width: 100%;
    background: url("../img/top02.png") no-repeat;
    background-size: cover;
    min-height:360px;
    text-align: center;
}
.TopAbout .linkbox {
    display: block;
    height: 60px;
    font-size: 1.2em;
    max-width: 100%;
}
.TopAbout .linkbox a{
    display: block;
    max-width: 220px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border: 1px solid #FFF;
    font-weight: bold;
    color: #FFF;
}
.TopAbout .linkbox a:hover{
    color: #00489A;
    border: 1px solid #00489A;
}
@media screen and (max-width: 768px) {
.TopAbout{
    margin-bottom: 0;
    position: relative;
        top:50px;
    }
}
@media screen and (max-width: 992px) {
}


/* smp */
@media screen and (max-width: 768px) {
header{
position: fixed;
    top:0;
    left: 0;
z-index: 900;
width: 100%;
background-color: #FFF;
overflow:visible;
height: 90px;
}
.headerLogo{
    display:inline-block;
height:90px;
width: 100%;
    background-color: #FFF;
        z-index: 800;
}
.hsR{
    height: 30px;
    background-color: #FFF;
    width: 100%;
    padding: 0;
    margin: auto 0;
    }
.hsMenu{
    display: block;
    float:none;
    font-size:0.7em;
    margin:0px;
    padding: 3px 0 0 0 ;
}
}
/*---- top image ---*/
.topImage{
    display: block;
    height: 430px;
    margin: 0 auto;
    background: url("../img/pc_topimage.jpg")  no-repeat center;
    background-size: cover;
    background-color: #CCC;
    z-index:100;
}
.topImage .container{    
    height: 360px;
    text-align: left;
    padding-top: 100px;
}
.copy{
    position: relative;
    top: 0px;
    display: inline-block;
    opacity: 0.9;
    font-size: 2.9em;
    font-weight: bold;
    color: #111;
    padding: 20px 0;
	text-shadow:
		-1px 0 white,
		0 1px white,
		1px 0 white,
		0 -1px white; 
}
.copy span{
    font-size:0.6em;
    display: block;
    padding-top: 10px;
}
    /*---- t
@media screen and (min-width: 1680px) {
.copy{
    position: relative;
    top: 0px;
    display: inline-block;
    opacity: 0.9;
    font-size: 2.3em;
    font-weight: bold;
    color:  #111;
    padding: 20px;
    background-color: #FFF;
}
}
 ---*/
@media screen and (max-width: 768px) {
    /*---- top image ---*/
.topImage{
    height: auto;
    margin: 0 auto;
    background: url("../img/sp_topimage.jpg")  no-repeat center left 80%;
    aspect-ratio: 1 / 1;
    margin-top: 90px;
}
.topImage .container{    
    height: 100%;
    text-align: center;
    padding-top: 0px;
}
.copy{
    position: relative;
    top: 140px;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    filter: drop-shadow(1px 1px 1px #FFF);
}
.copy span{
    font-size:0.6em;
    display: block;
    padding-top: 0px;
}
}
/*--- コンテンツ ---*/
.wrapTop{
    background-repeat: no-repeat;
    background-position:-500px -0px;
    display: block;
    position: relative;        
    }
.wrap{
    display: block;
    position: relative;        
    }
@media screen and (max-width: 768px) { 
.wrapTop{
    display: block;
    position: relative;
    }
.wrap{
    display: block;
    position: relative;
    padding-top: 50px;
    }
}
@media screen and (max-width: 768px) { 
}


/*トップページ　ショートカット */
.topSc{
    position: relative;
    padding-bottom: 40px;
    top: 0px;
}
.topSc .top01:hover, .topSc .top02:hover, .topSc .top03:hover {
    opacity: 0.8;
    transition-duration: 0.5s;
}
.topSc span{
    display: block;
    font-weight: bold;
    width: 100%;
    letter-spacing: 2px;
    font-size: 1em;
}
.topSc a{
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
    height: 100%;
    padding:10px 10px 0 10px;
}
.topSc a:hover {
    text-decoration: none;
}
.topSc a span{
    display: block;
    background-color: #154EC3;
    text-align:center;
    color: #FFF;
    width:100%;
    padding: 8px;
    background-image:url("../img/linkA01.png")  ;	
    background-repeat: no-repeat;
	background-position: right;
}
.topSc a span:hover{
    color: #FFF;
    padding: 8px;
    background-color:#27963B;
    transition-duration: 0.5s;
}
.top00{
    padding-top: 20px;
}
.top01, .top02, .top03,.top04{
    color: #FFF;
    letter-spacing: 0px;
    padding-top: 20px;
    font-size: 1.1em;
    text-shadow: 1px 2px 3px #333;
}
.top00 div span.top00txt{
    padding-top: 40px;
}
.top0020 div span.top00txt{
    padding-top: 20px;
}
.top0010 div span.top00txt{
    padding-top: 10px;
}
@media screen and (max-width: 768px) {
.top02{
    padding: 20px ;
}
}
.top01 div{
    background: url("../piping/img/pic_pi_01.png") no-repeat center;
    background-size: cover;
    padding: 8px 12px 0px 12px;
}

.top02 div{
    background: url("../img/title_back_pro.png") no-repeat ;
    background-size: cover;
}
.top03 div{
    background: url("../img/conveyor-autochecker.jpg") no-repeat  center;
    background-size: cover;
    padding: 28px 12px 0px 12px;
}
.top04 div{
    background: url("../img/title_back_kikai.png") no-repeat  center;
    background-size: cover;
    padding: 28px 12px 0px 12px;
}
.top01 a, .top02 a, .top03 a, .top04 a{
    padding-top: 40px;
    padding-bottom: 20px;
}

@media screen and (max-width: 990px) {

.top01 div{
    padding: 8px 12px 0px 12px;
}
.top02 div{
}
.top03 div{
    padding: 58px 12px 0px 12px;
}
.top04 div{
    padding:58px 12px 0px 12px;
}
}

/* コンテンツページ */ 
/* 会社情報 */
.titCom{
    display: block;
    background-image: url(../img/topImage.jpg);
    background-size:cover;
    background-position:bottom center;
    width: 100%;
   height: 130px;
    background-color: #4B4B4B;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}
.ContentsWrap h1 span.titJp{
    display: inline-block;
    font-size: 0.7em;
    line-height: 1em;
    letter-spacing: 6px;
    color: #FFF;
    position:relative;
    text-align: center;
    top:-10px;
    font-weight: bold;
    width: 100%;    text-shadow: 1px 2px 3px #333; 
}
.ContentsWrap h1 span.titEn{
    display: inline-block;
    font-size: 0.4em;
    line-height: 1em;
    position:relative;
    text-align: center;
    top:-30px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: Oswald;
    color: #FFF;
    width: 100%;    
}    
/* 製品情報 */
.titPro{
    display: block;
    background-image: url("../img/title_back_pro.png");
    background-size:cover;
    background-position:center center;
    width: 100%;
   height: 130px;
    background-color: #4B4B4B;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}
/* 製品情報 */
.titDenki{
    display: block;
    background-image: url("../img/conveyor-autochecker.jpg");
    background-size:cover;
    background-position:center center;
    width: 100%;
   height: 130px;
    background-color: #4B4B4B;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}
/* 製品情報 */
.titKikai{
    display: block;
    background-image: url("../img/title_back_kikai.png");
    background-size:cover;
    background-position:center ;
    width: 100%;
   height: 130px;
    background-color: #4B4B4B;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}
/* ir */
.titIr{
    display: block;
    background-image: url(../img/image.jpg);
    background-size:cover;
    background-position:bottom center;
    width: 100%;
   height: 130px;
    background-color: #4B4B4B;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}
/* その他 */

.titEtc{
    display: block;
    background-image: url("../img/title_back_etc.png");
    background-size:cover;
    background-position:center center;
    width: 100%;
   height: 130px;
    background-color: #4B4B4B;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}

.ConEtc{   
   max-width: 100%;
}   
.BackB{
    display: block;
    background-image: url("../img/backB.png");
    background-position:top center;
    background-repeat: repeat-x;
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.BackB h3{
    display: block;
    color: #FFF;
    max-width:960px;
    margin: 0 auto;
}
.BackW{
    display: block;
    background-color: #FFF;
    height: auto;
    max-width:960px;
    margin: 0 auto;
    padding: 0px ;
    border: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
    .BackW{
    padding: 20px ;
}
}
.BackGray{
    display: block;
    background-color: #EFEFEF;
    height: auto;
    max-width:960px;
    margin: 0 auto;
    padding: 20px;
}
.BackW2{
    display: block;
    background-color: #FFF;
    width:100%;
    height: auto;
    padding: 40px;
    margin: 0px;
}
.BackContact{
    display: block;
    background-color: #D5E3FF;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: bold;
}
.BackContact .txtBlue{
    color: #154EC3;
    font-size: 1.6em;
}
.mx760{
    max-width: 760px;
    margin: 0 auto;
}
.mx760 a:hover{
    display: block;
    opacity: 0.5;
}

.pBox{
    font-size: 0.8em;
}

.pBox img{
    border: 1px solid #999;
}
.inlineSp{
    display: block;
}
/* smp */
@media screen and (max-width: 768px) {
.ContentsWrap h1 span.titJp{
    display: inline-block;
    font-size: 0.5em;
    line-height: 1em;
    letter-spacing: 6px;
    color: #FFF;
    position:relative;
    text-align: center;
    font-weight: bold;
    width: 100%;  
    padding-top: 50px;
}
.ContentsWrap  h1 span.titEn{
    display: inline-block;
    font-size: 0.3em;
    line-height: 1em;
    position:relative;
    text-align: center;
    top:-40px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: Oswald;
    color: #FFF;
    width: 100%;    
}    
.inlineSp{
    display: inline;
}
}
.ConCom .contents{
    min-height: 800px;
}
/* –––– Footer –––– */
.gototop a{
    display: block;
    position: relative;
    float: right;
    z-index: 2000;
    border: 1px solid #00489A;
    background-color: #FFF; 
    border-radius: 5px;
    font-size: 0.8em;
    text-align: center;
    padding: 14px;
    font-weight: bold;
    letter-spacing: 2px ;
    top:-30px;
    left:-20px;
    text-decoration: none;
}
.gototop a:hover{
    text-decoration: none;
    transition-duration: 0.5s;
    color: #27963B;
}
footer{
    z-index: 50;
    background-color: #A1A0A0;
    color: #FFF;
    padding-top: 60px;
    font-size: 0.9em;
}
footer ul li {
    list-style: none;
    padding-bottom: 10px;
    font-weight: bold;
}
footer ul li a{
    color: #FFF;
}
ul.footerMenu li::before{
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 3px;
  top: 0.66em;
  margin-right: 8px;
  background: #154EC3;
  vertical-align: top;
}
footer .copyright{
    display: block;
    position: relative;
    text-align: center;
    height: 60px;
    background-color: #154EC3;
}
footer .copyright span{ 
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 0.9em;
    color: #FFF;
}
.footerInner .fntSsp{
font-size:0.9em;
}

@media screen and (max-width: 768px) { 
.gototop a{
    display: inline-block;
    position: relative;
    float: right;
    z-index: 2000;
    border: 1px solid #00489A;
    background-color: #FFF; 
    border-radius: 5px;
    font-size: 0.8em;
    text-align: center;
    padding: 14px;
    font-weight: bold;
    letter-spacing: 2px ;
    top:-10px;
    left:-20px;
    
}
.gototop a:hover{
    text-decoration: none;
    transition-duration: 0.5s;
    color: #27963B;
    border: 1px solid  #27963B;
}
    footer{
        clear: both;
        position: relative;
    }
    
}
    
@media screen and (max-width: 768px) { 
.footerInner container row{
    width: 100%;
        text-align: center;
        clear: both;
    }
footer  ul{
    width: 100%;
    text-align: center;
        }
footer .copyright ul{
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}
footer .copyright span{
    line-height: 2em;
    font-size: 0.7em;
    padding-top: 20px;
}
.txtCsp{
    text-align: center;
}
}


/* common */
.mt10{    margin-top: 10px;}
.mt20{    margin-top: 20px;}
.mt30{    margin-top: 30px;}
.mt40{    margin-top: 40px;}
.mt50{    margin-top: 50px;}
.mt60{    margin-top: 60px;}
.mt70{    margin-top: 70px;}
.mt80{    margin-top: 80px;}
.mb10{    margin-bottom: 10px;}
.mb20{    margin-bottom: 20px;}
.mb30{    margin-bottom: 30px;}
.mb40{    margin-bottom: 40px;}
.mb60{    margin-bottom: 60px;}
.mb70{    margin-bottom: 70px;}
.mb80{    margin-bottom: 80px;}
.mb90{    margin-bottom: 90px;}
.pt20{    padding-top: 20px;}
.pt40{    padding-top: 40px;}
.pt60{    padding-top: 60px;}
.pt80{    padding-top: 80px;}
.pb20{    padding-bottom: 20px;}
.pb40{    padding-bottom: 40px;}
.pb60{    padding-bottom: 60px;}
.pb80{    padding-bottom: 80px;}
.pl10{    padding-left: 10px;}
.pl20{    padding-left: 20px;}
.pl30{    padding-left: 30px;}
.pl40{    padding-left: 40px;}
.txtR{	text-align: right;}
.txtL{	text-align: left;}
.txtC{	text-align: center;}
.txtB{    font-weight: bold;}
.fntL{    font-size: 1.3em;}
.fntS{    font-size:0.8em;}
.fl{    float: left;}
.fr{float:right;}
.boxC{  margin-inline: auto;}

@media screen and (max-width: 480px) { 
.fntL{    font-size: 1.2em;}
.fntM{    font-size: 1.2em;}
.fntS{    font-size: 0.7em;}
.fntSsp{    font-size:0.8em;}
}


@media screen and (min-width: 769px) { 
 .pl76930{
     display: block;
        padding-left: 32px;
    }   
}
/* pannavi */
.pannavi{
	width: 100%;
	height: 36px;
	line-height: 36px;
	word-spacing: 2px;
	margin-top: 0px;
	font-size: 0.9em;
	background-color: #E8EFFF;
	padding-left: 20px;
}
.pannaviInner{
    max-width: 960px;
    margin: 0 auto;
}
.contentsP h3{
    
    font-size: 1.2em;
    letter-spacing: 2px;
    padding-bottom: 8px;
    color:#B29E16;
    font-weight: bold;
    border-bottom: 1px solid #B29E16;
}
.contentsP p{
    padding-top: 8px;
        padding-bottom:8px;
}

.contents960{
    width:100%;
    min-height:600px;
}
/* side menu left */
.container.w960{
	display: flex;
    flex-direction: row-reverse;
}
	.contents{
       margin-left: 40px;
        width:730px;
}
	.sidemenu{ width: 240px;}

@media screen and (max-width: 960px) { 
	.contents{
       margin-left: 40px;
        width:700px;
    }
}
@media screen and (max-width: 768px) {
	
.container.w960{
	display: flex;
    flex-direction: column;
	}
	.contents{
        width:100%;
       margin-left: 20px;}
	.sidemenu{ width: 100%;}
}
/* sitemap */
.sitemap ul li{
    list-style: none;
    margin-bottom: 10px;
}

/* mod_message
-----------------------------------------*/
.mod_message{  
position: fixed;
    display: none;
overflow: hidden;
padding: 1.2em;
max-width:50%;
font-size:13px;
flex-wrap:nowrap;
line-height:1.8em;
z-index:99999;
bottom:0px;
right:0em;
background-color: #FFFFFF;
border: 4px #154EC3 solid;
color: #999;
}
.mod_message p{
display: block;
    box-sizing:border-box;
    margin-bottom: 1em;
    color:#000;
}
.mod_message p a{
    font-weight: bold;
}
.mod_message button{
  margin: 0 auto;
}
button#close{
    float: none;
    display: block;
    min-width:140px;
    border-radius:5px;
    padding: .8em;
    background-color: #154EC3;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}
#modal-overlay{
	position:fixed;
	top:0;
	left:0;
	width:10%;
	height:12%;
}
@media screen and (max-width: 480px) { }
@media screen and (max-width: 960px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 480px) { }
