@charset "utf-8";
/*=========================================
product_category
=========================================*/
#product_category {
	background-color: #e5f5fc;
}
#product_category h2 {
	padding: 48px 0 48px 70px;
	font-size: 36px;
	font-weight: bold;
	position: relative;
}
#product_category h2::before {
	content: "";
	display: block;
	width: 48px;
	height: 35px;
	background-image: url(/assets/images/common/nabco-mark_short.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: 0;
}

/*=========================================
product_detail
=========================================*/
#product_detail {
	margin-top: 25px;
	overflow: hidden;
}

/* breadcrumb */
.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.breadcrumb li {
	margin-right: 3em;
	font-size: 14px;
	position: relative;
}
.breadcrumb li:last-child {
	margin-right: 0;
	font-weight: bold;
}
.breadcrumb li::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: translate(0, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: -22px;
}
.breadcrumb li:last-child::after {
	display: none;
}
.breadcrumb li a {
	color: #666;
}

#product_detail h2 {
	margin-top: 25px;
	font-size: 48px;
	line-height: 1.4;
	font-weight: bold;
	word-break: break-word;
}
#product_detail h2 span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-top: 1em;
}
#product_detail table + table {
	margin-top: -1px;
}

/* new_product */
.new_product {
	margin-top: 30px;
}
.new_product a {
	display: block;
	padding: 20px;
	background-color: #f7f7f7;
}
.new_product figure {
	width: 150px;
	height: 100px;
	float: left;
}
.new_product .new_product-inner {
	margin-left: 170px;
}
.new_product .new_product-lead {
	padding-left: 20px;
	color: #ec9c02;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.new_product .new_product-lead::before {
	content: url(/assets/images/introduction/product_detail/new_product-icon.svg);
	display: block;
	width: 17px;
	height: 17px;
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.new_product .product_name {
	margin-top: 5px;
	color: #00a0e6;
	font-size: 20px;
	font-weight: bold;
}
.new_product .product_text {
	margin-top: 5px;
	font-size: 13px;
}

/* download */
.download {
	margin-top: 40px;
	border-left: 1px solid #ccc;
}
.download li {
	width: 365.66px;
	float: left;
}
.download > li {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 1px 0;
}
.cad_download {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	float: left;
}
.cad_download li {
	width: 365.66px;
}
.cad_download li + li {
	border-left: 1px solid #ccc;
}
.download li a {
	display: block;
	padding: 20px 0;
	text-align: center;
}
.download li a div {
	display: inline-block;
	padding-left: 26px;
	font-weight: bold;
	position: relative;
}
.download li a div::before {
	display: block;
	width: 16px;
	height: 20px;
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: 0;
}
.download li a.pdf div::before {
	content: url(/assets/images/introduction/product_detail/pdf-icon.svg);
}
.download li a.cad div::before {
	content: url(/assets/images/introduction/product_detail/cad-icon.svg);
}

/* product_detail-wrapper */
.product_detail-wrapper {
	margin: 40px 0 80px;
}
/* detail_tab */
.detail_tab {
	display: inline-block;
	position: relative;
}
.detail_tab::before,
.detail_tab::after {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	border-top: 1px solid #ccc;
	position: absolute;
}
.detail_tab::before {
	transform: translate(-100%);
	left: 0;
}
.detail_tab::after {
	transform: translate(100%);
	right: 0;
}
.detail_tab.top::before,
.detail_tab.top::after {
	bottom: 0;
}
.detail_tab.bottom::before,
.detail_tab.bottom::after {
	top: 0;
}
.detail_tab ul li {
	min-width: 150px;
	padding: 25px;
	background-color: #f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	float: left;
	position: relative;
}
.detail_tab ul li:first-child {
	border-left: 1px solid #ccc;
}
.detail_tab ul li.active {
	background-color: #fff;
}
.detail_tab.top ul li.active {
	border-bottom: 1px solid #fff;
}
.detail_tab.bottom ul li.active {
	border-top: 1px solid #fff;
}
.detail_tab ul li.active::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #00a0e6;
	border-right: 2px solid #00a0e6;
	position: absolute;
	left: 50%;
}
.detail_tab.top ul li.active::after {
	transform: translate(-50%) rotate(135deg);
	bottom: 0;
}
.detail_tab.bottom ul li.active::after {
	transform: translate(-50%) rotate(-45deg);
	top: 0;
}

