@charset "utf-8";

/* 共通パーツ */
.gray_box {
	background: #ececec;
	display: block;
	color: #000;
}
#main .gray_box > *:last-child {
	margin-bottom: 0;
}
.gray_midashi {
	font-weight: bold;
}
a.gray_box:hover {
	opacity:0.8;
}
a.gray_box:after {
	content:'';
	background: url(../img/arrow_r_o.png) no-repeat;
	background-size: 8px 12px;
	display: inline-block;
	height: 12px;
	margin: 0 0 0 13px;
	width: 8px;
}
@media only screen and (max-width: 768px) {
	#header-nak-r ul:nth-last-of-type(1){
		display: flex;
		border-top: 0px !important;
	}
	.w50.inline-block{
		width: 50%;
		display: inline-block !important;
		position: relative;
		background-color: #333;
		border-bottom: 0px !important;
	}
	.w50.inline-block a{
		color: #FFF;
		text-align: center;
		padding: 15px !important;
	}
	.w50.inline-block a::before{
		background-image: url(../../common/img/language_icon.png);
		background-repeat: no-repeat;
		border: 0px !important;
		width: 15px !important;
		height: 15px !important;
		background-size: contain;
	}
	ul .w50.inline-block:nth-of-type(1){
		border-right: 1px solid #bbbab8;
	}
}
@media only screen and (min-width: 768px) {

	.gray_box {
		padding: 20px 1em;
	}
}
@media only screen and (max-width: 768px) {
	
	.gray_box {
		padding: 24px 15px;
	}
}
/* TOP */
.top_cont section {
	background-size: cover;
	background-position: center;
	/*background-repeat: no-repeat;
	background-size: 1200px 500px;*/
	height: 500px;
	margin: 0;
}
.top_cont #nak80 {
	background-image: url(../../img/bg_nak80.jpg);
	/*height: calc(100vh - 179px);*/
	position: relative;
}
.scroll_next {
	width: 48px;
	height: 53px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.scroll_next img {
	width: 48px;
	height: 53px;
}
.top_cont #about {
	background-image: url(../../img/bg_about.jpg) ;
	background-repeat: no-repeat;
}
.top_cont #features {
	background-image: url(../../img/bg_features.jpg);
	background-repeat: no-repeat;
}
.top_cont #office {
	background-image: url(../../img/bg_office.jpg);
	background-repeat: no-repeat;
}
.top_cont #examples {
	/*background-image: url(../../img/bg_examples_1.jpg);*/
	/*background-repeat: no-repeat;*/
	position: relative;
}
.top_cont #examples.slider-load {
/*	background: none;*/
}
.top_cont #examples.slider-load p {
	font-size: 13px;
}
.top_cont #examples .slider_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;

	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	transition: opacity 1.5s;
}
.top_cont #examples .slider_bg.current {
	opacity: 1;
}

.top_cont #examples .example_item_area {
	position: static !important;
}
.top_cont #examples .example_item {
	color: #fff;
	font-size: 13px;
}
.top_cont #examples .example_item.current {
}
.top_cont #examples .example_item h3 {
	background-color: #333;
	display: inline-block;
	font-size: 100%;
	padding: 8px 15px;
	text-align: center;
}
.top_cont #examples .example_item h3:before {
	border-bottom: 4px solid #d4a500;
	border-left: 4px solid #d4a500;
	border-right: 4px solid #d4a500;
	border-top: 4px solid #d4a500;
	content: '';
	display:inline-block;
	margin: 0 5px 0 0;
	height: 0;
	width: 0;
}
.bx-pager-item {
	display: inline-block;
}
.bx-pager-item:nth-child(n+2) {
	margin-left: 6px;
}
.bx-pager-link {
	background: #fff;
	border-radius: 8px;
	display: block;
	height: 8px;
	text-indent: -9999px;
	width: 8px;
}
.bx-pager-link.active ,
.bx-pager-link:hover {
	background:#d2ae2d;
}

