@charset 'utf-8';

/* - - - - - - - - - - - - - - - - - - */
.container::after,
.row::after, 
.col::after, 
.clr::after, 
.group::after { 
  content: ""; 
  display: table; 
  clear: both; 
}

.row {padding-bottom: 0em;}

.col { 
  display: block;
  float: left;
  width: 100%;
}

.col img {
  max-width: 100%;
  height: auto;
}

/* Media Query なし*/
/*
.gutters .col {
  margin-left: 2%;
}

.gutters .col:first-child { 
  margin-left: 0; 
}

.span_1 { width: 8.33333333333%; }
.span_2 { width: 16.6666666667%; }
.span_3 { width: 25%; }
.span_4 { width: 33.3333333333%; }
.span_5 { width: 41.6666666667%; }
.span_6 { width: 50%; }
.span_7 { width: 58.3333333333%; }
.span_8 { width: 66.6666666667%; }
.span_9 { width: 75%; }
.span_10 { width: 83.3333333333%; }
.span_11 { width: 91.6666666667%; }
.span_12 { width: 100%; }

.gutters .span_1 { width: 6.5%; }
.gutters .span_2 { width: 15.0%; }
.gutters .span_3 { width: 23.5%; }
.gutters .span_4 { width: 32.0%; }
.gutters .span_5 { width: 40.5%; }
.gutters .span_6 { width: 49.0%; }
.gutters .span_7 { width: 57.5%; }
.gutters .span_8 { width: 66.0%; }
.gutters .span_9 { width: 74.5%; }
.gutters .span_10 { width: 83.0%; }
.gutters .span_11 { width: 91.5%; }
.gutters .span_12 { width: 100%; }
*/
.m00 {margin: 0 !important;}
.firstchild {margin-top: 0 !important;}
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}


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

/* 一部CSSのリセット */

#header {
  border-bottom: 0;
}

#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;
}

@media print, screen and (max-width: 899px) {
#main {
  padding-top: 59.5px;
}
}

/* - - - - - - - - - - - - - - - - - - */
a:hover img {
  opacity: 0.85;
}

.container {
  position: relative;
  max-width:990px;
}

@media print, screen and (min-width: 1200px) {
.container {
  max-width:1200px;
}
}

.brand {
	line-height:1.6;
}

/*
========================================
TD-9000Tコンテンツ
========================================
*/
.area {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

.area-colored {
	background-color: #e8f1f2;
	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;
}

figure .title-sub {
	padding-left:125px;
}

figcaption {
	font-size: 90%;
}

.icon-new {
	background:#e60000;
	color:#fff;
	padding: 3px 15px;
    font-size: 1.3rem;
    border-radius: 10px;
    margin-right: 10px;
}

.title-sub .icon-new {
    font-size: 1rem;
}

/*
------------------------------
▼固定メニューエリア
------------------------------
*/
nav.number-nav {
	background:#e8f1f2;
	width:100%;
	z-index:1;
	text-align:left;
}

@media print, screen and (min-width: 1200px) {
nav.number-nav .container {
	width:1200px;
	margin:0 auto;
	text-align:left;
}

nav.fixed {
	margin-top:60px;
}

.products-tabs__controller > li.ui-state-active > a i,
.products-tabs__controller > li > a:hover i {
  visibility:visible;
  color: #ff8400;
}

}

@media print, screen and (min-width: 900px) {
nav.fixed {
	margin-top:60px;
}
}

@media print, screen and (max-width: 899px) {
nav.number-nav .container {
	text-align:left;
}

nav.fixed {
	margin-top:0;
}

.switch ul.child li.ui-state-active a i {
  visibility:visible;
  color: #ff8400;
}

}




#area-menu {
	background-color: #f0f0f0;
	border-top: 3px solid #001a7f;
	text-align: left;
	font-size: 1.0rem;
	padding: 10px 0;
}

#area-menu dl,
#area-menu dl dt,
#area-menu dl dd,
#area-menu ul,
#area-menu ul li {
	margin: 0;
	padding: 0;
}

#area-menu dl dt {
	float: left;
	padding-right: 80px;
	font-weight: normal;
	color: #323232;
	line-height:1.5;
}