/* product_detail-inner */
.product_detail-inner .anchor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product_detail-inner .anchor li {
	margin-right: 30px;
}
.product_detail-inner .anchor li a {
	padding-left: 30px;
	color: #00a0e6;
	font-weight: bold;
	position: relative;
}
.product_detail-inner .anchor li a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #00a0e6;
	border-right: 2px solid #00a0e6;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	left: 12px;
}
.product_detail-inner {
	display: none;
	margin: 35px 0 75px;
}
.product_detail-inner section {
	margin-top: 30px;
}
.product_detail-inner section + section {
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
.product_detail-inner section h3 {
	padding-left: 15px;
	border-left: 4px solid #00a0e6;
	font-size: 20px;
	font-weight: bold;
}

/* overview */
#overview p {
	margin-top: 25px;
}

.product-image {
	margin: 35px 0 60px;
}
.product-image .product-image_large {
	width: 920px;
	margin: auto;
}
.product-image .product-image_large li {
	margin: 0 40px;
}
.product-image .product-image_large .slick-prev,
.product-image .product-image_large .slick-next {
	width: 52px;
	height: 52px;
}
.product-image .product-image_large .slick-prev {
	left: -35px;
}
.product-image .product-image_large .slick-next {
	right: -35px;
}
.product-image .product-image_large .slick-prev:before,
.product-image .product-image_large .slick-next:before {
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.product-image .product-image_large .slick-prev:before {
	border-bottom: 4px solid #666;
	border-left: 4px solid #666;
}
.product-image .product-image_large .slick-next:before {
	border-top: 4px solid #666;
	border-right: 4px solid #666;
}

#overview table {
	margin-top: 20px;
}
#overview2 table + table,
#overview3 table + table,
#overview4 table + table,
#overview5 table + table{
	margin-top: 40px;
}
#overview table caption {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: .5em;
}
#overview table thead tr {
	background-color: #f5f5f5;
	border-top: 2px solid #666;
}
#overview table thead th {
	padding: 15px 20px;
	color: #666;
	font-size: 13px;
	vertical-align: middle;
}
#overview table thead .name {
	width: 220px;
}
#overview table thead .natrus,
#overview table thead .jis {
	width: 120px;
}
#overview table tbody tr {
	border-top: 1px solid #ccc;
}
#overview table tbody tr:last-child {
	border-bottom: 1px solid #ccc;
}
#overview table tbody th {
	padding: 15px 0;
	vertical-align: middle;
	text-align: left;
}
#overview table tbody th a {
	color: #00a0e6;
	font-weight: bold;
}
#overview table tbody td {
	padding: 15px 20px;
	font-size: 14px;
	vertical-align: middle;
}
#overview table tbody td .check-mark {
	width: 16px;
	height: 16px;
}
#overview table + p {
	padding-right: 20px;
	text-align: right;
	position: relative;
}
#overview table + p a {
	color: #00a0e6;
}
#overview table + p a::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #00a0e6;
	border-right: 2px solid #00a0e6;
	transform: translate(0, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
}

/* specification */
#specification p {
	font-size: 14px;
}
#specification table + p {
	margin-top: 15px;
}
#specification .relation_link {
	margin-top: 10px;
}
#specification .relation_link a {
	color: #00a0e6;
	position: relative;
}
#specification .relation_link a::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #00a0e6;
	border-right: 2px solid #00a0e6;
	transform: rotate(45deg);
	position: absolute;
	bottom: 3px;
	right: -20px;
}

