@charset "UTF-8";
/* General
------------------------------ */
body {
  min-width: 0;
}

.wrapper {
  position: relative;
  background: #fff;
  line-height: 1.6;
  overflow: hidden;
  -webkit-transform: none !important;
  transform: none !important;
}
.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper a {
  -webkit-transition: none;
  transition: none;
}

.contents_wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: content-box;
}
.contents_wrap:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/* Header
------------------------------- */
#header {
  width: 100%;
  height: 90px;
  background: #0072c3;
}
#header .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: content-box;
}
#header .inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#header .site_title {
  float: left;
}

#header .site_title_inner {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	color: #fff;
}

#header .lead_text {
	font-size: 16px;
}

#header .title_text {
	font-size: 38px;
	font-weight: bold;
}

@media screen and (max-width: 979px){
	#header .lead_text {
		font-size: 10px;
	}
	
	#header .title_text {
		font-size: 26px;
		font-weight: bold;
	}
}

@media screen and (max-width: 640px){
	#header .site_title {
		font-size: 28px;
	}
}



.page_title {
  margin-bottom: 10px;
}

#mainvs .page_title .title_text {
	font-size: 38px;
	font-weight: bold;
}

@media screen and (max-width: 979px){
	#mainvs .page_title .title_text {
		font-size: 26px;
		font-weight: bold;
	}
}

@media screen and (max-width: 640px){
	#mainvs .page_title {
		font-size: 28px;
	}
}




#header .site_title img {
  max-width: 100%;
  height: auto;
}
#header a {
  text-decoration: none;
}
#header ul {
  float: right;
  width: 401px;
}
#header ul li {
  float: left;
  display: table;
  width: 198px;
  height: 38px;
}
#header ul li a {
  display: table-cell;
  color: #fff;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
#header ul li a > span {
  display: none;
  font-weight: bold;
}
#header ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
#header .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}
#header .btn_download a:before {
  width: 18px;
  height: 24px;
  margin: 0 27px 0 0;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
  background-size: contain;
}
#header .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}
#header .btn_contact a:before {
  width: 24px;
  height: 24px;
  margin: -4px 8px 0 0;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
  background-size: contain;
}
#header .btn_tel {
  display: none;
  background-color: #00284a;
}
#header .btn_tel a:before {
  background: url(/img/ss/common/bg_icon_tel_001.png) no-repeat center;
  background-size: contain;
}
#header .logo {
  float: right;
  width: 93px;
  margin-left: 10px;
  line-height: 1;
}
#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}
#header .logo a img {
  max-width: 100%;
  height: auto;
}

/* Breadcrumbs
--------------------------- */
#breadcrumb {
  background: #c9ebfe;
  padding: 9px 0;
}
#breadcrumb a {
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb ul {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: content-box;
  text-align: left;
}
#breadcrumb ul li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}
#breadcrumb ul li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  margin: 0 7px;
  vertical-align: 2px;
}
#breadcrumb ul li:last-child {
  padding-right: 0;
}
#breadcrumb ul li:last-child:after {
  display: none;
}

/* Pager
-------------------------- */
#container .pager {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: auto;
  margin: 50px 0 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  word-wrap: break-word;
}
#container .pager li {
  display: table-cell;
  position: relative;
  width: 50%;
  border-left: 1px solid #e7e7e7;
}
#container .pager li a {
  display: block;
  position: relative;
  padding: 16px;
  background-repeat: no-repeat;
  opacity: 1;
  text-decoration: none;
}
#container .pager li a > strong {
  display: block;
  color: #0072c3;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
#container .pager li a > span {
  display: block;
  color: #333;
  font-size: 14px;
}
#container .pager li a:hover {
  opacity: 1;
  background-color: #e0f4ff;
}
#container .pager li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 23px;
  background-repeat: no-repeat;
  background-color: #0072c3;
}
#container .pager li:first-child {
  border-left: none;
}
#container .pager .prev a {
  padding-left: 55px;
}
#container .pager .prev a:before {
  left: 0;
  background-image: url(/img/ss/common/bg_pager_001.png);
  background-position: 3px center;
}
#container .pager .next {
  text-align: right;
}
#container .pager .next a {
  padding-right: 55px;
}
#container .pager .next a:before {
  right: 0;
  background-image: url(/img/ss/common/bg_pager_002.png);
  background-position: 5px center;
}
#container .back_index {
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  line-height: inherit;
  text-align: center;
}
#container .back_index a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #333;
  text-align: left;
  text-decoration: none;
}
#container .back_index a:before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 16px;
  height: 17px;
  background: #0072c3 url(/img/ss/common/bg_pager_003.png) no-repeat center;
  line-height: 1.6;
}
#container .back_index a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* CV Bottom
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}
#cv_contact a {
  text-decoration: none;
}
#cv_contact .fixed_wrapper {
  position: relative;
  width: 100%;
  height: 68px;
  padding: 9px 0 8px;
  background: #0072c3;
}
#cv_contact .fixed_wrapper .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: content-box;
  overflow: hidden;
}
#cv_contact .fixed_wrapper .inner p {
  float: left;
  width: 420px;
}
#cv_contact .fixed_wrapper .inner p a {
  opacity: 1;
  cursor: default;
}
#cv_contact .fixed_wrapper .inner p img {
  max-width: 100%;
  height: auto;
}
#cv_contact .fixed_wrapper .inner ul {
  float: right;
  width: 465px;
}
#cv_contact .fixed_wrapper .inner li {
  float: left;
  display: table;
  width: 230px;
  height: 46px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
#cv_contact .fixed_wrapper .inner li:first-child {
  margin: 0;
}
#cv_contact .fixed_wrapper .inner li a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: none;
  -webkit-transition: none;
}
#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}
#cv_contact .fixed_wrapper .inner li a i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  width: calc(100% - 44px);
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
  vertical-align: middle;
}
#cv_contact .fixed_wrapper .inner .catalog {
  background: #e60012;
}
#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}
#cv_contact .fixed_wrapper .inner .catalog a i:before {
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
}
#cv_contact .fixed_wrapper .inner .contact {
  background: #41a147;
}
#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -3.8%;
}
#cv_contact .fixed_wrapper .inner .contact a i:before {
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
}
#cv_contact #pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  width: 50px;
  margin: 0 -590px 0 0;
}
#cv_contact #pagetop a {
  display: inline-block;
  position: relative;
  width: 51px;
  height: 51px;
  background: #0072c3;
  transition: none;
  -webkit-transition: none;
}
#cv_contact #pagetop a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 31.37255%;
  width: 20px;
  height: 20px;
  margin-top: -5px;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#cv_contact #pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 31.37255%;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  background: #0072c3;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}
#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}
#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}

/* Footer
------------------------------- */
#footer .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: content-box;
}
#footer .inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#footer .sitemap {
  padding: 30px 0;
}
#footer .sitemap a {
  color: #333;
  text-decoration: none;
}
#footer .sitemap a:hover {
  text-decoration: underline;
}
#footer .sitemap .home_link {
  margin-bottom: 16px;
}
#footer .sitemap .home_link a {
  font-size: 16px;
  font-weight: bold;
}
#footer .sitemap .nav_item .ac_btn {
  font-size: 15px;
  font-weight: bold;
}
#footer .sitemap .nav_list li {
  margin: 5px 0 0;
  font-size: 13px;
}
#footer .sitemap .nav_list li a {
  opacity: 1;
  display: inline-block;
  position: relative;
  padding: 0 0 0 12px;
  line-height: 1.4;
}
#footer .sitemap .nav_list li a:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #0072c3;
}
#footer .copy {
  padding: 20px 0;
  background-color: #fff;
}
#footer .copy a {
  text-decoration: none;
}
#footer .copy p {
  float: left;
  width: 50%;
  color: #808080;
  font-size: 12px;
}
#footer .copy ul {
  float: right;
  width: 50%;
  text-align: right;
}
#footer .copy ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: solid 1px #e5e5e5;
}
#footer .copy ul li:last-child {
  border-right: none;
}
#footer .copy ul li a {
  color: #808080;
  font-size: 12px;
  opacity: 1;
}
#footer .copy ul li a:hover {
  text-decoration: underline;
}

/* Nav Menu
------------------------------- */
#container .nav_menu .nav_list a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
}
#container .nav_menu .nav_list a:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #0072c3;
}
#container .nav_menu .nav_list a:hover {
  text-decoration: underline;
}
#container .nav_menu .nav_list a.active {
  color: #c80000;
}

/* Side Nav
------------------------------- */
/* Side Nav Base Styles */
#side {
  float: left;
  width: 220px;
}
#side .nav_menu .ac_btn {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#side .nav_menu .ac_btn:hover {
  background: #f2f2f2;
  color: #333;
}
#side .nav_menu .ac_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/img/ss/products/recorder/lab/bg_navi_002.png");
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#side .nav_menu .opened .ac_btn:after {
  background-image: url("/img/ss/products/recorder/lab/bg_navi_003.png");
}
#side .nav_menu .current .ac_btn {
  background: #f2f2f2;
  color: #333;
}
#side .nav_list {
  display: none;
}

