@charset "utf-8";

/* general setting
------------------------------ */
body {
  min-width: 100%;
}

a:link, a:visited {
  color: #0094a1;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

sup {
  font-size: 12px;
  line-height: 1;
  vertical-align: super;
}

.wrapper {
  position: relative;
  line-height: 1.6;
  overflow: hidden;
  transform: none !important;
}

.wrapper img {
  vertical-align: bottom;
}
.wrapper a {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.contents_wrap {
  width: 980px;
  margin: 0 auto;
}

.contents_wrap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}


/* download button
------------------------------- */
.ss_download_btn {
  display: table;
  position: relative;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  border-radius: 5px;
  text-decoration: none;
}
.ss_download_btn:link,
.ss_download_btn:visited {
  text-decoration: none;
}

/* donwload type */
.ss_download_btn.type01,
.ss_download_btn.type02,
.ss_download_btn.type03,
.ss_download_btn.type04,
.ss_download_btn.type05 {
  width: 100%;
  padding: 6px 0 5px;
  text-align: center;
}

.ss_download_btn.type01,
.ss_download_btn.type02 {
  padding-left: 12px;
  padding-right: 12px;
}

.ss_download_btn.type01 {
  max-width: 340px;
  height: 45px;
}

.ss_download_btn.type02 {
  max-width: 380px;
  height: 60px;
}

.ss_download_btn.type03,
.ss_download_btn.type05 {
  max-width: 160px;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.ss_download_btn.type04 {
  max-width: 110px;
  height: 34px;
  padding-left: 4px;
  padding-right: 4px;
  color: #fff;
  font-weight: bold;
}

.ss_download_btn.type05 {
  border-radius: 0 0 5px 5px;
}

/* download icon */
.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;
}

/* download thunmbnail */
.ss_download_btn .img01,
.ss_download_btn .img02,
.ss_download_btn .img03 {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ss_download_btn .img01 img,
.ss_download_btn .img02 img,
.ss_download_btn .img03 img {
  border: solid 1px #ccc;
}

/* download text */
.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.ss_download_btn .txt05 {
  display: table-cell;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  word-break: break-all;
}

.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.dl_bnt .txt05 {
  width: calc(100% - 30px);
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.2;
}

.ss_download_btn .txt01 {
  padding-right: 60px;
}

.ss_download_btn .txt02 {
  padding-right: 79px;
}

.ss_download_btn .txt03 {
  padding-right: 77px;
}

.ss_download_btn .txt04 {
  padding-right: 104px;
}

.ss_download_btn .txt05 {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1;
}

.ss_download_btn .in_txt1,
.ss_download_btn .in_txt2 {
  display: block;
}

.ss_download_btn .in_txt1 {
  font-size: 14px;
}

.prt_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-block;
  margin: 0 5px;
  white-space: nowrap;
  letter-spacing: -0.4em;
}

.prt_colon_def.inline dt,
.prt_colon_def.inline dd {
  display: inline-block;
  float: none;
  letter-spacing: normal;
}

.prt_colon_def dt {
  white-space: nowrap;
}

.prt_colon_def dd {
  padding-left: 1em;
  text-indent: -1em;
  white-space: normal;
}

.prt_colon_def dd img {
  vertical-align: top;
}

.prt_colon_def dd:before {
  content: "：";
}


/* header
------------------------------- */
#header {
  width: 100%;
  border-bottom: 3px solid #496784;
}

#header a {
  text-decoration: none;
}

#header > .inner {
  width: 980px;
  margin: 0 auto;
}

#header > .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#header .site_title {
  float: left;
  padding: 18px 0 17px;
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}

#header ul {
  float: right;
  width: 401px;
}

#header ul li {
  float: left;
  display: table;
  width: 198px;
  height: 38px;
}

#header ul li a {
  display: table-cell;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
#header ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

#header ul li a > span {
  display: none;
  font-weight: bold;
}

#header .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  background-color: #e60012;
}

#header .btn_download a:before {
  width: 18px;
  height: 24px;
  margin: 0 20px 0 0;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
  background-size: contain;
}

#header .btn_contact {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  background-color: #41a147;
}

#header .btn_contact a:before {
  width: 25px;
  height: 25px;
  margin: -4px 8px 0 0;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
  background-size: contain;
}

#header .btn_tel {
  display: none;
  background-color: #00284a;
}

#header .btn_tel a:before {
  background: url(/img/ss/common/bg_icon_tel_001.png) no-repeat center;
  background-size: contain;
}

#header .logo {
  float: right;
  width: 93px;
  margin-left: 10px;
}

#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}

#header .logo img {
  max-width: 100%;
  height: auto;
}

