@import url("reset.css");
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  /* 触发 hasLayout */
  zoom: 1;
}
.red {
  color: red;
}
.blue {
  color: blue;
}
.mobile_only {
  display: none;
}
.pc_only {
	display: block;
}
.header {
  min-height: 90px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.03);
}
.header .logo {
  margin: 26px 0 0 80px;
  display: block;
}
.header .logo img {
	/*max-width: 100%;*/
	width: 358px;
}
.header .nav_list {
  margin: 30px 30px 0;
  display: inline-block;
}
.header .nav_list .list_item {
  margin: 0 15px;
  line-height: 30px;
  border-bottom: 4px solid transparent;
}
.header .nav_list .list_item:hover {
  border-bottom: 2px solid #0074b0;
}
.header .nav_list .list_item.active {
  border-bottom: 2px solid #0074b0;
}
.header .header_btn {
  height: 90px;
  width: 115px;
  background-size: cover;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.header .header_btn:hover{
	opacity: 0.7;
}
.header .header_btn a {
  color: #2689c9;
  padding-top: 44px;
  display: block;
}
.header .header_btn.parent_company_ja {
  background: url(../img/ngk_logo1.png) no-repeat left top;
  border-right: 1px solid #fff;
}
.header .header_btn.contact {
  background: url(../img/contact1.png) no-repeat left top;
}
.header .mobile_menu {
  display: none;
}
.nav_list .list_item {
  display: inline-block;
}
.nav_list .list_item a {
  color: #333333;
}

.footer {
  background: #293337;
}
.goTop {
	position: fixed;
  bottom: 60px;
	right: 4%;
	width: 60px;
	height: 160px;
	background: #313131;
	color: #fff;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.goTop img {
	width: 12px;
	height: 20px;
	margin: 30px 24px 0;
	-webkit-animation: goTop 1.6s infinite;
  animation: goTop 1.6s infinite;
}
.goTop span {
	-webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 64px;
  margin-top: 50px;
  font-size: 16px;
}

@-webkit-keyframes goTop {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes goTop {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.footer .tel {
	padding-top: 54px;
}
.ja-link{
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 15px;
}
.ja-link a{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer .tel .tel_box {
  width: 48.5%;
}
.footer .tel .tel_box dl {
	width: 100%;
	box-sizing: border-box;
}
.footer .tel .tel_box dt {
	color: #fff;
	width: 59.64%;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	border: 2px solid #fff;
	padding-left: 5px;
	text-align: left;
	font-size: 14px;
}
.footer .tel .tel_box dd {
	height: 44px;
	line-height: 44px;
	background: #fff;
	width: 21.05%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.footer .tel .tel_box dd a{
	color: #293337;
	display: block;
}
.footer .tel .tel_box p {
	font-size: 14px;
	line-height: 1.5;
	/*width: 100%;*/
	width: 78%;
}
.footer .tel .tel_box .address {
	color: #bdbdbd;
	margin: 12px 0;
}
.footer .tel .tel_box .phone {
 	color: #fff;
}
.footer .tel .tel_box.product_tel {
  margin-right: 1.5%;
  margin-bottom: 49px;
}
.footer .tel .tel_box.product_tel p {
   margin-left: 23%;
}
.footer .tel .tel_box.other_tel {
	margin-left: 1.5%;
}
.footer .tel .tel_box.other_tel p {
 margin-left: 20px;
}
.footer .nav_list {
	text-align: center;
}
.footer .nav_list .list_item {
  padding: 0 20px;
  border-right: 1px solid #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.footer .nav_list .list_item:last-child {
  border-right: none;
}
.footer .nav_list .list_item a {
  display: block;
  border-bottom: 1px solid transparent;
  color: #fff;
}
.footer .nav_list .list_item a:hover {
  border-bottom: 1px solid #ffffff;
}
.footer .copyright {
	text-align: center;
}
.footer .copyright .copyright_img {
  margin-top: 25px;
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
  color: #fff;
}
.footer .copyright .copyright_img img{
	width: 20px;
	float: left;
	margin-right: 10px;
}
.footer .copyright .copyright_img a{
	color: #fff;
}
.footer .copyright_text {
	background: #252323;
	color: #fff;
  padding: 6px 0;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
.footer .copyright_text a{
	color: #fff;
	margin-left:20px;
	font-size: 12px;
}
.footer .copyright_text a img{
	margin-right:10px;
	vertical-align: middle;
}
.main {
  margin-top: 90px;
}
.mian_content {
  position: relative;
}
.contact_bottom{
	margin-bottom: 150px;
	margin-top: 80px;
}
.grey {
	background: #eee;
}
.privacy_clause{
	margin: 80px 0 120px;
}
.crumbs {
  height: 45px;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*-moz-box-shadow: 0px 1px 3px 5px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 1px 3px 5px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 1px 3px 5px rgba(0, 0, 0, 0.03);*/
	background: #f5f5f5;
	border-top: solid 1px #eeeeee;
	display: none;
}
.crumbs li {
  display: inline-block;
  font-size: 12px;
  line-height: 45px;
}
.crumbs li a {
  color: #333333;
}
.crumbs .crumbs_fa a {
  color: #0074b0;
}
.banner {
	position: relative;
}
.banner .bg {
	width: 100%;
	vertical-align: top;
}
.banner .desc {
	position: absolute;
	color: #fff;
	font-size: 2vw;
	line-height: 2.5vw;
	top: 50%;
	/*margin-top: -2.5vw;*/
	transform: translateY(-50%);
	-webkit-transform: -webkit-translateY(-50%);
	-moz-transform: -moz-translateY(-50%);
	-ms-transform: -ms-translateY(-50%);
	width: 100%;
	text-align: center;
	left: 0;
}
.banner .no-relative {
	position: static;
}

.img-wraper img {
	max-width: 100%;
}

.item_list {
	padding: 80px 0 60px;
}
.company_list{
	padding: 80px 0 130px;
}
.item_list li {
	float: left;
	width: 49%;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 2% 2.5%;
	margin: 0 0 20px;
}
.item_list li:nth-child(2n+1) {
	margin-right: 1%;
}
.item_list li:nth-child(2n) {
	margin-left: 1%;
}
.item_list .wraper {
	float: left;
}
.item_list .text-wraper {
	width: 55%;
}
.item_list .img-wraper {
	width: 45%;
	height: 165px;
}
.item_list .img-wraper .middle {
	margin-top: 16px;
}
.item_list .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.item_list .desc {
	line-height: 1.3;
}
.item_list .img-wraper img {
	float: right;
}
.item_list .more {
	color: #0074b0;
	font-size: 16px;;
}
.item_list .more::after {
	content: '';
	display: inline-block;
	margin-left: 7px;
	width: 6px;
	height: 10px;
	background: url('../img/right-icon4.png');
	-webkit-transition: all .3s;
  transition: all .3s;
}
.item_list .more:hover::after {
	margin-left: 17px;
}

.company_list li {
	padding: 0;
	position: relative;
}
.company_list .img-wraper {
	height: auto;
}
.company_list .title {
	margin-top: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.company_list .more {
	position: absolute;
	width: 55%;
	bottom: 20px;
	right: 0;
	padding-left: 20px;
	box-sizing: border-box;
}

.sidebar {
  width: 250px;
  display: inline-block;
  position: absolute;
  top: 0;
  background: #FFFFFF;
  left: 0;
}
.sidebar dt {
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  font-size: 18px;
  background: #0074b0;
  padding-left: 25px;
  font-weight: 600;
}
.sidebar dd {
  line-height: 20px;
  font-size: 14px;
  padding: 10px 15px 10px 25px;
  border-bottom: 1px solid #eeeeee;
}
.sidebar dd a {
  color: #333333;
  display: block;
  background: url(../img/right_icon.png) no-repeat right center;
}
.sidebar dd.active {
  background: #ebf1f7;
  font-weight: 600;
}
.content_act {
  width: 900px;
  display: inline-block;
  padding-bottom: 80px;
}
.product_title {
  line-height: 74px;
  font-size: 40px;
  color: #0074b0;
  border-bottom: 2px solid #eeeeee;
}
.product_title span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.product_title span i {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0074b0;
  bottom: -2px;
  left: 0;
}
.product_img {
  text-align: center;
  margin: 30px 0 60px;
}
.product_img_first{
	margin-top: 0;
}
.product_img_last{
	margin-bottom: 0;
}
.product_img img{
	max-width: 100%;
}
.section {
  margin-bottom: 30px;
}
.section .product_section_title {
  border-left: 5px solid #0074b0;
  line-height: 39px;
  font-size: 25px;
  color: #0074b0;
  border-bottom: 2px dotted #eeeeee;
  font-weight: normal;
  padding-left: 12px;
  margin-bottom: 12px;
}
.section .product_section_text {
  text-indent: 2em;
  line-height: 30px;
}
.section .product_section_imt .product_section_text span {
  color: #009119;
  font-weight: 600;
  line-height: 30px;
  display: block;
}
.section .product_section_imt .product_section_img {
  margin: 20px 0 15px 120px;
  width: 240px;
  text-align: center;
}
.section .product_section_imt .product_section_img img {
  max-width: 240px;
}
.section .large_section_imt .product_section_text {
  margin-top: 20px;
  /*width: 660px;*/
}
.section .large_section_imt .product_section_img {
  margin-left: 0;
  text-align: left;
}
.section .product_section_text_left{
	width: 60%;
}
.section .product_img_right{
	width: 36%;
	margin-top: 0;
}
.section .section_table {
  width: 100%;
  /*margin-bottom: 60px;*/
}
.section .section_table td,
.section .section_table th {
  border-bottom: 1px solid #eeeeee;
  line-height: 24px;
  padding: 15px 0;
}
.section .section_table th {
  width: 150px;
  text-align: center;
}
.section .contact_table {
  margin-bottom: 30px;
}
.contact_section {
  margin-top: 50px;
}
.privacy_clause .contact_section {
  margin-top: 50px;
  display: block;
}
.product_about .product_about_title {
  background: #0074b0;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
.product_about .product_about_title span {
  display: inline-block;
  background: url(../img/right_icon1.png) no-repeat left center;
  padding-left: 28px;
}
.product_about .product_about_text {
  background: #e8f4ff;
  padding: 14px 0 14px 175px;
}
.product_about .product_about_text p {
  line-height: 30px;
}
.product_about .product_about_text p b {
  font-weight: normal;
}
.company_content_act {
  width: 900px;
  /*margin-right: 95px;*/
}
.content_act_section {
  display: none;
}
.company_title {
  margin-bottom: 32px;
}
.company_section .product_section_imt .product_section_text {
  width: 100%;
}
.company_section .product_section_imt p.product_section_text {
  margin-bottom: 18px;
}
.company_section .product_section_imt .product_section_img {
  margin: 0;
  margin-left: 20px;
  width: 240px;
}
.company_section .product_section_imt .company_right {
  text-align: right;
  margin: 60px 0;
}
.company_table {
  width: 100%;
}
.company_table td ,.company_table th{
  border: 1px solid #0074b0;
  line-height: 24px;
  padding: 15px 20px;
  color: #333333;
}
.company_table th{
	color: #0074b0;
}
.company_table td.year {
  width: 75px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}
.company_table td.month {
  width: 56px;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
}

.historyWrap {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px;
    position: relative;
}
.historyWrap::before {
    content: "";
    width: 1px;
    height: 0;
    border-left: solid 1px #2689c9;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    height: 100%;
}
.com-table:first-child .history-year{
	margin: 0 auto 20px;
}
.history-year{
	  font-size: 32px;
    text-align: center;
    margin: 40px auto 20px;
    font-weight: normal;
    color: #2689c9;
}
.history-month{
	  display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 0 24px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}
.monthWrap ul {
    text-align: right;
    display: block;
    width: 50%;
    box-sizing: border-box;
}
.monthWrap ul li p{
	line-height: 30px;
}
.com-table:nth-child(2n) .history-month{
	float: right;
	text-align: left;
	padding-left: 24px;
	padding-right: 0;
}
.com-table:nth-child(2n) ul {
	float: left;
	padding-right: 24px;
	padding-left: 0;
}
.com-table:nth-child(2n) .monthWrap ul li p{
	text-align: right;
}
.com-table:nth-child(2n) .monthWrap ul li .history-img{
	text-align: right;
}
.com-table:nth-child(2n+1) .history-month{
	float: left;
	text-align: right;
	padding-left: 0;
	padding-right: 24px;
}
.com-table:nth-child(2n+1) ul {
	float: right;
	padding-right: 0;
	padding-left: 24px;
}
.com-table:nth-child(2n+1) .monthWrap ul li p{
	text-align: left;
}
.com-table:nth-child(2n+1) .monthWrap ul li .history-img{
	text-align: left;
}
.history-img{
	margin-top: 20px;
}
.history-img img{
	width: 200px;
}


.introduce_table{
	/*border-top: 1px solid #eee;
  margin-top: 20px;*/
}
.introduce_table td ,.introduce_table th{
	border: none;
  border-bottom: 1px solid #eee;
}
.introduce_table td.year {
  width: 150px;
  /*font-weight: 100;
  background: #f8f8f8;
  text-align: left;*/
}
.honor_section .honor_title {
  color: #0074b0;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  padding: 10px 0 13px;
}
.honor_section .product_section_text {
  margin-bottom: 18px;
  color: #333333;
}
.honor_section .product_section_text span {
  display: block;
  text-indent: 2em;
}
.honor_section .honor_img {
  text-align: center;
  margin-bottom: 30px;
}
.honor_section .honor_img img{
	max-width: 100%;
}
.environment_section {
  
}
.environment_section .product_section_text span {
  position: relative;
  display: inline-block;
  width: 56px;
}
.environment_section .product_section_text span i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #0074b0;
  top: 14px;
  left: 0;
}
.environment_section .privacy_clause_list ul {
  padding-left: 2em;
}
.environment_section .privacy_clause_list ul span {
  width: 25px;
}
.environment_section .privacy_clause_list ul span i {
  top: -7px;
}
.environment_section .environment_section_protect {
  margin-bottom: 16px;
}
.environment_section .environment_item span {
  width: 120px;
}
.environment_section table th {
  text-align: left;
  color: #333333;
}
.environment_section table td .product_section_text {
  text-indent: 0;
  color: #333333;
}
.select-box-wraper {
	width: 100%;
	text-align: center;
	margin: 80px 0 40px;
}
.select-box {
	position: relative;
	display: inline-block;
}
.select-box select {
	width: 110px;
	text-align: justify;
	text-align-last: center;
	font-size: 15px;
	line-height: 30px;
	color: #0075c2;
	padding: 10px 30px 8px 20px;
	border: 1px solid #8ba8bb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 0;
}
/*.select-box::after {
	content: '>';
	font-family: '宋体';
	font-size: 15px;
	line-height: 0;
	color: #0075c2;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: rotate(90deg);
  transform: rotate(90deg);
	right: 20px;
}*/
.select-box::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 14px;
	height: 14px;
	background: url(../img/select_btm.png) no-repeat left top;
	background-size: cover;
}
.contribution_content {
	margin-bottom: 120px;
	margin-top: 80px;
}
.contribution_section.show {
  display: block;
}
.contribution_section.hide {
  display: none;
}
.contribution_section .contribution_title{
	text-align: left;
	position: relative;
	cursor: pointer;
	padding-right: 30px;
}
.contribution_section .contribution_title i{
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: url(../img/add.png) no-repeat center center;
}
.contribution_text{
	display: none;
}
.contribution_section .contribution_title i.close{
	background: url(../img/close.png) no-repeat center center;
}
.contribution_section_step{
	border: 1px solid #eeeeee;
	padding: 0 15px;
	transition: height 0.3;
}
.news_title {
  color: #0074b0;
  font-size: 25px;
  line-height: 56px;
}
.news_section {
  display: block;
}
.news_section table {
  margin: 0 auto;
  width: 800px;
}
.news_section table tr a {
  display: block;
  color: #333333;
}
.news_section table tr th {
  width: 135px;
  position: relative;
  line-height: 30px;
  padding: 14px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
}
.news_section table tr th i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #0074b0;
  top: 25px;
  left: 13px;
}
.news_section table tr th span {
  margin-left: 12px;
}
.news_section table tr td {
  line-height: 30px;
  padding: 14px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  color: #333333;
}
.engine_title {
  padding: 12px 0;
}
.engine_section {
  margin-bottom: 60px;
}
.engine_table {
  border-top: 1px solid #eeeeee;
  width: 100%;
}
.engine_table td,
.engine_table th {
  border-bottom: 1px solid #eeeeee;
  padding: 16px 0;
  color: #333333;
  line-height: 27px;
}
.engine_table .select {
  width: 70px;
  text-align: right;
}
.engine_table .select span {
  background: #0074b0;
  color: #ffffff;
  width: 27px;
  height: 27px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  font-weight: 600;
}
.engine_table th {
  width: 105px;
  text-align: left;
  padding-left: 21px;
  letter-spacing: 10px;
}
.section .news_detail_title{
	margin: 15px 0 25px;
}
.news_detail_area {
	color: #7c7c7c;
  line-height: 26px;
  margin-bottom: 15px;
}
.news_detail_area span{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	margin-right: 9px;
	text-align: center;
	width: 100px;
	background: #0074b0;
}
.recruit_content{
	margin: 80px auto 150px;
}
.recruit_content P{
  line-height: 30px;
  letter-spacing: 1px;
	margin-bottom: 30px;
	text-indent: 2em;
}
.recruit_content .table_title{
	margin-left: 15%;
	text-indent: 0;
	margin-bottom: 10px;
}
.recruit_table{
	width: 70%;
	border-collapse: collapse;
	margin: 0 auto;
}
.recruit_table td,.recruit_table th{
	border: 1px solid #a0a0a0;
	color: #333333;
	line-height: 30px;
	padding: 5px 20px;
}
.recruit_table td a{
	color: #0074b0;
	position: relative;
	display: inline-block;
}
.recruit_table td a:after{
	content: '';
	width: 10px;
	height: 8px;
	background: url(../img/sprite.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -14px;
}
.recruit_table td a:hover{
	border-bottom: 1px solid #0074b0;
}
.recruit_table th{
	font-weight: bolder;
	vertical-align: middle;
	background: #f5f5f5;
}
.recruit_table thead{
	text-align: left;
}
.department{
	display: inline-block;
	padding: 0 20px;
	background: #DA666A;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
.recruit_table td{
}
.item_list li a{
	display: block;
}
.item_list a .text-wraper p {
    color: #000000;
}
@media screen and (max-width: 1440px) {
  .header .nav_list {
    margin-right: 30px;
  }
  .header .nav_list .list_item {
    margin: 0 12px;
  }
}
@media screen and (max-width: 1280px) {
  .header .logo {
    margin-left: 30px;
    width: 338px;
	}
	.header .logo img{
    width: 338px;
	}
  .inner {
    width: 94%;
  }
  .content_act,.company_content_act{
  	padding-left: 300px;
  	width: auto;
  }
  .news_section table{
  	width: 100%;
  }
  .recruit_table{
  	width: 90%;
  }
  .recruit_content .table_title{
		margin-left: 5%;
	}
  .section .large_section_imt .product_section_img{
  	width: 100%;
  	text-align: center;
  }
  .section .large_section_imt .product_section_text {
	  width: 100%;
	}
	.footer .footer_btm .nav_list .list_item{
		margin-bottom: 20px;
	}
	.footer .footer_btm .copyright .copyright_img{
		/*padding-top: 70px;*/
	}
}
@media screen and (max-width: 1200px) {
  .header .logo {
    width: 272px;
    margin-top: 30px;
  }
  .header .logo img {
    width: 272px;
  }
}
@media screen and (max-width: 1140px) {
  .header {
    min-height: 70px;
  }
  .main{
  	margin-top: 70px;
  }
  .header .logo {
    width: 232px;
    margin-top: 22px;
  }
  .header .logo img {
    width: 252px;
  }
  .header .header_btn {
    width: 85px;
    height: 70px;
  }
  .header .header_btn.parent_company_ja {
    background: url(../img/ngk_logo1.png) no-repeat left top;
    background-size: 100% 100%;
  }
  .header .header_btn.contact {
    background: url(../img/contact1.png) no-repeat left top;
    background-size: 100% 100%;
  }
  .header .header_btn a {
    padding-top: 32px;
  }
  .header .nav_list {
    /*margin-right: 7px;*/
    margin-top: 20px;
  }
  .header .nav_list .list_item {
    margin: 0 7px;
  }
}
@media screen and (max-width: 1040px){
	.footer .tel .tel_box:first-child dt{
  	line-height: 20px;
  	padding: 10px;
  	height: 60px;
  }
  .footer .tel .tel_box:last-child dt{
  	line-height: 60px;
  	height: 60px;
  }
  .footer .tel .tel_box dd{
  	line-height: 60px;
  	height: 60px;
  }
}
@media screen and (max-width: 1000px){
	.header .logo img{
		width: 260px;
	}
  .header .mobile_only {
    display: block;
  }
  .header .pc_only {
  	display: none;
  }
  /*.mobile_menu {
    display: none;
  }*/
  .header {
    height: auto;
  }
  .load-menu{
  	position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    display: none;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    height: 0;
  }
  .load-menu .mobile_only {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    display: block;
    background: #ddd;
  }
  .load-menu .mobile_only .list_item {
    display: block;
    line-height: 52px;
    border-bottom: 1px dotted #eee;
    position: relative;
  }
  .load-menu .mobile_only .list_item:after{
  	content: '';
  	position: absolute;
  	width: 12px;
  	height: 12px;
  	background: url(../img/right-icon5.png) no-repeat;
  	background-size: 100% 100%;
  	top: 50%;
  	margin-top: -8px;
  	right: 20px;
  }
  .load-menu .mobile_only .list_item:last-child{
  	border-bottom: none;
  }
  .load-menu .mobile_only .list_item a {
    display: block;
    padding: 0 8%;
  }
  .is-showW{
	}
	.is-show{
	    z-index: 999;
	    height: auto;
	    display: block;
	}
	/*.is-show.load-menu .mobile_only{
		display: block;
	}*/
  .navbar_toggle {
    background-color: #ddd;
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .header .navbar_toggle .menu {
    font-size: 10px;
    display: block;
    margin-bottom: 8px;
  }
  .header .navbar_toggle .icon_bar {
    display: block;
    width: 70%;
    margin-left: 15%;
    height: 2px;
    border-radius: 1px;
    background: #888;
  }
  .header .navbar_toggle .icon_bar + .icon_bar {
    margin-top: 4px;
  }
  .add .header{
  	/*top: -70px;*/
  }
  .add .header .navbar_toggle .menu{
  	/*padding-bottom: 10px;*/
  	margin-bottom: 0px;
  }
  .add .header .navbar_toggle .icon_bar_1{
		transform:rotate(45deg);
		-ms-transform:rotate(45deg); 	/* IE 9 */
		-moz-transform:rotate(45deg); 	/* Firefox */
		-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
		-o-transform:rotate(45deg); 	/* Opera */
    margin-top: 10px;
	}
	.add .header .navbar_toggle .icon_bar_2{
		display: none;
	}
	.add .header .navbar_toggle .icon_bar_3{
		transform:rotate(-45deg);
		-ms-transform:rotate(-45deg); 	/* IE 9 */
		-moz-transform:rotate(-45deg); 	/* Firefox */
		-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
		-o-transform:rotate(-45deg); 	/* Opera */
    margin-top: -1px;
    margin-bottom: 10px;
	}
  .header .logo {
    margin-left: 3%;
    width: 70%;
  }
  .header .nav_list {
    /*display: none;*/
  }
  .header .fr {
    display: none;
  }
  .header .header_btn {
    height: 50px;
    width: 50%;
    font-size: 12px;
    line-height: 30px;
  }
  .header .header_btn a {
    padding-top: 20px;
  }
  .header .header_btn.parent_company_ja {
    background-size: 100% 50px;
  }
  .header .header_btn.contact {
    background-size: 100% 50px;
  }
  .main {
  	margin-top: 70px;
  }
  
  .section .product_section_text_left {
	    width: 100%;
	    float: none;
	}
	.section .product_img_right {
	    width: 100%;
	    float: none;
	    margin-top: 30px;
	}

}
.footer-nav{
	display: table;
	width: 100%;
}
.footer-nav a{
	color: #FFFFFF;
}
.footer-list-item{
	display: table-cell;
	width: 12.5%;
	padding-bottom: 20px;
	padding-right: 15px;
}
.footer-list-item>p{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 15px;
	line-height: 24px;
}
.footer-list-item>p a{
  display: block;
	padding: 4px 0;
}
.footer-list-item>p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 8px;
    height: 3px;
    background: #0074b0;
}
.footer-sub-list{
	margin-top: 10px;
}
.footer-sub-list .footer-sub-item a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    padding-bottom: 11px;
		padding-left: 13px;
    background: url(../img/footer-right.png) no-repeat left 4px;
    background-size: 10px 10px;
}
@media screen and (max-width: 1040px) {
	.footer .tel .tel_box dt{
		line-height: 28px;
		height: auto;
	}
}
@media screen and (max-width: 750px) {
	.header .logo img{
		width: 260px;
	}
  .mobile_only {
    display: block;
  }
  .pc_only {
  	display: none;
  }
  /*.mobile_menu {
    display: none;
  }*/
  .header {
    height: auto;
  }
  .load-menu{
  	position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    display: none;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    height: 0;
  }
  .load-menu .mobile_only {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    display: block;
    background: #ddd;
  }
  .load-menu .mobile_only .list_item {
    display: block;
    line-height: 52px;
    border-bottom: 1px dotted #eee;
    position: relative;
  }
  .load-menu .mobile_only .list_item:after{
  	content: '';
  	position: absolute;
  	width: 12px;
  	height: 12px;
  	background: url(../img/right-icon5.png) no-repeat;
  	background-size: 100% 100%;
  	top: 50%;
  	margin-top: -8px;
  	right: 20px;
  }
  .load-menu .mobile_only .list_item:last-child{
  	border-bottom: none;
  }
  .load-menu .mobile_only .list_item a {
    display: block;
    padding: 0 8%;
  }
  .is-showW{
	}
	.is-show{
	    z-index: 999;
	    height: auto;
	    display: block;
	}
	/*.is-show.load-menu .mobile_only{
		display: block;
	}*/
  .navbar_toggle {
    background-color: #ddd;
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .header .navbar_toggle .menu {
    font-size: 10px;
    display: block;
    margin-bottom: 8px;
  }
  .header .navbar_toggle .icon_bar {
    display: block;
    width: 70%;
    margin-left: 15%;
    height: 2px;
    border-radius: 1px;
    background: #888;
  }
  .header .navbar_toggle .icon_bar + .icon_bar {
    margin-top: 4px;
  }
  .add .header{
  	/*top: -70px;*/
  }
  .add .header .navbar_toggle .menu{
  	/*padding-bottom: 10px;*/
  	margin-bottom: 0px;
  }
  .add .header .navbar_toggle .icon_bar_1{
		transform:rotate(45deg);
		-ms-transform:rotate(45deg); 	/* IE 9 */
		-moz-transform:rotate(45deg); 	/* Firefox */
		-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
		-o-transform:rotate(45deg); 	/* Opera */
    margin-top: 10px;
	}
	.add .header .navbar_toggle .icon_bar_2{
		display: none;
	}
	.add .header .navbar_toggle .icon_bar_3{
		transform:rotate(-45deg);
		-ms-transform:rotate(-45deg); 	/* IE 9 */
		-moz-transform:rotate(-45deg); 	/* Firefox */
		-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
		-o-transform:rotate(-45deg); 	/* Opera */
    margin-top: -1px;
    margin-bottom: 10px;
	}
  .header .logo {
    margin-left: 3%;
    width: 70%;
  }
  .header .nav_list {
    /*display: none;*/
  }
  .header .fr {
    display: none;
  }
  .header .header_btn {
    height: 50px;
    width: 50%;
    font-size: 12px;
    line-height: 30px;
  }
  .header .header_btn a {
    padding-top: 20px;
  }
  .header .header_btn.parent_company_ja {
    background-size: 100% 50px;
  }
  .header .header_btn.contact {
    background-size: 100% 50px;
  }
  .main {
  	margin-top: 70px;
  }
  .banner .desc {
  	line-height: 24px;
  	font-size: 18px;
  }
  .sidebar {
    float: none;
    position: initial;
    width: 100%;
    margin-bottom: 50px;
  }
  .inner {
    width: 94%;
  }
  .content_act {
    width: 100%;
    padding-bottom: 50px;
  }
  .product_img img {
    max-width: 100%;
  }
  .product_about .product_about_text {
    padding: 14px;
  }
  .product_about .product_about_text p span {
    display: block;
  }
  .product_about .product_about_text p span b {
    display: none;
  }
  .product_about .product_about_text p:first-child {
    margin-bottom: 10px;
  }
  .section .product_section_imt .product_section_text {
    width: 100%;
    float: none;
  }
  .section .product_section_imt .product_section_img {
    margin-left: 0;
    width: auto;
    text-align: center;
    float: none;
  }
  .section .product_section_imt .product_section_img img {
    max-width: 100%;
  }
  .company_content_act {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .company_section {
    margin-bottom: 0;
  }
  .company_section .product_section_imt .product_section_text {
    width: 100%;
    float: none;
  }
  .company_section .product_section_imt .product_section_img {
    float: right;
    margin-left: 10px;
    width: 200px;
  }
  .honor_section .honor_img img {
    max-width: 100%;
  }
  .engine_table .select {
    width: 50px;
  }
  .engine_table th {
    width: 75px;
  }
  .environment_section {
    margin-bottom: 0;
  }
  .environment_section .environment_item span {
    width: 75px;
    padding-left: 15px;
  }
  .environment_section table th.product_section_text {
    text-indent: 0;
  }
  .footer {
    padding-top: 20px;
  }
  .goTop {
	  background: rgba(30,55,78,0.8) url(../img/top.png) no-repeat center center;
	  width: 30px;
	  height: 30px;
	  border-radius: 50%;
	}
	.ja-link{
		font-size: 13px;
	}
  .footer .tel {
    height: auto;
    padding-top: 0;
  }
  .footer .tel .tel_box {
    height: auto;
    width: 100%;
  }
  .footer .tel .tel_box dd {
  	width: 30%;
  	font-size: 12px;
  }
  .footer .tel .tel_box dt {
  	width: 70%;
  	font-size: 12px;
  	line-height: 44px;
  	height: 44px;
  	overflow: hidden;
  }
  .footer .tel .tel_box:first-child dt{
  	padding: 0 0 0 10px;
  	line-height: 44px;
  	height: 44px;
  }
  .footer .tel .tel_box:last-child dt{
  	padding: 0 0 0 5px;
  	line-height: 44px;
  	height: 44px;
  }
  .footer .tel .tel_box dd{
  	line-height: 44px;
  	height: 44px;
  }
  .footer .tel .tel_box p {
    font-size: 12px;
    width: 100%;
  }
  .footer .tel .tel_box.product_tel {
    text-align: left;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .tel .tel_box.other_tel {
  	margin-left: 0;
		margin-bottom: 20px;
  }
  .footer .tel .tel_box.product_tel p {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer .tel .tel_box.other_tel p {
    margin-left: 0px;
  }
  .footer .tel .tel_box .address {
  	font-size: 12px;
  	margin: 8px 0;
  }
  .footer .nav_list {
    display: none;
  }
  .footer .copyright .copyright_text {
    margin: 10px 0;
  }
  .footer .copyright_text a{
  	display: block;
  	font-size: 12px;
  }
  .footer .copyright .copyright_img{
  	/*background-size: 40px 52px;
  	padding-top: 55px;*/
  	/*margin-top: 20px;*/
  }
  .recruit_table th{
		width: 30%;
		text-align: center;
		padding: 0;
	}
	.recruit_table td{
		width: 70%;
		padding: 5px 10px;
	}
	.recruit_table{
		width: 90%;
	}
	.recruit_content .table_title{
		margin-left: 5%;
	}
	.recruit_content{
		margin: 60px auto;
	}
	.recruit_table thead th{
		text-align: left;
		padding-left: 20px;
	}
	.department{
		height: 22px;
		line-height: 22px;
		vertical-align: top;
		margin-top: 4px;
		padding: 0 12px;
	}
	.company_table td{
		padding: 15px;
	}
	.history_table td.year{
		width: 30px;
	}
	.introduce_table td.year{
		width: 80px;
	}
	.history_table td.month{
		width: 20px;
	}
	.addW{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	}
	.add{
	    /*-webkit-transform: translateX(-320px);
	    -moz-transform: translateX(-320px);
	    -ms-transform: translateX(-320px);
	    transform: translateX(-320px);*/
	}
	
	.item_list {
		padding: 60px 0 40px;
	}
	.item_list li {
		width: 100%;
		padding: 2% 5% 3%;
	}
	.item_list li:nth-child(2n+1) {
		margin-right: 0;
	}
	.item_list li:nth-child(2n) {
		margin-left: 0;
	}
	.item_list .text-wraper {
		width: 60%;
	}
	.item_list .title {
		/*font-size: 14px;
		line-height: 1.2;*/
		/*margin-bottom: 10px;*/
		margin-top: 20px;
	}
	.item_list .desc {
		/*font-size: 12px;
		line-height: 1.2;*/
	}
	.item_list .img-wraper {
		width: 30%;
		height: auto;
		float: right;
	}
	.company_list .img-wraper {
		width: 40%;
		float: left;
	}
	.item_list .more {
		font-size: 14px;
		line-height: 30px;
	}
	.company_list li {
		padding: 0;
	}
	.company_list .more{
		bottom: 10px;
	}
	.company_list .img-wraper {
		height: auto;
	}
	.company_list .more {
		width: 60%;
	}
	.select-box-wraper{
		margin: 60px 0 40px;
	}
	.contribution_content{
		margin-bottom: 30px;
		margin-top: 60px;
	}
	.contact_bottom{
		margin-top: 60px;
		margin-bottom: 30px;
	}
	.privacy_clause{
		margin: 60px 0;
	}
	.item_list .img-wraper img{
		margin-top: 50%;
	}
	.company_list .img-wraper img{
		margin-top: 0px;
	}
	.item_list .img-wraper .middle{
		margin-top: 50%;
	}
	
	.footer-nav{
		display: block;
		border-top: 1px solid #48565c;
	}
	.footer-list-item{
		display: block;
		width: 100%;
		padding-bottom: 0;
		padding-right: 0;
	}
	.footer-list-item>p{
		border-bottom: 1px solid #48565c;
	}
	.footer-list-item:last-child>p{
		border-bottom: none;
	}
	.footer-list-item>p a{
		padding: 10px 0;
	}
	.footer-list-item>p:before{
		left: 5px;
    width: 4px;
    height: 2px;
	}
	.has_sub>p a:after{
		content: '';
    position: absolute;
    color: #fff;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: url(../img/footer-sp-open.png) no-repeat left top;
	}
	.is_close>p a:after{
		background: url(../img/footer-sp-close.png) no-repeat left top;
	}
	.footer-sub-list{
		display: none;
		margin-top: 0;
	}
	.footer-sub-list .footer-sub-item a{
		padding: 10px 30px;
    background: url(../img/footer-right.png) no-repeat 15px center;
    border-bottom: 1px dotted #48565c;
	}
	.historyWrap::before{
		left: 40px;
		right: auto;
	}
	.history-year{
		text-align: left;
	}
	.com-table:nth-child(2n+1) .history-month,.com-table:nth-child(2n) .history-month, .com-table:nth-child(2n+1) ul, .com-table:nth-child(2n) ul{
		float: none;
		width: 100%;
		padding: 0;
		text-align: left;
		padding-left: 60px;
	}
	.com-table:nth-child(2n) .monthWrap ul li p,.com-table:nth-child(2n+1) .monthWrap ul li p{
		text-align: left;
	}
	.historyWrap{
		padding: 15px 20px;
	}
	.com-table:nth-child(2n+1) .history-month, .com-table:nth-child(2n) .history-month{
		margin-bottom: 20px;
	}
	.com-table:nth-child(2n) .monthWrap ul li .history-img, .com-table:nth-child(2n+1) .monthWrap ul li .history-img{
		text-align: left;
	}
}
