@charset "UTF-8";

/* ------------------------------------------------------

Style sheet
Last Update 2014/0417

------------------------------------------------------*/

/* ---------- reset ---------- */

p,blockquote,address,div,hr,noscript{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
}

ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}


ul li{
	list-style: none;
}

pre{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

a,map,q,sub,sup,span,bdo{
	margin:0;
	padding:0;
	border:0;
}

img{
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}

br{
	margin:0;
	padding:0;
	border:0;
	letter-spacing:0; /* IE */
}

tt,i,b,big,small{
	margin:0;
	padding:0;
	border:0;
}

code,samp,var{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

strong,dfn,kbd,cite,acronym{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
}

abbr,em{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:italic;
	font-weight:normal;
}

ins{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

del{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}

form,fieldset{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

table{
	font-size: 100%;
	line-height: 100%;
	border-collapse:collapse;
}

/* ---------- reset_end ---------- */

html{
    font-size:6.25%;
}

body{
	margin:0;
	padding:0;
	font-size:14px;
	font-size:14rpm;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	line-height:160%;
	color:#333;
	overflow-y:scroll;
	background:#003f76;
}

a:link{
	color:#333;
	background-color:transparent;
	text-decoration:none;
}

a:visited{
	color:#333;
	background-color: transparent;
	text-decoration:underline;
}

a:hover{
	color:#333;
	background-color: transparent;
	text-decoration:underline;
}

header, nav, article, aside, section, footer{
    display:block;
}

/* float clear */

.clr{ clear: both; }

.clrfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clrfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clrfix{ height:1%; }
.clrfix { display:block; }
/* End hides from IE-mac */

/* float */

.f_left{
	float:left;
	margin:0 1em 0 0;
}

.f_right{
	float:right;
	margin:0 0 0 1em;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

/* text */

.al_center{ text-align:center; }
.al_left{ text-align:left; }
.al_right{ text-align:right; }

#breadcrumb{
	font-size:12px;
	color:#848484;
	margin-bottom:30px;
}

#breadcrumb li{
	display:inline;
}

#breadcrumb a:link{
	color:#848484;
	background-color:transparent;
	text-decoration:none;
}

#breadcrumb a:visited{
	color:#848484;
	background-color: transparent;
	text-decoration:underline;
}

#breadcrumb a:hover{
	color:#848484;
	background-color: transparent;
	text-decoration:underline;
}



/* ------------------------------------------------------
header
------------------------------------------------------*/

header{
	background:#FFF;
}

header .inner{
	width:960px;
	height:86px;
	margin:0 auto;
	position:relative;
}

header h1{
	font-size:10px;
	font-size:10rpm;
	position:absolute;
	left:8px;
}

header p.header_logo{
	position:absolute;
	left:8px;
	top:27px;
}

header p.header_tel{
	position:absolute;
	right:0px;
	top:37px;
}

header p.header_contact{
	position:absolute;
	right:0px;
	top:13px;
}

header p.header_contact a{
	width:293px;
	height:14px;
	background:url(images/header_mail.png);
	display:block;
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

header p.header_contact a:hover{
	background-position:0 -14px;
}


/* ------------------------------------------------------
nav
------------------------------------------------------*/

nav{
	background:#003f76;
	height:40px;
	margin:0 auto;
}

nav ul{
	width:960px;
	margin:0 auto;
}

nav li{
	height:40px;
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
	float:left;
}

nav ul li a{
	display:block;
	height:40px;
	text-decoration:none;
}

nav ul li.nav_index{width:82px;}

nav ul li.nav_ceo,
nav ul li.nav_product,
nav ul li.nav_company{width:175px;}
/*nav ul li.nav_contacts{width:192px;}
*/

nav ul li.nav_contacts{width:176px;}

/*nav ul li.nav_equipment{width:191px;}
*/
nav ul li.nav_equipment{width:174px;}

nav ul li.nav_index a {background:url(images/nav_home.png);}
nav ul li.nav_index a:hover,
nav ul li.nav_index a.crnt,
nav ul li.nav_index a.crnt:hover{background-position:0 -40px;}

nav ul li.nav_ceo a {background:url(images/nav_ceo.png);}
nav ul li.nav_ceo a:hover,
nav ul li.nav_ceo a.crnt,
nav ul li.nav_ceo a.crnt:hover{background-position:0 -40px;}

nav ul li.nav_product a {background:url(images/nav_product.png);}
nav ul li.nav_product a:hover,
nav ul li.nav_product a.crnt,
nav ul li.nav_product a.crnt:hover{background-position:0 -40px;}

nav ul li.nav_equipment a {background:url(images/nav_equipment.png);}
nav ul li.nav_equipment a:hover,
nav ul li.nav_equipment a.crnt,
nav ul li.nav_equipment a.crnt:hover{background-position:0 -40px;}

nav ul li.nav_company a {background:url(images/nav_company.png);}
nav ul li.nav_company a:hover,
nav ul li.nav_company a.crnt,
nav ul li.nav_company a.crnt:hover{background-position:0 -40px;}

nav ul li.nav_contacts a {background:url(images/nav_contacts.png);}
nav ul li.nav_contacts a:hover,
nav ul li.nav_contacts a.crnt,
nav ul li.nav_contacts a.crnt:hover{background-position:0 -40px;}

/* ------------------------------------------------------
content
------------------------------------------------------*/

article{
	background:#FFF;
}

#contents_inner{
	width:960px;
	margin:0 auto;
}

