@charset "UTF-8";

/* general setting
------------------------------ */
body {
  min-width: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a:hover {
  color: #06c;
}

.wrapper {
  position: relative;
  overflow: hidden;
  line-height: 1.6;
  transform: none !important;
}

.wrapper img {
  vertical-align: bottom;
}

.wrapper a {
  transition: opacity 0.3s;
}

.contents_wrap {
  margin: 0 auto;
  width: 980px;
}

.contents_wrap::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* display view */
.side_pc_only {
  display: none;
}

/* header
------------------------------- */
#header {
  overflow: hidden;
  width: 100%;
  height: 90px;
  background: #333;
}

#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: 18px;
}

#header .title_text {
  font-size: 36px;
}

@media screen and (max-width: 979px) {
  #header .lead_text {
    font-size: 13px;
  }
  
  #header .title_text {
    font-size: 23px;
  }
  #header .site_title {
    padding: 10px 0 5px;
  }
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}

#header a {
  text-decoration: none;
}

#header ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  float: right;
  width: 345px;
}

#header ul li {
  float: left;
  min-height: 38px;
  width: 198px;
}

#header ul li a {
  display: flex;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25;
}

#header ul li a::before {
  display: block;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}

#header ul li a .label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 3px 4px;
  text-align: center;
}

#header ul li a .label > span {
  display: none;
  font-weight: bold;
}

#header ul .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}

#header ul .btn_download a::before {
  width: 18px;
  background-image: url(../../../../../img/ss/common/bg_icon_dl_001.png);
}

#header ul .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}

#header ul .btn_contact a::before {
  width: 24px;
  background-image: url(../../../../../img/ss/common/bg_icon_contact_001.png);
}

#header ul .btn_tel {
  display: none;
  background-color: #00284a;
}

#header ul .btn_tel a::before {
  background-image: url(../../../../../img/ss/common/bg_icon_tel_001.png);
}

#header .logo {
  float: right;
  margin-left: 10px;
  width: 180px;
  line-height: 1;
}

#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}

#header .logo a img {
  max-width: 100%;
  height: auto;
}

#header .site_title {
  padding: 15px 0 10px;
}

/* breadcrumb
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #f0f4f8;
}

#breadcrumb a {
  transition: none;
}

#breadcrumb a:hover {
  color: #f00;
  text-decoration: underline;
  opacity: 0.7;
}

#breadcrumb ul {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  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;
  transition: all 0.3s;
  transform: rotate(45deg);
}

#breadcrumb ul li:last-child {
  padding-right: 0;
}

#breadcrumb ul li:last-child::after {
  width: 0;
  height: 0;
  border: 0;
}

/* pager
-------------------------- */
#main .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;
}

#main .pager li {
  position: relative;
  display: table-cell;
  width: 50%;
  border-left: 1px solid #e7e7e7;
}

#main .pager li a {
  position: relative;
  display: block;
  padding: 16px;
  background-repeat: no-repeat;
  text-decoration: none;
  opacity: 1;
}

#main .pager li a > strong {
  display: block;
  color: #1b77cc;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

#main .pager li a > span {
  display: block;
  color: #333;
  font-size: 14px;
}

#main .pager li a:hover {
  background-color: #e0f4ff;
  opacity: 1;
}

#main .pager li a::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  display: block;
  width: 23px;
  background-color: #1669b5;
  background-repeat: no-repeat;
  content: "";
}

#main .pager li:first-child {
  border-left: none;
}

#main .pager .prev a {
  padding-left: 55px;
}

#main .pager .prev a::before {
  left: 0;
  background-image: url(../../../../../img/ss/common/bg_pager_001.png);
  background-position: 3px center;
}

#main .pager .next {
  text-align: right;
}

#main .pager .next a {
  padding-right: 55px;
}

#main .pager .next a::before {
  right: 0;
  background-image: url(../../../../../img/ss/common/bg_pager_002.png);
  background-position: 5px center;
}

#main .back_index {
  margin: 0 0 50px;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-size: 14px;
  line-height: inherit;
}

#main .back_index a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-align: left;
  text-decoration: none;
}

#main .back_index a::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 16px;
  height: 17px;
  background: url(../../../../../img/ss/common/bg_pager_003.png) no-repeat center #1669b5;
  content: "";
  line-height: 1.6;
}

#main .back_index a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* cv contact
------------------------------- */
#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: #333;
}

#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;
  padding: 12px 0 10px;
  width: 420px;
}

#cv_contact .fixed_wrapper .inner p a {
  display: inline-block;
  color: #fff;
  vertical-align: bottom;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  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;
  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: "";
  transform: translate(-50%, -50%);
}

#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  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;
  font-size: 0;
}

#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #343434;
  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: "";
  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: #343434;
  content: "";
  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;
}

/* main contents
--------------------------------- */
.main_contents {
  float: right;
  width: calc(100% - 260px);
  font-size: 16px;
}

.main_contents a {
  transition: none;
}

.main_contents a:hover {
  text-decoration: underline;
}

/* footer
------------------------------- */
#footer .copy {
  padding: 20px 0;
  background: #fff;
}

#footer .copy a {
  text-decoration: none;
}

#footer .copy > .inner {
  margin: 0 auto;
  width: 980px;
}

#footer .copy > .inner::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

#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 #808080;
}

#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;
}

#footer .sitemap .nav_menu a.js_new_icon::after {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 4px;
  padding: 0 4px;
  background: #e60012;
  color: #fff;
  content: "NEW";
  vertical-align: middle;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.4;
}

/* top page
--------------------------- */
#mainvs {
  position: relative;
  margin-bottom: 40px;
  height: 340px;
  background: #d8edf2 url(../../../../../img/ss/products/daq/lab/bg_style_001.png) top center no-repeat;
}

#mainvs .container {
  margin: 0 auto;
  padding: 38px 0 0;
  max-width: 980px;
}

#mainvs .container .head {
  margin: 0 0 6px;
  width: 470px;
  text-align: center;
  font-size: 0;
}

#mainvs .container p {
  margin: 0 0 24px;
  width: 470px;
  text-align: center;
  text-shadow: 0 0 3px #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.667;
}

#mainvs .container .button {
  width: 470px;
}

#mainvs .container .ss_download_btn {
  margin: 0 auto;
}

#container > .contents_wrap > p {
  font-size: 16px;
}

#p_home .index_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  background: #fff;
}

#p_home .index_nav .nav_item {
  flex: 1 0 310px;
  box-sizing: content-box;
  margin: 0 10px 20px;
  border: 1px solid #f0f0f0;
}

#p_home .index_nav .ac_btn .label {
  position: relative;
  display: block;
  padding: 12px 15px 9px 28px;
  background: #333;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.2;
}

#p_home .index_nav .ac_btn .label::before {
  position: absolute;
  top: 12px;
  bottom: 9px;
  left: 15px;
  width: 3px;
  background: #878787;
  content: "";
  font-size: 0;
}

#p_home .index_nav .ac_btn a.label:hover {
  color: #fff;
  text-decoration: none;
}

#p_home .index_nav .ac_btn .label::after {
  display: none;
}

#p_home .index_nav .nav_list {
  border: none;
}

#p_home .index_nav .nav_list .nav_child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

#p_home .index_nav .nav_list .category_label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

#p_home .index_nav .nav_list li {
  margin: 8px 0 0;
}

#p_home .index_nav .nav_list li:first-child {
  margin: 0;
}

#p_home .index_nav .nav_list li a {
  font-size: 15px;
  line-height: 1.5;
}

#p_home .index_nav .nav_list li a::before {
  top: 0.35em;
}

#p_home .index_nav .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;
}

#p_home .index_nav .clip_box {
  flex: 1 0 610px;
  box-sizing: content-box;
}

#p_home .index_nav .clip_box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: flex-start;
  padding: 0 18px 20px;
  border: none;
  background: #b4e3fc;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 5%, #b4e3fc 0%) top left;
}

#p_home .index_nav .clip_box::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 130px;
  height: 130px;
  background: url(../../../../../img/ss/products/daq/lab/bg_style_004.png) no-repeat left bottom;
  content: "";
}

#p_home .index_nav .clip_box::after {
  position: absolute;
  top: -14px;
  right: 52px;
  z-index: 2;
  display: block;
  width: 37px;
  height: 40px;
  background: url(../../../../../img/ss/products/daq/lab/bg_style_005.png) center no-repeat;
  background-size: contain;
  content: "";
}

#p_home .index_nav .clip_box .clip_item {
  flex: 1 0 278px;
  margin: 30px 12px 0;
}

#p_home .index_nav .clip_box .clip_title {
  margin-bottom: 10px;
  padding-left: 2.5em;
  border: none;
  background-position: left center;
  background-repeat: no-repeat;
  color: #333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.8;
}

#p_home .index_nav .clip_box .datalogger .clip_title {
  background-image: url(../../../../../img/ss/products/daq/lab/bg_style_002.png);
}

#p_home .index_nav .clip_box .glossary .clip_title {
  background: url(../../../../../img/ss/products/daq/lab/bg_style_003.png) left center no-repeat;
}

#p_home .index_nav .clip_box .category_label {
  margin-bottom: 10px;
  font-size: 20px;
}

#p_home .index_nav .clip_box .clip_pages {
  padding: 15px;
  background: #fff;
}

#p_home .index_nav .clip_box .clip_pages li {
  margin-top: 8px;
}

#p_home .index_nav .clip_box .clip_pages li:first-child {
  margin-top: 0;
}

#p_home .index_nav .clip_box .clip_pages a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  opacity: 1;
}

#p_home .index_nav .clip_box .clip_pages a:hover {
  text-decoration: underline;
}

#p_home .index_nav .clip_box .clip_pages a::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

#p_home .products_banner {
  margin: 10px 0 40px;
}

#p_home .products_banner a {
  position: relative;
  display: block;
  padding: 12px 16px 12px 32px;
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
}

#p_home .products_banner a::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
  transform: translate(0, -50%);
}

/* nav menu
------------------------------- */
#container .for_sitemap {
  display: none;
}

#footer .js_sp_menu .nav_menu,
#container .nav_menu {
  position: relative;
  overflow: hidden;
  word-wrap: break-word;
}

