@charset "utf-8";

/*-------------------------------
	製造拠点
-------------------------------*/

.Factory-block__middle{
	width: 100%;
	margin-bottom: 5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Factory-block-table{
	width: calc((100% - 5rem) / 2);
}
.Factory-block-table__item{
	width: 100%;
	padding: 1rem .5rem 1rem 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Factory-block-table__item:nth-of-type(2n){
	background: #fff;
}
.Factory-block-table__item-title{
	width: 14.8rem;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: calc(2.2 / 1.4);
}
.Factory-block-table__item-text{
	width: calc(100% - 15.8rem);
	font-size: 1.4rem;
	line-height: calc(2.2 / 1.4);
	font-weight: 400;
}
.Factory-block__image{
	width: calc((100% - 5rem) / 2);
}
.Factory-block__image img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Factory-block__middle{
		flex-direction: column-reverse;
	}
	.Factory-block-table{
		width: 100%;
	}
	.Factory-block__image{
		width: 100%;
		margin-bottom: 2.5rem;
	}
}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	#Factory{
		padding-top: 14rem;
	}

	.Factory-block__middle{
		margin-bottom: 4.8rem;
		flex-direction: column;
	}
	.Factory-block-table{
		width: 100%;
		margin-bottom: 5rem;
	}
	.Factory-block-table__item{
		padding: 1.2rem 2.5rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.Factory-block-table__item-title{
		width: 26rem;
		font-size: 2.8rem;
		line-height: calc(2.2 / 1.4);
	}
	.Factory-block-table__item-text{
		width: calc(100% - 26rem);
		font-size: 2.8rem;
		line-height: calc(3.6 / 2.8);
	}
	.Factory-block__image{
		width: 100%;
	}

}