@charset "UTF-8";
/* general setting
------------------------------ */
body {
  min-width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  -webkit-transform: none !important;
  transform: none !important;
}
.wrapper a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wrapper img {
  vertical-align: bottom;
}
.wrapper .inblock {
  display: inline-block;
}

.contents_wrap {
  margin: 0 auto;
  width: 980px;
}
.contents_wrap:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* header
------------------------------- */
#header {
  width: 100%;
  background-color: #303030;
}
#header > .inner {
  margin: 0 auto;
  width: 980px;
}
#header > .inner:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
#header .site_title {
  float: left;
  padding: 14px 0;
}
#header .site_title img {
  max-width: 100%;
  height: auto;
}
#header a {
  text-decoration: none;
}
#header ul {
  float: right;
  width: 401px;
}
#header ul li {
  display: table;
  float: left;
  width: 198px;
  height: 38px;
}
#header ul li a {
  display: table-cell;
  padding: 0 0 0 10px;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}
#header ul li a > span {
  display: none;
  font-weight: bold;
}
#header ul li a:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
#header .btn_download {
  margin-right: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}
#header .btn_download a:before {
  margin: 0 27px 0 0;
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
  background-size: contain;
}
#header .btn_contact {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}
#header .btn_contact a:before {
  margin: -4px 8px 0 0;
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
  background-size: contain;
}
#header .btn_tel {
  display: none;
  background-color: #00284a;
}
#header .btn_tel a:before {
  background: url(/img/ss/common/bg_icon_tel_001.png) no-repeat center;
  background-size: contain;
}
#header .logo {
  float: right;
  margin-left: 10px;
  width: 93px;
  line-height: 1;
}
#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}
#header .logo a img {
  max-width: 100%;
  height: auto;
}

/* breadcrumb
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#breadcrumb ul {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  text-align: left;
  line-height: 1.375;
}
#breadcrumb ul li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}
#breadcrumb ul li:after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  content: "";
  vertical-align: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb ul li:last-child {
  padding-right: 0;
}
#breadcrumb ul li:last-child:after {
  width: 0;
  height: 0;
  border: 0;
}

#container .for_sitemap {
  display: none;
}
#container .nav_menu {
  position: relative;
  overflow: hidden;
  word-wrap: break-word;
}
#container .nav_menu .ac_btn {
  padding: 18px 42px 17px 8px;
  opacity: 1;
  cursor: pointer;
}
#container .nav_menu .ac_btn:hover {
  background-color: #2c2c2c;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#container .nav_menu .ac_btn .label {
  position: relative;
  display: block;
  color: #1f2933;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}
#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/marker/traceability/bg_nav_001.png) no-repeat center;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#container .nav_menu .current .ac_btn {
  background: #e7f5fe;
}
#container .nav_menu .opened .ac_btn .label:after {
  background-image: url(/img/ss/products/marker/traceability/bg_nav_002.png);
}
#container .nav_list {
  display: none;
}
#container .nav_list li {
  overflow: hidden;
}
#container .index_nav .nav_list li.ttl{
  font-weight: bold;
  font-size: 17px;
  margin-top:20px;
}
#container .index_nav .nav_list li.ttl:first-child{
  margin:0;
}
#container .nav_list li a {
  position: relative;
  display: inline-block;
  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 {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #49bcf2;
  content: "";
}
#container .nav_list li .active {
  color: #c80000;
}
#container .faq a {
  padding: 10px 30px 8px 15px;
  font-size: 25px;
  position: relative;
  background: #e7f5fe;
  border: 2px solid #23a4dd;
  display: block;
  color: #23a4dd;
}
#container #side .faq {
  margin-top: 10px;
  border: none;
}
#container #side .faq a {
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #23a4dd;
}
#container .faq a::before {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #23a4dd;
  border-bottom: 2px solid #23a4dd;
  content: "";
  font-size: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

/* main
--------------------------------- */
#main {
  float: right;
  width: calc(100% - 260px);
}

/* pager */
#main .pager {
  display: table;
  overflow: hidden;
  margin: 50px 0 0;
  width: 100%;
  height: auto;
  border-top: 1px solid #b6b8b7;
  border-bottom: 1px solid #b6b8b7;
  table-layout: fixed;
  word-wrap: break-word;
}
#main .pager li {
  position: relative;
  display: table-cell;
  width: 50%;
  border-left: 1px solid #b6b8b7;
}
#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: #3194e8;
  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: #3194e8;
  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;
  padding: 15px 0;
  border-bottom: 1px solid #b6b8b7;
  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 #3194e8;
  content: "";
  line-height: 1.6;
}
#main .back_index a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* 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: 2px solid #2590D8;
  background: #e7f5fe;
  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 #2590D8;
  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;
}
/* side contents
--------------------------- */
#side {
  float: left;
  width: 220px;
}
#side .nav_menu {
  border-top: 1px solid #d2d2d2;
}
#side .nav_menu .ac_btn {
  padding: 10px 42px 10px 12px;
  font-size: 14px;
  line-height: 1.429;
}
#side .nav_menu .ac_btn:hover {
  background: #e7f5fe;
}
#side .nav_item {
  border-bottom: 1px solid #d2d2d2;
  background: #fff;
}
#side .nav_list > ul {
  overflow: hidden;
  padding: 8px 12px 7px;
  border-top: 1px solid #d2d2d2;
}
#side .nav_list li {
  margin: 2px 0 0;
  font-size: 14px;
}
#side .nav_list li a {
  line-height: 1.429;
}
#side .nav_list li a:before {
  top: 0.3em;
}
#side .current .ac_btn {
  background: #e7f5fe;
}
#side .current .ac_btn .label {
  color: #23a4dd;
}
#side .left_bnr_wrap {
  margin-top: 25px;
}
#side .left_bnr_wrap .left_bnr {
  margin-bottom: 15px;
  text-align: center;
}
#side .nav_list li.ttl{
  font-weight: bold;
    margin-top:10px;
}
#side .nav_list li.ttl:first-child{
  margin:0;
}
/* cv area
------------------------------- */
.cv_area_wrap {
  margin: 50px 0 0;
}
.cv_area_wrap .asset_banner {
  position: relative;
  padding: 22px 0 0;
  border: 2px solid #62bbf0;
  background: #fff;
}
.cv_area_wrap .asset_banner a {
  display: block;
  color: #333;
}
.cv_area_wrap .asset_banner .thumb {
  position: absolute;
  top: 50%;
  right: calc((100% - 718px) / 2);
  line-height: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cv_area_wrap .asset_banner .thumb img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.cv_area_wrap .asset_banner .caption {
  margin: 0 0 20px;
  padding: 0 calc(100% - (575px + ((100% - 718px) / 2)) + 70px) 0 calc((100% - 718px) / 2);
  min-height: 110px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.364;
}
.cv_area_wrap .asset_banner .caption .lead {
  margin: 0 0 9px;
  color: #2590d8;
  font-size: 45px;
  line-height: 1.112;
}
.cv_area_wrap .asset_banner .caption .color01 {
  color: #283e94;
}
.cv_area_wrap .asset_banner .caption .color02 {
  color: #1e99ea;
}
.cv_area_wrap .asset_banner .caption .color03 {
  color: #3ea20c;
}
.cv_area_wrap .asset_banner .caption .color04 {
  color: #22a6e7;
}
.cv_area_wrap .asset_banner .button {
  padding: 15px calc((100% - (575px + ((100% - 718px) / 2))) + 80px) 15px calc((100% - 718px) / 2);
  background: #eaf7fa;
}
.cv_area_wrap .asset_banner .button .ss_download_btn {
  padding-top: 8px;
  max-width: none;
}
.cv_area_wrap .asset_banner .button .ss_download_btn .txt02 {
  padding-right: 30px;
}
.cv_area_wrap .flex_box {
  display: flex;
  overflow: hidden;
}
.cv_area_wrap .flex_box .item {
  float: left;
  margin: 0 0 0 4%;
  padding: 13px 0 0;
  width: 48%;
}
.cv_area_wrap .flex_box .item:first-child {
  margin: 0;
}
.cv_area_wrap .flex_box .item .thumb {
  right: auto;
  left: calc((100% - 355px) / 3);
  width: 110px;
}
.cv_area_wrap .flex_box .item .caption {
  margin: 0 0 6px;
  padding: 0 calc((100% - 355px) / 3) 0 calc(100% - (244px + ((100% - 355px) / 3)));
  min-height: 74px;
  font-size: 12px;
  line-height: 1.3334;
}
.cv_area_wrap .flex_box .item .caption div {
  font-size: 24px;
  line-height: 1.167;
}
.cv_area_wrap .flex_box .item .button {
  padding: 15px calc((100% - 355px) / 3) 15px calc(100% - (244px + ((100% - 355px) / 3)));
}
.cv_area_wrap .banner {
  margin: 40px 0 0;
}

/* 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-color: #303030;
}
#cv_contact .fixed_wrapper .inner {
  overflow: hidden;
  margin: 0 auto;
  width: 980px;
}
#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 p a {
  opacity: 1;
  cursor: default;
}
#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 a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: none;
  transition: none;
}
#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}
#cv_contact .fixed_wrapper .inner li a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#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%;
  margin: 0 -590px 0 0;
  width: 50px;
}
#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background-color: #303030;
  -webkit-transition: none;
  transition: none;
}
#cv_contact #pagetop a:before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cv_contact #pagetop a:after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #303030;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}
#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}
#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}

/* footer
------------------------------- */
#footer .sitemap {
  padding: 30px 0;
  border-bottom: 1px solid #999;
  background: #fff;
  color: #333;
}
#footer .sitemap > .inner {
  margin: 0 auto;
  width: 980px;
}
#footer .sitemap a {
  color: #333;
  text-decoration: none;
}
#footer .sitemap .home_link {
  margin-bottom: 18px;
  text-align: left;
}
#footer .sitemap .home_link a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
#footer .sitemap .nav_menu {
  overflow: hidden;
}
#footer .sitemap .nav_menu > ul > li {
  padding-left: 20px;
}
#footer .sitemap .nav_menu > ul > li:first-child {
  padding-left: 0;
}
#footer .sitemap .nav_item {
  float: left;
  width: 25%;
  line-height: 19px;
}
#footer .sitemap .nav_item:nth-child(4n+1) {
  clear: left;
}
#footer .sitemap .nav_item .ac_btn {
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 15px;
}
#footer .sitemap li {
  margin: 6px 0;
  font-size: 13px;
}
#footer .sitemap li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#footer .sitemap li a:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #49bcf2;
  content: "";
}
#footer .sitemap li a:hover {
  text-decoration: underline;
}
#footer .copy {
  padding: 20px 0;
  background-color: #fff;
}
#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: #999;
  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 #999;
}
#footer .copy ul li a {
  color: #999;
  font-size: 12px;
}
#footer .copy ul li a:hover {
  text-decoration: underline;
}
#footer .copy ul li:last-child {
  border-right: none;
}
#footer .sitemap li.ttl{
  font-weight: bold;
    margin-top:10px;
}
#footer .sitemap li.ttl:first-child{
  margin:0;
}
.index_nav .nav_menu a.js_new_icon:after,
#footer .sitemap .nav_menu a.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;
}

