/* CSS Document */
.headinner{
	display:none;	
}
.navarea{
	display:none;	
}

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 20px;
	width:50px;
    z-index: 9000;
    display: none;
}    

.backtotop img{
	width:100%;
}

.backtotop a {
    display: block;
    color: #777777;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.backtotop a:hover {
    color: #FFFFFF;
}

body{
	margin-top:50px;
}
header{
	position:fixed;
	z-index:9999;
	top:0;	
	width:100%;
	height:50px;
	background:#FFF;
}

.sphead_l{
	width:30%;
	float:left;	
}

.sphead_r{
	width:60%;
	height:50px;
	float:right;
}

.sphead_r img{
	height:90%;
}

#spmenu{
	float:left;
}

#spmenu {
    position: fixed; /*bodyに対しての絶対位置*/
    left:-500px;
    top: 50px; /*通常時はビュー外*/
    background:rgba(0,0,0,.7);
    width:50%;
    padding:0 10px;
	transition: all .4s;
	z-index:999;
}
#spmenu ul {margin:0; padding:0;}
#spmenu ul li {
    display:block;
    margin:0;
    border-bottom:dotted 1px #fff;
    line-height:3;
	color:#361018;

}
#spmenu ul li span{
	
}
#spmenu ul li a {display:block; color:#FFFFFF;}
#spmenu ul li::after {content:''}
#spmenu ul li:last-child {border-bottom:none}
 
.opengbm{
	left: 0 !important;
}


.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 30px;
	height: 25px;
	float:left;
    margin-top: 13px;
    margin-left: 12px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.footertop{
	overflow:hidden;
	width:100%;
	background-color:#F2F2F2;	
}

.footertop ul{
	text-align:left;
	width: 100%;
	padding:0;
	margin:10px auto;
}

.footertop ul li {
	overflow: hidden;
    line-height: 1em;
	width:100%;
	display: block;
	text-align: center;
	font-size:14px;
	border-bottom:#000 solid 0.3px;
}

.footertop ul li span{
	text-align:left;
	margin-left:15px;
	margin-bottom:5px;
	font-size:12px;
	display:block;
}

.footertop ul li p{
	position: relative;
	margin:10px 0;
	padding:0;
}

.footertop ul li p::before { 
	position: absolute;
	top:0;
	left:8px;
	content: "";
	width:13px;
	height:13px;
	background:#083066;
	color: #083066;
}

.footertop ul li p a{
	margin-left:25px;
}

.footercenter{
	width:100%;
	margin:15px 0 8px;
	background:#FFFFFF;
}

.footerimg{
	width:100%;
	text-align:center;
}

.footertel{
	padding-top: 19px;
}


.footerimg img{
	width:90%;
	max-width:260px;
}

.footeraddr{
    padding-top: 19px;
    width: 100%;
	text-align:center;
    color: #083066;
}

.footeraddr span{
	font-size: 0.9em;
    line-height: 1.1;
    display: block;
}

.footerunder{
	width:100%;
	background-color:#F2F2F2;	
	height:20px;
	font-size:13px;
	text-align:center;
}

.content{
	width:100%;
	overflow:hidden;
	min-height:500px;
	margin:0 auto;
	background-color: #FFF;	
}


/*トップ*/

.topimg{
	margin:0;
	padding:0;
	width:100%;
	margin:0 auto;
}
.topimg h1{
	padding:4px 0 0;
	margin:0;
	font-size:18px;
	text-align:center;
	background:#083066;
	border-bottom:#FF0000 solid 4px;
	color:#FFFFFF;
}

.topimg h1 span{
	font-weight:100;

}
.topimg img{
	width:100%;
	vertical-align:bottom;
}

.topcontent{
	overflow:hidden;
	width:100%;
	padding:0;
	background-color:#F2F2F2;
}
.topcontent p{
	padding: 8px 20px;
}

.topcontent h2{
	background:#FFFFFF;
	padding-top:25px;
	font-size:16px;
	margin:0;
	text-align:center;
	color:#FF0000;
	
}
.topcontent img{
	width:100%;
	vertical-align:bottom;
}

.topcontent2{
	overflow:hidden;
	margin-top: 70px;	
}

.topcontent2 ul{
	text-align:left;
	width: 1024px;
	padding:0;
	margin:10px auto;
}

