@charset "utf-8";
/*vision*/

/**/
#pageTtl{background-image:url(../images/pagettl_yarn.jpg);}
#pageTtlPro.yarn{background-image:url(../images/pagettl_yarn.jpg);}
#pageTtlPro.material{background-image:url(../images/pagettl_material.jpg);}
#pageTtlPro.mobilon{background-image:url(../images/pagettl_mobilon.jpg);}
#pageTtlPro.products{background-image:url(../images/pagettl_products.jpg);}
/**/

/**/
.indProductsUnit{
	display:block;
	width:100%;
	margin-bottom:40px;
	text-decoration: none;
}
.indProductsUnit figure{
	width:100%;
	margin-bottom:10px;
}
.indProductsUnit img{
	width:100%;
}
.indProductsUnitTxtwrap{
	text-align:left;
}
.indProductsUnitTtl{
	font-size:2rem;
	border-bottom:1px solid #333;
	margin-bottom:10px;
	padding-bottom:10px;
	line-height: 1.5;
}
.indProductsUnitTxt01{
	font-size:1.4rem;
	margin-bottom:20px;
}
.indProductsUnitBtn a{
	display:block;
	max-width:140px;
	border:1px solid #333;
	line-height:30px;
	background-color:#fff;
	text-align:center;
	text-decoration: none;
	font-size:1.2rem;
	position:relative;
	padding-left:7.5px;
	margin: 0 auto;
}
.indProductsUnitBtn a::before{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #333;
	left:0;
	position:absolute;
	top:0;
}
@media print, screen and (min-width:768px) {
	.indProductsUnit{
		display:flex;
		align-items: center;
		margin-bottom:0;
	}
	.indProductsUnit figure{
		width:50%;
		margin-bottom:0;
	}
	.indProductsUnitTxtwrap{
		width:50%;
	}
	.indProductsUnitTtl{
		font-size:2.5rem;
		padding-left:20px;
	}
	.indProductsUnitTxt01{
		font-size:1.6rem;
		padding-left:20px;
	}
	.indProductsUnit:nth-of-type(2n){
		flex-direction: row-reverse
	}
	.indProductsUnit:nth-of-type(2n) .indProductsUnitTtl{
		padding-left:0;
		padding-right:20px;
	}
	.indProductsUnit:nth-of-type(2n) .indProductsUnitTxt01{
		padding-left:0;
		padding-right:20px;
	}
}
/**/




.proUnit01{
	margin-bottom:40px;
}
.proUnit01Img01{
	width:100%;
	margin:0 auto 20px;
}
.proUnit01Img01 img{
	width:100%;
}
.proUnit01Btn{
	display:inline-block;
	background-color:#333;
	color:#fff !important;
	text-decoration: none !important;
	padding:0 1.5em 0 2em;
	font-size:1.6rem;
	line-height:40px;
	margin:20px auto 0;
	position:relative;
}
.proUnit01Btn::before{
	position:absolute;
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	left:10px;
	top:calc(50% - 4px);
}
.proUnit01Txt{}
.proUnit01Txt p{
	text-align:left;
	font-size:1.4rem;
}
.proUnit01Img02{
	margin:20px auto;
	width:75%;
}
.proUnit01Img03{
	margin:20px auto;
	width:100%;
}
.proUnit01Img02 img,
.proUnit01Img03 img{
	width:100%;
}
.proUnit01Img02 figcaption,
.proUnit01Img03 figcaption{
	margin-top:10px;
	font-size:1.2rem;
	text-align:left;
}
@media print, screen and (min-width:768px) {
.proUnit01{
	margin-bottom:60px;
}
.proUnit01Wrap{
	display:flex;
}
.proUnit01:nth-of-type(2n) .proUnit01Wrap{
	flex-direction: row-reverse;
}
.proUnit01Img01{
	width:50%;
	margin:0;
}
.proUnit01Txt{
	width:47%;
}
.proUnit01Txt p{
	margin-bottom:30px;
}
.proUnit01:nth-of-type(2n+1) .proUnit01Txt{
	margin-left:3%;
}
.proUnit01:nth-of-type(2n) .proUnit01Txt{
	margin-right:3%;
}
.proUnit01Img02{
	max-width:320px;
	margin:20px 0;
}
.proUnit01Img03{
	max-width:430px;
	margin:20px 0;
}
.proUnit01:nth-of-type(2n+1) .proUnit01Img02,
.proUnit01:nth-of-type(2n+1) .proUnit01Img03{
	margin-right:auto;
}
.proUnit01:nth-of-type(2n) .proUnit01Img02,
.proUnit01:nth-of-type(2n) .proUnit01Img03{
	margin-left:auto;
}
}
/**/


/**/
.proWrap02{}
.proUnit02{
	margin-bottom:60px;
}
.proUnit02Img01{
	margin-bottom:20px;
	position:relative;
}
.proUnit02Txt .ttl{
	font-size:2rem;
	color:#00a0e8;
	line-height:1.5;
	margin-bottom:10px;
}
.proUnit02Txt p{
	text-align:left;
	font-size:1.4rem;
}
.proUnit02Img02{
	width:160px;
	position:absolute;
	top:-30px;
	left:-10px;
}
.proUnit02Img02 img{
	border-radius:80px;
	overflow: hidden;
	border:2px solid #fff;
}
@media print, screen and (min-width:768px) {
	.proWrap02{
		display:flex;
		flex-wrap: wrap;
	}
	.proUnit02{
		width:47%;
		margin-bottom:60px;
	}
	.proUnit02:nth-of-type(2n+1){
		margin-right:6%;
	}
	.proUnit02Txt .ttl{
		font-size:3rem;
	}
	.proUnit02Img02{
		top:-40px;
		left:-40px;
		width:220px;
	}
	.proUnit02Img02 img{
		border-radius:110px;
	}
}