/* download button
------------------------------- */
.ss_download_btn {
  position: relative;
  display: table;
  border-radius: 5px;
  background: #e60012;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #cc1717), color-stop(0, #e24140));
  background: -webkit-linear-gradient(#e24140, #cc1717);
  background: -moz-linear-gradient(#e24140, #cc1717);
  background: linear-gradient(#e24140, #cc1717);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ss_download_btn.type01,
.ss_download_btn.type02,
.ss_download_btn.type03,
.ss_download_btn.type04,
.ss_download_btn.type05 {
  padding: 6px 0 5px;
  width: 100%;
  text-align: center;
}
.ss_download_btn.type01,
.ss_download_btn.type02 {
  padding-right: 12px;
  padding-left: 12px;
}
.ss_download_btn.type01 {
  max-width: 340px;
  height: 45px;
}
.ss_download_btn.type02 {
  max-width: 380px;
  height: 60px;
}
.ss_download_btn.type03,
.ss_download_btn.type05 {
  padding-right: 8px;
  padding-left: 8px;
  max-width: 160px;
  height: 30px;
}
.ss_download_btn.type04 {
  padding-right: 4px;
  padding-left: 4px;
  max-width: 110px;
  height: 34px;
  color: #fff;
  font-weight: bold;
}
.ss_download_btn.type05 {
  border-radius: 0 0 5px 5px;
}
.ss_download_btn.icon01 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
.ss_download_btn.icon02 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
}
.ss_download_btn .img01,
.ss_download_btn .img02,
.ss_download_btn .img03 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ss_download_btn .img01 img,
.ss_download_btn .img02 img,
.ss_download_btn .img03 img {
  border: solid 1px #ccc;
}
.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.ss_download_btn .txt05 {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  word-break: break-all;
  font-weight: bold;
}
.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04 {
  padding-left: 30px;
  width: 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;
}

/* Container
--------------------------- */
#container {
  padding: 40px 0 70px;
  background: #f3f3f3;
}

.main_contents p {
  margin: 20px 0;
}
.main_contents p:first-child {
  margin-top: 0;
}
.main_contents p:last-child {
  margin-bottom: 0;
}

/* CV Right
--------------------------- */
.cv_right {
    position: absolute;
    top: 170px;
    left: 50%;
    margin: 0 0 180px 520px;
    width: 230px;
}
.cv_right a,
.cv_right .banner {
  display: block;
}
.cv_right a {
  background: #fff;
  opacity: 1;
}
.cv_right .banner {
  overflow: hidden;
  width: 230px;
  background: #fff;
}
.cv_right a:hover .banner {
  opacity: 0.7;
}
.cv_right .ss_download_btn.bnr {
  padding: 0 5px;
  height: 30px;
  border-radius: 3px;
}
.cv_right .ss_download_btn.bnr .txt05 {
  padding: 2px 0 2px 17px;
  background-size: 10px auto;
}

.cv_right .caption,
.cv_right .desc,
.cv_right .thumb,
.cv_right .button,
.cv_right .exp {
  display: block;
}
.cv_right .banner {
  border: 1px solid #001127;
}
.cv_right .thumb {
  float: left;
}
.cv_right .button {
  clear: both;
}
.cv_right .asset_bnr .caption {
  padding: 3px 6px 4px;
  background: #001127;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
}
.cv_right .asset_bnr .desc {
  overflow: hidden;
  padding: 10px;
}

.cv_right .asset_bnr .thumb img {
  border: 1px solid #ccc;
}
.cv_right .asset_bnr .exp{
  margin-left: 75px;
}
.cv_right .asset_bnr .ss_download_btn{
  margin: 0 auto 10px;

}
.cv_right .asset_bnr .exp {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}
.cv_right .asset_bnr .ss_download_btn {
  max-width: 205px;
}
.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 .caption {
  float: right;
  margin: 0 0 10px;
  width: 113px;
  color: #333;
  letter-spacing: -1px;
  font-size: 13px;
  line-height: 1.385;
}
.cv_right .series_list .caption strong {
  display: block;
  margin: 3px 0 0;
  color: #cd1919;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
.cv_right .series_list .button {
  padding: 0 10px;
}
.cv_right .series_list .ss_download_btn {
  max-width: 184px;
}

/* Top Page
------------------------------- */
#mainvs {
  position: relative;
  background: #fff;
}
#mainvs .contents_wrap {
  position: relative;
  box-sizing: border-box;
  padding-top: 34px;
  padding-bottom: 42px;
  height: 296px;
}
#mainvs h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  font-size: 0;
}
#mainvs h1 img {
  width: auto;
  height: 100%;
}
#mainvs .inner {
  position: relative;
  width: 438px;
}
#mainvs .inner p {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 2;
}

/* Download Page
------------------------------- */
.download_container {
  margin-bottom: 50px;
}

.download_list:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.download_list li {
  float: left;
  margin: 0 0 2% 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 .item_des {
  margin: 0;
  padding: 10px 0 0;
  font-size: 12px;
}
.download_list .download_btn_box {
  padding: 20px 0 0;
}
.download_list .download_btn_box a {
  margin: 0 auto;
}
.download_list.list_2cols li {
  margin: 0 0 2% 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 .download_btn_box a {
  max-width: 240px;
}
.download_list.list_2cols li .download_item_box p.new {
  margin-top: 38px;
  position: relative;
}
.download_list.list_2cols li .download_item_box p.new:before {
  position: absolute;
  content: "人気資料";
  top: -38px;
  width: 95px;
  background: #0070c0;
  color: #fff;
  text-align: center;
  padding: 4px 0 3px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 6px;
}

/* Parts
------------------------------- */
/* Heading */
.prt_hdg1 {
  position: relative;
  margin: 0 0 15px;
  padding: 6px 16px 5px;
  border-left: 10px solid #000;
  color: #282828;
  font-weight: normal;
  font-size: 162.5%;
  line-height: 1.2;
}
.prt_hdg1:before {
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: 2;
  display: inline-block;
  box-sizing: content-box;
  width: 10px;
  height: 5px;
  border-top: 2px solid #f3f3f3;
  background: #5fbaf1;
  content: "";
}
.prt_hdg1 .sub_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}
.prt_hdg2 {
  position: relative;
  margin: 50px 0 20px;
  padding: 12px 15px 8px 30px;
  border-radius: 5px 5px 0 0;
  background: #282828;
  color: #fff;
  font-weight: bold;
  font-size: 137.5%;
  line-height: 1.2;
}
.prt_hdg2:before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background: #5fbaf1;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prt_hdg1 + .prt_hdg2 {
  margin-top: 20px;
}

