@charset "UTF-8";

/* General
------------------------------ */
body {
  min-width: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  line-height: 1.6;
  -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 {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}

.contents_wrap:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* Header
------------------------------- */
#header {
  width: 100%;
  height: 90px;
  background: #102751;
}

#header .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}

#header .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#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: 14px;
}

#header .title_text {
  font-size: 36px;
}
.title_text_inner {
  font-size: 24px;
}

@media screen and (max-width: 710px) {
	.title_text_inner {
    font-size: 22px;
  }
	
	#header .title_text {
    font-size: 31px;
	}
  #header .lead_text {
    font-size: 12px;
  }
  
}
@media screen and (max-width: 640px) {
	#header .lead_text {
		font-size: 12px;
	}
	
	#header .title_text {
    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 {
  display: table;
  float: left;
  width: 198px;
  height: 38px;
}

#header ul li a {
  display: table-cell;
  padding: 0 0 0 10px;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}

#header ul li a>span {
  display: none;
  font-weight: bold;
}

#header ul li a:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}

#header .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}

#header .btn_download a:before {
  margin: 0 27px 0 0;
  width: 18px;
  height: 24px;
  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 {
  margin: -4px 8px 0 0;
  width: 24px;
  height: 24px;
  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;
  margin-left: 10px;
  width: 93px;
  line-height: 1;
}

#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}

#header .logo a img {
  max-width: 100%;
  height: auto;
}

/* Breadcrumbs
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #7285a5;
}

#breadcrumb a {
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb ul {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 960px;
  text-align: left;
}

#breadcrumb ul li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}

#breadcrumb ul li:after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  content: "";
  vertical-align: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#breadcrumb ul li:last-child {
  padding-right: 0;
}

#breadcrumb ul li:last-child:after {
  display: none;
}

/* Pager
-------------------------- */
#container .pager {
  display: table;
  overflow: hidden;
  margin: 50px 0 0;
  width: 100%;
  height: auto;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  table-layout: fixed;
  word-wrap: break-word;
}

#container .pager li {
  position: relative;
  display: table-cell;
  width: 50%;
  border-left: 1px solid #e7e7e7;
}

#container .pager li a {
  position: relative;
  display: block;
  padding: 16px;
  background-repeat: no-repeat;
  text-decoration: none;
  opacity: 1;
}

#container .pager li a>strong {
  display: block;
  color: #102850;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

#container .pager li a>span {
  display: block;
  color: #333;
  font-size: 14px;
}

#container .pager li a:hover {
  background-color: #e0f4ff;
  opacity: 1;
}

#container .pager li a:before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  display: block;
  width: 23px;
  background-color: #102850;
  background-repeat: no-repeat;
  content: "";
}

#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;
  text-align: center;
  font-size: 14px;
  line-height: inherit;
}

#container .back_index a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-align: left;
  text-decoration: none;
}

#container .back_index a:before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 16px;
  height: 17px;
  background: #102850 url(/img/ss/common/bg_pager_003.png) no-repeat center;
  content: "";
  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;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #102751;
}

#cv_contact .fixed_wrapper .inner {
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}

#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 {
  display: table;
  float: left;
  margin: 0 0 0 5px;
  width: 230px;
  height: 46px;
  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;
  -webkit-transition: none;
  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 {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#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%;
  margin: 0 -590px 0 0;
  width: 50px;
}

#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #102751;
  -webkit-transition: none;
  transition: none;
}

#cv_contact #pagetop a:before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cv_contact #pagetop a:after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #102751;
  content: "";
  -webkit-transform: rotate(45deg);
  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 {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}

#footer .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#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-weight: bold;
  font-size: 16px;
}

#footer .sitemap .nav_menu:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#footer .sitemap .nav_item {
  float: left;
  margin: 0 0 20px 20px;
  width: -webkit-calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 4);
}

#footer .sitemap .nav_item:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

#footer .sitemap .nav_item .ac_btn {
  font-weight: bold;
  font-size: 15px;
}

#footer .sitemap .nav_list li {
  margin: 5px 0 0;
  font-size: 13px;
}

#footer .sitemap .nav_list a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
}

#footer .sitemap .nav_list a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

#footer .sitemap .subcategories .subcat {
  padding-top: 8px;
}

#footer .sitemap .subcategories .catname {
  font-weight: bold;
}

#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 #b0b0b0;
}

#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,
#container .nav_menu .subcategories .subpage a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
}

#container .nav_menu .nav_list a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

#container .nav_menu .nav_list a:hover {
  text-decoration: underline;
}

#container .nav_menu .nav_list a.active {
  color: #f92828;
}

#container .nav_menu .subcategories .subcat {
  padding-top: 16px;
}

#container .nav_menu .subcategories .subcat:first-child {
  padding-top: 0;
}

#container .nav_menu .subcategories .catname {
  font-weight: bold;
}

#container .index_nav .nav_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#container .index_nav .nav_section .nav_content {
  width: calc((100% - 20px) / 2);
  text-align: left;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  background: #fff;
}

#container .index_nav .nav_section .nav_content h2 {
  position: relative;
}

#container .index_nav .nav_section .nav_content h2 a::before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  font-size: 0;
  transform: translate(0, -50%) rotate(-45deg);
}

#container .index_nav .nav_section .nav_content h2 a {
  position: relative;
  display: block;
  padding: 11px 15px;
  background: #102751;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}

#container .index_nav .nav_section .nav_content h2:after {
  display: block;
  width: 100%;
  height: 130px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

#container .index_nav .nav_section .cat_base h2:after {
  background-image: url(/img/ss/products/process/flowmeter/bg_style_004.png);
}

#container .index_nav .nav_section .cat_controle h2:after {
  background-image: url(/img/ss/products/process/flowmeter/bg_style_005.png);
}

#container .index_nav .nav_section .cat_selection h2:after {
  background-image: url(/img/ss/products/process/flowmeter/bg_style_006.png);
}

#container .index_nav .nav_section .cat_type h2:after {
  background-image: url(/img/ss/products/process/flowmeter/bg_style_007.png);
}

#container .index_nav .nav_section .cat_technique h2:after {
  background-image: url(/img/ss/products/process/flowmeter/bg_style_008.png);
}

#container .index_nav .nav_section .cat_case h2:after {
  background-image: url(/img/ss/products/process/flowmeter/bg_style_009.png);
}

#container .index_nav .nav_section .nav_content .nav_list_01 {
  padding: 25px 20px;
}

#container .index_nav .nav_section .nav_content .nav_list_01 li {
  margin: 7px 0 0;
  font-size: 15px;
  line-height: 1.3;
}

#container .index_nav .nav_section .nav_content .nav_list_01 li:first-child {
  margin: 0;
}

#container .index_nav .nav_section .nav_content .nav_list_01 li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
  color: #0645ad;
}

#container .index_nav .nav_section .nav_content .nav_list_01 li a:hover {
  text-decoration: underline;
}

#container .index_nav .nav_section .nav_content .nav_list_01 li a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

#container .index_nav .nav_section .nav_content .nav_header_03 {
  padding: 0 20px;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

#container .index_nav .nav_section .nav_content .nav_sub-content .nav_list_01 {
  padding-top: 10px;
}

#container .index_nav .nav_section .nav_content .nav_list_wrap .nav_list_wrap_inner {
  display: flex;
}

/* bottom_btn_style_01
------------------------------- */
.bottom_btn_style_01 {
  max-width: 980px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
.bottom_btn_style_01 a {
  display: block;
  border: 1px solid #102751;
  color: #333;
  padding: 18px;
  text-decoration: none;
}
.bottom_btn_style_01 a span {
  position: relative;
  font-size: 20px;
}
.bottom_btn_style_01 a span::before {
  position: absolute;
  top: 8px;
  right: -30px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #102751;
  border-bottom: 1px solid #102751;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Side Nav
------------------------------- */
/* Side Nav Base Styles */
#side {
  float: left;
  width: 220px;
}

#side .nav_menu .ac_btn {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;

  -ms-user-select: none;
}

#side .nav_menu .ac_btn:hover {
  background: #eff5fe;
  color: #333;
}

#side .nav_menu .ac_btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/img/ss/products/process/flowmeter/bg_navi_003.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#side .nav_menu .opened .ac_btn:after {
  background-image: url("/img/ss/products/process/flowmeter/bg_navi_004.png");
}

#side .nav_menu .current .ac_btn {
  background: #eff5fe;
  color: #333;
}

#side .nav_list {
  display: none;
}

/* Side Nav Unique Styles for each SS */
#side .nav_menu>ul {
  border-bottom: 1px solid #ccc;
}

#side .nav_menu .ac_btn {
  padding: 22px 14px 20px;
  border-top: 1px solid #ccc;
}

#side .nav_menu .ac_btn a {
  color: #333;
  opacity: 1;
}

#side .nav_menu a:hover span,
#side .nav_menu a:hover {
  text-decoration: underline;
}

#side .nav_menu .prt_inblock {
  display: inline-block;
}

#side .nav_menu .nav_list {
  padding: 0;
  border-top: 1px solid #ccc;
}

#side .nav_menu .nav_list>ul,
#side .nav_menu .subcategories .subcat {
  padding: 0 10px;
}

#side .nav_menu .nav_list>ul li,
#side .nav_menu .subcategories .subpage {
  margin: 5px 0 0;
}

#side .nav_menu .nav_list>ul li a,
#side .nav_menu .subcategories a {
  color: #333;
}

#side .nav_menu .nav_list>*:first-child {
  padding-top: 10px;
}

#side .nav_menu .nav_list>*:last-child {
  padding-bottom: 10px;
}

#side .nav_menu .subcategories .subcat,
#side .nav_menu .subcategories .subcat:first-child {
  padding-top: 10px;
}

#side .nav_menu .to_glossary {
  margin: 10px auto 0;
  max-width: 217px;
}

#side .nav_menu .to_glossary dt {
  display: none;
}

#side .nav_menu .to_glossary a {
  display: block;
  overflow: hidden;
  padding: 36.9% 0 0;
  width: 100%;
  background: url(/img/ss/products/process/flowmeter/bg_style_011.png) no-repeat center;
  background-size: contain;
  text-indent: -10000px;
  font-size: 0;
}

#side .nav_menu .to_selection {
  display: none;
  margin: 10px auto 0;
  max-width: 217px;
}

#side .nav_menu .to_selection dt {
  display: none;
}

#side .nav_menu .to_selection a {
  display: block;
  overflow: hidden;
  padding: 46% 0 0;
  width: 100%;
  background: url(/img/ss/products/process/flowmeter/bg_style_022.jpg) no-repeat center;
  background-size: contain;
  text-indent: -10000px;
  font-size: 0;
}

#side .nav_menu .left_bnr {
  margin-top: 10px;
}

#side .ref_links {
  margin: 10px 0 60px;
  border: 4px solid #34b4f5;
}

#side .ref_links dt {
  padding: 8px 0 10px 30px;
  background: #34b4f5 url(/img/ss/products/process/flowmeter/bg_style_014.png) no-repeat 4px 10px;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
}

#side .ref_links dd {
  padding: 11px 13px;
}

#side .ref_links dd li {
  font-weight: bold;
  font-size: 16px;
}

#side .ref_links dd li+li {
  margin-top: 15px;
}

#side .ref_links dd li a {
  display: inline-block;
  color: #000;
  line-height: 1.4;
  opacity: 1;
}

#side .ref_links dd li a:hover {
  text-decoration: underline;
}

#side .ref_links dd li a .name {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #000;
}

#side .ref_links dd li a:hover .name {
  text-decoration: underline;
}

#side .ref_links dd li a .name:before {
  position: absolute;
  top: 0.28em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

#side .ref_links dd li a .name.blank:after {
  display: inline-block;
  margin: 0 0 0 8px;
  width: 10px;
  height: 9px;
  background: url(/img/ss/products/process/flowmeter/bg_style_003.png) no-repeat center;
  background-size: contain;
  content: "";
  vertical-align: middle;
  font-size: 0;
}

