@charset "UTF-8";

/*----------------------------------------

	+ content
		+ list
			- industry
			- item

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/

#content > h1 {
	margin-bottom: 35px;
	padding: 10px 40px 8px 45px;
	background: #009b64 url(../../img/c_ic_result.png) no-repeat 15px center;
}

#content > #product {
	display: flex;
	flex-direction: row-reverse;
}

/*----------------------------------------
	list
-----------------------------------------*/

#list {
	width: 870px;
	max-height: 100%;
}

/*----------------------------------------
	industry
-----------------------------------------*/

#industry {
	margin-bottom: 76px;
	padding: 35px 25px 26px;
	background: #edf6f5;
}

#industry > div {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}

#industry > div > dl {
	display: flex;
}

#industry > div > dl > dd {
	padding-left: 1em;
	text-indent: -1em;
}

#industry > div > dl > dd::before {
	content: '\ff1a';
}

#industry > div > p {
	min-width: 136px;
	margin: 2px 2px 0 auto;
}

#industry > div > p > a {
	position: relative;
	display: block;
	padding: 4px 28px 2px 9px;
	box-shadow: 0 0 0 2px #fff;
    border: solid 1px #e9e9e9;
	background: #fff;
}

#industry > div > p > a::after {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #d48758;
	border-right: solid 2px #d48758;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 11px;
	top: 50%;
}

#industry > p + p {
	margin-top: 16px;
}

/*----------------------------------------
	item
-----------------------------------------*/

.item {
	margin-top: 40px;
}

.item + .item {
	margin-top: 76px;
}

/* tit */
.item .tit {
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
}

.item .tit::before {
	content: '';
	position: absolute;
	width: 8px;
	height: calc(100% - 9px);
	margin-top: 4px;
	background: #009b64;
	top: 0;
	left: 0;
}

.item .tit > h1 {
	margin: 9px 0 -2px;
}

.item .tit > dl {
	display: flex;
	align-items: center;
}

.item .tit > dl > dt {
	margin-right: 6px;
	white-space: nowrap;
}

.item .tit > dl > dt > span {
	display: block;
	min-width: 30px;
	padding: 0 6px 0 10px;
	background: #009b64;
	border-radius: 10px;
	line-height: 1.428;
	letter-spacing: 3px;
	text-align: center;
}

/* supp */
.item .supp {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	min-height: 35px;
	background: #edf6f5;
}

.item .supp > p {
	padding: 7px 16px 6px;
}

.item .supp > .series {
	margin-left: auto;
	min-height: 22px;
}

/* summary */
.item .summary {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 27px;
}

.item .summary > div {
	width: 615px;
	margin-top: -4px;
}

.item .summary > div > div:first-of-type {
	min-height: 144px;
	margin-bottom: 27px;
}

.item .summary > div > div > dl {
	display: flex;
	margin-top: 12px;
}

.item .summary > div > div > dl > dt {
	white-space: nowrap;
}

.item .summary > div > div > dl > dd {
	width: 615px;
}

.item .summary > div > div > dl > dd > ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 1em;
	text-indent: -1em;
}

.item .summary > div > div > dl > dd > ul > li {
	padding: 0 16px 0 0;
	text-indent: 0;
}

.item .summary > div > div > dl > dd > ul::before {
	content: '\ff1a';
	color: #333;
}

.item .summary > div > .btn {
	display: flex;
	flex-wrap: wrap;
}

.item .summary > div > .btn > a.detail {
	position: relative;
	display: block;
	min-width: 196px;
	margin-right: 15px;
	padding: 2px;
	background: #009b64;
	color: #fff;
}

.item .summary > div > .btn > a.detail > p {
	padding: 6px 30px 6px 15px;
	border: solid 1px #bbe5d6;
}

.item .summary > div > .btn > a.detail::after {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 15px;
	top: 50%;
}

.item .summary > div > .btn > a.pn {
	position: relative;
	display: block;
	min-width: 194px;
	margin-right: 15px;
	padding: 1px;
	border: solid 2px #009b64;
}

.item .summary > div > .btn > a.pn > p {
	padding: 5px 27px 5px 35px;
	border: solid 1px #bbe5d6;
}

.item .summary > div > .btn > a.pn::after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../../img/c_ic_modal.png) no-repeat right center;
	right: 13px;
	top: 50%;
}