#area-menu dl dt span {
	font-weight: bold;
	font-size: 1.1rem;
}

#area-menu dl dd {
	float: left;
	color: #323232;
}

#area-menu ul li {
	display: inline-block;
}

#area-menu ul li a {
	display: block;
	color: #323232;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 20px;
	outline: none;
}

#area-menu ul li a.active,
#area-menu ul li a:hover {
	background: url("./images/area-menu-arrow.png") no-repeat center left;
}

.nav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

@media print, screen and (max-width: 899px) {
#area-menu dl dd {
	float: none;
}

/*アコーディオンメニュー*/
.menu {
	color:#323232;
}

.menu:after {
    position: absolute;
    margin-top: -1px;
    content: '\025b6';
    font-size: 15px;
    font-weight: bold;
	color:#1e82ff;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
 
.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.switch ul.child {
	display:none;
	list-style:none;
	padding:0;
}

.switch ul.child li {
	padding:0.1em 0;
	margin:0;
}

.switch ul.child li a {
	color:#000;
	text-decoration:none;
}

nav.number-nav a.toggle {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 1;
  background: none;
  font-size: 100%;
  font-weight:bold;
  text-align:left;
}

}



/*
------------------------------
▼アイキャッチ
------------------------------
*/
#area-eyecatch {
	padding: 60px 0;
	background: url('./images/index/eyecatch-bg.png') no-repeat top center / cover;
	text-align: left;
}

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

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

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

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

@media print, screen and (max-width: 768px) {
#area-eyecatch .title {
	width:45%;
}

#area-eyecatch .catch {
	top:150px;
	width:45%;
}

#area-eyecatch .logo-ce-ru {
	top:220px;
	left:345px;
	width:10%;
}

#area-eyecatch .products {
	width:45%;
}
}

@media print, screen and (max-width: 767px) {
#area-eyecatch {
	padding-top: 25px;
	padding-bottom: 10px;
}

iframe {
	width:100%;
}

}

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

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

/*
------------------------------
▼特長
------------------------------
*/
.area-function .container {
	width: 950px;
}

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

.display-group .title {
	border-bottom: 1px solid #323232;
	color: #323232;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: left;
}

.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 {
	margin: 0 auto;
}

.border-box {
  border:1px solid #c8c8c8;
  padding: 1em 2em;
  margin: 2em 0;
}

.border-box .title {
	border-bottom: 1px solid #3372eb;
	color: #323232;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: left;
}

.bnr-btn a {
	background:#0029ff;
	display:block;
	padding:0.8rem;
  text-decoration:none;
  text-align: center;
  color: #fff;
}

.bnr-btn a:hover {
	text-decoration:none;
	opacity:0.8;
}

.bnr-size25 { width:250px; }
.bnr-size55 { width:550px; }
.bnr-btn-center { margin:0 auto;}

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

.bnr-size25,
.bnr-size55 { width:95%; }

}

@media print, screen and (max-width: 767px) {
.area-function .container,
#function-05 .set-base-display {
	width:100%;
}

}


/*
------------------------------
▼主な仕様
------------------------------
*/
#area-spec .container,
#area-subitem .container,
#area-option .container {
	width: 900px;
}

.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;
}

.table-spec th.sub {
	background-color:#eceded;
}

caption h3 {
	font-size:125%;
	margin:0 0 .5em;
}

@media print, screen and (max-width: 768px) {
#area-spec .container,
#area-subitem .container,
#area-option .container {
	width: auto;
}
}

@media print, screen and (max-width: 767px) {
#area-spec .container,
#area-subitem .container,
#area-option .container {
	width: 100%;
}

.table-spec thead th,
.table-spec thead td,
.table-spec th,
.table-spec td {
	width:100%;
	display:block;
}
}

/*
------------------------------
▼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;
}

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

#area-case #case-01-image {
	text-align:center;
}

.display-group figure {
	text-align:center;
}
}

/*
------------------------------
▼ダウンロード
------------------------------
*/
#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: 2.5em;
}

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

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

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

#area-download ul {
	padding-left: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;
}

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

@media screen and (max-width: 899px) {
  .pc-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 900px) {
  .sp-only {
    display: none !important;
  }
}

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

@media print {
	#area-menu {
		display:none;
	}
}