#footer .js_sp_menu .nav_menu .ac_btn,
#container .nav_menu .ac_btn {
  position: relative;
  padding: 18px 42px 17px 8px;
  opacity: 1;
  cursor: pointer;
}

#footer .js_sp_menu .nav_menu .ac_btn:hover,
#container .nav_menu .ac_btn:hover {
  background: #333;
  opacity: 1;
  transition: none;
}

#footer .js_sp_menu .nav_menu .ac_btn .label,
#container .nav_menu .ac_btn .label {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}

#footer .js_sp_menu .nav_menu .ac_btn .label::after,
#container .nav_menu .ac_btn .label::after {
  position: absolute;
  top: 50%;
  right: -33px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../../../../img/ss/products/daq/lab/bg_navi_003.png) no-repeat center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}

#footer .js_sp_menu .nav_menu .current .ac_btn,
#container .nav_menu .current .ac_btn {
  background: #333;
}

#footer .js_sp_menu .nav_menu .opened .ac_btn .label::after,
#container .nav_menu .opened .ac_btn .label::after {
  background-image: url(../../../../../img/ss/products/daq/lab/bg_navi_004.png);
}

#footer .js_sp_menu .nav_list,
#container .nav_list {
  display: none;
  border: 1px solid #f0f0f0;
}

#footer .js_sp_menu .nav_list li,
#container .nav_list li {
  overflow: hidden;
}

#footer .js_sp_menu .nav_list li a,
#container .nav_list li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  text-decoration: none;
}

#footer .js_sp_menu .nav_list li a:hover,
#container .nav_list li a:hover {
  text-decoration: underline;
  opacity: 1;
}

#footer .js_sp_menu .nav_list li a::before,
#container .nav_list li a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

#footer .js_sp_menu .nav_list li .active,
#container .nav_list li .active {
  color: #c80000;
}

#footer .js_sp_menu .nav_list .category_label,
#container .nav_list .category_label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

#footer .js_sp_menu .nav_list .nav_child,
#container .nav_list .nav_child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

#footer .js_sp_menu .nav_list .nav_child:last-child,
#container .nav_list .nav_child:last-child {
  border: none;
}

#footer .js_sp_menu .nav_menu .clip_box,
#container .nav_menu .clip_box {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 0;
  padding: 0 3.17% 20px;
  width: 65.9%;
  height: 40%;
  border: none;
  background: #b4e3fc;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 5%, #b4e3fc 0%) top left;
}

#footer .js_sp_menu .nav_menu .clip_box::before,
#container .nav_menu .clip_box::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 20%;
  height: 56%;
  background: url(../../../../../img/ss/products/daq/lab/bg_style_004.png) no-repeat;
  background-position: bottom left;
  content: "";
}

#footer .js_sp_menu .nav_menu .clip_box::after,
#container .nav_menu .clip_box::after {
  position: absolute;
  top: -5%;
  right: 8%;
  z-index: 2;
  display: block;
  width: 13%;
  height: 20%;
  background: url(../../../../../img/ss/products/daq/lab/bg_style_005.png) 90% 10% no-repeat;
  content: "";
}

#footer .js_sp_menu .nav_menu .clip_box .clip,
#container .nav_menu .clip_box .clip {
  padding-top: 30px;
}

#footer .js_sp_menu .nav_menu .clip_box .clip::after,
#container .nav_menu .clip_box .clip::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

#footer .js_sp_menu .nav_menu .clip_box .clip_item,
#container .nav_menu .clip_box .clip_item {
  background: none;
}

#footer .js_sp_menu .nav_menu .clip_box .clip_item.nav_item,
#container .nav_menu .clip_box .clip_item.nav_item {
  float: left;
  margin: 0 4% 0 0;
  width: 48%;
  background: none;
}

#footer .js_sp_menu .nav_menu .clip_box .clip_item.nav_item:last-child,
#container .nav_menu .clip_box .clip_item.nav_item:last-child {
  margin: 0;
}

#footer .js_sp_menu .nav_menu .clip_box .clip_item .nav_list,
#container .nav_menu .clip_box .clip_item .nav_list {
  padding: 0 !important;
}

#footer .js_sp_menu .nav_menu .clip_box .clip_item .nav_list > ul,
#container .nav_menu .clip_box .clip_item .nav_list > ul {
  padding: 15px;
  background: #fff;
}

#footer .js_sp_menu .nav_menu .clip_box .ac_btn,
#container .nav_menu .clip_box .ac_btn {
  padding: 0;
  background: none;
  opacity: 1;
  cursor: auto;
}

#footer .js_sp_menu .nav_menu .clip_box .ac_btn a:hover,
#container .nav_menu .clip_box .ac_btn a:hover {
  opacity: 1;
  transition: none;
}

#footer .js_sp_menu .nav_menu .clip_box .ac_btn a:hover .label,
#container .nav_menu .clip_box .ac_btn a:hover .label {
  text-decoration: underline;
}

#footer .js_sp_menu .nav_menu .clip_box .ac_btn .label,
#container .nav_menu .clip_box .ac_btn .label {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 2.5em;
  border: none;
  color: #333;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.8;
}

#footer .js_sp_menu .nav_menu .clip_box .ac_btn .label.gauge,
#container .nav_menu .clip_box .ac_btn .label.gauge {
  background: url(../../../../../img/ss/products/daq/lab/bg_style_002.png) left center no-repeat;
}

#footer .js_sp_menu .nav_menu .clip_box .ac_btn .label.glossary,
#container .nav_menu .clip_box .ac_btn .label.glossary {
  background: url(../../../../../img/ss/products/daq/lab/bg_style_003.png) left center no-repeat;
}

#footer .js_sp_menu .nav_menu .clip_box .nav_list .category_label,
#container .nav_menu .clip_box .nav_list .category_label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

#footer .js_sp_menu .nav_menu .clip_box .nav_list .nav_child,
#container .nav_menu .clip_box .nav_list .nav_child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}

#footer .js_sp_menu .nav_menu .clip_box .nav_list .nav_child:last-child,
#container .nav_menu .clip_box .nav_list .nav_child:last-child {
  border: none;
}

#side {
  float: left;
  width: 220px;
}

#side .nav_menu {
  background: #fff;
}

#side .nav_menu > ul {
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
}

#side .nav_menu .ac_btn {
  padding: 20px 42px 20px 12px;
  font-size: 14px;
  line-height: 1.429;
}

#side .nav_menu .ac_btn .label,
#side .nav_menu .ac_btn .label a {
  color: #333;
}

#side .nav_menu .ac_btn:hover {
  background: #e7e7e7;
}

#side .nav_menu .ac_btn:hover a:hover {
  opacity: 1;
}

#side .nav_menu .current .ac_btn {
  background: #c3def8;
}

#side .nav_menu .current .ac_btn .label {
  color: #333;
}

#side .nav_item {
  border-top: 1px solid #666;
}

#side .nav_list {
  border: none;
}

#side .nav_list > ul {
  overflow: hidden;
  padding: 8px 15px 7px;
  border-top: 1px solid #666;
}

#side .nav_list li {
  margin: 2px 0 0;
  font-size: 14px;
}

#side .nav_list li a {
  line-height: 1.429;
}

#side .nav_list .nav_child {
  padding-bottom: 0;
  border: none;
}

#side .nav_list .category_label {
  font-weight: bold;
  font-size: 14px;
}

#side .side_pc_only {
  display: block;
}

#side .nav_menu .clip_box {
  z-index: 0;
  float: none;
  padding: 0;
  width: 100%;
  height: auto;
  background: #fff;
}

#side .nav_menu .clip_box::before,
#side .nav_menu .clip_box::after {
  top: 0;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  background: none;
}

#side .nav_menu .clip_box .clip {
  padding-top: 0;
}

#side .nav_menu .clip_box .clip::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

#side .nav_menu .clip_box .clip_item {
  background: none;
}

#side .nav_menu .clip_box .clip_item.nav_item {
  float: none;
  margin: 0;
  width: 100%;
  background: none;
}

#side .nav_menu .clip_box .clip_item.nav_item:last-child {
  margin: 0;
}

#side .nav_menu .clip_box .clip_item .nav_list > ul {
  padding: 15px;
  background: #fff;
}

#side .nav_menu .clip_box .ac_btn {
  padding: 20px 42px 20px 12px;
  cursor: pointer;
}

#side .nav_menu .clip_box .ac_btn .label {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 0;
  border: none;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.429;
}

#side .nav_menu .clip_box .ac_btn .label.gauge,
#side .nav_menu .clip_box .ac_btn .label.glossary {
  background: none;
}

#side .nav_menu .clip_box .ac_btn a:hover .label {
  text-decoration: none;
}

#side .nav_menu .clip_box .nav_list .category_label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

/* SUB Page Bnr */
.ss_subpage_box {
  margin: 0 auto;
  max-width: 580px;
  width: 100%;
}

.ss_subpage_box .ss_subpage_bnr {
  overflow: hidden;
  width: 100%;
}

.ss_subpage_box .ss_subpage_bnr > a {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 24px;
  border: 1px solid #1b77cc;
  background: #fff;
  color: #333;
  font-size: 14px;
}

.ss_subpage_box .ss_subpage_bnr > a .img {
  flex: 0 0 104px;
}

.ss_subpage_box .ss_subpage_bnr > a .img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  vertical-align: bottom;
}

.ss_subpage_box .ss_subpage_bnr > a .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
}

.ss_subpage_box .ss_subpage_bnr > a .inner .title {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #1b77cc;
  color: inherit;
  font-size: inherit;
}

.ss_subpage_box .ss_subpage_bnr > a .inner .title span {
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}

.ss_subpage_box .ss_subpage_bnr > a .inner .txt {
  margin: 0 0 8px;
  color: inherit;
  font-size: inherit;
}

.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 1 auto;
  width: 100%;
  text-align: center;
}

