@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
#menu-wrap-sub-sp,
#menu-wrap-sub-pc {
	position: fixed;
	top: 112px;
	left: 0;
	width: 100%;
	background: #0b5fa8; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5fa8 0%, #0b5fa8 0%, #0f204f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5fa8', endColorstr='#0f204f',GradientType=0 ); /* IE6-9 */
	transition: .3s;
	z-index:500;
    box-shadow: 0 3px 5px rgba(0, 79, 153, 0.14);
}

#menu-wrap-sub-sp {
	top: 45px;
}

#menu-sub {
	list-style-type: none;
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

#menu-sub li {
	float: left;
	margin: 0;
	padding: 0 30px;
	text-align: center;
}

#product-top #menu-wrap-sub-pc #menu-sub li {
	padding:0 15px;
}

#menu-sub li.current {
	border-bottom: 5px solid #368fef;
}

#menu-sub li a {
	display: block;
	width : 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	transition: .3s;
	height:25px;
}

#menu-sub li h1 a {
	margin-top:-10px;
}

#menu-sub li a h1 {
	font-size: 14px;
}

#product-top #menu-wrap-sub-pc #menu-sub li.title,
#product-top #menu-wrap-sub-pc #menu-sub li.title:hover,
#menu-sub li.title,
#menu-sub li.title:hover {
	display: block;
	padding: 10px 30px 15px 30px;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	transition: .3s;
	height:25px;
	background: #0b5fa8; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5fa8 0%, #3f85c1 0%, #0f43aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5fa8 0%,#3f85c1 0%,#0f43aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5fa8 0%,#3f85c1 0%,#0f43aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5fa8', endColorstr='#0f43aa',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
	margin-right: 30px;
}

#menu-sub li:hover {
	border-bottom: 5px solid white;
}

div.subnav-sp {
	display:none;
}

#product-top div.industry {
	float: none;
}

.tabs,
#product-top div.industry_box {
	margin: 10px auto 20px auto;
	float:none;
}

#menu-wrap-sub-sp {
	display:none;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) */
  width: 80%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 40px;
  background-color: #cbd1d6;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #5881ad;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor:pointer;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  margin-right:10px;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#category:checked ~ #category_content,
#product:checked ~ #product_content {
  display: block;
  background: #f0f0fa;
  border-top: 5px solid #004f99;
  padding:10px 10px 5px 10px;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #004f99;
  color: #fff;
}

#product-top div.industry_box div.set {
	width: 99%;
	float:none;
	margin-left: 1%;
}



#product-top div.top-contents,
#fashion div.top-contents,
#design div.top-contents,
#catalogue div.top-contents,
#knit div.top-contents,
#sports div.top-contents,
#industrial div.top-contents,
#medical div.top-contents,
#aerospace div.top-contents,
#automotive div.top-contents,
#furniture div.top-contents,
#shoes div.top-contents {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 112px;
	background: #004f99;
}

#product-top div.top-contents div.photo,
#fashion div.top-contents div.photo,
#design div.top-contents div.photo,
#catalogue div.top-contents div.photo,
#knit div.top-contents div.photo,
#sports div.top-contents div.photo,
#industrial div.top-contents div.photo,
#medical div.top-contents div.photo,
#aerospace div.top-contents div.photo,
#automotive div.top-contents div.photo,
#furniture div.top-contents div.photo,
#shoes div.top-contents div.photo {
	width: 100%;
	overflow:hidden;
}

#product-top div.top-contents div.photo img,
#fashion div.top-contents div.photo img,
#design div.top-contents div.photo img,
#catalogue div.top-contents div.photo img,
#knit div.top-contents div.photo img,
#sports div.top-contents div.photo img,
#industrial div.top-contents div.photo img,
#medical div.top-contents div.photo img,
#aerospace div.top-contents div.photo img,
#automotive div.top-contents div.photo img,
#furniture div.top-contents div.photo img,
#shoes div.top-contents div.photo img {
    width: 100%;
    float: none;
    z-index: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    opacity: 0.95;
}

#catalogue div.top-contents div.photo img{
	height:200px;
}

#fashion div.top-contents div.copy,
#design div.top-contents div.copy,
#catalogue div.top-contents div.copy,
#knit div.top-contents div.copy,
#industrial div.top-contents div.copy,
#medical div.top-contents div.copy{
	position: absolute;
	top:45%;
	right: 0;
	left: 0;
}

#sports div.top-contents div.copy,
#aerospace div.top-contents div.copy,
#automotive div.top-contents div.copy {
	position: absolute;
	top:30%;
	right: 0;
	left: 0;
}

#shoes div.top-contents div.copy {
	position: absolute;
	top:55%;
	right: 0;
	left: 0;
}


#furniture div.top-contents div.copy {
	position: absolute;
	top:40%;
	right: 0;
	left: 0;
}

#fashion div.top-contents div.copy h2,
#design div.top-contents div.copy h2,
#catalogue div.top-contents div.copy h2,
#knit div.top-contents div.copy h2,
#industrial div.top-contents div.copy h2,
#medical div.top-contents div.copy h2{
	text-shadow: 0px 2px 15px rgb(1, 25, 47);
	color: white;
	font-size: 40px;
	font-weight: bold;
	font-weight: 900\9;
	text-align: center;
	line-height:1.2;
}

#design div.top-contents div.copy h2-smaller{
	text-shadow: 0px 2px 15px rgb(1, 25, 47);
	color: white;
	font-size: 25px;
	font-weight: bold;
	font-weight: 900\9;
	text-align: center;
	line-height:1.2;
	margin-top: 10px; 
}

#aerospace div.top-contents div.copy h2{
	text-shadow: 0px 2px 15px rgb(1, 25, 47);
	color: white;
	font-size: 40px;
	font-weight: bold;
	font-weight: 900\9;
	text-align: left;
	margin-left:55%;
	line-height:1.2;
}

#sports div.top-contents div.copy h2,
#automotive div.top-contents div.copy h2,
#shoes div.top-contents div.copy h2 {
	text-shadow: 0px 2px 15px rgb(1, 25, 47);
	color: white;
	font-size: 40px;
	font-weight: bold;
	font-weight: 900\9;
	text-align: left;
	margin-left:20%;
	line-height:1.2;
}

#furniture div.top-contents div.copy h2 {
    -ms-font-feature-settings: "normal";
	text-shadow: 0px 2px 15px rgb(1, 25, 47);
	color: white;
	font-size: 40px;
	font-weight: bold;
	font-weight: 900\9;
	line-height:1.2;
}


@media all and (-ms-high-contrast: none){
  #fashion div.top-contents div.copy h2,
  #design div.top-contents div.copy h2,
  #catalogue div.top-contents div.copy h2,
  #knit div.top-contents div.copy h2,
  #sports div.top-contents div.copy h2,
  #industrial div.top-contents div.copy h2,
  #medical div.top-contents div.copy h2,
  #aerospace div.top-contents div.copy h2,
  #automotive div.top-contents div.copy h2,
  #furniture div.top-contents div.copy h2,
  #shoes div.top-contents div.copy h2 {
    font-weight: 900; /* IE10以上 */
  }
}

#fashion div.top-contents div.copy p,
#design div.top-contents div.copy p,
#catalogue div.top-contents div.copy p,
#knit div.top-contents div.copy p,
#sports div.top-contents div.copy p,
#industrial div.top-contents div.copy p,
#medical div.top-contents div.copy p,
#aerospace div.top-contents div.copy p,
#automotive div.top-contents div.copy p,
#furniture div.top-contents div.copy p,
#shoes div.top-contents div.copy p {
	font-weight: bold;
	color:white;
	margin-top:20px;
	width:60px;
	text-align:center;
	font-size:18px;
}

#fashion div.top-contents div.copy p,
#medical div.top-contents div.copy p{
	margin:20px auto;
}

#fashion div.top-contents div.copy div,
#design div.top-contents div.copy div,
#catalogue div.top-contents div.copy div,
#knit div.top-contents div.copy div,
#sports div.top-contents div.copy div,
#industrial div.top-contents div.copy div,
#medical div.top-contents div.copy div,
#aerospace div.top-contents div.copy div,
#automotive div.top-contents div.copy div,
#furniture div.top-contents div.copy div,
#shoes div.top-contents div.copy div {
	width: 260px;
	margin: 0 auto;
}

#furniture div.top-contents div.copy div p.white_b {
	width: 200px;
}




h2 {
	color: white;
	font-size: 35px;
	font-weight: 600;
}


div.merit {
	position: relative;
	width: 100%;
	height: 750px;
	padding: 50px 0;
	clear: both;
	float: none;
	font-size: 16px;
	overflow:hidden;
}



#knit div.user div.merit-box-l {
	width:450px;
	margin-right:50%;
	padding-right:50px;
}

#knit div.user img.play_b {
	left:75%;
}

div.introtext {
	width: 100%;
	text-align: center;
	padding: 50px 0;
}

div.introtext h2 {
	color:#424241;
	font-size: 30px;
    text-align: center;
    margin: 20px auto;
    line-height: 1.3;
    max-width: 90%;
    font-weight: 400;
}


#knit div.introtext {
	width:1000px;
	max-width:90%;
	margin:0 auto;
}


div.introtext > p {
	width:1000px;
	max-width:90%;
	margin:0 auto;
}

div.design{
	width: 100%;
	height: 300px;
	padding: 50px 0;
	font-size: 16px;
	margin-bottom: 7px;
}

#fashion div.design,
#sports div.design,
#automotive div.design,
#shoes div.design{
	height:350px;
}



div.jirei {
	width: 100%;
	height: 420px;
	background: #f0f0fa;
	padding: 50px 0;
	font-size: 16px;
	margin-bottom: 7px;
}

div.user_support h2,
div.merit > h2,
div.jirei h2 {
	font-size: 25px;
	font-weight: 700;
	color: #414242;
	text-align: center;
}

div.design-box,
div.jirei-box {
	width: 1000px;
	margin: 40px auto;
}

div.design-box div.photo,
div.jirei-box div.photo {
	width:50%;
	float: left;
}

div.design-box div.photo img,
div.jirei-box div.photo img {
	width: 100%;
}

div.design-box div.text,
div.jirei-box div.text {
	width: 45%;
	float: right;
}

div.design-case {
	width:1000px;
	margin: 0 auto;
}

div.design-box-l {
	width: 45%;
	float:left;
}

div.design-box-r {
	width: 45%;
	float:right;
}

div.design-case div.photo {
	width:200px;
	float:left;
	padding: 0 20px 20px 0;
	margin-bottom:50px;
}

div.design-case div.text {
	position:relative;
	color:#414242;
	overflow:hidden;
}

div.jirei-box div.text p.name {
	font-size: 20px;
	font-weight: 500;
	padding-bottom:5px;
}

div.merit img.knit {
	position: absolute;
	top:80px;
	right:0;
	opacity: 0.15;
}


div.merit img.design {
	position: absolute;
	opacity: 0.5;
}

div.merit img.cut {
	position: absolute;
	opacity: 0.5;
	top:-50px;
	left:20%;
}

div.merit img.cut2 {
	position: absolute;
	opacity: 0.5;
	top:-50px;
	right:10%;
}

div.merit img.chair {
	position: absolute;
	top:100px;
	right:20%;
	opacity: 0.5;
}

#automotive div.merit img.wg {
	position: absolute;
	top:100px;
	left:55%;
}

div.merit img.tube {
	position: absolute;
	top:450px;
	left:-50px;
}

div.merit img.print {
	position: absolute;
	top: -70px;
    right: -60px;
    transform: rotate(-10deg);
    width: 40%;
    opacity:0.8;
}

div.merit img.back01 {
	position: absolute;
	right: 50%;
}

div.merit img.back02 {
	position: absolute;
	left: 50%;
}

div.merit img.back03 {
	position: absolute;
	right: 0px;
}

div.merit img.back04 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 300px;
}

div.merit img.back05 {
	position: absolute;
}

div.merit img.back06 {
	position: absolute;
	right:0;
	top:0;
}

div.merit img.back07 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover;';
}


div.merit img.back08 {
	position: absolute;
	right:0;
	top:0;
}

div.merit img.back09 {
	position: absolute;
	top:0px;
	width:50%;
	height:100%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}

div.merit img.back10 {
	position: absolute;
	top:0px;
}

div.merit img.back11 {
	position: absolute;
	top:0px;
	width:50%;
	height:100%;
	object-fit: cover;
    object-position: 70% 0;
    font-family: 'object-fit: cover; object-position: 70% 0;';
}

div.merit img.back12 {
	position: absolute;
	top:0px;
	right:0;
}

div.merit img.back13 {
	position: absolute;
	top:0px;
}

div.merit img.back14 {
	position: absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}

div.merit img.back15 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: 75% 0;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 75% 0;';
}

div.merit img.back16{
	position: absolute;
    width: 50%;
    object-fit: cover;
    object-position: 20% 0;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 20% 0;';
}

div.merit img.back17 {
	position: absolute;
	right:0;
	top:0;
    width: 50%;
    height: 850px;
    object-fit: cover;
    object-position: 30% 0;
    font-family: 'object-fit: cover; object-position: 30% 0;';
}

div.user-r {
	position: absolute;
	right:0;
	top:0;
    width: 50%;
    height: 450px;
    object-fit: cover;
    object-position: 30% 0;
    font-family: 'object-fit: cover; object-position: 30% 0;';
}

div.user-r img {
	width:100%;
}


div.merit img.back18 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: 35%;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 35%;';
}

div.merit img.back22,
div.merit img.back19 {
	position: absolute;
    width: 50%;
    object-fit: cover;
    object-position: 50% 0;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 50% 0;';
}

div.merit img.back20 {
	position: absolute;
    width: 50%;
    object-fit: cover;
    object-position: 0 0;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 0 0;';
}

div.merit img.back21{
	position: absolute;
    width: 50%;
    object-fit: cover;
    object-position: 0 0;
    height: 850px;
    top:0;
    right:0;
    font-family: 'object-fit: cover; object-position: 0 0;';
}

div.merit img.back23{
	position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: 45% 0;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 45% 0;';
}

div.merit img.back24{
	position: absolute;
    width: 50%;
    object-fit: cover;
    object-position: 85% 60%;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 85% 60%;';
}

