/* CSS Document */

.sphead{
	display:none;
}
#spmenu{
	display:none;
}

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

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

.backtotop a:hover {
    color: #FFFFFF;
}
body{
	margin-top:170px;
}
header{
	position:fixed;
	top:0;	
	width:100%;
	height:170px;
	z-index:9999;
}

.headinner{
	width:1024px;
	margin:0 auto;
	height:100px;
	padding-top:20px;
	
	background-color:#FFFFFF;	
}
.fihead{
	background-color:#FFFFFF;	
}
.headleft{
	width:35%;
	float:left;
}

.headcenter{
	padding-top:20px;
	width:30%;
	float:right
}

.headcenter p{
	margin:0 0 3px;
	padding:0;
	font-size:14px;
	color:#083066;
}

.headright{
	padding-top:20px;
	display:inline-block;
	float:right;
	bottom:5px;
}

nav{
	position:relative;
	width:1024px;
	height:100%;
	margin:0 auto;
}

#slide-line{
    position: absolute;
    bottom: 5px;
    height: 5px;
    background-color:#083066;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

nav ul{
	letter-spacing: -.4em;
	width: 100%;
	padding:0;
	margin:5px 0 0;
	height:40px;
}

nav ul li {
	overflow: hidden;
    line-height: 1em;
	width:178px;
	height:28px;
	display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
	text-align: center;
	font-size:15px;
	border-right:#000 solid 2px;
	padding-top:12px;
	position:relative;
}

nav ul li span{
	clear:both;
	display:block;
	font-size:0.5em;
}

nav ul li:first-child {
	border-left:#000 solid 2px;
	border-right:#000 solid 2px;
    line-height: 0.8em;
	width:118px;
	height:34px;
	padding-top:6px;
}

nav ul li a {
	display: block;
}

#submenu {
	display:none;
	position: absolute;
    left: 123px;
    top: 45px;
    background: rgba(0,0,0,.7);
    width: 158px;
    padding: 0 10px;
    z-index: 999;
}
#submenu a {
	display:block;
	color:#FFFFFF;
	padding:10px 0;
	margin:0 10px;
}

.under_line{
	border-bottom:#FFFFFF solid 1px;	
}

footer{
	width:100%;
    height: 193px;
    position: absolute;  /* フッターを絶対配置に指定する設定 */
    bottom: 0;           /* フッターを一番下に置くぜ！ */
}

.navarea{
	width:100%;
	height:50px;
	padding-top:2px;
	margin:0;
	background-color:#F2F2F2;	
}

.content{
	width:1024px;
	min-height:500px;
	margin:0 auto;
	padding-top:15px;
	background-color: #FFF;	
    padding-bottom:193px; /* フッターの高さ分、その分空けてあげて */
}

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

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

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

.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:7px 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:first-child {
	border-left:#000 solid 2px;
	border-right:#000 solid 2px;
	width:157px;
	height:100%;
}

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


.footercenter{
	width:1024px;
	height:60px;
	margin:15px auto 8px;
	padding:0 5px;
	background:#FFFFFF;
}

.footerimg{
	width:26%;
	float:left;
}

.footertel{
	padding-top: 19px;
}


.footerimg img{
	width:90%;
}


.footeraddr{
    padding-top: 19px;
    width: 36%;
    float: left;
    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;
}


/*トップ*/

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

.topimg h1 span{
	font-weight:200;

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

.topcontent{
	width:100%;
	padding:0;
	background-color:#F2F2F2;
}
.topcontent p{
    width: 46%;
	margin: 8px 20px 0 0;
    float: right;
}

.topcontent h2{
	background:#FFFFFF;
	padding-top:25px;
	margin:0;
	text-align:center;
	color:#FF0000;
	
}
.topcontent img{
	width:50%;
	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 : 31% ; /* 未対応ブラウザ用フォールバック */
	margin:3px 1%;
	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 20px;
}

.subh1 span img{
	width:170px !important;
	padding-bottom: 5px;
}


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

.pan span{
	padding:0 20px;
}

.bg_glay{
	background:#F2F2F2 !important;
	color:#083066 !important;
}

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

.bus_content p{
	width:48%;
	margin:0 1%;
	float:left;
}

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

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

.bus_content2 p{
    width: 46%;
	margin: 8px 20px 0 0;
    float: right;
}

.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: 15px 15px 0;
    text-align: center;
}


.bus_content2 img{
	width:50%;
	vertical-align:bottom;
	float:left;
}

.btn_area{
	text-align:center;	
}

.bus_main{
	width:50%;
	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:200 !important;
}

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


/* 工場案内*/

.fact_content{
	clear:both;
	overflow:hidden;
	width:1024px;
	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;
	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{
	margin-left:20px;
}

.fac_img img{
	width:495px;	
}

/* 設備一覧 */

.facility_tbl {
	border-collapse: collapse;
	width:100%;
	margin-top:15px;
	font-weight:200;
}
.facility_tbl th, .facility_tbl td {
	border: none;
	padding:5px 20px;
}
.facility_tbl tr:nth-child(2n+1) {
	background: #CCC;
}
.facility_tbl tr:first-child, .facility_tbl th{
	background: #666;
	color:#FFF;
	font-weight:200;
}
.facility_tbl tr:hover {
	background: #D0E7FD;
}
.pcnone{
	display:none;
}

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

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

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

.products_img img{
	width:324px;
}

.pimg_c, .pimg_r{
	margin-left:20px;
}

.pvideo{
    width: 324px;
    height: 200px;
    margin-left: 20px;
    overflow: hidden;
    display: inline-block;
    background: #006666;
}

.pvideo iframe{
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.sclProduct{
	cursor:pointer;
}
/* 採用情報 */
.recruit_content{
	clear:both;
	overflow:hidden;
	width:1024px;
	padding:0;
	margin:35px 0 50px;
}

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

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

.twocolum_tbl th{
	background: #F2F2F2;
	color:#083066;
	padding:20px;
}
.twocolum_tbl td{
	padding:10px 20px;
}
.twocolum_tbl th, .twocolum_tbl td {
	border: none;
	border-bottom:#000 solid 2px;
	vertical-align:top;

}

.twocolum_tbl p{
	margin:10px 0;
}

.contact_info{
	text-align:center;
}
.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:1024px;
	padding:0;
	text-align:center;
}

.idea_content img{
	clear:both;
	overflow:hidden;
	padding:100px 0;
	text-align:center;
}

.idea_content h2{
	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:30px;
}
.company_img img{
	width:49.5%;
}

.company_img img:last-child{
	float:right;
}


/* 問合わせ */

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

.privacy_content{
	clear:both;
	overflow:hidden;
	width:1024px;
	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:200;
    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:200;
}

.form_tbl th{
	background-color:#F2F2F2;
	color:#083066;
	width:200px;
	padding:15px 40px 15px 0;
}
.form_tbl td{
	padding:15px;
}
.form_tbl th, .form_tbl td {
	border: none;
	border-bottom:#000 solid 2px;
	vertical-align:top;

}

.form_tbl input{
	width:90%;
	border: #CCC solid 1px;
	font-size:18px;
}

.form_tbl textarea{
	width:90%;
	height:100px;
	border:#CCC solid 1px;
	font-size:18px;
}

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

.submit_area{
	text-align:center;
	margin:40px 40px 65px;
}

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


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


/* 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: 30px -5px 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;
}

@media (min-width: 576px){
	.col1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
		max-width: 46%;
	}
	.col2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
		max-width: 46%;
	}
}

a.anchor{
    padding-top: 200px;
    margin-top: -200px;
}

.under {
	text-decoration: underline;
  }