/* breadcrumb
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #f0f4f8;
}

#breadcrumb a {
  text-decoration: none;
}
#breadcrumb a:hover {
  opacity: 0.7;
  color: #f00;
}

#breadcrumb ul {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

#breadcrumb ul li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}

#breadcrumb ul li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 7px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  vertical-align: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#breadcrumb ul li:last-child {
  padding-right: 0;
}

#breadcrumb ul li:last-child:after {
  width: 0;
  height: 0;
  border: 0;
}

/* SUB Page Bnr
------------------------------- */
.ss_subpage_box {
  margin: 0 auto;
  max-width: 478px;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr {
  overflow: hidden;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  max-width: 478px;
  border: 1px solid #496784;
  background: #fff;
  color: #333;
  font-size: 14px;
}
.ss_subpage_box .ss_subpage_bnr > a .img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 104px;
  border: 1px solid #ccc;
}
.ss_subpage_box .ss_subpage_bnr > a .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ss_subpage_box .ss_subpage_bnr > a .inner {
  min-height: 148px;
  position: relative;
  margin-left: 114px;
  padding-bottom: 43px;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .title {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #496784;
  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 {
  color: inherit;
  font-size: inherit;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #e24141;
  background: linear-gradient(#e24141, #ca1616);
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 80%;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn span {
  display: inline-block;
  width: 100%;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
.ss_subpage_box .ss_subpage_bnr > .ss_subpage_btn {
  color: #333;
  text-decoration: none;
}
.ss_subpage_box .ss_subpage_bnr > .ss_subpage_btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* cv right
------------------------------- */
.cv_right {
  position: fixed;
  top: 170px;
  left: 50%;
  width: 220px;
  margin: 0 0 190px 520px;
}

.cv_right li {
  margin: 10px 0 0;
}
.cv_right li:first-child {
  margin: 0;
}

.cv_right a {
  display: block;
  position: relative;
  width: 220px;
  padding: 0 0 9px;
  border: 1px solid #333;
  background: #fff;
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.cv_right .wrap {
  display: block;
}
.cv_right a:hover .wrap {
  opacity: 0.8;
}

.cv_right .head {
  display: block;
  padding: 4px 5px;
  background: url(/img/ss/products/marker/traceability/bg_cv_right_001.png) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.286;
  text-align: center;
}

.cv_right .thumb {
  display: block;
  padding: 13px 0 0;
  font-size: 0;
  text-align: center;
}

.cv_right .thumb img {
  max-width: 100%;
  height: auto;
}
.cv_right .thumb .cover {
  border: 1px solid #ccc;
}

.cv_right .caption {
  display: block;
  margin: 3px 0;
  font-size: 12px;
  line-height: 1.334;
  text-align: center;
}

.cv_right .button {
  display: block;
  padding: 0 10px;
}

.cv_right .button .ss_download_btn {
  max-width: none;
}

.cv_right .ss_download_btn {
  height: 28px;
}

/* float thumbnail */
.cv_right .flt_thumb .wrap {
  overflow: hidden;
}

.cv_right .flt_thumb .thumb {
  float: left;
  width: 50px;
  margin: 10px 0 0 10px;
  padding: 0;
}

.cv_right .flt_thumb .caption,
.cv_right .flt_thumb .button {
  float: right;
  width: 145px;
  margin: 12px 10px 0 0;
  padding: 0;
  text-align: left;
}

.cv_right .flt_thumb .caption {
  margin: 14px 10px 9px 0;
}

.cv_right .flt_thumb .button {
  margin: 0 10px 0 0;
}

.cv_right .flt_thumb .ss_download_btn {
  height: 22px;
  padding: 0 6px;
  border-radius: 4px;
}

.cv_right .flt_thumb .ss_download_btn .txt05 {
  padding: 2px 0 2px 15px;
  background-size: 10px auto;
}

/* absolute thumbnail */
.cv_right .abs_thumb .head {
  padding: 4px 12px;
  text-align: left;
}
.cv_right .abs_thumb .thumb {
  position: absolute;
  bottom: 0;
  right: 3px;
  padding: 0;
}
.cv_right .abs_thumb .caption {
  margin: 5px 0 3px;
  padding: 0 10px;
  text-align: left;
}

.cv_right .abs_thumb .button {
  width: 170px;
}

.cv_right .abs_thumb .ss_download_btn {
  height: 22px;
  padding: 0 6px;
  border-radius: 3px;
}

.cv_right .abs_thumb .ss_download_btn .txt05 {
  padding: 2px 0 2px 15px;
  background-size: 10px auto;
}


/* cv contact
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}

#cv_contact .fixed_wrapper {
  background-color: #1d1d1c;
  position: relative;
  width: 100%;
  height: 68px;
  padding: 9px 0 8px;
}

#cv_contact .fixed_wrapper .inner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

#cv_contact .fixed_wrapper .inner p {
  float: left;
  width: 420px;
}

#cv_contact .fixed_wrapper .inner p img {
  max-width: 100%;
  height: auto;
}

#cv_contact .fixed_wrapper .inner ul {
  float: right;
  width: 465px;
}

#cv_contact .fixed_wrapper .inner li {
  float: left;
  display: table;
  width: 230px;
  height: 46px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: none;
  -webkit-transition: none;
}

#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  width: 81%;
  width: calc(100% - 44px);
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#cv_contact .fixed_wrapper .inner li:first-child {
  margin: 0;
}

#cv_contact .fixed_wrapper .inner .catalog {
  background: #e60012;
}

#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}

#cv_contact .fixed_wrapper .inner .catalog a i:before {
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
}

#cv_contact .fixed_wrapper .inner .contact {
  background: #41a147;
}

#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -3.8%;
}

#cv_contact .fixed_wrapper .inner .contact a i:before {
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
}

#cv_contact #pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  width: 50px;
  margin: 0 -590px 0 0;
}

#cv_contact #pagetop a {
  display: inline-block;
  background-color: #1d1d1c;
  position: relative;
  width: 51px;
  height: 51px;
  transition: none;
  -webkit-transition: none;
}

#cv_contact #pagetop a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 31.37255%;
  width: 20px;
  height: 20px;
  margin-top: -5px;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#cv_contact #pagetop a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 31.37255%;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  background: #1d1d1c;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}

#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}

#cv_contact.fiexd.hidden .fixed_wrapper {
  display: none;
}

#cv_contact .fixed_wrapper .inner p a {
  opacity: 1;
  cursor: default;
}


/* sitemap
----------------------------- */
.sitemap {
  padding: 30px 0;
  background: #353e47;
  color: #fff;
}

.sitemap > .inner {
  width: 980px;
  margin: 0 auto;
}

.sitemap > .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.sitemap a {
  color: #fff;
  text-decoration: none;
}

.sitemap .home_link {
  margin-bottom: 18px;
  text-align: left;
}

.sitemap .home_link a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}


.sitemap .nav_menu {
  overflow: hidden;
}

.sitemap .nav_item {
  float: left;
  width: 25%;
}
.sitemap .nav_item:nth-child(4n+1) {
  clear: left;
}

.sitemap .nav_item .ac_btn {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.267;
}

.sitemap .nav_list li {
  margin: 6px 0;
  font-size: 13px;
  line-height: 1.462;
}

.sitemap .nav_list li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 12px;
  opacity: 1;
  transition: none;
}
.sitemap .nav_list li a:hover {
  text-decoration: underline;
}
.sitemap .nav_list li a:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0;
  height: 0;
  margin: -5px 0 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #999;
}
.sitemap .nav_menu > ul .subcat .subpage {
  margin-top: 5px;
}

.sitemap .nav_menu > ul .subcat dl{
  margin-left: 13px;
}
.sitemap .nav_menu > ul .subcat .catname{
  font-weight: bold;
  font-size: 14px;
  margin-top: 6px;
  position: relative;
}
.sitemap .nav_menu > ul .subcat .catname::after{
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 8px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff #fff;
}

.sitemap .js_accnav_item .ac_btn{
  border-bottom:solid 1px #ffffff;
  width: 98%;
  padding: 0 0 5px;
  margin: 0 0 10px;
}


/* copy
------------------------------- */
.copy {
  padding: 20px 0;
  background: #1f2933;
}

.copy a {
  text-decoration: none;
}

.copy > .inner {
  width: 980px;
  margin: 0 auto;
}

.copy > .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.copy p {
  float: left;
  width: 50%;
  color: #fff;
  font-size: 12px;
}

.copy ul {
  float: right;
  width: 50%;
  text-align: right;
}

.copy ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: solid 1px #ddd;
}

.copy ul li:last-child {
  border-right: none;
}

.copy ul li a {
  color: #fff;
  font-size: 12px;
  opacity: 1;
}

.copy ul li a:hover {
  text-decoration: underline;
}


/* container
--------------------------- */
#container {
  padding: 40px 0 70px;
}
#container .for_sitemap {
  display: none;
}

#container .nav_menu {
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
}

