
/* CSS Document */

/*==================================================

add-style
=================================================*/

/* technology */

.technology {
	margin: 0 auto!important;
}
.technology .tech-menu {
	width: 90%;
	max-width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	margin: 0 auto 80px;
}
.technology .tech-menu dl {
	width: 48%;
	margin-top: 40px;
}
.technology .tech-menu dl dt {
	background-color: #666;
}
.technology .tech-menu dl dt a {
	width: 100%;
	display: block;
	font-size: 2.2rem;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 25px 1em;
}
.technology .tech-menu dl dt a.active {
	background-color: #000;
}
.technology .tech-menu dl dd ul {
	width: 100%;
	display: table;
	margin-top: 8px;
}
.technology .tech-menu dl dd ul li {
	width: 33.33%;
	display: table-cell;
	vertical-align: middle;
	background-color: #CCC;
	border-right: 3px solid #f7f7f7;
}
.technology .tech-menu dl dd ul li:nth-last-of-type(1) {
	border-right: none;
}
.technology .tech-menu dl dd ul li a {
	width: 100%;
	display: block;
	color: #000;
	text-align: center;
	line-height: 160%;
	text-decoration: none;
	padding: 8px 1em;
}
.technology .tech-menu dl dd ul li a span {
	display: inline-block;
}
.technology .tech-menu dl dd ul li.active {
	background-color: #000;
}
.technology .tech-menu dl dd ul li.active a {
	color: #FFF;
}
.technology .tech-head {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.technology .tech-head .category {
	width: 140px;
	margin: 0 auto 3%;
}
.technology .tech-item {
	width: 100%;
	background-color: #000;
	margin-top: 60px;
	padding: 80px 0 120px;
}
.technology .tech-item section {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.technology .tech-item section h1 {
	width: 100%;
	font-size: 2.4rem;
	color: #FFF;
	text-align: center;
	background-color: #0054c1;
	padding: 10px 1em;
}
.technology .tech-item section .equipment {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse wrap;
	flex-flow: row-reverse wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	margin-top: 80px;
}
.technology .tech-item section .equipment .photo {
	width: 30%;
}
.technology .tech-item section .equipment .txt {
	width: 60%;
	font-size: 120%;
	color: #FFF;
}
.technology .tech-item section .equipment .txt h2 {
	font-size: 3rem;
}
.technology .tech-item section .equipment .txt ul {
	margin-top: 3%;
}
.technology .tech-item section .equipment .txt ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.technology .tech-item section .equipment .txt table {
	width: 100%;
	margin-top: 5%;
}
.technology .tech-item section .equipment .txt table tr:nth-of-type(odd) {
	background-color: #666;
}
.technology .tech-item section .equipment .txt table th {
	width: 9em;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 8px 1em;
}
.technology .tech-item section .equipment .txt table td {
	vertical-align: top;
	padding: 8px 1em;
}
.technology .tech-item section .equipment .txt table td dl {
	width: 100%;
	display: table;
	border-bottom: 1px solid #FFF;
}
.technology .tech-item section .equipment .txt table td dl dt {
	width: 4em;
	display: table-cell;
	vertical-align: top;
	padding: 5px 0;
}
.technology .tech-item section .equipment .txt table td dl dd {
	display: table-cell;
	vertical-align: top;
	padding: 5px 0;
}
.technology .tech-item section .item-list {
	width: 100%;
	background-color: #dbdbdb;
	margin-top: 80px;
	padding: 3% 3% 5%;
}
.technology .tech-item section .item-list h2 {
	text-align: center;
}
.technology .tech-item section .item-list .inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.technology .tech-item section .item-list .inner li {
	width: 22%;
	margin: 40px 1.5% 0;
}

/* img */
.technology img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.technology {
		margin: 0 auto!important;
	}
	.technology .tech-menu {
		margin: 0 auto 8%;
	}
	.technology .tech-menu dl {
		width: 49%;
		margin-top: 40px;
	}
	.technology .tech-menu dl dt {
		background-color: #666;
	}
	.technology .tech-menu dl dt a {
		font-size: 2rem;
		padding: 15px 1em;
	}
	.technology .tech-menu dl dt a.active {
		background-color: #000;
	}
	.technology .tech-menu dl dd ul {
		width: 100%;
		display: block;
		margin-top: 5px;
	}
	.technology .tech-menu dl dd ul li {
		width: 100%;
		display: block;
		vertical-align: middle;
		background-color: #CCC;
		border-right: none;
		margin-top: 1px;
	}
	.technology .tech-menu dl dd ul li a {
		width: 100%;
		font-size: 1.4rem;
		line-height: 160%;
		padding: 8px 1em;
	}
	.technology .tech-head .category {
		width: 120px;
		margin: 0 auto 3%;
	}
	.technology .tech-item {
		margin-top: 6%;
		padding: 8% 0 12%;
	}
	.technology .tech-item section h1 {
		width: 100%;
		font-size: 2.4rem;
		color: #FFF;
		text-align: center;
		background-color: #0054c1;
		padding: 10px 1em;
	}
	.technology .tech-item section .equipment {
		width: 100%;
		display: block;
		margin-top: 10%;
	}
	.technology .tech-item section .equipment .photo {
		width: 100%;
		max-width: 375px;
		margin: 5% auto 0;
	}
	.technology .tech-item section .equipment .txt {
		width: 100%;
		font-size: 100%;
		color: #FFF;
	}
	.technology .tech-item section .equipment .txt h2 {
		font-size: 2.4rem;
	}
	.technology .tech-item section .equipment .txt ul {
		margin-top: 3%;
	}
	.technology .tech-item section .equipment .txt table {
		width: 100%;
		margin-top: 5%;
	}
	.technology .tech-item section .equipment .txt table tr:nth-of-type(odd) {
		background-color: #666;
	}
	.technology .tech-item section .equipment .txt table th {
		width: 8em;
		text-align: left;
		font-weight: normal;
		vertical-align: top;
		padding: 8px 1em;
	}
	.technology .tech-item section .equipment .txt table td {
		vertical-align: top;
		padding: 8px 1em;
	}
	.technology .tech-item section .equipment .txt table td dl {
		width: 100%;
		display: table;
		border-bottom: 1px solid #FFF;
	}
	.technology .tech-item section .item-list {
		margin-top: 8%;
		padding: 3% 3% 5%;
	}
	.technology .tech-item section .item-list h2 {
		text-align: center;
	}
	.technology .tech-item section .item-list .inner li {
		width: 30.3%;
		margin: 5% 1.5% 0;
	}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	


}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