.topcontent2 div {
	overflow: hidden;
    line-height: 1em;
	width : 46% ; /* 未対応ブラウザ用フォールバック */
	margin:3px 2%;
	float:left;
	text-align: left;
	font-size:14px;
	border-bottom:#083066 solid 4px;
}

.topcontent2 div:hover{
	border-bottom:#FF0000 solid 4px;
}

.topcontent2 div a{
	background:#083066;
}
.topcontent2 div img{
	width:100%;
}
.sec_a{
	display:block;
	color:#FFF;
	padding: 8px 18px 4px;
}

.sec_a span{
	float:right;
	font-weight:bold;
}

.sec_a:link{
	color:#FFF;
}.sec_a:visited{
	color:#FFF;
}.sec_a:hover{
	color:#FFF;
}.sec_a:link{
	color:#FFF;
}


/* サブページ*/
.subh1{
	border-bottom: none !important;
}
.subh1 span{
	font-size:14px;
	padding:0 0 0 2px;
}

.subh1 span img{
	width:100px !important;
	padding-bottom: 1px;
}


.pan{
	background:#FFFFFF;
	width:100%;
	margin:0 auto;
	padding:4px 0;
}

.pan span{
	padding:0 20px;
}


/* 事業案内*/
.bus_content{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;	
}

.bus_content p{
	width:90%;
	margin:0 5%;
	float:left;
}

.bus_content img{
	width:100%;
	float:right	
}

.bus_content2{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	background-color:#F2F2F2;
	margin:20px 0;
}

.bus_content2 h2{
	padding:4px 0 0;
	letter-spacing: 2px;
	margin:0;
	text-align:center;
	background:#083066;
	border-bottom:#FF0000 solid 4px;
	color:#FFFFFF;
}

.bus_content2 h3{
	color:#FF0000;
	margin: 10px 15px 0;
    text-align: center;
}
.bus_content2 img{
	width:100%;
	vertical-align:bottom;
	float:left;
}

.btn_area{
	text-align:center;	
}

.bus_main{
	width:100%;
	float:left;
}

.bus_main ul{
}
.bus_main li{
	list-style-type: none;
}
.bus_main_li{
	font-weight:bold;
	margin-bottom:10px;
}

.bus_main_li:before { 
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 100%;
	background: #083066;
	position: relative;
	left: -5px;
	top: 1px;
}

.bus_sub li{
	list-style-type: disc;
	font-weight:100 !important;
}

.bus_sub ul li:before { 
	content: '';
}


/* 工場案内*/

.fact_content{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:35px 0;
}

.fact_content p, .fact_top_p{
    width: 94%;
	margin: 30px 3%;
}

.fact_content h2{
	padding:4px 0 0;
	letter-spacing: 2px;
	font-size:16px;
	margin:0;
	text-align:center;
	background:#083066;
	border-bottom:#FF0000 solid 4px;
	color:#FFFFFF;
	
}
.bus_content2 img{
}

.access_addr{
	text-align:center;
	font-weight:bold;
	margin:20px auto;
}

.access_addr span{
	display:block;
}

.fac_img img{
	width:100%;
	
}

/* 設備一覧 */

.facility_tbl {
	border-collapse: collapse;
	width:100%;
	margin-top:15px;
	font-weight:100;
}
.facility_tbl tr:nth-child(2n+1) {
	background: #CCC;
}
.facility_tbl tr:first-child, .facility_tbl th{
	display:none;
}
.facility_tbl td:first-child{
	display: list-item;
	list-style:none;
	font-weight:bold;
	width:98%;
	margin-left:2%;
	padding-top:5px;	
}
.facility_tbl td{
	display: list-item;
	list-style:none;
	width:97%;
	margin-left:3%;
	
}
.facility_tbl tr:hover {
	background: #D0E7FD;
}

/* 製品紹介 */
.products_h2{
	border-bottom:#083066 solid 4px;	
	padding: 0 30px;
    margin: 0;
}

.products_content{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:35px 0;
}

.products_content h2{
	padding:4px 0 0;
	letter-spacing: 2px;
	font-size:16px;
	margin:0;
	text-align:center;
	background:#083066;
	border-bottom:#FF0000 solid 4px;
	color:#FFFFFF;
	
}
.products_content p{
	margin:0 2%;
}
.products_content .products_catalog{
	float:right;
	text-align:right;
}
.products_img{
	margin-top:5px;
}

.products_img img{
	width:100%;
}

.pimg_c, .pimg_r{
}