#container .nav_menu .ac_btn {
  padding: 18px 42px 17px 8px;
  opacity: 1;
  cursor: pointer;
}

#container .index_nav .nav_menu .nav_item.products {
  border-top: 1px solid #ccc;
}

#container .index_nav .nav_menu .nav_item.products .ac_btn {
  background: none;
  padding: 0;
}

#container .index_nav .nav_menu .nav_item.products .ac_btn a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 19px 30px 14px;
}

#container .index_nav .nav_menu .nav_item.products .ac_btn a::before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
  font-size: 0;
  transform: translate(0, -50%) rotate(-45deg);
}

#container .nav_menu .current .ac_btn {
  background-color: #f2f2f2;
}

#container .nav_menu .ac_btn:hover {
  background-color: #f2f2f2;
  opacity: 1;
  transition: none;
}

#container .nav_menu .ac_btn .label {
  display: block;
  position: relative;
  color: #1f2933;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
#container .nav_menu .ac_btn .label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -33px;
  width: 18px;
  height: 18px;
  background: url(/img/ss/products/marker/traceability/bg_nav_001.png) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#container .nav_menu .opened .ac_btn .label:after {
  background-image: url(/img/ss/products/marker/traceability/bg_nav_002.png);
}

#container .nav_menu > ul .subcat dl,
#side .nav_menu > ul .subcat dl {
  margin-top: 15px;
  margin-left: 13px;
}

#container .nav_menu > ul .subcat .catname {
  font-weight: bold;
  font-size: 15px;
  position: relative;
}
#container .nav_menu > ul .subcat .catname::after{
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 8px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #333 #333;
}

#container .nav_menu > ul .subcat .subpage ,
#side .nav_menu > ul .subcat .subpage {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

#container .nav_list {
  display: none;
}

#container .nav_list li {
  overflow: hidden;
}

#container .nav_list li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
  color: #333;
  text-decoration: none;
}
#container .nav_list li a:hover {
  text-decoration: underline;
  opacity: 1;
}
#container .nav_list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  margin: -6px 0 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #c80000;
}

#container .nav_list li .active {
  color: #c80000;
}


/* main contents
--------------------------------- */
#main {
  float: right;
  width: calc(100% - 260px);
  color: #333;
  font-size: 16px;
  line-height: 2;
}

.main_contents p {
  margin: 10px 0;
}

.main_contents a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin: 0 3px;
  background: url(/img/ss/common/bg_icon_win_001.png) no-repeat center;
  background-size: contain;
  font-size: 0;
  vertical-align: baseline;
  transform: translate(0, -2px);
}

/* pager */
.main_contents .pager {
  display: table;
  width: 100%;
  height: auto;
  margin: 55px 0 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  word-wrap: break-word;
}

.main_contents .pager li {
  display: table-cell;
  position: relative;
  width: 50%;
  border-left: 1px solid #e7e7e7;
}

.main_contents .pager li:first-child {
  border-left: none;
}

.main_contents .pager li a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  opacity: 1;
  text-decoration: none;
}

.main_contents .pager li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 23px;
  background-repeat: no-repeat;
  background-color: #08a4b2;
}

.main_contents .pager li a:hover {
  opacity: 1;
  background-color: #e0f4ff;
}

.main_contents .pager .prev a {
  padding: 17px 17px 17px 55px;
}

.main_contents .pager .prev a:before {
  left: 0;
  background-image: url(/img/ss/common/bg_pager_001.png);
  background-position: 3px center;
}

.main_contents .pager .next a {
  padding: 17px 55px 17px 17px;
  text-align: right;
}

.main_contents .pager .next a:before {
  right: 0;
  background-image: url(/img/ss/common/bg_pager_002.png);
  background-position: 5px center;
}

.main_contents .pager li a > strong {
  display: block;
  color: #08a4b2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.main_contents .pager li a > span {
  display: block;
  color: #333;
  font-size: 14px;
}

.main_contents .back_index {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.main_contents .back_index a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #333;
  text-align: left;
  text-decoration: none;
}
.main_contents .back_index a:hover {
  text-decoration: underline;
  opacity: 1;
}
.main_contents .back_index a:before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 16px;
  height: 17px;
  background: #08a4b2 url(/img/ss/common/bg_pager_003.png) no-repeat center;
}


/* side contents
--------------------------- */
#side {
  float: left;
  width: 220px;
}

#side .nav_menu {
  border-bottom: 1px solid #ccc;
}
#side .nav_menu > ul .subcat .catname {
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
#side .nav_menu > ul .subcat .catname::after{
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 8px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #333 #333;
}

#side .nav_item {
  border-top: 1px solid #ccc;
}

#side .current .ac_btn .label {
  color: #c80000;
}

#side .nav_list > ul {
  padding: 18px 10px 11px;
  border-top: 1px dotted #ececec;
  overflow: hidden;
}

#side .nav_list li {
  margin: 0 0 14px;
  line-height: 1.6;
}

#side .nav_list li a {
  font-size: 14px;
  line-height: 1.286;
}
#side .nav_list li a:before {
  top: 0.643em;
}


/* Top Page
------------------------------- */
#mainvs {
  position: relative;
  padding: 60px 0 30px;
  background: #cfe2f4;
}

#mainvs h1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1700px;
  height: 100%;
  font-size: 0;
  text-align: center;
  transform: translate(-50%, 0);
}

#mainvs h1 img {
  width: auto;
  height: 100%;
}

#mainvs .inner {
  position: relative;
  width: 410px;
  text-align: center;
}

#mainvs h2 {
  margin: 0 0 25px;
}

#mainvs h2 img {
  width: 222px;
  height: auto;
}

#mainvs p {
  margin: 0 0 44px;
}

#mainvs p img {
  width: 388px;
  height: auto;
}

#mainvs .ss_download_btn {
  margin: 0 auto;
}


/* download page
--------------------------- */
.download_container {
  margin-bottom: 50px;
}

.download_block {
  position: relative;
  display: table;
  padding: 20px;
  border: 1px solid #d6d6d6;
  margin-bottom: 3.5%;
  width: 100%;
}

.download_block .img,
.download_block .text_box {
  display: table-cell;
  vertical-align: top;
}

.download_block .img {
  width: 28%;
  text-align: center;
}

.download_block .text_box {
  padding-left: 20px;
}

.download_block .text_box .txt {
  font-size: 16px;
  padding-bottom: 55px;
}

.download_block .download_box1 {
  position: absolute;
  bottom: 20px;
  left: auto;
  width: 320px;
}

.download_list:after {
  content: "";
  display: table;
  clear: both;
}

.download_list li {
  display: block;
  position: relative;
  float: left;
  width: 300px;
  margin: 0 4.08% 4.08% 0;
  padding: 20px;
  border: 1px solid #d6d6d6;
}

.download_list li:nth-child(3n+3) {
  margin-right: 0;
}