div.merit img.back25 {
	position: absolute;
    width: 50%;
    object-fit: cover;
    object-position: 50% 50%;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
}

div.merit img.back26 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: 60% 100%;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 60% 100%;';
}

div.merit img.back27 {
	position: absolute;
	right: 0px;
}

div.merit img.back28 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    height: 850px;
    top:0;
    object-position: 70%  80%;
font-family:'object-fit: cover; object-position:70%  80%';
}


div.merit img.back28-2 {
	position: absolute;
    width: 50%;
    object-fit: cover;
    height: 850px;
    top:0;
    left:50%;
    object-position: 50%  80%;
	font-family:'object-fit: cover; object-position:50%  80%';
}

div.merit img.back29 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    height: 850px;
    top:0;
    object-position: 40%  80%;
font-family:'object-fit: cover; object-position:40%  80%';
}

div.merit img.back30 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    height: 850px;
    top:0;
    object-position: 50%  80%;
font-family:'object-position:50%  80%';
}

div.merit img.back31{
	position: absolute;
    object-fit: cover;
    object-position: 50% 0;
    height: 850px;
    top:0;
    font-family: 'object-fit: cover; object-position: 50% 0;';
}

div.merit img.back32 {
	position: absolute;
	right:10%;
	top:250px;
}

div.merit img.back33 {
	position: absolute;
	top:0;
    width: 50%;
    height: 850px;
    object-fit: cover;
    object-position: 50% 90%;
    font-family: 'object-fit: cover; object-position: 50% 90%;';
}

div.merit img.back33:hover {
	cursor:pointer;
}

div.merit img.play_b {
	position: absolute;
	top:325px;
	width:218px;
	height:218px;
	left:25%;
	margin-left:-109px;
}

div.merit img.back34 {
	width:100%;
	height:850px;
	object-fit:cover;
	font-family:'object-fit:cover;';
}

div.merit img.back35 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    height: 850px;
    top:0;
    object-position: 70%  80%;
	font-family:'object-fit: cover; object-position:70%  80%';
}

div.merit img.back36 {
	position: absolute;
    width: 100%;
    object-fit: cover;
    height: 850px;
    top:0;
    object-position: 70%  80%;
	font-family:'object-fit: cover; object-position:70%  80%';
}


div.h500 {
	height: 500px;
}

div.furniture-cut{
   background: -moz-linear-gradient(top, rgba(82,82,96,0.85) 37%, rgba(82,82,96,0.85) 50%, rgba(82,82,96,0) 99%, rgba(82,82,96,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(82,82,96,0.85) 37%,rgba(82,82,96,0.85) 50%,rgba(82,82,96,0) 99%,rgba(82,82,96,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(82,82,96,0.85) 37%,rgba(82,82,96,0.85) 50%,rgba(82,82,96,0) 99%,rgba(82,82,96,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525260', endColorstr='#00525260',GradientType=0 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 550px;
    top: 0;
}

div.medical-cut{
   background: -moz-linear-gradient(top, rgba(37, 76, 133, 0.65) 37%,rgba(50, 101, 167, 0.45) 50%,rgba(82,82,96,0) 99%,rgba(82,82,96,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(37, 76, 133, 0.65) 37%,rgba(50, 101, 167, 0.45) 50%,rgba(82,82,96,0) 99%,rgba(82,82,96,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(37, 76, 133, 0.65) 37%,rgba(50, 101, 167, 0.45) 50%,rgba(82,82,96,0) 99%,rgba(82,82,96,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525260', endColorstr='#00525260',GradientType=0 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 550px;
    top: 0;
}

div.automotive-wg{
   background: -moz-linear-gradient(top, rgba(37, 76, 133, 0.65) 37%,rgba(50, 101, 167, 0.45) 50%,rgba(82,82,96,0) 99%,rgba(82,82,96,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(37, 76, 133, 0.65) 37%,rgba(50, 101, 167, 0.45) 50%,rgba(82,82,96,0) 99%,rgba(82,82,96,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(37, 76, 133, 0.65) 37%,rgba(50, 101, 167, 0.45) 50%,rgba(82,82,96,0) 99%,rgba(82,82,96,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525260', endColorstr='#00525260',GradientType=0 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 550px;
    top: 0;
}

div.furniture-print{
	background: #f0f0fa;
    width: 50%;
    position: absolute;
    height: 850px;
    top: 0;
    right:0;
}


div.automotive-cut {
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=1 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 850px;
    top: 0;
}

div.automotive-cut-l {
background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=1 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 850px;
    top: 0;
}

div.industrial-knit {
	background: white;
    width: 50%;
    position: absolute;
    height: 900px;
    top: 0;
    right:0;
}

div.furniture-wg {
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(15,18,40,0.72) 62%, rgba(0,0,0,0.02) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(15,18,40,0.72) 62%,rgba(0,0,0,0.02) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(15,18,40,0.72) 62%,rgba(0,0,0,0.02) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#05000000',GradientType=1 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 900px;
    top: 0;
}

div.automotive-knit {
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=1 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 900px;
    top: 0;
}

div.industrial-cut {
background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=1 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 900px;
    top: 0;
}

div.industrial-knit2 {
	background: #f0f0fa;
    width: 50%;
    position: absolute;
    height: 900px;
    top: 0;
}

div.knit-tfs,
div.medical-knit2 {
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 45%, rgba(0,0,0,0.64) 55%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 45%,rgba(0,0,0,0.64) 55%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 45%,rgba(0,0,0,0.64) 55%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 900px;
    top: 0;
}

div.medical-knit{
background: -moz-linear-gradient(left, rgba(61,42,31,0.65) 1%, rgba(60,41,30,0.65) 2%, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 78%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(61,42,31,0.65) 1%,rgba(60,41,30,0.65) 2%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 78%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(61,42,31,0.65) 1%,rgba(60,41,30,0.65) 2%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    width: 100%;
    position: absolute;
    height: 900px;
    top: 0;
}

div.sports-knit3{
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 900px;
    top: 0;
}



div.knit-wg {
background: -moz-linear-gradient(130deg, rgba(255,255,255,0.8) 30%, rgba(255,255,255,0) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(130deg, rgba(255,255,255,0.8) 30%,rgba(255,255,255,0) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(130deg, rgba(255,255,255,0.8) 30%,rgba(255,255,255,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	width: 100%;
    position: absolute;
    height: 900px;
    top: 0;
}

div.sample_bottom {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
width: 100%;
    position: absolute;
    height: 900px;
    top: 0;
}


div.merit-box-m {
	width:500px;
	margin: 50px auto 0 auto;
	text-align:center;
	color: white;
	line-height: 1.8;
}

div.sample-box-m {
	width:500px;
	margin: 50px auto 0 auto;
	text-align:center;
	color: white;
	line-height: 1.8;
}

div.sample-box-m h2 {
	margin-bottom: 20px;
	position:relative;
	font-size: 25px;
	font-weight: 500;
}

div.sample-box-m p {
	position:relative;
}

div.merit-box-r {
	position: absolute;
	top: 50px;
	left:55%;
	right:10%;
	color: white;
	line-height: 1.8;
}
#design div.merit-box-r,
#design div.merit-box-l,
#design div.merit-box-m,
#knit div.merit-box-r,
#knit div.merit-box-l,
#knit div.merit-box-m,
#industrial div.merit-box-r,
#industrial div.merit-box-l,
#industrial div.merit-box-m,
#aerospace div.merit-box-r,
#aerospace div.merit-box-l,
#aerospace div.merit-box-m,
#furniture div.merit-box-r,
#furniture div.merit-box-l,
#furniture div.merit-box-m
#sports div.merit-box-l,
#medical div.merit-box-l
 {
	color:#414242;
}

#sports div.merit-box-l {
	color:#414242;
}

div.merit-box-m h2,
div.merit-box-l h2,
div.merit-box-r h2 {
	font-size: 25px;
	font-weight: 500;
	color: white;
}

#design div.merit-box-m,
#design div.merit-box-l,
#design div.merit-box-r,
#design div.merit-box-m h2,
#design div.merit-box-l h2,
#design div.merit-box-r h2,
#knit div.merit-box-m,
#knit div.merit-box-l,
#knit div.merit-box-r,
#knit div.merit-box-m h2,
#knit div.merit-box-l h2,
#knit div.merit-box-r h2 {
	color: #414242;
}


div.merit-box-m p.title,
div.merit-box-l p.title,
div.merit-box-r p.title {
	width: 180px;
	background: #004f99;
	border-radius: 20px;
	padding: 7px;
	margin: 30px 0 10px 0;
	float: none;
	text-align: center;
	font-size: 18px;
	position: relative;
	color:white;
}

div.merit-box-m p.title span,
div.merit-box-l p.title span,
div.merit-box-r p.title span {
	font-weight: 500;
}

div.merit-list {
	margin: 50px 0 0 10px;
}

div.merit-list p {
	margin-bottom: 25px;
	font-size: 16px;
}

div.merit-list p.indent {
	margin-left: 30px;
	text-indent: -35px;
}

div.merit-list p img {
	margin-right: 20px;
}

div.merit-box-l {
	width:1000px;
	color: white;
	line-height: 1.8;
	margin:0 auto;
}

div.merit-box-f {
	width:1000px;
	max-width:90%;
	margin:0 auto;
}

div.contact div.button-c {
	clear: both;
	float: none;
	width:360px;
	margin: 130px auto;
	text-align: center;
	font-size: 19.2px;
}


div.introtext div.button-c,
div.merit div.button-c {
	clear: both;
	float: none;
	width:360px;
	margin: 130px auto;
	text-align: center;
	font-size: 19.2px;
}


#design div.introtext div.button-c {
	margin:40px auto;
}



div.merit div.d_b {
	margin-top: 320px;
}

div.merit div.button-r {
	clear: both;
	float: none;
	width:250px;
	margin: 50px 0;
	text-align: center;
	font-size: 19.2px;
}

div.long {
	height: 750px;
}

div.merit-list p.apex_merit {
	position: relative;
	border: 2px solid #bfc0c5;
    width: 140px;
    border-radius: 8px;
    padding: 2px 20px;
    font-size: 18px;
    margin-bottom: 15px;
    background: white;
}

div.merit-list p.apex_merit span {
	position: absolute;
	display: block;
	width: 70px;
	margin-top: -33px;
	right: 20px;
	font-size:18px;
}

div.merit-list p.apex_merit span.b {
	color:#004f99;
}

div.merit-list p.apex_merit span.r {
	width:45px;
	color:red;
}

div.merit div.video {
	width: 800px;
	margin: 20px auto;
}

div.merit div.video iframe{
	height:450px;
}

#sports div.merit div.video {
	    width: 470px;
    margin-top: 20px;
}



/*提携ロゴエリア*/

#design_partner {
	background:white;
}

#design_partner .partner {
	width:950px; 
	max-width:90%; 
	margin:50px auto 50px auto;
	text-align:center; 
}

#design_partner .partner h2 {
	color:#414242; 
	margin-bottom:10px;
	font-size: 25px;
}

div.brand_logo_area {
    position: relative;
}

div.brand_logo_area {
    width: 100%;
    clear: both;
    padding: 0 0 60px 0;
}


.brand-list {
    position: relative;
    width: 950px;
    clear: both;
    float: none;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.brand-list img {
    padding: 20px 60px;
    width: 120px;
}

.logo-link img {
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.logo-link:hover img {
    opacity: 0.5;
}

@media only screen and (max-width: 1024px) {
.brand-list {
    width: 90%;
}	
}

@media only screen and (max-width: 825px) {
.brand-list img {
    padding: 20px 30px;
    width: 120px;
}
}

@media only screen and (max-width: 417px) {
.brand-list img {
    padding: 10px 20px;
    width: 90px;
}
}

/*提携ロゴエリアここまで*/







@media only screen and (max-width: 650px) {

div.merit div.video iframe{
	height:350px;
}

}

@media only screen and (max-width: 470px) {

div.merit div.video iframe{
	height:250px;
}

}

#sports div.merit div.video {
       width: 470px;
	       margin: 20px 0;
}



#medical div.merit div.video {
	width: 100%;
	margin: 20px 0;
}

#medical div.merit div.video iframe,
#sports div.merit div.video iframe { 
	height:600px;
}

@media only screen and (max-width: 2300px) {

#medical div.merit div.video iframe {
	height:500px;
}

#sports div.merit div.video iframe {
	height:300px;
}

}

@media only screen and (max-width: 1900px) {

#medical div.merit div.video iframe {
	height:400px;
}

}

@media only screen and (max-width: 1500px) {

#medical div.merit div.video iframe,
#sports div.merit div.video iframe {
	height:300px;
}

}

@media only screen and (max-width: 850px) {

#medical div.merit div.video iframe,
#sports div.merit div.video iframe {
	height:400px;
}

}

@media only screen and (max-width: 470px) {

#medical div.merit div.video iframe,
#sports div.merit div.video iframe {
	height:250px;
}

}



#medical div.merit div.video video,
#sports div.merit div.video video{
	width:640px;
}

div.h_v {
	height: 600px;
}

div.user_support {
	width:100%;
	text-align: center;
	padding: 20px 0;
	background: #004c7a;
	border-top: 7px solid white;
}

div.user_support h2 p{
	font-size:25px;
	color:#f0f0fa;
	font-weight:700;
}

div.service {
	width: 100%;
	background: #105a89; /* Old browsers */
background: -moz-linear-gradient(top, #105a89 0%, #5289a8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #105a89 0%,#5289a8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #105a89 0%,#5289a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105a89', endColorstr='#5289a8',GradientType=0 ); /* IE6-9 */
	color: white;
	padding: 50px 0;
}


div.service h2 {
	color: white;
	margin-bottom: 20px;
	font-size: 19.2px;
}

span.subtitle {
	font-size: 30px;
	font-weight:700;
	line-height: 1.2;
}

div.service div.service-box div.text {
	width:30%;
	margin-left: 20%;
	float: left;
}

div.service div.service-box div.text div.button-support {
	width:260px;
}

div.service div.service-box div.text > p {
	line-height:1.7;
}

div.service div.service-box div.photo {
	width: 25%;
	margin-right: 20%;
	float: right;
}

div.service div.service-box div.photo img {
	width:100%;
}

div.ssos p.white_b:hover,
div.service p.white_b:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.95);
}

div.ssos {
	clear: both;
	float: none;
	background: #6695b3; /* Old browsers */
background: -moz-linear-gradient(top, #6695b3 0%, #a3c0d0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6695b3 0%,#a3c0d0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6695b3 0%,#a3c0d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6695b3', endColorstr='#a3c0d0',GradientType=0 ); /* IE6-9 */
	color: white;
}

div.ssos_box {
	width: 50%;
	float:right;
}

div.ssos_box div {
	margin: 30px 0;
}

div.ssos_box div p.logo {
	position: relative;
}

div.ssos_box div p.logo i.large {
	position: absolute;
    font-size: 150%;
    padding:10px 5px 10px 0;
    margin-left:0;
}


div.ssos_box div p.text {
    font-size: 12px;
    margin-top: 10px;
}

div.ssos div.ssos_box h2 {
	font-weight: 500;
	color: white;
	font-size: 19.6px;
	padding-right:10px;
}

div.ssos {
	position: relative;
	clear: both;
	float: none;
	height: 550px;
	margin-bottom: 50px;
	padding: 50px 0 30px 0;
}

div.ssos div.ssos_box{
    width: 45%;
    position: absolute;
    top: 80px;
    right: 0;
    overflow: hidden;
}

div.ssos div.ssos_box2 {
    width: 54%;
    position: absolute;
    left: 0;
}

div.ssos div.ssos_box p.description{
	margin-top:20px;
	line-height:1.7;
}

div.ssos div.ssos_box2 > img {
	position: absolute;
	top:40px;
    right: 0;
    float: none;
    z-index: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

div.ssos div.ssos_box div p a img,
div.ssos div.ssos_box div p a i {
	opacity:0.75;
}

div.ssos div.ssos_box div p a:hover img {
	opacity:1;
}

div.ssos div.ssos_box div p a:hover i {
	opacity:1;
}

div.ssos_box div.button-l {
	width:360px;
	margin-left:5px;
}


.white {
	color:white;
	margin-left: 10px;
}

div.contact {
	width: 100%;
	text-align: center;
	margin:50px 0;
	font-size: 16px;
}


div.contact div.button-c {
	clear: both;
	float: none;
	width:360px;
	margin: 50px auto;
	text-align: center;
	font-size: 19.2px;
}

div.contact > p {
	padding: 0 20px;
}

div.button_list_box {
	width: 1000px;
	margin: 30px auto 50px auto;
	float:none;
}

div.button_list {
	clear: both;
	float: none;
}

div.button_list_box div.icon {
	width: 25%;
	text-align: center;
	float: left;
	padding: 0;
	margin-bottom: 50px;
}

div.button_list_box div.icon div.icon_box {
    width: 80px;
    margin: 0 auto 20px auto;
}

div.circle {
    width: 80px;
    height: 60px;
    margin: 0 auto 20px auto;
    background: white;
    box-shadow: 0 3px 15px rgba(0, 79, 153, 0.4);
    border-radius: 40px;
    padding-top: 20px;
    font-size: 190%;
    color: #004f99;
}

div.button_list_box div.icon a:hover div.circle {
	background:#004f99;
	color: white;
}

div.button_list_box div.icon a p {
	color: #414242;
}

div.button_list_box div.icon a:hover p {
	color: #368fef;
}

div.half-box-l,
div.half-box-r {
	width:100%;
	position: relative;
	clear: both;
	float: none;
	height:450px;
	font-size: 16px;
}

div.half-box-r div.right{
	width:50%;
	float:right;
}

div.half-box-l div.left{
	width:50%;
	float:left;
}

div.half-box-r div.right > img,
div.half-box-l div.left > img{
	position: absolute;
    width: 50%;
    float: none;
    z-index: 0;
    object-fit: cover;
    height: 450px;
    object-position: 75% 0;
    font-family: 'object-fit: cover; object-position: 75% 0;'
}

div.half-box-r div.left{
	width:50%;
	float:left;
	line-height: 1.8;
	position:relative;
}

div.half-box-r div.left > div {
	position:absolute;
	width:55%;
	top:50px;
	left:40%;
}

div.half-box-l div.right{
	width:50%;
	float:right;
	line-height: 1.8;
	position:relative;
}

div.half-box-l div.right > div {
	position:absolute;
	width:55%;
	top:50px;
	right:40%;
}

div.half-box-r div.left h2,
div.half-box-l div.right h2{
	font-size: 25px;
    font-weight: 500;
    color:#414242;
}

div.button-l,
div.button-r{
	width:200px;
}

div.half-box-r div.left > div div.button-l,
div.half-box-l div.right > div div.button-l{
	width:180px;
}

div.half-box-r div.left > div div.button-l p.blue_b,
div.half-box-l div.right > div div.button-l p.blue_b{
	width:120px;
}

#furniture div.introtext span {
	color: #004f99;
    font-size: 160%;
    font-weight: 700;
}

div.merit div.h_knit_b {
	margin-top: 650px;
}

div.merit div.h_knit_b2 {
	margin-top: 500px;
}

div.merit div.w_print_b{
	width:400px;
	margin-top:650px;
}

p.w_print_b {
	width:340px;
}

div.h_s {
	height: 800px;
}

div.merit div.h_c {
	margin-top: 100px;
}

#industrial div.merit div.h_c {
	margin-top: 600px;
}


#aerospace div.merit div.h_c{
	margin-top: 600px;
}