#contents_inner h2{
	border-bottom:2px solid #003D76;
	padding-bottom:6px;
	padding-left:4px;
}

/* ------------------------------------------------------
footer
------------------------------------------------------- */

#pagetop{
	padding:32px 0;
	box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-moz-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
}

#pagetop a{
	display:block;
	width:48px;
	height:39px;
	background:url(images/page_top.png);
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
	margin:0 auto;

}

#pagetop a:hover{
	background-position:0 -39px;
}

footer{
	background:#003f76;
	color:#FFF;
	height:153px;
	line-height:100%;
}

footer .inner{
	width:960px;
	margin:0 auto;
	position:relative;
}

footer .inner .text{
	position:absolute;
	top:0px;
	right:10px;
	text-align:right;
	padding:30px 0;
}

footer .inner .text p.tl{
	margin-bottom:25px;
}

footer .inner .text p{
	margin-bottom:15px;
}

footer ul{
	position:absolute;
	top:25px;
	left:0;
}

footer li{
	float:left;
	margin-right:30px;
}

footer li:last-child{
	margin-right:0;
}

footer li a:link{
	color:#FFF;
	background:url(images/footer_icon.png) scroll 0 6px no-repeat;
	text-decoration:underline;
	padding-left:10px;
}

footer li a:visited{
	color:#FFF;
	background-color: transparent;
	text-decoration:none;
}

footer li a:hover{
	color:#FFF;
	background-color: transparent;
	text-decoration:none;
}

/* ------------------------------------------------------
contents
------------------------------------------------------- */

/* top */

#top_contents{
	background:#FFF url(images/top_main.jpg) top center no-repeat;
	padding-top:450px;
}

#top_product{
	width:897px;
	margin:0 auto;
	text-align:center;
	padding:50px 0;
}

#top_product h2,
#top_facilities h2,
#top_ceo h2{
	margin-bottom:20px;
}

#top_product p,
#top_facilities p,
#top_ceo p{
	margin-bottom:10px;
}

a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	background:#FFF !important;
}

#top_facilities{
	margin:0 auto;
	text-align:center;
	background:url(images/top_facilities_bg.png) repeat;
	box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-moz-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	padding:50px 0;
}

#top_facilities .inner{
	width:917px;
	margin:0 auto;
}

#top_ceo{
	margin:0 auto;
	text-align:center;
	box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-moz-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	padding:50px 0;
}

#top_ceo h2{
	padding-top:36px;
}

#top_ceo .inner{
	width:898px;
	height:237px;
	margin:0 auto;
	text-align:center;
	position:relative;
}

#top_ceo p.img01{
	width:303px;
	position:absolute;
	top:0;
	left:0;
}

#top_ceo p.img02{
	width:306px;
	position:absolute;
	top:0;
	right:0;
}

#top_about{
	background:#F1F1ED;
	margin:0 auto;
	text-align:center;
	box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-moz-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	padding:50px 0 0 0;
}

#top_about .inner{
	width:960px;
	height:320px;
	margin:0 auto;
	text-align:center;
	position:relative;
}

#top_about p.text{
	text-align:right;
	position:absolute;
	top:70px;
	left:100px;
}

#top_about p.img{
	width:419px;
	position:absolute;
	bottom:0;
	right:0;
}

#top_ceo#top_product a,
#top_facilities a,
#top_ceo a{
	display:block;
}

/* CEO */

#ceo_contents{
	background:#FFF url(images/ceo_main.jpg) top center no-repeat;
	padding-top:270px;
	padding-bottom:60px;
}