.item .summary > div > .btn > a.pn::before {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 19px;
	margin-top: -10px;
	background: url(../../img/c_ic_member01.png) no-repeat left center;
	left: 13px;
	top: 50%;
}

.item .summary > div > .btn > a.favorite {
	position: relative;
	display: block;
	min-width: 114px;
	padding: 8px 40px 8px 14px;
	border: solid 1px #d48758;
}

.item .summary > div > .btn > a.favorite::after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../../img/c_ic_modal.png) no-repeat right center;
	right: 16px;
	top: 50%;
}

.item .summary > figure {
	width: 230px;
	margin-right: 25px;
}

.item .summary > figure > img {
	width: 230px;
	height: auto;
}

/* download */
.item .download {
	position: relative;
	margin-bottom: 60px;
}

.item .download > dl > dt {
	padding-right: 200px;
	margin-bottom: 6px;
}

.item .download > dl > dd {
	display: flex;
	flex-wrap: wrap;
}

.item .download > dl > dd > a {
	display: flex;
	align-items: center;
	width: 288px;
	background: #f2f2f2;
}

.item .download > dl > dd > a {
	margin-left: 3px;
}

.item .download > dl > dd > a:nth-child(3n+1) {
	margin-left: 0;
}

.item .download > dl > dd > a:nth-child(n+4) {
	margin-top: 3px;
}

.item .download > dl > dd > a > p {
	position: relative;
	width: 238px;
	padding: 14px 35px 14px 15px;
}

.item .download > dl > dd > a.member > p {
	padding: 14px 35px 14px 40px;
}

.item .download > dl > dd > a:last-child > p {
	width: 238px;
}

.item .download > dl > dd > a > p::after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../../img/c_ic_modal.png) no-repeat right center;
	right: 15px;
	top: 50%;
}

.item .download > dl > dd > a.e_catalog > p::after,
.item .download > dl > dd > a.cad_3d > p::after {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	background: none;
	border-top: solid 2px #d48758;
	border-right: solid 2px #d48758;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	top: 50%;
}

.item .download > dl > dd > a.member > p::before {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 19px;
	margin-top: -10px;
	background: url(../../img/c_ic_member01.png) no-repeat left center;
	left: 15px;
	top: 50%;
}

.item .download > p {
	position: absolute;
	padding-left: 16px;
	line-height: 2.166;
	top: -1px;
	right: 0;
}

.item .download > p::after {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 15px;
	margin-top: -9px;
	background: url(../../img/c_ic_member01.png) no-repeat left center;
	background-size: 12px auto;
	left: 0;
	top: 50%;
}

/* variation */
.item .variation {
	margin-top: -25px;
}

.item .variation > dl > dt {
	margin-bottom: 6px;
}

.item .variation > dl > dd > table {
	width: 870px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.item .variation > dl > dd > table th {
	padding: 5px 15px 3px;
	vertical-align: top;
	background: #f2f2f2;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	white-space: nowrap;
}

.item .variation > dl > dd > table td {
	padding: 10px 15px 22px;
	vertical-align: top;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	word-break: break-all;
	word-wrap: break-word;
}

.item .variation > dl > dd > table td:first-of-type {
	min-width: 78px;

}

.item .variation > dl > dd > table td:nth-of-type(3),
.item .variation > dl > dd > table td:nth-of-type(4),
.item .variation > dl > dd > table td:nth-of-type(5) {
	min-width: 65px;
}

.item .variation > dl > dd > table td:last-of-type {
	min-width: 139px;
}

.item .variation > dl > dd > table td:last-of-type > span {
	display: block;
}

.item .variation > dl > dd > table td:last-of-type > span + .btn {
	margin-top: 7px;
}

.item .variation > dl > dd > table td:last-of-type > .btn a {
	position: relative;
	display: inline-block;
	width: 95px;
	padding: 3px 20px 3px 9px;
	background: #f6f5ea;
	border: solid 1px #d48758;
	color: #d48758;
}

.item .variation > dl > dd > table td:last-of-type > .btn a::after {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	background: none;
	border-top: solid 2px #d48758;
	border-right: solid 2px #d48758;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 9px;
	top: 50%;
}

.item .variation > dl > dd > table td:last-of-type > .btn + .btn {
	margin-top: 7px;
}

.item .variation > dl > dd > table td:last-of-type > .btn + span {
	margin-top: 14px;
}