#automotive div.merit div.h_c {
	margin-top: 650px;
}

p.white_b,
p.blue_b {
	font-size:16px;
}

h2.up,
p.up,
div.up {
	position:relative;
}

div.merit-box-m > p,
div.merit-box-l > p,
div.merit-box-r > p {
	padding-top: 10px;
	line-height:1.7;
}

div.merit-box-l > p.company,
div.merit-box-r > p.company {
	font-size:20px;
	font-weight:700;
	color:#414142;
	margin-top:20px;
}

div.merit-box-m > p.short,
div.merit-box-l > p.short,
div.merit-box-r > p.short {
	width:400px;
	max-width:100%;
}


div.jirei-box div.text p,
div.design-case div.text p {
	line-height:1.7;
}

span.num {
	font-size:180%;
	padding:0 5px;
	font-family: 'Merriweather', serif;
	line-height: 1.5;
}

div.sports-knit2 {
    position: absolute;
	width:50%;
    height: 900px;
    top: 0;
    right:0;
	background: #f0f0fa;
}

div.sports-cut {
    position: absolute;
	width:50%;
    height: 900px;
    top: 0;
	background:#f0f0fa;
}

.b-w {
	color:#414242;
}

div.tag {
	width:1000px;
	margin:0 auto;
}

div.tag div.tag-case {
	width:20%;
	margin:50px 2%;
	float:left;
	border: 2px solid #dbdbea;
    border-radius: 20px;
    padding: 10px 0;
    background: #f0f0fa;
}

div.tag div.tag-case p.tag {
	width:100px;
	padding:5px;
	float:none;
	text-align:center;
	margin:0 auto;
	color:#5881ad;
}

div.tag div.tag-case i.icon {
	font-size:200%;
	padding:5px 0;
	color: #004f99;
}


div.product-merit-list {
	position:relative;
	width:45%;
}

div.design-merit {
	width:100%;
}

div.product-merit-list h3.open_h3{
    cursor: pointer;
    margin: 25px 0 10px 0;
    font-size: 16px;
    position:relative;
}

div.product-merit-list h3.open_h3:hover {
	color: #368fef;
}

div.product-merit-list .open_h3:after, 
div.product-merit-list .open_h3.active:after {
    font-size: 22px;
    margin-left: 20px;
}

div.product-merit-list .open_h3.active::after {
    content: "▲";
    font-size:14px;
    position:absolute;
    color: #5881ad;
    position:absolute;
    top:0px\9;
}

div.product-merit-list .open_h3::after {
    content: "▼";
    font-size:14px;
    position:absolute;
    margin-top:2px;
    margin-top:12px\9;
    color: #5881ad;
    position:absolute;
    top:0px\9;
    line-height:1\9;
}

div.product-merit-list ul {
	margin:0 0 20px 25px;
	border-left: 1px solid #a8c3e0;
	padding-left:40px;
}

div.product-merit-list ul li {
	padding: 10px 0 ;
	color:gray;
	list-style:disc;
}

div.product-merit-list h3.open_h3 img {
	margin-right: 20px;
	position:relative;
}

div.three-box,
div.two-box {
	width:100%;
	clear:both;
	float:none;
	overflow:hidden;
	background: #f0f0fa;
	position:relative;
	height:400px;
}

div.half-case-l {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	float:left;
}

div.half-case-r {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	float:right;
	border-left: 7px solid #f0f0fa;
}

div.three-box div.half-case-l,
div.three-box div.half-case-r {
	width:33%;
}

div.half-case-m {
	position:absolute;
	top:0;
	right:0;
	width:33%;
	float:right;
	border-left: 7px solid #f0f0fa;
}


div.half-case-m {
	position:absolute;
	top:0;
	left:33%;
	width:33%;
	float:left;
}



div.half-case-l img,
div.half-case-m img,
div.half-case-r img {
	width:100%;
	height:300px;
	object-fit:cover;
	font-family: 'object-fit:cover;';
}

div.half-case-l div.half-btn,
div.half-case-m div.half-btn,
div.half-case-r div.half-btn {
	width:100%;
	height:100px;
	position:relative;
	background:white;
}

div.half-case-l div.half-btn p,
div.half-case-m div.half-btn p,
div.half-case-r div.half-btn p {
	position:absolute;
	top:30%;
	right:0;
	left:0;
	text-align:center;
	font-size:25px;
}

.arrow {
	font-size:20px;
	border:0;
}

div.half-case-l a:hover div.half-btn,
div.half-case-m a:hover div.half-btn,
div.half-case-r a:hover div.half-btn,
div.half-case-l a:hover div.half-btn .blue,
div.half-case-m a:hover div.half-btn .blue,
div.half-case-r a:hover div.half-btn .blue {
	background: #004f99;
	color:white;
}

div.industry {
    background: #f0f0fa;
    float:none;
    padding: 80px 0 10px 0;
    margin-bottom: 7px;
}

div.industry h2{
	font-size:25px;
}

div.industry_box {
	width: 80%;
	max-width:100%;
	margin: 30px auto 0 auto;
	float:none;
}

#product-top div.industry_box {
	width:100%;
}


div.industry_box div.set {
	width: 99%;
	clear: both;
	float:none;
	margin-left: 1%;
}

div.industry_box div.set div {
	width: 24%;
	margin-right: 1%;
	float: left;
	margin-bottom: 15px;
	background:white;
	box-shadow: 0 1px 3px #a8a8b1;
}

div.industry_box div.three div {
	width:32%;
}

div.industry_box div.set div p.photo {
	width: 60px;
	height:60px;
	float: left;
	margin-right:10px;
}

div.industry_box div.set div p.photo img {
	width: 60px;
	height:60px;
	object-fit:cover;
	font-family:'object-fit:cover;';
}

div.industry_box div.set div a:hover img {
	cursor:pointer;
    zoom:1;
}

div.industry_box div.set div p.text {
	width:80%;
	padding: 5% 10%;
}

div.industry_box div.three div p.text {
	padding:20px 10px 0 10px;
}

div.industry_box div.set div:hover,
div.industry_box div.set div:hover a .blue {
	background: #004f99;
	color:white;
}

div.industry_box div.set div:hover p.text {
	color:white;
}

div.industry_box a {
	text-decoration: none;
	color: #414242;
}

div.form-case {
	width:100%;
}

div.error {
    width: 560px;
    max-width:90%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    color: red;
    background: #ffebeb;
    margin-bottom: 30px;
    font-size: 16px;
}

div.form {
	width:600px;
    max-width:90%;
	margin: 0 auto;
	font-size:16px;
}

div.form form > div {
	float:none;
	border-top: 1px solid #ced6de;
}

div.form form > div:hover {
	/* background: #f4fdff; */
}

div.form form > div.send:hover {
	background: none;
}

div.form form div div.product {
	clear:both;
}

div.form form div div.product p {
	font-weight: 500;
    color: #3f6db3;
}

div.form form div div.product label {
	padding:0 30px 10px 0;
}

div.form form div div.product ul li {
	float:left;
}

div.form form div div.product ul li:last-child {
	margin-bottom: 15px;
}

div.form form div div.label {
	width:35%;
	float:left;
	padding:30px 20px 30px 20px;
}

div.form form div div.label label,
div.form form div div.label p {
	font-weight: 500;
	font-size:15px;
}

div.form form div div.input {
	padding:25px 25px 20px 20px;
	float:none;
	overflow:hidden;
	/* border-left: 1px dotted #ced6de; */
}

div.form form div div.segment label {
	padding:0 30px 10px 0;
}

div.form form div div.input input.long {
	width:100%;
}

div.form form div div.input select.dropdown {
	margin-bottom:5px;
}

div.form span.detail{
	font-size:12px;
	color:gray;
}

div.form form div.send {
	text-align:center;
	padding:40px 0 80px 0;
}

input.submit {
	margin-bottom:20px;
	height: 50px;
    padding: 8px 30px 12px 30px;
    padding: 10px 30px\9;
    background: #5881ad;
    color: white;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 79, 153, 0.4);
    width: 360px;
    position: relative;
    font-size: 19.2px;
    border:0;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    cursor:pointer;
}

input.submit:hover {
    background: #4281d2;
   }

input.submit:after {
	position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f138";
}
	
	
span.required {
	color:red;
	font-weight:600;
	margin-left:5px;
}

#catalogue form .text,
#catalogue form textarea,
#catalogue form .dropdown{
    border:1px solid #9babbd;
    padding: 10px;
    /* color: #999; */
    background: #fff;
    border-radius: 3px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f4f6f7),
        to(#fff)
        );
     
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #f4f6f7,
        #fff
        );
     
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

#catalogue form .required {
   /* background: #fff5f8; */
   background:  #f4fdff;
}