.download_list li .img {
  text-align: center;
  margin-bottom: 20px;
}

.download_block .img a img,
.download_list li .img a img {
  border: solid 1px #ccc;
}

.download_block .text_box .ttl,
.download_list li .ttl {
  margin-bottom: 20px;
}

.download_block .text_box .ttl a,
.download_list li .ttl a {
  color: #0094d3;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}

.download_block .download_box1 .ss_download_btn .txt01,
.download_list .download_box2 .ss_download_btn .txt01  {
  padding-right: 30px;
}

.download_block .download_box1 a,
.download_list .download_box2 a {
  margin: 0 auto;
}


/* parts
------------------------------- */
/* Contents Inner */
.prt_inner {
  padding: 0 20px;
}

/* Heading */
.prt_h1 {
  margin: 0 0 30px;
  padding: 18px 16px 16px;
  background: #1f2933 url(/img/ss/products/marker/traceability/bg_style_001.png) no-repeat right center;
  background-size: auto 100%;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.385;
}

.prt_h2 {
  margin: 50px 0 20px;
  padding: 19px 20px 18px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.455;
}
.prt_h2:first-child,
.prt_h1 + .prt_h2 {
  margin-top: 20px;
}

.prt_h3 {
  position: relative;
  margin: 40px 0 20px;
  padding: 10px 0 0 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.prt_h3:first-child,
.prt_h2 + .prt_h3 {
  margin-top: 30px;
}
.prt_h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #333;
}

.prt_h4 {
  margin: 50px 0 20px;
  padding: 0 1px 4px;
  border-bottom: 2px solid #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333;
}
.prt_h4:first-child,
.prt_h3 + .prt_h4 {
  margin-top: 20px;
}

.prt_h5 {
  margin: 30px 0 6px;
  font-weight: bold;
  line-height: 1.5;
}
.prt_h5:before {
  content: "＜";
}
.prt_h5:after {
  content: "＞";
}
.prt_h5:first-child,
.prt_h4 + .prt_h5 {
  margin-top: 10px;
}

/* Text Style */
.prt_lead {
  color: #c80000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.455;
}

.prt_inblock {
  display: inline-block;
}

.prt_bold {
  font-weight: bold;
}

.prt_notes {
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 13px;
  text-indent: -1em;
}
.prt_notes:before {
  content: "※";
}

/* Box */
.prt_box {
  margin: 20px 0;
  padding: 20px 24px 16px 32px;
  background: #eaf2ff;
  word-wrap: break-word;
}
.prt_h2 + .prt_box,
.prt_h3 + .prt_box,
.prt_h4 + .prt_box,
.prt_h5 + .prt_box {
  margin-top: 0;
}

/* Columns */
.prt_2cols {
  margin: 20px 0;
}

.prt_2cols:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.prt_2cols .item {
  float: left;
  width: 49%;
  margin: 15px 0 0 2%;
}
.prt_2cols .item:first-child,
.prt_2cols .item:first-child + .item {
  margin-top: 0;
}
.prt_2cols .item:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}

.prt_2cols .item img {
  max-width: 100%;
  height: auto;
}

.prt_image_left,
.prt_image_right  {
  overflow: hidden;
}

.prt_image_left .col_img,
.prt_image_right .col_img {
  width: 46%;
  font-size: 0;
}
.prt_image_left .col_img {
  float: left;
  text-align: left;
}
.prt_image_right .col_img {
  float: right;
  text-align: right;
}

.prt_image_left .col_img img,
.prt_image_right .col_img img {
  max-width: 100%;
  height: auto;
}

.prt_image_left .col_txt,
.prt_image_right .col_txt {
  width: 52%;
}
.prt_image_right .col_txt {
  float: left;
}
.prt_image_left .col_txt {
  float: right;
}

.main_contents .prt_image_left p,
.main_contents .prt_image_right p {
  margin-top: 0;
}

.prt_image_left .align_to_img {
  margin-right: 54%;
}
.prt_image_right .align_to_img {
  margin-left: 54%;
}
.improve_point{
  font-size:20px;
  color:#fff;
  padding:13px 0 8px 60px;
  margin:0 !impotant;
  background:#569165 url('/img/ss/products/marker/traceability/bg_icon_003.png') 30px 23px no-repeat;
}
.prt_image_right02{
  padding: 4.6% 4.6% 7% 4.6%;
  background:#f2f3e8;
  margin-bottom: 20px;
  background:#f2f3e8 url('/img/ss/products/marker/traceability/bg_style_002.gif') center bottom no-repeat;
}
.prt_image_right02:after{
  content: "";
  display: block;
  clear: both;
  height: 0;

}
.prt_image_right02 .col_img {
  float: left;
  width: 40%;
  font-size: 12px;
  text-align: left;
}
.prt_image_right02 .col_img figcaption {
  padding: 10px 0 0;
}
.prt_image_right02 .col_txt {
  float: right;
  width: 48%;
  margin-top: 0;
}
.solve_content{
  padding:0 1.5% 1.5%;
  background:#e6eaee;
}

.solve_content h4.solve_hedding{
  color: #3d6775;
  font-size: 22px;
  font-weight: bold;
  padding:30px 5% 30px 5%;
  line-height: 1.4;
}
.solve_content h4.solve_hedding .sub_lead{
  font-size:18px;
  line-height: 1.0;
  display: inline-block;
  padding: 19px 0 0;
}
.solve_inner{
  padding: 35px 5% 40px 0;
  background:#ffffff;
}
.solve_inner:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.solve_inner:before{
  clear: both;
}
.solve_inner > figure{
  float:left;
  width:48%;
  text-align:center;
}
.solve_inner > figure img{
  max-width: 100%;
}
.solve_inner > figure figcaption{
  font-size:14px;
  padding-top: 10px;
}
.solve_lead{
  float:right;
  width:50%;
}
.solve_lead ol{
  margin: 0 0 35px;
}
.solve_lead ol li{
  padding: 12px 0 10px 25px;
  border-bottom:1px solid #e3e3e3;
  line-height: 1.8;
  background:url('/img/ss/products/marker/traceability/bg_icon_004.gif') 0 19px no-repeat;
}
.solve_lead ol li:nth-of-type(1){
  padding: 0 0 10px 25px;
  background: url('/img/ss/products/marker/traceability/bg_icon_004.gif') 0 8px no-repeat;
}
.solve_lead p{
  padding:16px 0 5.5% 18px;
  margin-bottom: 0;
  font-weight:bold;
  background:#e6eaee;
}
.solve_lead p .nt_sub{
  font-size:14px;
  font-weight:normal;
}
.prt_link {
  margin: 30px 0;
}
.prt_link a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  text-decoration: none;
}
.prt_link a:hover {
  text-decoration: underline;
}
.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 #c80000;
  content: "";
}