.prt_hdg3 {
  position: relative;
  margin: 40px 0 20px;
  padding: 14px 15px 12px 30px;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 3px solid #5fbaf1;
  border-left: 1px solid #e9e9e9;
  border-radius: 3px 3px 0 0;
  background: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fdfdfd), color-stop(0, #e4e4e4));
  background: -webkit-linear-gradient(#fdfdfd, #e4e4e4);
  background: -moz-linear-gradient(#fdfdfd, #e4e4e4);
  background: linear-gradient(#fdfdfd, #e4e4e4);
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.2;
}
.prt_hdg3:before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 4px;
  height: -webkit-calc(100% - 1.5em);
  height: calc(100% - 1.5em);
  background: #5fbaf1;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prt_hdg2 + .prt_hdg3 {
  margin-top: 20px;
}

.prt_hdg4 {
  position: relative;
  margin: 40px 0 14px;
  padding: 12px 0 12px 15px;
  background: url(/img/ss/products/autoid/codereader/bg_style_001.png) bottom repeat-x;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.3333;
}
.prt_hdg4:before {
  position: absolute;
  top: 10px;
  bottom: 12px;
  left: 0;
  width: 4px;
  background: #5fbaf1;
  content: "";
}

.prt_hdg3 + .prt_hdg4 {
  margin-top: 20px;
}

.prt_hdg_box1 {
  margin: 20px 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #5ebbf1;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
}

.prt_hdg_box1:first-child {
  margin-top: 0;
}

.prt_hdg5 {
  margin: 40px 0 14px;
  border-bottom: 2px solid #5ebbf1;
  font-weight: bold;
  line-height: 2.4;
}

.prt_box .prt_hdg5:first-child {
  margin-top: 0;
}

/* Text Style */
sup {
  vertical-align: super;
  font-size: 11px;
  line-height: 1;
}

.prt_lead {
  font-weight: bold;
  font-size: 100%;
  line-height: 1.455;
}

.prt_lead_02 {
  display: block;
  margin: 10px 0;
  padding: 10px 12px;
  background: #fff;
  color: #3194e8;
  font-weight: bold;
}

.prt_inblock {
  display: inline-block;
}

.prt_bold {
  font-weight: bold;
}

.prt_strong {
  color: #3194e8;
  font-weight: bold;
}

.prt_txt_small {
  font-size: 13px;
}

.prt_txt_small_02{
  font-size: 14px;
}

.main_contents .prt_notes {
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 13px;
}

.prt_notes:before {
  content: "※";
}

.prt_notes.com_model {
  margin: 20px 0 10px;
}

.prt_read_icon {
  display: block;
  color: #f00;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}

.icon_circle:before {
  content: "〇";
}

.icon_cross:before {
  content: "×";
}

/* figure */
.prt_figure {
  text-align: center;
}
.prt_figure:first-child {
  margin-top: 0;
}
.prt_figure:last-child {
  margin-bottom: 0;
}
.prt_figure .caption {
  margin: 10px 0;
}
.prt_figure .caption:first-child {
  margin-top: 0;
}
.prt_figure .caption:last-child {
  margin-bottom: 0;
}
.prt_figure div {
  font-size: 0;
}
.prt_figure img {
  max-width: 100%;
  height: auto;
}

/* Box */
.prt_box,
.prt_box_img {
  margin: 20px 0;
  padding: 24px 30px;
  border: 1px solid #e9e9e9;
  background: #fff;
  word-wrap: break-word;
}
.prt_box.type01{
  border: 1px solid #ccc;
}
.prt_box.prt_left,
.prt_box_img.prt_left {
  text-align: left;
}
.prt_box.prt_right,
.prt_box_img.prt_right {
  text-align: right;
}
.prt_box.fullsize,
.prt_box_img.fullsize {
  padding: 0;
}
.prt_box.narrow_space,
.prt_box_img.narrow_space {
  padding: 10px;
}
.prt_box.noborder,
.prt_box_img.noborder {
  border: none;
}

.prt_box_img {
  padding: 20px;
  text-align: center;
  font-size: 0;
}
.prt_box_img img {
  max-width: 100%;
  height: auto;
}

.prt_box_point,
.prt_box_caution,
.prt_box_note {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  padding: 24px 30px;
  border: 1px solid #e9e9e9;
  background: #fff;
  word-wrap: break-word;
}
.prt_box_point i,
.prt_box_caution i,
.prt_box_note i {
  position: relative;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  width: 50px;
  text-align: center;
  font-weight: bold;
}
.prt_box_point .wrap,
.prt_box_caution .wrap,
.prt_box_note .wrap {
  overflow: hidden;
}
.prt_box_point .prt_reset_mb,
.prt_box_caution .prt_reset_mb,
.prt_box_note .prt_reset_mb {
  margin-bottom: 0;
}

.prt_box_point i,
.prt_box_note i {
  font-size: 12px;
}
.prt_box_point i:after,
.prt_box_note i:after {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(/img/ss/products/autoid/codereader/bg_style_002.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.prt_box_point i:before {
  content: "ポイント";
}

.prt_box_point i:after {
  background-color: #5685bb;
}

.prt_box_note i:before {
  content: "注記";
  letter-spacing: 2px;
}

.prt_box_note i:after {
  background-color: #e61d12;
}

.prt_box_caution i:before {
  display: block;
  height: 44px;
  background: url(/img/ss/products/autoid/codereader/bg_style_003.png) no-repeat center;
  background-size: contain;
  content: "";
}

.prt_box_caution i:after {
  content: "注意";
  letter-spacing: 2px;
}

.prt_hdg2 + .prt_box,
.prt_hdg3 + .prt_box,
.prt_hdg4 + .prt_box,
.prt_hdg5 + .prt_box {
  margin-top: 10px;
}

.prt_inbox {
  margin: 20px auto;
  padding: 10px;
  max-width: 400px;
  border: 1px solid #ccc;
  text-align: center;
}

/* List */
.prt_list_disc {
  padding-left: 1.5em;
  list-style: disc outside;
  text-indent: 0;
}
.prt_list_disc.prt_f_bold {
  font-weight: bold;
}

.prt_list_sup01 {
  margin: 10px 0 30px;
}
.prt_list_sup01 li {
  font-size: 13px;
}

.prt_list_notes {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
  font-size: 13px;
}
.prt_list_notes > li:before {
  margin: 0 0.5em 0 0;
  content: "※";
}

.prt_order_notes {
  padding: 0 0 0 2.1em;
  counter-reset: order_notes;
  text-indent: -2.1em;
  font-size: 13px;
}
.prt_order_notes li:before {
  margin: 0 0.5em 0 0;
  content: "※" counter(order_notes);
  counter-increment: order_notes;
}

.prt_list_3cols {
  padding-left: 1em;
  list-style: disc inside;
}
.prt_list_3cols:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.prt_list_3cols li {
  float: left;
  width: 33.3333%;
}

.prt_list_indent1 {
  padding-left: 1em;
}

.prt_list_indent3 {
  padding-left: 3em;
}

.prt_list_indent {
  margin: 10px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/* define list */
.prt_define_01 {
  padding: 0 0 0 1.5em;
}
.prt_define_01 dt {
  margin: 10px 0 0 -1.5em;
  font-weight: bold;
}
.prt_define_01 dt:first-child {
  margin-top: 0;
}
.prt_define_01 dd {
  display: list-item;
  margin: 5px 0 0;
  list-style: disc outside;
}
.prt_define_01 dt + dd {
  margin: 0;
}

.prt_define_02 dt {
  margin: 20px 0;
  color: #3194e8;
  font-weight: bold;
  font-size: 17px;
}
.prt_define_02 dd {
  margin: 30px 0;
}
.prt_define_02 dt + dd {
  margin-top: 0;
}

.prt_link_def dt {
  margin-top: 20px;
}

.prt_link_def dd,
div.prt_link_def {
  position: relative;
  padding-left: 12px;
}

.prt_link_def dd:before,
div.prt_link_def:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #49bcf2;
}

/* anchor list */
.prt_anchor {
  margin: 20px 0 30px;
  padding: 18px 20px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.prt_anchor li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding-left: 20px;
}
.prt_anchor li:before {
  position: absolute;
  top: 0.45em;
  left: 0;
  display: inline-block;
  border-width: 8px 6px;
  border-style: solid;
  border-color: #5fbaf1 transparent transparent transparent;
  content: "";
  vertical-align: middle;
}
.prt_anchor li a {
  color: #333;
  opacity: 1;
}
.prt_anchor li a:hover {
  text-decoration: underline;
}

/* arrow list */
.prt_arrow li{
  width: 60%;
  margin: 5px auto;
}

.prt_arrow li .box{
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

.prt_arrow li p.box{
  margin-bottom: 5px;
}

.prt_down_arrow01{
  position: relative;
  padding: 8px 0;
}
.prt_down_arrow01.small{
  padding: 5px 0;
}

.prt_down_arrow01:after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 17.5px 0 17.5px;
  border-color: #333 transparent transparent transparent;
}
.prt_down_arrow01.small:after{
  border-width: 10px 10px 0 10px;
}

/* Columns */
.prt_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.prt_2cols {
  margin: 20px 0;
}
.prt_2cols:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.prt_2cols:first-child {
  margin-top: 0;
}
.prt_2cols:last-child {
  margin-bottom: 0;
}
.prt_2cols .item {
  float: left;
  margin: 0 0 0 4%;
  width: 48%;
}
.prt_2cols .item:first-child {
  margin: 0;
}
.prt_2cols .item.narrow {
  width: 35%;
}
.prt_2cols .item.wide {
  width: 62%;
}
.prt_2cols.narrow_left .item {
  margin: 0;
}
.prt_2cols.narrow_left .item.wide {
  float: right;
}
.prt_2cols.narrow_right .item {
  margin: 0;
}
.prt_2cols.narrow_right .item.narrow {
  float: right;
}

.prt_3cols {
  margin: 20px -5px;
}
.prt_3cols:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.prt_3cols .item {
  float: left;
  padding: 0 5px;
  width: 33.33%;
}
.prt_3cols .item:first-child {
  width: 33.34%;
}

/* Download button */
.prt_download_box1:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.prt_download_box1 a {
  float: right;
  margin: 30px 0 0;
}

/* prt_series_btn */

.prt_sect_cv {
  margin: 48px 0 0;
}
.prt_sect_cv:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_sect_cv .button {
  width: 48%;
  width: calc(50% - 20px);
}
.prt_sect_cv .button.series {
  float: left;
  clear: left;
}
.prt_sect_cv .button.download {
  float: right;
  clear: right;
}
.prt_series_btn {
  display: table;
  max-width: 340px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: #1284c8;
  background: linear-gradient(#1284c8, #044aa0);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
.prt_series_btn:hover {
  opacity: 0.7;
}
.prt_series_btn .label {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
}
.q_contact .prt_series_btn.btn_green {
  background: #3e944c;
  background: linear-gradient(#3e944c, #176a25);
}
.q_contact .prt_series_btn.type01 {
  padding-right: 12px;
  padding-left: 12px;
}
.q_contact .prt_series_btn.icon01 > span:first-child {
  background: url(/img/ss/products/autoid/codereader/bg_icon_dl_001.png) no-repeat left center;
}
.q_contact .prt_series_btn {
  position: relative;
  height: 45px;
}
.q_contact .prt_series_btn .img01 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.q_contact .prt_series_btn .txt01 {
  padding-right: 5px;
}

/* Responsive 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 img,
.prt_rsp_tbl img {
  max-width: 100%;
  height: auto;
}

.prt_rsp_tbl:first-child,
.prt_tbl:first-child,
.prt_hdg3 + .prt_rsp_tbl,
.prt_hdg4 + .prt_rsp_tbl,
.prt_hdg5 + .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: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  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 thead th,
.prt_rsp_tbl thead th {
  background: #010101;
  color: #fff;
}

.prt_tbl tbody th,
.prt_rsp_tbl tbody th {
  background: #e8e8e8;
}

.prt_tbl_frame {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  width: 100%;
}

.prt_tbl_frame .prt_tbl {
  display: table;
  margin: 0;
  width: 720px;
}

.scroll_body,
.scroll_body thead,
.scroll_body tbody {
  display: block;
  width: 100%;
  border-top: none;
}

.scroll_body thead {
  overflow-y: scroll;
}

.scroll_body tbody {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 315px;
  border-bottom: 1px solid #ccc;
}

.scroll_body tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.scroll_body th,
.scroll_body td {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.prt_cell_wrap > div:first-child {
  margin-top: 0;
}

.prt_cell_wrap > div:last-child {
  margin-bottom: 0;
}


.scroll_body thead::-webkit-scrollbar,
.scroll_body tbody::-webkit-scrollbar {
  width: 5px;
}

.scroll_body thead::-webkit-scrollbar-track,
.scroll_body tbody::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll_body thead::-webkit-scrollbar-thumb,
.scroll_body tbody::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}


/* Unique Styles for each Category
----------------------------------- */
/* basic */
.basic_col_01 {
  display: flex;
  justify-content: space-between;
}
.basic_col_01 .image {
  width: 150px;
  text-align: center;
}
.basic_col_01 .image img {
  max-width: 100%;
  height: auto;
}
.basic_col_01 .prt_rsp_tbl {
  width: calc(100% - 160px);
}

.basic_box_01 ol {
  padding: 0 0 0 2em;
  text-indent: -2em;
  font-size: 14px;
}

.about_code dt {
  margin: 0 0 15px;
  color: #3194e8;
  font-weight: bold;
  font-size: 17px;
}
.about_code dt .label {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 5px;
  background: #eeaa28;
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
}

.basic_indent_list {
  padding: 0 0 0 1em;
}

.checkdigit_flow {
  overflow: hidden;
}
.checkdigit_flow > ol > li {
  position: relative;
  margin: 55px 0 0;
}
.checkdigit_flow > ol > li:first-child {
  margin: 0;
}
.checkdigit_flow > ol > li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.checkdigit_flow > ol > li .figure {
  position: relative;
  float: left;
  margin: 0 30px 0 0;
  width: 232px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.checkdigit_flow > ol > li .figure img {
  max-width: 100%;
  height: auto;
}
.checkdigit_flow > ol > li .figure .box {
  position: relative;
  padding: 6px 6px 10px;
  border: 2px solid #2c458f;
  border-radius: 16px;
}
.checkdigit_flow > ol > li .figure .box .caption {
  margin: 0 0 3px;
  font-weight: bold;
}
.checkdigit_flow > ol > li .figure .box .text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 74px;
}
.checkdigit_flow > ol > li .figure i {
  position: absolute;
  top: 100%;
  left: 50%;
  overflow: visible;
  margin: 0 0 0 -2px;
  width: 4px;
  height: 30px;
  background: #2c458f;
}
.checkdigit_flow > ol > li .figure i:before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  margin: 0 0 0 -8px;
  width: 0;
  height: 0;
  border-width: 20px 8px 0;
  border-style: solid;
  border-color: #2c458f transparent transparent;
  content: "";
}
.checkdigit_flow > ol > li .figure .result {
  position: relative;
  margin: 48px 0 0;
  padding: 3px;
  width: 110px;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fdfbe1;
  text-align: center;
  font-weight: bold;
}
.checkdigit_flow > ol > li .figure .result.pass {
  float: left;
}
.checkdigit_flow > ol > li .figure .result.err {
  float: right;
}
.checkdigit_flow > ol > li .figure .result i {
  top: auto;
  bottom: 100%;
  margin-bottom: 22px;
}
.checkdigit_flow > ol > li .figure .result span {
  position: absolute;
  bottom: 100%;
  margin-bottom: 21px;
}
.checkdigit_flow > ol > li .figure .result.pass span {
  left: 12px;
}
.checkdigit_flow > ol > li .figure .result.err span {
  right: 0;
}
.checkdigit_flow > ol > li .desc {
  overflow: hidden;
}

.jan_constitution_cols .item {
  width: 44%;
}
.jan_constitution_cols .item:first-child {
  width: 52%;
}

.gtin14_code {
  position: relative;
}
.gtin14_code span {
  float: left;
  font-size: 14px;
}
.gtin14_code .cap1 {
  margin-right: 22.5%;
  margin-left: 14%;
}

.howto_indicator .prt_figure span {
  float: left;
  font-size: 14px;
}
.howto_indicator .cap1 {
  margin-right: 57.8%;
}

.match_box .prt_figure span {
  float: left;
  font-size: 14px;
}
.match_box .cap1 {
  margin-right: 54%;
}

.principles_caution_cols .item {
  margin: 0;
  width: 50%;
}

/* principles */
.center_tbl {
  margin: 20px auto;
  max-width: 455px;
}

.principles_dot_sect {
  margin: 0 0 30px;
}
.principles_dot_sect .prt_2cols {
  margin: 20px 0 0;
}
.principles_dot_sect p {
  margin: 0;
}

.principles_check {
  margin: 0 0 20px;
  text-align: center;
}

.principles_check_calc {
  display: table;
  margin: 20px 0;
}
.principles_check_calc.center {
  margin: 0 auto;
}
.principles_check_calc .item_calc {
  display: table-cell;
  vertical-align: middle;
}
.principles_check_calc .item_calc p {
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
.principles_check_calc .item_calc p:first-child {
  border-bottom: 1px solid #000;
}
.principles_check_calc .item_calc.equal {
  padding: 0 5px;
}

/* principles2d */
.box_principles2d_01 dt {
  text-align: left;
}

.cols_principles2d_01 {
  display: table;
  margin: 30px 0 50px;
}
.cols_principles2d_01 .item {
  display: table-cell;
  vertical-align: middle;
}
.cols_principles2d_01.item_2cols_type01 {
  display: block;
}
.cols_principles2d_01.item_2cols_type01:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.cols_principles2d_01.item_2cols_type01 .item {
  display: block;
  float: left;
  width: 46%;
}
.cols_principles2d_01.item_2cols_type01 .item.small {
  margin: 0 5% 0 0;
  width: 30%;
}
.cols_principles2d_01.item_2cols_type01 .item.wide {
  width: 65%;
}
.cols_principles2d_01.item_3cols_type01,
.cols_principles2d_01.item_3cols_type02,
.cols_principles2d_01.item_3cols_type03 {
  margin: 0;
  width: 100%;
}
.cols_principles2d_01.item_3cols_type01 .icon_caret,
.cols_principles2d_01.item_3cols_type02 .icon_caret,
.cols_principles2d_01.item_3cols_type03 .icon_caret {
  display: table-cell;
  padding-left: 20px;
  width: 20px;
  vertical-align: middle;
}
.cols_principles2d_01.item_3cols_type01 .icon_caret:before,
.cols_principles2d_01.item_3cols_type02 .icon_caret:before,
.cols_principles2d_01.item_3cols_type03 .icon_caret:before {
  display: inline-block;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent #888;
  content: "";
}
.cols_principles2d_01.item_3cols_type01 .caption,
.cols_principles2d_01.item_3cols_type02 .caption,
.cols_principles2d_01.item_3cols_type03 .caption {
  margin: 0;
  padding: 4px 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.cols_principles2d_01.item_3cols_type01.prt_item_line,
.cols_principles2d_01.item_3cols_type02.prt_item_line,
.cols_principles2d_01.item_3cols_type03.prt_item_line {
  margin-bottom: 30px;
}
.cols_principles2d_01.item_3cols_type02 {
  margin-left: -20px;
}
.cols_principles2d_01.item_3cols_type02 .item {
  text-align: center;
}
.cols_principles2d_01.item_3cols_type02 .icon_caret:before {
  -webkit-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.cols_principles2d_01.item_3cols_type02 .caption {
  display: block;
  text-align: center;
}
.cols_principles2d_01.item_3cols_type03 .item {
  vertical-align: bottom;
  text-align: left;
}
.cols_principles2d_01.item_3cols_type03 .icon_caret:before {
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
}

.cols_principles2d_02 .caption {
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.list_dot_line {
  margin: 10px 0 0;
  text-align: left;
  font-size: 16px;
}

.basic2d_col_micro .item.left {
  width: 26%;
}
.basic2d_col_micro .item.right {
  margin: 0 0 0 2%;
  width: 72%;
}
.basic2d_col_micro .item img {
  max-width: 100%;
  height: auto;
}
.basic2d_col_micro .prt_box_img {
  margin: 0;
}

.basic2d_col_symbol .caption {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.readable_col_box {
  display: table;
}
.readable_col_box .item {
  display: table-cell;
  vertical-align: bottom;
}
.readable_col_box p {
  margin: 0;
  padding-left: 4px;
  line-height: 1.3;
}
.readable_col_box p > span {
  display: block;
}

.prt_direct_01 .prt_2cols {
  margin: 0;
}
.prt_direct_01 .prt_2cols:first-child .item p:last-child {
  margin-bottom: 10px;
}
.prt_direct_01 .prt_box_img {
  margin-top: 0;
}
.prt_direct_01 .item_direct .prt_box_img {
  margin-top: -70px;
}

/* Uniq Table styles */
.tbl_basic_01 th {
  text-align: left;
}

.tbl_basic_02 th:first-child {
  width: 25%;
}
.tbl_basic_02 .symbol {
  text-align: center;
}

.tbl_basic_03 thead th:first-child,
.tbl_basic_03 tbody th:first-child {
  width: 28.6%;
}

.tbl_basic_03 tbody td {
  text-align: center;
}

.tbl_basic_04 thead th:first-child,
.tbl_basic_04 tbody th:first-child,
.tbl_basic_04 thead th:first-child + th,
.tbl_basic_04 tbody th:first-child + td:not([colspan]),
.tbl_basic_04 thead th:first-child + th + th,
.tbl_basic_04 tbody th:first-child + td:not([colspan]) + td:not([colspan]),
.tbl_basic_04 thead th:first-child + th + th,
.tbl_basic_04 tbody th:first-child + td:not([colspan]) + td:not([colspan]),
.tbl_basic_04 thead th:first-child + th + th + th,
.tbl_basic_04 tbody th:first-child + td:not([colspan]) + td:not([colspan]) + td:not([colspan]) {
  width: 14.3%;
}

.tbl_basic_04 td[colspan="3"] {
  width: 42.9%;
}

.tbl_basic_04 th,
.tbl_basic_04 td {
  padding: 5px;
  height: 40px;
  text-align: center;
}

.tbl_basic_06 td:first-child {
  width: 80%;
}

.tbl_basic_07 {
  table-layout: auto;
}

.tbl_basic_07 tbody th {
  width: 13.9%;
}

.tbl_basic_07 tbody td {
  width: 86.1%;
}

.tbl_basic_08 th:first-child {
  width: 200px;
}
.tbl_basic_08 td {
  text-align: center;
}

.tbl_basic_09 th:first-child {
  width: 13.9%;
}
.tbl_basic_09 th:first-child + th {
  width: 36.2%;
}

.tbl_basic_10 th:first-child,
.tbl_basic_10 th:nth-child(3) {
  width: 22%;
}
.tbl_basic_10 tbody td {
  text-align: center;
}

.tbl_basic_11 th:first-child {
  width: 28.6%;
}

.tbl_code128_ai th:first-child,
.tbl_code128_ai th:first-child + th {
  width: 100px;
}
.tbl_code128_ai tbody td:first-child,
.tbl_code128_ai tbody th + td {
  text-align: center;
}

.tbl_jan_country th:first-child {
  width: 40%;
}
.tbl_jan_country tbody th {
  text-align: right;
}
.tbl_jan_country tbody td {
  text-align: left;
}

.tbl_jan_character td {
  text-align: center;
}

.tbl_principles_01 th:first-child {
  width: 20%;
}

.tbl_tech_range th,
.tbl_tech_range td {
  text-align: center;
}

.prt_tbl_ceramic .prt_cost_box {
  display: none;
}

/* table principles */
.tbl_principles_merit thead th:first-child {
  width: 20%;
}

/* table principles2d */
.tbl_principles2d_01 caption {
  text-align: left;
  font-weight: bold;
}
.tbl_principles2d_01 thead th:first-child {
  width: 18%;
}
.tbl_principles2d_01 tbody th {
  text-align: left;
}
.tbl_principles2d_01 td {
  padding: 10px 0;
  text-align: center;
}
.tbl_principles2d_01 .prt_cost_rows span {
  display: block;
}
.tbl_principles2d_01.data_symbol_ff td .prt_cell_wrap {
  font-family: sans-serif;
}
.tbl_principles2d_01 .sub_data {
  display: block;
}

.tbl_principles2d_02 {
  margin: 0 auto;
  width: 80%;
}
.tbl_principles2d_02 thead th {
  text-align: center;
}
.tbl_principles2d_02 th {
  text-align: left;
}
.tbl_principles2d_02 td {
  padding: 6px 0;
  text-align: center;
}

.tbl_principles2d_03 thead th:first-child {
  width: 30%;
}

.tbl_principles2d_04 tbody td {
  text-align: center;
}

/* table basic2d */
.tbl_basic2d_01 {
  margin: 30px 0;
  width: 100%;
}
.tbl_basic2d_01.item_basic2d_type01 caption {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #e8e8e8;
  text-align: left;
  font-weight: bold;
}
.tbl_basic2d_01.item_basic2d_type01.border_top_none caption {
  border-top: none;
}
.tbl_basic2d_01.item_basic2d_type01 tr > td:first-child {
  width: 40%;
}
.tbl_basic2d_01.item_basic2d_type02 caption {
  padding: 6px 8px;
  width: 100%;
  background: #282828;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.tbl_basic2d_01.item_basic2d_type02 th {
  width: 40%;
}
.tbl_basic2d_01.item_basic2d_type03 caption {
  text-align: left;
  font-weight: bold;
}
.tbl_basic2d_01.item_basic2d_type03 th {
  padding: 4px 0;
  width: 30%;
  text-align: center;
}
.tbl_basic2d_01.item_basic2d_type03 td {
  text-align: center;
}
.tbl_basic2d_01.item_basic2d_type04 caption {
  text-align: left;
  font-weight: bold;
}
.tbl_basic2d_01.item_basic2d_type04 td {
  text-align: center;
}
.tbl_basic2d_01.item_basic2d_type05 th {
  width: 38%;
  text-align: left;
}
.tbl_basic2d_01.item_basic2d_type06 th,
.tbl_basic2d_01.item_basic2d_type06 td {
  text-align: center;
}
.tbl_basic2d_01.item_basic2d_type06 thead th:last-child {
  width: 40%;
}
.tbl_basic2d_01.tbl_data_center td {
  text-align: center;
}

.tbl_correction_level .prt_rsp_tbl {
  margin: 30px 0;
  width: 100%;
}
.tbl_correction_level .prt_rsp_tbl th {
  padding: 4px 0;
  width: 30%;
  text-align: center;
}
.tbl_correction_level .prt_rsp_tbl td {
  text-align: center;
}

.tbl_max_input th,
.tbl_max_input td {
  text-align: center;
}

.tbl_box_basic2d_01 {
  margin-bottom: 30px;
}
.tbl_box_basic2d_01 .prt_tbl_label {
  margin: 0;
  padding: 6px 8px;
  width: 100%;
  background: #282828;
  color: #fff;
  font-weight: bold;
}
.tbl_box_basic2d_01 table {
  margin: 0;
}

.tbl_box_basic2d_02 {
  margin: 0 auto;
  width: 80%;
}

.tbl_box_basic2d_03 .tbl_label {
  margin: 0;
  font-weight: bold;
  line-height: 2.4;
}
.tbl_box_basic2d_03 table {
  margin-top: 0;
}
.tbl_box_basic2d_03 table caption {
  text-align: left;
  font-weight: bold;
  line-height: 2.4;
}
.tbl_box_basic2d_03 table td {
  text-align: center;
}

.tbl_basic2d_history thead th:first-child {
  width: 14%;
}
.tbl_basic2d_history .data_center {
  text-align: center;
}

.main_contents .tbl_attach_notes {
  margin: 20px 0 10px;
}
.prt_acc_menu {
  counter-reset: q01 q02 a01 a02;
}
.prt_acc_menu .acc_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease-out 0s;
}
.prt_acc_menu .acc_content .inner {
  padding: 0 10px 30px;
  border-top: 1px solid #e7e7e7;
}
.prt_acc_menu > dl:last-child label {
  border-bottom: 1px solid #e7e7e7;
}
.prt_acc_menu > dl:last-child .acc_content .inner {
  border-top: none;
}
.prt_acc_menu label {
  position: relative;
  display: table;
  padding: 10px 30px 10px 10px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  background: #fff;
}
.main_contents .prt_acc_menu .acc_hdg_01 {
  position: relative;
  display: table;
  padding: 15px 20px 10px 0;
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #ff6e00;
  margin-bottom: 20px;
}
.prt_acc_menu label > span,
.prt_acc_menu .acc_hdg_01 > span {
  display: table-cell;
}
.prt_acc_menu label:before {
  display: table-cell;
  width: 3.5em;
  color: #004b98;
}
#faq #sect_01 .prt_acc_menu label:before {
  content: "Q." counter(q01, decimal-leading-zero);
  counter-increment: q01;
}
#faq #sect_02 .prt_acc_menu label:before {
  content: "Q." counter(q02, decimal-leading-zero);
  counter-increment: q02;
}
.prt_acc_menu .acc_hdg_01:before {
  display: table-cell;
  width: 3.5em;
  color: #ff6e00;
}
#faq #sect_01 .prt_acc_menu .acc_hdg_01:before {
  content: "A." counter(a01, decimal-leading-zero);
  counter-increment: a01;
}
#faq #sect_02 .prt_acc_menu .acc_hdg_01:before {
  content: "A." counter(a02, decimal-leading-zero);
  counter-increment: a02;
}
#faq #sect_02 .prt_acc_menu .item_3cols_type01.style_01 {
  width: 60%;
  margin: 0 auto;
}
.prt_acc_menu label:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  background-image: url("/img/ss/common/bg_nav_001.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prt_acc_menu input {
  display: none;
}
.prt_acc_menu input:checked + dl > .acc_content {
  max-height: 9999px;
  transition: max-height 2s ease-in;
}
.prt_acc_menu input:checked + dl > dt label:after {
  background-image: url("/img/ss/common/bg_nav_002.png");
}
.acc_content .prt_2cols.style_01 .item:last-child img {
  max-width: 200px;
}
.prt_download_txt1 {
  clear: both;
}
.prt_download_txt1 .txt_link {
  position: relative;
  display: inline-block;
  padding: 3px 0 0 30px;
	text-decoration: none;
}
.prt_download_txt1 .txt_link:hover {
	color: #f00;
	opacity: 0.7;
}
.prt_download_txt1 .txt_link:before {
  background: url(/img/ss/products/autoid/codereader/bg_style_005.png) center center no-repeat #d00202;
  background-size:64%;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 2px;
  content: "";
}
.prt_colon_def > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: start;
  justify-content: start;
  overflow: hidden;
  text-align: left;
}
.prt_colon_def dt,
.prt_colon_def dd {
  float: left;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  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:before {
  content: "：";
}

#faq .cols_principles2d_02 .caption {
  font-weight: normal;
}

#faq .img_style_01 {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 20px 20px 10px;
}

#faq .flex_box {
  display: flex;
}

/* /Uniq Table styles */
/* media screen
------------------------------- */
@media screen and (min-width: 641px) {
  .sp_view {
    display: none;
  }

  /* index navi
  ----------------------------------- */
  #container .index_nav .nav_menu {
    overflow: hidden;
    margin: 0;
    padding: 20px 20px 0;
    background: #fff;
    box-shadow: none;
  }
  #container .index_nav .nav_menu > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #container .index_nav .nav_menu .nav_item {
    float: left;
    margin: 0 20px 20px 0;
    width: 460px;
    background: #f3f3f3;
  }
  #container .index_nav .nav_menu .nav_item:nth-child(even) {
    margin-right: 0;
  }
  #container .index_nav .ac_btn {
    position: relative;
    padding: 10px 30px 8px 15px;
    background: #2c2c2c;
    cursor: auto;
  }
  #container .index_nav .ac_btn .label {
    padding-left: 10px;
    border-left: 5px solid #49bcf2;
    color: #fff;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.2;
  }
  #container .index_nav .ac_btn .label:after {
    display: none;
  }
  #container .index_nav .nav_list {
    display: block !important;
    padding: 26px 30px 25px !important;
    height: auto !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 {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 979px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .contents_wrap,
  #breadcrumb ul,
  #footer .copy > .inner {
    padding: 0 5px;
    width: 100%;
  }

  #header > .inner {
    padding: 0 5px;
    width: 100%;
  }
  #header .site_title {
    width: 24.4898%;
  }
  #header .site_title img {
    width: 100%;
    height: auto;
  }

  #cv_contact {
    height: auto;
  }
  #cv_contact .fixed_wrapper {
    height: auto;
  }
  #cv_contact .fixed_wrapper .inner {
    padding: 0 5px;
    width: 100%;
  }
  #cv_contact .fixed_wrapper .inner p {
    width: 42.85714%;
  }
  #cv_contact #pagetop {
    right: 0;
    margin-right: 0;
  }

  #footer .sitemap > .inner {
    padding: 30px 5px;
    width: 100%;
  }

  #container .index_nav .nav_menu .nav_item {
    margin-right: 2%;
    width: 49%;
  }
  .prt_sect_cv:after {
    display: none;
  }
  .prt_sect_cv .button {
    margin: 0 0 20px;
    width: auto;
  }
  .prt_sect_cv .button.series,
  .prt_sect_cv .button.download {
    float: none;
  }
  .prt_sect_cv .button a {
    margin: 0 auto;
  }
  .prt_sect_cv .button.q_contact {
    margin: 0 0 45px;
  }
}
@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;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 83px;
  }
  #header ul {
    float: right;
    width: 345px;
  }
  #header ul li {
    width: 170px;
  }
  #header ul li a {
    font-size: 12px;
  }
  #header .btn_download a:before {
    margin: 0 11px 0 0;
    width: 18px;
    height: 24px;
  }
  #header .btn_contact a:before {
    margin: -4px 4px 0 0;
    width: 20px;
    height: 20px;
  }

  #cv_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;
  }

  #container .index_nav .nav_menu .nav_item {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }

  .cv_area_wrap {
    margin: 40px 0 0;
  }
  .cv_area_wrap .asset_banner .thumb {
    right: calc((100% - 583px) / 2);
  }
  .cv_area_wrap .asset_banner .caption {
    padding: 0 calc(100% - (440px + ((100% - 583px) / 2)) + 30px) 0 calc((100% - 583px) / 2);
    font-size: 18px;
  }
  .cv_area_wrap .asset_banner .caption .lead {
    font-size: 36px;
  }
  .cv_area_wrap .asset_banner .button {
    padding: 15px calc((100% - (440px + ((100% - 583px) / 2))) + 40px) 15px calc((100% - 583px) / 2);
  }
  .cv_area_wrap .flex_box .item {
    margin: 0 0 0 2%;
    width: 49%;
  }
  .cv_area_wrap .flex_box .item:first-child {
    margin: 0;
  }
  .cv_area_wrap .flex_box .item .thumb {
    right: auto;
    left: calc((100% - 280px) / 3);
    width: 90px;
  }
  .cv_area_wrap .flex_box .item .caption {
    padding: 0 calc((100% - 280px) / 3) 0 calc(100% - (190px + ((100% - 280px) / 3)));
  }
  .cv_area_wrap .flex_box .item .caption div {
    font-size: 18px;
  }
  .cv_area_wrap .flex_box .item .button {
    padding: 15px calc((100% - 280px) / 3) 15px calc(100% - (190px + ((100% - 280px) / 3)));
  }
  .cv_area_wrap .banner {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .pc_view {
    display: none;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contents_wrap {
    padding: 0 15px;
    width: 100%;
  }

  #footer .sitemap,
  #side .left_bnr_wrap,
  .index {
    display: none;
  }

  #header {
    border: none;
  }
  #header > .inner {
    padding: 0;
  }
  #header .head_box {
    margin: 0;
    padding: 12px 15px;
    width: 100%;
  }
  #header .head_box:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
  }
  #header .site_title {
    padding: 0;
    width: 50%;
  }
  #header .logo a {
    padding: 0;
  }
  #header ul {
    float: none;
    width: 100%;
  }
  #header ul li {
    display: block;
    width: 33.33333%;
    height: auto;
  }
  #header ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  #header ul li a > span {
    display: block;
  }
  #header .btn_download {
    margin-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #header .btn_download a {
    padding: 10px 0 14px;
  }
  #header .btn_download a:before {
    display: block;
    margin: 0 auto 17px;
    width: 20px;
    height: 26px;
  }
  #header .btn_contact {
    margin-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #header .btn_contact a {
    padding: 10px 0 5px;
  }
  #header .btn_contact a:before {
    display: block;
    margin: 0 auto 8px;
    width: 25px;
    height: 25px;
  }
  #header .btn_tel {
    display: block;
  }
  #header .btn_tel a {
    padding: 8px 0 5px;
  }
  #header .btn_tel a:before {
    display: block;
    margin: 0 auto 5px;
    width: 22px;
    height: 30px;
  }

  #breadcrumb {
    display: flex;
    order: 2;
    margin-bottom: 0;
  }
  #breadcrumb ul {
    margin: 0 auto 0 0;
    padding: 0 10px;
    width: 100%;
  }

  #main {
    float: none;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  #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;
  }

  /* cv area
  ------------------------------- */
  .cv_area_wrap {
    margin: 20px 0 0;
  }
  .cv_area_wrap .asset_banner {
    padding: 10px 0 0;
    border-width: 1px;
  }
  .cv_area_wrap .asset_banner .thumb {
    top: 45px;
    right: calc((100% - 248px) / 2);
    width: 72px;
    -webkit-transform: none;
    transform: none;
  }
  .cv_area_wrap .asset_banner .caption {
    margin: 0 0 18px;
    padding: 0 calc((100% - 248px) / 2);
    min-height: 80px;
    font-size: 11px;
    line-height: 1.545;
  }
  .cv_area_wrap .asset_banner .caption .lead {
    font-size: 22px;
  }
  .cv_area_wrap .asset_banner .caption .text {
    padding: 0 calc(100% - 160px) 0 0;
  }
  .cv_area_wrap .asset_banner .button {
    padding: 10px calc(100% - (160px + ((100% - 248px) / 2))) 10px calc((100% - 248px) / 2);
  }
  .cv_area_wrap .asset_banner .button .ss_download_btn {
    padding: 6px 12px;
    height: 26px;
    border-radius: 4px;
  }
  .cv_area_wrap .asset_banner .button .ss_download_btn .txt02 {
    padding: 0 24px;
    background-image: url(/img/ss/common/bg_icon_dl_002.png);
    font-size: 12px;
  }
  .cv_area_wrap .flex_box {
    display: block;
    overflow: visible;
  }
  #faq .cv_area_wrap .flex_box {
    display: block;
  }
  .cv_area_wrap .flex_box .item {
    float: none;
    margin: 10px 0 0;
    padding: 16px 0 0;
    width: auto;
    border-width: 1px;
  }
  .cv_area_wrap .flex_box .item .thumb {
    top: 10px;
    right: auto;
    left: 10px;
    width: 50px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .cv_area_wrap .flex_box .item .caption {
    margin: 0 0 16px;
    padding: 0 10px 0 70px;
    min-height: 55px;
    width: auto;
  }
  .cv_area_wrap .flex_box .item .button {
    padding: 10px;
  }
  .cv_area_wrap .flex_box .item .button .ss_download_btn {
    margin: 0 auto;
  }
  .cv_area_wrap .banner {
    margin: 5px 0 0;
  }

  #cv_contact {
    width: 100%;
    height: auto;
    order: 1;
  }
  #cv_contact .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    background: #f3f3f3;
  }
  #cv_contact .fixed_wrapper .inner {
    overflow: visible;
    padding: 0;
    width: auto;
    background-color: #1d1d1c;
  }
  #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;
    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;
  }
  .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%;
  }
  #footer {
    order: 3;
  }
  #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;
  }

  #side {
    float: none;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
  }

  #container .nav_menu .nav_item,
  #container .index_nav .nav_menu .nav_item {
    margin: 0;
    border: none;
  }

  #container #side .nav_menu .nav_item {
    background: none;
  }

  #container .nav_menu .ac_btn,
  #container .nav_menu .ac_btn:hover,
  #container .nav_menu .current .ac_btn,
  #container .nav_menu .opened .ac_btn {
    padding: 11px 33px 10px 13px;
    border-bottom: 1px solid #dedede;
    background: #2c2c2c;
  }

  #container .nav_menu {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }
  #container .nav_menu > ul {
    border: none;
  }
  #container .nav_menu .ac_btn .label {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  #container .index_nav .nav_menu .nav_item.faq {
    margin-top: 10px;
  }
  #container .faq a {
    font-weight: bold;
    font-size: 16px;
  }
  #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 {
    padding: 0;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top: none;
  }
  #container .nav_list li {
    margin: 0;
    padding: 14px 14px 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 1.3334;
  }
  #container .nav_list li:first-child {
    border-top: none;
  }
  #container .nav_list li a {
    line-height: 1.33333;
  }

  /* Container */
  #container {
    padding: 20px 0 0;
  }

  .main_contents p {
    margin: 10px 0;
  }

  /* Top Page */
  #mainvs {
    background: #f3f3f3;
  }
  #mainvs .contents_wrap {
    padding: 0;
    height: auto;
  }
  #mainvs h1 {
    position: relative;
    top: auto;
    left: auto;
    height: 125px;
    background: #fff;
    text-align: center;
  }
  #mainvs h1 img {
    width: auto;
    height: 100%;
  }
  #mainvs .inner {
    position: relative;
    padding: 20px 25px 10px;
    width: auto;
  }
  #mainvs .inner p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.667;
  }
  #mainvs .inner .ss_download_btn {
    max-width: none;
  }
  #mainvs .inner .ss_download_btn .txt02 {
    line-height: 1.5;
  }
  #mainvs .inner .ss_download_btn .txt02 .in_txt2 {
    font-size: 15px;
  }

  .page_home #container {
    padding: 12px 0 0;
  }

  /* Download Page  */
  .download_block .img {
    margin-bottom: 20px;
    width: 100%;
  }

  .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;
    margin-right: 0;
    width: 100%;
  }

  .download_list.last_list {
    margin-bottom: 0;
  }

  /* prt Content Inner */
  .prt_inner {
    padding: 0;
  }

  /* prt Heading */
  .prt_hdg1 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
  }

  .prt_hdg2 {
    margin: 40px 0 10px;
    font-size: 16px;
  }

  .main_contents section:nth-of-type(1) .prt_hdg2 {
    margin-top: 0;
  }

  .prt_hdg3 {
    margin: 30px 0 10px;
    font-size: 16px;
  }

  .prt_hdg4 {
    margin: 20px 0 5px;
    font-size: 16px;
  }

  .prt_hdg5 {
    margin-top: 20px;
  }

  /* prt Text Style */
  .prt_lead {
    font-size: 16px;
  }

  .prt_read_icon {
    text-align: left;
  }

  /* figure */
  .prt_figure:first-child {
    margin-top: 0;
  }
  .prt_figure:last-child {
    margin-bottom: 0;
  }
  .prt_figure .caption {
    margin: 5px 0;
  }
  .prt_figure .caption:first-child {
    margin-top: 0;
  }
  .prt_figure .caption:last-child {
    margin-bottom: 0;
  }

  /* prt Box */
  .prt_box,
  .prt_box_point,
  .prt_box_caution,
  .prt_box_note {
    overflow: visible;
    margin: 10px 0;
    padding: 12px 15px;

  }
  .prt_box i,
  .prt_box_point i,
  .prt_box_caution i,
  .prt_box_note i {
    float: none;
    overflow: hidden;
    margin: 0 -5px 10px;
    width: auto;
  }
  .prt_box .wrap,
  .prt_box_point .wrap,
  .prt_box_caution .wrap,
  .prt_box_note .wrap {
    overflow: visible;
  }

  .prt_box_point i:before,
  .prt_box_note i:before {
    float: right;
    margin: 2px 0 0;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    text-align: left;
    font-size: 16px;
    line-height: 2.5;
  }
  .prt_box_point i:after,
  .prt_box_note i:after {
    float: left;
    width: 40px;
    height: 40px;
    background-size: auto 30px;
  }

  .prt_box_caution i:before {
    float: left;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
  }
  .prt_box_caution i:after {
    float: left;
    margin: 2px 0 0;
    text-align: left;
    font-size: 16px;
    line-height: 2.5;
  }

  .prt_box_img,
  .prt_box_img.fullsize,
  .prt_box_img.noborder {
    padding: 10px;
    border: 1px solid #e9e9e9;
  }

  .prt_inbox {
    text-align: left;
    font-size: 14px;
  }

  /* prt List */
  .prt_list_disc {
    margin: 10px 0;
  }

  /* prt Anchor */
  .prt_anchor {
    padding: 12px 10px 2px;
  }

  .prt_anchor li {
    margin-bottom: 6px;
  }

  /* arrow list */
