@charset "utf-8";
@media screen and (max-width: 767px) {
/*HEADER*/
.keyvisual {
	background-image:url(../images/factory/keyvisual.jpg);
	/*background-position-y:bottom;*/
	
}


/*CONTENTS*/
section {
	padding:4rem 0;
}
main section:nth-of-type(even) {
	background-color:rgba(244,227,225,.2);
}
main section .txt-box {
	padding:1rem 1rem 0;
}
table.equipment {
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
table.equipment th,
table.equipment td {
	font-size:12px;
	text-align:left;
	vertical-align:top;
	padding:.5rem .8rem;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
table.equipment tr.line-d th,
table.equipment tr.line-d td {
	border-bottom-style:dashed;
}
table.equipment tr td {
	text-align:center;
}
table.equipment tr td:last-child {
	text-align:right;
}
table.equipment tr td[colspan~="4"] {
	text-align:left;
}
table.equipment tr.software ul li {
	display:inline-block;
	margin-right:1em;
}

#factory .gallery {
	padding-top:2rem;
}

/*大阪工場*/
#osaka .content-box-flex-half .txt-box table th {
	background-color:#FFF;
}
#osaka .content-box-flex-half .img-box img {
	width:100%;
}
/*千葉工場*/
#chiba .content-box-flex-half .txt-box table th {
	background-color:#fdf9f9;
}
#chiba .content-box-flex-half .img-box img {
	width:100%;
}

}

@media screen and (min-width: 768px) {
/*HEADER*/
.keyvisual {
	background-image:url(../images/factory/keyvisual.jpg);
	/*background-position-y:bottom;*/
	
}


/*CONTENTS*/
section {
	padding:60px 0;
}
main section:nth-of-type(even) {
	background-color:rgba(244,227,225,.2);
}
main section:nth-of-type(even) .content-box-flex-half {
	flex-direction:row-reverse;
}
main#factory section:nth-of-type(odd) .content-box-flex-half .txt-box {
	padding:0 0 0 20px;
}
main#factory section:nth-of-type(even) .content-box-flex-half .txt-box {
	padding:0 20px 0 0;
}
main section:nth-of-type(even) .content-box-flex-half table.equipment {
	margin:auto 0 auto auto;
}
table.equipment {
	border-top:solid 1px #CCC;
	/*border-left:solid 1px #CCC;*/
}
table.equipment th,
table.equipment td {
	font-size:12px;
	text-align:left;
	vertical-align:top;
	padding:.5rem .8rem;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
table.equipment tr.line-d th,
table.equipment tr.line-d td {
	border-bottom-style:dashed;
}
table.equipment tr td {
	text-align:center;
}
table.equipment tr td:last-child {
	text-align:right;
	border-right:none 0px;
}
table.equipment tr td[colspan~="4"] {
	text-align:center;
}
table.equipment tr.software ul li {
	display:inline-block;
	margin-right:1em;
}

#factory .gallery {
	padding-top:40px;
}

/*大阪工場*/
#osaka .content-box-flex-half .img-box {
	position:relative;
	overflow:hidden;
}
#osaka .content-box-flex-half .img-box img {
	display:block;
	max-width:none;
	width:100%;
	height:auto;
	position:absolute;
	top: 50%;
	right:0;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
/*千葉工場*/
#chiba .content-box-flex-half .img-box {
	position:relative;
	overflow:hidden;
}
#chiba .content-box-flex-half .img-box img {
	display:block;
	max-width:none;
	width:100%;
	height:auto;
	position:absolute;
	top: 50%;
	left:0;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
}