/* Download Button */
.prt_download_box {
  margin: 36px 0 65px;
}
.prt_download_box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.prt_download_box .ss_download_btn {
  float: right;
}
.ss_button_box {
  margin: 40px 0 80px;
}
.ss_button_box:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.ss_button_box .product {
  float: left;
  width: 48%;
}
.ss_button_box .product .product_btn {
  background: #1284c8;
  background: linear-gradient(#1284c8, #044aa0);
  display: table;
  max-width: 340px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.ss_button_box .product .product_btn span {
  display: table-cell;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}
.ss_button_box .product .product_btn:hover {
  opacity: 0.7;
}
.ss_button_box .download {
  float: right;
  width: 48%;
}
.ss_button_box .download .txt03 {
  padding-right: 48px;
  font-size: 15px;
}

/* List */
.prt_list_disc {
  list-style: disc outside;
  padding-left: 1.5em;
}

.prt_list_ordered_01 {
  list-style: decimal outside;
  padding-left: 1.5em;
  font-weight: bold;
}

.prt_list_ordered_02 {
  counter-reset: ordered_02;
  list-style: none;
  padding-left: 2em;
  font-weight: normal;
}

.prt_list_ordered_02 li {
  counter-increment: ordered_02;
  position: relative;
}
.prt_list_ordered_02 li:before {
  content: "(" counter(ordered_02) ")";
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0.5em;
}

.prt_list_ordered_03 li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

.prt_ordered_notes_01 {
  counter-reset: ordered_notes;
  list-style: none;
  padding: 0 0 0 3em;
  font-size: 12px;
  text-align: left;
  text-indent: -3em;
}
.prt_ordered_notes_01 li:before {
  counter-increment: ordered_notes;
  content: "※" counter(ordered_notes) "：";
  display: inline-block;
  width: 3em;
  text-align: right;
}

/* Table */
.prt_barcode_tbl {
  width: 100%;
  margin: 0 0 10px;
  line-height: 1.4;
  text-align: center;
}

.prt_barcode_tbl caption {
  text-align: left;
}

.prt_barcode_tbl th,
.prt_barcode_tbl td {
  padding: 0 5px;
}

.prt_tbl,
.prt_rsp_tbl {
  table-layout: fixed;
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  word-wrap: break-word;
}
.prt_rsp_tbl:first-child,
.prt_tbl:first-child,
.prt_h3 + .prt_rsp_tbl,
.prt_h4 + .prt_rsp_tbl,
.prt_h5 + .prt_rsp_tbl {
  margin-top: 0;
}

.prt_rsp_tbl caption {
  text-align: right;
}

.prt_rsp_tbl sup {
  margin: 0 -20px 0 5px;
}

.prt_rsp_tbl caption .prt_inblock {
  margin-left: 1em;
}

.prt_tbl th,
.prt_tbl td,
.prt_rsp_tbl th,
.prt_rsp_tbl td {
  padding: 12px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}

.prt_tbl th,
.prt_rsp_tbl th {
  padding: 12px 10px;
  background: #eaf2ff;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

.prt_cell_wrap > div:first-child {
  margin-top: 0;
}
.prt_cell_wrap > div:last-child {
  margin-bottom: 0;
}

/* Uniq Table styles */
.tbl_style_01 th {
  width: 26.6%;
}

.tbl_style_02 th,
.tbl_style_02 td {
  padding: 12px 5px;
  text-align: center;
}
.tbl_style_02 th:first-child {
  width: 32.5%;
}
.tbl_style_02 th:first-child + th {
  width: 26.6%;
}

.tbl_style_03 th:first-child {
  width: 42%;
}
.tbl_style_03 td {
  text-align: center;
}
/* /Uniq Table styles */

/* Anchor List */
.prt_anchor {
  overflow: hidden;
}

.prt_anchor li {
  display: table;
  float: left;
  margin-bottom: 20px;
}
.prt_anchor.col2 li {
  width: 48.5%;
  margin-right: 3%;
}
.prt_anchor.col2 li:nth-child(even) {
  margin-right: 0;
}
.prt_anchor.col3 li {
  width: 31.6%;
  margin-right: 2.6%;
}
.prt_anchor.col3 li:nth-child(3n) {
  margin-right: 0;
}

.prt_anchor li a {
  display: table-cell;
  padding: 13px 20px 10px 30px;
  border: 1px solid #08a4b2;
  background: #fff url(/img/ss/products/marker/traceability/bg_icon_001.png) no-repeat 8px center;
  color: #333;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  opacity: 1;
}
.prt_anchor li a:hover {
  color: #fff;
  background-color: #08a4b2;
  background-image: url(/img/ss/products/marker/traceability/bg_icon_002.png);
}

/* Images */
.prt_figure {
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #e3e3e3;
  text-align: center;
}

.prt_figure.fullsize {
  padding: 0;
}

.prt_figure.noborder {
  border: none;
}

.prt_figure img {
  max-width: 100%;
  height: auto;
}

.prt_figure .item {
  margin-top: 20px;
}
.prt_figure .item:first-child {
  margin-top: 0;
}

.prt_figure .caption {
  display: block;
  margin-bottom: 14px;
  color: #275465;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/* Combo */
.prt_figure.prt_2cols .item {
  font-size: 0;
  text-align: right;
}
.prt_figure.prt_2cols .item:nth-of-type(2n+1) {
  text-align: left;
}

.prt_image_left .prt_figure,
.prt_image_right .prt_figure {
  margin: 0;
}

/* Responsive dl */

.prt_defines_01 {
  margin: 30px 0;
}
.prt_defines_01 > .item,
.prt_defines_01 > .term {
  margin: 20px 0 0;
}
.prt_defines_01 > .item + *,
.prt_defines_01 > .term + * {
  margin-top: 0;
}
.prt_defines_01 > .item:first-child,
.prt_defines_01 > .term:first-child {
  margin-top: 0;
}
.prt_defines_01 > .item > .term,
.prt_defines_01 > .term {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
}
.prt_defines_01 > .desc > *:first-child {
  margin-top: 0;
}
.prt_defines_01 > .desc > *:last-child {
  margin-bottom: 0;
}

.prt_page_index {
  overflow: hidden;
  margin: 24px 0;
  padding: 11px 24px 20px;
  border-top: 1px dotted #0e175a;
  border-bottom: 1px dotted #0e175a;
}
.prt_page_index li {
  float: left;
  margin: 8px 0 0 36px;
  width: 49%;
  width: calc(50% - 18px);
}
.prt_page_index li:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}
.prt_page_index li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  vertical-align: bottom;
  line-height: 1.625;
}
.prt_page_index li a:before {
  top: 0.45em;
}

/* new icon */
.index_nav .js_new_icon:after, #footer .js_new_icon:after, .main_contents .js_new_icon:after {
  display: inline-block;
  content: "NEW";
  position: relative;
  top: -2px;
  margin-left: 4px;
  padding: 0 4px;
  background: #e60012;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}
/* media screen
------------------------------- */
@media screen and (min-width: 641px) {
  .sp_view {
    display: none;
  }

  #container .index_nav .nav_menu {
    margin: 0;
    box-shadow: none;
    background: none;
    overflow: hidden;
  }

  #container .index_nav .nav_menu > ul {
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    flex-wrap:wrap;
    width: 100%;
  }

  #container .index_nav .nav_menu .nav_item {
    float: left;
    width: 480px;
    margin: 0 20px 20px 0;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #ccc;
  }
  #container .index_nav .nav_menu .nav_item:nth-child(even) {
    margin-right: 0;
  }

  #container .index_nav .nav_menu .ac_btn {
    position: relative;
    padding: 19px 30px 14px;
    background: #1f2933 url(/img/ss/products/marker/traceability/bg_style_001.png) no-repeat right center;
    background-size: auto 100%;
    cursor: auto;
  }

  #container .index_nav .nav_menu .ac_btn .label {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.5;
  }

  #container .index_nav .nav_menu .ac_btn .label:after {
    display: none;
  }

  #container .index_nav .nav_list {
    display: block !important;
    height: auto !important;
    padding: 26px 30px 25px !important;
  }

  #container .index_nav .nav_list > ul {
    padding: 0;
  }

  #container .index_nav .nav_list li {
    margin: 12px 0 0;
  }
  #container .index_nav .nav_list li:first-child {
    margin: 0;
  }

  #container .index_nav .nav_list li a {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
  }
  #container .index_nav .nav_list li a:hover {
    text-decoration: underline;
  }
  #container .index_nav .nav_list li a:before {
    top: 0.75em;
  }
}