#side .ref_links dd li a .lead {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: 13px;
}

#side .ref_links dd li a:hover .lead {
  -webkit-text-decoration-color: #333;
  text-decoration-color: #333;
}

/* Main Contents
--------------------------------- */
.main_contents {
  float: right;
  padding: 0 0 50px;
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
  font-size: 16px;
}

/* CV Right
------------------------------- */
.cv_right {
  position: absolute;
  top: 160px;
  left: 50%;
  margin: 0 0 180px 520px;
  width: 210px;
}

.cv_right .asset_bnr a,
.cv_right .series_list li a {
  display: block;
  width: 210px;
  background: #fff;
  opacity: 1;
}

.cv_right .asset_bnr a dl dd .ss_download_btn,
.cv_right .series_list li a dl .button .ss_download_btn {
  padding: 0 5px;
  height: 22px;
  border-radius: 3px;
}

.cv_right .asset_bnr a dl dd .ss_download_btn .txt05,
.cv_right .series_list li a dl .button .ss_download_btn .txt05 {
  padding: 2px 0 2px 17px;
  background-size: 10px auto;
}

.cv_right .asset_bnr {
  margin: 0 0 10px;
}

.cv_right .asset_bnr a dl {
  border: 1px solid #102751;
}

.cv_right .asset_bnr a dl dt {
  padding: 5px;
  background: url(/img/ss/products/process/flowmeter/bg_style_002.gif);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.467;
}

.cv_right .asset_bnr a dl dd {
  overflow: hidden;
  padding: 10px;
}

.cv_right .asset_bnr a dl dd .thumb {
  float: left;
  border: 1px solid #ccc;
}

.cv_right .asset_bnr a dl dd .exp,
.cv_right .asset_bnr a dl dd .ss_download_btn {
  margin: 0 0 0 58px;
}

.cv_right .asset_bnr a dl dd .exp {
  margin-bottom: 9px;
  color: #000;
  font-size: 13px;
  line-height: 1.385;
}

.cv_right .asset_bnr a dl dd .ss_download_btn {
  max-width: 130px;
}

.cv_right .series_list li {
  margin: 10px 0 0;
}

.cv_right .series_list li a dl {
  border: 3px solid #7285a5;
}

.cv_right .series_list li a dl .caption {
  float: right;
  padding: 8px 10px 0 0;
  width: 114px;
  color: #000;
  font-size: 13px;
  line-height: 1.385;
}

.cv_right .series_list li a dl .caption>span {
  letter-spacing: -1px;
  font-size: 11px;
}

.cv_right .series_list li a dl .caption strong {
  display: block;
  margin: 5px 0 0;
  color: #cd1919;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}

.cv_right .series_list li a dl .thumb {
  float: left;
  font-size: 0;
}

.cv_right .series_list li a dl .button {
  clear: both;
  padding: 10px;
  background: #edeff3;
}

.cv_right .series_list li a dl .button .ss_download_btn {
  max-width: 184px;
}

.cv_right a:hover dl {
  opacity: 0.8;
}
.cv_right .seminer-bnr{
  margin-top: 10px;
  display: block;
}
/* SUB Page Bnr
------------------------------- */
.ss_subpage {
  margin: 0 auto;
  max-width: 478px;
  width: 100%;
}

.ss_subpage .ss_subpage_bnr {
  overflow: hidden;
  width: 100%;
}

.ss_subpage .ss_subpage_bnr>a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  max-width: 478px;
  border: 1px solid #102751;
  background: #fff;
  color: #333;
  font-size: 14px;
}

.ss_subpage .ss_subpage_bnr>a .img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 104px;
  border: 1px solid #ccc;
}

.ss_subpage .ss_subpage_bnr>a .inner {
  position: relative;
  margin-left: 114px;
  padding-bottom: 43px;
  min-height: 148px;
}

.ss_subpage .ss_subpage_bnr>a .inner .title {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #102751;
  color: inherit;
  font-size: inherit;
}

.ss_subpage .ss_subpage_bnr>a .inner .title span {
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}

.ss_subpage .ss_subpage_bnr>a .inner .txt {
  color: inherit;
  font-size: inherit;
}

.ss_subpage .ss_subpage_bnr>a .inner .btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.ss_subpage .ss_subpage_bnr>a .inner .btn_wrap .btn {
  display: inline-block;
  padding: 5px 12px;
  width: 80%;
  border-radius: 5px;
  background: #e24141;
  background: -webkit-gradient(linear, left top, left bottom, from(#e24141), to(#ca1616));
  background: -webkit-linear-gradient(#e24141, #ca1616);
  background: linear-gradient(#e24141, #ca1616);
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.ss_subpage .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 .ss_subpage_bnr>.ss_subpage_btn {
  color: #333;
  text-decoration: none;
}

.ss_subpage .ss_subpage_bnr>.ss_subpage_btn:hover {
  opacity: 0.7;
}

/* cv_bottom_download
------------------------------- */
.cv_area_btn {
  position: relative;
  margin: 30px 0 20px;
  width: 100%;
}

#main.main_contents .cv_area_btn>a.asset_range {
  display: block;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

#main.main_contents .cv_area_btn>a.asset_range:hover {
  text-decoration: none;
  opacity: 0.7;
}

.cv_area_btn .cv_area_inner {
  border: 2px solid #4a7393;
}

.cv_area_btn .top {
  position: relative;
  padding: 25px 30px 25px 30px;
}

.cv_area_btn .title {
  margin-right: 160px;
  border-bottom: #30879b 1px solid;
  color: #323232;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
}

.cv_area_btn .title .size01 {
  font-size: 28px;
}

.cv_area_btn .text {
  margin-right: 160px;
  min-height: 55px;
  color: #333;
  font-weight: bold;
  font-size: 15px;
}

.cv_area_btn .text.multi_line_c {
  padding-right: 215px;
  text-align: center;
}

.cv_area_btn .img {
  position: absolute;
  top: 15px;
  right: 35px;
}

.cv_area_btn .img img {
  border: 1px solid #ccd4d6;
}

.cv_area_btn .bottom {
  padding: 10px 6.28% 10px 9.07%;
  background: #e8f9fe;
}

.cv_area_btn .bottom .cv_area_download_btn {
  display: block;
  padding: 5px 12px;
  max-width: 380px;
  border-radius: 5px;
  background: #e24141;
  background: -webkit-gradient(linear, left top, left bottom, from(#e24141), to(#ca1616));
  background: -webkit-linear-gradient(#e24141, #ca1616);
  background: linear-gradient(#e24141, #ca1616);
  box-shadow: 2px 2px 2px #a8b5b8;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.cv_area_btn .bottom .cv_area_download_btn span {
  display: inline-block;
  width: 100%;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}


/* CV Bottom Bnr
------------------------------- */
.cv_bottom {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.cv_bottom .cv_bottom_bnr {
  overflow: hidden;
  width: 100%;
}

.cv_bottom .cv_bottom_bnr>a {
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  max-width: 478px;
  width: 49%;
  border: 1px solid #102751;
  background: #fff;
  color: #333;
  font-size: 14px;
}

.cv_bottom .cv_bottom_bnr>a:nth-child(2n) {
  float: right;
}

.cv_bottom .cv_bottom_bnr>a .img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 104px;
  border: 1px solid #ccc;
}

.cv_bottom .cv_bottom_bnr>a .inner {
  position: relative;
  margin-left: 114px;
  padding-bottom: 43px;
  min-height: 148px;
}

.cv_bottom .cv_bottom_bnr>a .inner .title {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #102751;
  color: inherit;
  font-size: inherit;
}

.cv_bottom .cv_bottom_bnr>a .inner .title span {
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}

.cv_bottom .cv_bottom_bnr>a .inner .txt {
  color: inherit;
  font-size: inherit;
}

.cv_bottom .cv_bottom_bnr>a .inner .btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.cv_bottom .cv_bottom_bnr>a .inner .btn_wrap .btn {
  display: inline-block;
  padding: 5px 12px;
  width: 80%;
  border-radius: 5px;
  background: #e24141;
  background: -webkit-gradient(linear, left top, left bottom, from(#e24141), to(#ca1616));
  background: -webkit-linear-gradient(#e24141, #ca1616);
  background: linear-gradient(#e24141, #ca1616);
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.cv_bottom .cv_bottom_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;
}

.main_contents .prt_download_txt1 .txt_link_01 {
  position: relative;
  display: inline-block;
  padding: 3px 0 0 30px;
  text-decoration: none;
}
.main_contents .prt_download_txt1 .txt_link_01:hover {
  text-decoration: underline;
}
.prt_download_txt1 .txt_link_01:before {
  background: url(/img/ss/products/process/flowmeter/bg_icon_001.png) center center no-repeat #d00202;
  background-size: 64%;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 2px;
  content: "";
}

/* Override Base
------------------------------- */
#header .site_title {
  padding: 17px 0;
}

#breadcrumb ul li {
  color: #fff;
}

#breadcrumb ul li:after {
  border-color: #fff;
}

#breadcrumb ul li a {
  color: #dedede;
}

#container {
  padding: 40px 0 0;
}

#container .back_index {
  margin: 0;
}

.main_contents {
  display: block;
  padding-bottom: 100px;
}

#footer .prt_inblock {
  display: inline-block;
}

#footer .sitemap a {
  opacity: 1;
}

#footer .sitemap a:hover span {
  text-decoration: underline;
}

#footer .sitemap .to_glossary {
  float: left;
  margin: 0 0 20px 20px;
  width: -webkit-calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 4);
}

#footer .sitemap .to_glossary dt {
  font-weight: bold;
  font-size: 15px;
}

#footer .sitemap .to_glossary dd {
  margin: 5px 0 0;
}

#footer .sitemap .to_glossary dd a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
}

#footer .sitemap .to_glossary dd a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

#footer .sitemap .to_selection,
#footer .sitemap .left_bnr {
  display: none;
}

#footer .copy {
  border-top: 1px solid #b0b0b0;
}