.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
  display: inline-block;
  padding: 5px 12px;
  width: 80%;
  border-radius: 5px;
  background: #e24141;
  background: linear-gradient(#e24141, #ca1616);
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn span {
  display: inline-block;
  padding: 0 24px;
  width: 100%;
  background: url(../../../../../img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}

.ss_subpage_box .ss_subpage_bnr > .ss_subpage_btn {
  color: #333;
  text-decoration: none;
}

.ss_subpage_box .ss_subpage_bnr > .ss_subpage_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* CV Right
------------------------------- */
.cv_right {
  position: absolute;
  top: 160px;
  left: 50%;
  margin: 0 0 180px 520px;
  width: 230px;
}

.cv_right a,
.cv_right .banner {
  display: block;
}

.cv_right a {
  background: #fff;
  opacity: 1;
}

.cv_right .banner {
  overflow: hidden;
  width: 230px;
  background: #fff;
}

.cv_right a:hover .banner {
  opacity: 0.7;
}

.cv_right .ss_download_btn.bnr {
  padding: 0 5px;
  height: 30px;
  border-radius: 3px;
}

.cv_right .ss_download_btn.bnr .txt05 {
  padding: 2px 0 2px 17px;
  background-size: 10px auto;
}

.cv_right .desc,
.cv_right .thumb,
.cv_right .button,
.cv_right .exp {
  display: block;
}

.cv_right .banner {
  border: 1px solid #001127;
}

.cv_right .thumb {
  float: left;
}

.cv_right .button {
  clear: both;
}

.cv_right .asset_bnr .desc {
  overflow: hidden;
  padding: 10px;
}

.cv_right .asset_bnr .thumb {
  /*width: 48px;*/
}

.cv_right .asset_bnr .thumb img {
  border: 1px solid #ccc;
}

.cv_right .asset_bnr.catalog_ver .thumb img {
  width: 97%;
  border: none;
}

.cv_right .asset_bnr .exp {
  margin-left: 80px;
}

.cv_right .asset_bnr .ss_download_btn {
  margin: 0 auto 10px;
}

.cv_right .asset_bnr .exp {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

.cv_right .asset_bnr .exp .bold {
  font-weight: bold;
}

.cv_right .asset_bnr .ss_download_btn {
  max-width: 205px;
}

.cv_right .series_list li {
  margin: 10px 0 0;
}

.cv_right .series_list .banner {
  padding: 10px 0;
  border-width: 2px;
}

.cv_right .series_list .thumb {
  float: left;
  margin: -10px 0 10px;
  padding: 1px;
  width: 92px;
  height: 92px;
}

.cv_right .series_list .button {
  padding: 0 10px;
}

.cv_right .series_list .ss_download_btn {
  max-width: 184px;
}

.cv_right .asset_bnr a:hover {
  text-decoration: none;
}

/* download btn
------------------------------- */
.prt_download_box1 {
  margin: 50px 0;
}

.prt_download_box1::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.prt_download_box1 a {
  float: right;
}

.prt_download_box2 .ss_download_btn .small {
  font-size: 14px;
}

.prt_download_box3 .ss_download_btn {
  margin: 0 auto;
}

.prt_download_box1 a:hover,
.prt_download_box2 a:hover,
.prt_download_box3 a:hover {
  text-decoration: none;
}

.ss_download_btn {
  position: relative;
  display: table;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  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;
  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;
  font-weight: bold;
}

.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04 {
  padding-left: 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;
}

.box_05 .ss_download_btn .img01 {
  right: 8px;
}

.box_05 .ss_download_btn .img01 img {
  width: 100%;
}

.box_05 .ss_download_btn .txt03 {
  padding-right: 95px;
}

/* component */
/* general */
#container {
  margin: 30px 0 80px;
}

.main_contents p {
  margin: 15px 0;
}

.txt_b,
.lead_txt {
  font-weight: bold;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_red {
  color: #a30107;
}

.txt_underline {
  color: #a30107;
  text-decoration: underline;
  font-size: 14px;
}

.fnt_12 {
  font-size: 12px;
}

#main .txt_mb0 {
  margin-bottom: 0;
}

sub {
  vertical-align: sub;
  font-size: small;
}

sup {
  vertical-align: super;
  font-size: small;
}

/* heading */
.header_01 {
  margin-bottom: 40px;
  padding: 25px 20px;
  border-top: 1px solid #666;
  border-bottom: 4px solid #666;
  font-weight: bold;
  font-size: 26px;
}

.header_02 {
  margin-bottom: 30px;
  padding: 0 0 5px;
  border-bottom: 1px solid #1669b5;
  font-weight: bold;
  font-size: 20px;
}

.header_02 span {
  display: block;
  padding: 10px;
  border-left: 5px solid #1669b5;
}

.header_02 .txt_01 {
  display: inline-block;
  padding: 0;
  border: none;
  font-size: 16px;
}

.header_03 {
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}

.header_03 > .cat_label {
  display: block;
}

.header_03 .sub {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}

.header_03::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  width: 39%;
  height: 4px;
  background: #2965a2;
  content: "";
}

.header_03::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #ccc;
  content: "";
}

.header_04 {
  margin-bottom: 30px;
  padding: 12px 20px;
  background-color: #f3f3f3;
  font-weight: bold;
  font-size: 20px;
}

.header_05 {
  margin-bottom: 30px;
  padding: 12px 20px;
  border-bottom: 2px solid #1669b5;
  font-weight: bold;
  font-size: 20px;
}

/* column */
.col {
  margin-bottom: 30px;
}

.col::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.col_l {
  float: left;
}

.col_r {
  float: right;
}

.col_img_r {
  float: right;
  margin: 0 0 15px 20px;
}

.col_img_l {
  float: left;
  margin: 0 20px 15px 0;
}

.col_img_r .notes,
.col_img_l .notes {
  font-size: 12px;
}

.col_490 {
  width: 68.1%;
}

.col_455 {
  width: 63.2%;
}

.col_440 {
  width: 61.2%;
}

.col_350 {
  width: 48.7%;
}

.col_360 {
  width: 50%;
}

.col_340 {
  width: 47.3%;
}

.col_216 {
  width: 30%;
}

.col_46p {
  width: 46%;
}

.col_42p {
  width: 42%;
}

.col_36p {
  width: 36%;
}

.col_border_r {
  float: right;
  box-sizing: border-box;
  margin: 0 0 15px 20px;
  padding: 28px 20px;
  width: 400px;
  border: 1px solid #ddd;
}

.col_border_r .list_num {
  margin-bottom: 0;
}

#main .col.border_blue p {
  margin-bottom: 10px;
}

.col.border_blue .images {
  margin-bottom: 15px;
  text-align: center;
}

.col.border_blue .images img {
  text-align: center;
}

.col.border_blue .col_l {
  border-right: 2px dotted #2264a2;
}

.col.border_blue .col_l,
.col.border_blue .col_r {
  padding: 15px;
  width: 50%;
}

.col.border_gray {
  margin-bottom: 0;
}

.col.border_gray .ttl {
  margin-bottom: 15px;
  color: #a30107;
  font-weight: bold;
  font-size: 20px;
}

.col.border_gray .images {
  text-align: center;
}

.col.border_gray .images img {
  text-align: center;
}

.col.border_gray .col_l,
.col.border_gray .col_r {
  padding: 30px;
  width: 50%;
  border: 1px solid #ddd;
}

.col.border_gray .col_l {
  border-right: none;
}

.prt_flexbox {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -8px;
}

.prt_flexbox > * {
  flex: 1 1 350px;
  margin: 8px;
}

.prt_flexbox > .item_narrow {
  flex-basis: 240px;
}

.prt_flexbox > .item_wide {
  flex-basis: 460px;
}

.index_list dl {
  float: left;
  box-sizing: border-box;
  width: 25%;
  border: 1px solid #ddd;
  border-right: none;
}

.index_list dl.last {
  border-right: 1px solid #ddd;
}

.index_list dt span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  background-color: #a30107;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.index_list dd {
  margin: 8px;
  padding: 10px;
  background-color: #ebebeb;
}

/* table */
.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: #010101;
  color: #fff;
}

.prt_tbl tbody th,
.prt_rsp_tbl tbody th {
  background: #f3f3f3;
}

.prt_tbl.style_01 table {
  width: 100%;
}

.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;
}

.prt_border_box {
  padding: 10px;
  border: 1px solid #ccc;
}

.prt_image {
  text-align: center;
}

.prt_image img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.prt_border_box .caption_01,
.prt_image .caption_01 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

.prt_border_box .caption_01,
.prt_image .caption_01 {
  font-weight: bold;
  font-size: 14px;
}

.flex_box {
  display: flex;
  justify-content: center;
}

.flex_box.style_01 .flex_item:first-child {
  padding-right: 20px;
}

.flex_box.style_01 .flex_item:last-child {
  flex-basis: 230px;
}

.flex_box.style_01 .flex_item:last-child img {
  width: 100%;
}

.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;
}

.table_w6p {
  width: 6%;
}

.table_w7p {
  width: 7%;
}

.table_w8p {
  width: 8%;
}

.table_w10p {
  width: 10%;
}

.table_w12p {
  width: 12%;
}

.table_w15p {
  width: 15%;
}

.table_w20p {
  width: 20%;
}

.table_w25p {
  width: 25%;
}

.table_w30p {
  width: 30%;
}

.table_w40p {
  width: 40%;
}

.table_w45p {
  width: 45%;
}

.table_w50p {
  width: 50%;
}

.table_w60p {
  width: 60%;
}

.table_w75p {
  width: 75%;
}

.table_w80p {
  width: 80%;
}

/* link */
.link_01.last {
  margin-bottom: 0;
}

.link_01 li {
  position: relative;
  display: inline-block;
  padding: 0 19px;
}

.link_01 li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -4px;
  border-top: 6px solid #004b98;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}

.link_02 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.link_02 li {
  float: left;
  width: 11.11%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}

.link_02 li a {
  display: block;
  padding: 16px 8px;
  color: #666;
  text-decoration: underline;
}

.link_02 li a:hover {
  background-color: #f0f4f8;
  opacity: 1;
}

.link_03 {
  width: 100%;
}

.link_03::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.link_03 a {
  position: relative;
  display: block;
  float: right;
  padding: 12px 26px 12px 12px;
  width: 340px;
  border-radius: 5px;
  background: #1669b5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.link_03 a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  color: #fff;
  content: ">";
  transform: translateY(-50%);
}

.link_03 a:hover {
  text-decoration: none;
}

.c_download .box_04 a:hover {
  text-decoration: underline;
}

.c_download .box_04 a {
  font-size: 16px;
}

.prt_link > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  vertical-align: bottom;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
}

.prt_link > 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: "";
}

