@charset 'utf-8';
/* 一部CSSのリセット */

header {
  border-bottom: 0;
  background-color:#000;
}

#main {
  padding-top: 0;
  border-top: 0;
  text-align: center;
}

#contents h1 {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 1;
  background: none;
  font-size: 100%;
}

#contents h2 {
  margin: 0 0 50px;
  padding-left: 0;
  line-height: 1;
  background: none;
  font-size: 100%;
}

#contents h2:first-child {
  margin-top: 0;
}

/* - - - - - - - - - - - - - - - - - - */
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: Roboto, Helvetica, "Hiragino Kaku Gothic Pro",Meiryo, sans-serif;
}

a:hover, a:hover img {
  opacity: 0.85;
}

.container {
  position: relative;
}

/*
========================================
ヘッダー
========================================
*/
header {
	padding:.5rem 0;
}

header .container {
	width:1200px;
}

header .nav-link ul {
	list-style:none;
	text-align:right;
}

header .nav-link ul li {
	display:inline-block;
	margin-left:20px;
}

header .nav-link ul li a {
	padding:5px 20px;
	text-decoration:none;
	color:#FFF;
	border:1px solid #fff;
	width:225px;
	text-align:center;
	display:block;
}

header .nav-link ul li a::after {
  content: '';
  display: inline-block;
  position: relative;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #e50000;
}

header .brand {
	float: left;
	padding: .5em 0;
}

header .nav-link ul {
	margin: 0;
}

.drawer-navbar .drawer-navbar-header-black {
	background: #000;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background: #fff;
}

/*
========================================
フッター
========================================
*/
#footer {
  clear: both;
  margin: 2px 0 0;
  padding: 1em 0;
  background-color:#000;
}

#footer .container {
	width:1200px;
}

#footer address {
	color:#FFF;
}

/*
========================================
自動車各機能の試験・計測用製品コンテンツ
========================================
*/
#heading {
	background:url(images/heading-belt.png) no-repeat center;
	background-size:cover;
}

#heading h1 {
	color:#FFF;
	font-size:185%;
	font-weight:normal;
	padding:20px 0;
}

.area {
	padding-top: 50px;
	padding-bottom: 50px;
}

.area-colored {
	background-color: #f0f0f0;
	z-index: 100;
}

.font-large {
	font-size: 1.1rem;
}

.font-small {
	font-size: 0.9rem;
}

.font-bold {
	font-weight: bold;
}

.font-normal {
	font-weight: normal;
}

#contents h2.heading {
	font-size:200%;
}

.btn {
	font-size: 100%;
	padding: 0.5em 1em;
}

@media print, screen and (max-width: 768px) {
	#heading h1 {
		font-size:165%;
		padding:70px 0 20px;
	}
}

/*
------------------------------
▼アイキャッチ
------------------------------
*/
#area-eyecatch {
	background:url(./images/bg-top.png) top no-repeat,#000;
	background-size:contain;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}

#area-eyecatch .container {
	width:1200px;
}

#area-eyecatch h2 {
	color:#FFF;
	line-height:1.8em;
	font-weight:normal;
	font-size:135%;
}

#area-eyecatch h2.heading-to {
	position:absolute;
	left:22%;
}

#area-eyecatch h2.heading-border-grad {
	border-bottom: 8px solid;	
	border-image: linear-gradient(to right, #ff023b, #ffca00);
	border-image-slice: 1;
	width:382px;
	margin:0 auto 50px;
}

#area-eyecatch .title {
	padding-top: 0;
	padding-bottom: 150px;
}

#area-eyecatch .catch {
	position: absolute;
	top: 180px;
}

#area-eyecatch .logo-ce-ru {
	position: absolute;
	top: 255px;
	left: 376px;
}

#area-eyecatch .products {
	position: absolute;
	top: 40px;
	right: 0;
}

@media print, screen and (max-width: 768px) {
	#area-eyecatch {
		text-align: left;
	}

	#area-eyecatch .container {
		width:100%;
	}

	#area-eyecatch h2.heading-to {
		position: unset;
		margin-bottom: 0;
		text-align:center;
	}
}

/*
------------------------------
▼機能リストボタン
------------------------------
*/
.btn-function {
	padding-bottom: 0.5em;
}

.btn-function img+img {
	padding-top: 0.5em;
}

/*
------------------------------
▼各製品エリア
------------------------------
*/
.area-function .container {
	width: 1020px;
}

.area-function .products {
	text-align:left;
	margin:40px 0;
}

.area-function .products p {
	text-align:center;
	margin:0 0 30px;
}

.area-function .products a,
.area-function .products .no-link {
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	line-height:1.2em;
	margin:0 0.8em;
}

.area-function .products img {
	margin-bottom:1.0em;
}

.area-function .products span.case {
	color:#2e6dfc;
	line-height:1.8em;
	font-weight:bold;
}