#catalogue form .dropdown{
	margin-top:10px;
}

div.form form div div.input div.family{
	margin:0 10px 15px 0;
	float:none;
}

div.form div.agree {
	padding: 15px;
    background: #dbecfb;
    margin-top: 10px;
    width: 150px;
}

#catalogue form div.label .required {
    background: none;
}

div.list {
	width:1000px;
	margin:0 auto 100px auto;
}

div.list div.segment {
	width:100%;
	margin-bottom:50px;
	font-size:16px;
	float:none;
}

div.list div.segment > p {
	font-weight: 500;
    color: #3f6db3;
	border-bottom: 2px solid #7b879c;
	padding-bottom: 10px;
}

div.list div.segment div.catalogue {
	width:100%;
	height:25px;
	float:none;
	padding: 10px 0;
	background: #ebebec;
	border-bottom: 1px solid #a3abb9;
}

div.list div.segment div.catalogue:nth-child(odd) {
	background:#f9f9f9;
}


div.list div.segment div.catalogue div.name {
	float:left;
	padding-left: 20px;
}

div.list div.segment div.catalogue div.size {
	float:right;
	padding-right: 20px;
	color: gray;
    font-size: 14px;
}

div.list div.segment div.catalogue div.name a:hover{
	text-decoration: underline;
}

div.merit-box-f h2 span,
div.merit-box-m h2 span,
div.merit-box-l h2 span,
div.merit-box-r h2 span{
	font-size:25px;
	font-weight:700;
	line-height:1.5;
}


p.support_b,
p.sample_b {
	width:200px;
}

div.merit div.wg_b {
	width:310px;
}

p.wg_b {
	width:250px;
	text-align:left;
}

div.furniture-knit{
	background: white;
    width: 50%;
    position: absolute;
    height: 900px;
    top: 0;
}

div.product-merit-list ul li.w-b,
.w-b {
	color:white;
}

div.aerospace-cut{
background: -moz-linear-gradient(-45deg, rgba(15,55,89,1) 0%, rgba(20,86,122,0) 55%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(15,55,89,1) 0%,rgba(20,86,122,0) 55%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(15,55,89,1) 0%,rgba(20,86,122,0) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3759', endColorstr='#0014567a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    position: absolute;
    height: 850px;
    top: 0;
}

div.aerospace-knit-b {
	background:#000;
}

div.merit div.t0 {
	margin-top:50px;
}


#machine div.top-contents {
	background: none;
	text-align:center;
}

#machine div.top-contents div.photo img {
	margin:200px auto 0 auto;
	width:auto;
}

#machine div.top-contents div.photo img.cam {
	margin-top:50px;
}

div.machine-name{
	width: 100%;
	clear: both;
	float: none;
	font-size: 14px;
	overflow:hidden;
	text-align:center
}

div.machine-name p.type {
	width:160px;
	margin:20px auto 15px auto;
	padding:0 2px;
	background:gray;
	color:white;
	font-size:12px;
	text-align:center;
}

div.machine-name h1 {
	text-align:center;
	font-size: 30px;
}

div.machine-name img {
	margin:2px auto 30px auto;
}

div.machine-box {
	width: 1000px;
	margin:0 auto;
	clear: both;
	float: none;
	overflow:hidden;
}

div.machine-box div.introtext {
	width:49.7%;
	float:left;
	text-align:left;
	padding: 40px 0;
}

div.machine-box div.introtext p {
	font-size:20px;
	padding:0 0 0 5%;
	font-weight:500;
}

div.machine-box div.machine-detail {
	width:50%;
	float:right;
	border-left:1px dotted gray;
	margin:40px 0;
}

div.machine-detail p.feature {
	margin:2px auto;
	padding:0 5%;
	font-size: 12px;
}

div.machine-detail p.feature a{
	font-size:12px;
	padding:0 5px;
}

div.machine-detail p.feature a:hover{
	text-decoration:underline;
}

div.machine-detail p.feature span{
	font-weight: 500;
	color: #004c7a;
}

.purple {
	border-top: 5px solid #8070a9;
}

.pink {
	border-top: 5px solid #d1567f;
}

.yellow-green {
	border-top: 5px solid #9bbc3d;
}

.orange {
	border-top: 5px solid #e9923b;
}

.green {
	border-top: 5px solid #0eab9c;
}

.light-blue {
	border-top: 5px solid #5782bf;
}

.turquoise {
	border-top: 5px solid #01aac9;
}

.brown {
	border-top: 5px solid #be6671;
}

#machine .blue {
	border-top: 5px solid #004f99;
	color: #414242;
}

div.kinou-box {
	position:relative;
	width:1000px;
	margin:0 auto;
	float:none;
	clear:both;
	padding-top:80px;
	margin-bottom: 50px;
}

div.kinou-title {
	position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}

div.kinou-left{
	position:relative;
	width:45%;
	float:left;
    padding-top: 270px;
    margin:-170px 0 10px 10px;
	height:300px;
}

div.kinou-right{
	position:relative;
	width:45%;
	float:right;
/*	border-top: 1px solid #a2bfd0; */
    padding-top: 270px;
    margin:-170px 0 10px 10px;
	height:300px;
}

div.kinou-left2{
	position:relative;
	width:45%;
	float:left;
    padding-top: 270px;
    margin:-170px 0 10px 10px;
	height:400px;
}

div.kinou-right2{
	position:relative;
	width:45%;
	float:right;
/*	border-top: 1px solid #a2bfd0; */
    padding-top: 270px;
    margin:-170px 0 10px 10px;
	height:400px;
}

div.kinou-width{
	position:relative;
	width:100%;
	float:left;
/*	border-top: 1px solid #a2bfd0; */
    padding-top: 270px;
    margin:-170px 0 10px 0;
}

div.kinou-box div.kinou-width div.pic{
	width:45%;
	float:left;
}

div.kinou-box div.kinou-width div.text {
	width:52%;
}


div.kinou-box div.pic{
	width:47.5%;
	float:left;
}

div.kinou-box div.text {
	width:47.5%;
	float:right;
	border-top: 1px solid #a2bfd0;
    padding-top: 20px;
}

div.kinou-box div.text2 {
	width:100%;
	float:right;
	border-top: 1px solid #a2bfd0;
    padding-top: 20px;
}

div.kinou-box div.pic img{
	width:100%;
}

div.kinou-box h3 {
	font-size:25px;
	font-weight:500;
	line-height:1.5;
	text-align:center;
	color:#004f99;
	border-top:5px solid #78a4ce;
	padding:20px 0;
	word-break:break-all; 
	
}

div.kinou-box h4 {
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	line-height:1.5;
}

div.kinou-box div.text p,
div.kinou-box div.text2 p {
	color: #6f7171;
    line-height: 1.8;
    font-size: 13px;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: -20px auto 0px auto;
}

.cp_box p{
	text-align:center;
	font-weight:600;
	font-size:20px;
}

.cp_box label {
	font-weight: 600;
	position: relative;
	display: block;
	width: 1000px;
	height:35px;
	margin:0 auto;
	padding: 3px 30px;
	cursor: pointer;
	text-align: center;
	color: white;
	background:#004f99;
	box-shadow: 0 3px 15px rgba(0, 79, 153, 0.4);
	line-height: 1.8;
	font-size:16px;
}
.cp_box label:hover {
	transition: all 0.3s;
	opacity:0.6
}
.cp_box label::after {
	font-family: 'FontAwesome';
	content: '▼';
	margin-left:5px;
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: '▲';
	margin-left:5px;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
	width: 1000px;
    margin-bottom: 80px;
    /* text-align: center; */
    margin: 0 auto;
    padding-top: 10px;
}


.cp_box .cp_container ul.first,
.cp_box .cp_container ul.second {
	width: 35%;
	float: left;
	text-align: left;
}

.cp_box .cp_container ul.third {
	width: 30%;
	float: right;
	text-align: left;
}

.cp_box .cp_container ul.half {
	width: 50%;
	float: left;
	text-align: left;
}


.cp_box .cp_container ul > li a {

	font-size: 17px;
    font-weight: 500;
	}

.cp_box .cp_container ul li ul {
	margin: 10px 0 20px 0;
}

.cp_box .cp_container ul li ul li a {
	font-size: 14px;
    font-weight: normal;
  }

.cp_box .cp_container ul li {
	width:100%;
	margin:5px 1%;
	float:left;
}

.cp_box .cp_container ul li a:hover {
	text-decoration: underline;
}

div.note {
	width:520px;
	margin: 0 auto;
	}

div.note-left{
	position:relative;
	width:63%;
	float:left;
    padding-top: 5px;
	margin-bottom: 10px;
}

div.note-right{
	position:relative;
	width:33%;
	float:right;
	 padding-top: 5px;
	margin-bottom: 10px;
}


div.note-left p,
div.note-right p {
	font-size: 12px;
}


div.support-area {
	width:100%;
	background:#f0f0fa;
	padding:50px 0;
}

div.support-box {
	width:1000px;
	margin:0 auto;
	padding-top:50px;
	float:none;
	clear:both;
}

div.support {
	width:28%;
	height:400px;
	margin:0 2.5% 150px 2.5%;
	float:left;
}

div.training div.support {
	width:45%;
	height:500px;
}

div.support img {
	width:100%;
}

div.support h3 {
	font-weight:700;
	font-size:25px;
	text-align:center;
	margin:15px 0;
}

div.support div {
	width:220px;
	margin:20px auto;
}

div.support div a p{
	width:160px;
	text-align:center;
}

div.support p {
	line-height:1.7;
	font-size:13px;
}

div.support a p.blue_b{
	font-size:16px;
	line-height:1.9;
}

div.support p.comment {
	font-size:11px;
	color:gray;
	line-height:1.3;
	text-align:center;
}

div.kv-area div.button-box,
div.introtext > div.button-box {
	width:360px;
	margin:50px auto;
	text-align:center;
	font-size:19.2px;
}

div.virtual-area,
div.kv-area,
div.sample-area {
	width:100%;
	float:none;
	text-align:center;
	margin:100px auto;
}

div.category-h {
	margin-top:200px;
}

div.virtual-box h2,
div.kv-area h2,
div.sample-area h2 {
	color:#414242;
	font-size:25px;
	font-weight:700;
	margin-bottom:20px;
}

div.sample-area > p {
	width:1000px;
	max-width:90%;
	margin:20px auto 50px auto;
}

div.virtual-box,
div.kv-box,
div.sample-box {
	width:1000px;
	max-width:90%;
	margin:0 auto;
	float:none;
	clear:both;
}

div.sample-box div.sample {
	width:40%;
	padding:0 5%;
	float:left;
	text-align:left;
}

div.sample-box {
	padding-top:150px;
}

div.sample-box:first-of-type {
	padding-top:20px;
}

div.sample-box:last-child div.sample div.text {
	margin-bottom:150px;
}

div.sample-box div.sample div.pic {
	width:100%;
	height:300px;
	margin: 20px 0 15px 0;
	background:#f0f0fa;
}

div.sample-box img {
	width:100%;
	height:300px;
	object-fit:cover;
	font-family:'object-fit:cover;';
	box-shadow: 0 2px 5px 1px #b5b6b7;
}

div.sample-box div.sample div.pic img {
	width:100%;
	height:300px;
	object-fit:cover;
	font-family:'object-fit:cover;';
	box-shadow: 0 2px 5px 1px #b5b6b7;
}

div.sample-box div.sample div.text h3 {
	font-size:22px;
}

div.print-sample div.sample-box div.sample div.text h3 {
	margin-bottom: 10px;
}

div.sample-box div.sample div.text p{
	width:100%;
	font-size:13px;
}

div.sample-box div.sample div.text p.tag {
	color:gray;
	margin-bottom:10px;
}

div.sample-box div.sample div.text div.s-button-box {
	width:125px;
	margin-top:15px;
}

div.sample-box div.sample div.text div.s-button-box p.blue_b {
	font-size:13px;
	width:100px;
	padding:3px 10px 3px 15px;
	height:25px;
	line-height:2;
	margin:0
}

div.sample-box div.sample div.text div.s-button-box p.blue_b:after {
	top:10px;
}


#machine div#list {
	width: 1000px;
	max-width:90%;
    margin: 150px auto 50px auto;
    clear: both;
}

#machine div#list h3 {
	font-size: 30px;
    text-align: center;
    margin: 0 auto 20px auto;
    line-height:1.3;
}

#machine div#list  div.box {
    margin: 20px 3% 0 0;
    float: left;
    width:35%;
}

#machine div#list  div.last {
	margin-right:0;
	width:23%;
}

#machine div#list  div.cam {
	width:30%;
    margin: 20px 0 0 3%;
}

#machine div#list h4 {
	font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height:1.3;
    clear:both;
}

#machine div#list div.cam h4 {
	margin-left:-10px;
}

#machine div#list div.cam h4 a {
	font-size: 17px;
    font-weight: 500;
}

#machine div#list div.cam h4 a:hover {
	text-decoration:underline;
}

#machine div#list ul {
	margin: 0 1% 5px 0;
	list-style:none;
}

#machine div#list ul li {
    margin:0 1% 5px 10px;
    text-indent:-10px;
}

#machine div#list ul li i {
	margin-right: 10px;
    color: #bfbfbf;
}

#machine div#list ul li a:hover {
    text-decoration: underline;
}


div.mokuji-box {
	width:1000px;
	max-width:100%;
	margin:20px auto;
	text-align:center;
}

div.mokuji {
	width:100%;
	margin-bottom:100px;
}

div.mokuji p{
	text-align:center;
	margin:20px 0;
	float:none;
}

div.mokuji p a{
	font-size:20px;
}

ul.sample-list {
	width:1000px;
	max-width:90%;
	margin:0 auto;
}

ul.sample-list li {
	width:27.3%;
	height:280px;
	padding:2%;
	margin:10px 1%;
	float:left;
}

ul.sample-list li p {
	font-size:13px;
	font-weight:500;
	line-height:1.3;
	text-align:left;
	border-left: 5px solid #7ca3c7;
    padding-left: 10px;
}

ul.sample-list li p.caption {
	font-size:10px;
	line-height:1.5;
	color:gray;
	border:0;
	padding:0;
}