@media screen and (max-width: 979px) {
  img {
    max-width: 100%;
    height: auto;
  }

  /* header */
  #header > .inner {
    width: 100%;
    padding: 0 5px;
  }

  #header .site_title {
    width: 24.4898%;
  }

  #header .site_title img {
    width: 100%;
    height: auto;
  }

  /* breadcrumb */
  #breadcrumb ul, .contents_wrap, .copy > .inner {
    width: 100%;
    padding: 0 5px;
  }

  /* cv contact */
  #cv_contact {
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner {
    width: 100%;
    padding: 0 5px;
  }

  #cv_contact .fixed_wrapper .inner p {
    width: 42.85714%;
  }

  #cv_contact #pagetop {
    right: 0;
    margin-right: 0;
  }

  /* sitemap */
  .sitemap > .inner {
    width: 100%;
    padding: 0 5px;
  }

  #container .index_nav .nav_menu .nav_item {
    width: 49%;
    margin-right: 2%;
  }

  /* Top Page */
  .index_nav .category {
    width: 49%;
    margin-right: 2%;
  }

  /* download page  */
  .download_list li {
    width: 47.96%;
  }

  .download_list li:nth-child(3n+3) {
    margin-right: 4.08%;
  }

  .download_list li:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 865px) {
  /* cv contact */
  #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;
  }
}

