@charset "utf-8";

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-RED { color:#990000;
}
.TXT-Orange { color:#ec9500;
}
.TXT-RED_B {
	color: #990000;
	font-weight: bold;
}
.TXT-BLUE_B {
	color: #000080;
	font-weight: bold;
}
.TXT-brown_B {
	color:#231815;
	font-weight: bold;
}
.TXT-Gray {
	color: #333;
}
.TXT-White {
	color: #fff;
}
.TXT-Gray_B {
	color: #333;
	font-weight: bold;
}
.TXT-Gray_B_ccc {
    color: #888888;
    font-weight: bold;
}
.TXT-green {
	color: #009844;
	font-weight: bold;
}
.TXT-M {
	font-size: 13px;
}
.TXT-L {
	font-size: 14px;
}
.TXT-L_B {
	font-size: 14px;
	font-weight: bold;

}

.TXT-BLUE_B_L {
	color: #b3061b;
	font-size: 20px;
}
.TXT-Gray_B_L {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
/* font Set
--------------------------------------------------*/
.bold{font-weight: bold;}

.ssize {
	font-size: 10px;
}
.s_size {
	font-size: 11px;
}

.bsize { font-size:110%;}

.f_topix {
	font-weight: bold;
	font-size: 100%;
}



/* パンくずリスト
--------------------------------------------------*/
#pankuzulist {
	float: left;
	width: 850px;
 }
#pankuzu {
	font-size: 80%;
	clear: both;
	margin-top: 15px;
	margin-right: 15px;
	list-style-type: none;
	padding-bottom: 13px;
	padding-left: 20px;
 }
#pankuzu li {
	float: left;
	margin-right: 10px;
	display: inline;
 }

#pankuzu li a {
	color: #333333;
	background: url(../img/p_arrow.gif) no-repeat right center;
	padding-right: 18px;
	display: block;
}

/* アイテム
--------------------------------------------------*/
.box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
	_zoom: 1;
	font-size: 100%;
	cursor: pointer
}

.sabbox {
	_zoom: 1;
	padding-top: 5px;
	width: 140px;
	float: left;
}
.box-end {
	padding: 5px;
	_zoom: 1;
	font-size: 100%;
	cursor: pointer
}
.imgR {
	float: right;
	margin: 0 0 0 10px;
	overflow: hidden;
	_zoom: 1;
}
.imgL_top {
	float: left;
	overflow: hidden;
	_zoom: 1;
	margin-right: 10px;
	margin-top: 7px;
}
.imgL {
	float: left;
	overflow: hidden;
	_zoom: 1;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
}
/* 更新情報
--------------------------------------------------*/	
.index_title_log {
	width:400px;
	margin-bottom:10px;
	float: none;
	text-align: left;
	}
.index_title_log a:hover {
	color:#231815;
	text-decoration:underline;
}
/* 会社概要
--------------------------------------------------*/
#outline_pdfarea {
	float: left;
	width: 524px;
	margin-top: 40px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-left: 3px;
	}
.outline_pdfarea_in {
	float: left;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-left: 85px;
	}
.outline_filesize {
	float: left;
	width: auto;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 10px;
	}
#outline_Organization_chart {
	float: left;
	width: 297px;
	}
#Organization_chart_right {
	float: right;
	width: 271px;
	}
#outline_pdfarea .outline_pdfarea_in p a {
	color: #333;
}
#outline_pdfarea .outline_pdfarea_in p a:visited {
	  color: #333;
  text-decoration: none
}
#outline_pdfarea .outline_pdfarea_in p a:hover {
	color: #990000;
	text-decoration: underline
}				
/* 会社概要テーブル
--------------------------------------------------*/
table#table-001 {

    border-collapse: collapse;
    border-spacing: 0;
}

