@charset "utf-8";

/*----------------------------------------------------
*
*--products catalog
*
---------------------------------------------------- */
#products_catalog_downloads .product__contact {
	display: none;
}

.tabl_w_adj {
	width: 400px;
}
.tabl_w_adj_model {
	width: 280px;
}
.top_catalog {
	margin: 0 0 44px 0;
}
.top_catalog dt {
	padding: 0 0 0 10px;
	margin-bottom: 13px;
	border-left: solid 4px #004198;
	font-weight: 500;
}
.top_catalog dd {
	background: #f3f6f9;
	padding: 22px 0 22px 0;
	border-top: solid 1px #d6d6d7;
	text-align: center;
}

.top_catalog dd > a {
	position: relative;
	color: #fff;
	display: inline-block;
	width: 413px;
	background: #00449a;
	padding: 11px 0 12px 0;
	border: solid 2px #00449a;
	border-radius: 6px;
	transition: background 0.2s ease-out, color 0.2s ease-out;
	text-align: center;
}

.top_catalog dd > a > span {
	font-size: 12px;
}
.top_catalog dd > a::after {
	position: absolute;
	content: "\f101";
	display: inline-block;
	margin: -8px 16px 0 0;
	height: 0px;
	color: #fff;
	vertical-align: top;
	font-weight: normal;
	font-size: 1em;
	font-family: "FontAwesome";
	top: 50%;
	right: 0;
	transition: color 0.2s ease-out;
}

.top_catalog dd > a:hover {
	background: #fff;
	color: #00449a;
}
.top_catalog dd > a:hover:after {
	color: #00449a;
}

.radio_category {
	margin: 0 0 32px 0;
}
.radio_category dt {
	padding: 0 0 0 10px;
	margin-bottom: 13px;
	border-left: solid 4px #004198;
	font-weight: 500;
}
.radio_category dd {
	background: #f3f6f9;
	border-top: solid 1px #d6d6d7;
	padding: 24px;
}
.radio_category__ulist {
	width: 100%;
	font-size: 0;
}
.radio_category__ulist li:nth-child(-n+4) {
	margin-top: 0;
}
.radio_category__ulist li:nth-child(4n+1) {
	margin-left: 0; 
}
.radio_category__ulist li {
	position: relative;
	display: inline-block;
	width: calc((100% - 48px) / 4);
	margin: 18px 0 0 16px;
	vertical-align: top;
}
.radio_category input[name='kubun'] {
	position: absolute;
	top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.radio_category input[name='kubun'] + label {
	position: relative;
	display: block;
	background: #fff;
	width: 100%;
	padding: 11px 0 11px 35px;
	border: solid 1px #d6d6d7;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.2s ease-in-out;
	z-index: 10;
}
.radio_category input[name='kubun']:checked + label {
	border-color: #004198;
	z-index: 100;
}
.radio_category input[name='kubun'] + label::before,
.radio_category input[name='kubun'] + label::after {
	position: absolute;
	display: block;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}
.radio_category input[name='kubun'] + label::before {
	content: "";
	top: 13px;
	left: 13px;
	width: 14px;
	height: 14px;
	border: 2px solid #999;
}
.radio_category input[name='kubun'] + label::after {
	content: "";
	top: 17px;
	left: 17px;
	width: 6px;
	height: 6px;
}
.radio_category input[name='kubun'] + label:hover::after {
	background: #999;
}
.radio_category input[name='kubun']:checked + label:hover::after,
.radio_category input[name='kubun']:checked + label::after {
	background: #004198;
}
.table_catalog_downloads {
	width: 100%;
	min-width: 290px;
	border-top: 2px solid #e4e7eb;
	border-bottom: 2px solid #e4e7eb;
}
.table_catalog_downloads th {
	background-color: #f3f6f9;
	font-weight: 500;
	padding: 13px 20px 12px;
}
.table_catalog_downloads td {
	padding: 9px 20px 9px;
}
.table_catalog_downloads td.sub_cate {
	vertical-align: top;
}

.table_catalog_downloads .dl a {
	position: relative;
	display: inline-block;
	width: 165px;	
	font-size: 16px;
	padding: 0 0 0 12px;
	transition: left 0.1s ease-out;
}
.table_catalog_downloads .dl a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #004198;
	content: "\f105";
	font-size: 1em;
	font-family: "FontAwesome";

}
.table_catalog_downloads .dl a:hover {
	color: #004198;
}
.table_catalog_downloads .dl a span {
	color: #838383;
}
.table_catalog_downloads .dl a.pdf {
	width: 160px;
}
.table_catalog_downloads .dl a.pdf + .drw {
	margin: 0 0 0 8px;
}
.table_catalog_downloads .dl a.drw {
	width: 180px;
}

@media screen and (max-width: 640px) {
	.headline__cnt {
		margin-bottom: -6px;
	}
	
	.top_catalog dd > a {
		width: 260px;
	}
	.top_catalog dd > a > span {
		display: block;
		margin-top: 4px;
	}
	.radio_category__ulist li:first-child input[name='kubun'] + label {
		border-radius: 4px 4px 0 0;
	}
	
	.radio_category__ulist li:last-child input[name='kubun'] + label {
		border-radius: 0 0 4px 4px;
	}
	
	.radio_category__ulist li:nth-child(-n+4) {
		margin-top: 0;
	}
	.radio_category__ulist li:nth-child(4n+1) {
		margin-left: 0; 
	}
	.radio_category__ulist li {
		margin: -1px 0 0 0;
		width: 100%;
	}
	.radio_category input[name='kubun'] + label {
		border-radius: 0;
	}
	.table_catalog_downloads {
		border: none;
	}
	.table_catalog_downloads thead {
		display: none;
	}
	.table_catalog_downloads tr:first-child {
		margin: 0;
	}
	.table_catalog_downloads tr {
		display: block;
		font-size: 0;
		border-bottom: dotted 1px #d6d6d7;
	}
	.table_catalog_downloads td {
		font-size: 16px;
	}
	.table_catalog_downloads td.sub_cate {
		display: block;
		padding: 0 0 0 10px;
		margin: 30px 0 56px 0;
		border: none;
		border-left: solid 4px #004198;
		font-weight: 500;
	}
	.top_sub_cate__tr {
		position: relative;
	}
	.table_catalog_downloads td.top_model::before,
	.table_catalog_downloads td.top_dl::before {
		position: absolute;
		display: block;
		background: #f3f6f9;
		padding: 8px 0 9px 0;
		border-top: solid 2px #d6d6d7;
		border-bottom: solid 1px #d6d6d7;
		font-weight: 500;
		font-size: 16px;
	}
	.table_catalog_downloads td.top_model::before {
		display: inline-block;
		content: 'モデル';
		width: 100%;
		top: 33px;
		left: 0;
		padding-left: 15px;
	}
	.table_catalog_downloads td.top_dl::before {
		display: inline-block;
		content: 'カタログ';
		top: 33px;
		left: calc( 50vw - 15px );
		padding-bottom: 7px;
		padding-left: 0;
	}
	
	.table_catalog_downloads td.model {
		border: none;
		width: calc( 50vw - 15px );
		padding-left: 15px;
		font-size: 14px;
		word-break : break-all;
	}
	.table_catalog_downloads td.dl {
		border: none;
		width: calc( 50vw - 15px ) ;
		padding: 9px 0px 9px;
	}
	.table_catalog_downloads td.dl a {
		width: 150px !important;
		font-size: 13px;
	}
	.table_catalog_downloads td.dl a.pdf + .drw {
		margin: 0;
	}

}