@media only screen and (min-width: 769px) {
	
	.top_cont #examples .slider_bg[rel="0"] {
		background-image: url(../../img/bg_examples_0.jpg);
	}
	.top_cont #examples .slider_bg[rel="1"] {
		background-image: url(../../img/bg_examples_1.jpg);
	}
	.top_cont #examples .slider_bg[rel="2"] {
		background-image: url(../../img/bg_examples_2.jpg);
	}
	.top_cont #examples .slider_bg[rel="3"] {
		background-image: url(../../img/bg_examples_3.jpg);
	}
	.top_cont #examples .slider_bg[rel="4"] {
		background-image: url(../../img/bg_examples_4.jpg);
	}
	.top_cont #examples .example_item p {
		margin: 12px -13px 0 0;
	}
	.bx-controls {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.top_cont #nak80 {
		background-image: url(../../img/bg_nak80_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		height: 68vh;
	}
	.top_cont #about,.top_cont #features,.top_cont #office,.top_cont #examples {
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top;
		height: auto;
	}
	.top_cont #about {
		background-image: url(../../img/bg_about_sp.png);
	}
	.top_cont #features {
		background-image: url(../../img/bg_features_sp.png);
	}
	.top_cont #office {
		background-image: url(../../img/bg_office_sp.png);
	}
	.top_cont #examples {
		/*background-image: url(../../img/bg_examples_sp.png);*/
	}
	.top_cont #examples .slider_bg[rel="0"] {
		background-image: url(../../img/bg_examples_0_sp.png);
		background-position: left top;
		background-size: 160%;
	}
	.top_cont #examples .slider_bg[rel="1"] {
		background-image: url(../../img/bg_examples_1_sp.png);
		background-position: center -50px;
		background-size: 170%;
	}
	.top_cont #examples .slider_bg[rel="2"] {
		background-image: url(../../img/bg_examples_2_sp.png);
		background-position: center top;
		background-size: 160%;
	}
	.top_cont #examples .slider_bg[rel="3"] {
		background-image: url(../../img/bg_examples_3_sp.png);
		background-position: left top;
		background-size: 160%;
	}
	.top_cont #examples .slider_bg[rel="4"] {
		background-image: url(../../img/bg_examples_4_sp.png);
		background-position: center top;
		background-size: 180%;
	}
	.top_cont #examples .example_item_area {
		font-size: 13px;
	}
	.top_cont #examples .example_item h3 {
		text-align: center;
	}
	.top_cont #examples .example_item p {
		margin-top: 10px;
	}
	.bx-controls {
		text-align: center;
	}
	.top_cont section .inner {
		margin:  0 18px;
	}
}
.top_cont section .inner {
	background: none;
	padding: 0 !important;
}
.top_cont section .inner .section_cont {
	width: 440px;
}
.top_cont #nak80 .section_cont ,
.top_cont #features .section_cont ,
.top_cont #examples .section_cont {
	float: right;
}
.top_cont #nak80 .inner .section_cont {
	text-align: center;
	width: 320px;
}
.top_cont section .section_cont > p:last-child {
	bottom: 20px;
	font-size: 13px;
	margin-left: 45px;
	padding-right: 20px;
	position: absolute;
	text-align: left;
	max-width: 400px;
}
.top_cont section .inner p {
	color: #fff;
}
.top_cont h2 {
	background: none;
	font-size: 40px;
	line-height: 100%;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}
.top_cont #nak80 h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 0 20px;
	position: relative;
}
.top_cont #nak80 h2:after {
	background: #d2ae2c;
	display: block;
	height: 2px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	top: 36px;
	width: 100px;
	
}
.top_cont #office h2 {
	letter-spacing: -2px;
}
.top_cont h2:before ,
.top_cont h2:after {
	display: none;
}
.top_cont .section_title {
	padding-top: 120px;
	margin: 0 0 40px;
}
.top_cont #nak80 .section_title {
	margin: 0 0 20px;
}
.top_cont section .section_title_sub {
	font-size: 18px;
	line-height: 100%;
	margin: 0;
}
.top_cont section .btn_detail {
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.top_cont .section_title {
		margin: 0;
		padding-top: 0;
		text-shadow: 1px 1px 4px #000;
	}
	.top_cont .section_cont p {
		text-shadow: 1px 1px 4px #000;
	}
	.top_cont section .section_cont > p:last-child {
		bottom: 15%;
		font-size: 14px;
		text-align: center;
		max-width: inherit;
		margin-left: 0;
		padding-right: 0;
		width: 90%;
	}
	.top_cont h2 {
		font-size: 38px;
		text-align: center;
		margin-bottom: 10px;
	}
	.top_cont section .section_cont > p:last-child {
		bottom: 15%;
		font-size: 14px;
		text-align: center;
	}
	.top_cont section .section_title_sub {
		text-align: center;
		font-size: 15px;
		margin-bottom: 20px!important;
	}
	.top_cont section .inner .section_cont {
		width: 100%;
		padding: 180px 0 60px 0;
	}
	.top_cont #nak80 .inner .section_cont {
		float: none;
		width: auto;
		padding-top: 10%;
	}
	.top_cont #examples .inner .section_cont {
		padding-bottom: 0;
	}
	.top_cont section .btn_detail {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 768px) {
	.top_cont #nak80 {
		height: auto;
	}
	.top_cont section .section_cont > p:last-child{
		position: inherit;
		margin-left: 5%;
	}
}
/* iPhone5 */
@media only screen and (max-width: 320px) {
		.top_cont h2 {
			font-size: 28px;
	}
		.top_cont section .section_title_sub {
			font-size: 14px!important;
	}
}