ul.sample-list li img {
	width:100%;
	object-fit:cover;
	object-position:50% 50%;
	font-family: 'object-fit:cover; object-position:50% 50%;';
	margin-top:10px;
}

ul.sample-list li img.short {
	height:80px;
}

p b {
	color:#004f99;
	padding-right:20px; 
}

h3 b {
	color:#004f99;
	padding-right:20px; 
}

p b2 {
	color:white;
	padding-right:20px; 
}

div.merit img.right {
	object-position: 70%  80%;
font-family:object-position:70%  80%;
}


div.merit img.left {
	object-position: 20% 0;
font-family:object-position:20% 0;
}

div.merit img.left2 {
	object-position: 10% 0;
font-family:object-position:10% 0;
}

div.merit img.left3 {
	object-position:60% 40%;
font-family:object-position:60% 40%;
}


#aerospace div.merit img.back29 {
	object-position:35% 50%;
font-family:'object-fit: cover; object-position:35% 50%';
}




/*///// 画像が自動で流れる //////*/

div.brand {
	height:150px;
}

  .loop_css1 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100vw;
    height: 109px;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
  }

  .loop_css1 img {
    height: 109px;
   width: auto;
  }

  @media screen and ( max-width: 900px ) {
    .loop_css1 {
 /*     height: calc(100vw * .17); */
    }

    .loop_css1 img {
   width: auto;
   /*   min-width: 110vw; */
   /*   height: 100%; */
    }
  }
  
  @media only screen and (max-width: 480px) {
  
    .loop_css1 img {
  	width: auto;
    height: 54.5px;
    }
    
  	.loop_css1 {
  		height:60px;
  	}
  
	div.brand {
		height:80px;
	}
  }

  .loop_css1 img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }

  .loop_css1 img + img {
    -webkit-animation: loop2 50s  linear infinite;
    animation: loop2 50s linear infinite;
  }
  
    @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }





img.white-tfs {
	position:relative;
	width:250px;
	margin:50px 0 20px 0;
}

img.blue-tfs {
	position:relative;
	width:250px;
	margin:50px auto 20px auto;
	display:none;
}

div.ink-box {
	width:600px;
	max-width:90%;
	margin:0 auto 50px auto;
}

div.merit > p {
	width:1000px;
	max-width:90%;
	margin:0 auto;
}

div.ink-box p.circle {
	width: 30px;
    height: 30px;
    border-radius: 15px;
    float: left;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0 3px #ababab;
    margin-right: 10px;
}

div.ink-box h3 {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align:center;
}

div.ink-box > p {
	margin-bottom:10px;
	text-align:center;
}


div.ink-box table {
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #cecece;
	width:100%;
}

div.ink-box table tr th,
div.ink-box table tr td {
	padding:10px;
	border:1px solid #cecece;
	vertical-align: middle;
	text-align:left;
}

div.feature {
	height: 100%;
}

div.feature h2 {
    font-size: 30px;
    text-align: center;
    margin: 20px auto;
	line-height: 1.3;
	max-width: 90%;
	font-weight:400;
}

div.print-flow {
	width:100%;
	margin:50px auto;
	float:none;
	clear:both;
}

div.print-flow h3 {
	font-size:18px;
	font-weight:700;
	line-height:1.3;
	margin-bottom:20px;
	text-align:center;
	float:none;
}

div.print-flow ul li {
	width:20%;
	height:300px;
	padding:20px 2.5%;
	text-align:center;
	float:left;
}

div.print-flow ul li:nth-child(5),
div.print-flow ul li:nth-child(6),
div.print-flow ul li:nth-child(7),
div.print-flow ul li:nth-child(8) {
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}

div.print-flow ul li img {
	width:auto;
	max-width:100%;
	margin:0 auto;
}

div.print-flow ul li h4 {
	font-size:16px;
	font-weight:500;
	line-height:1.3;
	margin:10px 0;
}

div.print-flow ul li p.num {
	font-size:18px;
	width: 26px;
    height: 26px;
    margin: 10px auto 0 auto;
    border-radius: 13px;
    line-height: 26px;
    background: #fcc92b;
    color: white;
    text-shadow: 0 0 3px #ffa017;
    font-weight: 700;
}

div.print-flow ul li p.text {
	font-size:13px;
	line-height:1.3;
	color:gray;
}

div.print-flow > p {
	clear:both;
	text-align:center;
	font-size:13px;
	color:gray;
	margin-top:20px;
}

#machine div.top-contents > p.category {
	margin-top:180px;
}

#machine div.top-contents > p.category a:hover {
	text-decoration:underline;
}

#product-top div.half-box-l,
#product-top div.half-box-r {
	width:100%;
	position: relative;
	clear: both;
	float: none;
	height:450px;
	font-size: 16px;
	margin-bottom: 7px;
}

#product-top div.half-box-r div.right{
	width:50%;
	float:right;
}

#product-top div.half-box-l div.left{
	width:50%;
	float:left;
}

#product-top div.half-box-r div.right > img,
#product-top div.half-box-l div.left > img{
	position: absolute;
    width: 50%;
    float: none;
    z-index: 0;
    object-fit: cover;
    height: 450px;
    object-position: 75% 0;
}

#product-top div.half-box-l .object-fit-img,
#product-top div.half-box-r .object-fit-img {
  object-fit: cover;
  object-position: 75% 0;
  font-family: 'object-fit: cover; object-position: 75% 0;'
}

#product-top div.half-box-r div.left{
	width:50%;
	float:left;
	line-height: 1.8;
	position:relative;
}

#product-top div.half-box-r div.left > div {
	position:absolute;
	width:320px;
	top:50px;
	right:10%;
	left:auto;
}

#product-top div.half-box-l div.right{
	width:50%;
	float:right;
	line-height: 1.8;
	position:relative;
}

#product-top div.half-box-l div.right > div {
	position:absolute;
	width: 320px;
    top: 50px;
    left: 12%;
}
}

#product-top div.half-box-r div.left h2,
#product-top div.half-box-l div.right h2{
	font-size: 25px;
    font-weight: 700;
    color:#414242;
}

#product-top div.half-box-r div.left > div div.button-l,
#product-top div.half-box-l div.right > div div.button-l{
	width:210px;
}

#product-top div.half-box-r div.left > div > p,
#product-top div.half-box-l div.right > div  > p {
	padding-top:10px;
}

#product-top div.half-box-r div.left > div div.button-l p.white_b,
#product-top div.half-box-l div.right > div div.button-l p.white_b{
	width:120px;
	font-size:14px;
	height: 22px;
	padding: 8px 20px 12px 20px;
}

#product-top div.half-box-r div.left > div > ul li,
#product-top div.half-box-l div.right > div  > ul li {
	list-style:disc;
	font-size:13px;
	line-height:1.5;
	margin-top:10px;
	color:gray;
	margin-left:20px;
	text-indent:0px;
}

div.category-area {
	width:100%;
	background:#f0f0fa;
	padding-bottom:30px;
	clear:both;
	margin:-50px 0 7px 0;
}

div.category-box {
	width:1500px;
	max-width:95%;
	margin:50px auto 0 auto;
	padding-top:20px;
}

div.category-box h2 {
	text-align:center;
	max-width:90%;
	margin:0 auto;
	font-size:25px;
	font-weight: 700;
	padding:50px 0 0 0;
	color: #414242;
}

div.category-box ul {
	margin-top: 50px;
}

div.category-box ul li {
	width:22%;
	padding:0 1.5%;
	text-align:center;
	float:left;
	margin: 0 0 100px 0;
}

div.category-box ul.category li div {
    width: 100px;
    height: 100px;
    padding-bottom: 20px;
    margin: 0 auto;
}

div.category-box ul.category li div a img {
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 15px rgba(0, 79, 153, 0.4);
}

div.category-box ul.category li div a img:hover {
    background: #004f99;
}

div.category-box ul.print li {
	width:30%;
}

div.category-box ul li i {
	font-size: 30px;
	margin: 10px 0;
	color: #4c83b7;
}

div.category-box ul li div {
	width:100px;
	height:100px;
	margin:0 auto 10px auto;
}

div.category-box ul li img {
	width:100%;
	height:100%;
	border-radius:50%;
/*	box-shadow:0 3px 6px #707080; */
}

div.category-box ul li div:hover img {
	box-shadow:0 0 20px #368fef;
}

div.category-box ul li p a {
	line-height:1.5;
	font-size:16px;
}

div.category-box ul li p a:hover {
	text-decoration: underline;
}



/*///// チェックボックスカスタマイズ /////*/

.language {
	margin:0 0 10px 0;
}

/* ラベルのスタイル　*/
.language label {
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		32px;
	line-height:		32px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.language label:before {
	content:		'';
	width:			20px;			/* ボックスの横幅 */
	height:			20px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#ebebeb;
	box-shadow:		inset 1px 2px 3px 0px rgba(0,0,0,.6);
	border-radius:		3px;
	margin-left:25%;
}
/* 元のチェックボックスを表示しない */
.language input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.language input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		16px;			/* チェックのサイズ */
	line-height:20px;
	color:			#fff;			/* チェックの色 */
	background-color:	#368fef;			/* チェックした時の色 */
	font-weight:600;
}


	.youtube{
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	  margin-top:30px;
	}
	 
	.youtube iframe{
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}





















@media only screen and (max-width: 1700px) {

#knit div.machine {
	left: 70%;
}


}



@media only screen and (max-width: 1590px) {

div.merit img.back03 {
	width: 1100px;
	top: 110px;
}

div.merit div.d_b {
	margin-top: 220px;
}

div.design {
	padding-top:0;
	height:350px;
}

}


@media only screen and (max-width: 1550px) {


div.h_k {
	margin-top:350px;
}

div.merit img.tube {
	top:50px;
	width:40%;
}


div.m_w,
div.w_c,
div.w_u {
	left:65%
}


#medical div.merit div.video {
	width: 100%;
	margin-top: 20px;
}


#medical div.merit div.video video {
	width: 350px;
}


}







@media only screen and (max-width: 1450px) {


div.h_s {
	height: 730px;
}

div.merit img.back10 {
	width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 0;
    font-family:'object-fit: cover; object-position: 60% 0;';
}

}




@media only screen and (max-width: 1410px) {

div.ssos {
	margin: 0;
	padding: 50px 0 0 0;
	height:520px;
}

div.ssos div.ssos_box2 > img {
	width: 95%;
}


div.ssos div.ssos_box{
    top: 60px;
}

div.ssos div.ssos_box2 > img {
	top:32px;
}

}



@media only screen and (max-width: 1350px) {


#knit div.machine {
	left:60%;
}


}


@media only screen and (max-width: 1300px) {

div.merit img.back09 {
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: 20 100%;
    font-family: 'object-fit: cover; object-position: 20 100%;'
}



div.merit img.back12{
	right:-20%;
}

div.merit img.back13 {
	left:-10%;
}


div.merit img.back31{
	left:-10%;
}

div.merit img.back32 {
	position: absolute;
	right:0;
	top:350px;
}

}


@media only screen and (max-width: 1250px) {

.tabs,
#product-top div.industry_box,
div.industry_box {
	width: 100%;
}

}




@media only screen and (max-width: 1200px) {
div.merit img.back05 {
	top:30%;
	width:70%;
}

div.merit img.back29 {
	
    object-position: 50%  80%;
font-family:'object-fit: cover; object-position:50%  80%';
}

#aerospace div.merit img.back29

 {
 object-position: 40%  80%;
font-family:'object-fit: cover; object-position:50%  80%';
}

#knit div.merit img.back29 {
	
    object-position: 30%  80%;
font-family:'object-fit: cover; object-position:30%  80%';
}

div.sports-knit {
    position: absolute;
	width:50%;
    height: 900px;
    top: 0;
	background: white;
}

div.merit img.tube,
div.merit img.chair,
div.merit img.print,
div.merit img.cut,
div.merit img.cut2,
div.merit img.design,
div.merit img.knit {
	display:none;
}

div.machine-box {
	width: 90%;
	padding:0 5%;
}

div.merit img.back30 {
	    object-position: 40%  80%;
font-family:'object-position:40%  80%';
}

div.merit img.back34 {
	height:550px;
}

}


@media only screen and (max-width: 1100px) {

#product-top div.top-contents div.photo,
#fashion div.top-contents div.photo,
#design div.top-contents div.photo,
#catalogue div.top-contents div.photo,
#knit div.top-contents div.photo,
#sports div.top-contents div.photo,
#industrial div.top-contents div.photo,
#medical div.top-contents div.photo,
#aerospace div.top-contents div.photo,
#automotive div.top-contents div.photo,
#furniture div.top-contents div.photo,
#shoes div.top-contents div.photo {
	width: 100%;
}


div.jirei {
	height: 400px;
}

div.design-box,
div.jirei-box {
	width: 90%;
}

div.merit-box-r {
	left:55%;
	width: auto;
	right:5%;
}

div.merit-box-l {
	width:auto;
	margin:0 auto 0 10%;
}

#knit div.user div.merit-box-l {
	width:35%;
	margin-left:10%;
	padding-right:5%;
}

div.h_k {
	margin-top:350px;
}


div.merit img.back03 {
	width: 780px;
	top: 240px;
}


div.service div.service-box div.text {
	width:40%;
	margin-left: 10%;
	float: left;
}



div.service div.service-box div.photo {
	width: 35%;
	margin-right: 10%;
	float: right;
}


div.button_list_box {
	width: 80%;
}

div.automotive-knit{
   background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 46%, rgba(0,0,0,0.65) 47%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 47%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 46%,rgba(0,0,0,0.65) 47%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    position: absolute;
    height: 900px;
    top: 0;
}


div.merit img.back14 {
	object-fit: cover;
	object-position: 30% 100%;
	font-family: 'object-fit: cover; object-position: 30% 100%;';
	left:50%;
}

#medical div.merit div.video video,
#sports div.merit div.video video {
	width: 300px;
}

div.design-case {
	width:90%;
}


div.tag {
	width:90%;
}

div.error {
    width: 90%;
    font-size: 14px;
    padding: 20px 0;
}

div.list {
	width: 90%;
}



div.kinou-box {
	width:90%;
	margin:0 auto;
}

