/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea { font-size: 100%;}

a, ins {
  text-decoration: none;
  color:#333;
}

address, em, cite, dfn, var { font-style: normal;}
input, textarea { font-family: sans-serif; font-weight: normal;}
img { vertical-align: middle;}
a img { border: none;}

html,body{
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	color:#333333;
	letter-spacing:1px;
	background-color:#f5f5f5;
	font-size: 14px;
	font-family:‘ヒラギノ角ゴ ProN W3’, ‘Hiragino Kaku Gothic ProN’, ‘メイリオ’, ‘Meiryo’, ‘ＭＳ Ｐゴシック’, ‘MS PGothic’, 'Noto Sans', sans-serif;
	
}

h2,h3,h4,h5,img{
	padding:0px;
	margin:0px;
	font-size:10px;
	text-decoration:none;
	font-weight : normal;
}

h1{
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight : normal;
	padding-top:5px;
	line-height:12px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}
body {
	width:100%;
	min-width:1200px;
}
#wrap {
	width:100%;
	min-width:1200px;
}
/*----header----*/

#header {
	position:relative;
	width:100%;
	height:80px;
	background-color:#fff;
	border-bottom:5px solid #0095CB;
}
#header_inner {
	width:1200px;
	height:80px;
	margin:0 auto;
}
#header h1 {
	float:left;
	position:relative;
	height:75px;
}
#header h1 img {
	position:absolute;
	top:0;
	bottom:0;
	left:30px;
	margin:auto 0;
}
#header h1 img:hover { opacity:0.7;}
#header nav { float:right;}
#header nav ul li {
	float:left;
	list-style:none;
	border-left:solid 1px #666;
}
#header nav li a { display:block;}
#header nav li a:hover { opacity:0.7;}
#mainVisual {
	top:0;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#mainVisual img {
	width:100%;
	margin:0 auto;
}
#top h2.message {
	position:relative;
	width:100%;
	height:260px; 
	background:url(../images/message_bg.jpg) center center;
	text-align:center;
}
#top .message img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.wrap { width:100%;}

/*----item----*/

.item:nth-child(1) { background:url(../images/service_bg.jpg) no-repeat center;}
.item:nth-child(2) { background:url(../images/machine_bg.jpg) no-repeat center;}
.item:nth-child(3) { background:url(../images/company_bg.jpg) no-repeat center;}
.item { position:relative; height:500px; width:100%; text-align:center; background-size:cover;}
.item_title img {
	position:absolute;
	top:130px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.item a {
	position: absolute;
	display: block;
	bottom: 80px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 210px;
	line-height: 40px;
	color: #0095cb;
	background-color: #FFF;
	opacity: 0.65;
	transition: 0.1s;
}
.item a:hover { opacity: 1; transition: 0.1s;}

/*----product----*/
.product {
	position:relative;
	height: 410px;
	width: 100%;
	padding-top: 50px; 
	background: url(../images/product_bg.jpg) no-repeat center;
}
.product .w1200 {
	width:1200px;
	margin: 0 auto;
}
.product_title { margin-bottom: 15px;}
.product h3 {
	display: block;
	float: left;
}
.product_title a {
	float: right;
	width: 190px;
	heigh: 40px;
	line-height: 40px;
	text-align:center;
	color: #0095cb;
	background-color: #FFF;
	opacity: 0.9;
	transition: 0.1s;
}
.product a:hover { opacity: 1; transition: 0.1s;
}
.product .gallery01 img {
	margin: 0 7px 7px 0;
}
.product .gallery01 img:nth-child(4n) {
	margin: 0 0 7px 0;
}

/*----companyinfo----*/
#company_info {
	height:360px;
	width:1200px;
	margin:40px auto 40px;
}
.info_box {
	float:left;
	height:360px;
	width:400px;
}
.info_box .info_text dl {
	height:180px;
	padding:30px 0 0 30px;
}
.info_box .info_text dl dt {
	margin-top:5px;
	float:left;
	font-size:20px;
	line-height:24px;
}
.info_box .info_text dl dt small {
	font-size:14px;
}

