@charset "UTF-8";
/* CSS Document */


/*---------------------------------
main-images
---------------------------------*/
.quality_wid{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 235px;
}

.quality_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_quality.jpg") no-repeat center;
    background-size: cover;
}
.quality_main_img{
    width: 473px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_quality_text.png") no-repeat;
}


/* inspection */
.inspection_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_inspection.jpg") no-repeat center;
    background-size: cover;
}
.inspection_main_img{
    width: 473px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_inspection_text.png") no-repeat;
}


/* factory */
.factory_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_factory.jpg") no-repeat center;
    background-size: cover;
}
.factory_main_img{
    width: 473px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_factory_text.png") no-repeat;
}


/* equipment */
.equipment_main_images{
    width: 100%;
    min-width: 1100px;
    height: 235px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../img/main_equipment.jpg") no-repeat center;
    background-size: cover;
}
.equipment_main_img{
    width: 473px;
    height: 111px;
    position: absolute;
    top: 91px;
    left: 0;
    background: url("../img/main_img_equipment_text.png") no-repeat;
}

/*---------------------------------
下層ページ アコーディオンナビ
---------------------------------*/
#dropmenu>li.gnav_current_quality>a span{
    background: #184099;
    padding: 6px 29px;
    color: #fff;
    border-radius: 5px;
}
#dropmenu>li>ul#quality_nav{
    display: none;
}
/*
#dropmenu_ac>li>ul#quality_ac_nav{
    display: none;
}
*/
.quality, .active_nav_quality{
    display: block;
}
/*
.home, .active_nav_home{
    display: none !important;
}
*/
.service, .active_nav_service, .gnav_current_service,
.propose, .active_nav_propose, .gnav_current_propose,
.company, .active_nav_company, .gnav_current_company,
.blog, .active_nav_blog, .gnav_current_blog{
    display: none;
}

.quality_container{
    background: #fff;
    width: 100%;
    min-width: 1100px;
    margin: 48px auto 0;
}
.ac_nav{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.ac_nav ul.ac_tongari:after{
    content: "▲";
    position: absolute;
    top: -20px;
    left: 446px;
    color: #fff;
    font-size: 36px;
}
.ac_nav ul.ac_tongari.hide_sankaku:after{
    content: "";
}
.ac_nav ul{
    width: 1000px;
    margin: 0 auto -48px;
}
.ac_nav ul li{
    display: inline-block;
    width: 18%;
    text-align: center;
    padding: 12px 0 11px;
    margin: 6px 0 0 10px;
    border-bottom: 4px solid #afafaf;
    -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
}
.ac_nav ul li.nav_current{
    border-bottom: 4px solid #184099;
}
.ac_nav ul li:hover{
    border-bottom: 4px solid #184099;
}
.ac_nav ul li a{
    font-size: 15px;
    font-weight: bold;
    color: #5e5e5e;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.ac_nav ul li.nav_current a{
    font-size: 15px;
    font-weight: bold;
    color: #184098;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.ac_nav ul li a:hover{
    color: #184098;
}
#tonngari img{
    position: relative;
    top: -17px;
    left: 16.8%;
}

/*  スクロール時に表示されるac_nav  */
.active_nav_quality{
    width: 100%;
    min-width: 700px;
    height: 49px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 10px;
}
.active_nav_quality > ul.active_nav_quality_tongari:after{
    content: "▲";
    position: relative;
    top: -25px;
    left: -382px;
    color: #fff;
    font-size: 36px;
}
.active_nav_quality > ul.active_nav_quality_tongari.active_hide_sankaku:after{
    content: "";
}
.active_nav_quality > ul{
    width: 1000px;
    margin: 0 auto;
}
.active_nav_quality > ul > li{
    display: inline-block;
    width: 18.8%;
    text-align: center;
    padding: 12px 0 11px;
    margin: 5px 0 0 10px;
    border-bottom: 4px solid #afafaf;
    -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
}
.active_nav_quality > ul > li.active_nav_current{
    border-bottom: 4px solid #184099;
}
.active_nav_quality > ul > li:hover{
    border-bottom: 4px solid #184099;
}
.active_nav_quality > ul > li > a{
    font-size: 15px;
    font-weight: bold;
    color: #5e5e5e;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.active_nav_quality > ul > li.active_nav_current > a{
    font-size: 15px;
    font-weight: bold;
    color: #184098;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
    margin: -15px 0;
}
.active_nav_quality > ul > li > a:hover{
    color: #184098;
}
.ac_gnav_cur_quality > a > span{
    background: #184099;
    padding: 6px 12px;
    color: #fff;
    border-radius: 5px;
}


