@charset "UTF-8";

/* ----------------------------------------
  会社案内 > 生産拠点
  path : /company/productsystem/
---------------------------------------- */

.productSystem-lede {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .2em;
}

@media only screen and (max-width: 768px) {
	.productSystem-lede {
		font-size: 24px;
		letter-spacing: .1em;
		line-height: 1.5;
	}
}

.productSystem-lede_contents {
	padding: 40px 0;
	max-width: 820px;
	margin: auto;
	text-align: center;
	line-height: 2.2;
}

@media only screen and (max-width: 768px) {
	.productSystem-lede_contents {
		line-height: 2.3;
	}
}

.productSystem-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
}

.productSystem-col:nth-of-type(1) {
	padding-top: 30px;
}

@media only screen and (max-width: 768px) {
	.productSystem-col:nth-of-type(1) {
		padding-top: 10px;
	}
}

.productSystem-colText {
	width: calc(65.14% - 40px);
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media only screen and (max-width: 768px) {
	.productSystem-colText {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.productSystem-img {
	width: 34.86%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media only screen and (max-width: 768px) {
	.productSystem-img {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-top: 18px;
	}
}
/*
.productSystem-name {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .075em;
}
*/
@media only screen and (max-width: 768px) {
	.productSystem-name {
		font-size: 16px;
		letter-spacing: 0;
	}
}

.productSystem-detail {
	padding-top: 10px;
	letter-spacing: .075em;
}

@media only screen and (max-width: 768px) {
	.productSystem-detail {
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1.4;
	}
}

@media only screen and (min-width: 769px) {
	.is_sp {
		display: none;
	}
}

/* FSSC22000取得工場 */
.productSystem-fssc-img {
	max-width: 200px;
	width: 100%;
}


.productSystem-name > a{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.4px;
	color: #41210f;
	display: inline-block;
	position: relative;
}

.productSystem-name > a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #41210f;
	border-right: 1px solid #41210f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -21px;
	top: 50%;
	margin-top: -3px;
	-webkit-transition: .4s;
	transition: .4s;
}
.productSystem-name > a:hover {
	color: #acacab;
}
.productSystem-name > a:hover:before {
	border-color: #acacab;
	right: -31px;
}