/* Side Nav Unique Styles for each SS */
#side .nav_list {
  padding: 10px;
  border-top: 1px solid #d2d2d2;
}
#side .nav_list ul {
  margin-bottom: 10px;
}
#side .nav_list li {
  margin-bottom: 10px;
}
#side .nav_list li.ttl, #side .nav_list li:last-child {
  margin-bottom: 0;
}
#side .blk_nav_03,
#side .link_bnr {
  display: block;
}
#side .link_bnr {
  margin-top: 20px;
}
#side .blk_nav_01 .js_accnav_item ul li, #side #footer .sitemap .blk_nav_02 .js_accnav_item ul li, #footer .sitemap #side .blk_nav_02 .js_accnav_item ul li,
#side .blk_nav_02 .js_accnav_item ul li,
#side .blk_nav_03 .js_accnav_item ul li {
  font-weight: bold;
}
#side .blk_nav_01 .js_accnav_item ul li img, #side #footer .sitemap .blk_nav_02 .js_accnav_item ul li img, #footer .sitemap #side .blk_nav_02 .js_accnav_item ul li img,
#side .blk_nav_02 .js_accnav_item ul li img,
#side .blk_nav_03 .js_accnav_item ul li img {
  display: none;
}
#side .blk_nav_01 .js_accnav_item ul .ttl, #side #footer .sitemap .blk_nav_02 .js_accnav_item ul .ttl, #footer .sitemap #side .blk_nav_02 .js_accnav_item ul .ttl,
#side .blk_nav_02 .js_accnav_item ul .ttl,
#side .blk_nav_03 .js_accnav_item ul .ttl {
  padding: 0;
}
#side .blk_nav_01 .js_accnav_item ul a, #side #footer .sitemap .blk_nav_02 .js_accnav_item ul a, #footer .sitemap #side .blk_nav_02 .js_accnav_item ul a,
#side .blk_nav_02 .js_accnav_item ul a,
#side .blk_nav_03 .js_accnav_item ul a {
  position: relative;
  display: block;
  padding-left: 12px;
  line-height: 1.4;
  color: #454545;
  font-weight: normal;
}
#side .blk_nav_01 .js_accnav_item ul a:before, #side #footer .sitemap .blk_nav_02 .js_accnav_item ul a:before, #footer .sitemap #side .blk_nav_02 .js_accnav_item ul a:before,
#side .blk_nav_02 .js_accnav_item ul a:before,
#side .blk_nav_03 .js_accnav_item ul a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0072c3;
  content: "";
}
#side .blk_nav_01 .js_accnav_item ul a:hover, #side #footer .sitemap .blk_nav_02 .js_accnav_item ul a:hover, #footer .sitemap #side .blk_nav_02 .js_accnav_item ul a:hover,
#side .blk_nav_02 .js_accnav_item ul a:hover,
#side .blk_nav_03 .js_accnav_item ul a:hover {
  opacity: 1;
  color: #454545;
  text-decoration: underline;
}
#side .blk_nav_01 .js_accnav_item ul a.active, #side #footer .sitemap .blk_nav_02 .js_accnav_item ul a.active, #footer .sitemap #side .blk_nav_02 .js_accnav_item ul a.active,
#side .blk_nav_02 .js_accnav_item ul a.active,
#side .blk_nav_03 .js_accnav_item ul a.active {
  color: #c80000;
}
#side .blk_nav_01 .js_accnav_item .list_item ul, #side #footer .sitemap .blk_nav_02 .js_accnav_item .list_item ul, #footer .sitemap #side .blk_nav_02 .js_accnav_item .list_item ul,
#side .blk_nav_02 .js_accnav_item .list_item ul,
#side .blk_nav_03 .js_accnav_item .list_item ul {
  border: none;
  padding-top: 0;
}
#side .blk_nav_01 .js_accnav_item .ac_btn, #side #footer .sitemap .blk_nav_02 .js_accnav_item .ac_btn, #footer .sitemap #side .blk_nav_02 .js_accnav_item .ac_btn,
#side .blk_nav_02 .js_accnav_item .ac_btn,
#side .blk_nav_03 .js_accnav_item .ac_btn {
  position: relative;
  display: block;
  padding: 10px 10px;
  color: #333;
  border-top: 1px solid #d2d2d2;
  font-weight: bold;
  cursor: pointer;
}
#side .blk_nav_01 .js_accnav_item .ac_btn:after, #side #footer .sitemap .blk_nav_02 .js_accnav_item .ac_btn:after, #footer .sitemap #side .blk_nav_02 .js_accnav_item .ac_btn:after,
#side .blk_nav_02 .js_accnav_item .ac_btn:after,
#side .blk_nav_03 .js_accnav_item .ac_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url(/img/ss/products/process/levelsensor/bg_navi_001.png);
}
#side .blk_nav_01 .js_accnav_item .ac_btn:hover, #side #footer .sitemap .blk_nav_02 .js_accnav_item .ac_btn:hover, #footer .sitemap #side .blk_nav_02 .js_accnav_item .ac_btn:hover,
#side .blk_nav_02 .js_accnav_item .ac_btn:hover,
#side .blk_nav_03 .js_accnav_item .ac_btn:hover {
  background-color: #f3f3f3;
}
#side .blk_nav_01 .js_accnav_item.opened .ac_btn:after, #side #footer .sitemap .blk_nav_02 .js_accnav_item.opened .ac_btn:after, #footer .sitemap #side .blk_nav_02 .js_accnav_item.opened .ac_btn:after,
#side .blk_nav_02 .js_accnav_item.opened .ac_btn:after,
#side .blk_nav_03 .js_accnav_item.opened .ac_btn:after {
  background-image: url(/img/ss/products/process/levelsensor/bg_navi_002.png);
}
#side .blk_nav_01 .js_accnav_item.current .ac_btn, #side #footer .sitemap .blk_nav_02 .js_accnav_item.current .ac_btn, #footer .sitemap #side .blk_nav_02 .js_accnav_item.current .ac_btn,
#side .blk_nav_02 .js_accnav_item.current .ac_btn,
#side .blk_nav_03 .js_accnav_item.current .ac_btn {
  background-color: #f3f3f3;
}
#side .blk_nav_01 .js_accnav_item.blk_f, #side #footer .sitemap .blk_nav_02 .js_accnav_item.blk_f, #footer .sitemap #side .blk_nav_02 .js_accnav_item.blk_f,
#side .blk_nav_02 .js_accnav_item.blk_f,
#side .blk_nav_03 .js_accnav_item.blk_f {
  border-bottom: 1px solid #d2d2d2;
}
#side .blk_nav_01 .catname, #side #footer .sitemap .blk_nav_02 .catname, #footer .sitemap #side .blk_nav_02 .catname,
#side .blk_nav_02 .catname,
#side .blk_nav_03 .catname {
  display: none;
}

/* Main Contents
--------------------------------- */
.main_contents {
  padding: 0 0 50px;
  font-size: 16px;
  float: right;
  width: calc(100% - 260px);
}

/* SUB Page Bnr
------------------------------- */

.ss_subpage_box {
  margin: 0 auto;
  max-width: 478px;
}
.ss_subpage_box .ss_subpage_bnr {
  overflow: hidden;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  max-width: 478px;
  border: 1px solid #0174c3;
  background: #fff;
  color: #333;
  font-size: 14px;
}
.ss_subpage_box .ss_subpage_bnr > a .img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 104px;
  border: 1px solid #ccc;
}
.ss_subpage_box .ss_subpage_bnr > a .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ss_subpage_box .ss_subpage_bnr > a .inner {
  min-height: 148px;
  position: relative;
  margin-left: 114px;
  padding-bottom: 43px;
	border: none;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .title {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #0174c3;
  color: inherit;
  font-size: inherit;
  text-align: center;
  letter-spacing: 0.5px;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .title span {
  color: inherit;
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .txt {
  color: inherit;
  font-size: inherit;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #e24141;
  background: linear-gradient(#e24141, #ca1616);
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 80%;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn span {
  display: inline-block;
  width: 100%;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
.ss_subpage_box .ss_subpage_bnr > .ss_subpage_btn {
  color: #333;
  text-decoration: none;
}
.ss_subpage_box .ss_subpage_bnr > .ss_subpage_btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* CV Right
------------------------------- */
.cv_right {
  position: absolute;
  top: 170px;
  left: 50%;
  margin: 0 0 180px 520px;
  width: 230px;
}
.cv_right a,
.cv_right .banner {
  display: block;
}
.cv_right a {
  background: #fff;
  opacity: 1;
}
.cv_right .banner {
  overflow: hidden;
  width: 230px;
  background: #fff;
}
.cv_right a:hover .banner {
  opacity: 0.7;
}
.cv_right .ss_download_btn.bnr {
  padding: 0 5px;
  height: 30px;
  border-radius: 3px;
}
.cv_right .ss_download_btn.bnr .txt05 {
  padding: 2px 0 2px 17px;
  background-size: 10px auto;
}

.cv_right .caption,
.cv_right .desc,
.cv_right .thumb,
.cv_right .button,
.cv_right .exp {
  display: block;
}
.cv_right .banner {
  border: 1px solid #0174c3;
}
.cv_right .thumb {
  float: left;
}
.cv_right .button {
  clear: both;
}
.cv_right .asset_bnr .caption {
  padding: 3px 5px 4px;
  background: #0174c3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
}
.cv_right .asset_bnr .desc {
  overflow: hidden;
  padding: 10px;
}
.cv_right .asset_bnr .desc em{
  font-weight : bold;
}
.cv_right .asset_bnr .thumb {
  /*width: 48px;*/
}
.cv_right .asset_bnr .thumb img {
  border: 1px solid #ccc;
}
.cv_right .asset_bnr .exp{
  margin-left: 75px;
}
.cv_right .asset_bnr .ss_download_btn{
  margin: 0 auto 10px;

}
.cv_right .asset_bnr .exp {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}
.cv_right .asset_bnr .ss_download_btn {
  max-width: 205px;
}

/* Override Base
------------------------------- */
#header .site_title {
  padding: 16px 0;
}

#container {
  padding: 40px 0 0;
}
#container .sitemap_only {
  display: none;
}

.link_bnr {
  display: none;
}

.index_nav .blk_nav_03 {
  margin-top: 90px;
}

.index_cv_area .cv_area .cv_area_inner .cv_ttl,
.index_nav .blk_nav_03 h2 {
  padding: 6px 10px 6px 75px;
}
.index_cv_area .cv_area .cv_area_inner .cv_ttl.icon_03:before,
.index_nav .blk_nav_03 h2::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 51px;
  height: 45px;
  background: url(/img/ss/products/process/levelsensor/bg_style_008.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}

.cv_area .cv_area_inner,
.index_nav .blk_nav_03 {
  padding: 10px 0 40px 0;
  background: url(/img/ss/products/process/levelsensor/bg_style_005.png) no-repeat;
  background-color: #00375e;
  background-position: calc(58% + 490px) 0;
  background-size: contain;
}
.cv_area .cv_area_inner .cv_ttl,
.index_nav .blk_nav_03 h2 {
  position: relative;
  margin: 0;
  padding: 6px 10px 6px 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.index_nav .blk_nav_03 h2 {
  padding: 6px 10px 6px 75px;
  max-width: 980px;
  margin: 0 auto;
  line-height: 1.6;
}
.cv_area .cv_area_inner .blk_f,
.index_nav .blk_nav_03 .blk_f {
  max-width: 980px;
  margin: 0 auto;
  padding: 15px;
}
.cv_area .cv_area_inner .blk_f:after,
.index_nav .blk_nav_03 .blk_f:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.cv_area .cv_area_inner .blk_f .blk_img,
.index_nav .blk_nav_03 .blk_f .blk_img,
.cv_area .cv_area_inner .blk_f .link_list,
.index_nav .blk_nav_03 .blk_f .link_list {
  float: left;
}
.cv_area .cv_area_inner .blk_f .blk_img,
.index_nav .blk_nav_03 .blk_f .blk_img {
  width: 330px;
}
.cv_area .cv_area_inner .blk_f .link_list,
.index_nav .blk_nav_03 .blk_f .link_list {
  width: calc(100% - 330px - 20px);
  margin: 0 0 20px 20px;
}
.cv_area .cv_area_inner .blk_f .link_list a,
.index_nav .blk_nav_03 .blk_f .link_list a {
  position: relative;
  font-size: 24px;
  padding-left: 16px;
  color: #fff;
}
.index_nav .blk_nav_03 .blk_f .link_list a {
  line-height: 1.6;
}
.cv_area .cv_area_inner .blk_f .link_list a:before,
.index_nav .blk_nav_03 .blk_f .link_list a::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  content: "";
}
.cv_area .cv_area_inner .blk_f .link_list a:hover,
.index_nav .blk_nav_03 .blk_f .link_list a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}
.cv_area .cv_area_inner .blk_f .download:after,
.index_nav .blk_nav_03 .blk_f .download:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.cv_area .cv_area_inner .blk_f .download a,
.index_nav .blk_nav_03 .blk_f .download a {
  float: right;
}

.blk_nav_04 {
  max-width: 980px;
  margin: 40px auto;
}

.blk_nav_04 h2 a {
  padding: 10px;
  border: 1px solid #3492c7;
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.blk_nav_04 h2 a::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #0072c3;
  border-bottom: 2px solid #0072c3;
  content: "";
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

#footer .sitemap {
  border-bottom: 1px solid #e5e5e5;
}
#footer .sitemap:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#footer .sitemap .blk_nav_01 .ac_btn, #footer .sitemap .blk_nav_02 .ac_btn,
#footer .sitemap .blk_nav_02 .ac_btn,
#footer .sitemap .blk_nav_03 .ac_btn {
  width: 100%;
  margin-bottom: 6px;
  border-bottom: 1px solid #c5c5c5;
  font-size: 15px;
  font-weight: bold;
  color: #3f3f3f;
}
#footer .sitemap .blk_nav_01 .catname, #footer .sitemap .blk_nav_02 .catname,
#footer .sitemap .blk_nav_02 .catname,
#footer .sitemap .blk_nav_03 .catname {
  display: none;
}
#footer .sitemap .blk_nav_01, #footer .sitemap .blk_nav_02 {
  line-height: 2;
  margin-bottom: 15px;
}
#footer .sitemap .blk_nav_01:after, #footer .sitemap .blk_nav_02:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#footer .sitemap .blk_nav_01 .blk_l, #footer .sitemap .blk_nav_02 .blk_l {
  float: left;
  width: 23%;
}
#footer .sitemap .blk_nav_01 .blk_r, #footer .sitemap .blk_nav_02 .blk_r {
  float: right;
  width: 75%;
}
#footer .sitemap .blk_nav_01 .blk_r .nav_list, #footer .sitemap .blk_nav_02 .blk_r .nav_list {
  width: 100%;
}
#footer .sitemap .blk_nav_01 .blk_r .list_item, #footer .sitemap .blk_nav_02 .blk_r .list_item {
  float: left;
  width: 33.33%;
  padding-right: 10px;
}
#footer .sitemap .blk_nav_01 .blk_r .list_item ul, #footer .sitemap .blk_nav_02 .blk_r .list_item ul {
  width: 100%;
}
#footer .sitemap .blk_nav_01 ul li, #footer .sitemap .blk_nav_02 ul li {
  margin: 0;
  font-weight: bold;
  font-size: 12px;
}
#footer .sitemap .blk_nav_01 a, #footer .sitemap .blk_nav_02 a {
  display: block;
  position: relative;
  padding-left: 12px;
  color: #454545;
  font-weight: normal;
}
#footer .sitemap .blk_nav_01 a:hover, #footer .sitemap .blk_nav_02 a:hover {
  text-decoration: underline;
}
#footer .sitemap .blk_nav_01 a:before, #footer .sitemap .blk_nav_02 a:before {
  position: absolute;
  top: 8px;
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #0072c3;
  content: "";
}
#footer .sitemap .blk_nav_02 {
  float: left;
  width: 73%;
  margin-bottom: 0;
}
#footer .sitemap .blk_nav_02 .blk_l {
  float: left;
  width: 32%;
}
#footer .sitemap .blk_nav_02 .blk_r {
  float: right;
  width: 66%;
  display: block;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img {
  width: 100%;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li {
  width: 50%;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li a {
  padding-left: 0;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li a:before {
  display: none;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li img {
  display: none;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 12px;
  line-height: 1.4;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li span:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #0072c3;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li span:hover {
  text-decoration: underline;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li:nth-child(4) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li:nth-child(5) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding-left: 2%;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li:nth-child(6) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  padding-left: 2%;
}
#footer .sitemap .blk_nav_02 .blk_r .link_img li:nth-child(7) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
  padding-left: 2%;
}
#footer .sitemap .blk_nav_03 {
  display: block;
  float: right;
  width: 25%;
  line-height: 2;
}
#footer .sitemap .blk_nav_03 .nav_list li {
  font-size: 12px;
  margin: 0;
}
#footer .sitemap .sitemap_only {
  display: block;
}
#footer .sitemap .sitemap_not {
  display: none;
}

