@charset "utf-8";
#wrapper{
	color:#333;}
#wrapFull{max-width:1050px; width:100%;margin:0 auto; }

a:hover{ text-decoration:none;}
.vam{vertical-align: middle;}
/***********************************************************

***********************************************************/
.pt10{padding-top: 10px;}
.pb10{padding-bottom:10px;}
.pt30{padding-top: 30px;}
.w100p{width:100%}

.u_title{
	border-bottom: 1px solid;
	display: inline-block;
}
small{font-size: 15px;}
#main{
	margin-bottom: 40px;
}
#kv{
	position: relative;
	z-index: -1;
}
#kv .logo{
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 2;
}

h4{
	font-size: 20px;
	margin: 20px 0;
}
h5{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    margin: 0;
	font-size: 1.3em;
    padding: 20px 0;
}
h5:after {
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: "";
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-left: 0.5em;
    position: relative;
    top: -0.5ex;
}

em {
    font-size: 2.5em;
    text-align: center;
    display: block;
	padding: 20px 0;}

#menu ul{
	width:100%;
	font-size: 0;
	/*max-width: 600px;*/
	max-width: 430px;
	float: right;
	text-align: center;
	line-height: 1;
	margin: 10px 0;
	color:#8D93C8;
}
#menu li{
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid;
	/*width: 25%;*/
	width: 33%;

}
#menu li a{
	display: block;
	font-size: 16px;
	padding: 0.5em 0;
	color: #8D93C8;
	font-weight: bold;
}
#menu li a:hover{
	color: #555;
}
#menu li:first-child{
	border-left: 1px solid;
}
#news{
	margin: 30px auto;
    text-align: center;
    width: 950px;
}
.w909{
	max-width: 909px;
    margin: 0 auto;
	padding-bottom: 40px;
}
/*20200127金沢追加*/
.w909-0{
	max-width: 909px;
    margin: 0 auto;
	padding-bottom: 0;
}
.w909-1{
	max-width: 909px;
    margin: 0 auto;
	padding-top:10px;
}
/*以上20200127金沢追加*/

#front section{
	max-width: 1050px;
}


#itembox{
    margin: 0 auto;
}

.item{
	box-sizing: border-box;
    float: left;
    position: relative;
    font-size: 17px;
    width: 46%;
   /* margin: 0 4.6% 2.6% 0;*/
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	text-align: center;
	background: -moz-linear-gradient(left, rgba(141, 147, 200, 0.1), rgba(141, 147, 200, 0.6));
	background: -webkit-linear-gradient(left, rgba(141, 147, 200, 0.1), rgba(141, 147, 200, 0.6));
	background: linear-gradient(to right, rgba(141, 147, 200, 0.1), rgba(141, 147, 200, 0.6));
}

.item a{
	display: block;
}

.item img{
	padding:40px;
}

.item:first-child{
	margin-right: 8%;
}

h2.en{
	font-size: 25px;
	text-align: center;
	margin: 20px 0;
	color: #8D93C8;
	letter-spacing: 1.5px;
	line-height: 1.5;
	font-weight: bold;
}

h2.en span{
	display: block;
	font-size: 20px;
	padding-bottom: 10px;
	color: #000;
}
span.title{
	display: block;
	text-align: center;
}
span.title p{
	word-wrap: break-word;
	font-size: 16px;
}

#news dl{
	width: 100%;
	border-top: 1px solid #8D93C8;
    border-collapse: collapse;
}
#news dt{
	width: 20%;
	float: left;
	padding: 0.5em;
	border-bottom: 1px solid #8D93C8;
	font-weight: bold;
}
#news dd{
	margin-left: 20%;
	padding: 0.5em;
	text-align: left;
	border-bottom: 1px solid #8D93C8;
	border-left: 1px dotted #8D93C8;
}

#scene ul, #movie ul{
	width: 100%;
	font-size:0;
}
#scene li{
	display: inline-block;
	max-width: 235.2px;
	margin-right: 36px;
	width: 100%;
	text-align: center;
}
#scene li:nth-child(4), #scene li:nth-child(8){
	margin-right: 0;
}
#scene li span{
	display:block;
	font-size: 14px;
}