.prt_link > a:hover {
  text-decoration: underline;
}

.prt_link.right {
  text-align: right;
}

/* list */
.list_01,
.list {
  margin-bottom: 15px;
}

.list_01 span {
  margin-right: 20px;
}

.list_01 > dd {
  font-size: 15px;
}

.list_num {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style-type: decimal;
}

.list_dot {
  margin-bottom: 15px;
  padding-left: 20px;
  list-style-type: disc;
}

.list_dot_margin li {
  margin-right: 15px;
  margin-bottom: 30px;
}

.list_qa li {
  margin-left: 25px;
  text-indent: -25px;
}

.list_qa li span {
  font-weight: bold;
}

.list_inside {
  padding-left: 0;
  list-style-position: inside;
}

.list_arrow li {
  padding-left: 30px;
  text-indent: -8px;
  font-weight: normal;
}

.list_arrow li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  content: "▶";
}

.list_square li {
  padding-left: 23px;
  text-indent: -8px;
  font-weight: normal;
}

.list_square li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  content: "■";
}

.description_list01 {
  padding-top: 30px;
}

.description_list01 dt {
  font-weight: bold;
  font-size: 18px;
}

.description_list01 dd {
  font-size: 14px;
}

.glossary_dl dt {
  margin: 5px 0 5px 10px;
}

.glossary_dl_01 dt {
  margin: 5px 0;
}

.glossary_dl_01 dd {
  margin: 0 0 20px;
}

.glossary_dl_01 dd strong {
  font-weight: bold;
}

/* desc */
.prt_desc_01 {
  margin: 0 0 40px;
}

.prt_desc_01 > dt {
  margin: 10px 0 5px;
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.prt_desc_01 > dd {
  padding: 0 5px;
}

/* title */
.main_contents .ttl_01 {
  color: #a30107;
  font-weight: bold;
  font-size: 18px;
}

.main_contents .ttl_02 {
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
}

.main_contents .ttl_03 {
  display: inline-block;
  margin-top: 5px;
  padding: 0 8px;
  background: #6fa7db;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.main_contents .ttl_04 {
  padding: 12px 20px;
  background-color: #f3f3f3;
  font-weight: bold;
  font-size: 20px;
}

.main_contents .ttl_04 span {
  font-weight: normal;
  font-size: 14px;
}

.main_contents .ttl_05 {
  color: #00b08e;
  font-weight: bold;
  font-size: 18px;
}

.main_contents .ttl_06 {
  color: #adadad;
  font-weight: bold;
  font-size: 16px;
}

.prt_caption_01::before {
  content: "【";
}

.prt_caption_01::after {
  content: "】";
}

/* box */
.box_01 {
  margin-bottom: 30px;
  padding: 30px;
  width: 100%;
  border: 1px solid #ddd;
}

.box_01 .ttl {
  margin-bottom: 15px;
  color: #a30107;
  font-weight: bold;
  font-size: 20px;
}

.box_01.bt0 {
  border-top: none;
}

.box_01 .col {
  margin-bottom: 0;
}

.box_02 {
  margin-top: 40px;
  padding: 15px;
  width: 100%;
  border: 1px solid #ddd;
}

.box_03 {
  margin-bottom: 30px;
  padding: 20px;
  width: 100%;
  border: 2px dotted #2264a2;
}

.box_03 .table_01,
.box_03 .col {
  margin-bottom: 0;
}

#main .box_03 .ttl {
  margin: 0 0 7px;
  color: #2d69a0;
  font-weight: bold;
}

.box_04 {
  margin-bottom: 30px;
  padding: 23px 25px;
  width: 100%;
  background: #f3f3f3;
}

.box_05 {
  margin-bottom: 30px;
  padding: 28px;
  border: 10px solid #d5d5d5;
}

.box_06 {
  margin: 0 auto;
  width: 50%;
  font-weight: bold;
  font-size: 24px;
}

.box_06 dl {
  padding-left: 1.2em;
}

.box_06 dl::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.box_06 dl dt {
  float: left;
  width: 2em;
  text-align: left;
}

.box_06 span {
  font-family: serif;
}

#main .box_03 p:last-child,
#main .box_05 p:last-child,
#main .box_04 p,
#main .box_06 p {
  margin: 0;
}

.box_07::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.box_07_img {
  float: left;
  margin: 0 3.1% 0 0;
  width: 50.5%;
}

.box_07_img > img {
  padding: 10px;
  border: 1px solid #ccc;
}

.box_07_item {
  float: right;
  width: 45%;
}

.box_07_item p:first-child {
  margin-top: 0;
}

/* image box */
.box_img,
.box_img_border,
.box_img_border_02,
.box_img_border_dot {
  text-align: center;
}

.box_img.box_aleft,
.box_img_border.box_aleft,
.box_img_border_02.box_aleft,
.box_img_border_dot.box_aleft {
  text-align: left;
}

.box_img.box_aright,
.box_img_border.box_aright,
.box_img_border_02.box_aright,
.box_img_border_dot.box_aright {
  text-align: right;
}

.box_img.space_s,
.box_img_border.space_s,
.box_img_border_02.space_s,
.box_img_border_dot.space_s {
  margin: 10px 0;
}

.box_img.space,
.box_img_border.space,
.box_img_border_02.space,
.box_img_border_dot.space {
  margin: 30px 0;
}

.box_img.space_l,
.box_img_border.space_l,
.box_img_border_02.space_l,
.box_img_border_dot.space_l {
  margin: 50px 0;
}

.box_img.space_mb30,
.box_img_border.space_mb30,
.box_img_border_02.space_mb30,
.box_img_border_dot.space_mb30 {
  margin-bottom: 30px;
}

.box_img.box_w360,
.box_img_border.box_w360,
.box_img_border_02.box_w360,
.box_img_border_dot.box_w360 {
  max-width: 360px;
}

.box_img.nospace,
.box_img_border.nospace,
.box_img_border_02.nospace,
.box_img_border_dot.nospace {
  padding: 0;
}

.box_img .notes,
.box_img_border .notes,
.box_img_border_02 .notes,
.box_img_border_dot .notes {
  font-size: 12px;
}

.strong_border {
  padding: 10px;
  border: 5px solid #ccc;
}

.box_img_border {
  padding: 10px;
  border: 1px solid #ccc;
}

.box_img_border_02 img {
  padding: 10px;
  border: 1px solid #ccc;
}

.box_img_border_dot {
  padding: 10px;
  border: dotted 2px #e69f71;
  border-radius: 10px;
}

.main_contents .reset_space {
  margin: 0;
}

/* btn */
.button_01 {
  margin: 26px 0 0;
  padding: 24px 0 0;
}

.button_01::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.button_01 .product {
  float: left;
  width: 48%;
}

.button_01 .product .product_btn {
  display: table;
  max-width: 340px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: #1284c8;
  background: linear-gradient(#1284c8, #044aa0);
  text-align: center;
}

.button_01 .product .product_btn span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
}

.button_01 .download {
  float: right;
  width: 48%;
}

.button_01 a:hover {
  text-decoration: none;
}

.button_02::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.button_02 .ss_download_btn.type01 {
  max-width: 340px;
  height: 59px;
}

.button_02 .product {
  float: left;
  width: 48%;
}

.button_02 .product .product_btn {
  position: relative;
  display: table;
  max-width: 340px;
  width: 100%;
  height: 59px;
  border-radius: 5px;
  background: #3e944c;
  background: linear-gradient(#3e944c, #176a25);
  text-align: center;
}

.button_02 .product_btn .img01 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  transform: translateY(-50%);
}

.button_02 .product_btn .txt01 {
  padding-right: 5px;
}

.button_02 .product_btn.icon01 > span:first-child {
  background: url(../../../../../img/ss/products/daq/lab/bg_icon_dl_001.png) no-repeat left center;
}

.button_02 .product_btn.type01 {
  padding-right: 12px;
  padding-left: 12px;
}

.button_02 .product .product_btn span {
  display: table-cell;
  padding-top: 5px;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
}

.button_02 .download {
  float: right;
  width: 48%;
}

.button_02 a:hover {
  text-decoration: none;
}

.prt_download_box1 .button_02 .product a {
  float: none;
}

.prt_colon_def > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  text-align: left;
}

.prt_colon_def dt,
.prt_colon_def dd {
  float: left;
  flex: 0 1 auto;
}

.prt_colon_def.inline > div {
  display: inline-flex;
  margin: 0 5px;
  white-space: nowrap;
}

.prt_colon_def.inline dt,
.prt_colon_def.inline dd {
  float: none;
}

.prt_colon_def dt {
  white-space: nowrap;
}

.prt_colon_def dd {
  padding-left: 0.5em;
  text-indent: -0.5em;
  white-space: normal;
}

.prt_colon_def dd::before {
  display: inline-block;
  padding: 0 0.25em;
  min-width: 0.5em;
  content: ": ";
  text-indent: 0;
}

.prt_svg_wrap {
  position: relative;
  padding-top: 48.6%;
}

.prt_svg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prt_svg_wrap svg {
  max-width: 100%;
  height: auto;
}

.prt_svg_wrap .svg_text1 {
  font-size: 18px;
  fill: #fff;
}

.prt_svg_wrap .svg_text2 {
  font-weight: bold;
  font-size: 20px;
  fill: #3d8d4b;
}