.info_box .info_text dl dd {
	margin-left:150px;
	font-size:14px;
	line-height:26px;
}
.bgff {background-color:#FFF;}
.bg01 {background-color:#EDEDED;}
.bg02 {background-color:#D9D9D9;}
.bg03 {background-color:#51B2D3;}
.bg04 {background-color:#99DAF0;}

/*----info_rec_con----*/
.info_rec_con {
	width:1200px;
	height:190px;
	margin: 0 auto;
	padding: 20px 15px 20px 30px;
	background-color: #FFF;
	overflow-y:scroll;
}
.info_rec_con .infomation {
	float:left;
	width:750px;
	border-right:solid 1px #E6E6E6;
}
.info_rec_con .infomation p {
	color:#0095cb;
}
.info_rec_con .infomation dl dt,
.info_rec_con .infomation dl dd {
	float:left;
	margin-bottom:10px;
}


.info_rec_con .infomation dl dd  a{
	color:#0088FF;
	font-weight : bold;
}

.info_rec_con .infomation dl dd {
	margin-left:20px
}
.info_rec_con .rec_con {
	float:right;
	width:385px;
}

/*----footer----*/
#footer {
	margin-top:40px;
	width:100%;
	padding:5px 0;
	text-align:center;
}
#footer_navi {
	height:50px;
	padding-top:20px;
	/*background:url(../images/footer_bg.jpg) no-repeat center;*/
}
#footer_navi ul {
	width:910px;
	margin:0 auto;
}
#footer_navi ul li {
	float:left;
	width:130px;
	font-size:13px;
	text-align:center;
	list-style:none;
	border-left:solid 1px #6b6b6b;
}
#footer_navi ul li:first-child {
	border-left:none;
}
#footer_navi ul li a {
	color:#6b6b6b;
}
#footer #copy{
	width:1200px;
	margin:0 auto;
	text-align:center;
}
#footer #copy small {
	font-size:12px;
	color:#6b6b6b;
}

/*----topimage----*/
#topimage { height:320px; width: 100%; margin-bottom: 40px; background-size: cover;}

#product #topimage { background:url(../product/images/top_image.jpg) no-repeat center}

#company #topimage { background:url(../company/images/top_image.jpg) no-repeat center}

#service #topimage { background:url(../service/images/top_image.jpg) no-repeat center}

#machine #topimage { background:url(../machine/images/top_image.jpg) no-repeat center}

#recruit #topimage { background:url(../recruit/images/top_image.jpg) no-repeat center}

#contact #topimage { background:url(../contact/images/top_image.jpg) no-repeat center}

/*----select----*/
.select, .select2 {
	width:960px;
	margin:0 auto 40px;
	border-top: solid 3px #0095CB;
}
.select li {
	float: left;
	list-style: none;
	width: 33.33%;
	text-align: center;
	border-right:solid 1px #0095cb;
}
.select2 li {
	float: left;
	list-style: none;
	width: 50%;
	text-align: center;
	border-right:solid 1px #0095cb;
}
.select li:last-child, .select2 li:last-child { border-right:none;}
.select li:nth-child(3n) { border-right:none;}
.select li a, .select2 li a {
	display:block;
	width:100%;
	height:45px;
	font-size:16px;
	line-height: 45px;
	color: #0095cb;
	background-color: #FFF;
}
.select li a:hover, .select2 li a:hover {
	color: #FFF;
	background-color: #0095cb;
}


/*----contents----*/
.contents {
	width:960px;
	margin: 0 auto 40px;
	padding:30px 30px 40px;
	border-top: solid 3px #0095CB;
	background-color: #FFF;
}
.contents h4 {
	text-align: left;
	font-size:24px;
	margin-bottom:30px;
}
.contents h5 {
	text-align: left;
	font-size:18px;
	line-height: 30px;
	padding-top:30px;
	margin-bottom:30px;
	color: #6b6b6b;
	border-top:dashed 1px #6b6b6b;
}
.contents p { line-height:28px;}
.contents .table01 {
	border-top: solid 1px #6b6b6b;
	border-right: solid 1px #6b6b6b;
	border-left: solid 1px #6b6b6b;
}
.contents .table01 tbody {
	margin:0;
	text-align:left;
	line-height: 24px
}
.contents .table01 th {
	width:175px;
	padding:15px 0 15px 30px;
	font-weight:normal;
	background-color:#e1e1e1;
}
.contents .table01 td {
	width:725px;
	padding:15px 0 15px 30px;
}
.contents .table01 th,
.contents .table01 td {
	border-bottom: solid 1px #6b6b6b;
}