table#table-001 th {
	border: 1px solid #cccccc;
	text-align: left;
	color: #333;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 3px;
	background-color: #EEE;
	font-weight: bold;
}
table#table-001 td {
	padding: 8px 15px;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
}
#table-001 tr td a {
	color: #333;
}
#table-001 tr td a:visited {
	  color: #333;
  text-decoration: none
}
#table-001 tr td a:hover {
	color: #990000;
	text-decoration: underline
}				
/* PLC
--------------------------------------------------*/
.plc-prdct-list {
	font-size: 13px;
	color: #BD1D1B;
	font-weight: bold;
	list-style-type: square;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
table#tblSpec {
	border-collapse: collapse;
	width: 100%
}
table#tblSpec th {
	border: solid 1px #808080;
	color: rgb(255, 255, 255);
	background-color: rgb(157, 206, 119);
}
table#tblSpec td {
	border: solid 1px #808080;
}
table#tblInfo {
	border-collapse: collapse;
	width: 100%
}
table#tblInfo th {
	border: solid 1px #808080;
}
.tblInfoHdr {
	padding: 5px 5px 5px 5px;
	background-color: rgb(225, 254, 232);
	color: rgb(0, 0, 0);
}
table#tblInfo td {
	border: solid 1px #808080;
}
.tblInfoClm {
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.tblInfoClm1 {
	width: 200px;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
.tblInfoClm2 {
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.td-c1 {
	width: 100px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: rgb(229, 239, 194);
}
.td-c2 {
	width: 120px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: rgb(242, 247, 223);
}
.td-c3 {
	width: 100px;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
.td-c4 {
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.inputChk {
	color: #FF0000;
}

.inputTxtFld {
	border: 1px solid #808080;
	height: 20px;
	width: 380px;
}
.lonavi_ptr {
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: 2px;
}
.grphTtl {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	padding: 2px;
}
.tblTtl {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	padding: 2px;
}
/* 採用情報テーブル
--------------------------------------------------*/
table#table-01 {
    width: 553px;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 10px 0 5px 15px;
    border-width: 0 0 1px 1px;
	border: #FFFFFF solid;
    background: #A3A3A3;
}
table#table-01 td {
    padding: 8px 15px;
    border-width: 0 0 1px 1px;
	border: #FFFFFF solid;
	background: #E8E8E8;
}
/* 過去ログ
--------------------------------------------------*/
.log_topics_center {
	clip: rect(15px,auto,auto,auto);
	margin-top: 30px;
	float: left;
	padding-left: 30px;
	width: 490px;
	border: 1px solid #ccc;
	padding-right: 15px;
	padding-top: 20px;
	margin-left: 20px;
}
.space {
	clear: left;
}
/*画像レスポンシプ組織図*/
.resizeimage {
   max-width: 700px; /* 最大幅 */
   min-width: 240px; /* 最小幅 */
}
.resizeimage img { width: 100%; }

/* ----------- */
		/* 画像レスポンシプ組織図2 */
		/* ----------- */
		p.resizeimage2 { width: 90%; }
		p.resizeimage2 img { width: 90%; }
		/* レスポンシプ組織図CSS */
.cdg ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
.cdg ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.cdg ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #3972b2;
}
 
.cdg ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.cdg ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #3972b2;
}
/*見出し下線 Egretcomカラー*/
.hdegretcom {
  border-bottom: solid 3px #960a09;
  position: relative;
}

.hdegretcom:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
    width: 20%;
    
}
/*見出し下線 Egretcomカラー*/
.hdproduct {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #960a09;/*左線*/
}

/*製品見出し数字大*/
.fgo {font-size: 32px; }
/*見出し囲み線*/
.hdservice {
  padding: 1rem 1.5rem;
  border: 3px solid #ac1f24;
}
/* テーブルテレオープナー
--------------------------------------------------*/
table#telspec {
	border-collapse: collapse;
	width: 98%;
}

table#telspec th {
	border: solid 1px #808080;
	color: #000;
	background-color: #9dce77;
	font-weight: normal;
}

table#telspec td {
	border: solid 1px #808080;
}
.td-tell1 {
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: #d0ee96;
}
.td-tell2 {
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #e5efc2;
}
.td-tell3 {
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}
.td-tell4 {
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: #d0ee96;
}
/* テーブルEHS-400
--------------------------------------------------*/
table#table-EHS400 {
	table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #DDD;
}

table#table-EHS400 th {
	border: 1px solid #999;
    text-align: center;
	background-color: #edf0ef;
	color: #333;
}
table#table-EHS400 td {
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
}

table#table-EHS400-2 {
	table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #DDD;
}

table#table-EHS400-2 th {
	border: 1px solid #999;
    text-align: center;
	background-color: #edf0ef;
	color: #333;
}
table#table-EHS400-2 td {
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
}

table#EHSspec {
	border-collapse: collapse;
	width: 100%;
}