.area-function .products span.border {
	border-bottom:3px solid #2e6dfc;
	display:block;
	width:30px;
	margin-bottom:0.8em;
}

.area-function .products span.name {
	font-size:90%;
	color:#333;
	text-decoration:underline;
	line-height:1.2em;
}

.area-function .products span.number {
	font-size:120%;
	color:#323232;
	text-decoration:underline;
}

.area-function .products a span.btn-pdf {
	border:2px solid #fa3232;
	color:#fa3232;
	padding:2px 5px;
	font-weight:bold;
	line-height:3em;
	font-size:85%;
}

.area-function .item {
	display:inline-block;
	vertical-align:top;
}

.area-function ul.ld {
	padding-left:1.3em;
}

.area-function ul.ld li {
	font-size:75%;
	list-style-type: none;
}

.area-function ul.ld li:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #333;
	position: relative;
	left: -5px;
	top: 0;
}

.area-function .nav-link ul {
	list-style:none;
	text-align:center;
	padding-left:0;
}

.area-function .nav-link ul li {
	display:inline-block;
	margin-left:20px;
}

.area-function .nav-link ul li a {
	padding:5px 20px;
	text-decoration:none;
	color:#FFF;
	border:1px solid #e50000;
	background-color:#e50000;
	width:225px;
	text-align:center;
	display:block;
}

.area-function .nav-link ul li a::after {
  content: '';
  display: inline-block;
  position: relative;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}

area:hover {
	opacity:0.85;
}

.display-group {
	overflow: hidden;
	margin-bottom: 2em;
}

.display-group .title {
	border-bottom: 3px solid #dc0034;
    border-image: linear-gradient(to right, #ff023b, #ffca00);
    border-image-slice: 1;
	color: #323232;
	font-weight: normal;
	font-size: 1.5rem;
	width:990px;
	margin:0;
}

.display-group .title-sub {
	color: #323232;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: left;
}

.display-group .body {
	text-align: left;
}

.display-group .body ul {
	margin-left: -0.8em;
}

#function-05 .set-base-display {
	position: relative;
	width: 625px;
	height: 342px;
	margin: 0 auto;
}

#function-05 .set-base-display .display {
	position: absolute;
	top: 59px;
	left: 96px;
}

@media print, screen and (max-width: 768px) {
	.area-function .container {
		width: 100%;
	}

	.display-group p {
		text-align: left;
	}

	.display-group .title {
		width:100%;
	}	
}


/*
------------------------------
▼主な仕様
------------------------------
*/
.table-spec {
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.table-spec thead th,
.table-spec thead td,
.table-spec th,
.table-spec td {
	border: 1px solid #878787;
	/*background-color: rgba(255,255,255,0.7);*/
	padding: 0.5em 2em;
}

.table-spec th {
	width: 150px;
	background-color: #dcdcdc;
}

.table-spec td {
	width: 450px;
	background-color: #fff;
}

/*
------------------------------
▼FAQ
------------------------------
*/
#area-faq .container {
	width: 700px;
}

.faq-item {
	padding-top: 2em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #7e8c95;
	text-align: left;
	font-size: 16px;
}

.faq-item-q {
	color: #323232;
	font-weight: bold;
}

.faq-item-a {
}

.faq-item ul {
	margin-left: -0.8em;
}

/*
------------------------------
▼付属品
------------------------------
*/
#area-subitem dl,
#area-subitem dl dt,
#area-subitem dl dd {
	margin: 0;
	padding: 0;
}

#area-subitem ul {
	list-style-type: none;
	text-align: left;
}

#area-subitem ul li {
	border-bottom: 1px dotted #717a7f;
	padding-bottom: 8px;
}

#area-subitem dl dt {
	float: left;
	clear: both;
	font-weight: normal;
}

#area-subitem dl dd {
	text-align: right;
}

/*
------------------------------
▼オプション
------------------------------
*/
#area-option dl,
#area-option dl dt,
#area-option dl dd {
	margin: 0;
	padding: 0;
}

#area-option ul {
	list-style-type: none;
	text-align: left;
	margin-left: -2em;
}

#area-option dl dt {
	font-size: 1.3rem;
}

#area-option dl dd {
}


/*
------------------------------
▼事例
------------------------------
*/
#area-case .container {
	width: 700px;
}

#area-case #case-01-image {
	position: relative;
}

#area-case #case-01-image .icon-large {
	position: absolute;
	bottom: 10px;
	right: 10px;
}


/*
------------------------------
▼ダウンロード
------------------------------
*/
#area-download .container {
	width: 700px;
}

#area-download dl,
#area-download dl dt,
#area-download dl dd {
	margin: 0;
	padding: 0;
}

#area-download ul {
	list-style-type: none;
	text-align: left;
}

#area-download ul li {
	border-bottom: 1px dotted #717a7f;
	padding: 12px 0;
}

#area-download dl dt {
	float: left;
	clear: both;
	line-height: 1.3em;
}

#area-download dl dt span {
	font-weight: normal;
}