/* Modules
------------------------------- */
.ss_download_btn {
  position: relative;
  display: table;
  border-radius: 5px;
  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: -webkit-gradient(linear, left top, left bottom, from(#e24140), to(#cc1717));
  background: linear-gradient(#e24140, #cc1717);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ss_download_btn.type01,
.ss_download_btn.type02,
.ss_download_btn.type03,
.ss_download_btn.type04,
.ss_download_btn.type05 {
  padding: 6px 0 5px;
  width: 100%;
  text-align: center;
}

.ss_download_btn.type01,
.ss_download_btn.type02 {
  padding-right: 12px;
  padding-left: 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 {
  padding-right: 8px;
  padding-left: 8px;
  max-width: 160px;
  height: 30px;
}

.ss_download_btn.type04 {
  padding-right: 4px;
  padding-left: 4px;
  max-width: 110px;
  height: 34px;
  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 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  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;
  vertical-align: middle;
  word-break: break-all;
  font-weight: bold;
}

.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04 {
  padding-left: 30px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 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;
}

.main_contents .ss_button_box .product.inquiry .product_btn {
  position: relative;
  display: table;
  width: 100%;
  height: 47px;
  border-radius: 5px;
  background: #3e944c;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e944c), to(#176a25));
  background: -webkit-linear-gradient(#3e944c, #176a25);
  background: linear-gradient(#3e944c, #176a25);
  text-align: center;
}

.main_contents .ss_button_box .product.inquiry .product_btn .img01 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_contents .ss_button_box .product.inquiry .product_btn .txt01 {
  padding-right: 5px;
}

.main_contents .ss_button_box .product_btn.icon01>span:first-child {
  background: url(/img/ss/products/process/flowmeter/bg_icon_dl_001.png) no-repeat left center;
}

.main_contents .ss_button_box .product.inquiry .product_btn.type01 {
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}

.main_contents .ss_button_box .product.inquiry .product_btn span {
  display: table-cell;
  padding-top: 5px;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
}

.main_contents .ss_button_box .product.inquiry .download {
  float: right;
  width: 48%;
}

.main_contents .ss_button_box a:hover {
  text-decoration: none;
}

.main_contents .ss_button_box .product.inquiry+.ss_download_btn .txt03 {
  vertical-align: middle;
}

.prt_tbl,
.prt_rsp_tbl {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  table-layout: fixed;
  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 {
  text-align: center;
  font-weight: bold;
  line-height: 1.375;
}

.prt_tbl td,
.prt_rsp_tbl td {
  background-color: #fff;
}

.prt_tbl thead th,
.prt_rsp_tbl thead th {
  background: #f3f3f3;
  color: #fff;
}

.prt_tbl tbody th,
.prt_rsp_tbl tbody th {
  background: #f3f3f3;
}

.prt_tbl_frame {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  width: 100%;
}

.prt_tbl_frame .prt_tbl {
  display: table;
  margin: 0;
  width: 720px;
}

.scroll_body,
.scroll_body thead,
.scroll_body tbody {
  display: block;
  width: 100%;
  border-top: none;
}

.scroll_body thead {
  overflow-y: scroll;
}

.scroll_body tbody {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 315px;
  border-bottom: 1px solid #ccc;
}

.scroll_body tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.scroll_body th,
.scroll_body td {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.main_contents a:not(.ss_download_btn) {
  color: #1764e2;
  text-decoration: underline;
}

.main_contents a:not(.ss_download_btn):hover {
  text-decoration: none;
  opacity: 1;
}

.prt_hover:hover {
  opacity: 0.7;
}

.main_contents a[target="_blank"]:after {
  display: inline-block;
  margin: 0 0 0 3px;
  width: 10px;
  height: 9px;
  background: url(/img/ss/products/process/flowmeter/bg_style_003.png) no-repeat center;
  background-size: contain;
  content: "";
  vertical-align: middle;
  font-size: 0;
}

.main_contents p {
  margin: 0 0 10px;
}

.main_contents strong {
  font-weight: bold;
}

.main_contents sup {
  vertical-align: super;
  font-size: 11px;
  line-height: 1;
}

.main_contents .prt_lead {
  margin: 0 0 10px;
  color: #c80000;
  font-weight: bold;
  font-size: 22px;
}

.main_contents .prt_notes {
  font-size: 14px;
}

.main_contents .prt_note_symbol {
  padding-left: 1em;
  text-indent: -1em;
}

.main_contents .prt_note_symbol:before {
  content: "※";
}

.main_contents .prt_formula {
  margin: 20px 0;
  font-weight: bold;
}

.main_contents .prt_formula pre {
  overflow: auto;
}

.main_contents .prt_inblock {
  display: inline-block;
}

.main_contents .prt_symbol_img {
  vertical-align: top;
}

.main_contents .prt_main_sect {
  margin: 40px 0 80px;
}

.main_contents .prt_sub_sect {
  margin: 40px 0 60px;
}

.main_contents .prt_view_inner {
  padding: 0 20px;
}

.main_contents .prt_header_01 {
  display: block;
  margin-bottom: 35px;
  padding-top: 4px;
  padding-left: 36px;
  border-left: 6px solid #d62323;
  color: #333;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
}

.main_contents .prt_header_01 .sub {
  display: block;
  color: #727272;
  font-size: 14px;
}

.main_contents .prt_header_02 {
  margin: 20px 0;
  padding: 18px 14px 16px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-weight: bold;
  font-size: 22px;
}

.main_contents .prt_header_03 {
  position: relative;
  margin: 20px 0;
  padding-left: 14px;
  font-weight: bold;
  font-size: 20px;
}

.main_contents .prt_header_03:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background: #333;
  content: "";
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.main_contents .prt_header_04 {
  margin: 35px 0 18px;
  font-weight: bold;
  font-size: 20px;
}

.main_contents .prt_header_04:before {
  content: "<";
}

.main_contents .prt_header_04:after {
  content: ">";
}

.main_contents .prt_anchor {
  overflow: hidden;
  margin: 30px 0;
}

.main_contents .prt_anchor li {
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  background: #fff;
}

.main_contents .prt_anchor li:nth-child(3n) {
  margin-right: 0;
}

.main_contents .prt_anchor li:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -2px 0 0;
  width: 11px;
  height: 11px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #2264a2;
  content: "";
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.main_contents .prt_anchor li>span {
  display: table;
  width: 100%;
  word-break: break-word;
}

.main_contents .prt_anchor li>span a {
  display: table-cell;
  padding: 13px 20px 10px 30px;
  border: 1px solid #2264a2;
  color: #333;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  opacity: 1;
}

.main_contents .prt_anchor li:hover {
  background: #2264a2;
}

.main_contents .prt_anchor li:hover:before {
  border-color: #fff;
}

.main_contents .prt_anchor li:hover span a {
  color: #fff;
}

.p_download .download_container .prt_anchor a:not(.ss_download_btn):hover {
  text-decoration: none;
  opacity: 1;
}

.main_contents .prt_image,
.main_contents .prt_figure_01,
.main_contents .prt_figure_02 {
  margin: 30px 0 40px;
  text-align: center;
}

.main_contents .prt_image img,
.main_contents .prt_figure_01 img,
.main_contents .prt_figure_02 img {
  max-width: 100%;
  height: auto;
}

.main_contents .prt_image .caption,
.main_contents .prt_figure_01 .caption,
.main_contents .prt_figure_02 .caption {
  font-weight: bold;
}

.main_contents .prt_image .exp,
.main_contents .prt_figure_01 .exp,
.main_contents .prt_figure_02 .exp {
  text-align: left;
}

.main_contents .prt_figure_01 .title {
  font-weight: bold;
  font-size: 18px;
}

.main_contents .prt_figure_01 figcaption {
  margin: 10px 0;
  font-size: 14px;
}

.main_contents .prt_figure_02 {
  position: relative;
}

.main_contents .prt_figure_02 .caption {
  margin: 10px 0 0;
  text-align: center;
  font-weight: normal;
  font-size: 15px;
}

.prt_border_box {
  padding: 10px;
  border: 1px solid #ccc;
}

.main_contents .prt_anime_01 div {
  overflow: hidden;
  margin: 0 auto;
  max-width: 635px;
}

.main_contents .prt_anime_01 div p {
  float: right;
  margin: 10px 0 0;
  width: 57%;
  font-size: 15px;
  line-height: 1.25;
}

.main_contents .prt_anime_01 div p:first-child {
  float: left;
  width: 32.8%;
}

.main_contents .prt_list_disc {
  margin: 20px 0;
  padding-left: 1.25em;
  list-style: disc outside;
}

.main_contents .prt_list_num {
  padding-left: 1.25em;
  list-style-position: outside;
  list-style-type: decimal;
}

.main_contents .prt_list_bnum {
  padding-left: 2.5em;
  counter-reset: bnum;
}

.main_contents .prt_list_bnum>li {
  counter-increment: bnum;
  text-indent: -2.5em;
  font-weight: bold;
}

.main_contents .prt_list_bnum>li:before {
  content: "（"counter(bnum) "）";
}

.main_contents .prt_list_links,
.main_contents .prt_list_cv {
  margin: 20px 0;
}

.main_contents .prt_list_links li,
.main_contents .prt_list_cv li {
  margin: 5px 0;
  text-align: right;
}

.main_contents .prt_list_cv a:after {
  content: " >>";
}

.main_contents .prt_list_inline li {
  display: inline-block;
  margin: 0 8px;
}

.main_contents .prt_list {
  margin: 20px 0;
  padding-left: 1.25em;
}

.main_contents .prt_list .linktext a{
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  text-decoration: none;
  line-height: 1.4;
  opacity: 1;
  margin-left: .25em;
  }

.main_contents .prt_list .linktext a:before {
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

.main_contents .prt_box_01,
.main_contents .prt_box_05 {
  margin-bottom: 30px;
  padding: 14px;
  width: 100%;
  border: 5px solid #ccc6d8;
}

.main_contents .prt_box_01 .prt_image,
.main_contents .prt_box_05 .prt_image,
.main_contents .prt_box_01 .prt_figure_01,
.main_contents .prt_box_05 .prt_figure_01,
.main_contents .prt_box_01 .prt_figure_02,
.main_contents .prt_box_05 .prt_figure_02 {
  margin: 0;
}

.main_contents .prt_box_02 {
  margin-bottom: 30px;
  padding: 14px;
  width: 100%;
  border: 2px dotted #2264a2;
}

.main_contents .prt_box_02 .ttl {
  margin-bottom: 0;
  color: #2264a2;
  font-weight: bold;
  font-size: 17.5px;
}

.main_contents .prt_box_03 {
  margin-bottom: 30px;
  padding: 14px;
  width: 100%;
  border: 3px solid #102850;
}

.main_contents .prt_box_03 .ttl {
  margin-bottom: 0;
  color: #102850;
  font-weight: bold;
  font-size: 17.5px;
}

.main_contents .prt_box_04 {
  margin-bottom: 30px;
  padding: 14px;
  width: 100%;
  border: 1px solid #ccc6d8;
  font-size: 14px;
}

.main_contents .prt_box_04 .prt_list_disc {
  margin: 0;
}

.main_contents .prt_box_05 {
  position: relative;
  border-color: #ccc;
}

.main_contents .prt_box_05 .caption {
  position: absolute;
  top: 10px;
  left: 20px;
  font-weight: bold;
}

.main_contents .prt_box_05 .prt_image,
.main_contents .prt_box_05 .prt_figure_01,
.main_contents .prt_box_05 .prt_figure_02 {
  padding-top: 30px;
}

.main_contents .prt_box_01 p:last-child,
.main_contents .prt_box_05 p:last-child,
.main_contents .prt_box_02 p:last-child,
.main_contents .prt_box_03 p:last-child,
.main_contents .prt_box_04 p:last-child {
  margin-bottom: 0;
}

.main_contents .prt_box_06 {
  margin-bottom: 30px;
  padding: 24px 14px 14px;
  background: #eff5fe;
}

.main_contents .prt_box_06>.header {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 18px;
}

.main_contents .prt_tips_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 14px;
  background: #fff;
}

.main_contents .prt_tips_box .textcont {
  -webkit-flex: 1 1 244px;
  flex: 1 1 244px;
  padding-right: 20px;

  -webkit-box-flex: 1;
}

.main_contents .prt_tips_box .thumb {
  -webkit-flex: 0 0 280px;
  flex: 0 0 280px;

  -webkit-box-flex: 0;
}

.main_contents .prt_tips_box .textcont>.header {
  margin: 0 0 8px;
}

.main_contents .prt_tips_box .textcont>.header .label {
  display: inline-block;
  padding: 4px 16px 2px;
  min-width: 80px;
  background: #44546a;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.main_contents .prt_tips_box .linktext a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  text-decoration: none;
  line-height: 1.4;
  opacity: 1;
}

.main_contents .prt_tips_box .linktext a:before {
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

.main_contents .prt_tips_box .linktext a:hover {
  text-decoration: underline;
}

.main_contents .prt_tips_box .thumb figcaption {
  margin: 4px 0 0;
}

.main_contents .prt_tips_box .thumb figcaption li {
  display: inline-block;
  margin: 0 4px;
}

.main_contents .prt_columns:after,
.main_contents .lead_index:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.main_contents .prt_columns .col_l,
.main_contents .lead_index .col_l {
  float: left;
  padding-right: 5px;
  width: 50%;
}

.main_contents .prt_columns .col_r,
.main_contents .lead_index .col_r {
  float: right;
  padding-left: 5px;
  width: 50%;
}

.main_contents .prt_columns .item,
.main_contents .lead_index .item {
  float: left;
  margin-left: 2%;
  width: 48%;
}

.main_contents .prt_columns .item .prt_image,
.main_contents .lead_index .item .prt_image,
.main_contents .prt_columns .item .prt_figure_01,
.main_contents .lead_index .item .prt_figure_01,
.main_contents .prt_columns .item .prt_figure_02,
.main_contents .lead_index .item .prt_figure_02 {
  margin-bottom: 0;
}

.main_contents .prt_columns .item:first-child,
.main_contents .lead_index .item:first-child {
  margin-left: 0;
}

.main_contents .prt_columns .item.wide,
.main_contents .lead_index .item.wide {
  width: 73%;
}

.main_contents .prt_columns .item.narrow,
.main_contents .lead_index .item.narrow {
  width: 25%;
}

.main_contents .prt_columns .item.sl_wide,
.main_contents .lead_index .item.sl_wide {
  width: 56%;
}

.main_contents .prt_columns .item.sl_narrow,
.main_contents .lead_index .item.sl_narrow {
  width: 42%;
}

.main_contents .prt_flexbox {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0;
}

.main_contents .prt_flexbox>.item {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 10px 10px;

  -webkit-box-flex: 1;
}

.main_contents .prt_flexarrows {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  margin: 30px 0;
}

.main_contents .prt_flexarrows .main_contents .prt_flexarrows {
  margin: 0 auto;
}

.main_contents .prt_flexarrows>.item {
  float: left;
  -webkit-flex: 1 1 240px;
  flex: 1 1 240px;
  padding: 0 5px;

  -webkit-box-flex: 1;
}

.main_contents .prt_flexarrows>.item.arrow {
  position: relative;
  z-index: 10;
  -webkit-flex: 0 0 46px;
  flex: 0 0 46px;
  padding: 0;
  min-height: 40px;
  width: 24px;

  -webkit-box-flex: 0;
}

.main_contents .prt_flexarrows>.item.arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main_contents .prt_flexarrows>.item .prt_figure_01 {
  margin: 0;
}

.main_contents .prt_flexarrows>.item .caption {
  text-align: center;
}

.main_contents .prt_flexarrows.nocap .item.arrow i {
  margin-top: 0;
}

.col2_01 {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2_01 a {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  color: #333;
}

.col2_01 a:not(:nth-of-type(1)):not(:nth-of-type(2))  {
  margin-top: 20px;
}
.col2_01 a span.heading{
  width: calc(100% - 100px);
  text-align:left;
  font-size: 15px;
  color: #333;
}

.main_contents .col2_01 a {
  color: #333;
}

.main_contents .col2_01 a:hover{
  opacity: 0.7;
}

.col2_01 a span.pic{
  padding-right:10px;
}

.col2_01 a span.pic img{
  padding: 2px;
  border:1px solid #dcdcdc;
}

.main_contents .prt_desc {
  margin: 0 0 20px;
}

.main_contents .prt_desc>dt {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 18px;
}

.main_contents .prt_desc>dt:first-child {
  margin-top: 0;
}

.main_contents .prt_desc_order {
  margin: 0 0 20px;
  counter-reset: desc-order;
}

.main_contents .prt_desc_order>dt {
  margin: 10px 0 0;
  padding: 0 0 0 1.5em;
  counter-increment: desc-order;
  text-indent: -1.5em;
  font-weight: bold;
  font-size: 18px;
}

.main_contents .prt_desc_order>dt:first-child {
  margin-top: 0;
}

.main_contents .prt_desc_order>dt:before {
  margin: 0 0.4em 0 0;
  content: counter(desc-order) ".";
}

.main_contents .prt_desc_order>dd {
  padding: 0 0 0 1.5em;
}

.main_contents .prt_desc_formula {
  margin: 30px 0;
}

.main_contents .prt_desc_formula .formula {
  margin: 10px 0;
  font-weight: bold;
}

.main_contents .prt_desc_formula .notes {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 14px;
}

.main_contents .prt_desc_formula .notes:before {
  content: "※";
}

.main_contents .prt_sect_cv {
  margin: 40px 0 0;
}

.main_contents .prt_sect_cv:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.main_contents .prt_sect_cv .ss_download_btn {
  float: right;
}

.main_contents .prt_sect_cv .ss_download_btn .txt01 {
  font-size: 16px;
}

.main_contents .ss_button_box {
  margin: 40px 0 80px;
}

.main_contents .ss_button_box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.main_contents .ss_button_box .product {
  float: left;
  width: 48%;
}

.main_contents .ss_button_box .product.btnr {
  float: none;
  width: 100%;
}

.main_contents .ss_button_box .product .product_btn {
  display: table;
  max-width: 340px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: #1284c8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #044aa0), color-stop(0, #1284c8));
  background: -webkit-linear-gradient(#1284c8, #044aa0);
  background: -webkit-gradient(linear, left top, left bottom, from(#1284c8), to(#044aa0));
  background: linear-gradient(#1284c8, #044aa0);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}

.main_contents .ss_button_box .product.btnr .product_btn {
  margin-right: 0;
  margin-left: auto;
}

.main_contents .ss_button_box .product .product_btn span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
}

.main_contents .ss_button_box .product .product_btn:hover {
  opacity: 0.7;
}

.main_contents .ss_button_box .download {
  float: right;
  width: 48%;
}

.main_contents .ss_button_box .download .txt03 {
  padding-right: 48px;
  font-size: 15px;
}

.main_contents .tbl_character th {
  width: 25%;
}

.main_contents .tbl_character th.adv {
  background: #ffeaea;
}

.main_contents .tbl_character th.short {
  background: #eaefff;
}

.main_contents .tbl_character td .prt_list_disc {
  margin: 0;
}

.main_contents .tbl_character td .tbl_list_2cols:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.main_contents .tbl_character td .tbl_list_2cols li {
  float: left;
  width: 50%;
}

.main_contents .tbl_character td .tbl_list_2cols li:nth-child(2n+1) {
  padding-right: 1.25em;
}

.main_contents .tbl_character td .prt_list {
  margin: 0;
  padding-left: 0;
}

.main_contents .tbl_character td .prt_list_disc + .prt_list {
  margin-top: 10px;
}

.main_contents .lead_index {
  margin: 0 0 30px;
}

.main_contents .lead_index .col_r {
  width: 45.1%;
}

.main_contents .lead_index .col_l {
  padding-left: 20px;
  width: 52.8%;
}

.main_contents .lead_index .prt_image,
.main_contents .lead_index .prt_figure_01,
.main_contents .lead_index .prt_figure_02 {
  margin: 0;
  padding: 0;
}

.main_contents .cat_index {
  margin: 30px 0;
  padding: 28px 20px 0;
  border-top: 1px solid #ccc;
}

.main_contents .cat_index:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.main_contents .cat_index li,
.main_contents .cat_index .subpage {
  float: left;
  margin: 5px 0;
  padding: 0 5px 0 0;
  width: 50%;
}

.main_contents .cat_index li:nth-child(2n+1) {
  clear: left;
}

.main_contents .cat_index a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
}

.main_contents .cat_index a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

.main_contents .cat_index li a span {
  text-decoration: underline;
}

.main_contents .cat_index li a:hover span {
  text-decoration: none;
}

.main_contents .cat_index .catname {
  margin: 0 0 8px;
  font-weight: bold;
}

.main_contents .prt_tbl thead th,
.main_contents .prt_tbl tbody th,
.main_contents .prt_rsp_tbl thead th,
.main_contents .prt_rsp_tbl tbody th {
  color: #333;
  font-weight: normal;
}

.main_contents .prt_tbl_frame table {
  width: 680px;
}

.prt_arrow_01,
.prt_caret_01 {
  position: relative;
  display: inline-block;
}

.prt_arrow_01:before,
.prt_caret_01:before,
.prt_arrow_01:after,
.prt_caret_01:after {
  position: absolute;
  content: "";
}

.prt_arrow_01:after,
.prt_caret_01:after {
  width: 0;
  height: 0;
  border-style: solid;
}

.prt_arrow_01:before,
.prt_caret_01:before {
  background: #012f7c;
}

.prt_arrow_01[data-direction="top"]:after,
.prt_caret_01[data-direction="top"]:after {
  border-color: transparent transparent #012f7c;
}

.prt_arrow_01[data-direction="bottom"]:after,
.prt_caret_01[data-direction="bottom"]:after {
  border-color: #012f7c transparent transparent;
}

.prt_arrow_01[data-direction="right"]:after,
.prt_caret_01[data-direction="right"]:after {
  border-color: transparent transparent transparent #012f7c;
}

.prt_arrow_01[data-direction="left"]:after,
.prt_caret_01[data-direction="left"]:after {
  border-color: transparent #012f7c transparent transparent;
}

.prt_arrow_01[data-color="gray"]:before,
.prt_caret_01[data-color="gray"]:before {
  background: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="top"]:after,
.prt_caret_01[data-color="gray"][data-direction="top"]:after {
  border-bottom-color: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="bottom"]:after,
.prt_caret_01[data-color="gray"][data-direction="bottom"]:after {
  border-top-color: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="right"]:after,
.prt_caret_01[data-color="gray"][data-direction="right"]:after {
  border-left-color: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="left"]:after,
.prt_caret_01[data-color="gray"][data-direction="left"]:after {
  border-right-color: #898989;
}

.prt_arrow_01[data-size="L"][data-direction="top"],
.prt_arrow_01[data-size="L"][data-direction="bottom"] {
  width: 240px;
  height: 180px;
}

.prt_arrow_01[data-size="L"][data-direction="top"]:before,
.prt_arrow_01[data-size="L"][data-direction="bottom"]:before {
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="L"][data-direction="top"]:after,
.prt_arrow_01[data-size="L"][data-direction="bottom"]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="L"][data-direction="right"],
.prt_arrow_01[data-size="L"][data-direction="left"] {
  width: 180px;
  height: 240px;
}

.prt_arrow_01[data-size="L"][data-direction="right"]:before,
.prt_arrow_01[data-size="L"][data-direction="left"]:before {
  top: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="L"][data-direction="right"]:after,
.prt_arrow_01[data-size="L"][data-direction="left"]:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="L"][data-direction="top"]:before {
  bottom: 0;
}

.prt_arrow_01[data-size="L"][data-direction="top"]:after {
  top: 0;
  border-width: 0 120px 96px;
}

.prt_arrow_01[data-size="L"][data-direction="bottom"]:before {
  top: 0;
}

.prt_arrow_01[data-size="L"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 96px 120px 0;
}

.prt_arrow_01[data-size="L"][data-direction="right"]:before {
  left: 0;
}

.prt_arrow_01[data-size="L"][data-direction="right"]:after {
  right: 0;
  border-width: 120px 0 120px 96px;
}

.prt_arrow_01[data-size="L"][data-direction="left"]:before {
  right: 0;
}

.prt_arrow_01[data-size="L"][data-direction="left"]:after {
  left: 0;
  border-width: 120px 96px 120px 0;
}

.prt_arrow_01[data-size="M"][data-direction="top"],
.prt_arrow_01[data-size="M"][data-direction="bottom"] {
  width: 120px;
  height: 90px;
}

.prt_arrow_01[data-size="M"][data-direction="top"]:before,
.prt_arrow_01[data-size="M"][data-direction="bottom"]:before {
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="M"][data-direction="top"]:after,
.prt_arrow_01[data-size="M"][data-direction="bottom"]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="M"][data-direction="right"],
.prt_arrow_01[data-size="M"][data-direction="left"] {
  width: 90px;
  height: 120px;
}

.prt_arrow_01[data-size="M"][data-direction="right"]:before,
.prt_arrow_01[data-size="M"][data-direction="left"]:before {
  top: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="M"][data-direction="right"]:after,
.prt_arrow_01[data-size="M"][data-direction="left"]:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="M"][data-direction="top"]:before {
  bottom: 0;
}

.prt_arrow_01[data-size="M"][data-direction="top"]:after {
  top: 0;
  border-width: 0 60px 48px;
}

.prt_arrow_01[data-size="M"][data-direction="bottom"]:before {
  top: 0;
}

.prt_arrow_01[data-size="M"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 48px 60px 0;
}

.prt_arrow_01[data-size="M"][data-direction="right"]:before {
  left: 0;
}

.prt_arrow_01[data-size="M"][data-direction="right"]:after {
  right: 0;
  border-width: 60px 0 60px 48px;
}

.prt_arrow_01[data-size="M"][data-direction="left"]:before {
  right: 0;
}

.prt_arrow_01[data-size="M"][data-direction="left"]:after {
  left: 0;
  border-width: 60px 48px 60px 0;
}

.prt_arrow_01[data-size="S"][data-direction="top"],
.prt_arrow_01[data-size="S"][data-direction="bottom"] {
  width: 60px;
  height: 45px;
}

.prt_arrow_01[data-size="S"][data-direction="top"]:before,
.prt_arrow_01[data-size="S"][data-direction="bottom"]:before {
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="S"][data-direction="top"]:after,
.prt_arrow_01[data-size="S"][data-direction="bottom"]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="S"][data-direction="right"],
.prt_arrow_01[data-size="S"][data-direction="left"] {
  width: 45px;
  height: 60px;
}

.prt_arrow_01[data-size="S"][data-direction="right"]:before,
.prt_arrow_01[data-size="S"][data-direction="left"]:before {
  top: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="S"][data-direction="right"]:after,
.prt_arrow_01[data-size="S"][data-direction="left"]:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="S"][data-direction="top"]:before {
  bottom: 0;
}

.prt_arrow_01[data-size="S"][data-direction="top"]:after {
  top: 0;
  border-width: 0 30px 24px;
}

.prt_arrow_01[data-size="S"][data-direction="bottom"]:before {
  top: 0;
}

.prt_arrow_01[data-size="S"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 24px 30px 0;
}

.prt_arrow_01[data-size="S"][data-direction="right"]:before {
  left: 0;
}

.prt_arrow_01[data-size="S"][data-direction="right"]:after {
  right: 0;
  border-width: 30px 0 30px 24px;
}

.prt_arrow_01[data-size="S"][data-direction="left"]:before {
  right: 0;
}

.prt_arrow_01[data-size="S"][data-direction="left"]:after {
  left: 0;
  border-width: 30px 24px 30px 0;
}

.prt_arrow_01[data-size="SS"][data-direction="top"],
.prt_arrow_01[data-size="SS"][data-direction="bottom"] {
  width: 30px;
  height: 22.5px;
}

.prt_arrow_01[data-size="SS"][data-direction="top"]:before,
.prt_arrow_01[data-size="SS"][data-direction="bottom"]:before {
  left: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="SS"][data-direction="top"]:after,
.prt_arrow_01[data-size="SS"][data-direction="bottom"]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="SS"][data-direction="right"],
.prt_arrow_01[data-size="SS"][data-direction="left"] {
  width: 22.5px;
  height: 30px;
}

.prt_arrow_01[data-size="SS"][data-direction="right"]:before,
.prt_arrow_01[data-size="SS"][data-direction="left"]:before {
  top: 50%;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="SS"][data-direction="right"]:after,
.prt_arrow_01[data-size="SS"][data-direction="left"]:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="SS"][data-direction="top"]:before {
  bottom: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="top"]:after {
  top: 0;
  border-width: 0 15px 12px;
}

.prt_arrow_01[data-size="SS"][data-direction="bottom"]:before {
  top: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 12px 15px 0;
}

.prt_arrow_01[data-size="SS"][data-direction="right"]:before {
  left: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="right"]:after {
  right: 0;
  border-width: 15px 0 15px 12px;
}

.prt_arrow_01[data-size="SS"][data-direction="left"]:before {
  right: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="left"]:after {
  left: 0;
  border-width: 15px 12px 15px 0;
}

.prt_caret_01[data-size="L"][data-direction="top"],
.prt_caret_01[data-size="L"][data-direction="bottom"] {
  width: 240px;
  height: 96px;
}

.prt_caret_01[data-size="L"][data-direction="top"]:before,
.prt_caret_01[data-size="L"][data-direction="bottom"]:before {
  display: none;
}

.prt_caret_01[data-size="L"][data-direction="top"]:after,
.prt_caret_01[data-size="L"][data-direction="bottom"]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="L"][data-direction="right"],
.prt_caret_01[data-size="L"][data-direction="left"] {
  width: 96px;
  height: 240px;
}

.prt_caret_01[data-size="L"][data-direction="right"]:after,
.prt_caret_01[data-size="L"][data-direction="left"]:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="L"][data-direction="top"]:before {
  bottom: 0;
}

.prt_caret_01[data-size="L"][data-direction="top"]:after {
  top: 0;
  border-width: 0 120px 96px;
}

.prt_caret_01[data-size="L"][data-direction="bottom"]:before {
  top: 0;
}

.prt_caret_01[data-size="L"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 96px 120px 0;
}

.prt_caret_01[data-size="L"][data-direction="right"]:before {
  left: 0;
}

.prt_caret_01[data-size="L"][data-direction="right"]:after {
  right: 0;
  border-width: 120px 0 120px 96px;
}

.prt_caret_01[data-size="L"][data-direction="left"]:before {
  right: 0;
}

.prt_caret_01[data-size="L"][data-direction="left"]:after {
  left: 0;
  border-width: 120px 96px 120px 0;
}

.prt_caret_01[data-size="M"][data-direction="top"],
.prt_caret_01[data-size="M"][data-direction="bottom"] {
  width: 120px;
  height: 48px;
}

.prt_caret_01[data-size="M"][data-direction="top"]:before,
.prt_caret_01[data-size="M"][data-direction="bottom"]:before {
  display: none;
}

.prt_caret_01[data-size="M"][data-direction="top"]:after,
.prt_caret_01[data-size="M"][data-direction="bottom"]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="M"][data-direction="right"],
.prt_caret_01[data-size="M"][data-direction="left"] {
  width: 48px;
  height: 120px;
}

.prt_caret_01[data-size="M"][data-direction="right"]:after,
.prt_caret_01[data-size="M"][data-direction="left"]:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="M"][data-direction="top"]:before {
  bottom: 0;
}

.prt_caret_01[data-size="M"][data-direction="top"]:after {
  top: 0;
  border-width: 0 60px 48px;
}

.prt_caret_01[data-size="M"][data-direction="bottom"]:before {
  top: 0;
}

.prt_caret_01[data-size="M"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 48px 60px 0;
}

.prt_caret_01[data-size="M"][data-direction="right"]:before {
  left: 0;
}

.prt_caret_01[data-size="M"][data-direction="right"]:after {
  right: 0;
  border-width: 60px 0 60px 48px;
}

.prt_caret_01[data-size="M"][data-direction="left"]:before {
  right: 0;
}

.prt_caret_01[data-size="M"][data-direction="left"]:after {
  left: 0;
  border-width: 60px 48px 60px 0;
}

.prt_caret_01[data-size="S"][data-direction="top"],
.prt_caret_01[data-size="S"][data-direction="bottom"] {
  width: 60px;
  height: 24px;
}

.prt_caret_01[data-size="S"][data-direction="top"]:before,
.prt_caret_01[data-size="S"][data-direction="bottom"]:before {
  display: none;
}

.prt_caret_01[data-size="S"][data-direction="top"]:after,
.prt_caret_01[data-size="S"][data-direction="bottom"]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="S"][data-direction="right"],
.prt_caret_01[data-size="S"][data-direction="left"] {
  width: 24px;
  height: 60px;
}

.prt_caret_01[data-size="S"][data-direction="right"]:after,
.prt_caret_01[data-size="S"][data-direction="left"]:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="S"][data-direction="top"]:before {
  bottom: 0;
}