#specification table {
	margin-top: 25px;
}
#specification table th {
	width: 325px;
	padding: 15px 20px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	font-size: 14px;
	vertical-align: middle;
}
#specification table th.nonwidth {
	width: auto !important;
	padding: 15px 20px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	font-size: 14px;
	vertical-align: middle;
}
#specification table td {
	padding: 15px 20px;
	border: 1px solid #ccc;
	font-size: 15px;
	vertical-align: middle;
}
#specification table td.col1 {width: calc(775px / 1);}
#specification table td.col2 {width: calc(775px / 2);}
#specification table td.col3 {width: calc(775px / 3);}
#specification table td.col4 {width: calc(775px / 4);}
#specification table td.col5 {width: calc(775px / 5);}
#specification table td.col6 {width: calc(775px / 6);}
#specification table td.col7 {width: calc(775px / 7);}
#specification table td.col8 {width: calc(775px / 8);}
#specification table td.col9 {width: calc(775px / 9);}
#specification table td.col10 {width: calc(775px / 10);}
#specification table td.col11 {width: calc(775px / 11);}
#specification table td.col12 {width: calc(775px / 12);}
#specification table td.col13 {width: calc(775px / 13);}
#specification table td.col14 {width: calc(775px / 14);}
#specification table td.col15 {width: calc(775px / 15);}
#specification table td.col16 {width: calc(775px / 16);}
#specification table td.col17 {width: calc(775px / 17);}
#specification table td.col18 {width: calc(775px / 18);}

.icon-box {
	margin-top: 40px;
}
.icon-box figure {
	width: 130px;
	text-align: center;
	float: left;
}
.icon-box .icon-text {
	margin-left: 130px;
}
.icon-box .icon-text_main {
	font-weight: bold;
	margin-bottom: 10px;
}

/* drawing */
#drawing figure {
	text-align: center;
}

/*=========================================
modal
=========================================*/
.mfp-bg,
.mfp-wrap {
	min-width: 1140px;
	position: absolute;
}
.modal {
	width: 1040px;
	margin: auto;
	padding: 40px;
	background-color: #fff;
	position: relative;
}
.modal .mfp-close {
	width: 60px;
	height: 60px;
	font-size: 60px;
	top: 10px;
	right: 10px;
}
.dl_data h2 {
	font-size: 24px;
	font-weight: bold;
}
.dl_data table {
	margin-top: 30px;
}
.dl_data table.pc + table.pc,
.dl_data table.sp + table.sp {
	margin-top: -1px;
}
.dl_data thead th {
	padding: 15px 0;
	background-color: #e5f5fc;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
}
.dl_data thead th:nth-child(1),
.dl_data tbody td:nth-child(1) {width: 296px;}
.dl_data thead th:nth-child(2),
.dl_data tbody td:nth-child(2) {width: 296px;}
.dl_data thead th:nth-child(3),
.dl_data tbody td:nth-child(3) {width: 196px;}
.dl_data thead th:nth-child(4),
.dl_data tbody td:nth-child(4) {width: 171px;}
.dl_data tbody td {
	padding: 10px 15px;
	border: 1px solid #ccc;
	font-size: 14px;
	vertical-align: middle;
}
.dl_data tbody td:last-child a {
	display: block;
	width: 100px;
	margin: auto;
	padding: 7.5px 0 7.5px 15px;
	background-color: #00a0e6;
	color: #fff;
	border-radius: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.dl_data tbody td:last-child a::before {
	content: "";
	display: block;
	width: 11px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	left: 23px;
}
#pdf_dl.dl_data tbody td:last-child a::before {
	background-image: url(/assets/images/introduction/product_detail/pdf_dl-icon.svg);
}
#cad_dl.dl_data tbody td:last-child a::before {
	background-image: url(/assets/images/introduction/product_detail/cad_dl-icon.svg);
}
.dl_data table + p {
	margin-top: 25px;
	font-size: 14px;
	font-weight: bold;
}
.dl_data ul {
	margin-top: 10px;
}
.dl_data ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}


/*=========================================
special利用スタイル流用
=========================================*/