table#EHSspec th {
	border: solid 1px #808080;
	color: #000;
	background-color: #9dce77;
	font-weight: normal;
    text-align: center
}

table#EHSspec td {
	border: solid 1px #808080;
}
.td-tell1 {
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: #d0ee96;
}
.td-tell2 {
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #e5efc2;
}
.td-tell3 {
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}
.td-tell4 {
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: #d0ee96;
}

/*メガメニュー画像付き*/
.gnav-wrapper {
background: #5e5e5e;
position: relative;
}
.gnav {
display: flex;
justify-content: space-between;
}
.gnav li {
padding: 18px 0;
text-align: center;
transition: all .3s ease-in-out;
}
.gnav li:hover {
background: #3e3e3e;
}
.gnav a {
color: #fff;
border-left: solid 1px #fefefe;
padding: 0 65px;
}
.gnav > li:last-child a {
border-right: solid 1px #fefefe;
}
.gnav > li:hover .megamenu {
max-height: 9999px;
opacity: 1;
padding: 30px 0;
}
.megamenu {
background: #3e3e3e;
max-height: 0;
opacity: 0;
overflow: hidden;
width: 100%;
position: absolute;
top: 50px;
left: 0;
transition: all .2s ease-in;
z-index: 999;
}
.megamenu-inner {
display: flex;
flex-wrap: wrap;
}
.megamenu-inner li {
width: calc( (100% / 5) );
padding: 0;
}
.megamenu-inner a {
border-left: none;
}
.megamenu-inner-img {
margin: 0 0 10px;
}
.megamenu-inner-text img {
margin: 0 5px 0 0;
}
/* サイドバーボックス Box */
.S_B-box {
	background: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	-webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 100px;
	position: relative;
	z-index: 1;
}
.col-lg-3.order-2.order-lg-1.mt-4.mt-lg-0 .col-lg-3.col-sm-6.col-xl-12 .S_B-box.featured-box-quaternary.featured-box-effect-3 {
}
.col-lg-3.order-2.order-lg-1.mt-4.mt-lg-0 .col-lg-3.col-sm-6.col-xl-12 .featured-box.featured-box-quaternary.featured-box-effect-3 {
}



.S_B-box  h4 {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -0.7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.featured-box .box-content {
	border-radius: 8px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-top-width: 4px;
	padding: 28.8px;
	padding: 1.8rem;
	position: relative;
}

.featured-box .box-content:not(.box-content-border-0) {
	top: -1px;
	border-top-width: 4px;
}

.featured-box .box-content.box-content-border-0 {
	border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
	border-bottom: 0 !important;
}

.featured-box .box-content.box-content-border-bottom {
	top: 1px;
}

.featured-box .box-content-border-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
	border-bottom: 4px solid rgba(0, 0, 0, 0.06);
}
/*「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
.logbox
      {
	height: 300px;
	width: 100%;
	border-top-width: 1px;
    border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
    border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9D9D9;
    border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: auto;
      }
.logbox a:link {
color:#333;
text-decoration: none;
}	  
.logbox a:visited {                 
  color: #333;
  text-decoration: none;     
}
.logbox a:hover {
color:#990000;
text-decoration: underline;
}


/*「更新情報・お知らせ」線
---------------------------------------------------------------------------*/	
p.boxline {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D9D9D9;
	padding-top: 10px;
 }
ul.example li ul {
margin: 0 0 0 1em;
padding: 0;
}
/*ユーザー登録テーブル*/
table#table-user {
}

table#table-user th {
	border: 1px solid #999;
	background-color: #E7E6E6;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: normal;
}
table#table-user td {
	border: 1px solid #999;
	background-color: #f5f5f5;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#Send_register {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-right: 10px;
}