@media screen and (max-width: 768px) {
  /* header */
  #header .logo {
    width: 83px;
  }

  #header ul {
    float: right;
    width: 345px;
  }

  #header ul li {
    width: 170px;
  }

  #header ul li a {
    font-size: 12px;
  }

  #header .btn_download a:before {
    width: 18px;
    height: 24px;
    margin: 0 11px 0 0;
  }

  #header .btn_contact a:before {
    width: 20px;
    height: 20px;
    margin: -4px 4px 0 0;
  }

  /* cv contact */
  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 345px;
  }

  #cv_contact .fixed_wrapper .inner li {
    width: 170px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 12px;
  }

  .index_nav .category {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  /* Top Page */
  #container .index_nav .nav_menu .nav_item {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  #container .index_nav .nav_menu .nav_item.products {
    margin-top: 20px;
  }

  #container .index_nav .nav_menu .nav_item.products .ac_btn {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  #container .index_nav .nav_menu .nav_item.products .ac_btn .label::after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc_view {
    display: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .contents_wrap {
    width: 100%;
    padding: 0 15px;
  }

  /* header */
  #header {
    border: none;
  }

  #header > .inner {
    padding: 0;
  }

  #header .head_box {
    width: 100%;
    margin: 0;
    padding: 12px 15px;
  }

  #header .head_box:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }

  #header .site_title {
    width: 50%;
    padding: 0;
  }

  #header .logo a {
    padding: 0;
  }

  #header ul {
    float: none;
    width: 100%;
  }

  #header ul li {
    display: block;
    width: 33.33333%;
    height: auto;
  }

  #header ul li a {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  #header ul li a > span {
    display: block;
  }

  #header .btn_download {
    margin-right: 0;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
  }

  #header .btn_download a {
    padding: 10px 0 14px;
  }

  #header .btn_download a:before {
    display: block;
    width: 20px;
    height: 26px;
    margin: 0 auto 17px;
  }

  #header .btn_contact {
    margin-right: 0;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
  }

  #header .btn_contact a {
    padding: 10px 0 5px;
  }

  #header .btn_contact a:before {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto 8px;
  }

  #header .btn_tel {
    display: block;
  }

  #header .btn_tel a {
    padding: 8px 0 5px;
  }

  #header .btn_tel a:before {
    display: block;
    width: 22px;
    height: 30px;
    margin: 0 auto 5px;
  }

  /* breadcrumb */
  .index, .sitemap {
    display: none;
  }
  #breadcrumb {
    display: flex;
    order: 2;
  }
  #breadcrumb ul {
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 960px;
    text-align: left;
    width: 100%;
  }
  /* SUB Page Bnr */
  .ss_subpage_box {
  max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a {
    width: 100%;
    max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
    width: 100%;
  }
  /* cv contact */
  #cv_contact {
    width: 100%;
    height: auto;
    order: 1;
  }

  #cv_contact .fixed_wrapper {
    position: relative;
    width: 100%;
    background: none;
    padding: 0;
  }

  #cv_contact .fixed_wrapper .inner {
    width: auto;
    background-color: #1d1d1c;
    padding: 0;
    overflow: visible;
  }

  #cv_contact .fixed_wrapper .inner p {
    float: none;
    width: 100%;
    text-align: center;
  }

  #cv_contact .fixed_wrapper .inner p a {
    display: block;
    padding: 2.2% 4.7% 1.6%;
  }

  #cv_contact .fixed_wrapper .inner p a img {
    width: 100%;
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner ul {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  #cv_contact .fixed_wrapper .inner li {
    float: left;
    display: table;
    width: 50%;
    height: auto;
    margin: 0;
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 14px;
    padding: 12px 8px;
  }

  #cv_contact #pagetop {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: 60px;
    margin: 0;
    background: none;
  }

  #cv_contact #pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    width: 40px;
    height: 40px;
  }

  #cv_contact #pagetop a:before {
    width: 16px;
    height: 16px;
    margin-top: -4px;
  }

  #cv_contact #pagetop a:after {
    width: 16px;
    height: 16px;
  }

  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }

  #cv_contact.fixed.hidden .fixed_wrapper #pagetop a {
    display: none;
  }

  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }

  #cv_contact.fixed .fixed_wrapper #pagetop a {
    position: fixed;
  }

  /* copy */
  #footer {
    order: 3;
  }
  .copy {
    padding: 12px 0;
  }

  .copy > .inner {
    width: 100%;
  }

  .copy p, .copy ul {
    float: none;
    width: 100%;
    text-align: center;
  }

  .copy ul {
    margin-bottom: 5px;
  }

  .copy ul li a {
    font-weight: bold;
  }

  /* container */
  #container {
    padding: 20px 0 0;
  }

  #container .nav_menu {
    position: relative;
    margin: 0 -10px;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  #container .nav_menu > ul {
    border: none;
  }

  #container .nav_menu .nav_item,
  #container .index_nav .nav_menu .nav_item {
    margin: 0;
    border: none;
  }

  #container .nav_menu .ac_btn,
  #container .nav_menu .current .ac_btn,
  #container .nav_menu .ac_btn:hover,
  #container .nav_menu .opened .ac_btn {
    padding: 13px 33px 12px 15px;
    border-bottom: 1px solid #dedede;
    background: #030000;
    background: linear-gradient(to right, #192028 0%, #4b535b 100%);
    background-size: auto 100%;
  }

  #container .nav_menu .ac_btn .label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
  }
  #container .nav_menu .ac_btn .label:after {
    right: -22px;
    width: 22px;
    height: 22px;
    background-image: url(/img/ss/products/marker/traceability/bg_nav_003.png);
  }
  #container .nav_menu .opened .ac_btn .label {
    color: #fff;
  }
  #container .nav_menu .opened .ac_btn .label:after {
    background-image: url(/img/ss/products/marker/traceability/bg_nav_004.png);
  }

  #container .nav_list > ul {
    margin-bottom: 8px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    border-top: none;
  }

  #container .nav_list li {
    margin: 0;
    padding: 15px 4px 14px;
    border-top: 1px solid #e5e5e5;
  }
  #container .nav_list li:first-child {
    border-top: none;
  }

  #container .nav_list li a {
    font-size: 15px;
    line-height: 1.33333;
  }
  #container .nav_list li a:before {
    top: 0.66666em;
  }

  /* main contents */
  #main {
    float: none;
    width: 100%;
    height: auto;
    word-wrap: break-word;
    line-height: 1.615;
  }

  /* pager */
  .main_contents .pager li  a:before {
    top: 4px;
    bottom: 4px;
    width: 15px;
    background-size: 8px;
  }

  .main_contents .pager .prev a {
    padding: 5px 5px 5px 35px;
  }

  .main_contents .pager .prev a:before {
    background-image: url(/img/ss/common/bg_pager_sp_001.png);
    background-position: center;
  }

  .main_contents .pager .next a {
    padding: 5px 35px 5px 5px;
  }

  .main_contents .pager .next a:before {
    background-image: url(/img/ss/common/bg_pager_sp_002.png);
    background-position: center;
  }

  .main_contents .pager li a > span {
    font-size: 13px;
  }

  .main_contents .pager li a > strong {
    font-size: 16px;
    line-height: 1.5;
  }

  /* side contents */
  #side {
    float: none;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }

  #side .nav_menu > ul .subcat dl{
    margin-top: 10px;
  }

  #side .nav_menu > ul .subcat .catname {
  font-weight: bold;
  font-size: 15px;
  position: relative;
  }
  #side .nav_menu > ul .subcat .catname::after{
    content: "";
    position: absolute;
    top: 4px;
    left: -12px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #333 #333;
  }

  #side .nav_menu > ul .subcat .subpage {
  margin-top: 5px;
  }

  /* Top Page */
  #mainvs {
    padding: 0;
  }

  #mainvs h1 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
  }

  #mainvs h1 img {
    width: 100%;
    height: auto;
  }

  #mainvs .contents_wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }

  #mainvs .inner {
    width: auto;
    padding: 19.7% 0 0;
  }

  #mainvs h2 {
    margin: 0 0 7.8%;
  }

  #mainvs h2 img {
    width: 53.1%;
  }

  #mainvs p {
    margin: 0 0 9%;
  }

  #mainvs p img {
    width: 85.3%;
  }

  #mainvs .ss_download_btn {
    width: 82%;
  }

  .page_home #container {
    padding: 12px 0 0;
  }

  /* download page  */
  .download_block .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .download_block .img,
  .download_block .text_box {
    display: block;
    padding-left: 0;
  }

  .download_block .text_box .download_box1 {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .download_list li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .download_list.last_list {
    margin-bottom: 0;
  }

  /* prt Content Inner */
  .prt_inner {
    padding: 0;
  }

  /* prt Heading */
  .prt_h1 {
    margin: 0 0 15px;
    padding: 13px 15px 12px;
    background: #030000;
    background: linear-gradient(to right, #192028 0%, #4b535b 100%);
    font-size: 18px;
  }

  .prt_h2 {
    margin: 25px 0 15px;
    padding: 7px 7px 6px;
    font-size: 16px;
  }

  .prt_h3 {
    margin: 15px 0 15px;
    font-size: 16px;
  }

  .prt_h4 {
    margin: 25px 0 15px;
    font-size: 16px;
  }

  .prt_h5 {
    margin-top: 20px;
  }

  /* Text Style */
  .prt_lead {
    font-size: 16px;
  }

  /* prt Box */
  .prt_box {
    margin-top: 5px;
    padding: 12px 17px 14px;
  }

  /* prt Column */
  .prt_2cols .item:nth-of-type(2n+1),
  .prt_2cols .item:nth-of-type(2n),
  .prt_2cols .item:first-child + .item {
    float: none;
    width: auto;
    margin: 20px 0 0;
  }
  .prt_2cols .item:first-child {
    margin: 0;
  }

  .prt_image_left,
  .prt_image_right  {
    overflow: visible;
  }

  .prt_image_left .col_img,
  .prt_image_right .col_img {
    float: none;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
  }

  .prt_image_left .col_txt,
  .prt_image_right .col_txt {
    float: none;
    width: auto;
  }

  .prt_image_left .align_to_img {
    margin-right: 0;
  }
  .prt_image_right .align_to_img {
    margin-left: 0;
  }
  .improve_point{
    background: #569165 url('/img/ss/products/marker/traceability/bg_icon_003.png') 30px 20px no-repeat;
  }
  .prt_image_right02{
    background:#f2f3e8;
    padding: 4.6%;
  }
  .prt_image_right02 .col_img {
    float: none;
    width: auto;
    text-align: left;
    margin: 0 0 10px;
  }
  .prt_image_right02 .col_img img{
    width: 100%;
  }
  .prt_image_right02 .col_txt {
    float: none;
    width: auto;
  }
  .solve_inner{
  padding: 5%;
  }
  .solve_inner > figure{
    float:none;
    width:auto;
    text-align:center;
  }
  .solve_inner > figure img{
    max-width:100%;
  }
  .solve_lead{
    float:none;
    width:auto;
    margin:20px 0 0;
  }

  /* prt Download Button */
  .prt_download_box {
    margin: 30px 0 50px;
  }

  .prt_download_box .ss_download_btn {
    float: none;
    margin: 0 auto;
  }
  .ss_button_box .product {
    float: none;
    width: 100%;
  }
  .ss_button_box .product .product_btn {
    margin: 0 auto 20px;
  }
  .ss_button_box .download {
    float: none;
    width: 100%;
  }
  .ss_button_box .download .ss_download_btn {
    margin: 0 auto;
  }
  /* prt Image */
  .prt_figure {
    padding: 10px;
  }

  .prt_figure .caption {
    margin: 0 0 8px;
  }

  /* Responsive Table */
  .prt_rsp_tbl {
    display: block;
    margin-top: 10px;
    border: none;
    overflow: hidden;
  }

  .prt_rsp_tbl caption,
  .prt_rsp_tbl thead, .prt_rsp_tbl tbody,
  .prt_rsp_tbl tr, .prt_rsp_tbl th, .prt_rsp_tbl td {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .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 {
    display: none;
  }

  /* Table spmode_text */
  .prt_rsp_tbl.spmode_txt caption {
    margin: 0 0 10px;
    padding: 0 5px 3px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt tr {
    margin: 10px 0 0;
  }
  .prt_rsp_tbl.spmode_txt tr:first-child {
    margin: 0;
  }

  .prt_rsp_tbl.spmode_txt th,
  .prt_rsp_tbl.spmode_txt td {
    border: none;
  }

  /* type_01 */
  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child [data-label]:first-child:before {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_01 th,
  .prt_rsp_tbl.spmode_txt.type_01 [data-label]:before {
    display: block;
    width: 100%;
    margin: 10px 0 5px;
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
    background: none;
    font-weight: bold;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_01 td {
    padding: 0;
    text-align: left;
  }

  /* type_02 */
  .prt_rsp_tbl.spmode_txt.type_02 th,
  .prt_rsp_tbl.spmode_txt.type_02 td {
    border: none;
    background: none;
  }

  .prt_rsp_tbl.spmode_txt.type_02 tr th,
  .prt_rsp_tbl.spmode_txt.type_02 tr td {
    margin: 5px 0 0;
    padding: 0 0.5em 0 1.5em;
    text-align: left;
    text-indent: -1em;
  }
  .prt_rsp_tbl.spmode_txt.type_02 th:first-child,
  .prt_rsp_tbl.spmode_txt.type_02 td:first-child {
    margin: 10px 0 0;
    padding: 6px 10px 5px;
    background: #eaf2ff;
    font-weight: bold;
    text-indent: 0;
  }
  .prt_rsp_tbl.spmode_txt.type_02 tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_txt.type_02 tr:first-child td:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_02 [data-label]:before {
    content: "・[" attr(data-label) "]";
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    background: none;
    font-weight: normal;
  }
  .prt_rsp_tbl.spmode_txt.type_02 [data-label]:first-child:before {
    content: "[" attr(data-label) "]";
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_02 th span,
  .prt_rsp_tbl.spmode_txt.type_02 td span {
    text-indent: 0;
  }


  /* Table spmode_cell */
  .prt_rsp_tbl.spmode_cell caption {
    font-size: 15px;
  }

  .prt_rsp_tbl.spmode_cell tr {
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_cell tr:first-child,
  .prt_rsp_tbl.spmode_cell tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_cell tr:first-child [data-label]:first-child:before {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_cell th,
  .prt_rsp_tbl.spmode_cell [data-label]:before {
    content: attr(data-label);
    display: block;
    width: 100%;
    padding: 8px 5px 7px;
    border-bottom: 1px solid #ccc;
    background: #eaf2ff;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_cell td {
    padding: 0;
  }

  .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 .prt_col2_cell[data-label]:before,
  .prt_rsp_tbl .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 .prt_col3_cell[data-label]:before,
  .prt_rsp_tbl .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;
  }

  .prt_tbl_frame {
    width: 100%;
    margin: 20px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .prt_tbl_frame .prt_tbl {
    display: table;
    width: 680px;
    margin: 0;
    overflow: visible;
  }


  .prt_anchor {
    font-size: 14px;
    overflow: visible;
  }

  .prt_anchor li {
    float: none;
    margin-bottom: 10px;
  }
  .prt_anchor.col2 li,
  .prt_anchor.col3 li {
    width: 100%;
    margin-right: 0;
  }

  /* prt Combo */
  .prt_figure.prt_2cols .item,
  .prt_figure.prt_2cols .item:nth-of-type(2n+1) {
    text-align: center;
  }

/* Responsive dl */

  .prt_page_index li {
    float: none;
    margin: 0 0 5px;
    width: auto;
  }
  .prt_page_index {
    overflow: hidden;
    margin: 20px 0;
    padding: 15px 5px;
  }

}

@media screen and (max-width: 480px) {
  .ss_download_btn.icon01 > span:first-child {
    background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
  }

  .ss_download_btn img {
    max-width: 100%;
    height: auto;
  }

  .ss_download_btn .img02 img {
    width: 48px;
  }

  .ss_download_btn .img03 img {
    width: 67px;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    width: calc(100% - 24px);
    padding-left: 24px;
    font-size: 12px;
  }

  .ss_download_btn .txt02 {
    padding-right: 60px;
  }

  .ss_download_btn .txt04 {
    padding-right: 77px;
  }

  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }

  /* header */
  #header ul li a {
    font-size: 10px;
  }

  #header .btn_download a {
    padding: 10px 0;
  }

  #header .btn_download a:before {
    width: 16px;
    height: 20px;
  }

  #header .btn_contact a:before {
    width: 21px;
    height: 21px;
  }

  #header .btn_tel a:before {
    width: 18px;
    height: 26px;
  }

  /* cv contact */
  #cv_contact .fixed_wrapper .inner li span {
    width: 89%;
    width: calc(100% - 26px);
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 11px;
    padding: 10px 5px;
  }

  #cv_contact .fixed_wrapper .inner li a i {
    width: 26px;
    height: 26px;
  }

  #cv_contact .fixed_wrapper .inner .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;
  }

  #mainvs p {
    font-size: 10px;
  }
}