/*---------------------------------
下層ページ article
---------------------------------*/

.page_section{
    width: 1000px;
    margin: 50px auto;
}
.page_title{
    display: inline-block;
/*    width: 735px;*/
    font-size: 38px;
    font-weight: 100;
    font-family: "Noto Sans CJK JP";
    color: #11559e;
    padding: 0 0 15px;
    margin: 0 0 35px;
    border-bottom: 4px solid #ffe231;
}
.page_title_text{
    color: #184098;
    line-height: 1.8;
    font-size: 19px;
    font-family: "Noto Sans CJK JP";
}
.container{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Noto Sans CJK JP";
}
.coner01_left{
    float: left;
    width: 490px;
    overflow: hidden;
}
.coner01_left p, .coner02_right p, .coner03_left p{
    line-height: 1.8;
    margin: 0 0 40px;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: #444;
}
.coner01_right{
    float: right;
    width: 465px;
    margin: 0 0 50px;
}
.coner02_left{
    float: left;
    width: 465px;
}
.coner02_right{
    float: right;
    width: 490px;
    overflow: hidden;
}
.coner03_left{
    float: left;
    width: 490px;
    overflow: hidden;
    margin: 50px 0 0;
}
.coner03_right{
    float: right;
    width: 465px;
    margin: 50px 0 0;
}
.coner04{
    width: 1000px;
    margin: 0 auto;
}
.coner04 p{
    line-height: 1.8;
    margin: 0 0 40px;
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
    color: #444;
}
.conner_img{
    margin: 65px auto 35px;
}
.page_ft_section{
    width: 1000px;
    margin: 20px auto 70px;
}
.page_ft_text01 span{
    font-size: 30px;
    font-weight: 100;
    font-family: "Noto Sans CJK JP";
    color: #11559e;
    padding: 0 0 5px;
    border-bottom: 2px solid #ffe231;
    line-height: 2.3;
}
.page_ft_text02{
    line-height: 1.8;
    margin: 45px 0 0;
    font-size: 17px;
    font-family: "Noto Sans CJK JP";
    color: #444;
}

/*---------------------------------
footer_bread
---------------------------------*/
.ft_bread{
    width: 1000px;
    height: 124px;
    margin: 50px auto 0;
    padding: 20px 30px 0;
    background: #eff3f6;
}
.ft_bread_title{
    position: relative;
    bottom: 30px;
    display: inline-block;
    color: #184098;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
    padding: 0 0 10px;
    border-bottom: 2px solid #184098;
}
.ft_bread ul{
    letter-spacing: -0.4em;
}
.ft_bread ul li{
    display: inline-block;
    letter-spacing: 0em;
    margin: 0 25px 0 0;
    width: 157px;
    border: 1px solid #9fadd4;
    font-size: 15px;
    position: relative;
    z-index: 2;
    outline: none;
    overflow: hidden;
    background: #fff;
}
.ft_bread ul li a{
    display: block;
    color: #184098;
    font-weight: bold;
    padding: 15px 0px 15px 30px;
    font-size: 16px;
}
.ft_bread ul li:hover{
    border: 1px solid #184098;
}
.ft_bread ul li a:hover{
    color: #fff;
}
.ft_bread ul li a span:before{
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 16px;
    top: 14px;
/*    color: #136ea7;*/
}
.ft_bread ul li:before,
.ft_bread ul li:after{
    position: absolute;
	  z-index: -1;
	  display: block;
	  content: '';
    top: 0;
    left: -100%;
	  width: 100%;
	  height: 100%;
	  background: #184098;
}
.ft_bread ul li,
.ft_bread ul li:before,
.ft_bread ul li:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ft_bread ul li:hover:before,
.ft_bread ul li:hover:after{
    left: 0;
}

.ft_bread ul li.ft_br_current{
    background: #184098;
    border: 1px solid #184098;
}
.ft_bread ul li.ft_br_current a{
    color: #fff;
}
.ft_bread ul li.ft_br_current a span:before {
    margin: 0 0 0 -8px;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 25px;
    top: 13px;
    color: #fff;
    font-size: 17px;
}

/*---------------------------------
下層ページ footer contact
---------------------------------*/
.contact_bg{
    width: 100%;
    min-width: 1100px;
    background: #eff3f5;
    margin: 110px 0 0;
    padding: 1px 0 0;
}
.other_page_ft{
    width: 1100px;
    margin: 0 auto;
    background: #eff3f5;
}