#area-download dl dd {
	text-align: right;
}

/*
------------------------------
▼リニューアル
------------------------------
*/
.box-black {
	background:rgba(14,16,19,0.6);
	padding:60px 80px;
	margin:60px auto;
	width:870px;
}

.box-black ul {
	padding-left: 1.3em;
	text-align:left;
  }
  
  .box-black ul li {
	color:#fff;
	font-size:18px;
	position: relative;
	list-style:none;
  }
  
  .box-black ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.2em;
	width: 15px;
	height: 15px;
	background-color: #ff0000;
	border-radius: 100%;
  }

.box-black p {
	color:#fff;
	font-size:18px;
}

.box-black .nav-link a {
	padding: 15px 25px;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #fff;
    width: 270px;
    text-align: center;
    display: block;
    font-size: 14px;
	margin:0 auto;
}

.box-black .nav-link a::after {
    content: '';
    display: inline-block;
    position: relative;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #e50000;
}

.box-process {
	width:980px;
	margin:40px auto;
	display: flex;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-process::after{
	content:"";
	display: block;
	width:66.6%;
}

.box-process a {
	color:#fff;
	font-size:18px;
	text-decoration:none;
	margin:0 auto 40px;
}

.box-process a img {
	margin-bottom:20px;
}

.box-process a .caption::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 9px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 14px solid #e50000;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}

#salvage, #cut, #polish, #test, #bonding, #hand, #mounter, #chem {
	text-align:left;
}

.box-products {
	display: flex;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: left;
}

.box-products a {
	margin-right:30px;
}

.box-products a:last-child {
	margin-right:0;
}

.box-products span.name {
    font-size: 90%;
    color: #333;
    text-decoration: underline;
    line-height: 1.2em;
}

.box-products span.number {
    font-size: 120%;
    color: #323232;
    text-decoration: underline;
}

table.products {
}

table.products th,
table.products td {
	text-align:center;
	border:1px solid #000;
	vertical-align:middle;
	font-size:15px;
}

table.products th {
	font-weight:bold;
	background:#d6dae3;
}

table.products td.number {
	font-weight:bold;
}

table.products tr.last th,
table.products tr.last td {
	background:unset;
	border:none;
}

table.products tr.last td a {
	text-decoration:underline;
	color:#000;
}

table.full {
	width:100%;
}

.notice-box {
	border:1px solid #000;
	border-radius:15px;
	padding:30px;
}

.notice-box dl {
	display:flex;
}

.notice-box dl dt {
	width:120px;
	white-space:nowrap;
}

#polish ul.ld {
	padding-left:5px;
}

#polish ul.ld li {
	margin:0;
	font-size:16px;
}

.nav-area .nav-link a {
	padding: 5px 20px;
	margin:0 auto 30px;
    text-decoration: none;
	font-size:14px;
    color: #FFF;
    border: 1px solid #e50000;
    background-color: #e50000;
    width: 255px;
    text-align: center;
    display: block;	
}

.nav-area .nav-link a::after {
    content: '';
    display: inline-block;
    position: relative;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
}

.nav-area .nav-link-white a {
	margin:0 auto;
    border: 1px solid #e60000;
    background-color: #fff;
	color:#000;
}

.nav-area .nav-link-white a::after {
    content: '';
    display: inline-block;
    position: relative;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #e60000;
}

@media print, screen and (max-width: 840px) {
	#area-eyecatch h2.heading-border-grad {
		width:95%;
		text-align:center;
	}

	.box-black {
		padding:20px 25px;
		margin:30px auto;
		width:95%;
	}
	
	.box-process {
		width:100%;
	}

    .scroll-table {
        overflow: auto;
        white-space: nowrap;
    }
}

@media print, screen and (max-width: 420px) {
	#heading h1 {
		font-size:15px;
	}

	.box-black p {
		text-align:left;
	}

	.box-products a {
		margin-bottom:30px;
	}

	.area-function table.products {
		margin-bottom:0;
	}
}

/*
------------------------------
ページ下部　ダウンロードボタン
------------------------------
*/
.list-download-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 280px;
  margin: 0 16px;
  vertical-align: top;
}

.btn-inquiry {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #1e62c8;
  background-color: #fff;
}

.btn-catalog {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ca2c2c;
  background-color: #fff;
}

.btn-tddatapicker {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ca2c2c;
  background-color: #fff;
}



/* - - - - - - - - - - - - - - - - - - */

.scroll {
  visibility: hidden;
}

.scroll.animated {
  visibility: visible;
}

/* animate.css の上書き */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}

/* - - - - - - - - - - - - - - - - - - */

.btn_close {
  color: #fff;
  cursor: pointer;
}

.go-to-top {
  display: block;
  position: fixed;
  bottom: 2.85rem;
  right: 1rem;
  color: #333;
  font-size: 3rem;
  outline: none;
  margin-left:1200px;
}

.nonborder {
  border:none;
  outline:none;
}