/* cv_area */
.cv_area_btn {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.cv_area_btn > a {
  display: block;
  transition: none;
}

.cv_area_btn > a:hover {
  text-decoration: none;
}

.cv_area_btn .cv_area_inner {
  border: 2px solid #0867b8;
}

.cv_area_btn .top {
  position: relative;
  padding: 15px 45px 5px 65px;
  min-height: 176px;
}

.cv_area_btn .title {
  margin: 0 0 10px;
  padding-right: 168px;
  color: #323232;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}

.cv_area_btn .text {
  margin: 0;
  padding-right: 168px;
  min-height: 55px;
  color: #333;
  font-weight: bold;
  font-size: 15px;
}

.cv_area_btn .text.multi_line_c {
  padding-right: 215px;
}

.cv_area_btn .blue {
  display: inline-block;
  margin-right: 10px;
  padding: 0 25px;
  background-image: url(../../../../../img/ss/products/daq/lab/bg_style_006.gif), url(../../../../../img/ss/products/daq/lab/bg_style_007.gif);
  background-position: 0 20%, 100% 20%;
  background-repeat: no-repeat;
  color: #0867b8;
  font-weight: bold;
}

.cv_area_btn .img {
  position: absolute;
  top: 15px;
  right: 45px;
}

.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: 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;
}

/* arrow */
.arrow_green::after {
  display: block;
  margin: 20px auto 0;
  width: 20px;
  border-top: 20px solid #00b08e;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  content: "";
}

.arrow_grey::after {
  display: block;
  margin: 20px auto 0;
  width: 20px;
  border-top: 20px solid #adadad;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  content: "";
}

.arrow_grey.arrow_aleft::after {
  margin: 20px 0 0;
}

.arrow_grey.col {
  margin: 30px 0 0;
}

/* box */
.prt_example_box::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.prt_example_box dl {
  float: left;
  width: 50%;
  border: 1px solid #ccc;
}

.prt_example_box dl dt {
  padding: 15px;
  background: #010101;
  color: #fff;
  font-weight: bold;
}

.prt_example_box dl dd {
  padding: 10px;
}

.prt_example_box dl dd:nth-child(2) {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.prt_example_box dl:first-child {
  border-right: none;
}

.prt_example_box.ex_first_box dl {
  border-bottom: none;
}

.prt_example_box.merit_smooth {
  margin: 30px 0;
}

.prt_example_box.merit_smooth dl {
  border-bottom: none;
  text-align: center;
}

.t_thermocouple_figure_01 .caption {
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

/* column */
.can_2cols {
  margin-bottom: 30px;
}

.can_2cols::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.can_2cols .item {
  float: left;
  width: 54%;
}

.can_2cols .item:first-child {
  margin-right: 4%;
  width: 40%;
}

/* table */
.tbl_straingage_01 th {
  padding: 4px;
  font-size: 14px;
}

.tbl_straingage_01 td {
  padding: 10px 4px;
  text-align: center;
  font-size: 12px;
}

.tbl_straingage_01 td strong {
  font-weight: bold;
}

.tbl_straingage_01 td.data_left {
  padding: 0 5px;
  text-align: left;
}

.tbl_pt100_box {
  display: table;
  width: 100%;
}

.tbl_pt100_box .tbl_col {
  display: table-cell;
  vertical-align: top;
}

.tbl_pt100_box .tbl_col table {
  width: 100%;
  font-size: 14px;
}

.tbl_pt100_box .tbl_col th {
  padding: 6px 4px;
  border: 1px solid #ddd;
  background: #f3f3f3;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.tbl_pt100_box .tbl_col td {
  padding: 7px 3px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
}

.tbl_pt100_box .tbl_col:first-child th,
.tbl_pt100_box .tbl_col:first-child td,
.tbl_pt100_box .tbl_col:nth-child(2) th,
.tbl_pt100_box .tbl_col:nth-child(2) td,
.tbl_pt100_box .tbl_col:nth-child(3) th,
.tbl_pt100_box .tbl_col:nth-child(3) td {
  border-right: none;
}

.tbl_pt100_box .tbl_col:nth-child(2) tbody th {
  background: none;
  font-weight: normal;
}

.tbl_pt100_box .tbl_sp_only th:first-child,
.tbl_pt100_box .tbl_sp_only td:first-child {
  display: none;
}

.tbl_voltage_type {
  width: 100%;
  table-layout: fixed;
  text-align: left;
}

.tbl_voltage_type th,
.tbl_voltage_type td {
  padding: 4px 6px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.tbl_voltage_type th {
  width: 32%;
  border-right: 1px solid #ccc;
}

.tbl_voltage_type img {
  vertical-align: middle;
  transform: translateY(-2px);
}

.tbl_voltage_type .oscillo {
  padding-right: 15px;
  text-align: right;
}

.tbl_voltage_type .waveform {
  padding-left: 34px;
}

.tbl_can_data_link {
  table-layout: auto;
}

.tbl_can_data_link tr:first-child th,
.tbl_can_data_link tr:first-child td {
  background: #010101;
  color: #fff;
}

.tbl_can_data_link tr td {
  text-align: center;
}

.tbl_can_data_link tr td:last-child {
  text-align: left;
}

.tbl_can_data_link .tbl_llc {
  background: #f7c3c3;
}

.tbl_can_data_link .tbl_mac {
  background: #c3def8;
}

.tbl_emissivity td {
  text-align: center;
}

.tbl_emissivity .th_style_01 th {
  background: #f3f3f3;
  color: #333;
}

.tbl_roll_01 td {
  vertical-align: baseline;
}

.tbl_data_layout .data_ac {
  text-align: center;
}

.tbl_data_layout .data_al {
  text-align: left;
}

.tbl_data_layout .data_ar {
  text-align: right;
}

.tbl_data_layout.all_left th,
.tbl_data_layout.all_left td {
  text-align: left;
}

.tbl_data_layout .all_center th,
.tbl_data_layout .all_center td {
  text-align: center;
}

.tbl_data_layout.all_right th,
.tbl_data_layout.all_right td {
  text-align: right;
}

.tbl_data_layout.th_center th {
  text-align: center;
}

.tbl_data_layout.th_left th {
  text-align: left;
}

.tbl_data_layout.th_right th {
  text-align: right;
}

.tbl_data_layout.td_left td {
  text-align: left;
}

.tbl_data_layout.td_center td {
  text-align: center;
}

.tbl_data_layout.td_right td {
  text-align: right;
}

.box_physics {
  margin: 10px 0 30px;
}

/* list */
.list_dot02 dt::before {
  display: inline;
  padding-right: 0.5em;
  content: "●";
  vertical-align: middle;
  font-size: 10px;
}

.list_dot02.list_layout_frame dd {
  margin-bottom: 30px;
  padding-left: 1em;
}

.list_dl_horizontal {
  display: flex;
}

.list_dl_horizontal dt {
  flex: 0 0 4em;
  text-align: left;
}

.list_dl_horizontal.dt_2em dt {
  flex-basis: 2em;
}

.list_definition {
  margin: 15px 0;
}

.list_definition dt {
  margin-bottom: 10px;
  padding: 8px 0 6px 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.list_definition .list_child dt {
  margin: 0;
  padding: 0;
  border: none;
}

.list_definition .prt_tbl td {
  padding: 6px 0;
  text-align: center;
}

.list_cat_index {
  margin-bottom: 30px;
  padding: 0 20px;
}

.list_cat_index ul::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.list_cat_index ul li {
  display: block;
  float: left;
  margin: 0 0 20px 2%;
  width: 48%;
  background: #fff;
}

.list_cat_index ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  color: #333;
  transition: none;
}

.list_cat_index ul li a::before {
  position: absolute;
  top: 0.43em;
  left: 0;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed0438;
  content: "";
}

.list_cat_index ul li a:hover {
  color: #06c;
}

.list_cat_index ul li:nth-child(2n+1) {
  margin-left: 0;
}

.list_num_strain {
  margin-bottom: 15px;
  list-style: decimal inside;
}

.list_num_strain .box_img_border {
  margin-top: 10px;
}

.list_num_func {
  list-style: decimal inside;
}

.list_num_func span {
  display: inline-block;
  margin-right: 1em;
}

/* applications */
.applications_cols {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}

.applications_cols .item {
  position: relative;
  display: inline-block;
  margin: 0 30px;
}

.applications_cols .item:first-child {
  margin-left: 0;
}

.applications_cols .item:last-child {
  margin-right: 0;
}

.applications_cols .item.has_icon::before,
.applications_cols .item:last-child::before {
  position: absolute;
  top: 50%;
  right: 100%;
  display: block;
  margin: -30px 0 0 0;
  width: 60px;
  height: 60px;
  color: #ccc;
  content: "+";
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
}

.applications_cols .item figcaption {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

.applications_cols.col3 .item {
  margin: 0 10px;
}

.applications_cols.col3 .item:first-child {
  margin-left: 0;
}

.applications_cols.col3 .item:last-child {
  margin-right: 0;
}

.applications_cols.col3 .item:last-child::before {
  margin-right: -10px;
}

/* thermometry */
.thermocouple_label {
  margin: 36px 0 0;
  padding: 18px 10px 14px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}

.thermocouple_label.blue {
  background: #228ebc;
}

.thermocouple_label.red {
  background: #d34947;
}

.c_thermometry.c_measurement.p_radiation .strong_border {
  min-width: 350px;
}

/* acceleration */
.a_measurement_thumb_01 {
  width: 324px;
}

/* pulse */
.p_mechanism_calc_01 {
  margin: 20px 0 0;
  text-align: center;
}

.p_mechanism_calc_01 dt {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.5;
}

.p_mechanism_calc_01 dd {
  color: #34485d;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

/* candata */
.c_merit_cols_01 {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
  text-align: center;
}

.c_merit_cols_01 .item {
  display: inline-block;
  margin: 0 10px;
}

.c_merit_cols_01 .item figcaption {
  font-weight: bold;
  font-size: 22px;
}

.c_merit_cols_01 .item div {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 0;
}

.c_merit_cols_02 {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
  text-align: center;
}

.c_merit_cols_02 .item {
  display: inline-block;
  margin: 0 10px;
  text-align: left;
}

.c_merit_cols_02 .item figcaption {
  display: inline-block;
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 18px;
}

.c_merit_cols_02 .item div {
  text-align: center;
  font-size: 0;
}

.c_mechanism_figure_01 {
  margin: 0 0 40px;
  text-align: center;
}

.c_mechanism_figure_01 figcaption {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
}

.c_mechanism_figure_01 div {
  padding: 10px;
  border: 8px solid #ccc;
  font-size: 0;
}

.c_example_figure_01 {
  margin: 30px 0;
  text-align: center;
}

.c_example_figure_01 figcaption {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 5px;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

.c_example_figure_01 div {
  font-size: 0;
}

.c_analysis_figure_01 {
  margin: 10px 0 30px;
  text-align: center;
}

.c_analysis_figure_01 figcaption {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}

.c_analysis_figure_01 div {
  font-size: 0;
}

/* pulse */
.p_roll_figure_01 {
  margin: 0 0 30px;
}

.p_roll_figure_01 figcaption {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 18px;
}

.p_roll_figure_01 div {
  margin: -20px 0 0;
  font-size: 0;
}

.cat_index_des {
  margin-bottom: 40px;
}

/* download page
------------------------------- */
.download_container {
  margin-bottom: 50px;
}

.download_container p {
  margin: 30px 0;
  font-size: 16px;
}

.download_container .sect_download {
  margin-bottom: 50px;
}

.download_list::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.download_list > li {
  float: left;
  margin: 0 0 20px 2%;
  padding: 20px;
  width: 32%;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.download_list > li:nth-child(3n+1) {
  margin-left: 0;
}

.download_list .download_item_box {
  width: 100%;
}

.download_list .download_item_box::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.download_list .download_item_box .item_left {
  float: left;
  margin-right: 5%;
  width: 30%;
}

.download_list .download_item_box .item_right {
  float: right;
  width: 65%;
}

.download_list .download_item_box p {
  margin: 0;
  font-size: 14px;
}

.download_list .download_item_box img {
  max-width: 100%;
  border: 1px solid #ccc;
}

.download_list .download_item_box .item_ttl {
  font-weight: bold;
}

.download_list .download_item_box .sub_ttl {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

.download_list .download_item_box .item_des {
  margin: 0;
  padding: 10px 0 0;
  font-size: 12px;
}

.download_list .download_btn_box_01,
.download_list .download_btn_box_02 {
  margin: auto;
  padding: 20px 0 0;
}

.download_list .download_btn_box_01 {
  width: 240px;
}

.download_list .download_btn_box_01 a {
  max-width: 240px;
}

.download_list .download_btn_box_02 {
  width: 160px;
}

.download_list.list_2cols > li {
  margin: 0 0 20px 2%;
  width: 49%;
}

.download_list.list_2cols > li:nth-child(2n+1) {
  margin-left: 0;
}

.download_list.list_2cols .download_item_box .item_left {
  width: 33%;
}

.download_list.list_2cols .download_item_box .item_right {
  width: 62%;
}

.download_list.list_2cols .download_item_box .item_des {
  font-size: 14px;
}

.download_list.list_2cols li .download_item_box p.new {
  position: relative;
  margin-top: 38px;
}

.download_list.list_2cols li .download_item_box p.new::before {
  position: absolute;
  top: -38px;
  padding: 4px 0 3px;
  width: 95px;
  border-radius: 6px;
  background: #0070c0;
  color: #fff;
  content: "热门资料";
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

#c_voltage.p_applications .applications_cols {
  margin: 0 -24px;
}

/* media screen
------------------------------- */
@media screen and (min-width: 641px) {
  .sp_view {
    display: none;
  }

  #header .list_box .tel_modal {
    display: none !important;
  }

  #p_home .index_nav .js_accnav_cont {
    display: block !important;
    padding: 26px 30px 25px !important;
  }

  #p_home .index_nav .nav_list .nav_child:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}

@media screen and (max-width: 979px) {
  img {
    max-width: 100%;
    height: auto;
  }

  #breadcrumb ul,
  .contents_wrap,
  #footer .copy > .inner {
    padding: 0 5px;
    width: 100%;
  }

  .tbl_pt100_box {
    display: block;
  }

  .tbl_pt100_box .tbl_col {
    display: block;
    margin: 20px 0;
  }

  .tbl_pt100_box .tbl_col:first-child th,
  .tbl_pt100_box .tbl_col:first-child td,
  .tbl_pt100_box .tbl_col:nth-child(2) th,
  .tbl_pt100_box .tbl_col:nth-child(2) td,
  .tbl_pt100_box .tbl_col:nth-child(3) th,
  .tbl_pt100_box .tbl_col:nth-child(3) td {
    border-right: solid 1px #ddd;
  }

  .tbl_pt100_box .tbl_col:nth-child(2) tbody th {
    background: #f3f3f3;
    font-weight: bold;
  }

  .tbl_pt100_box .tbl_sp_only th:first-child,
  .tbl_pt100_box .tbl_sp_only td:first-child {
    display: table-cell;
  }

  .tbl_pt100_box .tbl_fixed table {
    width: 74%;
    table-layout: fixed;
  }

  .tbl_pt100_box .tbl_fixed th:first-child {
    width: 30%;
  }

  #header {
    height: auto;
  }

  #header .site_title {
    width: 24.5%;
  }

  #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;
  }

  #container .nav_menu .clip_box {
    width: 100%;
  }

  .button_02 .product {
    float: none;
    width: 100%;
  }

  .button_02 .product .product_btn {
    margin: 0 auto 30px;
  }

  .button_02 .download {
    float: none;
    width: 100%;
  }

  .button_02 .download .ss_download_btn {
    margin: 0 auto;
  }

  .prt_download_box1 .button_02 a {
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 865px) {
  #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;
  }

  /* applications */
  .applications_cols .item.has_icon::before,
  .applications_cols .item:last-child::before {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    font-size: 40px;
  }

  .applications_cols.col3 .item:last-child::before {
    margin-top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .box_07_img {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }

  .box_07_item {
    float: none;
    width: 100%;
  }

  #header .logo {
    width: 83px;
  }

  #header ul {
    float: right;
    width: 345px;
  }

  #header ul li {
    width: 170px;
  }

  #header ul li a {
    font-size: 12px;
  }

  #header .btn_download a::before {
    width: 18px;
  }

  #header .btn_contact a::before {
    width: 20px;
  }

  #header .btn_box {
    width: 345px;
  }

  #header .btn_box li {
    width: 170px;
  }

  #header .btn_box li a {
    font-size: 12px;
  }

  #header .btn_box .btn_download a::before {
    height: auto;
  }

  #header .btn_box .btn_contact a::before {
    height: auto;
  }

  #header .inner {
    position: relative;
    height: 72px;
  }

  #header .logo {
    width: 180px;
  }

  #header ul {
    position: absolute;
    right: 5px;
    bottom: 0;
    float: none;
  }

  #header ul li {
    margin: 0;
    min-height: 36px;
    width: 50%;
  }

  #header ul .btn_download,
  #header ul .btn_contact {
    border-radius: 5px 5px 0 0;
  }

  #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;
  }

  #footer .js_sp_menu .index_nav .nav_menu .nav_item,
  #container .index_nav .nav_menu .nav_item {
    float: none;
    margin: 0;
    width: 100%;
  }

  #footer .js_sp_menu .nav_menu .clip_box,
  #container .nav_menu .clip_box {
    z-index: 0;
    width: 100%;
    height: auto;
  }

  #footer .js_sp_menu .nav_menu .clip_box .clip_item.nav_item,
  #container .nav_menu .clip_box .clip_item.nav_item {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }

  #side .nav_menu .clip_box {
    margin: 0;
  }

  #side .nav_menu .clip_box .clip_item.nav_item {
    margin-bottom: 0;
  }

  #p_home .index_nav {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .pc_view {
    display: none;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
  }

  #container {
    margin: 30px 0 0;
  }

  .main_contents {
    float: none;
    margin-top: 20px;
    width: auto;
  }

  .contents_wrap {
    padding: 0 15px;
    width: 100%;
  }

  #header {
    border: none;
  }

  #header .inner {
    position: relative;
    padding: 0;
    height: auto;
  }

  #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: 50%;
  }

  #header .logo {
    width: 115px;
  }

  #header .logo a {
    padding: 0;
  }

  #header ul {
    position: static;
    float: none;
    width: 100%;
  }

  #header ul li {
    width: 33.33333%;
    height: auto;
  }

  #header ul li a {
    display: block;
    min-height: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
  }

  #header ul li a::before {
    display: block;
  }

  #header ul li a .label {
    display: block;
  }

  #header ul li a .label > span {
    display: block;
  }

  #header ul .btn_download {
    margin-right: 0;
    border-radius: 0;
  }

  #header ul .btn_download a {
    padding: 10px 0 14px;
  }

  #header ul .btn_download a::before {
    margin: 0 auto 17px;
    width: 20px;
    height: 26px;
  }

  #header ul .btn_contact {
    margin-right: 0;
    border-radius: 0;
  }

  #header ul .btn_contact a {
    padding: 10px 0 5px;
  }

  #header ul .btn_contact a::before {
    margin: 0 auto 8px;
    width: 25px;
    height: 25px;
  }

  #header ul .btn_tel {
    display: block;
  }

  #header ul .btn_tel a {
    padding: 8px 0 5px;
  }

  #header ul .btn_tel a::before {
    margin: 0 auto 5px;
    width: 22px;
    height: 30px;
  }

  #header .list_box .tel_modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
  }

  #header .list_box .tel_modal .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  #header .list_box .tel_modal .numbers {
    position: absolute;
    top: 50%;
    right: 16px;
    left: 16px;
    transform: translate(0, -50%);
  }

  #header .list_box .tel_modal .close_btn {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 32px;
    height: 32px;
    background: #000;
    cursor: pointer;
  }

  #header .list_box .tel_modal .close_btn::before,
  #header .list_box .tel_modal .close_btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transform-origin: center;
  }

  #header .list_box .tel_modal .close_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #header .list_box .tel_modal .close_btn::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  #header .list_box .tel_modal a {
    display: block;
    margin: 8px 0;
    padding: 16px;
    border-radius: 4px;
    background: #00284a;
    font-size: 16px;
    opacity: 1;
  }

  #header .list_box .tel_modal a::before {
    content: none;
  }

  #header .list_box .tel_modal span {
    display: none;
  }

  #header .list_box .tel_modal.opened {
    display: block;
  }

  #breadcrumb {
    order: 1;
  }

  #breadcrumb ul,
  #breadcrumb ol {
    padding: 0 15px;
  }

  #footer {
    order: 2;
  }

  #footer .js_sp_menu {
    display: block;
    padding: 0;
  }

  #footer .js_sp_menu .js_menu_button {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 10010;
    display: block;
    width: 49px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  #footer .js_sp_menu .js_menu_button::before,
  #footer .js_sp_menu .js_menu_button::after,
  #footer .js_sp_menu .js_menu_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: transform 0.3s ease;
  }

  #footer .js_sp_menu .js_menu_button::before {
    transform: translate(-50%, -10px);
  }

  #footer .js_sp_menu .js_menu_button::after {
    transform: translate(-50%, 6px);
  }

  #footer .js_sp_menu .js_menu_button i {
    transform: translate(-50%, -50%);
  }

  #footer .js_sp_menu .js_menu_button.pagein {
    opacity: 1;
    cursor: pointer;
  }

  #footer .js_sp_menu .inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
    transform: translate(100%, 0);
  }

  #footer .js_sp_menu .sitemap_contents {
    padding: 30px 15px 160px;
  }

  #footer .js_sp_menu .home_link {
    margin: 0 0 20px;
  }

  #footer .js_sp_menu .home_link a {
    font-size: 0;
  }

  #footer .js_sp_menu .home_link a::before {
    color: #fff;
    content: attr(data-menu-label);
    font-weight: bold;
    font-size: 24px;
  }

  #footer .js_sp_menu .nav_list {
    background: #fff;
  }

  #footer .copy {
    padding: 12px 0;
  }

  #footer .copy > .inner {
    width: 100%;
  }

  #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;
  }

  body.view-mode-sp #footer .inner {
    display: block;
  }

  body.menu-opened {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  body.menu-opened #footer .js_menu_button::before {
    transform: translate(-50%, -50%) rotate(-225deg);
  }

  body.menu-opened #footer .js_menu_button::after {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  body.menu-opened #footer .js_menu_button i {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  body.menu-opened #footer .inner {
    transform: translate(0);
  }

  #cv_contact {
    width: 100%;
    height: auto;
  }

  #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: #343434;
  }

  #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_box {
    max-width: none;
  }

  .ss_subpage_box .ss_subpage_bnr > a {
    padding: 10px;
    max-width: none;
    width: 100%;
  }

  .ss_subpage_box .ss_subpage_bnr > a .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 10px;
  }

  .ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap {
    margin-top: auto;
  }

  .ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
    width: 100%;
  }

  #footer .js_sp_menu .nav_menu,
  #side .nav_menu {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }

  #footer .js_sp_menu .nav_menu > ul,
  #side .nav_menu > ul {
    border: none;
  }

  #footer .js_sp_menu .nav_menu .nav_item,
  #side .nav_menu .nav_item {
    margin: 0;
    border: none;
  }

  #footer .js_sp_menu .nav_menu .ac_btn,
  #side .nav_menu .ac_btn {
    padding: 11px 33px 10px 13px;
    border-bottom: 2px solid #dedede;
    background: #333;
  }

  #footer .js_sp_menu .nav_menu .ac_btn:hover,
  #side .nav_menu .ac_btn:hover {
    padding: 11px 33px 10px 13px;
    border-bottom: 2px solid #dedede;
    background: #333;
  }

  #footer .js_sp_menu .nav_menu .ac_btn .label,
  #side .nav_menu .ac_btn .label {
    padding-left: 10px;
    border-left: 3px solid #878787;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }

  #footer .js_sp_menu .nav_menu .ac_btn .label a,
  #side .nav_menu .ac_btn .label a {
    color: #fff;
  }

  #footer .js_sp_menu .nav_menu .ac_btn .label::after,
  #side .nav_menu .ac_btn .label::after {
    right: -22px;
    width: 22px;
    height: 22px;
    background-image: url(../../../../../img/ss/products/daq/lab/bg_navi_001.png);
  }

  #footer .js_sp_menu .nav_menu .opened .ac_btn .label::after,
  #side .nav_menu .opened .ac_btn .label::after {
    background-image: url(../../../../../img/ss/products/daq/lab/bg_navi_002.png);
  }

  #footer .js_sp_menu .nav_menu .current .ac_btn,
  #side .nav_menu .current .ac_btn {
    background: #333;
  }

  #footer .js_sp_menu .nav_menu .current .ac_btn .label,
  #side .nav_menu .current .ac_btn .label {
    color: #fff;
  }

  #footer .js_sp_menu .nav_list,
  #side .nav_list {
    border: 1px solid #f0f0f0;
  }

  #footer .js_sp_menu .nav_list > ul,
  #side .nav_list > ul {
    padding: 0;
    border-top: none;
  }

  #footer .js_sp_menu .nav_list .nav_child,
  #side .nav_list .nav_child {
    padding: 14px 14px 10px;
  }

  #footer .js_sp_menu .nav_list li,
  #side .nav_list li {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.3334;
  }

  #footer .js_sp_menu .nav_list li:first-child,
  #side .nav_list li:first-child {
    border-top: none;
  }

  #footer .js_sp_menu .nav_list li a,
  #side .nav_list li a {
    line-height: 1.33333;
  }

  #footer .js_sp_menu .nav_menu .clip_box,
  #side .nav_menu .clip_box {
    position: relative;
    z-index: 1;
    padding: 0 18px 20px;
    border: none;
    background: #b4e3fc;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 5%, #b4e3fc 0%) top left;
  }

  #footer .js_sp_menu .nav_menu .clip_box::before,
  #side .nav_menu .clip_box::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 130px;
    height: 130px;
    background: url(../../../../../img/ss/products/daq/lab/bg_style_004.png) no-repeat left bottom;
    content: "";
  }

  #footer .js_sp_menu .nav_menu .clip_box::after,
  #side .nav_menu .clip_box::after {
    position: absolute;
    top: -14px;
    right: 52px;
    z-index: 2;
    display: block;
    width: 37px;
    height: 40px;
    background: url(../../../../../img/ss/products/daq/lab/bg_style_005.png) center no-repeat;
    background-size: contain;
    content: "";
  }

  #footer .js_sp_menu .nav_menu .clip_box .clip_item.nav_item,
  #footer .js_sp_menu .nav_menu .clip_box .clip_item.nav_item:last-child,
  #side .nav_menu .clip_box .clip_item.nav_item,
  #side .nav_menu .clip_box .clip_item.nav_item:last-child {
    flex: 1 0 278px;
    margin: 30px 12px 0;
    width: auto;
  }

  #footer .js_sp_menu .nav_menu .clip_box .clip_title,
  #side .nav_menu .clip_box .clip_title {
    margin-bottom: 10px;
    padding: 0 0 0 2.5em;
    border: none;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 20px;
  }

  #footer .js_sp_menu .nav_menu .clip_box .datalogger .clip_title,
  #side .nav_menu .clip_box .datalogger .clip_title {
    background-image: url(../../../../../img/ss/products/daq/lab/bg_style_002.png);
  }

  #footer .js_sp_menu .nav_menu .clip_box .glossary .clip_title,
  #side .nav_menu .clip_box .glossary .clip_title {
    background: url(../../../../../img/ss/products/daq/lab/bg_style_003.png) left center no-repeat;
  }

  #footer .js_sp_menu .nav_menu .clip_box .clip_title .label,
  #side .nav_menu .clip_box .clip_title .label {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.8;
  }

  #footer .js_sp_menu .nav_menu .clip_box .clip_title a,
  #side .nav_menu .clip_box .clip_title a {
    color: #333;
  }

  #footer .js_sp_menu .nav_menu .clip_box .ac_btn .label::after,
  #side .nav_menu .clip_box .ac_btn .label::after {
    display: none;
  }

  #footer .js_sp_menu .nav_menu .clip_box .js_accnav_switch,
  #side .nav_menu .clip_box .js_accnav_switch {
    pointer-events: none;
  }

  #footer .js_sp_menu .nav_menu .clip_box .category_label,
  #side .nav_menu .clip_box .category_label {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #footer .js_sp_menu .nav_menu .clip_box .clip_pages,
  #side .nav_menu .clip_box .clip_pages {
    padding: 15px;
    background: #fff;
  }

  #footer .js_sp_menu .nav_menu .clip_box .js_accnav_cont,
  #side .nav_menu .clip_box .js_accnav_cont {
    display: block !important;
  }

  #footer .js_sp_menu .nav_menu .clip_box .clip_pages a,
  #side .nav_menu .clip_box .clip_pages a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    opacity: 1;
  }

  #footer .js_sp_menu .nav_menu .clip_box .clip_pages a:hover,
  #side .nav_menu .clip_box .clip_pages a:hover {
    text-decoration: underline;
  }

  #footer .js_sp_menu .nav_menu .clip_box .clip_pages a::before,
  #side .nav_menu .clip_box .clip_pages a::before {
    position: absolute;
    top: 0.35em;
    left: 0;
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #ed0438;
    content: "";
  }

  #footer .js_sp_menu .nav_menu .clip_box,
  #side .nav_menu .clip_box {
    margin: 50px 0 0;
    padding: 30px 0 20px;
  }

  #footer .js_sp_menu .nav_menu .clip_box .current .ac_btn,
  #side .nav_menu .clip_box .current .ac_btn {
    background-color: transparent;
  }

  #footer .js_sp_menu .nav_menu .clip_box.current .ac_btn .label,
  #side .nav_menu .clip_box.current .ac_btn .label {
    color: #333;
  }

  #footer .js_sp_menu .nav_list .category_label {
    font-weight: bold;
    font-size: 14px;
  }

  #footer .js_sp_menu .nav_list .nav_child {
    border: none;
  }

  #side {
    float: none;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
  }

  #side .side_pc_only {
    display: none;
  }

  #main .pager li a {
    padding: 8px;
  }

  #main .pager li a::before {
    top: 4px;
    bottom: 4px;
    width: 15px;
    background-size: 8px;
  }

  #main .pager li a > span {
    font-weight: bold;
    font-size: 13px;
  }

  #main .pager li a > strong {
    font-size: 16px;
    line-height: 1.5;
  }

  #main .pager .prev a {
    padding-left: 35px;
  }

  #main .pager .prev a::before {
    background-image: url(../../../../../img/ss/common/bg_pager_sp_001.png);
    background-position: center;
  }

  #main .pager .next a {
    padding-right: 35px;
  }

  #main .pager .next a::before {
    background-image: url(../../../../../img/ss/common/bg_pager_sp_002.png);
    background-position: center;
  }

  .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: #010101;
    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: #010101;
    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;
  }

  .prt_download_box1 {
    margin: 30px 0;
  }

  .prt_download_box1 a {
    float: none;
    margin: 0 auto;
  }

  .prt_download_box2 a {
    margin: 0 auto;
  }

  .prt_download_box2 .ss_download_btn .small {
    font-size: 12px;
  }

  .tbl_roll_01.type_01 th:first-child {
    padding: 10px;
    background: #010101;
    color: #fff;
  }

  .ss_download_btn .img01 {
    width: 48px;
  }

  #mainvs {
    height: auto;
    background-color: transparent;
    background-position: 60% 0;
    background-size: auto 60%;
  }

  #mainvs .container {
    padding: 0 10px;
  }

  #mainvs .container .head {
    position: absolute;
    top: 20%;
    left: 50%;
    margin: 0 0 6px;
    width: 100%;
    transform: translateX(-50%);
  }

  #mainvs .container .text {
    margin: 0 0 24px;
    padding-top: 300px;
    width: auto;
    text-align: center;
    text-shadow: 0 0 3px #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.667;
  }

  #mainvs .container .button {
    width: auto;
  }

  #mainvs .container .ss_download_btn {
    margin: 0 auto;
  }

  #p_home .index_nav {
    margin: 0;
  }

  #p_home .index_nav .nav_item {
    margin: 0;
    border: none;
  }

  #p_home .index_nav .ac_btn {
    position: relative;
    padding: 11px 33px 10px 13px;
    border-bottom: 2px solid #dedede;
    background: #333;
    cursor: pointer;
  }

  #p_home .index_nav .ac_btn::after {
    position: absolute;
    right: 10px;
    width: 22px;
    height: 22px;
    background: no-repeat url(../../../../../img/ss/products/daq/lab/bg_navi_001.png) center / contain;
    content: "";
  }

  #p_home .index_nav .opened .ac_btn::after {
    background: no-repeat url(../../../../../img/ss/products/daq/lab/bg_navi_002.png) center / contain;
  }

  #p_home .index_nav .ac_btn .label {
    display: inline-block;
    padding: 0 0 0 13px;
    font-size: 20px;
  }

  #p_home .index_nav .ac_btn .label::before {
    top: 0;
    bottom: 0;
    left: 0;
  }

  #p_home .index_nav .js_accnav_cont {
    padding: 0;
  }

  #p_home .index_nav .nav_list {
    border: 1px solid #f0f0f0;
  }

  #p_home .index_nav .nav_list .category_label {
    font-weight: bold;
    font-size: 14px;
  }

  #p_home .index_nav .nav_child {
    margin: 0;
    padding: 14px 14px 10px;
    font-size: 15px;
    line-height: 1.3334;
  }

  #p_home .index_nav .nav_child:first-child {
    border-top: none;
  }

  #p_home .index_nav .nav_list li a {
    line-height: 1.33333;
  }

  #p_home .index_nav .clip_box {
    margin: 50px 0 0;
    padding: 30px 0 20px;
  }

  #p_home .index_nav .clip_box li {
    margin-top: 8px;
  }

  #p_home .index_nav .clip_box .category_label {
    font-weight: bold;
    font-size: 14px;
  }

  /* component */
  /* heading */
  .header_01 {
    margin-bottom: 20px;
    padding: 15px 10px;
  }

  .header_02 {
    margin-bottom: 20px;
  }

  .header_02 span {
    padding: 5px;
  }

  .header_03 {
    margin-bottom: 15px;
  }

  .header_04 {
    margin-bottom: 15px;
    padding: 6px 10px;
  }

  .header_05 {
    margin-bottom: 15px;
    padding: 6px 10px;
  }

  /* column */
  .col {
    margin-bottom: 15px;
  }

  .col_l {
    float: none;
  }

  .col_r {
    float: none;
  }

  .col_img_r {
    float: none;
    margin: 0 0 15px;
  }

  .col_img_l {
    float: none;
    margin: 0 0 15px;
  }

  .col_490,
  .col_455,
  .col_440,
  .col_360,
  .col_350,
  .col_340,
  .col_216,
  .col_46p,
  .col_42p,
  .col_36p {
    width: 100%;
  }

  .col_border_r {
    float: none;
    margin: 0 0 15px;
    padding: 14px 10px;
    width: 100%;
  }

  .col.border_blue .col_l,
  .col.border_blue .col_r {
    padding: 10px;
    width: 100%;
    border-right: none;
  }

  .col.border_gray .col_l {
    float: left;
  }

  .col.border_gray .col_r {
    float: right;
  }

  .col.border_gray .col_l,
  .col.border_gray .col_r {
    padding: 15px;
  }

  .index_list dl {
    float: none;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
  }

  .index_list dl.last {
    border-bottom: 1px solid #ddd;
  }

  /* table */
  .table_w8p {
    width: 19%;
  }

  .table_w6p {
    width: 12%;
  }

  .table_w7p {
    width: 16%;
  }

  /* link */
  .link_01 li {
    display: block;
    padding: 0 0 0 15px;
  }

  .link_01 li::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -3px;
    border-top: 4px solid #004b98;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
  }

  .link_02 li {
    width: 25%;
  }

  .link_02 li a {
    padding: 7px;
  }

  .link_03 a {
    float: none;
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
  }

  /* list */
  .list_dot_margin li {
    margin-bottom: 15px;
  }

  .list_arrow li {
    padding-left: 20px;
  }

  .list_square li {
    padding-left: 20px;
  }

  .description_list01 {
    padding-top: 0;
  }

  .list_cat_index ul {
    display: block;
  }

  .list_cat_index ul li {
    margin: 0 0 10px;
    width: 100%;
  }

  /* title */
  .ttl_04 {
    margin-bottom: 7px;
    padding: 6px 10px;
  }

  /* box */
  .box_01 {
    margin-bottom: 15px;
    padding: 15px;
  }

  .box_02 {
    margin-top: 20px;
    padding: 7px;
  }

  .box_03 {
    margin-bottom: 15px;
    padding: 10px;
  }

  .box_04 {
    margin-bottom: 15px;
    padding: 10px 15px;
  }

  .box_05 {
    margin-bottom: 15px;
    padding: 14px;
  }

  .box_05 .ss_download_btn .txt03 {
    padding-right: 56px;
  }

  .box_06 {
    width: 70%;
    font-size: 15px;
  }

  /* btn */
  .box_05 .button_01 {
    margin-bottom: 10px;
  }

  .button_01 .product {
    float: none;
    width: 100%;
  }

  .button_01 .product .product_btn {
    margin: 0 auto 20px;
  }

  .button_01 .download {
    float: none;
    width: 100%;
  }

  .button_01 .download .ss_download_btn {
    margin: 0 auto;
  }

  .prt_example_box dl {
    float: none;
    width: 100%;
  }

  .prt_example_box dl:first-child {
    border-right: 1px solid #ccc;
    border-bottom: none;
  }

  .can_2cols .item {
    float: none;
    width: 100%;
  }

  .can_2cols .item:first-child {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  /* applications */
  .applications_cols {
    display: block;
  }

  .applications_cols .item {
    display: block;
    margin: 20px 0 0;
  }

  .applications_cols .item:first-child {
    margin-top: 0;
  }

  .applications_cols .item.has_icon::before,
  .applications_cols .item:last-child::before {
    top: auto;
    right: 50%;
    bottom: 100%;
    margin: 0 -20px 0 0;
  }

  .applications_cols.col3 .item {
    margin: 20px 0 0;
  }

  .applications_cols.col3 .item:first-child {
    margin: 0;
  }

  .applications_cols.col3 .item:last-child::before {
    margin: 0 -20px 0 0;
  }

  /* thermometry */
  .thermocouple_label {
    margin: 20px 0 0;
    padding: 10px 5px 6px;
    font-size: 18px;
    line-height: 1.2;
  }

  .c_thermometry.c_measurement.p_radiation .strong_border {
    min-width: 0;
  }

  /* acceleration */
  .a_measurement_thumb_01 {
    width: auto;
  }

  /* pulse */
  .p_mechanism_calc_01 {
    margin-bottom: 20px;
  }

  .p_mechanism_calc_01 dt {
    margin: 0 0 10px;
    font-size: 16px;
  }

  .p_mechanism_calc_01 dd {
    font-size: 20px;
  }

  .p_roll_figure_01 div {
    margin: 10px 0 0;
  }

  /* candata */
  .c_merit_cols_01 {
    display: block;
  }

  .c_merit_cols_01 .item {
    display: block;
    margin: 0 0 20px;
  }

  .c_merit_cols_01 .item figcaption {
    font-size: 18px;
  }

  .c_merit_cols_02 {
    display: block;
  }

  .c_merit_cols_02 .item {
    display: block;
    margin: 0 0 20px;
  }

  .c_merit_cols_02 .item figcaption {
    display: block;
    font-size: 18px;
  }

  .c_mechanism_figure_01 figcaption {
    font-size: 18px;
  }

  .c_analysis_figure_01 figcaption {
    font-size: 18px;
  }

  .download_list > li {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }

  .download_list.list_2cols > li {
    margin: 0 0 20px;
    width: 100%;
  }

  .download_list.list_2cols .download_item_box .item_ttl {
    font-size: 14px;
  }

  .download_list.list_2cols .download_item_box .item_des {
    font-size: 12px;
  }

  .download_list.list_2cols .download_btn_box_01 {
    width: 160px;
  }

  .download_list.list_2cols .download_btn_box_01 a {
    max-width: 160px;
  }
}

@media screen and (max-width: 480px) {

  #header ul li a,
  #header .btn_box li a {
    font-size: 10px;
  }

  #header ul .btn_download a,
  #header .btn_box .btn_download a {
    padding: 10px 0;
  }

  #header ul .btn_download a::before,
  #header .btn_box .btn_download a::before {
    width: 16px;
    height: 20px;
  }

  #header ul .btn_contact a::before,
  #header .btn_box .btn_contact a::before {
    width: 21px;
    height: 21px;
  }

  #header ul .btn_tel a::before,
  #header .btn_box .btn_tel a::before {
    width: 18px;
    height: 26px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    padding: 10px 5px;
    font-size: 11px;
  }

  #cv_contact .fixed_wrapper .inner li span {
    width: calc(100% - 26px);
  }

  #cv_contact .fixed_wrapper .inner li a i {
    width: 26px;
    height: 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;
  }

  .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 .img03 img {
    width: 67px;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    padding-left: 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;
  }

  .button_01 .product .product_btn span {
    font-size: 12px;
  }

  .button_02 .product .product_btn span {
    font-size: 12px;
  }

  .link_03 a {
    font-size: 12px;
  }
}