.prt_arrow li{
  width: 100%;
}

  /* prt Column */
  .prt_flex {
    display: block;
  }

  .prt_2cols .item {
    float: none;
    margin: 20px 0 0;
    width: auto;
  }
  .prt_2cols .item.wide,
  .prt_2cols .item.narrow {
    width: auto;
  }
  .prt_2cols.narrow_left .item {
    margin: 0 0 20px;
  }
  .prt_2cols.narrow_left .item.wide {
    float: none;
  }
  .prt_2cols.narrow_right .item {
    margin: 0 0 20px;
  }
  .prt_2cols.narrow_right .item.narrow {
    float: none;
  }

  .prt_3cols {
    margin: 20px 0;
  }
  .prt_3cols .item {
    float: none;
    margin: 15px 0 0;
    padding: 0;
    width: auto;
  }
  .prt_3cols .item:first-child {
    width: auto;
  }

  /* downlaod button */
  .prt_download_box1 a {
    float: none;
    margin: 30px auto;
  }

  .prt_sect_cv {
    margin: 30px 0 0;
  }

  /* Responsive Table */
  .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.scroll_body thead,
  .prt_rsp_tbl.scroll_body tbody,
  .prt_rsp_tbl tr,
  .prt_rsp_tbl.scroll_body tr,
  .prt_rsp_tbl th,
  .prt_rsp_tbl td {
    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;
  }

  /* Table spmode_text */
  .prt_rsp_tbl.spmode_txt .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;
  }

  /* 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;
    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;
  }

  /* type_02 */
  .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 tr th,
  .prt_rsp_tbl.spmode_txt.type_02 tr td {
    margin: 5px 0 0;
    padding: 0 10px;
    border: none;
    background: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02 .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 .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_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 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_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;
  }

  /* Normal Table */
  .prt_tbl th,
  .prt_tbl td {
    padding: 10px;
  }

  /* Table scroll_body */
  .sp_scroll_body,
  .sp_scroll_body caption,
  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    display: block;
    width: 100%;
    border: none;
  }

  .sp_scroll_body:before {
    display: block;
    clear: both;
    content: "スクロールでご確認いただけます。";
    text-align: right;
    font-size: 14px;
  }

  .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;
    max-height: 315px;
    border-bottom: 1px solid #ccc;
  }

  .sp_scroll_body thead::-webkit-scrollbar,
  .sp_scroll_body tbody::-webkit-scrollbar {
    width: 5px;
  }

  .sp_scroll_body thead::-webkit-scrollbar-track,
  .sp_scroll_body tbody::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .sp_scroll_body thead::-webkit-scrollbar-thumb,
  .sp_scroll_body tbody::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  .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;
  }

  /* Unique Styles Basic */
  .basic_col_01 {
    display: block;
  }
  .basic_col_01 .image {
    margin: 0 0 16px;
    width: auto;
  }
  .basic_col_01 .prt_rsp_tbl {
    width: auto;
  }

  .checkdigit_flow {
    overflow: visible;
  }
  .checkdigit_flow > ol > li:after {
    display: none;
  }
  .checkdigit_flow > ol > li .figure {
    position: static;
    float: none;
    margin: 0 0 10px;
    width: auto;
  }
  .checkdigit_flow > ol > li .figure:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }
  .checkdigit_flow > ol > li .figure .box {
    border-radius: 8px;
  }
  .checkdigit_flow > ol > li .figure .result {
    width: 48%;
  }
  .checkdigit_flow > ol > li .figure .result.pass span,
  .checkdigit_flow > ol > li .figure .result.err span {
    right: auto;
    left: 50%;
    white-space: nowrap;
  }
  .checkdigit_flow > ol > li .figure .result.pass span {
    margin-left: -10px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .checkdigit_flow > ol > li .figure .result.err span {
    margin-left: 10px;
  }
  .checkdigit_flow > ol > li .desc {
    overflow: visible;
  }

  .jan_constitution_cols .item {
    width: auto;
  }
  .jan_constitution_cols .item:first-child {
    width: auto;
  }

  /* Unique Styles principles2d */
  .box_principles2d_01 dt {
    text-align: center;
  }

  .cols_principles2d_01 {
    display: block;
  }
  .cols_principles2d_01 .item {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cols_principles2d_01 .item:first-child {
    margin-bottom: 20px;
  }
  .cols_principles2d_01 .item.item_left {
    text-align: left;
  }
  .cols_principles2d_01.item_3cols_type01 .icon_caret,
  .cols_principles2d_01.item_3cols_type02 .icon_caret,
  .cols_principles2d_01.item_3cols_type03 .icon_caret {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .cols_principles2d_01.item_3cols_type01 .icon_caret:before,
  .cols_principles2d_01.item_3cols_type02 .icon_caret:before,
  .cols_principles2d_01.item_3cols_type03 .icon_caret:before {
    margin: 0;
    border-color: #888 transparent transparent transparent;
  }
  .cols_principles2d_01.item_3cols_type01 .caption,
  .cols_principles2d_01.item_3cols_type02 .caption,
  .cols_principles2d_01.item_3cols_type03 .caption {
    text-align: center;
  }
  .cols_principles2d_01.item_3cols_type02 {
    margin: 0;
  }
  .cols_principles2d_01.item_3cols_type02 .icon_caret:before {
    margin: 0;
    -webkit-transform: none;
    transform: none;
  }
  .cols_principles2d_01.item_3cols_type03 .item {
    text-align: center;
  }
  .cols_principles2d_01.item_3cols_type03 .icon_caret:before {
    margin: 0;
    -webkit-transform: none;
    transform: none;
  }

  .cols_principles2d_02 .caption {
    text-align: center;
  }

  /* basic2d */
  .basic2d_col_micro .item.left,
  .basic2d_col_micro .item.right {
    width: 100%;
  }
  .basic2d_col_micro .item.left {
    text-align: center;
  }
  .basic2d_col_micro .item.right {
    margin: 20px 0 0;
  }

  .readable_col_box .item p {
    margin: 0;
    font-size: 12px;
  }

  .prt_direct_01 .item_direct .prt_box_img {
    margin-top: 0;
  }

  /* Uniq Table styles */
  .prt_rsp_tbl.tbl_basic_03 thead th:first-child,
  .prt_rsp_tbl.tbl_basic_03 tbody th:first-child {
    width: 100%;
  }

  .tbl_basic_04 th,
  .tbl_basic_04 td {
    box-sizing: border-box;
    padding: 5px;
    font-size: 10px;
  }
  .tbl_basic_04 thead th:first-child,
  .tbl_basic_04 tbody th:first-child,
  .tbl_basic_04 thead th:first-child + th,
  .tbl_basic_04 tbody th:first-child + td:not([colspan]),
  .tbl_basic_04 thead th:first-child + th + th,
  .tbl_basic_04 tbody th:first-child + td:not([colspan]) + td:not([colspan]),
  .tbl_basic_04 thead th:first-child + th + th,
  .tbl_basic_04 tbody th:first-child + td:not([colspan]) + td:not([colspan]),
  .tbl_basic_04 thead th:first-child + th + th + th,
  .tbl_basic_04 tbody th:first-child + td:not([colspan]) + td:not([colspan]) + td:not([colspan]) {
    width: 54px;
  }
  .tbl_basic_04 td[colspan="3"] {
    width: 162px;
  }
  .tbl_basic_04 tbody td:last-child {
    font-size: 0;
  }

  .tbl_basic_08 th:first-child {
    width: 100%;
  }

  .tbl_basic_09 th:first-child {
    width: 100%;
  }
  .tbl_basic_09 th:first-child + th {
    width: 100%;
  }

  .prt_rsp_tbl.tbl_basic_11 th:first-child {
    width: 100%;
  }

  .tbl_code128_ai th:first-child,
  .tbl_code128_ai th:first-child + th {
    width: 100%;
  }
  .tbl_code128_ai tbody td:first-child,
  .tbl_code128_ai tbody th + td {
    text-align: left;
  }

  .tbl_principles_01 th:first-child {
    width: 100%;
  }

  .prt_rsp_tbl.spmode_txt.type_02.tbl_principles2d_01 caption {
    background: none;
    color: #282828;
  }

  .tbl_principles2d_01 .sub_data {
    display: inline;
  }

  .tbl_principles2d_02 {
    width: 100%;
  }

  .tbl_basic2d_01.item_basic2d_type03 th {
    width: 100%;
  }
  .tbl_basic2d_01.item_basic2d_type05 tr {
    border: none;
  }
  .tbl_basic2d_01.item_basic2d_type05 th {
    border-right: none;
    background: none;
    color: #282828;
  }
  .tbl_basic2d_01.item_basic2d_type05 td {
    border: none;
    background: none;
  }

  .tbl_correction_level .prt_rsp_tbl {
    margin: 30px 0;
    width: 100%;
  }
  .tbl_correction_level .prt_rsp_tbl:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
  }
  .tbl_correction_level .prt_rsp_tbl tr {
    float: left;
    clear: none;
    margin: 0;
    width: 50%;
  }
  .tbl_correction_level .prt_rsp_tbl tr:last-child {
    border-left: none;
  }

  .tbl_max_input.prt_rsp_tbl tr {
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .tbl_max_input.prt_rsp_tbl tr td:last-child {
    margin-bottom: 20px;
  }

  .prt_tbl_ceramic {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .prt_tbl_ceramic .tbl_principles2d_01 {
    margin-right: 1%;
  }
  .prt_tbl_ceramic .prt_cost_box {
    position: relative;
    display: block;
    justify-content: stretch;
    margin: 95px 0 40px;
    width: 26%;
    background: url(/img/ss/products/autoid/codereader/bg_style_004.png) center repeat-y;
  }
  .prt_tbl_ceramic .prt_cost_box .cost_label,
  .prt_tbl_ceramic .prt_cost_box .cost_1,
  .prt_tbl_ceramic .prt_cost_box .cost_2 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .prt_tbl_ceramic .prt_cost_box .cost_label {
    top: 0;
    margin-top: -70px;
    padding: 6px 0 3px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
  }
  .prt_tbl_ceramic .prt_cost_box .cost_1 {
    top: 0;
    margin-top: -30px;
  }
  .prt_tbl_ceramic .prt_cost_box .cost_1:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin: 22px 0 0;
    width: 6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .prt_tbl_ceramic .prt_cost_box .cost_2 {
    bottom: 0;
    margin-bottom: -30px;
  }
  .prt_tbl_ceramic .prt_cost_box .cost_2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin: 0 0 22px;
    width: 6px;
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .tbl_box_basic2d_02 {
    width: 100%;
  }

  .tbl_box_basic2d_03 .prt_tbl.sp_scroll_body:before {
    display: none;
  }
  .tbl_box_basic2d_03 .prt_tbl.sp_scroll_body caption:after {
    display: block;
    clear: both;
    content: "スクロールでご確認いただけます。";
    text-align: right;
    font-weight: normal;
    font-size: 14px;
  }
  .tbl_box_basic2d_03 .prt_tbl th {
    padding: 1.3%;
    font-size: 13px;
  }
  .tbl_box_basic2d_03 .prt_tbl td {
    padding: 1.3%;
    font-size: 12px;
  }
  .tbl_box_basic2d_03 .prt_tbl .prt_cell_wrap {
    padding: 1.3%;
  }

  .tbl_basic2d_03 caption {
    text-align: left;
    font-weight: bold;
  }
  .tbl_basic2d_03 th {
    padding: 4px 0;
    width: 100%;
    text-align: left;
  }
  .tbl_basic2d_03 td {
    text-align: left;
  }

  .download_list li {
    float: none;
    margin: 0 0 2%;
    width: 100%;
  }
  .download_list li:nth-last-of-type(1) {
    margin: 0 0 0;
  }
  .download_list.list_2cols li {
    margin: 0 0 2%;
    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 a {
    max-width: 160px;
  }
}
@media screen and (max-width: 480px) {
  #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_area_wrap .asset_banner .button .ss_download_btn .txt02 {
    padding-right: 24px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    padding: 10px 5px;
    font-size: 11px;
  }
  #cv_contact .fixed_wrapper .inner li span {
    width: -webkit-calc(100% - 26px);
    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 .img02 img {
    width: 48px;
  }
  .ss_download_btn .img03 img {
    width: 67px;
  }
  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    padding-left: 24px;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    font-size: 12px;
  }
  .ss_download_btn .txt02 {
    padding-right: 60px;
  }
  .ss_download_btn .txt04 {
    padding-right: 77px;
  }
  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }
  .prt_series_btn .label {
    font-size: 12px;
  }
}