/* NAK80について */
#about_top .inner {
	background: none;
	color: #fff;
	text-align: center;
	width: 780px;
	margin: 0 auto;
	padding: 0;
}
#about_top .column1_1 a {
	display: block;
}
@media only screen and (max-width: 768px) {
	#about_top .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
}

/* NAK80とは */
.about #pagetitle {
	background-image: url(../../about/img/pagetitle_bg.jpg);
}
.about.what #pagetitle {
	background-image: url(../../about/img/pagetitle_bg_what.jpg);
}
.about.features #pagetitle {
	background-image: url(../../about/img/pagetitle_bg_features.jpg);
}
#made_in_japan h3 {
	background: url(../../about/img/img_japan_quality.png) no-repeat center bottom;
	background-size: 302px 300px;
	padding-bottom: 270px;
}
#made_in_japan h3 + p {
	margin-top: -25px;
}
@media only screen and (min-width: 768px) {
	.about.what section .inner {
		margin-top:-40px;
		text-align: center;
	}
	#charm p {
		margin: -1em -15px 0;
	}
}
@media only screen and (max-width: 768px) {
	.about.what section .inner {
		margin-top: -22px;
		text-align: center;
	}
	#name_origin .inner ,
	#since_1980 .inner ,
	#no1 .inner ,
	#made_in_japan .inner {
		text-align: left;
	}
	#since_1980 figure img {
		max-width: 224px;
		
	}
	#made_in_japan h3 {
		background-position: 5px center;
		background-size: contain;
		text-align: center;
	}
	#trademark .gray_midashi {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#trademark p {
		text-align: left;
	}
	#charm p {
		margin: -1em -20px .5em;
	}
}
/* カタログ */
.catalog #pagetitle {
	background-image: url(../../catalog/img/pagetitle_bg.jpg);
}
@media only screen and (min-width: 768px) {
	.catalog section .inner {
		margin-top:-40px;
	}
}
@media only screen and (max-width: 768px) {
	.catalog section .inner {
		margin-top: -22px;
	}
}

/* 販売・サポート拠点 */
.office #pagetitle {
	background-image: url(../../office/img/pagetitle_bg.jpg);
}
#bases p {
	text-align: left;
}
#link_bases {
	margin-bottom: 20px;
	overflow: hidden;
}
#link_bases a {
	color: inherit;
}	
#link_bases a:before {
	border-bottom: 4.5px solid transparent;
	border-left: 4px solid #bba03f;
	border-right: 0 solid transparent;
	border-top: 4.5px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	margin: 0 5px 3px 0;
	vertical-align: middle;
	width: 0;
}
.office section {
	border-top: 1px solid #333333;
	padding-top: 60px;
}
.office section#bases {
	border: none;
	padding-top: 0;
}

.office #main .inner {
	background: none;
	color: #fff;
	padding: 0;
}
#main #bases .inner {
	background: #fff;
	color: inherit;
	margin-top:-40px;
	padding: 70px 50px 60px;
	text-align: center;
}