#ceo_contents h2{
	margin-bottom:60px;
}

.ceo_box01{
	width:912px;
	line-height:19px;
	margin-bottom:60px;
}

.ceo_box01 h3,
.ceo_box02 h3{
	margin-bottom:30px;
}

.ceo_box01 p,
.ceo_box02 p{
	margin-bottom:20px;
}

.ceo_box01 .text{
	padding-left:10px;
}

.ceo_box02 .text{
	width:575px;
	float:right;
}

.ceo_box01 p:last-child,
.ceo_box02 p:last-child{
	margin-bottom:0;
}

/* equipment */

#eq_contents{
	background:#FFF url(images/eq_main.jpg) top center no-repeat;
	padding-top:270px;
}

#eq_contents h2{
	margin-bottom:30px;
}

.eq_box .lead{
	margin-bottom:60px;
}

.eq_box .gallery{
	width:960px;
}

.eq_box .gallery ul{
	margin:0 -20px 0 0;
	overflow:hidden;
	zoom:1;
}

.eq_box .gallery li{
	width:470px;
	float:left;
	display:inline;
	margin:0 20px 60px 0;
}

.eq_box .gallery li img{
	margin-bottom:20px;
}

.eq_box .gallery li span{
	display:block;
	text-align:center;
}

/* producut */

#producut_contents{
	background:#FFF url(images/product_main.jpg) top center no-repeat;
	padding-top:270px;
}

#producut_contents h2{
	margin-bottom:30px;
}

#producut_contents .lead{
	margin-bottom:60px;
}

#producut_contents .gallery{
	width:960px;
}

#producut_contents .gallery ul{
	margin:0 -21px 0 0;
	overflow:hidden;
	zoom:1;
}

#producut_contents .gallery li{
	width:306px;
	float:left;
	display:inline;
	margin:0 20px 60px 0;
}

#producut_contents .gallery li img{
	margin-bottom:20px;
}

#producut_contents .gallery li span{
	display:block;
	text-align:center;
}

/* company */

#company_contents{
	background:#FFF url(images/company_main.jpg) top center no-repeat;
	padding-top:270px;
}

#company_contents h2{
	margin-bottom:15px;
}

#company_contents h3{
	margin-bottom:30px;
}

.company_details{
	width:956px;
	margin:0 auto 150px auto;
	font-size:16px;
	font-size:16rpm;
	text-align:left;
}

.company_details table{
	border-collapse:separate;
	border-spacing:0 15px;
	line-height:140%;
}

.company_details th{
	width:226px;
}

.company_details td{
	width:700px;
}

.company_details td p{
	background:url(images/company_td_bg.png) left top repeat-y;
	padding:10px 0 10px 30px;
}

.company_details th.line{
	background:url(images/company_line.png) left bottom no-repeat;
	padding-bottom:17px;
}

.company_details td.line{
	background:url(images/company_line.png) right bottom no-repeat;
	padding-bottom:17px;
}

.head_office .details{
	background:url(images/company_bg01.jpg) no-repeat left top;
	height:120px;
	position:relative;
	margin-bottom:10px;
}

.head_office .details p{
	position:absolute;
	left:25px;
	top:25px;
	font-size:16px;
	line-height:160%;
}

.head_office,
.nakayama_office{
	margin-bottom:50px;
}

.nakayama_office .details{
	background:url(images/company_bg02.jpg) no-repeat left top;
	height:120px;
	position:relative;
	margin-bottom:10px;
}

.nakayama_office .details p{
	position:absolute;
	left:25px;
	top:25px;
	font-size:16px;
	line-height:160%;
}

/* Contacts */

#contacts_contents{
	background:#FFF url(images/contact_main.jpg) top center no-repeat;
	padding-top:270px;
}

#contacts_contents h2{
	margin-bottom:30px;
}

.contacts_box .lead{
	margin-bottom:50px;
}

.contacts_box .text p.tel{
	margin:0 0 30px 70px;
}

.contacts_box .text p.mail{
	margin:0 0 40px 83px;
}

.contacts_box .text p.step{
	text-align:center;
	margin-bottom:60px;
}

/* form */

#form{
	width:654px;
	margin:0 auto 60px auto;
	color:#666;
}

#form table{
	width:654px;
	border-top:1px solid #ddd;
}

#form table th,
#form table td{
	padding:20px 0;
	text-align:left;
	border-bottom:1px solid #ddd;
	line-height:160%;
}

#form table th{
	width:204px;
	font-weight:normal;
}

#form table th div{
	font-size:14px;
}