#movie li{
	display: inline-block;
	width: 30%;
	margin-right: 3.3%;
}
#movie li:last-child{
	margin-right: 0;
}
#movie li:first-child{
	margin-left: 3.3%;
}

#feature{
	text-align: center;
	display: block;
	background: #DFF2FC;
	border: 4px solid #00AFEC;
	border-radius: 8px;
	width: 80%;
	margin: 0 auto;
}
#feature h4{
	background: #00AFEC;
	color: #fff;
	margin: 0;
	line-height: 1.8;
	font-weight: bold;
}
#feature p{
	display: inline-block;
	text-align: left;
	padding: 10px 0;
}
.intro li{
	float: left;
    width: 400px;
    box-sizing: border-box;
    margin: 0 auto;
}
.intro li:nth-child(1){
	margin-right: 100px;
}
.title_uline{
	color: #003894;
	border-bottom: 1px solid;
	font-size: 1.5em;
	display: block;
	margin-bottom: 10px;
	padding: 0 20px;
}
p.borderonly{
	border: 0.5px solid rgba(0, 0, 0, 0.12);
}
p.flow1_title{
	font-size: 1.5em;
	font-weight: bold;
}
.blue{color:#003894}

.front_feature{
	display: table;
	table-layout: fixed;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.front_feature > li{
	display: table-cell;
	width: 35%;
	text-align: center;
	padding: 20px 0;
}

.front_feature > li:nth-of-type(2){
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
.front_feature span{
	display: block;
	padding: 10px 0;
}
#specification  > div{
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
#specification  > div:nth-child(1){
	margin-right: 9%;
}

#specification table{
	width: 100%;
	max-width: 500px;
	border: 1px solid;
}
#specification  th{
	width: 30%;
	padding: 0.5em;
	border-right: 1px solid;
}
#specification  td{
	padding: 0.5em;
	width: 70%;
}
#specification  tr{
	border-bottom: 1px solid;
}

#specification  tr:nth-child(even){
	background: #D3EDFB
}
.bgfff{
	background: #fff;
}
.flow_child{
	font-size: 0;
	text-align: center;
}
.flow_child span{
	font-size: 16px;
}
.flow_child > p{
	display: inline-block;
    max-width: 219px;
    width: 100%;
    margin-right: 10px;
    vertical-align: top;
    padding-bottom: 20px;
}
.flow_child > p > img{
	width: 100%;
}
#flow6 h4{
	display: block;
	text-align: left;
	font-size: 16px;
	padding: 10px 0;
}
#flow5 h4, #flow h4{
	background: #7ECEF4;
	color: #000;
	line-height: 1.5;
    margin: 20px 0 0 0;
}

.flow_child > p:nth-child(4n){
	margin-right: 0;
}
.flow{
	display: block;
	width: 100%;
	padding: 30px 0 0 30px;
}
.flow span{
	display: block;}

.flow li, .flow > div {
	display: inline-block;
	max-width: 400px;
    margin: 0 30px 30px 0;
    width: 100%;
	vertical-align: top;
}

.flow video {
	width: 100%;
	height: auto;
}

.flow_3 > p{
	max-width: 300px;
}
.jireibt{
	display: block;
	float: right;
}
.company{
	background: #9FD9F6;
	padding: 20px;
}
.contacterea{
	border: 1px solid #003894;
	padding: 20px;
}
a.arc_btn{
	color: #8D93C8;
	font-weight: bold;
	float: right;
	font-size: 16px;
	padding: 10px 0
}
/***********************************************************
タブ切り替え
***********************************************************/
/* RESET */
ul, li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-title {
  position: relative;
  width: 75%;
}
.tab-title:before, .tab-title:after {
  display: table;
  content: '';
}
.tab-title:after {
  clear: both;
}
.tab-title p {
	float: left;
	width: 19.5%;
	margin-right: .5%;
	padding: .8em 0;
	text-align: center;
	border: 2px solid #00AFEC;
	border-bottom: none;
	cursor: pointer;
	border-radius: 8px 8px 0 0;
	transform: translateY(2px);
}
.tab-contents section {
  display: none;
  padding: 40px 0;
  background-color: #fff;
}
.tab-title p.active{
	background: #EAF6FD;
	border-bottom: 2px solid #EAF6FD;
}
.tab-contents section.show {
	display: block;
	background: #EAF6FD;
	padding: 40px;
	border: 2px solid #00AFEC;
}