.office_item {
	margin-top: 60px;
}
.office_item_border {
	border-bottom: 2px solid #bba03f;
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.office_item h3 span {
	color: #bba03f;
	font-size: 13px;
}
.office_item .oldname {
	color: #fff;
	font-size: 13px;
}
.office_item h4 {
	font-size: 13px;
}
.tag_jv ,
.tag_window ,
.tag_local {
	color: #fff;
	float: right;
	line-height: 30px;
	margin: -55px 0 0 !important;
	padding: 0 20px;
	text-align: center;
}
.tag_jv,
.tag_window,
.tag_local {
	font-size: .7em;
}
.tag_jv {
	background: #ff7200;
}
.tag_window {
	background: #d00808;
}
.tag_local {
	background: #1859b7;
}
.tag_local span {
	font-size: smaller;
}
.office_item dl:after {
	content: '';
	clear: both;
	display: block;
}
.office_item dt {
	background: #424242;
	clear: both;
	float: left;
	padding: 8px 0;
	text-align: center;
	width: 90px;
}
.office_item dd {
	margin: 0 0 10px 110px;
	padding: 8px 0;
}
#main .notation_en {
	font-size: 13px;
	padding-left: 10px;
}
h3 .notation_en {
	display: inline-block;
}
#link_bases li {
	float: left;
	margin-left: 20px;
	width: 185px;
}
#link_bases li:nth-child(4n+1) {
	margin-left: 0;
}
#link_bases li:nth-child(n+5) {
	margin-top: 20px;
}
#link_bases a {
	background: #efefef;
	display: block;
	padding: 15px 0;
}
@media only screen and (min-width: 769px) {
	
	.office_item h3 {
		padding-right: 175px;
		font-size: 22px;
	}
	h3 .notation_en {
		
	}
	h3 a:hover .notation_en {
		text-decoration: underline;
	}
	dd p.notation_en {
		margin-bottom: 0 !important;
	}
}
@media only screen and (max-width: 768px) {
	.office #main #bases .inner {
		margin-top: -22px;
		padding: 40px 20px 20px;
	}
	.office #main #bases .inner #link_bases li {
		float: left;
		margin: 0 20px 20px 0;
		width: calc(50% - 10px);
	}
	.office #main #bases .inner #link_bases li:nth-child(even) {
		margin-right: 0;
	}
	.office #main #bases .inner #link_bases li a {
		background: #efefef;
		display: block;
		padding: 15px;
	}
	@media only screen and (max-width: 340px) {
		.office #main #bases .inner #link_bases li {
			margin: 0 10px 20px 0;
			width: calc(50% - 5px);
		}
		.office #main #bases .inner #link_bases li a {
			padding: 15px 5px;
		}
		
	}
	.office_item h3 {
		margin-bottom: 0px;
	}
	.tag_jv ,
	.tag_window ,
	.tag_local {
		float: left;
		line-height: 40px;
		margin: 10px 0 !important;
		text-align: center;
		width: 215px;
	}
	h3 span.notation_en {
		clear: both;
		display: inline;
		margin-bottom: 10px;
	}
	dl p.notation_en {
		margin-bottom: 0 !important;
	}
	.office_item dt {
		float: none;
		width: 100%;
		text-align: left;
		padding: 5px 15px;
	}
	.office_item dd {
		margin: 0;
		padding-left: 15px;
		word-break: break-word;
	}
	.office section .office_item:first-child {
		margin-top: 20px;
	}
}

/* NAK80の特長 */
.features #main .inner {
	background: none;
	color: #fff;
	padding: 0;
}
.features #six_charms {
	border-top: none;
}
.features #six_charms figure {
	background: #fff;
	margin: 0 auto;
	width: 670px;
}
.features h2 {
	margin-bottom: 25px;
}
.features h3 {
	margin: 0 0 15px;
	text-align: center;
}
#sharpen figcaption,
#polish figcaption,
#processing figcaption {
	font-size: .8em;
}
#hard .col ,
#sharpen .col ,
#polish .col ,
#processing .col {
	text-align: left;
}
#sharpen .col figure ,
#polish .col figure ,
#processing .col figure {
	text-align: center;
}
#sharpen .col:nth-child(2) p {
	font-size: .8em;
	margin-bottom: .8em;
	text-align: center;
}
#welding h4 {
	display: inline-block;
	margin: 0 auto 20px;
	padding: 10px 0;
	position: relative;
	text-align: center;
}
#welding h4 span {
	display: block;
	font-size: 0.7em;
}
#welding h4:after {
	background: #bba03f;
	bottom: 0;
	content: '';
	height: 1px;
	left: 20%;
	position: absolute;
	width: 60%;
}
#welding .col:first-child h4 {
	margin-bottom: 40px;
}
#welding figcaption {
	margin-top: 10px;
}
#welding li {
	text-align: left;
}