/*Information 見出し*/
.head_info {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    border-bottom:  solid;  /* 線指定 */
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    margin-bottom: 30px;    /* 周りの余白指定 */
}
p {
    margin:  0;             /* デフォルトCSS打ち消し */
    line-height: 2;         /* 行間調整 */
}
/*スライダー文字色グレー*/
.slider-container .main-label2 {
	color: #333;
	font-size: 40px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.slider-container .bottom-label2 {
	color: #333;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
}
/*404*/
.Cwtxt {
	line-height: 10px;
	letter-spacing: -0.7px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.page-header2.page-header-modern.page-header-lg h1 {
	font-size: 12px;
}
.DEEP-main{

font-size: 12px;
}
/*見出しデザイン*/
.head_under-line {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    border-color: #cccccc;
    
}
p {
    margin:  0;             /* デフォルトCSS打ち消し */
    line-height: 2;         /* 行間調整 */
}

/*見出しデザイン product*/
.product-category-sub {
  position: relative;
  color: white;
  background: #ac1e23;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.product-category-sub:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}
.product-category-sub2 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

.product-category-sub2 :before, .product-category-sub2 :after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.product-category-sub2 :before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.product-category-sub2 :after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
/*別ウインドウマーク*/
 a[target="_blank"]:after {
    margin: 0 3px;
    font-family: FontAwesome;
    vertical-align: middle;
    clear: #333333;
    content: '\f08e';
    display: inline-block;
    text-decoration: none;
}
/*ボタン関連*/
.Button-left {
	float: left;
    }
.Button-Right {
	float: right;
}
/*マウスオーバーで画像を明るくする*/
.img_wrap{

  overflow: hidden;
}
.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
	/* テーブルES100
--------------------------------------------------*/
table#table-es100a {
	border-collapse: collapse;
	width: 100%
}

table#table-es100a th {
	border: solid 1px #808080;
	color: rgb(255,255,255);
	background-color: rgb(102,102,102);
}

table#table-es100a td {
	border: solid 1px #808080;
}
.td-es100a1 {

	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: #e3e0e0;
}
.td-es100a2 {
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #e3e0e0;
}
.td-es100a3 {

	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #e3e0e0;
}
.td-es100a4 {
	text-align: left;
	padding: 5px 5px 5px 5px;
}
.TXT-14 {
	color: #333;
	font-size: 14px;
}
/*製品仕様 ソフトウェア系*/
table#Produktspezifikationen {
	table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #DDD;
}

table#Produktspezifikationen th {
	border: 1px solid #999;
	background-color: #eee;
	color: #333;
	padding: 5px 5px 5px 5px;
}
table#Produktspezifikationen td {
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
}

/*ESシリーズテーブル*/
table#table-esseries {
	table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #DDD;
}

table#table-esseries th {
	border: 1px solid #999;
	background-color: #eee;
	color: #333;
}
table#table-esseries td {
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;

}	/* 新着情報
--------------------------------------------------*/
.topics dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.topics dt {
padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 10%;
}
.topics dd {
margin-left: 11%;
}
/*QA見出し*/
.qarea {
     position: relative;
     padding:0.5em 0.5em 0.5em 1.8em;
     border: 1px solid #CCC;
     border-radius: 5px;
}
/* ダウンロード
--------------------------------------------------*/
.download_text {
	float: left;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 10px;
	margin-left: 15px;
}
.download_img {
	float:left;
	background-color:#FFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 10px;
	width: 148px;
	text-align: center;
}
.download_inpdf {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
}
.download_filesize {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-left: 10px;
}
.download_intext {
	float:left;
	background-color:#FFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;

	text-align: center;
	padding: 5px;
}
.download_box_main{
	float:left;
	background-color:#FFF;
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
    margin-right: 80px;
	
}
.download_box_category{
	float:left;
	background-color:#666;

	height: 28px;
	border: 1px solid #333;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	margin-left: 15px;
}

/*@media (min-width: 192px) {*/
    /* サイト内検索  */
    
    Theme.css 853行
/*.mt-site-search-form {
	display: flex;
    
	justify-content: center;
    border: 1px solid #ccc
    
}

.mt-site-search-form input[type="search"] {
	width: 74%;
	height: 40px;
    padding: 5px 20px;
	border: none;
	font-size: 12px;
	

}
.mt-site-search-form input[type="search"]:focus {
	/*background: #fdfce9;*/
    outline: 0;

}
    
.mt-site-search-form button {
	width: 26%;
	margin-left: 0;
	border: none;
	font-size: 13px;
	background: #ac1f24;
	color: #fff;
	cursor: pointer;
}

.mt-site-search-form button:hover {
	background: #c22329;
}

/*リストナンバー*/
.list01 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
/*  background: #f9fff5;
*/}
.list01 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.list01 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #4abdac;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*リストナンバー2*/
.list02 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
/*  background: #f9fff5;
*/}
.list02 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.list02 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #000080;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 一重の線 */
.simple-border1 {
    border-color: #eaeaea;
    border-bottom: solid 1px #eaeaea;
}