/* Modules
------------------------------- */
.ss_download_btn {
  display: table;
  position: relative;
  background: #e60012;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #cc1717), color-stop(0, #e24140));
  background: -webkit-linear-gradient(#e24140, #cc1717);
  background: -moz-linear-gradient(#e24140, #cc1717);
  background: linear-gradient(#e24140, #cc1717);
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  border-radius: 5px;
}
.ss_download_btn.type01, .ss_download_btn.type02, .ss_download_btn.type03, .ss_download_btn.type04, .ss_download_btn.type05 {
  width: 100%;
  padding: 6px 0 5px;
  text-align: center;
}
.ss_download_btn.type01, .ss_download_btn.type02 {
  padding-left: 12px;
  padding-right: 12px;
}
.ss_download_btn.type01 {
  max-width: 340px;
  height: 45px;
}
.ss_download_btn.type02 {
  max-width: 380px;
  height: 60px;
}
.ss_download_btn.type03, .ss_download_btn.type05 {
  max-width: 160px;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
.ss_download_btn.type04 {
  max-width: 110px;
  height: 34px;
  padding-left: 4px;
  padding-right: 4px;
  color: #fff;
  font-weight: bold;
}
.ss_download_btn.type05 {
  border-radius: 0 0 5px 5px;
}
.ss_download_btn.icon01 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
.ss_download_btn.icon02 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
}
.ss_download_btn .img01, .ss_download_btn .img02, .ss_download_btn .img03 {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ss_download_btn .img01 img, .ss_download_btn .img02 img, .ss_download_btn .img03 img {
  border: solid 1px #ccc;
}
.ss_download_btn .txt01, .ss_download_btn .txt02, .ss_download_btn .txt03, .ss_download_btn .txt04, .ss_download_btn .txt05 {
  display: table-cell;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  word-break: break-all;
}
.ss_download_btn .txt01, .ss_download_btn .txt02, .ss_download_btn .txt03, .ss_download_btn .txt04 {
  width: calc(100% - 30px);
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.2;
}
.ss_download_btn .txt01 {
  padding-right: 60px;
}
.ss_download_btn .txt02 {
  padding-right: 79px;
}
.ss_download_btn .txt03 {
  padding-right: 77px;
}
.ss_download_btn .txt04 {
  padding-right: 104px;
}
.ss_download_btn .txt05 {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1;
}
.ss_download_btn .in_txt1, .ss_download_btn .in_txt2 {
  display: block;
}
.ss_download_btn .in_txt1 {
  font-size: 14px;
}

.prt_tbl, .prt_rsp_tbl {
  table-layout: fixed;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  word-wrap: break-word;
}
.prt_tbl:first-child, .prt_rsp_tbl:first-child {
  margin-top: 0;
}
.prt_tbl img, .prt_rsp_tbl img {
  max-width: 100%;
  height: auto;
}
.prt_tbl caption, .prt_rsp_tbl caption {
  text-align: right;
}
.prt_tbl sup, .prt_rsp_tbl sup {
  margin: 0 -20px 0 5px;
}
.prt_tbl th, .prt_tbl td, .prt_rsp_tbl th, .prt_rsp_tbl td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}
.prt_tbl th, .prt_rsp_tbl th {
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}
.prt_tbl td, .prt_rsp_tbl td {
  background-color: #fff;
}
.prt_tbl thead th, .prt_rsp_tbl thead th {
  background: #010101;
  color: #fff;
}
.prt_tbl tbody th, .prt_rsp_tbl tbody th {
  background: #e8e8e8;
}

.prt_tbl_frame {
  width: 100%;
  margin: 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.prt_tbl_frame .prt_tbl {
  display: table;
  width: 720px;
  margin: 0;
}

.scroll_body, .scroll_body thead, .scroll_body tbody {
  display: block;
  width: 100%;
  border-top: none;
}
.scroll_body thead {
  overflow-y: scroll;
}
.scroll_body tbody {
  max-height: 315px;
  border-bottom: 1px solid #ccc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.scroll_body tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.scroll_body th, .scroll_body td {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.contents_inner {
  margin: 0 20px;
}

.main_contents p {
  margin-bottom: 30px;
}
.main_contents .prt_link:hover {
  opacity: 1;
  color: #06c;
  text-decoration: underline;
}
.main_contents .prt_break {
  display: block;
  margin: 15px 0;
}

.main_sect {
  margin-bottom: 50px;
}

.view_inner {
  margin: 30px 0;
}

.fnt13 {
  font-size: 13px;
  line-height: 1.5;
}

.fnt22 {
  font-size: 22px;
  font-weight: bold;
}

.equation {
  font-style: italic;
  font-weight: bold;
}

.equation_blk {
  display: inline-block;
  font-style: italic;
  padding: 5px 15px;
  font-size: 11px;
  border: 1px solid #000;
}

sup {
  vertical-align: super;
  font-size: 13px;
}

.align_right{
	text-align: right;
}

.heading_01 {
  margin: 0 0 30px;
  padding-left: 35px;
  border-left: 6px solid #0174c3;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}
.heading_01 .sub_ttl {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.heading_02 {
  margin: 30px 0;
  padding: 10px 21px;
  font-size: 20px;
  background-color: #0174c3;
  color: #fff;
  font-weight: bold;
}

.heading_03 {
  margin: 30px 0;
  padding: 5px 17px;
  border-bottom: 1px solid #333;
  font-size: 20px;
  font-weight: bold;
}

.heading_04 {
  margin: 20px 0;
  padding: 7px 12px 4px 12px;
  border-left: 6px solid #0174c3;
  background-color: #c9ebfe;
  font-weight: bold;
}

.list_01 li {
  margin-bottom: 15px;
}
.list_01 li:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.list_01 .img, .list_01 .img31, .list_01 .img37, .list_01 .img45, .list_01 .img52, .list_01 .img47 {
  float: right;
  width: 25%;
  height: auto;
  text-align: center;
  margin: 0 0 15px 15px;
}
.list_01 .img31 {
  width: 31%;
}
.list_01 .img37 {
  width: 37%;
}
.list_01 .img45 {
  width: 45%;
}
.list_01 .img52 {
  width: 52%;
}
.list_01 .img47 {
  width: 47%;
}

.list_02:after, .list_04:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.list_02 li, .list_04 li {
  margin-bottom: 15px;
}
.list_02 span, .list_04 span {
  display: block;
  margin-bottom: 15px;
}
.list_02 span:not(.prt_break):last-of-type, .list_04 span:not(.prt_break):last-of-type {
  margin-bottom: 0;
}
.list_02 .img, .list_04 .img, .list_02 .img31, .list_04 .img31, .list_02 .img37, .list_04 .img37, .list_02 .img45, .list_04 .img45, .list_02 .img52, .list_04 .img52 {
  float: right;
  width: 52%;
  height: auto;
  text-align: center;
  margin: 0 0 15px 15px;
}
.list_02 .img31, .list_04 .img31 {
  width: 31%;
}
.list_02 .img37, .list_04 .img37 {
  width: 37%;
}
.list_02 .img45, .list_04 .img45 {
  width: 45%;
}
.list_02 .img52, .list_04 .img52 {
  width: 52%;
}

.list_03 {
  line-height: 2;
}
.list_03 li {
  list-style-type: decimal;
  margin: 0 0 15px 20px;
}
.list_03.list_disc li {
  list-style-type: disc;
}
.list_04 ul {
  overflow: hidden;
}
.list_04 .img, .list_04 .img31, .list_04 .img37, .list_04 .img45, .list_04 .img52 {
  float: left;
  margin: 0 15px 15px 0;
}

.float_left {
  float: left;
  width: 44%;
}

.list_05 p,
.list_05 .ttl_01,
.list_05 #container .ttl_02,
#container .list_05 .ttl_02,
.list_05 #container .ttl_04,
#container .list_05 .ttl_04 {
  padding-left: 10px;
}

.block_2c_01, .block_3c_01, .block_3c_02 {
  background: #f7f5f2;
  margin-bottom: 15px;
}
.block_2c_01:after, .block_3c_01:after, .block_3c_02:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.block_2c_01 > div, .block_3c_01 > div, .block_3c_02 > div {
  float: left;
  width: 50%;
}

.block_2c_02:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.block_2c_02 > .table_01, .block_2c_02 > .table_03,
.block_2c_02 > .table_02, .block_2c_02 > .table_04, .block_2c_02 > .table_05,
.block_2c_02 > div {
  width: 49%;
}
.block_2c_02 > .table_01:nth-child(odd), .block_2c_02 > .table_03:nth-child(odd),
.block_2c_02 > .table_02:nth-child(odd), .block_2c_02 > .table_04:nth-child(odd), .block_2c_02 > .table_05:nth-child(odd),
.block_2c_02 > div:nth-child(odd) {
  float: left;
}
.block_2c_02 > .table_01:nth-child(even), .block_2c_02 > .table_03:nth-child(even),
.block_2c_02 > .table_02:nth-child(even), .block_2c_02 > .table_04:nth-child(even), .block_2c_02 > .table_05:nth-child(even),
.block_2c_02 > div:nth-child(even) {
  float: right;
}

.block_3c_01 > div, .block_3c_02 > div {
  width: 33.33%;
}

.block_3c_02 {
  background-color: #f2f2f2;
  font-size: 14px;
}
.block_3c_02 .heading_04 {
  text-align: center;
  margin-bottom: 0;
}
.block_3c_02 > section {
  width: 33.33%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.block_3c_02 > .sec_2column {
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.img_blk {
  margin-bottom: 15px;
  text-align: center;
}
.img_blk.img_bgbe {
  padding: 10px;
  background: #f6f5f1;
}
.img_blk .prt_caption_01 {
  color: #479ac4;
  font-weight: bold;
  margin: 0 0 10px;
}
.img_blk .prt_caption_02,
.img_blk .prt_caption_03 {
  font-size: 12px;
}
.img_blk .prt_caption_02 {
  margin: 0 0 10px;
}
.img_blk .prt_caption_03 {
  margin: 10px 0 0;
}

.img_caption{
	font-size: 14px;
	margin: 0 auto;
	width: 39.41%;
}

.prt_2cols:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.prt_2cols .item {
  float: left;
  width: 48%;
  margin-left: 2%;
}
.prt_2cols .item:first-child {
  margin-left: 0;
}
.prt_2cols.reverse .item {
  float: none;
  width: 100%;
  margin-left: 0;
}
.prt_2cols.reverse .item:first-child {
  float: right;
  width: 48%;
  margin-left: 2%;
}

.prt_3cols:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.prt_3cols .item {
  float: left;
  width: 33.333%;
}

.prt_detail_list.type_brackets dt:before {
  content: "[";
  display: inline;
}
.prt_detail_list.type_brackets dt:after {
  content: "]";
  display: inline;
}
.prt_detail_list dt {
  font-weight: bold;
}
.prt_detail_list dd {
  margin-bottom: 15px;
}
.prt_detail_list dd:last-child {
  margin-bottom: 0;
}

.tbl_w9 {
  width: 9%;
}

.tbl_w13 {
  width: 13%;
}

.tbl_w15 {
  width: 15%;
}

.tbl_w16 {
  width: 16%;
}

.tbl_w23 {
  width: 23%;
}

.tbl_w20 {
  width: 20%;
}

.tbl_w25 {
  width: 25%;
}

.tbl_w26 {
  width: 26%;
}

.tbl_w30 {
  width: 30%;
}

.tbl_w35 {
  width: 35%;
}

.tbl_w40 {
  width: 40%;
}

.tbl_w50 {
  width: 50%;
}

.tbl_w60 {
  width: 60%;
}

.table_01, .table_03,
.table_02, .table_04, .table_05 {
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.5;
}
.table_01.last, .last.table_03,
.last.table_02, .last.table_04, .last.table_05 {
  margin-bottom: 0;
}
.table_01 th, .table_03 th,
.table_02 th, .table_04 th, .table_05 th {
  background: #e6eef7;
  font-weight: bold;
}
.table_01 th, .table_03 th,
.table_02 th, .table_04 th, .table_05 th,
.table_01 td,
.table_03 td,
.table_02 td,
.table_04 td,
.table_05 td {
  padding: 5px;
  border: 1px solid #2390c6;
  text-align: center;
  vertical-align: middle;
}
.table_01 th.txt_left, .table_03 th.txt_left,
.table_02 th.txt_left, .table_04 th.txt_left, .table_05 th.txt_left,
.table_01 td.txt_left,
.table_03 td.txt_left,
.table_02 td.txt_left,
.table_04 td.txt_left,
.table_05 td.txt_left {
  text-align: left;
}
.table_01 th.txt_right, .table_03 th.txt_right,
.table_02 th.txt_right, .table_04 th.txt_right, .table_05 th.txt_right,
.table_01 td.txt_right,
.table_03 td.txt_right,
.table_02 td.txt_right,
.table_04 td.txt_right,
.table_05 td.txt_right {
  text-align: right;
}

.table_03 td,
.table_02 td {
  text-align: left;
}

.table_04 td:last-child {
  text-align: left;
}

.table_05 td:first-child {
  text-align: left;
}

.box_01 {
  border: 1px solid #0174C3;
  padding: 20px;
}
.box_01 .ttl {
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

#container .ttl_01, #container .ttl_02, #container .ttl_04 {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
}

#container .ttl_02 {
  font-style: italic;
}

#container .ttl_03 {
  display: inline-block;
  border: 1px solid #e32f83;
  padding: 1px 5px;
  color: #e32f83;
  font-weight: bold;
  margin: 0 5px 5px 0;
}

#container .ttl_04 {
  font-weight: normal;
}

#container .ttl_05 {
  padding: 10px 20px;
  font-size:16px;
  background-color: #0174c3;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#container .text_container {
  padding: 10px 20px;
  font-size:16px;
  background-color: #eaeef1;
  font-weight: bold;
  text-align: center;
  width: 100%;

}

#container .label_01, #container .label_02 {
  position: relative;
  display: inline-block;
  background-color: #3492c7;
  font-size: 14px;
  color: #fff;
  padding: 2px 10px 1px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#container .label_01:after, #container .label_02:after {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -16px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #3492c7;
  content: "";
}

#container .label_02 {
  background-color: #757d7e;
}
#container .label_02:after {
  border-left: 19px solid #757d7e;
}