.prt_caret_01[data-size="S"][data-direction="top"]:after {
  top: 0;
  border-width: 0 30px 24px;
}

.prt_caret_01[data-size="S"][data-direction="bottom"]:before {
  top: 0;
}

.prt_caret_01[data-size="S"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 24px 30px 0;
}

.prt_caret_01[data-size="S"][data-direction="right"]:before {
  left: 0;
}

.prt_caret_01[data-size="S"][data-direction="right"]:after {
  right: 0;
  border-width: 30px 0 30px 24px;
}

.prt_caret_01[data-size="S"][data-direction="left"]:before {
  right: 0;
}

.prt_caret_01[data-size="S"][data-direction="left"]:after {
  left: 0;
  border-width: 30px 24px 30px 0;
}

.prt_caret_01[data-size="SS"][data-direction="top"],
.prt_caret_01[data-size="SS"][data-direction="bottom"] {
  width: 30px;
  height: 12px;
}

.prt_caret_01[data-size="SS"][data-direction="top"]:before,
.prt_caret_01[data-size="SS"][data-direction="bottom"]:before {
  display: none;
}

.prt_caret_01[data-size="SS"][data-direction="top"]:after,
.prt_caret_01[data-size="SS"][data-direction="bottom"]:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="SS"][data-direction="right"],
.prt_caret_01[data-size="SS"][data-direction="left"] {
  width: 12px;
  height: 30px;
}