/*----product----*/
.gallery img {
	margin: 0 9px 15px 0;
}
.gallery img:nth-child(3n) {
	margin: 0 0 15px 0;
}
/*----recruit----*/
.box {
	padding:35px 0;
	border-top:dashed 1px #6b6b6b;
}
.box:last-child { border-bottom:dashed 1px #6b6b6b}
.box .imagebox {
	float:left;
	width: 290px;
	text-align: center;
}
.box .imagebox p {
	padding:10px 0;
	font-size: 20px;
}
.box .textbox {
	float:right;
	width: 610px;
	padding: 10px 0 0 70px;
	border-left: solid 1px #6b6b6b;
}
/*dl dt {
	font-size: 15px;
	font-weight: bold;
}
dl dd {
	font-size: 14px;
}
*/
dl dt {
	font-size: 16px;
	margin-bottom:10px;
	font-weight: bold;
}
dl dd {
	line-height:22px;
}

/*----company----*/
.li_box {
	float:left;
	width: 290px;
	margin: 0 15px 15px 0;
	border: solid 1px #0095cb;
}
.li_box:nth-child(3n) {
	margin: 0 0 15px 0;
}
.li_box dl {
	position:relative;
	padding: 15px 20px;
}
.li_box a {
	position:absolute;
	bottom:10px;
	right:10px;
    font-size: 12px;
    line-height: 22px;
	color:#FFF;
    background-color: #0095CB;
    border-radius: 2px;
}
.li_box .block {
	position:inherit;
}
/*----service----*/

#service .ser_box {
	width:900px;
	margin:0 auto 34px;
	border:solid 1px #0095CB;
}
#service .ser_box:last-child {
	margin:0 auto 0;
}
#service .ser_box .ser_image {
	float:right;
}
#service .ser_box .ser_text {
	position:relative;
	height:222px;
	float:left;
	width:297px;
	color:#0095CB;
	text-align:left;
	border-right:solid 1px #0095CB;
	padding:35px 30px 0px;
	z-index: 0;
}
#service .ser_box .ser_text:before {
	content: "";
	width:30px;
	position: absolute;
	bottom: -26px; left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 26px 0 26px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
	
}
#service .ser_box .ser_text:after {
	content: "";
	width:30px;
	position: absolute;
	bottom: -27px; left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 26px 0 26px;
	border-color: #0095CB transparent transparent transparent;
	z-index: -1;
}
#service .ser_text h6 {
	width:100%;
	padding-bottom:10px;
	font-size:19px;
	border-bottom:solid 1px #0095CB;
	text-align:center;
	font-weight: normal;
}

#service  .ser_box:nth-child(2n) > .ser_text  {color:#fff; background-color:#0095CB;}
#service  .ser_box:nth-child(2n) > .ser_text:before, #service  .ser_box:nth-child(2n) > .ser_text:after {border-color: #0095CB transparent transparent transparent;}
#service  .ser_box:nth-child(2n) > .ser_text h6 {border-bottom:solid 1px #fff;}
#service .ser_box:last-child .ser_text:before, #service .ser_box:last-child .ser_text:after {display:none;}
#service .ser_text p {
	padding:7px 0 7px ;
	font-size:14px;
	line-height:2.0em;
}
#service .ser_text p a {
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	display:block;
	width:160px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:0 auto;
	color:#0095cb;
	border:solid 1px #0095cb;
}
#service .ser_text p a.ac02 {
	display:block;
	width:160px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin:0 auto;
	color:#FFF;
	border:solid 1px #FFF;
}
#service .ser_box .ser_text:after {
	content: "";
	width:30px;
	position: absolute;
	bottom: -27px; left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 26px 0 26px;
	border-color: #0095CB transparent transparent transparent;
	z-index: -1;
}

/*----mailform----*/
#wrap_mailform {
	width:900px;
	margin:0 auto;
	background-color:#fff;
	
}
#mailbox {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align:left;
	background-image:url(../contact/images/wrap_into.jpg);
}
#mailbox form {
	padding:0 60px 0 40px;
}
#mailbox form .th01 {
	text-align: left;
	font-size:18px;
	font-weight:normal;
	line-height: 30px;
	padding-top:25px;
	margin-bottom:30px;
	color: #6b6b6b;
	border-top:dashed 1px #6b6b6b;
}
#mailbox form .th02 {
	font-size:14px;
	font-weight:normal;
	padding:15px 40px;
}
#mailbox form .th03 {
	font-size:14px;
	font-weight:normal;
	padding:15px 40px;
}
#mailbox form td {
	width:400px
}
#mailbox form td input {
	width:300px;
}
#mailbox textarea {
	display:block;
	max-width:820px;
	width:800px;
	height:160px;
	margin:10px auto;
	padding:0;
}

#mailbox .btn {
	width:406px;
	margin:0 auto;
}
#mailbox .btn input {
	width:180px;
	height:40px;
	margin:20px 10px;
	background-color:#0095CB;
	border:none;
	font-size:14px;
	color:#fff;
}
#mailbox .mail_bottom {
	font-size:14px;
	padding:20px;
}

/*----machine----*/
.machine_text {
	float:left;
	width:435px;
	padding:20px 0 0 30px;
}
/*----print----*/
.detail {
	width:430px;
	float:left;
	margin: 0 40px 40px 0;
}
.detail:nth-child(2n) {
	margin: 0 0 40px 0;
}
.youtube-container {
  position: relative;
  padding-bottom: 48.9%;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  margin:auto;
  width: 560px;
  height: 315px;
}

.pc {display: inherit;}
.sp {display: none;}





.required_danger{
	color:#ff0000;
}

.danger_box {
margin:10px; padding:10px; border:2px solid #ff0000;
font-weight: bold;
background-color:#ffffff;
display:block;
}

.success_box {
margin:10px; padding:10px; border:2px solid #00ff00;
font-weight: bold;
background-color:#ffffff;
display:block;
}