.nbsc_specialHd05 {
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	margin: 2em 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
  }
  
.nbsc_specialHd05 .nbsc_label {
	white-space: nowrap;
	display: inline-block;
	background-color: #00a0e6;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 8px 14px;
	margin: .2em 0;
	position: relative;
	margin-right: 25px;
  }
  
.nbsc_specialHd05 .nbsc_label:before {
	content: "";
	border-style: solid;
	border-width: 17px 10px;
	border-color: transparent transparent transparent #00a0e6;
	position: absolute;
	top: 0;
	left: 100%;
  }
  







/*=========================================
responsive
=========================================*/
@media screen and (max-width:767px) {
	/*=========================================
	product_category
	=========================================*/
	#product_category h2 {
		padding: 13px 0 13px 40px;
		font-size: 16px;
	}
	#product_category h2::before {
		width: 20px;
		height: 14px;
		left: 10px;
	}

	/*=========================================
	product_detail
	=========================================*/
	#product_detail {
		margin-top: 10px;
	}

	/* breadcrumb */
	.breadcrumb {
		margin: 0 10px;
	}
	.breadcrumb li {
		margin-right: 2em;
		font-size: 10px;
	}
	.breadcrumb li:last-child {
		margin-left: 0;
	}
	.breadcrumb li::after {
		width: 5px;
		height: 5px;
		right: -12px;
	}

	#product_detail h2 {
		margin: 15px 10px 0;
		font-size: 28px;
	}
	#product_detail h2 span {
		font-size: 16px;
	}

	/* new_product */
	.new_product {
		margin-top: 20px;
	}
	.new_product a {
		padding: 15px 10px;
	}
	.new_product figure {
		width: 100px;
		height: 66px;
	}
	.new_product .new_product-inner {
		margin-left: 110px;
	}
	.new_product .new_product-lead {
		padding-left: 15px;
		font-size: 12px;
	}
	.new_product .new_product-lead::before {
		width: 12px;
		height: 12px;
	}
	.new_product .product_name {
		font-size: 14px;
	}
	.new_product .product_text {
		font-size: 11px;
	}

	/* download */
	.download {
		margin: 20px 10px 0;
		border-top: 1px solid #ccc;
		border-left: none;
	}
	.download > li {
		width: 100%;
		border-width: 0 1px 1px 1px;
	}
	.cad_download {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		border-width: 0 1px 1px 1px;
	}
	.cad_download li {
		flex-grow: 1;
	}
	.download li a {
		font-size: 14px;
	}
	.download li a div {
		padding-left: 20px;
	}
	.download li a div::before {
		width: 13px;
		height: 16px;
	}

	/* product_detail-wrapper */
	.product_detail-wrapper {
		margin: 20px 0 30px;
	}
	/* detail_tab */
	.detail_tab::before {
		left: 10px;
	}
	.detail_tab::after {
		right: 10px;
	}
	.detail_tab ul {
		margin: 0 10px;
	}
	.detail_tab ul li {
		min-width: 0;
		padding: 15px 20px;
		font-size: 13px;
	}
	.detail_tab ul li.active::after {
		width: 8px;
		height: 8px;
	}

	/* product_detail-inner */
	.product_detail-inner {
		margin: 25px 0 35px;
	}
	.product_detail-inner .anchor {
		margin: 0 10px;
	}
	.product_detail-inner .anchor li {
		margin-right: 20px;
	}
	.product_detail-inner .anchor li a {
		padding-left: 20px;
		font-size: 14px;
		font-weight: normal;
	}
	.product_detail-inner .anchor li a::before {
		width: 6px;
		height: 6px;
		left: 9px;
	}
	.product_detail-inner section {
		margin-top: 20px;
		padding: 0 10px;
	}
	.product_detail-inner section + section {
		padding-top: 20px;
	}
	.product_detail-inner section h3 {
		padding-left: 7px;
		border-left: 3px solid #00a0e6;
		font-size: 16px;
	}

	/* overview */
	#overview p {
		margin-top: 15px;
		font-size: 14px;
	}
	.product-image {
		margin: 20px 0 45px;
		padding: 0 !important;
	}
	.product-image .product-image_large {
		width: 100%;
	}
	.product-image .product-image_large .slick-prev,
	.product-image .product-image_large .slick-next {
		display: none !important;
	}
	.product-image .product-image_large li {
		margin: 0;
	}

	#overview table {
		margin-top: 15px;
	}
	#overview table caption {
		font-size: 14px;
	}
	#overview table thead th {
		padding: 3px;
		font-size: 10px;
	}
	#overview table thead .name {
		width: 110px;
	}
	#overview table thead .natrus,
	#overview table thead .jis {
		width: 50px;
	}
	#overview table tbody th {
		padding: 5px 5px 5px 0;
	}
	#overview table tbody th a {
		font-size: 14px;
	}
	#overview table tbody td {
		padding: 5px 0;
		font-size: 11px;
	}
	#overview table tbody td .check-mark {
		width: 12px;
		height: 12px;
	}
	#overview table + p {
		margin-top: 15px;
	}
	#overview table + p::after {
		right: 5px;
	}

	/* specification */
	#specification p {
		font-size: 14px;
	}
	#specification table + p {
		margin-top: 15px;
	}
	#specification .relation_link {
		margin-top: 10px;
	}
	#specification .relation_link a {
		color: #00a0e6;
		position: relative;
	}
	#specification .relation_link a::after {
		width: 7px;
		height: 7px;
		bottom: 4px;
		right: -15px;
	}

	#specification table {
		margin-top: 15px;
	}
	#specification table th {
		width: 17%;
		padding: 5px;
		font-size: 11px;
		word-break: break-all;
	}
	#specification table th.nonwidth {
		width: auto !important;
		padding: 5px;
		font-size: 11px;
		word-break: break-all;
	}
	#specification table th.thcol2{width:calc(17% / 2);}
	#specification table td {
		padding: 5px;
		font-size: 12px;
		word-break: break-all;
	}
	#specification table td.col1 {width: calc(83% / 1);}
	#specification table td.col2 {width: calc(83% / 2);}
	#specification table td.col3 {width: calc(83% / 3);}
	#specification table td.col4 {width: calc(83% / 4);}
	#specification table td.col5 {width: calc(83% / 5);}
	#specification table td.col6 {width: calc(83% / 6);}
	#specification table td.col7 {width: calc(83% / 7);}
	#specification table td.col8 {width: calc(83% / 8);}
	#specification table td.col9 {width: calc(83% / 9);}
	#specification table td.col10 {width: calc(83% / 10);}
	#specification table td.col11 {width: calc(83% / 11);}
	#specification table td.col12 {width: calc(83% / 12);}
	#specification table td.col13 {width: calc(83% / 13);}
	#specification table td.col14 {width: calc(83% / 14);}
	#specification table td.col15 {width: calc(83% / 15);}
	#specification table td.col16 {width: calc(83% / 16);}
	#specification table td.col17 {width: calc(83% / 17);}
	#specification table td.col18 {width: calc(83% / 18);}

	.icon-box {
		margin-top: 20px;
	}
	.icon-box figure {
		width: 70px;
	}
	.icon-box .icon-text {
		margin-left: 80px;
	}

	/*=========================================
	modal
	=========================================*/
	.mfp-bg,
	.mfp-wrap {
		min-width: 0;
	}
	.mfp-container {
		padding: 10px;
	}
	.modal {
		width: 100%;
		padding: 14px 14px 25px;
	}
	.modal .mfp-close {
		width: 30px;
		height: 30px;
		font-size: 30px;
		line-height: 1;
		top: 5px;
		right: 5px;
	}
	.dl_data h2 {
		padding-right: 1em;
		font-size: 16px;
	}
	.dl_data table {
		margin-top: 15px;
	}
	.dl_data table.sp {
		display: table;
	}
	.dl_data thead th {
		font-size: 10px;
	}
	.dl_data tbody td {
		padding: 10px;
	}
	.dl_data tbody td .size {
		font-size: 14px;
		font-weight: bold;
	}
	.dl_data tbody td .data {
		margin-top: 10px;
		font-size: 11px;
	}
	.dl_data tbody td div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 10px;
	}
	.dl_data tbody td .file {
		color: #999;
		font-size: 11px;
	}
	.dl_data tbody td:last-child a {
		width: 90px;
		margin: 0 0 0 10px;
		padding: 5.5px 0 5.5px 13px;
		font-size: 13px;
	}
	.dl_data tbody td:last-child a::before {
		width: 9px;
		height: 12px;
	}
	.dl_data table + p {
		font-size: 12px;
	}
	.dl_data ul li {
		font-size: 11px;
	}
}

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