/*webフォント さわらび明朝*/
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

/*ソフトウェアモデム テーブル*/
table#tblSpec {
	border-collapse: collapse;
	padding: 5px;
}
table#tblSpec th {
	border: solid 1px #808080;
	color: #000;
	background-color: #e5e5e5;
	text-align: left;
	font-weight: normal;
	padding: 5px;
	font-size: 12px;
}
table#tblSpec td {
	border: solid 1px #808080;
	padding: 5px;
	font-size: 13px;
}
table#tblInfo {
	border-collapse: collapse;
	width: 100%
}
table#tblInfo th {
	border: solid 1px #333;
}
/*ソフトウェアモデム テーブル01*/
table#s_Modem {
	border-collapse: collapse;
	padding: 5px;
}
table#s_Modem th {
	border: solid 1px #808080;
	color: #000;
	background-color: #e5e5e5;
	text-align: left;
	font-weight: normal;
	padding: 5px;
	font-size: 13px;
}
table#s_Modem td {
	border: solid 1px #808080;
	padding: 5px;
	font-size: 13px;
}
table#tblInfo {
	border-collapse: collapse;
	width: 100%
}
table#tblInfo th {
	border: solid 1px #333;
}
/*ソフトウェアモデム テーブル02*/
table#s_Modem2 {
	border-collapse: collapse;
	padding: 5px;
}
table#s_Modem2 th {
	border: solid 1px #808080;
	color: #000;
	background-color: #e5e5e5;
	text-align: left;
	font-weight: normal;
	padding: 5px;
	font-size: 13px;
}
table#s_Modem2 td {
	border: solid 1px #808080;
	padding: 5px;
	font-size: 13px;
}
/*見出しデザイン*/
.msr_h105 {
  border-bottom:1px solid #999999;
  color: #333;
  font-size: 32px;
  margin: 0 0 20px;
  padding: 0 0 8px;
}
.msr_h205 {
  border-bottom:1px solid #999999;
  color: #333;
  font-size: 24px;
  margin: 0 0 20px;
  padding: 0 0 8px;
}
.msr_h305 {
  border-bottom:1px solid #999999;
  color: #333;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0 0 8px;
}
.msr_h405 {
  color: #333;
  font-size: 20px;
  margin: 0 0 20px;
}
/*ニュースリリースラベル*/
.badge.badge-eg {
	padding: 0.6em 0.9em;
    font-size: 13px;
    margin-top: 5px;
}

/*イベント
----------------------------------------------------------- */
.event_main {
	float: left;
	width: 910px;
	padding: 0;
	}