#form table td{
	width:450px;
}

#form .check_btn_box{
	width:178px;
	margin:30px auto 0 auto;
	text-align:center;
}

#check{
	display:block;
	width:178px;
	height:32px;
	padding:0;
	border:0;
	background:url(images/contact_btn.png) no-repeat center top;
	text-indent:-9999px;
	font-size: 0px;
	line-height: 0px;
	cursor:pointer;
}

#check:hover,
#check:focus{
	background-position:0 -32px;
}

.form_text{
	text-align:right;
}

.form_text span,
#form table th span{
	color:#F00;
}

form{
	font-size:15px;
}

form input{
	border:1px solid #F6F6F6;
    font-size:15px;
    padding:5px 2px;
	margin-bottom:3px;
	background:#F6F6F6;

	width: 444px;
}

form select{
	font-size:15px;
	margin-bottom:5px;
}

form textarea{
	border:1px solid #F6F6F6;
    font-size:15px;
    padding:5px 2px;
	margin-bottom:3px;
	background:#F6F6F6;

	width: 444px;
	height: 140px;
}

/*for Webkit*/
input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder {
	color: #999;
}

/*for Firefox 18-*/
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

/*for Firefox 19+*/
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

/*for IE*/
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

#contact_back,
#contact_formmail {
	text-align: center;
}

#contact_back input,
#contact_formmail input {
	width: 178px;
}

#contact_back input {
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#contact_back input:hover {
	background: #e6e6e6;
}

#contact_formmail input {
	background: #fff;
	border: none;
}

.opacity75:hover {
	opacity: .75;
	-ms-filter: "alpha(opacity=75)";
	display /*\**/:inline-block\9;
	zoom: 1;
}

#errorbox {
	padding-left: 150px;
	margin-bottom: 40px;
}

#errorbox li {
	font-size: 16px;
	font-weight: bold;
	color: #c00;
}



/* ------------------------------------------------------
bobbin page styles
------------------------------------------------------- */

/* bobbin */

#bobbin_contents{
	background:#FFF url(images/bobbin_main_bg.jpg) top center no-repeat;
	padding-top:270px;
}

#bobbin_contents h2{
	margin-bottom:30px;
}

.bobbin_box .lead{
	margin-bottom:60px;
}

.bobbin_col3img{
	width:960px;
	margin:0 auto 60px auto;
	overflow:hidden;
}

.bobbin_col3img ul{
	margin:0 -20px 0 0;
	overflow:hidden;
	zoom:1;
}

.bobbin_col3img li{
	width:306px;
	float:left;
	display:inline;
	margin:0 20px 0 0;
}

/* ===== ボビン加工ページ：導入メリット ===== */
.bobbin_benefits {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
  }
  
  .bobbin_benefits__head {
	text-align: center;
	font-size: 20px;
	background: #003F76;
	color: #fff;
	padding: 16px;
	margin-bottom: 40px;
	border-radius: 50px;
	letter-spacing: .08em;
  }
  
  .bobbin_benefits__list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 20px;
  }
  
  .bobbin_benefits__item {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
  }
  
  .bobbin_benefits__icon {
	flex: 0 0 210px;
  }
  
  .bobbin_benefits__icon img {
	width: 210px;
	height: 210px;
  }
  
  .bobbin_benefits__content h3 {
	font-size: 20px;
	margin: 0 0 15px;
	color: #4D4D4D;
  }
  
  .bobbin_benefits__content p {
	font-size: 18px;
	color: #4D4D4D;
  }
  
  /* ===== 下部補足エリア ===== */
  .bobbin_additional {
	background: #F1F1EC;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding-top: 75px;
	padding-bottom: 70px;
  }

  .bobbin_additional .inner {
	width: 860px;
    margin: 0 auto;
  }
  
   .bobbin_additional__text {
	font-size: 20px;
	color: #4D4D4D;
	line-height: 1.8;
  } 


/* ------------------------------------------------------
top new product section
------------------------------------------------------- */

#top_new_product{
	margin:0 auto;
	text-align:center;
	background:#ECF2F2;
	box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	-moz-box-shadow:rgba(113, 135, 164, 0.12) 0px -1px 1px 0px;
	padding:50px 0;
}

#top_new_product .inner{
	width:917px;
	margin:0 auto;
}

#top_new_product h2{
	margin-bottom:20px;
}

#top_new_product p{
	margin-bottom:20px;
}

#top_new_product a{
	display:block;
}

#top_new_product a:hover img{
	background: transparent!important;
}