@media only screen and (min-width: 769px) {
	
	.features section {
		border-top: 2px solid #333;
		margin: 0;
		padding: 80px 0;
	}
	.features #main .inner {
		text-align: center;
	}
	.features h2 {
		font-size: 36px;
	}
	#sharpen .sharpen_small {
		font-size: .8em;
		margin-left: 8em;
		margin-top: 3em;
		text-indent: -8em;
	}
	#welding h4 {
		font-size: 18px;
	}
	#hard p:not(.to-pagetop),
	#welding p:nth-child(-n+3),
	#welding ul {
		margin: 0 auto 1.8em;
		text-align: left;
		max-width: 650px;
	}
	#welding ul,
	#welding .to-pagetop {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 768px) {
	
	.features section {
		border-top: 1px solid #333;
		margin: 0;
		padding: 70px 0;
	}
	.features h2 {
		font-size: 32px;
	}
	.features #six_charms figure {
		height: auto;
		width: 100%;
	}
	.features #six_charms figure img {
		max-width: 100%;
	}
	#sharpen .sharpen_small {
		font-size: .8em;
	}
	#welding .column1_1 {
		display: -webkit-flex;
		display: flex;
	}
	#welding .col {
		text-align: center;
		width: calc(50% - 5px);
	}
	#welding .col:nth-child(2n) {
		margin-left: 10px;
	}
	#welding .col img {
		height: 100px;
		width: inherit;
	}
	#welding h4 {
		font-size: 15px;
	}
	#welding ul {
		margin-bottom: 30px;
	}
	#processing {
		padding-bottom: 0;
	}
	#processing h3.small {
		font-size: 20px;
	}
}


/* 問い合わせ */
/* カタログ */
.contact #pagetitle {
	background-image: url(../../contact/img/pagetitle_bg.jpg);
}
.contact h2 {
	background: none;
	max-width: inherit;
	margin-bottom: 20px;
	padding: 0;
}
.contact_form {
	border-top: 1px dashed #000;
	padding: 15px 10px 10px 33px;
}
.contact_form h3:before {
	background: url(../../contact/img/icon_mail.png) no-repeat center;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 24.5px;
	margin: 6px 5px 0 -30px;
	vertical-align: top;
	width: 22.5px;
}
#main .contact_form p {
	margin-bottom: 0;
}
.contact_tel {
	border-top: 1px dashed #000;
	font-size: .9em;
	margin-top: 30px !important;
	padding: 15px 8px 15px 33px;
}
.contact_tel h3 {
	font-size: 20px;
	line-height: 2.0;
}
.contact_tel h4 {
	font-size: 16px;
}
.contact_tel h4:before {
	background: #d2ae2d;
	border-radius: 8px;
	content: "";
	display: inline-block;
	height: 8px;
	margin-right: 8px;
	width: 8px;
}
.contact_tel h3:before {
	background: url(../../contact/img/icon_tel.png) no-repeat center;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 39px;
	margin: 0 5px 0 -22.5px;
	vertical-align: top;
	width: 17.5px;
}
#main .contact_tel p {
	margin-bottom: 8px;
}
.contact_tel dl:after {
	content: '';
	clear: both;
	display: block;
}
.contact_tel dt {
	float: left;
	clear: both;
	width: 65px;
}
.contact_tel dd {
	float: left;
	margin: 0;
}
.contact h2 img {

}
.contact h2:before ,
.contact h2:after {
	display: none;
}
.contact table {
	margin: 0 0 1.8em;
	width: 100%;
}
.contact img.required {
	vertical-align: middle;
}
.contact table img.required {
	margin: 0 0 0 1px;
}
.contact tr {
	border-bottom: 1px dotted #ccc;
}
.contact tr:first-child {
	border-top: 1px dotted #ccc;
}
.contact #main .error {
	background: #ececec;
	color: #f00;
	display: inline-block;
	font-size: 13px;
	margin: 5px 0 0;
	line-height: 100%;
	padding: 8px 10px;
}

.button_area:after {
	clear: both;
	content: '';
	display: block;
}
.btn_confirm ,
.btn_back ,
.btn_send {
	cursor: pointer;
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.btn_back {
	float: left;
}
.btn_send {
	float: right;
}
@media only screen and (min-width: 768px) {

	.contact #main .inner {
		padding: 52px 60px;
	}
	.contact th {
		padding: 20px 0;
		text-align: left;
		vertical-align: top;
		width: 200px;
	}
	.contact td {
		padding: 20px 0;
	}
	.contact input {
		width: 200px;
	}
	.contact input[name="org"] ,
	.contact input[name="tel"] {
		width: 300px;
	}
	.contact input[name="addr"] {
		width: 500px;
	}
	.contact textarea {
		height: 200px;
		resize: vertical;
		width: 100%;
	}
	.contact_tel h4 {
		margin-left: -1em;
	}
	.contact_tel .section_s {
		margin-left: 20px;
	}
	.btn_confirm ,
	.btn_back ,
	.btn_send {
		width: 330px !important;
	}
}
@media only screen and (max-width: 768px) {
	.contact #main .inner {
		padding: 20px;
	}
	.contact_tel {
		padding: 15px 8px 15px 25px;
	}
	.contact_tel h3:before {
		height: 35px;
		margin: 0 5px 0 -19.5px;
		width: 13px;
	}
	/*.contact_tel {
		padding: 15px 10px 15px 35px;
	}*/
	.contact table ,
	.contact tbody ,
	.contact tr ,
	.contact th ,
	.contact td {
		display: block;
		
	}
	.contact tr {
		padding: 15px 0;
	}
	.contact th {
		text-align: left;
	}
	.contact input {
		width: 100%;
	}
	.contact textarea {
		height: 8em;
		resize: vertical;
		width: 100%;
	}
	.btn_confirm ,
	.btn_back ,
	.btn_send {
		width: 100% !important;
	}
	.btn_back {
		margin-bottom: 20px;
	}
}