/***********************************************************
溶接
***********************************************************/
.wrap80{width: 80%;margin: 45px auto;}
	.outline img{
		float: right;
	}
	.outline > div{
		width: 64%;
		text-align: left;
	}
	.tableArea{
		width: 100%;
		margin: 50px auto 0;
		text-align: center;
		font-size: 0;
	}
	.tableArea p{
		float: left;
	}
	#welding #wel_intro .tableArea p{
		background: #ed6c00;
		width:23%;
		font-size: 20px;
		color: #FFFFFF;
		vertical-align: top;
		height: 150px;
		display: table;
		border-radius: 7px;
	}
	#welding #wel_intro .tableArea p:not(:last-child){
		margin-right: 20px;
	}
	#welding #wel_intro .tableArea p span{
		display: table-cell;
		vertical-align: middle;
	}
.annotation{
		display:block;
		margin-top: 8px;
	}
	.mt50{margin-top: 50px!important;/*common.css　に同CSSあり。！importantを追記すること*/}
	#flow .ListTypeSquare li{
		position: relative;
	    padding-left: 2rem;
		font-size: 18px;
	}
	#flow .ListTypeSquare li:before{
		content: "■";
		position: absolute;
		left: 0;
	}
	#welding #flow .tableArea p{
		width:302px;
		font-size: 20px;
		vertical-align: top;
		text-align: left;
	}
	#welding #flow .tableArea p:not(:last-child){
		margin-right: 1px;
	}
	.ListTypeCircle li{
		position: relative;
	    padding-left: 2rem;
	}
	.ListTypeCircle li:before{
		content: "●";
		font-display: 20px;
		position: absolute;
		left: 0;
	}
	.alignLeft{
		float:left;
		margin-right: 1rem;
	}
.tableBox {
    width: 100%;
    margin: 0 auto 30px;
	display: table;
    table-layout: fixed;
}
.tableBox > div {
    width: 6%;
	display: table-cell;
	vertical-align: middle;
}
.tableBox > div:first-child, .tableBox > div:last-child {
    width: 47%;
	vertical-align: top;
}
.txtbl {
    color: #005ead;
}
.tableBox > div img {
    max-width: 100%;
    height: auto;
}
video {
    width: 100%;
    height: auto;
}
/*20200127追加…この動画だけサイズが違うため*/
#video-08 {
    width: 100%;
    height: 227px;/*20200608修正…IE対応*/
/*    height: 47%;*/
}
/*以上20200127追加*/
.industry{
	margin: 30px auto 0;
}
.industry span{
	display: inline-block;
	text-align: center;
	font-size: 18px;
}
.industry span img{
	display: block;
}
#diagram {
    width: 100%;
    table-layout: fixed;
    font-size: 1.3em;
    border-collapse: collapse;
    background-color: #FFFFFF;
}
#diagram th {
    padding: 12px 1em;
    border: 1px solid;
	text-align: center;
}
#diagram td {
    padding: 12px 1em;
    border: 1px solid;
	text-align: left;
}
#diagram th {
    background-color: #bae3f9;
}

/*2019/12/13追加*/

#detail-rnd1,#detail-rnd2,#detail-rnd3{
    display:block;
    height:40px;
    background-color:#7ECEF4;
    border-radius: 10px;
    font-size: 10.2px;
    margin-top: 8px;
}

/*2020/1/8追加*/

#model-name{
    width: 200px;
}

#th-size-w,#th-size-l,#th-size-h,{
    width: 40px;
}

/*2020/1/10追加*/

#diagram th, #diagram td {
    font-size: 0.8em;