.label_03 {
  border-bottom: 1px dotted;
  font-size: 20px;
  font-weight: bold;
}

#container .label_04 {
  padding-left: 5px;
  margin: 5px 0;
  border-left: solid 5px #0645ad;
}


.prt_anchor_list {
  margin: 30px 0;
  overflow: hidden;
}
.prt_anchor_list li {
  float: left;
  position: relative;
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  margin: 0 0 10px 10px;
  background: #fff;
}
.prt_anchor_list li:nth-child(3n+1) {
  margin-left: 0;
}
.prt_anchor_list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  margin: -2px 0 0;
  border-style: solid;
  border-color: #0072c3;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.prt_anchor_list li > span {
  display: table;
  width: 100%;
  font-size: 14px;
  word-break: break-word;
}
.prt_anchor_list li > span a {
  display: table-cell;
  padding: 15px 20px 12px 30px;
  border: 1px solid #0072c3;
  color: #333;
  line-height: 1.25;
  text-decoration: none;
  vertical-align: middle;
  opacity: 1;
}
.prt_anchor_list li:hover {
  background: #0072c3;
}
.prt_anchor_list li:hover:before {
  border-color: #fff;
}
.prt_anchor_list li:hover span a {
  color: #fff;
}
.prt_anchor_list.list_5cols li,
.prt_anchor_list.list_3cols li{
  width: -webkit-calc((100% - 40px) / 5);
  width: calc((100% - 40px) / 5);
  margin: 0 0 10px 10px;
}

.prt_anchor_list.list_3cols li {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
}

.prt_anchor_list.list_5cols li:nth-child(3n+1) ,
.prt_anchor_list.list_3cols li:nth-child(3n+1) {
  margin-left: 10px;
}
.prt_anchor_list.list_5cols li:nth-child(5n+1) ,
.prt_anchor_list.list_3cols li:nth-child(5n+1) {
  margin-left: 0;
}

.download_container {
  margin: 30px 0;
}
.download_container:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.download_container .ss_download_btn {
  float: right;
}

.prt_number_list {
  counter-reset: li;
}
.prt_number_list li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin: 0;
}
.prt_number_list.type_num_caption li:before {
  display: inline-block;
  counter-increment: li;
  content: "(" counter(li) ")";
}
.prt_number_list.type_num_star li {
  display: block;
  padding-left: 35px;
}
.prt_number_list.type_num_star li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  counter-increment: li;
  content: "※" counter(li) ":";
}
.prt_number_list.ft_small li {
  font-size: 13px;
}

/* Pages
------------------------------- */
#mainvs {
  background: url(/img/ss/products/process/levelsensor/bg_style_001.png) repeat center bottom, #8bc3e4;
}
#mainvs .inner {
  max-width: 980px;
  margin: auto;
}
#mainvs .mainvs_contents {
  display: table;
  width: 100%;
  height: 350px;
}
#mainvs .mainvs_thumb,
#mainvs .mainvs_container {
  display: table-cell;
}
#mainvs .mainvs_thumb {
  vertical-align: bottom;
}
#mainvs .mainvs_container {
  max-width: 420px;
  padding-top: 24px;
  vertical-align: top;
}
#mainvs .lead_txt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
#mainvs p {
  font-size: 15px;
  margin: 0;
}
#mainvs .mv_download_container {
  margin-top: 5%;
}
#mainvs .mv_download_container .ss_download_btn.type01 {
  max-width: 350px;
  margin: auto;
}

.i_selection_001 .table_01, .i_selection_001 .table_03,
.i_selection_001 .table_02, .i_selection_001 .table_04, .i_selection_001 .table_05 {
  table-layout: fixed;
}
.i_selection_001 .table_01 th, .i_selection_001 .table_03 th,
.i_selection_001 .table_02 th, .i_selection_001 .table_04 th, .i_selection_001 .table_05 th, .i_selection_001 .table_01 td, .i_selection_001 .table_03 td,
.i_selection_001 .table_02 td, .i_selection_001 .table_04 td, .i_selection_001 .table_05 td {
  font-size: 12px;
  word-break: break-word;
  padding: 5px 1px;
}
.i_selection_001 .table_01 .note, .i_selection_001 .table_03 .note,
.i_selection_001 .table_02 .note, .i_selection_001 .table_04 .note, .i_selection_001 .table_05 .note {
  font-size: 10px;
}
.i_selection_001 .table_01 .vertical_top, .i_selection_001 .table_03 .vertical_top,
.i_selection_001 .table_02 .vertical_top, .i_selection_001 .table_04 .vertical_top, .i_selection_001 .table_05 .vertical_top {
  vertical-align: top;
}
.i_selection_001 .tbl_block_01 .table_01, .i_selection_001 .tbl_block_01 .table_03,
.i_selection_001 .tbl_block_01 .table_02, .i_selection_001 .tbl_block_01 .table_04, .i_selection_001 .tbl_block_01 .table_05 {
  width: 80%;
}
.i_selection_001 .tbl_block_01 .head_label {
  width: 25%;
}
.i_selection_001 .tbl_block_02 .head_label {
  width: 20%;
}

.b_type_01 {
  margin-bottom: 30px;
}
.b_type_01 .heading_04 {
  display: table;
  width: 100%;
}
.b_type_01 .heading_04 span {
  display: table-cell;
  vertical-align: middle;
}
.b_type_01 .heading_04 .sub_txt {
  text-align: right;
  font-weight: normal;
  color: #f00;
}

.t_guide_01 .prt_detail_list > dd {
  padding-left: 1em;
}
.t_guide_01 .detail_child dd {
  margin-bottom: 15px;
}

.t_capacity_s_01 .prt_detail_list dt {
  font-weight: normal;
}
.t_capacity_s_01 .prt_detail_list dd {
  padding-left: 1em;
}

.t_tilt_01 .prt_number_list {
  margin: 10px 0 0;
  text-align: left;
}
.t_tilt_01 .prt_number_list li {
  text-align: left;
  font-size: 14px;
  padding: 0;
  margin: 0 5px;
}
.t_tilt_01 .img, .t_tilt_01 .list_01 .img31, .list_01 .t_tilt_01 .img31, .t_tilt_01 .list_01 .img37, .list_01 .t_tilt_01 .img37, .t_tilt_01 .list_01 .img45, .list_01 .t_tilt_01 .img45, .t_tilt_01 .list_01 .img52, .list_01 .t_tilt_01 .img52, .t_tilt_01 .list_02 .img31, .list_02 .t_tilt_01 .img31, .t_tilt_01 .list_04 .img31, .list_04 .t_tilt_01 .img31, .t_tilt_01 .list_02 .img37, .list_02 .t_tilt_01 .img37, .t_tilt_01 .list_04 .img37, .list_04 .t_tilt_01 .img37, .t_tilt_01 .list_02 .img45, .list_02 .t_tilt_01 .img45, .t_tilt_01 .list_04 .img45, .list_04 .t_tilt_01 .img45, .t_tilt_01 .list_02 .img52, .list_02 .t_tilt_01 .img52, .t_tilt_01 .list_04 .img52, .list_04 .t_tilt_01 .img52 {
  padding: 10px;
  background: #f6f5f1;
}

.tbl_left_fixbox {
  position: relative;
  margin: 0 auto;
}
.tbl_left_fixbox table {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_left_fixbox th, .tbl_left_fixbox td {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #2390c6;
  vertical-align: middle;
}
.tbl_left_fixbox th {
  font-weight: bold;
  text-align: center;
  background: #e6eef7;
  height: 34px;
}
.tbl_left_fixbox td {
  height: 50px;
}
.tbl_left_fixbox .main_body {
  width: 100%;
}
.tbl_left_fixbox .main_body .sub_ttl th {
  width: 16%;
}
.tbl_left_fixbox .fix_head {
  display: none;
  width: 140px;
}
.tbl_left_fixbox .fix_head tr th {
  background: #e6eef7;
  font-weight: bold;
  height: 68px;
}
.tbl_left_fixbox .fix_head tr td {
  background: #fff;
}

.category_index .inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.category_index .inner:first-child p {
  margin-bottom: 0;
}
.category_index .prt_2cols p {
  margin: 0;
}
.category_index .img_blk {
  text-align: right;
}
.category_index .category_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
}
.category_index .category_list li {
  width: 49%;
  margin: 0 0 15px 2%;
}
.category_index .category_list li:nth-child(2n+1) {
  margin: 0 0 15px;
}
.category_index .category_list li a {
  color: #333;
  display: inline-block;
  position: relative;
  padding: 0 0 0 12px;
  line-height: 1.4;
}
.category_index .category_list li a:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #0072c3;
}
.category_index .category_list li a:hover {
  opacity: 1;
  color: #333;
  text-decoration: underline;
}