.event_text_center {
	text-align: left;
	width: auto;
	padding: 10px;
	line-height: 1.9em;
	font-size: 13px;
}
.event_text_sub {
	text-align: left;
	width: 545px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 280px;
	line-height: 1.9em;
}
.event_text_minimum {
	text-align: left;
	width: 515px;
	padding: 10px;
	margin: 0 auto;
	line-height: 1.9em;
	font-size: 13px;
}
#event_ceatec_text_Feature {
	text-align: left;
	width: 790px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 45px;
	line-height: 1.9em;
}
.event_text_hd-plc {
	text-align: left;
	width: 785px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.9em;
	font-size: 13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.event_text_hd-plc2 {
	text-align: left;
	width: 785px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	line-height: 1.9em;
	font-size: 13px;
}
.event_hd-plc_text_sub {
	text-align: left;
	width: 490px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 310px;
}
/*イベント情報
----------------------------------------------------------- */
.eventlog_img {
	float:left;
	background-color:#FFF;
	width: 148px;
	text-align: center;
	margin: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.eventlog_img a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.eventlog_intext {
	float:left;
	background-color:#FFF;
	padding: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.eventlog_intext a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.eventlog_box_main{
	float:left;
	background-color:#FFF;
	height: 140px;
	border: 1px solid #D9D9D9;
	margin-top: 15px;
	
}
/*divリンク
----------------------------------------------------------- */
.eventlog_box_main {
	float:left;
	background-color:#FFF;
	width: 100%;
	height: 370px;
	border: 1px solid #D9D9D9;
	margin-top: 15px;
	
}
.eventlog_box_main_hover{
	border: 1px solid #666;
	cursor: pointer;
	background-color: #FFF;
	float:left;
	width: 100%;
	height: 370px;
	margin-top: 15px;
}
#eventlog_box_backhome {
	background-color: #FFF;
	width: 550px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
/*囲み枠 point付き*/
.tp-box-13 {
    border: 2px solid #ac1f24;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.tp-box-13::before {
    background-color: #fff;
    color: #ac1f24;
    content: "POINT";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
/*囲み枠 point付き2*/
.tp-box-13-2 {
    border: 2px solid #ac1f24;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1.5em;
    position: relative;
}
.tp-box-13-2::before {
    background-color: #fff;
    color: #ac1f24;
    content: "POINT";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

/* Cards service*/
.card_service {
    position: relative;
    border: 1px solid #4F4E4E;
}

.card_service-header {
	border-bottom: 1px solid #ac1f24;
}

.card_service-footer {
	border-top: 1px solid #ac1f24;
}

.card_service-body {
	padding: 32px;
	padding: 2rem;
}
.card_service-body2 {
    padding: 5px;
}
/* Cards ESG-100*/
.card_ESG-100 {
    position: relative;
}

.card_ESG-100-body {
	padding: 32px;
	padding: 2rem;
}
/*FCHテーブル*/
			
#table-FCH {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
		/*width: 270px;*/

}
#table-FCH th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
#table-FCH td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
/*G3-PLCテーブル*/
table#table-G3 {
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-G3 th {
	border: 1px solid #cccccc;
	text-align: left;
	color: #333;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-color: #EEE;
	font-weight: bold;
}

table#table-G3 td {
	padding: 8px 15px;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
}
#table-G3 tr td a {
	color: #333;
}
#table-G3 tr td a:visited {
	  color: #333;
  text-decoration: none
}
#table-G3 tr td a:hover {
	color: #990000;
	text-decoration: underline
}
/*PLC特設サイトサイドメニュー*/
.txt-thumbnail {
	border-radius: 4px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	position: relative;
}
#Steparea_EHS-400 {

	padding: 0;
	color: #333;
	}
#Step_Arrow_EHS-400 {
	margin-top: 80px;
	margin-bottom: 20px;

	padding-top: 100px;
	}
.Step_product {

	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	
	}

.Step_title_product {
    	/*background-image: url(../product/EHS-400/img/step01.png);*/

	background-color:#f5f5f5;

	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-weight: 800;
	line-height: 1.3em;
	height: 50px;
	}
.Step_text_product {
	margin-top: 10px;

	}
/*plc評価コンサルテーブル*/
table#table-plcc {

	border-collapse: collapse;
	border-spacing: 0;
}

table#table-plcc th {
	border: 1px solid #cccccc;
	text-align: left;
	color: #333;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-color: #EEE;
	font-weight: bold;
}

table#table-plcc td {
	padding: 8px 15px;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
}
#table-plcc tr td a {
	color: #333;
}
#table-plcc tr td a:visited {
	  color: #333;
  text-decoration: none
}
#table-plcc tr td a:hover {
	color: #990000;
	text-decoration: underline
}				
/*お問い合わせはこちら*/
.bg-lightblue {
  background-color: #ecf7fb !important;
}

.bg-pink {
  background-color: #ac1f24 !important;
}
/*ページトップボタン*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*グローバルナビPCのみ背景表示*/
.animal {
	max-width: 1200px;
	width: 100%;
}
.animal img {
	width: 100%;
}
 
 
.pcview {
}
.spview {
	display: none;
}
 
@media screen and (max-width: 979px) {
	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}
}
/* Cards 説明*/
.card_Description {
    position: relative;
    border: 1px solid #4F4E4E;
}

.card_Description-header {
	border-bottom: 1px solid #ac1f24;
}

.card_Description-footer {
	border-top: 1px solid #ac1f24;
}

.card_Description-body {
	padding: 32px;
	padding: 2rem;
}
.card_Description-body2 {
    padding: 5px;
}
.resizeimage01 {
    width: 100%; 
}
.resizeimage01 img { 
    width: 100vw;
}
.listdesign2 li{
    line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
.resizeimage02 {
    max-width: 100%;
    min-width: 240px;
}
.absolute_test {
    position: absolute;        /* 要素の配置方法を指定 */
    background-color: #ccc;     /* 背景色指定 */
    padding: 20px;             /* 余白指定 */
    left: 341px;                /* 左からの位置指定 */
    top: 209px;                  /* 上からの位置指定 */
}