vertical-align: middle;
}

#diagram th span{
    font-size: 0.7em;
}

.pile{
    text-align: center;
    padding: 20px;
}

.pile #c-p{
    width: 193px;
    height: auto;
}

.pile #c-pin{
    width: 300px;
    height: auto;
}

.pile #f-a{
    width: 400px;
    height: auto;
}

.pile #a-p{
    width: 193px;
    height: auto;
}

.pile #flt{
    width: 400px;
    height: auto;
}

/*2020/1/22追加(test用)*/

#t-welding {
    width: 100%;
    table-layout: fixed;
    font-size: 1.3em;
}

#t-welding th, #t-welding td {
vertical-align: middle;
}

#t-welding tr #tac1,#t-welding tr #tac2, #t-welding tr #tac3,{
    width: 20%;
}

#t-welding .td2{
        width: 40%;
}

#t-welding tr td img{
    max-width: 100%;
    height: auto;
}

/*2020/1/22追加ここまで*/



/*2020/1/24追加*/ 澤本
.box{width:48%; float:left;}

/*20200127改変金沢*/
.td-flex{
/*	display:flex;*/
/*	border:none!important;*/
    border-collapse: collapse;
    overflow: hidden;
}

.td-flex-left{
    float: left;
	width:70%;
}

.td-flex-right{
    float:right;
	width:30%;
}

.td-flex-left-sp{
    float: left;
	width:62%;
}

.td-flex-right-sp{
    float:right;
	width:38%;
}
/*以上20200127改変金沢*/

/***********************************************************
Roll-to-Roll 高速多孔加工 20200520追加~
***********************************************************/

#menu .ul-roll{
	max-width: 600px;
/*	max-width: 430px;*/
	line-height: 1;
}

#menu .ul-roll li{
	width: 25%;
	/*width: 33%;*/
}

#menu .ul-roll li a{
	padding: 1em 0;
}

#menu .ul-roll .li-roll a{
	padding: 0.5em 0;
}

.tab-title-roll {
  position: relative;
  width: 90%;
}
.tab-title-roll:before, .tab-title-roll:after {
  display: table;
  content: '';
}
.tab-title-roll:after {
  clear: both;
}
.tab-title-roll p {
	float: left;
	width: 15.5%;
	margin-right: .5%;
	padding: .8em 0;
	text-align: center;
	border: 2px solid #00AFEC;
	border-bottom: none;
	cursor: pointer;
	border-radius: 8px 8px 0 0;
	transform: translateY(2px);
}

.tab-title-roll p.active{
	background: #EAF6FD;
	border-bottom: 2px solid #EAF6FD;
}

.feature-roll{
  background: #ed6c00;
  width:90%;
  font-size: 20px;
  color: #FFFFFF;
  vertical-align: top;
  padding: 15px;
  display: table;
  border-radius: 7px;
  margin-bottom: 15px;
}

.img30-roll{
	width: 30%;
}
.outline-roll > div{
width: 100%;
text-align: left;
}

.intro-feature-roll{
  background: #00bfff;
  width:50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  display: table;
  border-radius: 5px;
  margin-bottom: 0;
}

.intro-feature-cnt-roll{
  width:100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  border: 1px solid  #00bfff;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 50px;
}

.intro-feature-cnt-roll ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.intro-feature-cnt-roll li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-bottom: 3px;
}
.intro-feature-cnt-roll li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .3em;
}

.feature-roll{
  background: #ed6c00;
  width:90%;
  font-size: 20px;
  color: #FFFFFF;
  vertical-align: top;
  padding: 15px;
  display: table;
  border-radius: 7px;
  margin-bottom: 15px;
}

.bgc-ff{
  background-color: #fffffd;
	padding: 15px;
	font-size: 18px;
}