/*---------------------------------
コンテンツ
---------------------------------*/
.page_section > ul{
    margin: 0 0 30px;
    font-family: "Noto Sans CJK JP";
}
.page_section > ul > li{
    line-height: 1.8;
    font-size: 21px;
}
.page_section > ul > li span{
    color: #184098;
}
.page_section > ul > li span:before{
    content: "◎";
    margin: 0 3px 0 0;
}
.page_section .quality_product_text01{
    font-size: 17px;
    font-family: "Noto Sans CJK JP";
    color: #444;
    line-height: 1.6;
    margin: 0 0 20px;
}
.page_section .quality_product_text02{
    color: #184098;
    letter-spacing: 1px;
    font-family: "Noto Sans CJK JP";
}

.production{
    font-size: 22px;
    font-family: "Noto Sans CJK JP";
    color: #184098;
    padding: 15px 0;
    margin: 0 0 40px;
    letter-spacing: 2px;
    border-top: 2px solid #184098;
    border-bottom: 2px solid #d9d9d9;
}
.production_contents03{
    overflow: hidden;
    margin: 0 0 40px;
    padding: 0 0 30px;
    border-bottom: 2px solid #eee;
}
.production_contents03:last-child{
    border-bottom: 0;
}
.production_category{
    color: #184098;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 25px;
    font-family: "Noto Sans CJK JP";
}
.production_img{
    float: left;
    width: 330px;
    height: 230px;
}
.production_img img{
    width: 330px;
    height: 230px;
}
.production_text{
    float: right;
    width: 630px;
    overflow: hidden;
    font-family: "Noto Sans CJK JP";
}
.production_text p{
    line-height: 1.7;
    font-size: 16px;
    color: #565656;
}
.production_text p.production_text_title{
    color: #184098;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 17px;
}

.production_contents03 .quality_think{
    width: 1100px;
    margin: 0 auto;
}
.production_contents03 .quality_think .quality_think_title{
    color: #184098;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 17px;
}
.production_contents03 .quality_think p{
    color: #565656;
    font-size: 16px;
    line-height: 1.7;
    }

/*---------------------------------
inspectionページ
---------------------------------*/
.production_text p.production_text_tilte{
    color: #184098;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 17px;
}


/*---------------------------------
factoryページ
---------------------------------*/




/*---------------------------------
equipmentページ
---------------------------------*/
.equipment_list{
    width: 1000px;
    border: 1px solid #dcdcdc;
}
.equipment_list tr:nth-child(2n+1){
    background: #f0f9fd;
}
.equipment_list th{
    color: #fff;
    background: #4267a9;
    text-align: center;
    border: 1px solid #dcdcdc;
    padding: 10px 0;
}
.equipment_list th.process{
    width: 315px;
}
.equipment_list th.images{
    width: 117px;
}
.equipment_list th.device{
    width: 288px;
}
.equipment_list th.size{
    width: 175px;
}
.equipment_list th.number{
    width: 90px;
}
.equipment_list td{
    padding: 40px 0 40px 40px;
    border: 1px solid #dcdcdc;
    color: #4267a9;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}
.equipment_list td.contents_img{
    padding: 15px 0 15px 23px;
}
.equipment_list td.contents_img img{
    width: 73px;
    height: 76px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #4267a9;
}

/*ポップアップ*/
.equipment_list td.contents_img .modal-content img{
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    border: 1px solid;
}
.modal-overlay {
    z-index:2; /*デモではheader,footerをz-index:1にしたので それより上げています*/
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(0,0,0,.5)} /*これは好きな色・透明度で*/
a.modal-open:hover {cursor:pointer} /*カーソルをポインタに*/
.modal-content {
    position:fixed;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    z-index:3; /*オーバーレイより上に*/
    margin:10px;
    padding:15px;
    border-radius:5px;
    background:#fff;
}
.modal-content img {width:100%;}
.modal-content h1 {font-size:120%; margin-bottom:0.5em}
.modal-content p {max-width:565px; text-align:left}
a.modal-close { /*クローズボタンは何でも好きなスタイルでOK*/
    position:absolute;
    top:4px;
    right:10px;
    color:#4267a9;
    font-size:35px;
    line-height:1;
    font-weight:bold;
    text-decoration:none}
a.modal-close:hover {cursor:pointer} /*カーソルをポインタに*/