div.kinou-left,
div.kinou-right,
div.kinou-left2,
div.kinou-right2,
div.kinou-width{
	width:100%;
	margin-bottom:50px;
	margin-left:0;
	height:auto;
}


div.kinou-box div.text {
	width:65%
}

div.kinou-box div.pic{
	width:30%;
}

div.kinou-box div.kinou-width div.text {
	width:54%
}

div.kinou-box div.kinou-width div.pic{
	width:46%;
}

div.kinou-box div.kinou-width div.text{
	width:50%;
}

div.kinou-box div.text2 {
	width:100%;
	float:right;
	border-top: initial;
    padding-top: 20px;
}

.cp_box label {
	width:90%;
}

.cp_box input:checked ~ div.cp_container {
	width:90%;
}

.cp_box .cp_container ul {
	width:98%;
	margin:30px auto;
}


div.support-box {
	width:90%;
}

#shoes div.top-contents div.copy h2 {
    font-size: 30px;
}

#sports div.merit div.video {
       width: auto;
      left: 10%;
    right: 55%;
    position: absolute;
}

div.merit img.back35 {
	margin-left:0;
}

div.category-box ul li {
	padding: 0 1.5%;
}


}



@media only screen and (max-width: 1050px) {


div.aerospace-knit{
background: -moz-linear-gradient(45deg, rgba(240,240,250,1) 35%, rgba(240,240,250,0) 55%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(240,240,250,1) 35%,rgba(240,240,250,0) 55%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(240,240,250,1) 35%,rgba(240,240,250,0) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0fa', endColorstr='#00f0f0fa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    position: absolute;
    height: 850px;
    top: 0;
}



#aerospace div.merit img.back06 {
	object-fit: cover;
	object-position: 30% 80%;
	font-family: 'object-fit: cover; object-position: 30% 80%;'
}

div.merit img.back12{
	right:-30%;
}

div.merit img.back13 {
	left:-25%;
}


#knit div.machine {
	left:50%;
}

}



@media only screen and (max-width: 995px) {



div.sustainability_box h2 {
	padding-top: 20px;
}

div.sustainability_box div.button_box {
	width: 100%;
}

div.merit img.back03 {
	width:90%;
	margin:0 0 0 10%;
}
div.merit-box-l {
	margin:0 auto;
	width:80%;
}

div.h_k {
	margin-top:350px;
}

#product-top div.industry_box div.set div p.text,
div.industry_box div.set div p.text {
	font-size:13px;
	line-height:1.5;
}


div.merit img.back31{
	left:-20%;
}

div.ssos {
	height: 700px;
}

div.ssos div.ssos_box,
div.ssos div.ssos_box2 {
	width: 100%;
	position: static;
}

div.ssos div.ssos_box p.description{
	text-align:center;
	width:85%;
	margin:20px auto;
}

div.ssos div.ssos_box2 {
	text-align: center;
}

div.ssos div.ssos_box2 > img {
	width: 550px;
	position: static;
}

div.ssos div.ssos_box h2 {
	text-align: center;
	margin-top:50px;
}

div.ssos_box div {
	text-align: center;
}

div.ssos_box div.button-l {
	margin:30px auto;
}


}



@media only screen and (max-width: 950px) {

div.design{
	height: 250px;
}

div.jirei {
	height: 350px;
}

div.design-merit {
	text-align:left;
}

h3 b {
	display:none;
}

#knit div.product-merit-list ul {
	margin:0 0 20px 0;
	border:none;
	padding:0;
}

#knit div.product-merit-list ul li {
	font-size: 14px;
	list-style:none;
}

}


@media only screen and (max-width: 930px) {
div.merit img.back05 {
	width:80%;
}


}


@media only screen and (max-width: 880px) {

#product-top div.industry_box div.set div p.text {
	width:94%;
	padding: 2% 3%;
}

#product-top #menu-wrap-sub-pc #menu-sub li {
	padding: 0 10px;

}

#product-top #menu-sub li.title,
#product-top #menu-sub li.title:hover {
	padding: 10px 30px 15px 30px;

}

}


@media only screen and (max-width: 870px) {

#product-top div.half-box-l,
#product-top div.half-box-r {
	font-size: 14px;
	overflow:hidden;
}

}



@media only screen and (max-width: 860px) {


div.category-box ul li p a {
	font-size:13px;
}

div.category-box ul li {
	width:47%;
	margin: 30px 0;
}

div.category-box ul li:nth-child(7),
div.category-box ul li:nth-child(8) {
    margin: 30px 0 100px 0;
}

div.category-box {
	padding-top:0;
}

}

@media only screen and (max-width: 850px) {
	

div.button-r,
div.button-l {
	width:360px;
	margin:0 auto;
}

#menu-sub li {
  padding: 0 10px;
}

#product-top div.half-box-l div.right,
#product-top div.half-box-r div.right,
#product-top div.half-box-r div.left,
#product-top div.half-box-l div.left{
	width:100%;
	float:none;
	color:white;
	text-shadow: 0px 2px 15px rgb(2, 41, 93);
}

#product-top div.half-box-r div.right > img,
#product-top div.half-box-l div.left > img{
	position: absolute;
    width: 100%;
}

#product-top div.half-box-l div.right > div,
#product-top div.half-box-r div.left > div {
	width:80%;
	left:10%;
}

#product-top div.half-box-r div.right > div.blue-back,
#product-top div.half-box-l div.left > div.blue-back {
	position:absolute;
	width:100%;
	height: 450px;
	background: -moz-linear-gradient(20deg, rgba(0,15,35,0.65) 0%, rgba(0,45,90,0.65) 23%, rgba(0,79,153,0) 71%); /* FF3.6-15 */
	background: -webkit-linear-gradient(20deg, rgba(0,15,35,0.65) 0%,rgba(0,45,90,0.65) 23%,rgba(0,79,153,0) 71%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(20deg, rgba(0,15,35,0.65) 0%,rgba(0,45,90,0.65) 23%,rgba(0,79,153,0) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000f23', endColorstr='#00004f99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#product-top div.half-box-r div.left h2,
#product-top div.half-box-l div.right h2{
    color:white;
}

#product-top div.half-box-r div.left > div div.button-l,
#product-top div.half-box-l div.right > div div.button-l{
	width:210px;
	margin:0;
}

#product-top div.half-box-r div.left > div,
#product-top div.half-box-l div.right > div {
	top:180px;
}

#product-top div.half-box-l div.right > div.syuri{
	top:190px;
}

#product-top div.half-box-r div.left > div.syuri2 {
	top:90px;
}

#product-top div.half-box-r div.left > div > ul li,
#product-top div.half-box-l div.right > div  > ul li {
	color:white;
}

div.merit {
/*	height: 920px; */
	height: 100%;
	text-align: center;
}

#furniture div.merit {
	height: auto;
}

#furniture div.furniture-knit-img {
	height:500px;
	padding-top:0;
}

div.merit img.back01 {
	position: static;
	right:auto;
	width:200px;
}

div.merit-box-r {
	position: static;
	padding-left: 0px;
	padding-top:20px;
}

div.merit-box-l h2,
div.merit-box-r h2 {
	font-size: 22px;
	margin-top:20px;
}

div.merit-box-l p.title,
div.merit-box-r p.title {
	padding: 5px;
	margin: 30px auto 10px auto;
	font-size: 16px;
}

div.merit-list {
	margin: 20px auto 0 auto;
}

div.merit img.back02 {
	position: static;
	right:auto;
	width:315px;
}


div.merit img.back03 {
	position: static;
}

div.merit-box-l {
	margin:0 auto;
	width:100%;
}

div.merit-list p {
	margin-bottom: 20px;
	font-size: 16px;
}

div.merit-box-m {
	width:100%;
}

div.merit-box-m > p {
	padding: 20px 15px 0 15px;
	font-size: 13px;
}

div.merit-box-l > p,
div.merit-box-r > p {
	padding: 5px 15px;
	font-size: 13px;
	line-height:1.5;
}

div.merit-box-m > p,
div.merit-box-l > p,
div.merit-box-r > p {
	line-height:1.5;
}

div.merit-box-m > p.short,
div.merit-box-l > p.short,
div.merit-box-r > p.short {
	width:auto;
}


div.product-merit-list ul {
	margin:0 0 20px 0;
	border: none;
	padding:0;
}

#industrial div.merit div.h_c,
div.introtext div.button-c,
div.merit div.button-r,
div.merit div.button-c {
	margin: 40px auto;
	width:360px;
}

div.merit div.sample_b {
	margin: 120px auto;
}

div.h670 {
	height:670px;
}

div.h_s {
	height: 840px;
}

div.merit-list p.apex_merit {
	text-align: left;
	margin: 0 auto 15px auto;
}


div.merit div.video {
	width: 100%;
}



div.h_v {
	height: 100%;
}



div.merit img.knit {
	width: 40%;
	top: 30px;
}

div.merit img.tube {
	width: 40%;
	top: 40px;
}


div.merit img.design {
	width: 40%;
	top: -50px;
	left:0;
}

#product-top div.top-contents div.copy h2,
#fashion div.top-contents div.copy h2,
#design div.top-contents div.copy h2,
#catalogue div.top-contents div.copy h2,
#knit div.top-contents div.copy h2,
#sports div.top-contents div.copy h2,
#industrial div.top-contents div.copy h2,
#medical div.top-contents div.copy h2,
#aerospace div.top-contents div.copy h2,
#automotive div.top-contents div.copy h2,
#furniture div.top-contents div.copy h2,
#shoes div.top-contents div.copy h2 {
	font-size: 25px;
}
	

#design div.top-contents div.copy h2-smaller{
	font-size: 20px;
}
	

div.merit img.back05 {
	width:auto;
	left:0;
	top:15%;
}

div.merit img.back10{
	position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 0 85%;
    font-family: 'object-fit: cover; object-position: 0 85%;';
}





div.merit img.back27,
div.merit img.back26,
div.merit img.back23,
div.merit img.back15,
div.merit img.back07 {
    position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	left:0;
}


#knit div.merit img.back27,
#design div.merit img.back27 {
    position: static;
    margin: -50px 0 10px 0;
    width: 100%;
    height:auto;
	left:0;
}

div.merit img.back06 {
    position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

div.merit img.back36{
    position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-position: 90%  100%;
	font-family:'object-fit: cover; object-position: 90%  100%;';
	left:0;
}

div.merit img.back28,
div.merit img.back28-2 {
    position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-position: 100%  100%;
font-family:'object-fit: cover; object-position: 100%  100%;';
	left:0;
}


div.merit img.back29 {
    position: static;
    margin: -50px 0 10px 0;
    height: 350px;
    width: 140%;
    object-position: 0%  80%;
font-family:'object-fit: cover; object-position:0%  80%';
	left:0;
}

div.merit img.back31{
    position: static;
    margin: -50px 0 0 -25px;
    height: auto;
    width: 100%
}

div.merit img.back32 {
	position: static;
	width:90%;
}

div.merit img.back17 {
	position: static;
    margin: 0 0 10px 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 0 50%;
    font-family: 'object-fit: cover; object-position: 0 50%;';
}

div.merit img.back33 {
	position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
}

div.merit img.back35 {
    position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-position: 100%  100%;
font-family:'object-fit: cover; object-position: 100%  100%;';
	left:0;
}



#knit div.short {
	height: 100%;
}


#knit div.merit-box-l h2.list {
	text-align:center;
    margin: 30px auto 0 auto;
    line-height: 1.5;
}
	
#knit div.merit-box-l h2.list {
	text-align:center;
    margin: 30px auto 0 auto;
    line-height: 1.5;
}

div.product-merit-list {
	width:90%;
	margin:0 auto;
	text-align:center;
}

#automotive div.merit img.back35{
    margin: -50px 0 20px 0;
	}
     
#industrial div.merit img.back28 {
       margin: 0px 0 -30px 0;
     }

#aerospace div.merit img.back29 {
       object-position: 43%  60%;
font-family:'object-fit: cover; object-position:43%  60%';
     }


div.merit img.back30 {
	position: static;
	margin: -50px 0 10px 0;
       width: 150%;
    height: 400px;
    object-position: 0% 70%;
    font-family: 'object-position:0% 70%';
    left: 0;
}