.prt_caret_01[data-size="SS"][data-direction="right"]:after,
.prt_caret_01[data-size="SS"][data-direction="left"]:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="SS"][data-direction="top"]:before {
  bottom: 0;
}

.prt_caret_01[data-size="SS"][data-direction="top"]:after {
  top: 0;
  border-width: 0 15px 12px;
}

.prt_caret_01[data-size="SS"][data-direction="bottom"]:before {
  top: 0;
}

.prt_caret_01[data-size="SS"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 12px 15px 0;
}

.prt_caret_01[data-size="SS"][data-direction="right"]:before {
  left: 0;
}

.prt_caret_01[data-size="SS"][data-direction="right"]:after {
  right: 0;
  border-width: 15px 0 15px 12px;
}

.prt_caret_01[data-size="SS"][data-direction="left"]:before {
  right: 0;
}

.prt_caret_01[data-size="SS"][data-direction="left"]:after {
  left: 0;
  border-width: 15px 12px 15px 0;
}

/* new icon */
.index_nav .js_new_icon:after,
#footer .js_new_icon:after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 4px;
  padding: 0 4px;
  background: #e60012;
  color: #fff;
  content: "NEW";
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
}

/* Pages
------------------------------- */
#mainvs {
  position: relative;
  height: 300px;
  background: #95a8c7 url(/img/ss/products/process/flowmeter/bg_style_021.jpg) center no-repeat;
}

#mainvs .contents_wrap {
  padding-top: 50px;
  text-align: center;
}

#mainvs .contents_wrap .page_title,
#mainvs .contents_wrap p,
#mainvs .contents_wrap .button {
  padding: 0 40px;
  width: 500px;
}

#mainvs .contents_wrap .page_title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

#mainvs .contents_wrap p {
  margin: 30px 0;
}

#mainvs .contents_wrap p span {
  display: inline-block;
}

#mainvs .contents_wrap .ss_download_btn {
  margin: 0 auto;
  max-width: 312px;
}

.flex_box {
  display: flex;
  justify-content: space-between;
}

.flex_box .flex_item.img {
  flex: 0 0 auto;
}

#type-parts .flex_box.style_01 .flex_item:not(:last-child) {
  margin-right: 20px;
}

#type-parts .flex_box.style_01 .flex_item {
  flex-basis: 210px;
}

#type-parts .flex_box.style_02 {
  justify-content: flex-start;
}

#type-parts .flex_box.style_02 .flex_item.img .prt_figure_01 {
  margin: 0 20px 0 0;
}

#type-parts .flex_box.style_02 .flex_item.img .prt_figure_01 img {
  border: 1px solid #dcdcdc;
}

#p_plumbing-fittings .flex_item.img.style_01 {
  padding-left: 10px;
}

.co_protection_style_001 {
  overflow: hidden;
  margin: 20px 0;
}

.co_protection_style_001 .col:first-child i:before,
.co_protection_style_001 .col:first-child i:after,
.co_protection_style_001 .s_flow_style_001 .prt_sub_sect i:before,
.s_flow_style_001 .prt_sub_sect .co_protection_style_001 i:before,
.co_protection_style_001 .s_flow_style_001 .prt_sub_sect i:after,
.s_flow_style_001 .prt_sub_sect .co_protection_style_001 i:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
}