#diagram-roll {
    width: 100%;
    table-layout: fixed;
    font-size: 1.3em;
    border-collapse: collapse;
    background-color: #FFFFFF;
}
#diagram-roll th {
    padding: 12px 1em;
    border: 1px solid;
    width:14%;
    text-align: center;
    vertical-align: middle;
    background-color: #bae3f9;
}
.diagram-roll2 {
    padding: 12px 1em;
    border: 1px solid;
    width:28%;
    text-align: center;
    vertical-align: middle;
    background-color: #bae3f9;
}
#diagram-roll td {
    padding: 12px 1em;
    border: 1px solid;
    width:18%;
    text-align: center;
    vertical-align: middle;
}

#table-roll {
    width: 100%;
    table-layout: fixed;
    font-size: 1.3em;
    border-collapse: collapse;
    background-color: #FFFFFF;
}
#table-roll th {
    padding: 12px 1em;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    background-color: #bae3f9;
}
#th-roll {
    padding: 12px 1em;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    background-color: #bae3f9;
}
#table-roll td {
    padding: 12px 1em;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
}
.w28-roll{
  width: 28%;
}
.w18-roll{
  width: 18%;
}
.w10-roll{
  width: 10%;
}

.title_prcs-case{
	color: #78A7F7;
/*	border-bottom: 1px solid;
	color: #003894;*/
    text-shadow: 1px 1px 1px #003894, -1px 1px 1px #003894, 1px -1px 1px #003894, -1px -1px 1px #003894, 1px 1px 1px #003894, -1px 1px 1px #003894, 1px -1px 1px #003894, -1px -1px 1px #003894;
	font-size: 2em;
    letter-spacing: 0.1em;
	display: block;
	margin-bottom: 10px;
	padding: 0 0;
}

#table-prcs-roll {
    width: 100%;
    table-layout: fixed;
    font-size: 1.3em;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

#table-prcs-roll caption{
  display: flex;
}
#table-prcs-roll th {
    padding: 12px 1em;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
}

#table-prcs-roll td {
    padding: 12px 1em;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    background-color: #EAF6FD;
}

.m-lr-a{
  margin-left: auto;
  margin-right: auto;
}

.fz1em{
  font-size: 1.5em;
}

.mb-c{
  margin-bottom: 5px;
  margin-right: 8px;
}

.img-w150{
  display: block;
  width: 150px;
}

.detail-roll{
  font-size: 0.6em;
  font-weight: 700;
  margin: 8px auto 0 auto;
}

#spec-roll{
  display: flex;
}
.w-70p-roll{
  width: 70%;
}
.w-30p-roll{
  width: 30%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-bottom: auto;
  padding-top: auto;
}
.w-30p-roll img{
  display: block;
  margin-top: 100px;
  margin-left: 20px;
}
.img100-roll{
	width: 100%;
}

#table-spec-roll {
    width: 100%;
    table-layout: fixed;
    font-size: 1.3em;
    border-collapse: collapse;
    background-color: #fffffd;
}

#table-spec-roll tr:nth-child(odd) {
  background-color: #eeeeee;
}

#table-spec-roll th,
#table-spec-roll td {
    padding: 12px 1em;
    border: 1.5px solid #cccccc;
    text-align: center;
    vertical-align: middle;
}

/*
#table-spec-roll td {
    padding: 12px 1em;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
}
*/

#table-spec-roll caption{
  padding: 5px 15px;
  font-size: 2rem;
  font-weight: 600;
  overflow: hidden;
}
.cap-roll-title{
  width: 50%;
  float: left;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin-top: 50px;
}
.cap-roll-img{
  width: 50%;
  float: right;
  text-align: center;
  vertical-align: middle;
}
.w24-roll{
  width: 24%;
}

.w38-roll{
  width: 38%;
}
/*
.w76-roll{
  width: 76%;
}
*/

#table-spec-roll #tal {
    text-align: left;
}
/*
#tal{
  text-align: left;
}
*/
.flex-roll{
  display: flex;
  padding: auto;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.emblem-roll{
  width: 180px;
  vertical-align: middle;
  text-align: center;
}
.img-emblem-roll{
  width: 100%;
}
.company-roll{
  width: 80%;
  padding: auto;
  vertical-align: middle;
  text-align: center;
}
.mt60{
  margin-top: 60px;
}