/* トレーサビリティシステム */
.traceability #pagetitle {
    background-image: url(../../traceability/img/pagetitle_bg.jpg);
}
.traceability #main .inner {
	background: none;
	padding: 0;
}

.traceability section:last-of-type .inner {
	border-top: 1px solid #333;
    padding-top: 50px!important;
}
.traceability #main .indent {
	text-indent: -2.6em;
    margin-left: 2.5em;
	padding-left: 0;
}
.traceability .inner figcaption,
.traceability .inner p,
.traceability .inner li {
	color:#fff;
}
.traceability .section_child + .section_child {
	margin-top: 50px;
}
.traceability .hexagonal {
	font-size: 18px;
	font-weight: 500;
	padding-left: 12px;
	position: relative;
}
#traceability_detail .section_child:nth-child(2) .hexagonal {
	line-height: 1.4;
	margin-bottom: 70px;
	margin-top: 70px;
	margin-left: 20px;
	text-shadow: 2px 2px 2px #000;
}
#traceability_detail .section_child:nth-child(3) .hexagonal {
	line-height: 1.4;
	margin-bottom: 55px;
	margin-top: 55px;
	margin-left: 20px;
	text-shadow: 2px 2px 2px #000;
}
#traceability_detail figcaption {
	margin-bottom: .5em;
}
#traceability_detail .section_child:nth-child(2) .col:first-of-type .hexagonal:nth-of-type(1),
#traceability_detail .section_child:nth-child(2) .col:last-of-type .hexagonal:nth-of-type(2) {
	margin-left: 50px;
}
#traceability_detail .section_child:nth-child(2) .col:first-of-type .hexagonal:nth-of-type(1) {
	margin-bottom: 92px;
}
.traceability .hexagonal:before {
	background: url(../../traceability/img/icon_hexagonal.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 114px;
	height: 99px;
	z-index: -1;
}
.traceability .hexagonal small {
    text-align: right;
	margin-left: 0.5em;
}
.traceability  h2 {
	margin-bottom: 25px;
}
#traceability_read {
	margin-bottom: 50px;
}
#traceability_read p {
	font-size: 26px;
}
#traceability_read .indent {
	font-size: 20px;
}
#system_image img,
#traceability_query img {
	border-radius: 30px;
	background: #fff;
}
#traceability_detail .column1_1 .col {
	align-self: center;
}
#traceability_detail .column1_1 .col:first-of-type {
	width: 400px;
}
#traceability_detail .column1_1 .col:last-of-type {
	width: 500px;
}

@media only screen and (min-width: 768px) {
	
	#traceability_detail .section_child:nth-child(2) .hexagonal:nth-of-type(4) {
		margin-top: -14px;
	}
	#traceability_query figure {
		width: 850px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 478px) {
	#pagetitle h1 {
		line-height: 1.4;
		margin: 0 20px;
		padding-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	#traceability_read p {
		font-size: 18px;
	}
	#traceability_read .indent {
		font-size: 16px;
	}
	.traceability section:last-of-type .inner {
		padding-top: 40px!important;
	}
	.traceability .hexagonal small {
		float: inherit;
		text-align: right;
	}
	.traceability .hexagonal {
		font-size: 15px;
		padding-left: 10px;
		letter-spacing: -0.5px;
	}
	#traceability_detail .section_child:nth-child(2) .hexagonal {
		margin-left: 20px!important;
	}
	#traceability_detail .column1_1 .col:first-of-type,
	#traceability_detail .column1_1 .col:last-of-type {
		width: 100%;
	}
	#system_image img,
	#traceability_query img {
		border-radius: 15px;
	}
}