.co_protection_style_001 .col {
  position: relative;
  float: left;
  margin: 0 0 0 40px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

.co_protection_style_001 .col .caption {
  font-weight: bold;
  font-size: 14px;
}

.co_protection_style_001 .col .image {
  position: relative;
  margin: 0 0 10px;
  border: 1px solid #333;
  text-align: center;
}

.co_protection_style_001 .col .image img {
  max-width: 100%;
  height: auto;
}

.co_protection_style_001 .col .exp {
  font-size: 13px;
}

.co_protection_style_001 .col:first-child {
  margin-left: 0;
}

.co_protection_style_001 .col:first-child i {
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  overflow: hidden;
  width: 26px;
  height: 20px;
  -webkit-transform: translate(7px, -50%);
  transform: translate(7px, -50%);
}

.co_protection_style_001 .col:first-child i:before {
  right: 0;
  width: 18px;
  height: 18px;
  border-right: 5px solid #898989;
  border-bottom: 5px solid #898989;
  -webkit-transform: translate(-3px, -50%) rotate(-45deg);
  transform: translate(-3px, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.co_protection_style_001 .col:first-child i:after {
  left: 0;
  width: 100%;
  height: 5px;
  background: #898989;
  -webkit-transform: translate(-3px, -50%);
  transform: translate(-3px, -50%);
}

.co_object_style_001 th {
  width: 200px;
}

.s_point_style_001 {
  display: table;
  margin: 30px 0;
  padding: 10px 0;
  width: 100%;
  background: #e9ecf1;
  table-layout: fixed;
}

.s_point_style_001 .caption,
.s_point_style_001 .cont {
  display: table-cell;
  vertical-align: middle;
}

.s_point_style_001 .caption {
  padding: 0 15px 0 25px;
  width: 154px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
}

.s_point_style_001 .caption strong {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
}

.s_point_style_001 .cont ul {
  display: table;
  width: 100%;
  border-spacing: 10px 0;
  table-layout: fixed;
}

.s_point_style_001 .cont ul li {
  display: table-cell;
  height: 104px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 31px;
}

.s_point_style_001 .cont ul li.water {
  background-image: url(/img/ss/products/process/flowmeter/bg_style_015.png);
  text-shadow: 0 0 15px rgba(38, 76, 89, 0.65);
}

.s_point_style_001 .cont ul li.oil {
  background-image: url(/img/ss/products/process/flowmeter/bg_style_016.png);
  text-shadow: 0 0 15px rgba(84, 65, 39, 0.65);
}

.s_point_style_001 .cont ul li.chemical {
  background-image: url(/img/ss/products/process/flowmeter/bg_style_017.png);
  text-shadow: 0 0 15px rgba(23, 51, 50, 0.65);
}

.s_point_style_001 .cont p {
  margin: 10px 10px 0;
  padding: 10px 10px 9px;
  background: #ccd6e0;
  color: #444658;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.s_point_style_002 {
  font-size: 15px;
}

.s_point_style_002 thead th,
.s_point_style_002 thead td,
.s_point_style_002 tbody th,
.s_point_style_002 tbody td {
  padding: 5px;
}

.s_point_style_002 thead tr:first-child th:first-child {
  width: 19.3%;
}

.s_point_style_002 thead tr:first-child th:first-child+th {
  width: 14.7%;
}

.s_point_style_002 thead tr:first-child th:first-child+th+th {
  width: 150px;
}

.s_point_style_002 tbody td:nth-of-type(2),
.s_point_style_002 tbody td:nth-of-type(3),
.s_point_style_002 tbody td:nth-of-type(4) {
  text-align: center;
}

.s_flow_style_001 .co_protection_style_001 .col:first-child i:before,
.co_protection_style_001 .col:first-child .s_flow_style_001 i:before,
.s_flow_style_001 .co_protection_style_001 .col:first-child i:after,
.co_protection_style_001 .col:first-child .s_flow_style_001 i:after,
.s_flow_style_001 .prt_sub_sect i:before,
.s_flow_style_001 .prt_sub_sect i:after {
  position: absolute;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.s_flow_style_001 .prt_sub_sect {
  position: relative;
}

.s_flow_style_001 .prt_sub_sect i {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  height: 30px;
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
}

.s_flow_style_001 .prt_sub_sect i:before {
  width: 30px;
  height: 10px;
  background: #ccc;
}

.s_flow_style_001 .prt_sub_sect i:after {
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 20px 30px 0;
  border-style: solid;
  border-color: #ccc transparent transparent;
}

.s_flow_style_001 .prt_sub_sect:last-child i {
  display: none;
}

.s_flow_style_002 td {
  text-align: center;
}

.main_contents .s_detection_style_001 {
  margin: 40px 0 60px;
}

.main_contents .s_detection_style_001 dt {
  margin-bottom: 10px;
}

.s_viscosity_style_001 td {
  text-align: center;
}

.type_code {
  display: block;
  font-weight: bold;
}

.type_box_formula {
  margin-bottom: 30px;
  padding: 14px;
  border: 1px solid #ccc6d8;
  font-weight: bold;
}

.type_box_principle {
  margin: 15px 0 30px;
}

.type_box_principle p {
  margin: 0;
}

.type_box_principle .prt_list_num {
  font-weight: bold;
}

.tbl_corres td {
  text-align: center;
}

.te_size_style_001 {
  font-size: 15px;
}

.te_size_style_001 thead th,
.te_size_style_001 thead td,
.te_size_style_001 tbody th,
.te_size_style_001 tbody td {
  padding: 5px;
}

.te_size_style_001 td {
  text-align: right;
}

.main_contents .te_floating_figure_01 {
  font-size: 16px;
}

.main_contents .te_floating_liquidtable {
  margin: 0 auto;
  max-width: 600px;
}

.main_contents .te_floating_liquidtable .item {
  -webkit-flex: 0 1 100px;
  flex: 0 1 100px;
  margin: 0 10px 10px;

  -webkit-box-flex: 0;
  -webkit-box-flex: 1;
}

.download_container.main_contents {
  width: 100%;
}

.download_container.main_contents .prt_header_02 {
  margin: 0 0 20px;
}

.download_container.main_contents a:not(.ss_download_btn):hover {
  text-decoration: underline;
  opacity: 0.7;
}

.download_container p,
.download_container .exp {
  margin: 0 0 20px;
  word-break: break-all;
}

.download_container img {
  border: solid 1px #ccc;
}

.download_container .download_btn_box .ss_download_btn {
  margin: auto;
}

.download_container .download_btn_box .ss_download_btn .txt01 {
  padding-right: 30px;
}

.download_block {
  position: relative;
  display: table;
  margin-bottom: 4.08%;
  padding: 20px;
  width: 100%;
  border: 1px solid #d6d6d6;
}

.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;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
}

.download_block .item_des {
  padding-bottom: 55px;
}

.download_block .download_btn_box {
  position: absolute;
  bottom: 20px;
  left: auto;
  width: 320px;
}

.download_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.download_list li {
  display: block;
  float: left;
  margin: 0 0 4.08% 4.08%;
  width: 300px;
}

.download_list li .item_box {
  padding: 20px;
  border: 1px solid #d6d6d6;
}

.download_list li:nth-child(3n+1) {
  margin-left: 0;
}

.download_list li .item_ttl a {
  color: #0094d3;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
}

.download_list li .item_thumb {
  margin-bottom: 20px;
  text-align: center;
}

.download_list li .item_box p {
  margin: 38px 0 20px;
}

.download_list li .item_box p.new {
  position: relative;
}

.download_list li .item_box p.new:before {
  position: absolute;
  top: -31px;
  padding: 4px 0 3px;
  width: 95px;
  border-radius: 6px;
  background: #0070c0;
  color: #fff;
  content: "人気資料";
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.pressureloss_img_box {
  margin: 50px 0;
}

.pressureloss_img_box .prt_image,
.pressureloss_img_box .main_contents .prt_figure_01,
.main_contents .pressureloss_img_box .prt_figure_01,
.pressureloss_img_box .main_contents .prt_figure_02,
.main_contents .pressureloss_img_box .prt_figure_02 {
  margin-bottom: 70px;
}

.pressureloss_img_box .prt_image>.caption,
.pressureloss_img_box .main_contents .prt_figure_01>.caption,
.main_contents .pressureloss_img_box .prt_figure_01>.caption,
.pressureloss_img_box .main_contents .prt_figure_02>.caption,
.main_contents .pressureloss_img_box .prt_figure_02>.caption {
  margin: 0;
}

.valve_sect>div:last-child {
  margin: 0;
}

.valve_sect .valve {
  margin-bottom: 30px;
}

.valve_sect .valve .prt_image,
.valve_sect .valve .main_contents .prt_figure_01,
.main_contents .valve_sect .valve .prt_figure_01,
.valve_sect .valve .main_contents .prt_figure_02,
.main_contents .valve_sect .valve .prt_figure_02 {
  margin: 0 0 20px;
}

.valve_sect .valve_ttl {
  padding-left: 1em;
  font-weight: bold;
  font-size: 20px;
}

.valve_sect .valve_sub_ttl {
  padding-left: 2.4em;
}

.piping_pipe {
  margin: 30px 0;
}

.piping_pipe dt {
  padding-left: 1em;
  font-size: 20px;
}

.piping_pipe dd {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.piping_pipe dd:last-child {
  margin: 0;
  border: none;
}

.case_plant_01 .prt_columns .ite.narrow,
.case_plant_01 .main_contents .lead_index .ite.narrow,
.main_contents .case_plant_01 .lead_index .ite.narrow {
  width: 42%;
}

.case_plant_01 .prt_columns .ite .wide,
.case_plant_01 .main_contents .lead_index .ite .wide,
.main_contents .case_plant_01 .lead_index .ite .wide {
  width: 56%;
}

.case_plant_01 .prt_columns .item .prt_image,
.case_plant_01 .main_contents .lead_index .item .prt_image,
.main_contents .case_plant_01 .lead_index .item .prt_image,
.case_plant_01 .prt_columns .item .main_contents .prt_figure_01,
.main_contents .case_plant_01 .prt_columns .item .prt_figure_01,
.case_plant_01 .main_contents .lead_index .item .prt_figure_01,
.main_contents .case_plant_01 .lead_index .item .prt_figure_01,
.case_plant_01 .prt_columns .item .main_contents .prt_figure_02,
.main_contents .case_plant_01 .prt_columns .item .prt_figure_02,
.case_plant_01 .main_contents .lead_index .item .prt_figure_02,
.main_contents .case_plant_01 .lead_index .item .prt_figure_02 {
  margin: 0;
}

.acenter{
  text-align: center;
}
.aleft{
  text-align: left;
}
.aight{
  text-align: right;
}
/* deqwas */
.deqwas_contents {
  margin: 0 auto 50px;
  width: 980px;
}

/* 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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .index_nav .nav_menu>ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }

  .index_nav .nav_menu .nav_item {
    float: left;
    margin: 0 0 20px 20px;
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }

  .index_nav .nav_menu .nav_item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }

  .index_nav .ac_btn {
    position: relative;
    cursor: auto;
  }

  .index_nav .nav_list,
  #container .index_nav .nav_section .nav_content .nav_list_wrap {
    display: block !important;
    padding: 0 !important;
  }

  .index_nav .nav_list>ul,
  .index_nav .subcategories .subcat {
    padding: 25px 20px;
  }

  .index_nav .nav_list li,
  .index_nav .subcategories .subpage {
    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 {
    padding: 0 0 70px;
  }

  .index_nav .nav_item {
    border: 1px solid #f0f0f0;
    background: #fff;
  }

  .index_nav .ac_btn:after {
    display: block;
    width: 100%;
    height: 130px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }

  .index_nav .ac_btn .label {
    display: block;
    padding: 11px 15px;
    background: #102751;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
  }

  .index_nav .cat_base .ac_btn:after {
    background-image: url(/img/ss/products/process/flowmeter/bg_style_004.png);
  }

  .index_nav .cat_controle .ac_btn:after {
    background-image: url(/img/ss/products/process/flowmeter/bg_style_005.png);
  }

  .index_nav .cat_selection .ac_btn:after {
    background-image: url(/img/ss/products/process/flowmeter/bg_style_006.png);
  }

  .index_nav .cat_type .ac_btn:after {
    background-image: url(/img/ss/products/process/flowmeter/bg_style_007.png);
  }

  .index_nav .cat_technique .ac_btn:after {
    background-image: url(/img/ss/products/process/flowmeter/bg_style_008.png);
  }

  .index_nav .cat_case .ac_btn:after {
    background-image: url(/img/ss/products/process/flowmeter/bg_style_009.png);
  }

  .index_nav .nav_list li,
  .index_nav .subcategories .subpage {
    margin: 7px 0 0;
  }

  .index_nav .nav_list li a {
    color: #0645ad;
  }

  .index_nav .nav_list.two_column:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }

  .index_nav .nav_list.two_column>ul {
    float: left;
    width: 50%;
  }

  .index_nav .to_glossary {
    float: left;
    margin-top: 25px;
    margin-right: 23px;
    width: 478px;
  }

  .index_nav .to_glossary dt {
    display: none;
  }

  .index_nav .to_glossary a {
    display: block;
    overflow: hidden;
    padding: 21.8% 0 0;
    width: 100%;
    background: url(/img/ss/products/process/flowmeter/bg_style_010.png) no-repeat center;
    background-size: contain;
    text-indent: -10000px;
    font-size: 0;
  }

  .index_nav .to_selection {
    float: left;
    margin-top: 25px;
    width: 478px;
  }

  .index_nav .to_selection dt {
    display: none;
  }

  .index_nav .to_selection a {
    display: block;
    overflow: hidden;
    padding: 21.8% 0 0;
    width: 100%;
    background: url(/img/ss/products/process/flowmeter/bg_style_018.jpg) no-repeat center;
    background-size: contain;
    text-indent: -10000px;
    font-size: 0;
  }

  .index_nav .left_bnr {
    display: none;
  }

  .index_nav .subcategories {
    clear: both;
    padding-top: 25px;
  }

  .index_nav ul+.subcategories {
    padding-top: 0;
  }

  .index_nav .subcategories .subcat:first-child {
    padding-top: 0;
  }

  .index_nav .subcategories .catname {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
  }

  /* 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 */
  /* Override */
  /* Modules */
  .main_contents .ss_button_box .product {
    float: none;
    width: 100%;
  }

  .main_contents .ss_button_box .product .product_btn {
    margin: 0 auto 35px;
  }

  .main_contents .ss_button_box .download {
    float: none;
    width: 100%;
  }

  .main_contents .ss_button_box .download .ss_download_btn {
    margin: 0 auto;
  }

  .main_contents .ss_button_box .product.inquiry {
    margin: 0 auto 50px;
  }

  /* Pages */
  .main_contents .te_floating_liquidtable .item {
    -webkit-flex: 1 1 92px;
    flex: 1 1 92px;

    -webkit-box-flex: 1;
  }

  .download_list li {
    width: 47.96%;
  }

  .download_list li:nth-child(3n+1) {
    margin-left: 4.08%;
  }

  .download_list li:nth-child(2n+1) {
    margin-left: 0;
  }

  .s_point_style_001 .cont ul li {
    font-size: 26px;
  }
}

@media screen and (max-width: 890px) {
  .main_contents .te_floating_liquidtable {
    margin: 0 -10px;
    max-width: none;
  }
}

@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 */
  .main_contents .ss_button_box:after {
    display: none;
  }

  .main_contents .ss_button_box .product,
  .main_contents .ss_button_box .download {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .main_contents .ss_button_box .product.inquiry {
    margin: 0 auto 50px;
  }

  .main_contents .ss_button_box .product.inquiry .product_btn .img01 {
    right: 17px;
  }

  .main_contents .prt_tips_box {
    padding-right: 14px;
  }

  .main_contents .prt_tips_box .textcont {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 0;

    -webkit-box-flex: 1;
  }

  .main_contents .prt_tips_box .thumb {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 16px 0 0;
    text-align: center;

    -webkit-box-flex: 1;
  }

  .main_contents .prt_flexarrows {
    display: block;
    overflow: visible;
    margin: 30px 0;
  }

  .main_contents .prt_flexarrows>.item {
    float: none;
    margin: 0 0 10px;
    padding: 0;
  }

  .main_contents .prt_flexarrows>.item.arrow {
    width: auto;
  }

  .main_contents .prt_flexarrows>.item.arrow i {
    margin: 0;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  /* Pages */
  .s_point_style_001 {
    display: block;
  }

  .s_point_style_001 .caption,
  .s_point_style_001 .cont {
    display: block;
  }

  .s_point_style_001 .caption {
    padding: 0 10px;
    width: auto;
    text-align: center;
    font-size: 20px;
  }

  .s_point_style_001 .caption strong {
    font-size: 26px;
  }

  .s_point_style_001 .cont ul {
    padding: 0 5px;
    border-spacing: 5px 0;
  }

  .s_point_style_001 .cont ul li {
    height: 85px;
    font-size: 20px;
  }

  .s_point_style_001 .cont p {
    margin-top: 5px;
    padding: 6px 10px 5px;
    font-size: 20px;
  }
}

@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 {
    margin: 0 11px 0 0;
    width: 18px;
    height: 24px;
  }

  #header .btn_contact a:before {
    margin: -4px 4px 0 0;
    width: 20px;
    height: 20px;
  }

  /* 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;
    margin: 0 0 20px;
    width: auto;
  }

  .index_nav .nav_menu .nav_item:nth-child(2n+1) {
    margin-left: 0;
  }

  .index_nav .to_glossary {
    float: none;
    margin: 35px auto 0;
    margin-right: 0;
  }

  .index_nav .to_selection {
    float: none;
    margin: 25px auto 0;
  }

  #container .index_nav .nav_section {
    display: block;
  }

  #container .index_nav .nav_section .nav_content {
    width: 100%;
  }

  /* Override */
  /* Modules */
  .demo_logo {
    font-size: 13px;
  }

  .demo_tel {
    font-size: 10px;
  }

  /* Pages */
  .col2_01 {
    display: block;
  }
  .col2_01 a {
    width: 100%;
    justify-content: space-evenly;
    padding: 0;
    width: 100%;
    justify-content: space-evenly;
    padding: 0;
  }
  .col2_01 a:nth-of-type(2) {
    margin-top: 20px;
  }
  .flex_box {
    flex-direction: column;
  }
  #type-parts .flex_box.style_01 {
    align-items: center;
  }
  #type-parts .flex_box.style_01 .flex_item:not(:last-child) {
    margin: 0 0 20px 0;
    flex-basis: auto;
  }
  #type-parts .flex_box.style_02 .flex_item.img .prt_figure_01 {
    margin: 0 0 20px 0;
  }

  #p_plumbing-fittings .flex_item.img.style_01 {
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {

  /* General */
  .pc_view {
    display: none;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contents_wrap {
    padding: 0 15px;
  }

  /* Header */
  #header {
    border: none;
  }

  #header .inner {
    padding: 0;
  }

  #header .head_box {
    margin: 0;
    padding: 12px 15px;
    width: 100%;
  }

  #header .head_box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }

  #header .site_title {
    padding: 0;
    width: 60%;
  }

  #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;
    text-align: center;
    font-size: 14px;
  }

  #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;
    margin: 0 auto 17px;
    width: 20px;
    height: 26px;
  }

  #header .btn_contact {
    margin-right: 0;
    border-radius: 0;
  }

  #header .btn_contact a {
    padding: 10px 0 5px;
  }

  #header .btn_contact a:before {
    display: block;
    margin: 0 auto 8px;
    width: 25px;
    height: 25px;
  }

  #header .btn_tel {
    display: block;
  }

  #header .btn_tel a {
    padding: 8px 0 5px;
  }

  #header .btn_tel a:before {
    display: block;
    margin: 0 auto 5px;
    width: 22px;
    height: 30px;
  }

  /* Breadcrumbs */
  #breadcrumb {
    display: flex;
    order: 2;
    margin-bottom: 0;
  }
  #breadcrumb ul {
    margin: 0 auto 0 0;
    padding: 0 10px;
    width: 100%;
  }

  /* 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-weight: bold;
    font-size: 13px;
  }

  #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;
  }

  /* CV Bottom */
  #cv_contact {
    width: 100%;
    height: auto;
    order: 1;
  }

  #cv_contact .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    background: #fff;
  }

  #cv_contact .fixed_wrapper .inner {
    overflow: visible;
    padding: 0;
    width: auto;
    background-color: #102751;
  }

  #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;
    overflow: hidden;
    width: 100%;
  }

  #cv_contact .fixed_wrapper .inner li {
    display: table;
    float: left;
    margin: 0;
    width: 50%;
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner li a {
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
  }

  #cv_contact #pagetop {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: auto;
    height: 60px;
    background: none;
  }

  #cv_contact #pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    width: 40px;
    height: 40px;
  }

  #cv_contact #pagetop a:before {
    margin-top: -4px;
    width: 16px;
    height: 16px;
  }

  #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;
  }

  /* SUB Page Bnr */
  .ss_subpage {
    max-width: none;
  }

  .ss_subpage .ss_subpage_bnr>a {
    max-width: none;
    width: 100%;
  }

  .ss_subpage .ss_subpage_bnr>a .inner .btn_wrap .btn {
    width: 100%;
  }

  /* CV Bottom download */
  .cv_area_btn .top {
    padding: 3%;
  }

  .cv_area_btn .title {
    margin-right: 95px;
    font-size: 14px;
  }

  .cv_area_btn .title .display_content {
    display: block;
  }

  .cv_area_btn .title .size01 {
    font-size: 16px;
  }

  .cv_area_btn .text {
    margin-right: 95px;
    font-size: 13px;
  }

  .cv_area_btn .img {
    position: absolute;
    top: 10px;
    right: 8px;
    max-width: 86px;
  }

  /* CV Bottom bmr */
  .cv_bottom .cv_bottom_bnr {
    margin-top: 30px;
  }

  .cv_bottom .cv_bottom_bnr>a,
  .cv_bottom .cv_bottom_bnr>a:nth-child(2n) {
    float: none;
    max-width: none;
    width: 100%;
  }

  .cv_bottom .cv_bottom_bnr>a+a {
    margin-top: 10px;
  }

  .cv_bottom .cv_bottom_bnr>a .inner .btn_wrap .btn {
    width: 100%;
  }

  /* 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;
  }

  .bottom_btn_style_01 a span {
    font-size: 16px;
  }
  .bottom_btn_style_01 a span::before {
    width: 8px;
    height: 8px;
    top: 7px;
    right: -18px;
}

  /* Nav Menu */
  #side {
    float: none;
    width: auto;
  }

  #container .nav_menu .nav_item {
    margin: 0;
  }

  #container .nav_menu .ac_btn {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;

    -ms-user-select: none;
  }

  #container .nav_menu .ac_btn:hover {
    background: #eff5fe;
    color: #333;
  }

  #container .nav_menu .ac_btn:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/img/ss/products/process/flowmeter/bg_navi_003.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  #container .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/process/flowmeter/bg_navi_004.png");
  }

  #container .nav_menu .current .ac_btn {
    background: #eff5fe;
    color: #333;
  }

  #container .nav_menu .ac_btn:after {
    width: 25px;
    height: 25px;
    background-image: url("/img/ss/products/process/flowmeter/bg_navi_001.png");
  }

  #container .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/process/flowmeter/bg_navi_002.png");
  }

  #container .nav_list {
    display: none;
  }

  #container .nav_menu {
    margin: 0;
    border: none;
  }

  #container .nav_menu .nav_item {
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
  }

  #container .nav_menu .ac_btn {
    padding: 10px 15px;
    border-top: none;
    background: #102751;
    color: #fff;
  }

  #container .nav_menu .ac_btn a {
    color: #fff;
    opacity: 1;
  }

  #container .nav_menu .ac_btn:hover,
  #container .nav_menu .current .ac_btn {
    background: #102751;
    color: #fff;
  }

  #container .nav_menu .nav_list {
    padding: 0 0 5px;
    border: none;
  }

  #container .nav_menu .nav_list>ul,
  #container .nav_menu .subcategories .subcat {
    padding: 0 10px;
  }

  #container .nav_menu .nav_list>ul+.subcategories .subcat {
    padding-top: 8px;
  }

  #container .nav_menu .nav_list>ul:first-child,
  #container .nav_menu .subcategories:first-child .subcat:first-child {
    padding-top: 5px;
  }

  #container .nav_menu .nav_list>ul li,
  #container .nav_menu .subcategories .subpage {
    margin: 5px 0;
  }

  #container .nav_menu .nav_list>ul li a,
  #container .nav_menu .subcategories a {
    color: #0645ad;
  }

  #container .nav_menu .two_column>ul:first-child {
    padding-bottom: 0;
  }

  #container .nav_menu .two_column>ul:last-child {
    padding-top: 0;
  }

  #container .nav_menu .to_glossary {
    float: none;
    margin: 10px auto 0;
    max-width: 590px;
  }

  #container .nav_menu .to_glossary dt {
    display: none;
  }

  #container .nav_menu .to_glossary a {
    display: block;
    overflow: hidden;
    padding: 21% 0 0;
    width: 100%;
    background: url(/img/ss/products/process/flowmeter/bg_style_012.png) no-repeat center;
    background-size: contain;
    text-indent: -10000px;
    font-size: 0;
  }

  #container .nav_menu .to_selection {
    display: block;
    float: none;
    margin: 10px auto 0;
    max-width: 590px;
  }

  #container .nav_menu .to_selection dt {
    display: none;
  }

  #container .nav_menu .to_selection a {
    display: block;
    overflow: hidden;
    padding: 21% 0 0;
    width: 100%;
    background: url(/img/ss/products/process/flowmeter/bg_style_019.jpg) no-repeat center;
    background-size: contain;
    text-indent: -10000px;
    font-size: 0;
  }

  #container .nav_menu .left_bnr {
    display: none;
  }

  #side .nav_menu .nav_list>ul li a.js_new_icon:after {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 4px;
    padding: 0 4px;
    background: #e60012;
    color: #fff;
    content: "NEW";
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
  }

  #container .index_nav .nav_section .nav_content {
    margin-bottom: 0;
  }

  #container .index_nav .nav_section .nav_content h2:after,
  #container .index_nav .nav_section .nav_content .js_accnav_cont,
  #container .index_nav .nav_section .nav_content h2 a::before {
    display: none;
  }

  #container .index_nav .nav_section .nav_content .nav_list_01 {
    padding: 10px;
  }

  #container .index_nav .nav_section .nav_content .nav_list_wrap .nav_list_wrap_inner {
    flex-direction: column;
  }

  #container .index_nav .nav_section .nav_content.cat_type .nav_list_01:first-child,
  #container .index_nav .nav_section .nav_content.cat_technique .nav_list_01:first-child {
    padding-bottom: 0;
  }

  #container .index_nav .nav_section .nav_content .nav_sub-content {
    margin-top: 10px;
  }

  #container .index_nav .nav_section .nav_content .nav_list_wrap .nav_list_01:last-child {
    padding-top: 7px;
  }

  #container .index_nav .nav_section .nav_content h2::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    background-image: url(/img/ss/products/process/flowmeter/bg_navi_001.png);
  }

  #container .index_nav .nav_section .nav_content.opened h2::after {
    background-image: url(/img/ss/products/process/flowmeter/bg_navi_002.png);
  }

  #container .index_nav .nav_section .nav_content h2 {
    padding: 11px 15px;
    background: #102751;
  }

  #container .index_nav .nav_section .nav_content h2 a {
    display: inline-block;
    padding: 0;
    background: none;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
  }

  /* Main Contents */
  .main_contents {
    float: none;
    padding: 0 0 25px;
    width: auto;
  }

  /* Override */
  #container {
    padding-top: 25px;
  }

  #header .btn_tel {
    background-color: #2b5686;
  }

  #side .ref_links {
    display: none;
  }

  /* 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 {
    padding-left: 24px;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 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;
    overflow: hidden;
    margin-top: 10px;
    border: none;
    font-size: 15px;
  }

  .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;
    overflow: visible;
    max-height: none;
    width: 100%;
  }

  .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;
    text-align: left;
    font-weight: bold;
  }

  .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 {
    padding: 0;
    border: none;
    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;
    margin: 10px 0 5px;
    padding: 0 5px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
    text-align: left;
    font-weight: bold;
  }

  .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: #f3f3f3;
    color: #fff;
    text-indent: 0;
    font-weight: bold;
  }

  .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 {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    background: none;
    content: "["attr(data-label) "]";
    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 {
    display: block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #f3f3f3;
    color: #fff;
    content: attr(data-label);
    text-align: left;
    font-weight: bold;
  }

  .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 {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 315px;
    border-bottom: 1px solid #ccc;
  }

  .sp_scroll_body tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .sp_scroll_body th,
  .sp_scroll_body td {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  .main_contents .prt_main_sect {
    margin: 25px 0 50px;
  }

  .main_contents .prt_sub_sect {
    margin: 20px 0;
  }

  .main_contents .prt_view_inner {
    padding: 0;
  }

  .main_contents .prt_header_01 {
    margin-bottom: 18px;
    padding-left: 18px;
    border-width: 0 0 0 3px;
    font-size: 22px;
    line-height: 1.05;
  }

  .main_contents .prt_header_01 .sub {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1;
  }

  .main_contents .prt_header_02 {
    margin: 15px 0;
    padding: 10px 4px 8px;
    font-size: 20px;
  }

  .main_contents .prt_header_03 {
    margin: 15px 0;
    padding-left: 12px;
    font-size: 20px;
  }

  .main_contents .prt_header_03:before {
    margin-top: 0;
    height: 100%;
  }

  .main_contents .prt_header_04 {
    margin: 20px 0 10px;
  }

  .main_contents .prt_lead {
    margin: 0 0 10px;
    font-size: 22px;
  }

  .main_contents .prt_anchor {
    overflow: visible;
  }

  .main_contents .prt_anchor li {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  .main_contents .prt_image,
  .main_contents .prt_figure_01,
  .main_contents .prt_figure_02 {
    margin: 30px 0;
  }

  .main_contents .prt_list_links li,
  .main_contents .prt_list_cv li {
    text-align: left;
  }

  .main_contents .prt_columns:after,
  .main_contents .lead_index:after {
    display: none;
  }

  .main_contents .prt_columns .col_l,
  .main_contents .lead_index .col_l,
  .main_contents .prt_columns .col_r,
  .main_contents .lead_index .col_r {
    float: none;
    margin: 0 0 10px;
    padding-right: 0;
    width: auto;
  }

  .main_contents .prt_columns .item,
  .main_contents .lead_index .item {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }

  .main_contents .prt_columns .item:first-child,
  .main_contents .lead_index .item:first-child {
    margin: 0 0 20px;
  }

  .main_contents .prt_columns .item.wide,
  .main_contents .lead_index .item.wide,
  .main_contents .prt_columns .item.narrow,
  .main_contents .lead_index .item.narrow,
  .main_contents .prt_columns .item.sl_wide,
  .main_contents .lead_index .item.sl_wide,
  .main_contents .prt_columns .item.sl_narrow,
  .main_contents .lead_index .item.sl_narrow {
    width: 100%;
  }

  .main_contents .prt_sect_cv .ss_download_btn {
    float: none;
    margin: 0 auto;
  }

  .main_contents .ss_button_box {
    margin: 20px 0 60px;
  }

  .main_contents .ss_button_box .product.btnr .product_btn {
    margin-right: auto;
  }

  .main_contents .sp_scroll_body:before {
    display: block;
    clear: both;
    content: "スクロールでご確認いただけます。";
    text-align: right;
    font-size: 14px;
  }

  .main_contents .sp_scroll_body thead::-webkit-scrollbar,
  .main_contents .sp_scroll_body tbody::-webkit-scrollbar {
    width: 5px;
  }

  .main_contents .sp_scroll_body thead::-webkit-scrollbar-track,
  .main_contents .sp_scroll_body tbody::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .main_contents .sp_scroll_body thead::-webkit-scrollbar-thumb,
  .main_contents .sp_scroll_body tbody::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  .main_contents .sp_scroll_body thead {
    border-bottom: 1px solid #ccc;
  }

  .main_contents .sp_scroll_body tbody tr:first-child th,
  .main_contents .sp_scroll_body tbody tr:first-child td {
    border-top: none;
  }

  .main_contents .tbl_character th.adv {
    background: #ffeaea;
  }

  .main_contents .tbl_character th.short {
    background: #eaefff;
  }

  .main_contents .lead_index .col_l,
  .main_contents .lead_index .col_r {
    padding: 0;
  }

  .main_contents .cat_index {
    padding: 28px 5px 0;
  }

  .main_contents .cat_index li,
  .main_contents .cat_index .subpage {
    float: none;
    width: auto;
  }

  .main_contents .prt_rsp_tbl.spmode_txt.type_02 tbody th {
    color: #333;
  }

  .index_nav .new_icon:after {
    display: none;
  }

  /* Pages */
  #mainvs {
    height: auto;
    background: none;
  }

  #mainvs:before {
    display: block;
    padding: 34.4% 0 0;
    width: 100%;
    background: url(/img/ss/products/process/flowmeter/bg_style_022.jpg) no-repeat center;
    background-size: contain;
    content: "";
  }

  #mainvs .contents_wrap {
    padding-top: 24px;
  }

  #mainvs .contents_wrap .page_title,
  #mainvs .contents_wrap p,
  #mainvs .contents_wrap .button {
    padding: 0;
    width: auto;
  }

	#mainvs .contents_wrap .page_title {
		font-size: 24px;
	}

  #mainvs .contents_wrap .page_title img {
    width: auto;
    height: 23px;
  }

  #mainvs .contents_wrap p {
    margin: 20px 0 24px;
  }

  #mainvs .contents_wrap .ss_download_btn .in_txt1 {
    margin: 0 0 2px;
    font-size: 11px;
  }

  #mainvs .contents_wrap .ss_download_btn .in_txt2 {
    font-size: 14px;
  }

  .co_protection_style_001 {
    overflow: visible;
  }

  .co_protection_style_001 .col {
    float: none;
    margin: 0 0 40px;
    width: auto;
  }

  .co_protection_style_001 .col .image {
    position: static;
  }

  .co_protection_style_001 .col:first-child {
    margin-left: 0;
  }

  .co_protection_style_001 .col:first-child i {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 10px) rotate(90deg);
    transform: translate(-50%, 10px) rotate(90deg);
  }

  .s_point_style_002 caption {
    margin: 0;
    text-align: right;
  }

  .s_flow_style_001 .prt_sub_sect {
    margin-bottom: 60px;
  }

  .main_contents .s_detection_style_001 {
    margin: 30px 0;
  }

  .prt_rsp_tbl.spmode_txt.type_02.tbl_corres tr:first-child {
    border-top: 1px solid #ccc;
  }

  .download_block .item_left,
  .download_block .item_right {
    display: block;
    padding-left: 0;
  }

  .download_block .item_left {
    margin-bottom: 20px;
    width: 100%;
  }

  .download_block .item_des {
    padding: 0;
  }

  .download_block .download_btn_box {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .download_list li {
    float: none;
    margin: 0 0 4.08%;
    width: 100%;
  }

  .deqwas_contents {
    display: none;
  }
}

@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 {
    padding: 10px 5px;
    font-size: 11px;
  }

  #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 */
}