.download_page {
  margin-bottom: 50px;
}
.download_page .sect_download {
  margin-bottom: 50px;
}
.download_page p {
  font-size: 16px;
  word-break: break-all;
  margin: 0 0 20px;
}
.download_page.main_contents {
  width: 100%;
}
.download_page.main_contents a:not(.ss_download_btn):hover {
  opacity: 0.7;
  text-decoration: underline;
}
.download_page img {
  border: solid 1px #ccc;
}
.download_page .download_btn_box .ss_download_btn {
  margin: auto;
}
.download_page .download_btn_box .ss_download_btn .txt01 {
  padding-right: 30px;
}

.download_block {
  position: relative;
  display: table;
  padding: 20px;
  border: 1px solid #d6d6d6;
  margin-bottom: 4.08%;
  width: 100%;
}
.download_block .item_left,
.download_block .item_right {
  display: table-cell;
  vertical-align: top;
}
.download_block .item_left {
  width: 28%;
  text-align: center;
}
.download_block .item_right {
  padding-left: 20px;
}
.download_block .item_ttl {
  margin-bottom: 20px;
}
.download_block .item_ttl a {
  color: #0094d3;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}
.download_block .item_des {
  padding-bottom: 55px;
}
.download_block .download_btn_box {
  position: absolute;
  bottom: 20px;
  left: auto;
  width: 320px;
}

.download_list:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.download_list li {
  display: block;
  float: left;
  width: 48%;
  margin: 0 0 4% 4%;
}
.download_list li .item_box {
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.download_list li .item_box:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.download_list li:nth-child(3n+1) {
  margin-left: 0;
}
.download_list li .item_ttl {
  float: right;
  width: 62%;
}
.download_list li .item_ttl a {
  color: #0094d3;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}
.download_list li .item_thumb {
  float: left;
  width: 33%;
  text-align: center;
  margin-bottom: 20px;
}

.casestudy_contents .cs_list .arrow_item .arrow {
  position: relative;
  vertical-align: middle;
}
.casestudy_contents .cs_list .arrow_item .arrow:before, .casestudy_contents .cs_list .arrow_item .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.casestudy_contents .cs_list .arrow_item .arrow:before {
  left: 15px;
  border: 26px solid transparent;
  border-left: 15px solid #333;
}
.casestudy_contents .cs_list .arrow_item .arrow:after {
  left: 0;
  width: 15px;
  height: 25px;
  border-left: 15px solid #333;
}

.casestudy_contents .cs_detail_01 dt {
  font-weight: bold;
}
.casestudy_contents .cs_detail_01 dt:before {
  content: "●";
  display: inline;
}
.casestudy_contents .cs_detail_01 dd {
  padding-left: 2em;
  margin-bottom: 10px;
}
.casestudy_contents .cs_detail_02 dt, .casestudy_contents .cs_detail_02 dd {
  padding: 15px 20px;
}
.casestudy_contents .cs_detail_02 dt {
  font-weight: bold;
  border: 1px solid #333;
  background: #c9ebfe;
}
.casestudy_contents .cs_detail_02 dt.ansor {
  background: #ffeaea;
}
.casestudy_contents .cs_detail_02 dd {
  border: 1px solid #333;
  border-top: none;
}
.casestudy_contents .cs_list li {
  margin-bottom: 20px;
}
.casestudy_contents .cs_list .arrow_item {
  margin-bottom: 0;
}
.casestudy_contents .cs_list .arrow_item .arrow {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.casestudy_contents .prt_2cols {
  margin-bottom: 30px;
}
.casestudy_contents .prt_2cols.reverse .item:first-child {
  float: right;
  width: 38%;
  margin-left: 4%;
}

/* deqwas */
.deqwas_contents {
  margin-bottom: 50px;
}
.box_recommend_horizon {
  margin: 0 auto;
  max-width: 980px;
}
.ttl_box_deqwas {
  position: relative;
  background: #1e1e1e;
}
.ttl_box_deqwas h2 {
  padding: 7px 0 6px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.ttl_box_deqwas:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  margin-left: -26px;
  border: 26px solid transparent;
  border-top: 14px solid #1e1e1e;
  border-bottom: none;
  content: "";
}

/*  box_recommend_01 */
.box_recommend_01 {
  clear: both;
  margin-top: 40px;
  width: 100%;
  font-size: 12px;
}

.box_recommend_01 .Section {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1100px;
}

.box_recommend_01 .NormalHeading {
  display: none;
}

/*  js-recomend_01 */
.js-recomend_01 {
  position: relative;
}

.js-recomend_01.long .jcarousel-skin-basic {
  width: 870px;
}

.js-recomend_01 .jcarousel-skin-basic {
  position: relative;
  margin: 0 auto;
}

.js-recomend_01 .jcarousel-skin-basic ul li {
  float: left;
  margin: 0 10px;
  width: 140px;
}

.js-recomend_01 .jcarousel-skin-basic ul li a {
  display: block;
  text-align: center;
}

.js-recomend_01 .jcarousel-skin-basic ul li a .Image {
  display: block;
  text-align: center;
}

.js-recomend_01 .jcarousel-skin-basic ul li a .Image img {
  border: 1px solid #999;
  text-align: center;
}

.js-recomend_01 .jcarousel-skin-basic ul li a .Text {
  display: block;
  margin-top: 15px;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-prev {
  position: absolute;
  top: 50%;
  left: -70px;
  display: block;
  overflow: hidden;
  margin-top: -70px;
  width: 40px;
  height: 40px;
  background: #000;
  text-indent: -999em;
  transition: none;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-prev:hover,
.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-prev:focus {
  background-position: -24px -64px;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -5px;
  margin-left: -9px;
  border: 5px solid transparent;
  border-right: 6px solid #fff;
  content: "";
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-next {
  position: absolute;
  top: 50%;
  right: -70px;
  display: block;
  overflow: hidden;
  margin-top: -70px;
  width: 40px;
  height: 40px;
  background: #000;
  text-indent: -999em;
  transition: none;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-next:hover,
.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-next:focus {
  background-position: -72px -64px;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-next:after {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-top: -5px;
  margin-right: -9px;
  border: 5px solid transparent;
  border-left: 6px solid #fff;
  content: "";
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
  border-radius: 20px;
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #ccc;
  text-indent: -999em;
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item a:hover,
.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item a:focus {
  background: #c00;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item a.active {
  background: #c00;
}

/* Media Screen
------------------------------- */
@media screen and (min-width: 641px) {
  /* General */
  .sp_view {
    display: none;
  }

  /* Index Nav Base Styles */
  .index_nav .nav_menu {
    margin: 0;
  }
  .index_nav .nav_menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .index_nav .nav_menu > ul:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }
  .index_nav .nav_menu .nav_item {
    float: left;
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    margin: 0 0 20px 20px;
  }
  .index_nav .nav_menu .nav_item:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  .index_nav .ac_btn {
    position: relative;
    cursor: auto;
  }
  .index_nav .nav_list {
    display: block !important;
    padding: 0 !important;
  }
  .index_nav .nav_list > ul {
    padding: 15px 20px;
  }
  .index_nav .nav_list li {
    font-size: 15px;
    line-height: 1.3;
  }
  .index_nav .nav_list li:first-child {
    margin: 0;
  }
  .index_nav .nav_list li a:before {
    top: 0.25em;
  }

  /* Index Nav Unique Styles for each SS */
  .index_nav {
    line-height: 2;
  }
  .index_nav .blk_nav_01, .index_nav #footer .sitemap .blk_nav_02, #footer .sitemap .index_nav .blk_nav_02,
  .index_nav .blk_nav_02 {
    margin-bottom: 50px;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 5px;
    max-width: 980px;
  }
  .index_nav .blk_nav_01:after, .index_nav #footer .sitemap .blk_nav_02:after, #footer .sitemap .index_nav .blk_nav_02:after,
  .index_nav .blk_nav_02:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }
  .index_nav .blk_nav_01 .blk_l, .index_nav #footer .sitemap .blk_nav_02 .blk_l, #footer .sitemap .index_nav .blk_nav_02 .blk_l,
  .index_nav .blk_nav_02 .blk_l {
    float: left;
    width: 22%;
  }
  .index_nav .blk_nav_01 .blk_r, .index_nav #footer .sitemap .blk_nav_02 .blk_r, #footer .sitemap .index_nav .blk_nav_02 .blk_r,
  .index_nav .blk_nav_02 .blk_r {
    float: right;
    width: 75%;
  }
  .index_nav .blk_nav_01 .blk_r .list_item:after, .index_nav #footer .sitemap .blk_nav_02 .blk_r .list_item:after, #footer .sitemap .index_nav .blk_nav_02 .blk_r .list_item:after,
  .index_nav .blk_nav_02 .blk_r .list_item:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }
  .index_nav .blk_nav_01 .blk_r .list_item ul, .index_nav #footer .sitemap .blk_nav_02 .blk_r .list_item ul, #footer .sitemap .index_nav .blk_nav_02 .blk_r .list_item ul,
  .index_nav .blk_nav_02 .blk_r .list_item ul, .index_nav .blk_nav_01 .blk_r .list_item dl {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .index_nav .blk_nav_01 .blk_r .link_img, .index_nav #footer .sitemap .blk_nav_02 .blk_r .link_img, #footer .sitemap .index_nav .blk_nav_02 .blk_r .link_img,
  .index_nav .blk_nav_02 .blk_r .link_img {
    width: 100%;
    padding-right: 0;
  }
  .index_nav .blk_nav_01 .blk_r .link_img:after, .index_nav #footer .sitemap .blk_nav_02 .blk_r .link_img:after, #footer .sitemap .index_nav .blk_nav_02 .blk_r .link_img:after,
  .index_nav .blk_nav_02 .blk_r .link_img:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }
  .index_nav .blk_nav_01 .blk_r .link_img li, .index_nav #footer .sitemap .blk_nav_02 .blk_r .link_img li, #footer .sitemap .index_nav .blk_nav_02 .blk_r .link_img li,
  .index_nav .blk_nav_02 .blk_r .link_img li {
    float: left;
    width: 24%;
    font-size: 13px;
    padding-bottom: 20px;
    margin-right: 1.3%;
  }
  .index_nav .blk_nav_01 .blk_r .link_img li:nth-child(4n+4), .index_nav #footer .sitemap .blk_nav_02 .blk_r .link_img li:nth-child(4n+4), #footer .sitemap .index_nav .blk_nav_02 .blk_r .link_img li:nth-child(4n+4),
  .index_nav .blk_nav_02 .blk_r .link_img li:nth-child(4n+4) {
    margin-right: 0;
  }
  .index_nav .blk_nav_01 .blk_r .link_img li a, .index_nav #footer .sitemap .blk_nav_02 .blk_r .link_img li a, #footer .sitemap .index_nav .blk_nav_02 .blk_r .link_img li a,
  .index_nav .blk_nav_02 .blk_r .link_img li a {
    padding-left: 0;
  }
  .index_nav .blk_nav_01 .blk_r .link_img li a:before, .index_nav #footer .sitemap .blk_nav_02 .blk_r .link_img li a:before, #footer .sitemap .index_nav .blk_nav_02 .blk_r .link_img li a:before,
  .index_nav .blk_nav_02 .blk_r .link_img li a:before {
    display: none;
  }
  .index_nav .blk_nav_01 .blk_r .link_img li img, .index_nav #footer .sitemap .blk_nav_02 .blk_r .link_img li img, #footer .sitemap .index_nav .blk_nav_02 .blk_r .link_img li img,
  .index_nav .blk_nav_02 .blk_r .link_img li img {
    width: 100%;
    display: block;
  }
  .index_nav .blk_nav_01 .blk_r .link_img li span, .index_nav #footer .sitemap .blk_nav_02 .blk_r .link_img li span, #footer .sitemap .index_nav .blk_nav_02 .blk_r .link_img li span,
  .index_nav .blk_nav_02 .blk_r .link_img li span {
    position: relative;
    display: block;
    padding-left: 12px;
  }
  .index_nav .blk_nav_01 .blk_r .link_img li span:before, .index_nav #footer .sitemap .blk_nav_02 .blk_r .link_img li span:before, #footer .sitemap .index_nav .blk_nav_02 .blk_r .link_img li span:before,
  .index_nav .blk_nav_02 .blk_r .link_img li span:before {
    position: absolute;
    top: 0.6em;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0072c3;
    content: "";
  }
  .index_nav .blk_nav_01 .nav_list, .index_nav #footer .sitemap .blk_nav_02 .nav_list, #footer .sitemap .index_nav .blk_nav_02 .nav_list,
  .index_nav .blk_nav_02 .nav_list {
    margin-bottom: 15px;
  }
  .index_nav .blk_nav_01 .nav_list ul, .index_nav #footer .sitemap .blk_nav_02 .nav_list ul, #footer .sitemap .index_nav .blk_nav_02 .nav_list ul,
  .index_nav .blk_nav_02 .nav_list ul, .index_nav .blk_nav_01 .nav_list dl {
    margin-bottom: 15px;
    padding: 0;
  }
  .index_nav .blk_nav_01 .nav_list li, .index_nav #footer .sitemap .blk_nav_02 .nav_list li, #footer .sitemap .index_nav .blk_nav_02 .nav_list li,
  .index_nav .blk_nav_02 .nav_list li, .index_nav .blk_nav_01 .nav_list dt, .index_nav .blk_nav_01 .nav_list dd {
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
  }
  .index_nav .blk_nav_01 .nav_list li a, .index_nav #footer .sitemap .blk_nav_02 .nav_list li a, #footer .sitemap .index_nav .blk_nav_02 .nav_list li a,
  .index_nav .blk_nav_02 .nav_list li a, .index_nav .blk_nav_01 .nav_list dd a {
    display: block;
    position: relative;
    padding-left: 12px;
    color: #454545;
    font-weight: normal;
  }
  .index_nav .blk_nav_01 .nav_list li a:hover, .index_nav #footer .sitemap .blk_nav_02 .nav_list li a:hover, #footer .sitemap .index_nav .blk_nav_02 .nav_list li a:hover,
  .index_nav .blk_nav_02 .nav_list li a:hover {
    opacity: 1;
    color: #454545;
    text-decoration: underline;
  }
  .index_nav .blk_nav_01 .nav_list li a:hover img, .index_nav #footer .sitemap .blk_nav_02 .nav_list li a:hover img, #footer .sitemap .index_nav .blk_nav_02 .nav_list li a:hover img,
  .index_nav .blk_nav_02 .nav_list li a:hover img {
    opacity: 0.7;
  }
  .index_nav .blk_nav_01 .nav_list li a:before, .index_nav #footer .sitemap .blk_nav_02 .nav_list li a:before, #footer .sitemap .index_nav .blk_nav_02 .nav_list li a:before,
  .index_nav .blk_nav_02 .nav_list li a:before, .index_nav .blk_nav_01 .nav_list dd a:before {
    position: absolute;
    top: 0.6em;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0072c3;
    content: "";
  }
  .index_nav .blk_nav_01 .catname, .index_nav #footer .sitemap .blk_nav_02 .catname, #footer .sitemap .index_nav .blk_nav_02 .catname,
  .index_nav .blk_nav_02 .catname {
    position: relative;
    margin-bottom: 15px;
    padding: 9px 10px 12px 65px;
    font-size: 24px;
    font-weight: bold;
    color: #0a6cb2;
    border-bottom: 1px solid #3492c7;
  }
  .index_nav .blk_nav_01 .h2_icon1:before, .index_nav #footer .sitemap .blk_nav_02 .h2_icon1:before, #footer .sitemap .index_nav .blk_nav_02 .h2_icon1:before,
  .index_nav .blk_nav_02 .h2_icon1:before {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 51px;
    height: 45px;
    background: url(/img/ss/products/process/levelsensor/bg_style_002.png) no-repeat;
    background-size: 100% 100%;
    content: "";
  }
  .index_nav .blk_nav_01 .h2_icon2:before, .index_nav #footer .sitemap .blk_nav_02 .h2_icon2:before, #footer .sitemap .index_nav .blk_nav_02 .h2_icon2:before,
  .index_nav .blk_nav_02 .h2_icon2:before {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 51px;
    height: 45px;
    background: url(/img/ss/products/process/levelsensor/bg_style_003.png) no-repeat;
    background-size: 100% 100%;
    content: "";
  }
  .index_nav .blk_nav_01 .ac_btn, .index_nav #footer .sitemap .blk_nav_02 .ac_btn, #footer .sitemap .index_nav .blk_nav_02 .ac_btn,
  .index_nav .blk_nav_02 .ac_btn {
    margin-bottom: 15px;
    border-bottom: 1px solid #9e9e9e;
    font-size: 18px;
    font-weight: bold;
    color: #3f3f3f;
  }

  /* Override */
  /* Pages */
}
@media screen and (max-width: 979px) {
  /* Header */
  #header {
    height: auto;
  }
  #header .site_title {
    width: 30%;
  }

  /* CV Bottom */
  #cv_contact {
    height: auto;
  }
  #cv_contact .fixed_wrapper {
    height: auto;
  }
  #cv_contact .fixed_wrapper .inner {
    padding: 0 5px;
  }
  #cv_contact .fixed_wrapper .inner p {
    width: 42.85%;
  }
  #cv_contact #pagetop {
    right: 0;
    margin-right: 0;
  }

  /* Index Nav */
  .index_nav .nav_menu .nav_item {
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    margin: 0 0 20px 20px;
  }
  .index_nav .nav_menu .nav_item:nth-child(3n+1) {
    clear: none;
    margin-left: 20px;
  }
  .index_nav .nav_menu .nav_item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }

  /* Override */
  /* Modules */
  /* Pages */
  /* mainvs */
  #mainvs .inner {
    width: 100%;
  }
  #mainvs .mainvs_contents {
    width: auto;
    height: auto;
  }
  #mainvs .mainvs_thumb img,
  #mainvs .mainvs_container img {
    width: 100%;
    /* ie hach */
  }
  #mainvs .mainvs_thumb {
    width: 58%;
  }
  #mainvs .mainvs_container {
    width: 42%;
    padding-top: 3.8%;
  }
  #mainvs .mainvs_container h1 {
    font-size: 18px;
    margin-bottom: 2%;
  }
  #mainvs .mainvs_container p {
    font-size: 14px;
  }
}
@media screen and (max-width: 865px) {
  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 405px;
  }
  #cv_contact .fixed_wrapper .inner li {
    width: 200px;
  }
  #cv_contact .fixed_wrapper .inner li a {
    font-size: 14px;
  }

  /* Index Nav */
  /* Override */
  /* Modules */
  /* Pages */
  #mainvs .mv_download_container .ss_download_btn .txt02 {
    padding-right: 60px;
  }
  #mainvs .mv_download_container .ss_download_btn .txt02 .in_txt1 {
    font-size: 12px;
  }
  #mainvs .mv_download_container .ss_download_btn .txt02 .in_txt2 {
    font-size: 14px;
  }
  #mainvs .mv_download_container .ss_download_btn .img01 {
    width: 48px;
  }
}
@media screen and (max-width: 768px) {
  /* Header */
  #header .logo {
    width: 83px;
  }
  #header ul {
    float: right;
    width: 345px;
  }
  #header ul li {
    width: 170px;
  }
  #header ul li a {
    font-size: 12px;
  }
  #header .btn_download a:before {
    width: 18px;
    height: 24px;
    margin: 0 11px 0 0;
  }
  #header .btn_contact a:before {
    width: 20px;
    height: 20px;
    margin: -4px 4px 0 0;
  }

  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 345px;
  }
  #cv_contact .fixed_wrapper .inner li {
    width: 170px;
  }
  #cv_contact .fixed_wrapper .inner li a {
    font-size: 12px;
  }

  /* Index Nav */
  .index_nav .nav_menu > ul {
    display: block;
  }
  .index_nav .nav_menu .nav_item {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .index_nav .nav_menu .nav_item:nth-child(3n+1) {
    margin-left: 0;
  }

  /* Override */
  /* Modules */
  /* Pages */
}
@media screen and (max-width: 640px) {
  /* General */
  .pc_view {
    display: none;
  }

  .contents_wrap {
    padding: 0 15px;
  }

  .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;

  -webkit-box-orient: vertical;
  }

  /* Header */
  #header {
    border: none;
  }
  #header .inner {
    padding: 0;
  }
  #header .head_box {
    width: 100%;
    margin: 0;
    padding: 12px 15px;
  }
  #header .head_box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }
  #header .site_title {
    width: 60%;
    padding: 0;
  }
  #header .logo a {
    padding: 0;
  }
  #header ul {
    float: none;
    width: 100%;
  }
  #header ul li {
    display: block;
    width: 33.33333%;
    height: auto;
  }
  #header ul li a {
    display: block;
    font-size: 14px;
    text-align: center;
  }
  #header ul li a > span {
    display: block;
  }
  #header .btn_download {
    margin-right: 0;
    border-radius: 0;
  }
  #header .btn_download a {
    padding: 10px 0 14px;
  }
  #header .btn_download a:before {
    display: block;
    width: 20px;
    height: 26px;
    margin: 0 auto 17px;
  }
  #header .btn_contact {
    margin-right: 0;
    border-radius: 0;
  }
  #header .btn_contact a {
    padding: 10px 0 5px;
  }
  #header .btn_contact a:before {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto 8px;
  }
  #header .btn_tel {
    display: block;
  }
  #header .btn_tel a {
    padding: 8px 0 5px;
  }
  #header .btn_tel a:before {
    display: block;
    width: 22px;
    height: 30px;
    margin: 0 auto 5px;
  }

  /* Breadcrumbs */
  #breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* Pager */
  #container .pager li a {
    padding: 8px;
  }
  #container .pager li a:before {
    top: 4px;
    bottom: 4px;
    width: 15px;
    background-size: 8px;
  }
  #container .pager li a > span {
    font-size: 13px;
    font-weight: bold;
  }
  #container .pager li a > strong {
    font-size: 16px;
    line-height: 1.5;
  }
  #container .pager .prev a {
    padding-left: 35px;
  }
  #container .pager .prev a:before {
    background-image: url(/img/ss/common/bg_pager_sp_001.png);
    background-position: center;
  }
  #container .pager .next a {
    padding-right: 35px;
  }
  #container .pager .next a:before {
    background-image: url(/img/ss/common/bg_pager_sp_002.png);
    background-position: center;
  }

  /* SUB Page Bnr */
  .ss_subpage_box {
    max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a {
    width: 100%;
    max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a .inner .title {
    text-align: left;
    letter-spacing: inherit;
}
  .ss_subpage_box .ss_subpage_bnr > a .inner .title span {
    display: inline;
  }
  .ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
    width: 100%;
  }

  /* CV Bottom */
  #cv_contact {
    width: 100%;
    height: auto;
    order: 1;
  }
  #cv_contact .fixed_wrapper {
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
  }
  #cv_contact .fixed_wrapper .inner {
    width: auto;
    padding: 0;
    background-color: #0072c3;
    overflow: visible;
  }
  #cv_contact .fixed_wrapper .inner p {
    float: none;
    width: 100%;
    text-align: center;
  }
  #cv_contact .fixed_wrapper .inner p a {
    display: block;
    padding: 2.2% 4.7% 1.6%;
  }
  #cv_contact .fixed_wrapper .inner ul {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  #cv_contact .fixed_wrapper .inner li {
    float: left;
    display: table;
    width: 50%;
    height: auto;
    margin: 0;
  }
  #cv_contact .fixed_wrapper .inner li a {
    padding: 12px 8px;
    font-size: 14px;
    text-align: center;
  }
  #cv_contact #pagetop {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: 60px;
    margin: 0;
    background: none;
  }
  #cv_contact #pagetop a {
    display: block;
    position: absolute;
    right: 11px;
    bottom: 11px;
    width: 40px;
    height: 40px;
  }
  #cv_contact #pagetop a:before {
    width: 16px;
    height: 16px;
    margin-top: -4px;
  }
  #cv_contact #pagetop a:after {
    width: 16px;
    height: 16px;
  }
  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }
  #cv_contact.fixed .fixed_wrapper #pagetop a {
    position: fixed;
  }
  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }
  #cv_contact.fixed.hidden .fixed_wrapper #pagetop a {
    display: none;
  }

  /* Footer */
  #footer {
    order: 3;
  }
  #footer .sitemap {
    display: none;
  }
  #footer .copy {
    padding: 12px 0;
  }
  #footer .copy p, #footer .copy ul {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .copy ul {
    margin-bottom: 5px;
  }
  #footer .copy ul li a {
    font-weight: bold;
  }

  /* Nav Menu */
  #side {
    float: none;
    width: auto;
  }

  #container .nav_menu .nav_item {
    margin: 0;
  }
  #container .nav_menu .ac_btn {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  #container .nav_menu .ac_btn:hover {
    background: #f2f2f2;
    color: #333;
  }
  #container .nav_menu .ac_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/img/ss/products/recorder/lab/bg_navi_002.png");
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #container .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/recorder/lab/bg_navi_003.png");
  }
  #container .nav_menu .current .ac_btn {
    background: #f2f2f2;
    color: #333;
  }
  #container .nav_list {
    display: none;
  }
  #container .index_nav {
    padding: 0 15px;
  }
  #container .nav_list {
    border: 1px solid #d2d2d2;
    border-bottom: none;
    padding: 10px;
  }
  #container .nav_list ul,
  #container .nav_list dl {
    margin-bottom: 15px;
  }
  #container .nav_list li,
  #container .nav_list dd {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #container .nav_list li.ttl, #container .nav_list li:last-child {
    margin-bottom: 0;
  }
  #container .nav_list .last {
    margin-bottom: 0;
  }
  #container .blk_nav_01 .js_accnav_cont, #container #footer .sitemap .blk_nav_02 .js_accnav_cont, #footer .sitemap #container .blk_nav_02 .js_accnav_cont,
  #container .blk_nav_02 .js_accnav_cont,
  #container .blk_nav_03 .js_accnav_cont {
    display: none;
  }
  #container .blk_nav_01 .js_accnav_item li, #container #footer .sitemap .blk_nav_02 .js_accnav_item li, #footer .sitemap #container .blk_nav_02 .js_accnav_item li,
  #container .blk_nav_02 .js_accnav_item li,
  #container .blk_nav_03 .js_accnav_item li,
  #container .blk_nav_01 .js_accnav_item dt {
    font-weight: bold;
  }
  #container .blk_nav_01 .js_accnav_item dt {
    font-size: 15px;
  }
  #container .blk_nav_01 .js_accnav_item li img, #container #footer .sitemap .blk_nav_02 .js_accnav_item li img, #footer .sitemap #container .blk_nav_02 .js_accnav_item li img,
  #container .blk_nav_02 .js_accnav_item li img,
  #container .blk_nav_03 .js_accnav_item li img {
    display: none;
  }
  #container .blk_nav_01 .js_accnav_item a, #container #footer .sitemap .blk_nav_02 .js_accnav_item a, #footer .sitemap #container .blk_nav_02 .js_accnav_item a,
  #container .blk_nav_02 .js_accnav_item a,
  #container .blk_nav_03 .js_accnav_item a {
    position: relative;
    display: block;
    padding-left: 12px;
    line-height: 1.2;
    color: #454545;
    font-weight: normal;
  }
  #container .blk_nav_01 .js_accnav_item a:before, #container #footer .sitemap .blk_nav_02 .js_accnav_item a:before, #footer .sitemap #container .blk_nav_02 .js_accnav_item a:before,
  #container .blk_nav_02 .js_accnav_item a:before,
  #container .blk_nav_03 .js_accnav_item a:before {
    position: absolute;
    top: 0.25em;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #0072c3;
    content: "";
  }
  #container .blk_nav_01 .js_accnav_item.active, #container #footer .sitemap .blk_nav_02 .js_accnav_item.active, #footer .sitemap #container .blk_nav_02 .js_accnav_item.active,
  #container .blk_nav_02 .js_accnav_item.active,
  #container .blk_nav_03 .js_accnav_item.active {
    color: #c80000;
  }
  #container .blk_nav_01 .js_accnav_item .ac_btn, #container #footer .sitemap .blk_nav_02 .js_accnav_item .ac_btn, #footer .sitemap #container .blk_nav_02 .js_accnav_item .ac_btn,
  #container .blk_nav_02 .js_accnav_item .ac_btn,
  #container .blk_nav_03 .js_accnav_item .ac_btn {
    position: relative;
    display: block;
    padding: 10px 10px;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  #container .blk_nav_01 .js_accnav_item .ac_btn:after, #container #footer .sitemap .blk_nav_02 .js_accnav_item .ac_btn:after, #footer .sitemap #container .blk_nav_02 .js_accnav_item .ac_btn:after,
  #container .blk_nav_02 .js_accnav_item .ac_btn:after,
  #container .blk_nav_03 .js_accnav_item .ac_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 22px;
    margin-top: -9px;
    background-image: url(/img/ss/products/process/levelsensor/bg_style_009.jpg);
    background-size: 100% 100%;
  }
  #container .blk_nav_01 .js_accnav_item .ac_btn:hover, #container #footer .sitemap .blk_nav_02 .js_accnav_item .ac_btn:hover, #footer .sitemap #container .blk_nav_02 .js_accnav_item .ac_btn:hover,
  #container .blk_nav_02 .js_accnav_item .ac_btn:hover,
  #container .blk_nav_03 .js_accnav_item .ac_btn:hover {
    background-color: #fff;
  }
  #container .blk_nav_01 .js_accnav_item.opened .ac_btn:after, #container #footer .sitemap .blk_nav_02 .js_accnav_item.opened .ac_btn:after, #footer .sitemap #container .blk_nav_02 .js_accnav_item.opened .ac_btn:after,
  #container .blk_nav_02 .js_accnav_item.opened .ac_btn:after,
  #container .blk_nav_03 .js_accnav_item.opened .ac_btn:after {
    background-image: url(/img/ss/products/process/levelsensor/bg_style_010.jpg);
    background-size: 100% 100%;
  }
  #container .blk_nav_01 .js_accnav_item.blk_f, #container #footer .sitemap .blk_nav_02 .js_accnav_item.blk_f, #footer .sitemap #container .blk_nav_02 .js_accnav_item.blk_f,
  #container .blk_nav_02 .js_accnav_item.blk_f,
  #container .blk_nav_03 .js_accnav_item.blk_f {
    border-bottom: 1px solid #d2d2d2;
  }
  #container .blk_nav_01 .catname, #container #footer .sitemap .blk_nav_02 .catname, #footer .sitemap #container .blk_nav_02 .catname,
  #container .blk_nav_02 .catname,
  #container .blk_nav_03 .catname {
    position: relative;
    padding: 6px 10px 6px 40px;
    display: block;
    background-color: #0476c4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  #container .blk_nav_01 .h2_icon1:before, #container #footer .sitemap .blk_nav_02 .h2_icon1:before, #footer .sitemap #container .blk_nav_02 .h2_icon1:before,
  #container .blk_nav_01 .h2_icon2:before,
  #container #footer .sitemap .blk_nav_02 .h2_icon2:before,
  #footer .sitemap #container .blk_nav_02 .h2_icon2:before,
  #container .blk_nav_01 .h2_icon3:before,
  #container #footer .sitemap .blk_nav_02 .h2_icon3:before,
  #footer .sitemap #container .blk_nav_02 .h2_icon3:before,
  #container .blk_nav_02 .h2_icon1:before,
  #container .blk_nav_02 .h2_icon2:before,
  #container .blk_nav_02 .h2_icon3:before,
  #container .blk_nav_03 .h2_icon1:before,
  #container .blk_nav_03 .h2_icon2:before,
  #container .blk_nav_03 .h2_icon3:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 25px;
    height: 22px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #container .blk_nav_01 .h2_icon1:before, #container #footer .sitemap .blk_nav_02 .h2_icon1:before, #footer .sitemap #container .blk_nav_02 .h2_icon1:before,
  #container .blk_nav_02 .h2_icon1:before,
  #container .blk_nav_03 .h2_icon1:before {
    background: url(/img/ss/products/process/levelsensor/bg_style_006.png) no-repeat;
    background-size: 100% 100%;
  }
  #container .blk_nav_01 .h2_icon2:before, #container #footer .sitemap .blk_nav_02 .h2_icon2:before, #footer .sitemap #container .blk_nav_02 .h2_icon2:before,
  #container .blk_nav_02 .h2_icon2:before,
  #container .blk_nav_03 .h2_icon2:before {
    background: url(/img/ss/products/process/levelsensor/bg_style_007.png) no-repeat;
    background-size: 100% 100%;
  }
  #container .blk_nav_01 .h2_icon3:before, #container #footer .sitemap .blk_nav_02 .h2_icon3:before, #footer .sitemap #container .blk_nav_02 .h2_icon3:before,
  #container .blk_nav_02 .h2_icon3:before,
  #container .blk_nav_03 .h2_icon3:before {
    background: url(/img/ss/products/process/levelsensor/bg_style_008.png) no-repeat;
    background-size: 100% 100%;
  }
  #container .blk_nav_03 {
    display: block;
    background: none;
    margin: 0;
    padding: 0;
  }
  #container .blk_nav_03 .contents_wrap {
    padding: 0;
  }
  #container .blk_nav_03 .contents_wrap .blk_f {
    padding: 0;
  }
  #container .blk_nav_03 .catname {
    background: #00375e;
  }

  #container .blk_nav_04 {
    margin: 20px 0;
  }
  #container .blk_nav_04 h2 a {
    font-size: 18px;
    text-align: left;
    padding: 10px 30px 10px 10px;
  }
  .blk_nav_04 h2 a::before {
    right: 20px;
  }

  /* Main Contents */
  .main_contents {
    float: none;
    width: auto;
    padding: 0 0 25px;
  }

  /* Override */
  /* Modules */
  .ss_download_btn.icon01 > span:first-child {
    background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
  }
  .ss_download_btn img {
    max-width: 100%;
    height: auto;
  }
  .ss_download_btn .img02 img {
    width: 48px;
  }
  .ss_download_btn .img03 img {
    width: 67px;
  }
  .ss_download_btn .txt01, .ss_download_btn .txt02, .ss_download_btn .txt03, .ss_download_btn .txt04 {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    padding-left: 24px;
    font-size: 12px;
  }
  .ss_download_btn .txt02 {
    padding-right: 60px;
  }
  .ss_download_btn .txt04 {
    padding-right: 77px;
  }
  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }

  .prt_rsp_tbl {
    display: block;
    margin-top: 10px;
    border: none;
    font-size: 15px;
    overflow: hidden;
  }
  .prt_rsp_tbl caption,
  .prt_rsp_tbl thead, .prt_rsp_tbl tbody, .prt_rsp_tbl tr, .prt_rsp_tbl th, .prt_rsp_tbl td, .prt_rsp_tbl.scroll_body tr, .prt_rsp_tbl.scroll_body thead, .prt_rsp_tbl.scroll_body tbody {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    max-height: none;
    overflow: visible;
  }
  .prt_rsp_tbl.scroll_body tbody {
    border: none;
  }
  .prt_rsp_tbl caption {
    margin: 0 0 5px;
    text-align: left;
  }
  .prt_rsp_tbl caption .prt_inblock {
    margin-right: 1em;
    margin-left: 0;
  }
  .prt_rsp_tbl [data-label]:before {
    content: attr(data-label);
  }
  .prt_rsp_tbl .pc_view, .prt_rsp_tbl.scroll_body .pc_view {
    display: none;
  }

  .prt_rsp_tbl.spmode_txt caption.head {
    margin: 0 0 10px;
    padding: 0 5px 3px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    text-align: left;
  }
  .prt_rsp_tbl.spmode_txt tr {
    margin: 10px 0 0;
  }
  .prt_rsp_tbl.spmode_txt tr:first-child {
    margin: 0;
  }
  .prt_rsp_tbl.spmode_txt th, .prt_rsp_tbl.spmode_txt td {
    border: none;
    padding: 0;
    background: none;
    color: inherit;
  }
  .prt_rsp_tbl.spmode_txt .prt_list_disc {
    margin: 0;
  }
  .prt_rsp_tbl.spmode_txt .prt_cell_wrap {
    padding: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child [data-label]:first-child:before {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_txt.type_01 th, .prt_rsp_tbl.spmode_txt.type_01 [data-label]:before {
    display: block;
    width: 100%;
    margin: 10px 0 5px;
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
    background: none;
    font-weight: bold;
    text-align: left;
  }
  .prt_rsp_tbl.spmode_txt.type_01 td {
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02 tr {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .prt_rsp_tbl.spmode_txt.type_02 th, .prt_rsp_tbl.spmode_txt.type_02 td {
    margin: 5px 0 0;
    padding: 0 10px;
    border: none;
    background: none;
    text-align: left;
  }
  .prt_rsp_tbl.spmode_txt.type_02 caption.head, .prt_rsp_tbl.spmode_txt.type_02 th:first-child {
    margin: 10px 0 0;
    background: #010101;
    color: #fff;
    font-weight: bold;
    text-indent: 0;
  }
  .prt_rsp_tbl.spmode_txt.type_02 caption.head {
    padding: 8px 10px 6px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 thead {
    margin: 0 0 20px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 thead th:before {
    content: "・";
  }
  .prt_rsp_tbl.spmode_txt.type_02 tr:first-child th:first-child {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_txt.type_02 th:first-child .prt_cell_wrap {
    padding: 8px 0 6px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 [data-label]:before {
    content: "[" attr(data-label) "]";
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    background: none;
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_txt.type_02 [data-label]:first-child:before {
    content: "[" attr(data-label) "]";
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_cell tr {
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .prt_rsp_tbl.spmode_cell tr:first-child, .prt_rsp_tbl.spmode_cell tr:first-child th:first-child, .prt_rsp_tbl.spmode_cell tr:first-child [data-label]:first-child:before {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_cell th, .prt_rsp_tbl.spmode_cell [data-label]:before {
    content: attr(data-label);
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: #010101;
    color: #fff;
    font-weight: bold;
    text-align: left;
  }
  .prt_rsp_tbl.spmode_cell td {
    padding: 0;
  }
  .prt_rsp_tbl.spmode_cell .prt_cell_wrap {
    padding: 10px;
  }
  .prt_rsp_tbl.spmode_cell .prt_col2_cell {
    clear: none;
    width: 50%;
  }
  .prt_rsp_tbl.spmode_cell .prt_col2_cell:nth-of-type(2n+1) {
    clear: left;
  }
  .prt_rsp_tbl.spmode_cell .prt_col2_cell[data-label]:before, .prt_rsp_tbl.spmode_cell .prt_col2_cell .prt_cell_wrap {
    text-align: center;
  }
  .prt_rsp_tbl.spmode_cell .prt_col3_cell {
    clear: none;
    width: 33.3%;
  }
  .prt_rsp_tbl.spmode_cell .prt_col3_cell:nth-of-type(4n-1) {
    clear: left;
    width: 33.4%;
  }
  .prt_rsp_tbl.spmode_cell .prt_col3_cell[data-label]:before,
  .prt_rsp_tbl.spmode_cell .prt_col3_cell .prt_cell_wrap {
    text-align: center;
  }

  .prt_rsp_tbl.spmode_cell.type_02 tr {
    margin: 0;
    border-top: none;
  }
  .prt_rsp_tbl.spmode_cell.type_02 tr:first-child {
    border-top: 1px solid #ccc;
  }
  .prt_rsp_tbl.spmode_cell.type_02 th {
    width: 100%;
  }
  .prt_rsp_tbl.spmode_cell.type_02 td {
    padding: 10px;
  }

  .prt_tbl th, .prt_tbl td {
    padding: 10px;
  }

  .sp_scroll_body,
  .sp_scroll_body caption,
  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    display: block;
    width: 100%;
    border: none;
  }

  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    border-left: 1px solid #ccc;
  }

  .sp_scroll_body thead {
    overflow-y: scroll;
  }

  .sp_scroll_body tbody {
    max-height: 315px;
    border-bottom: 1px solid #ccc;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .sp_scroll_body tr {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .sp_scroll_body th,
  .sp_scroll_body td {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  #container {
    padding: 20px 0 0;
  }

  .contents_inner {
    margin: 0 10px;
  }

  .main_sect {
    margin-bottom: 25px;
  }

  .view_inner {
    margin: 15px 0;
  }

  .img_blk,
  .main_contents p {
    margin-bottom: 15px;
  }

  .equation_blk {
    display: block;
  }

  .heading_01 {
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 4px solid #0174c3;
    font-size: 20px;
  }

  .heading_02 {
    margin: 15px 0;
    font-size: 17px;
  }

  .heading_03 {
    margin: 15px 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
  }

  .heading_04 {
    margin: 15px 0;
    padding: 2px 10px 1px 10px;
  }

  .list_01 li {
    margin-bottom: 10px;
  }
  .list_01 .img, .list_01 .img31, .list_01 .img37, .list_01 .img45, .list_01 .img52, .list_01 .img47 {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .list_01.reverse li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .list_01.reverse li .img, .list_01.reverse li .img31, .list_01.reverse li .img37, .list_01.reverse li .img45, .list_01.reverse li .img52, .list_01.reverse li .img47 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .list_02 li, .list_04 li,
  .list_02 span,
  .list_04 span {
    margin-bottom: 10px;
  }
  .list_02 .img, .list_04 .img, .list_02 .img31, .list_04 .img31, .list_02 .img37, .list_04 .img37, .list_02 .img45, .list_04 .img45, .list_02 .img52, .list_04 .img52, .float_left, .text_container{
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .list_03 li {
    margin-bottom: 10px;
  }

  .prt_2cols .item {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .prt_2cols .item:first-child {
    margin: 0 0 15px;
  }
  .prt_2cols.reverse .item:first-child {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }

  .block_2c_01, .block_3c_01, .block_3c_02 {
    margin-bottom: 10px;
  }
  .block_2c_01 > div, .block_3c_01 > div, .block_3c_02 > div {
    float: none;
    width: 100%;
  }

  .block_2c_02 > .table_01, .block_2c_02 > .table_03,
  .block_2c_02 > .table_02, .block_2c_02 > .table_04, .block_2c_02 > .table_05,
  .block_2c_02 > div {
    float: none;
    width: 100%;
  }

  .block_3c_02 > .sec_2column {
    float: none;
    width: 100%;
  }

  .table_01, .table_03,
  .table_02, .table_04, .table_05 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .table_01 th, .table_03 th,
  .table_02 th, .table_04 th, .table_05 th,
  .table_01 td,
  .table_03 td,
  .table_02 td,
  .table_04 td,
  .table_05 td {
    padding: 2px;
  }

  .table_03 td {
    text-align: left;
  }

  .box_01 {
    padding: 10px;
  }
  .box_01 .ttl {
    padding-left: 10px;
  }

  .prt_3cols .item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .prt_3cols .item:last-child {
    margin-bottom: 0;
  }

  .prt_anchor_list li, .prt_anchor_list.list_5cols li,.prt_anchor_list.list_3cols li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .prt_anchor_list.list_5cols li:nth-child(3n+1), .prt_anchor_list.list_5cols li:nth-child(5n+1) ,
  .prt_anchor_list.list_3cols li:nth-child(3n+1), .prt_anchor_list.list_3cols li:nth-child(5n+1) {
    margin: 0 0 10px;
  }

  .download_container {
    margin: 30px 0;
  }
  .download_container .ss_download_btn {
    float: none;
    margin: auto;
  }

  /* Pages */
  #mainvs {
    background: none;
  }
  #mainvs .mainvs_contents {
    display: block;
  }
  #mainvs .mainvs_thumb,
  #mainvs .mainvs_container {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #mainvs .mainvs_thumb img,
  #mainvs .mainvs_container img {
    width: auto;
  }
  #mainvs .mainvs_thumb {
    padding-top: 20px;
    text-align: center;
    background: url(/img/ss/products/process/levelsensor/bg_style_001.jpg) repeat center;
  }
  #mainvs .mainvs_container {
    margin: 30px 0;
    padding: 0 15px;
  }
  #mainvs .mainvs_container h1, #mainvs .mainvs_container p {
    color: #333;
  }
  #mainvs .mainvs_container h1 {
    font-size: 20px;
  }
  #mainvs .mainvs_container p {
    font-size: 15px;
  }

  .tbl_left_fixbox table {
    position: relative;
  }
  .tbl_left_fixbox .tbl_caption_fix {
    display: block;
    width: 100%;
  }
  .tbl_left_fixbox .sc_item {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tbl_left_fixbox .main_body {
    table-layout: fixed;
    width: 600px;
  }
  .tbl_left_fixbox .main_body th {
    width: auto;
  }
  .tbl_left_fixbox .main_body td {
    height: 81px;
  }
  .tbl_left_fixbox .main_body td:first-child {
    width: 140px;
    border-right: none;
  }
  .tbl_left_fixbox .main_body tr:first-child th:first-child {
    width: 140px;
    border-right: none;
  }
  .tbl_left_fixbox .fix_head {
    display: block;
    position: absolute;
    width: 140px;
    top: 0;
    left: 0;
    z-index: 2;
    border-left: 1px solid #2390c6;
  }
  .tbl_left_fixbox .fix_head td {
    height: 81px;
  }
  .tbl_left_fixbox td, .tbl_left_fixbox th {
    font-size: 12px;
    padding: 2px 4px;
    border-left: none;
  }

  .category_index .prt_2cols .item {
    float: none;
    width: 100%;
  }
  .category_index .prt_2cols .item:first-child {
    margin: 0 0 30px;
  }
  .category_index .img_blk {
    text-align: center;
  }
  .category_index .category_list {
    display: block;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .category_index .category_list li {
    width: 100%;
    margin: 0 0 15px;
  }

  .download_block .item_left,
  .download_block .item_right {
    display: block;
    padding-left: 0;
  }
  .download_block .item_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .download_block .item_des {
    padding: 0;
  }
  .download_block .download_btn_box {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .download_list li {
    float: none;
    width: 100%;
    margin: 0 0 4%;
  }
  .download_list li .item_ttl {
    float: none;
    width: 100%;
  }
  .download_list li .item_thumb {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .casestudy_contents .prt_2cols.reverse .item:first-child {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .deqwas_contents {
    display: none;
  }
	
.img_caption{
	width: 58.41%;
}
	
}
@media screen and (max-width: 480px) {
  /* Header */
  #header ul li a {
    font-size: 10px;
  }
  #header .btn_download a {
    padding: 10px 0;
  }
  #header .btn_download a:before {
    width: 16px;
    height: 20px;
  }
  #header .btn_contact a:before {
    width: 21px;
    height: 21px;
  }
  #header .btn_tel a:before {
    width: 18px;
    height: 26px;
  }

  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner li a {
    font-size: 11px;
    padding: 10px 5px;
  }
  #cv_contact .fixed_wrapper .inner li a i {
    width: 26px;
    height: 26px;
  }
  #cv_contact .fixed_wrapper .inner li span {
    width: -webkit-calc(100% - 26px);
    width: calc(100% - 26px);
  }
  #cv_contact .fixed_wrapper .inner .catalog a i:before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }
  #cv_contact .fixed_wrapper .inner .contact a i:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  /* Override */
  /* Modules */
  /* Pages */
	.img_caption{
	width: 69.41%;
}
	
}