div.furniture-print {
background: -moz-linear-gradient(top, rgba(242,255,224,1) 42%, rgba(242,255,229,1) 62%, rgba(243,255,239,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(242,255,224,1) 42%,rgba(242,255,229,1) 62%,rgba(243,255,239,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(242,255,224,1) 42%,rgba(242,255,229,1) 62%,rgba(243,255,239,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffe0', endColorstr='#00f3ffef',GradientType=0 ); /* IE6-9 */
}

div.automotive-cut {
background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 23%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 23%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.75) 23%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
	
div.automotive-cut-l {
background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 23%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 23%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.75) 23%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


div.merit img.print {
    opacity:1;
}

h2.up,
p.up,
div.up {
	position:relative;
}

div.merit img.cut2,
div.merit img.cut {
	width:15%;
	left:10%;
}

div.merit img.chair {
	top:80px;
	right:30px;
	width:25%;
}

div.merit img.wg {
	display:none;
}

div.merit p.blue_b,
div.merit p.white_b {
	margin: 30px auto;
}

#aerospace div.merit div.h_c,
#automotive div.merit div.h_c {
	margin-top:40px;
}

div.merit img.op04 {
	opacity:0.4;
	object-position: 70% 0;
	font-family: 'object-fit: cover; object-position: 70% 0;'
}

div.merit img.back08 {
	position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    font-family: 'object-fit: cover; object-position: 0 0;';
}

div.merit img.back09 {
	position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 0 10%;
    font-family: 'object-fit: cover; object-position: 0 10%;';
}


div.aerospace-knit{
	background: -moz-linear-gradient(top, rgba(25,56,119,0) 0%, rgba(23,54,112,0.6) 14%, rgba(12,40,71,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(25,56,119,0) 0%,rgba(23,54,112,0.6) 14%,rgba(12,40,71,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(25,56,119,0) 0%,rgba(23,54,112,0.6) 14%,rgba(12,40,71,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00193877', endColorstr='#0c2847',GradientType=0 ); /* IE6-9 */
	height:500px;
}


.shadow {
	text-shadow: 0px 2px 15px rgb(1, 25, 47);
}

.w-shadow {
	text-shadow: 0px 2px 15px rgb(255, 255, 255);
}

#medical div.merit div.video,
#sports div.merit div.video {
	margin: 20px auto 0 auto;
	width:90%;
}

#sports div.merit div.video {
	position:static;
}

#medical div.merit div.video video,
#sports div.merit div.video video{
	width: 100%;
}

div.merit img.back14{
    position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-position: 0 50%;
    font-family: 'object-fit: cover; object-position: 0 50%;';
}

div.merit img.back11 {
    position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-position: 0 45%;
    font-family: 'object-fit: cover; object-position: 0 45%;';
}

div.merit img.back12{
	right:0;
	width:50%;
}

div.merit img.back13 {
	left:0;
	width:50%;
}


div.medical-cut,
div.automotive-wg,
div.sports-knit2,
div.sports-knit,
div.sports-cut,
div.furniture-cut,
div.aerospace-cut,
div.furniture-wg,
div.sample_bottom {
	display:none;
}


.b-w {
	color:white;
}

div.design-box-r,
div.design-box-l {
	width:47%;
}

div.design-case div.photo {
	float:none;
	margin:0 auto;
	padding:0 0 10px 0;
}

div.jirei-box div.text p,
div.design-case div.text p {
	font-size:13px;
	line-height:1.5;
}

div.h500 {
	height: 100%;
}

div.merit img.back18 {
	left:0;
	height:100%;
	position:static;
	margin-top:-50px;
}

div.knit-tfs {
	display:none;
}

div.merit img.back23{
	position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 100% 0;
    font-family: 'object-fit: cover; object-position: 100% 0;';
}

div.merit img.back26,
div.merit img.back25,
div.merit img.back24,
div.merit img.back22,
div.merit img.back21,
div.merit img.back20,
div.merit img.back19,
div.merit img.back15,
div.merit img.back16 {
	position: static;
    margin: -50px 0 10px 0;
    height: 300px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

div.merit img.back16{
    object-position: 0 60%;
    font-family: 'object-fit: cover; object-position: 0 60%;';
}

div.merit img.back22{
    object-position: 0 30%;
    font-family: 'object-fit: cover; object-position: 0 30%;';
}

div.merit img.back19{
    object-position: 0 50%;
    font-family: 'object-fit: cover; object-position: 0 50%;';
}

div.merit img.back21{
    object-position: 85% 35%;
    font-family: 'object-fit: cover; object-position: 85% 35%;';
}

div.knit-wg {
	display:none;
}

div.half-case-l div.half-btn,
div.half-case-m div.half-btn,
div.half-case-r div.half-btn {
	height:70px;
}

.arrow,
div.half-case-l div.half-btn p,
div.half-case-m div.half-btn p,
div.half-case-r div.half-btn p {
	font-size:16px;
}

div.industry h2{
	font-size:22px;
}

#industrial div.merit-box-r,
#aerospace div.merit-box-r,
#automotive div.merit-box-r,
#knit div.merit-box-m,
#knit div.merit-box-l,
#knit div.merit-box-r,
#knit div.merit-box-m h2,
#knit div.merit-box-l h2,
#knit div.merit-box-r h2 {
	width:90%;
	margin: 30px auto 0 auto;
	line-height: 1.5;
	padding-top:0;
}

.user {
	    padding-top: 0;
}

#knit div.user div.merit-box-l {
	width:90%;
	margin:30px auto 0 auto;
	padding:0;
}

#knit div.user img.play_b {
	left:50%;
}

div.product-merit-list h3.open_h3{
    font-size: 16px;
}

div.product-merit-list ul li {
	font-size: 14px;
	list-style:none;
}

div.product-merit-list .open_h3:after, 
div.product-merit-list .open_h3.active:after {
    margin-left: 10px;
}

div.product-merit-list .open_h3.active::after,
div.product-merit-list .open_h3::after {
    font-size:12px;
    margin-top:5px;
    margin-top:2px\9;
    color: #5881ad;
}

/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0){
	div.product-merit-list .open_h3.active::after,
	div.product-merit-list .open_h3::after {
	    margin-top:15px;
	}
}


p b {
	display:none;
}

h3 b {
	display:none;
}

p b2 {
	display:none;
}


div.merit img.right {
	object-position: 100% 80%;
font-family:object-position:100% 80%;}

div.merit img.left, 
div.merit img.left2 {
	object-position: 20% 0%;
font-family:object-position:20% 0%;}

div.merit img.left3 {
	object-position: 20% 80%;
font-family:object-position:20% 80%;}

#aerospace div.merit img.back11,
#industrial div.merit img.back11 {
	object-position: 0 75%;
font-family:object-position:0 75%;
}

#sports div.merit img.back11 {
	object-position: 0 60%;
font-family:object-position:0 60%;
}


div.merit img.down {
	object-position: 0% 70%;
font-family:object-position:0% 70%;}

#shoes div.top-contents div.copy p {
    height:20px;
	margin-top: 10px;
}


/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0){
	div.product-merit-list .open_h3.active::after,
	div.product-merit-list .open_h3::after {
	    margin-top:4px;
	}
}


/* Edge */
@supports (-ms-ime-align:auto) {
	div.product-merit-list .open_h3.active::after,
	div.product-merit-list .open_h3::after {
	    margin-top:15px;
	}
}

div.design-box div.text > p,
div.service div.service-box div.text > p {
	font-size:13px;
	line-height:1.5;

}

p.sample_b {
	width:300px;
}

div.wg_b {
	width:auto;
}

p.wg_b {
	width:300px;
	text-align:center;
}

div.product-merit-list ul li.w-b{
	color:gray;
}

.w-b {
	color:#414242;
}

div.industrial-cut,
div.industrial-knit2,
div.industrial-knit,
div.aerospace-knit2,
div.aerospace-knit,
div.furniture-print,
div.furniture-knit,
div.automotive-knit,
div.automotive-cut,
div.automotive-cut-l,
div.medical-knit {
    display:none;
}



div.aerospace-knit-b {
	background:#f0f0fa;
}


div.kinou-box div.pic{
	width:35%;
}

div.kinou-box div.text {
	width:60%
}

div.support-area {
	width:90%;
	padding:50px 5%;
}

div.support-box {
	width:auto;
}

div.training div.support{
	width:40%;
	margin:0 5% 50px 5%;
}

div.support {
	width:40%;
	margin:0 5% 150px 5%;
}

div.support p{
	font-size:13px;
}

div.support div a p {
	font-size:16px;
}

div.logo-sp {
	display:block;
}

div.logo-pc {
	display:none;
}


div.logo-sp .loop_css2 li {
    width: calc(100vw / 6);
    margin: 0 20px 0 0;
}


img.white-tfs {
	display:none;
}

img.blue-tfs {
	display:block;
}


div.design-merit {
	text-align:center;
}

#sports div.merit img.back20 {
	object-position: 0 60%;
font-family:object-position:0 60%;
}

div.design {
	height:400px;
}

div.design-box div.photo {
	width:100%;
	float:none;
	text-align:center;
}

div.design-box div.text {
	width:90%;
	margin:20px 20px 50px 20px;
	font-size: 14px;
}


/* Edge */
@supports (-ms-ime-align:auto) {
	div.product-merit-list .open_h3::after {
	    top:-10px;
	}
}

/* IE */
@media all and (-ms-high-contrast: none){
	
	div.product-merit-list .open_h3.active::after,
	div.product-merit-list .open_h3::after {
    margin-top:2px;
    }
}

div.merit img.back34 {
	height:400px;
}

div.merit img.play_b {
	width:120px;
	height:120px;
	top:85px;
	left:50%;
	margin-left:-60px;
}


}





@media only screen and (max-width: 800px) {
	
	.cp_box .cp_container ul.first,
.cp_box .cp_container ul.second,
.cp_box .cp_container ul.third {
    width: 100%;
    float: none;
    text-align: center;

}

div.form form div div.label {
	float:none;
	padding-bottom: 0;
	padding: 15px 20px 5px 10px;
	width:100%;
}

div.form form div div.input {
	padding:2px 25px 15px 10px;
}

div.form form div div.label label {
	font-weight:600;
	border-left: 5px solid #7ca3c7;
    padding-left: 7px;
}

div.form form div div.label p {
	width:90%;
	font-weight:600;
    padding-left: 7px;
	border-left: 5px solid #7ca3c7;
}

div.form form > div {
	font-size:14px;
}

div.list div.segment {
	font-size:14px;
	margin-bottom:30px;
}

div.list div.segment div.catalogue {
	height:20px;
}

div.list div.segment div.catalogue div.size {
	font-size:12px;
	padding-top:3px;
}

input.submit {
    width: 260px;
    font-size: 14px;
    padding: 10px 30px 10px 30px;
    height: 40px;
}

div.sample-box img {
		height:250px;
	
}


}



@media only screen and (max-width: 750px) {

ul.sample-list li {
	width:44%;
	padding:20px 2%;
}


#automotive div.merit img.back35{
       margin: -50px 0 20px 0;
     
}

#industrial div.merit img.back28 {
       margin: -50px 0 -30px 0;
     
}

}

@media only screen and (max-width: 740px) {

.header {
	height:45px;
}

nav.pc {
	display:none;
}

div.subnav-pc {
	display:none;
}

div.subnav-sp {
	display:block;
}

#menu-wrap-sub-sp {
	display:block;
}

#menu-wrap-sub-sp {
	background: #0f204f;
  transition: 0;
}


p.menu-title{
	display: block;
	width : 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	height:25px;
	text-align: center;
	background: #0b5fa8; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5fa8 0%, #0b5fa8 0%, #0f204f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5fa8', endColorstr='#0f204f',GradientType=0 ); /* IE6-9 */
}

p.arrow2 {
	position: absolute;
	top: 12px;
	right: 27px;
	color: white;
	font-size: 120%;
}

#menu-sub li {
	width: 100%;
	padding: 0;
	border-top: 1px solid #2b4882;
}

p.menu-title:hover{
	transition: 0s;
}


#menu-sub li:hover {
	border-bottom: none;
	background:#004f99;
	transition: 0s;
}

#menu-sub li a {
  line-height: 1.8;
}

div.jirei {
	height: 300px;
}


div.h_s {
	height: 790px;
}

#product-top div.top-contents,
#fashion div.top-contents,
#design div.top-contents,
#sports div.top-contents,
#medical div.top-contents,
#knit div.top-contents,
#industrial div.top-contents,
#aerospace div.top-contents,
#automotive div.top-contents,
#furniture div.top-contents,
#shoes div.top-contents {
	margin-top: 80px;
}

#catalogue div.top-contents{
	margin-top: 50px;
}

#machine div.top-contents div.photo img {
	margin-top:110px;
}

#machine div.top-contents > p.category {
	margin-top:110px;
}


#machine div#list  div.cam {
    margin: 30px 0 0 0;
    width:100%;
    clear:both
}

#machine div#list div.cam ul li {
	width:46%;
	margin:0 1% 0 10px;
	float:left;
}



}




@media only screen and (max-width: 690px) {

.cp_box .cp_container ul.half {
    width: 100%;
    float: none;
    text-align: center;

}


h2 {
	font-size: 25px;
}

div.introtext {
	padding: 30px 0;
}





div.service div.service-box div.text {
	width:30%;
	margin-left: 20%;
	float: left;
}

div.service div.service-box div.photo {
	width: 25%;
	margin-right: 20%;
	float: right;
}


div.service div.service-box div.text {
	width:100%;
	margin: 0;
}

div.service div.service-box div.text > p {
	padding: 0 20px;
}

p.support_b {
	width:300px;
}

div.service div.service-box div.photo {
	width: 100%;
	margin: 0;
	text-align: center;
}

div.service div.service-box div.photo img {
	width:320px;
	margin:-20px 0 20px;
}

div.service h2 {
	text-align:center;
}

div.service div.service-box div.text div.button-support {
	margin: 0 auto;
	width: 360px;
	text-align: center;
}

div.button_list_box div.icon p {
	font-size: 14px;
}

#fashion div.top-contents div.copy,
#design div.top-contents div.copy,
#catalogue div.top-contents div.copy,
#knit div.top-contents div.copy,
#industrial div.top-contents div.copy,
#medical div.top-contents div.copy,
#aerospace div.top-contents div.copy,
#furniture div.top-contents div.copy {
	top:45%;
}

#sports div.top-contents div.copy h2,
#automotive div.top-contents div.copy h2
#shoes div.top-contents {
	text-align:center;
	margin-left:0;
}

#fashion div.top-contents div.copy p,
#design div.top-contents div.copy p,
#catalogue div.top-contents div.copy p,
#knit div.top-contents div.copy p,
#sports div.top-contents div.copy p,
#industrial div.top-contents div.copy p,
#medical div.top-contents div.copy p,
#aerospace div.top-contents div.copy p,
#automotive div.top-contents div.copy p,
#furniture div.top-contents div.copy p,
#automotive div.top-contents div.copy p,
#shoes div.top-contents div.copy p{
	display:none;
}


#aerospace div.merit img.back06 {
	height: 100%;
	object-fit: cover;
	object-position: 30% 100%;
	font-family: 'object-fit: cover; object-position: 30% 100%;'
}

#product-top div.industry_box div.set,
div.industry_box div.set {
	width: 99%;
}

#product-top div.industry_box div.set div,
div.industry_box div.set div {
	width: 32%;
}




.cp_box .cp_container ul li {
	width:100%;
	margin:5px 0;
	text-align:center;
}

div.category-h {
	margin-top:120px;
}

div.sample-box {
	padding:0;
}

div.sample-box:last-child div.sample div.text {
	margin-bottom:80px;
}

div.sample-box div.sample {
	width:100%;
	padding:0;
	float:none;
}

div.sample-box div.sample div.pic,
div.sample-box div.sample div.pic img {
	height:auto;
}

div.sample-box div.sample div.text {
	margin-bottom:80px;
}

div.sample-box div.sample div.text h3,
div.sample-box div.sample div.text p.tag {
	text-align:center;
}

div.sample-box div.sample div.text div.s-button-box{
	margin:15px auto 0 auto;
}