.pvideo{
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.pvideo iframe{
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.sclProduct{
	cursor:pointer;
}

/* 採用情報 */
.recruit_content{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:35px 0 50px;
}

.recruit_content h2{
	padding:4px 0 0;
	letter-spacing: 2px;
	font-size:16px;
	margin:0;
	text-align:center;
	background:#083066;
	border-bottom:#FF0000 solid 4px;
	color:#FFFFFF;
	
}

.twocolum_tbl {
	border-collapse: collapse;
	width:100%;
	font-weight:100;
}
.twocolum_tbl th, .twocolum_tbl td {
	border: none;
	vertical-align:top;

}

.twocolum_tbl th{
	background: #F2F2F2;
	color:#083066;
	display:block;
	width:98%;
	padding-left:2%;
}
.twocolum_tbl td{
	padding:10px 4%;
	display:block;
	width:92%;
	border-bottom:#000 solid 2px;
}

.twocolum_tbl p{
	margin:10px 0;
}

.contact_info{
	text-align:center;
}

.contact_info img{
	width:75%;
	max-width: 446px;
}
.contact_info p{
	text-align:center;
}

.contact_info h3{
	color:#F00;
	font-size:22px;
}

.contact_info h4{
	color:#083066;
	font-size:22px;
	margin-bottom: 3px;
}

/* 会社概要 */
.idea_content{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	text-align:center;
}

.idea_content img{
	clear:both;
	overflow:hidden;
	padding:30px 0 5px;
	text-align:center;
	width:90%;
	max-width:634px;
}

.idea_content h2{
	font-size:16px;
	padding:4px 0 0;
	letter-spacing: 2px;
	margin:0;
	text-align:center;
	background:#083066;
	border-bottom:#FF0000 solid 4px;
	color:#FFFFFF;
	
}

.company_img{
	margin-top:20px;
}

.company_img img{
	width:100%;
	
}

/* 問合わせ */

.contact_form h2{
	color:#083066;
	font-size:16px;
	text-align:center;
	margin-top:50px;
	margin-bottom: 3px;
	border-bottom:#000 solid 2px;
}

.privacy_content{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:35px 0 60px;
	text-align:center;
}

.privacy_content p{
    width: 94%;
	margin: 10px 3%;
	text-align:center;
}

.privacy_content h3{
	font-weight:100;
    width: 94%;
	margin: 30px 3% 2px;
}


.privacy_content h2{
	padding:4px 0 0;
	letter-spacing: 2px;
	margin:0;
	text-align:center;
	background:#083066;
	border-bottom:#FF0000 solid 4px;
	color:#FFFFFF;
	
}

.form_tbl {
	border-collapse: collapse;
	width:100%;
	font-weight:100;
}

.form_tbl th, .form_tbl td {
	border: none;
	vertical-align:top;
}
.form_tbl th{
	background-color:#F2F2F2;
	color:#083066;
	display:block;
	width:75%;
	padding-right:24%;
	padding-left:1%;
	text-align:left;
	font-size:10px;
}
.form_tbl td{
	padding:0;
	display:block;
	width:100%;
	border-bottom:#000 solid 2px;
}

.form_tbl input{
	width:100%;
	border:none;
	font-size:18px;
}

.form_tbl textarea{
	width:100%;
	height:100px;
	border:none;
	font-size:18px;
}

.req_td{
	background-image: url("/img/requere.jpg");
	background-repeat: no-repeat;
	background-position : left 80px top 2px;
}

.submit_area{
	text-align:center;
	width:90%;
	margin:40px 5% 65px;
}

.submit_area a{
	width:40%;
	padding:5px 50px;
	background:#083066;
	color:#FFFFFF;
}


.msg_error{
	color:#FF0000;
	font-weight:bold;	
}
.err{
	display:block;
	color:#FF0000;	
}
.inputerr{
	background: #FCC;
}

/* youtube動画 */
.movie {
	position: relative;
    padding-top: 56.25%;
    width: 100%;
}
 
.movie iframe {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.center-block {
	margin: 0 auto;
	text-align: center;
}

.center-block img {
	width: 100%;
}

.col-area {
	margin: 0px -15px 70px 10px;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col1, .col2{
    position: relative;
    width: 100%;
    padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
}

.col-area {
	margin: 0px auto;
	padding: 16px;
}

@media (max-width: 576px){
	.col-area {
		padding: 6px;
		margin: 0px 0px 70px 0px;
	}
	.sphead_r{
		width:70%;
	}
}