=========================================*/
#overview h3:nth-child(n+2){
	margin-top: 30px;
}
#overview hr{
	margin: 30px 0;
	border:none;
	height: 1px;
	background: #ccc;
}
@media screen and (max-width:767px) {
	#overview h3:nth-child(n+2){
		margin-top: 20px;
	}
	#overview hr{
		margin: 20px -10px;
	}
}

/*=========================================
CAD Download Table
@extend .dl_data table.pc, .dl_data table.sp
=========================================*/
@media screen and (max-width:767px) {
	.cad_table thead tr{
		display: block;
		padding: 15px 0;
    width: 100%;
		line-height: 1;
		text-align: center;
    background-color: #e5f5fc;
    border: 1px solid #ccc;
	}
	.cad_table thead th{
		display: inline;
		padding: 0;
		background: none;
		border:none;
	}
	.cad_table thead th + th::before{
		content: " / ";
	}
	.cad_table tbody tr{
		display: block;
		padding: 10px;
		border: 1px solid #ccc;
	}
	.cad_table tbody tr + tr{
		border-top: 0;
	}
	.cad_table tbody tr:after{
		content: "";
		display: block;
		clear: both;
	}
	.cad_table tbody th,
	.cad_table tbody td{
		display: block;
		padding: 0;
		margin: 0;
		border:none;
	}
	.cad_table tbody td:nth-child(1){
		width: auto;
		font-size: 14px;
    font-weight: bold;
	}
	.cad_table tbody td:nth-child(2){
		margin-top: 10px;
    font-size: 11px;
		margin-bottom: 10px;
	}
	.cad_table tbody td:nth-child(3){
		float: left;
		padding-top: 7px;
		width: calc(100% - 100px);
    text-align: right;
		font-size: 11px;
		color:#999;
	}
	.cad_table tbody td:nth-child(4){
		float: right;
		width: 100px;
	}
}

/*=========================================
maker logo
=========================================*/
.makerLogo{
	margin-top: 30px;
}
.makerLogo:after{
	content: "";
	display: block;
	clear: both;
}
.makerLogo__img{
	float: left;
	width: 205px;
}
.makerLogo__txt{
	margin-left: 225px;
	font-size: 13px;
	text-align: justify;
}
@media screen and (max-width:767px) {
	.makerLogo{
		padding: 0 10px;
	}
	.makerLogo__img{
		float: none;
	}
	.makerLogo__txt{
		margin-left: 0;
	}
}

/*=========================================
special利用スタイル流用
=========================================*/

.nbsc_specialHd05 {
    font-size: 16px;
    display: block;
    margin: 1.5em 0 0;
  }

.nbsc_specialHd05 .nbsc_label {
    white-space: normal;
    font-size: 14px;
    padding: 5px 5px 5px 7px;
    margin-right: 20px;
  }

.nbsc_specialHd05 .nbsc_label:before {
    border-width: 12px 10px;
  }


/*=========================================
タイトル部分のロゴの調整
=========================================*/
#product_detail h2 .ttl-award_logo{
	display: inline-block;
	margin-right: 10px;
}

#product_detail h2 .icn-kids-design{
	width: 260px;
}