#machine div#list  div.box,
#machine div#list  div.last {
    margin: 30px 0 0 0;
    width:100%;
    clear:both
}

#machine div#list ul li {
	width:49%;
	margin-right:1%;
	float:left;
}


}


@media only screen and (max-width: 660px) {

div.merit img.back13 {
	width:auto;
	height:100%;
	opacity:0.5;
}

div.machine-box div.introtext {
	width:100%;
	float:none;
	text-align:center;
	padding-bottom:20px;
}

div.machine-box div.introtext p {
	padding:0;
}

div.machine-box div.machine-detail {
	width:100%;
	float:none;
	border:none;
	margin:0;
}

div.machine-detail p.feature{
	padding:0;
	color:gray;
}

div.merit img.back30 {
    height: 310px;
}


#knit div.merit img.back29 {
height:270px;

}

}



@media only screen and (max-width: 620px) {



div.ink-box p.circle {
    margin: 5px 0 5px 10px;
}


div.print-flow ul li {
	width:45%;
	height:300px;
	border-top:1px dotted gray;
}


div.print-flow ul li:nth-child(5),
div.print-flow ul li:nth-child(6),
div.print-flow ul li:nth-child(7),
div.print-flow ul li:nth-child(8) {
	border-bottom: 0;
}

div.print-flow ul li:first-child,
div.print-flow ul li:nth-child(2) {
	border:0;
}

#industrial div.merit img.back28 {
       margin: -80px 0 -30px 0;
     
}
	
#automotive div.merit img.back35 {
       margin: -80px 0 20px 0;
     
}

}



@media only screen and (max-width: 590px) {

	
#user-link {
    margin: 20% auto;
}
	
div.note {
	width:400px;
	}

#fashion div.top-contents div.copy div,
#design div.top-contents div.copy div,
#catalogue div.top-contents div.copy div,
#knit div.top-contents div.copy div,
#sports div.top-contents div.copy div,
#industrial div.top-contents div.copy div,
#medical div.top-contents div.copy div,
#aerospace div.top-contents div.copy div,
#automotive div.top-contents div.copy div,
#furniture div.top-contents div.copy div,
#shoes div.top-contents div.copy div {
	margin: -10px auto 0 auto;
}

#product-top div.top-contents div.photo,
#fashion div.top-contents div.photo,
#design div.top-contents div.photo,
#catalogue div.top-contents div.photo,
#knit div.top-contents div.photo,
#sports div.top-contents div.photo,
#industrial div.top-contents div.photo,
#medical div.top-contents div.photo,
#aerospace div.top-contents div.photo,
#automotive div.top-contents div.photo,
#furniture div.top-contents div.photo,
#shoes div.top-contents div.photo {
	margin-top:-20px;
}

div.jirei {
	height: 520px;
}

div.design-box,
div.jirei-box {
	margin: 20px auto;
	width:100%;
}


div.user_support h2,
div.merit > h2,
div.jirei h2 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

div.merit-box-f h2 span,
div.merit-box-m h2 span,
div.merit-box-l h2 span,
div.merit-box-r h2 span{
	font-size: 20px;
}

div.print-flow h3 {
	background: #f0f0fa;
    padding: 5px 0;
    font-size: 16px;
    font-weight:500;
}

div.feature h2 {
    font-size: 25px;
    font-weight:400;
}



div.jirei-box div.text p.name {
	font-size:18px;
	text-align:center;
}

div.design-box div.photo,
div.jirei-box div.photo {
	width:90%;
	float:none;
	text-align:center;
	margin:0 auto;
}

div.design-box div.photo img,
div.jirei-box div.photo img {
	width: 100%;
}

div.design-box div.text,
div.jirei-box div.text {
	width:90%;
	margin:20px;
	font-size: 14px;
}

div.design-box div.text p {
	padding: 0 20px;
}

div.design-box div.text p.name {
	text-align: center;
	margin-bottom: 10px;
}


div.h_s {
	height: 730px;
}

div.merit img.back04 {
    object-position: 20% 100%;
    font-family: 'object-fit: cover; object-position: 20% 100%;'
}

div.support-box {
	width:90%;
}

div.training div.support,
div.support {
	width:100%;
	height:auto;
	margin:0 auto 100px auto;
}

div.support h3 {
	font-size:20px;
}

div.three-box {
	height:100%;
}

div.three-box div.half-case-l, 
div.three-box div.half-case-m, 
div.three-box div.half-case-r {
	position:static;
    width: 100%;
    height:100px;
    float:none;
    top:0;
    left:0;
    border-top:7px solid #f0f0fa;
    border-left:0;
}

div.three-box div.half-case-l img, 
div.three-box div.half-case-m img, 
div.three-box div.half-case-r img {
	width:50%;
	height:100px;
	float:left;
}

div.three-box div.half-case-l div.half-btn, 
div.three-box div.half-case-m div.half-btn, 
div.three-box div.half-case-r div.half-btn {
    width: 50%;
    height:100px;
    float:right;
}

div.three-box div.half-case-l div.half-btn p, 
div.three-box div.half-case-m div.half-btn p, 
div.three-box div.half-case-r div.half-btn p {
    top:40%;
}

div.design-box div.text > p {
	    text-align: center;
    margin-bottom: 20px;
}


#machine div.top-contents div.photo img,
div.machine-name img {
	max-width:75%;
}

div.merit img.back31{
    height: 300px;
}

div.merit img.back34 {
	height:300px;
}


div.usersite {
	width:90%;
}

}


@media only screen and (max-width: 560px) {

div.ssos {
	height: 550px;
}

div.ssos div.ssos_box,
div.ssos div.ssos_box2 {
	width: 100%;
}

div.ssos div.ssos_box2 > img {
	width: 320px;
}

div.ssos div.ssos_box div {
	padding: 0 20px;
}

div.ssos div.ssos_box div.button-l {
	margin:30px auto;
	padding:0;
}

span.subtitle {
	line-height:1.2;
}

h2 {
	font-size: 22px;
}

div.ssos_box div p.logo i.large {
    top: 40%;
    font-size: 100%;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  font-size: 14px;
}

div.contact > p {
	font-size: 14px;
}


div.button_list_box{
	width:90%;
}

div.tag {
	width:99%;
}

div.tag div.tag-case {
	width:22%;
	margin:50px 1%;
}

div.tag div.tag-case p.tag {
	width:auto;
	font-size:14px;
}

#product-top div.industry_box div.set div,
div.industry_box div.set div {
	width: 49%;
}

#product-top div.industry_box div.set div p.text {
	width:94%;
	padding: 2% 3%;
}

div.form form div div.input div.family,
div.form form div div.input div.name {
	float:none;
	margin-bottom: 5px;
}

div.form form div div.product ul li {
	float:none;
}

div.kinou-box div.kinou-width div.pic{
	width:100%;
	float:none;
	text-align:center;
	margin:0 auto 20px auto;
}


div.kinou-box div.kinou-width div.text {
	width:100%;
	float:none;
	border:none;
	padding:0;
}

div.kinou-box div.kinou-width h3 {
	text-align:center;
}

div.sample-box img {
		height:200px;
	
}

div.category-box ul.print li {
    width: 47%;
    margin: 30px 0;
}

div.category-box ul.print li:nth-child(3) {
    width: 97%;
}

}


@media only screen and (max-width: 520px) {

#machine div#list div.box {
	text-align:center;
}

#machine div#list div.cam h4 {
	margin-left:0;
}


#machine div#list ul {
	margin-right: 0;
}

#machine div#list div.cam ul li,
#machine div#list ul li {
	float:none;
	width:100%;
}

div.category-box ul li div {
	width:60px;
	height:60px;
}

}



@media only screen and (max-width: 500px) {
	
	
div.kinou-box h3 {

	border-top:none;
	padding:0;

}

div.design-case {
	width:90%;
	overflow:hidden;
}

div.design-case div.photo img {
	width:80%
}

div.kinou-title {

    top: 50px;

}

div.kinou-left,
div.kinou-right,
div.kinou-left2,
div.kinou-right2,
div.kinou-width {
	padding:50px 0;
	margin:0;
}

div.kinou-width {
	display: initial;
}

div.kinou-box div.pic{
	width:100%;
	float:none;
	text-align:center;
}

div.kinou-box div.text{
	width:100%;
	float:none;
	border:none;
	padding:0;
}

div.kinou-box h4 {
	text-align:center;
}

div.kinou-box div.pic img {
	width:auto;
	margin:0 auto 20px auto;
}

div.kinou-box div.kinou-width div.pic img {
	width:100%;
	margin:0 auto 0 auto;
}


ul.sample-list li {
	width:94%;
	height:100%;
}

ul.sample-list li img.short {
	height:100%;
}

div.merit img.back30 {
    width:150%;
	height: 280px;
}

div.design {
	height:330px;
}


}


@media only screen and (max-width: 460px) {

div.note {
	width:320px;
	}
	
div.note-left p,
div.note-right p {
    font-size: 10px;
}
	
#fashion div.top-contents div.copy h2,
#design div.top-contents div.copy h2,
#catalogue div.top-contents div.copy h2,
#knit div.top-contents div.copy h2,
#sports div.top-contents div.copy h2,
#industrial div.top-contents div.copy h2,
#medical div.top-contents div.copy h2,
#aerospace div.top-contents div.copy h2,
#automotive div.top-contents div.copy h2,
#furniture div.top-contents div.copy h2,
#shoes div.top-contents div.copy h2 {
	font-size: 20px;
}
	

#design div.top-contents div.copy h2-smaller{
	font-size: 16px;
}

#fashion div.top-contents div.copy div,
#design div.top-contents div.copy div,
#catalogue div.top-contents div.copy div,
#knit div.top-contents div.copy div,
#sports div.top-contents div.copy div,
#industrial div.top-contents div.copy div,
#medical div.top-contents div.copy div,
#aerospace div.top-contents div.copy div,
#automotive div.top-contents div.copy div,
#furniture div.top-contents div.copy div,
#shoes div.top-contents div.copy div {
	width: 240px;
}

#fashion div.top-contents div.copy div,
#design div.top-contents div.copy div,
#catalogue div.top-contents div.copy div,
#knit div.top-contents div.copy div,
#sports div.top-contents div.copy div,
#industrial div.top-contents div.copy div,
#medical div.top-contents div.copy div,
#aerospace div.top-contents div.copy div,
#automotive div.top-contents div.copy div,
#furniture div.top-contents div.copy div,
#shoes div.top-contents div.copy div {
	width: 170px;
}

#furniture div.top-contents div.copy div p.blue_b {
	width: 130px;
}


div.design{
	height: 300px;
}

div.jirei {
	height: 455px;
}

div.service div.service-box div.text div.button-support,
div.introtext div.button-c,
div.merit div.button-r,
div.merit div.button-c,
div.contact div.button-c {
	width: 260px;
}


div.h_s {
	height:650px;
}

div.button_list_box {
	width: 98%;
}

div.user_support h2 p {
	padding: 0 20px;
	font-size:22px;
}

span.subtitle {
	font-size: 25px;
}

div.merit div.h_knit_b,
div.merit div.w_print_b {
	width:300px;
}

p.w_print_b {
	width:260px;
}

div.merit img.chair {
	display:none;
}


div.support div a p.blue_b,
p.white_b,
p.blue_b {
	font-size:14px;
	line-height:1.3;
}


div.half-case-l div.half-btn,
div.half-case-r div.half-btn {
	height:50px;
}

div.half-case-l div.half-btn p,
div.half-case-r div.half-btn p {
	font-size:14px;
}


div.industry{
	padding-top:20px;
}

div.merit img.back16 {
	object-position: 0 80%;
	font-family: 'object-position: 0 80%;';
}

input.submit {
	width:260px;
	height:42px;
	font-size:14px;
	padding: 10px 20px;
	line-height: 1.15;
}

p.support_b,
p.sample_b,
p.wg_b {
	width:220px;
}

div.button-r,
div.button-l {
	width:260px;
}

div.kv-area div.button-box,
div.introtext > div.button-box {
	width:260px;
}

div.merit img.back28-2,
div.merit img.back35,
div.merit img.back28 {
      object-position: 80%  100%;
font-family:'object-fit: cover; object-position:80%  100%';
	left:0;
}



div.merit img.back29 {
	width:120%;
       object-position: 25%  80%;
font-family:'object-fit: cover; object-position:25%  80%';
	left:0;
}

div.merit img.back31{
    height: 250px;
}

div.merit img.back34 {
	height:250px;
}

div.ssos_box div.button-l {
	width:260px;
}

div.ssos div.ssos_box h2 {
	margin-top:20px;
}

}


@media only screen and (max-width: 420px) {


div.tag div.tag-case {
	width:21%;
	margin:50px 0 50px 2.2%;
}

}


@media only screen and (max-width: 410px) {

div.merit img.back15,
div.merit img.back07{
	height: 300px;
	object-position: 70% 0;
	font-family: 'object-fit: cover; object-position: 70% 0;';
}

div.merit img.right{
	object-position: 100% 0;
	font-family: 'object-fit: cover; object-position: 100% 0;';
}

div.merit img.back26{
	height: 100%;
}

#aerospace div.merit img.back06 {
	width:100%;
}





@media only screen and (max-width: 390px) {

div.ssos div.ssos_box div p.logo img.staf {
	width:30%;
}

div.ssos div.ssos_box div p.logo img.plm {
	width:70%;
}

div.ssos div.ssos_box div p.logo img.user {
	width:60%;
}


div.print-flow ul li {
	height:250px;
}

div.industry_box div.three div p.text {
	width:85%;
	padding-top:10px;
}

div.merit img.back31{
    height: 200px;
}

div.ssos {
	height: 600px;
}

}





@media only screen and (max-width: 350px) {

#product-top div.industry_box div.set div p.text,
div.industry_box div.set div p.text {
	font-size:12px;
}

div.design-case div.photo img {
	width:75%
}

div.industry_box div.set div p.text {
	width:80%;
}


div.industry_box div.three div p.text {
	width:85%;
	padding-top:10px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2.5);
}

div.design {
	margin-top:40px;
}

div.merit img.back34 {
	height:200px;
}

}





