@charset "UTF-8";
/*	reset
-----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  line-height: 1;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*	base
-----------------------------------------*/
body {
  font-size: 88%;
  line-height: 167%;
  color: #333;
  background: #fff;
  font-family:"Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
  min-width: 980px;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

button:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
  color: #06c;
  transition: opacity 0.3s;
}

a:link, a:visited {
  color: #06c;
}

a:hover {
  color: #f00;
  opacity: 0.7;
}

/*	utility
-----------------------------------------*/
.ma0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

/* margin top */
.mt-5 {
  margin-top: -5px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/* margin bottom */
.mb-5 {
  margin-bottom: -5px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.mb-25 {
  margin-bottom: -25px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* margin left */
.ml-5 {
  margin-left: -5px !important;
}

.ml-10 {
  margin-left: -10px !important;
}

.ml-15 {
  margin-left: -15px !important;
}

.ml-20 {
  margin-left: -20px !important;
}

.ml-25 {
  margin-left: -25px !important;
}

.ml-30 {
  margin-left: -30px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* margin right */
.mr-5 {
  margin-right: -5px !important;
}

.mr-10 {
  margin-right: -10px !important;
}

.mr-15 {
  margin-right: -15px !important;
}

.mr-20 {
  margin-right: -20px !important;
}

.mr-25 {
  margin-right: -25px !important;
}

.mr-30 {
  margin-right: -30px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/*	padding
-----------------------------------------*/
.pa0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

/* padding top */
.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

/* padding bottom */
.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding left */
.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* padding right */
.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* width
----------------------------------------*/
.w0 {
  width: 0 !important;
}

.w33 {
  width: 33.33333% !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

/*  text indent
-----------------------------------------*/
.indent1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent2 {
  text-indent: -2em;
  margin-left: 2em;
}

.indent3 {
  text-indent: -3em;
  margin-left: 3em;
}

.indent4 {
  text-indent: -4em;
  margin-left: 4em;
}

.indent5 {
  text-indent: -5em;
  margin-left: 5em;
}

/*  text align
-----------------------------------------*/
.aright {
  text-align: right !important;
}

.acenter {
  text-align: center !important;
}

.aleft {
  text-align: left !important;
}

/* clearfix
-----------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.clear {
  clear: both;
}

/* general setting
------------------------------ */
body {
  min-width: 100%;
}

.wrapper {
  position: relative;
  line-height: 1.6;
  overflow: hidden;
  -webkit-transform: none !important;
  transform: none !important;
}

.wrapper img {
  vertical-align: bottom;
}
.wrapper a {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.contents_wrap {
  width: 980px;
  margin: 0 auto;
}

.contents_wrap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.dl_btn:link,
.dl_btn:visited {
  display: block;
  position: relative;
  padding: 8px 15px 7px 42px;
  border-radius: 5px;
  background: #e60012;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e24140), color-stop(1.00, #cc1717));
  background: -webkit-linear-gradient(#e24140, #cc1717);
  background: -moz-linear-gradient(#e24140, #cc1717);
  background: -ms-linear-gradient(#e24140, #cc1717);
  background: linear-gradient(#e24140, #cc1717);
  color: #fff;
  font-size: 13px;
  line-height: 1.538;
  font-weight: bold;
}

.dl_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 14px;
  height: 19px;
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat center;
  background-size: contain;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* download button
------------------------------- */
.ss_download_btn {
  display: table;
  position: relative;
  background: #e60012;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #cc1717), color-stop(0, #e24140));
  background: -webkit-linear-gradient(#e24140, #cc1717);
  background: -moz-linear-gradient(#e24140, #cc1717);
  background: linear-gradient(#e24140, #cc1717);
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  border-radius: 5px;
}

/* donwload type */
.ss_download_btn.type01,
.ss_download_btn.type02,
.ss_download_btn.type03,
.ss_download_btn.type04,
.ss_download_btn.type05 {
  width: 100%;
  padding: 6px 0 5px;
  text-align: center;
}

.ss_download_btn.type01,
.ss_download_btn.type02 {
  padding-left: 12px;
  padding-right: 12px;
}

.ss_download_btn.type01 {
  max-width: 340px;
  height: 45px;
}

.ss_download_btn.type02 {
  max-width: 380px;
}

.ss_download_btn.type03,
.ss_download_btn.type05 {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.ss_download_btn.type03 {
  table-layout: fixed;
  border-radius: 0;
  background-color: #d92525;
}

.ss_download_btn.type04 {
  max-width: 110px;
  height: 34px;
  padding-left: 4px;
  padding-right: 4px;
  color: #fff;
  font-weight: bold;
}

.ss_download_btn.type05 {
  max-width: 160px;
  border-radius: 0 0 5px 5px;
}

.ss_download_btn.type07 {
  padding: 6px 17px 4px 14px;
  text-align: center;
  height: 31px;
  border-radius: 0;
}

/* download icon */
.ss_download_btn.icon01 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}

.ss_download_btn.icon02 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
  line-height: 1.3;
}

/* download thunmbnail */
.ss_download_btn .img01,
.ss_download_btn .img02,
.ss_download_btn .img03 {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.ss_download_btn .img01 img,
.ss_download_btn .img02 img,
.ss_download_btn .img03 img {
  border: solid 1px #ccc;
}

/* download text */
.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.ss_download_btn .txt05,
.ss_download_btn .txt06 {
  display: table-cell;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.dl_bnt .txt05 {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.2;
}

.ss_download_btn .txt01 {
  padding-right: 60px;
}

.ss_download_btn .txt02 {
  display: table;
  height: 49px;
  padding-right: 50px;
  table-layout: fixed;
}

.ss_download_btn .txt03 {
  padding-right: 77px;
}

.ss_download_btn .txt04 {
  padding-right: 104px;
}

.ss_download_btn .txt05 {
  padding-left: 20px;
  font-size: 12px;
}

.ss_download_btn .txt06 {
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
}

.ss_download_btn .in_txt1,
.ss_download_btn .in_txt2 {
  display: block;
}

.ss_download_btn .in_txt1 {
  font-size: 14px;
}

.ss_download_btn .in_txt3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  width: 100%;
}

/* header
------------------------------- */
#header {
  width: 100%;
  background: url(/img/ss/products/marking/inkjet/bg_style_005.png);
}

#header > .inner {
  width: 980px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

#header .site_title {
  -ms-flex-item-align: center;
  align-self: center;
  order: 1;
  padding: 14px 0;
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}

#header ul {
  display: -ms-flexbox;
  display: flex;
  order: 2;
  margin-left: auto;
}

#header ul li {
  display: -ms-flexbox;
  display: flex;
  width: 198px;
}

#header ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 3px 5px 2px;
  width: 100%;
  min-height: 44px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  text-align: center;
  line-height: 1.25;
}

#header ul li a > span {
  display: none;
}

#header ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -2px;
  transform: translateY(-50%);
}

#header .btn_download {
  margin-right: 5px;
}

#header .btn_download a {
  padding-left: 36px;
  background-color: #e60012;
}

#header .btn_download a:before {
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 24px;
}

#header .btn_contact a {
  padding-left: 42px;
  background-color: #41a147;
}

#header .btn_contact a:before {
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
}

#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 {
  order: 3;
  margin: 15px 0 0 20px;
  font-size: 0;
  text-align: right;
}

#header .logo img {
  max-width: 100%;
  height: auto;
}


/* breadcrumb
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #f0f4f8;
}

#breadcrumb ul {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

#breadcrumb ul li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}

#breadcrumb ul li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 7px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  vertical-align: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#breadcrumb ul li:last-child {
  padding-right: 0;
}

#breadcrumb ul li:last-child:after {
  width: 0;
  height: 0;
  border: 0;
}


/* pager
-------------------------- */
.pager {
  display: table;
  width: 100%;
  height: auto;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  table-layout: fixed;
}

.pager li {
  display: table-cell;
  position: relative;
  width: 50%;
  border-left: 1px solid #e7e7e7;
}

.pager li:first-child {
  border-left: none;
}

.pager li a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  opacity: 1;
}

.pager li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 23px;
  background-repeat: no-repeat;
  background-color: #d92525;
}

.pager li a:hover {
  opacity: 1;
  background-color: #e0f4ff;
}

.pager .prev a {
  padding: 17px 17px 17px 55px;
}

.pager .prev a:before {
  left: 0;
  background-image: url(/img/ss/common/bg_pager_001.png);
  background-position: 3px center;
}

.pager .next a {
  padding: 17px 55px 17px 17px;
  text-align: right;
}

.pager .next a:before {
  right: 0;
  background-image: url(/img/ss/common/bg_pager_002.png);
  background-position: 5px center;
}

.pager li a > strong {
  display: block;
  color: #d92525;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.pager li a > span {
  display: block;
  color: #333;
  font-size: 14px;
}

.back_index {
  margin-bottom: 40px;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}

.back_index a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #333;
}

.back_index a:hover {
  text-decoration: underline;
  opacity: 1;
}

.back_index a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 17px;
  background: #d92525 url(/img/ss/common/bg_pager_003.png) no-repeat center;
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
}


/* cvarea_wrap
------------------------------- */
.cvarea_wrap {
  padding: 30px 0 90px;
  background: url(/img/ss/products/marking/inkjet/bg_style_004.png);
}


/* cv right
------------------------------- */
.cv_right {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 180px;
  margin: 0 0 700px 520px;
  padding: 9px;
  border-radius: 8px;
  background: #333;
}

.cv_right li {
  margin: 8px 0 0;
}
.cv_right li:first-child {
  margin: 0;
}

.cv_right a {
  display: block;
  width: 162px;
  border-radius: 5px;
  box-shadow: 0 0 10px #333;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  opacity: 1;
}

.cv_right figure {
  padding: 1px;
}
.cv_right a:hover figure {
  opacity: 0.8;
}

.cv_right figcaption {
  padding: 10px 0;
  color: #000;
  font-size: 13px;
  line-height: 1.308;
  text-align: center;
}

.cv_right figcaption strong {
  font-weight: bold;
}

.cv_right .thumb {
  position: relative;
  height: 70px;
  background: url(/img/ss/products/marking/inkjet/bg_cv_right_001.png) no-repeat center;
  background-size: cover;
  font-size: 0;
  text-align: center;
}

.cv_right .thumb span {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cv_right .thumb span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 20px rgba(169, 169, 169, 0.3);
  background:-webkit-radial-gradient(40% 80%, ellipse farthest-side,
                                     rgba(169, 169, 169, 0.8) 0,
                                     rgba(169, 169, 169, 0.4) 80%,
                                     rgba(169, 169, 169, 0.2) 100%);

  background:-moz-radial-gradient(40% 80%, ellipse farthest-side,
                                  rgba(169, 169, 169, 0.8) 0,
                                  rgba(169, 169, 169, 0.4) 80%,
                                  rgba(169, 169, 169, 0.2) 100%);

  background:radial-gradient(farthest-side ellipse at 40% 80%,
                             rgba(169, 169, 169, 0.8) 0,
                             rgba(169, 169, 169, 0.4) 80%,
                             rgba(169, 169, 169, 0.2) 100%);

  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: matrix3d(1, 0, 0, 0,
                              -0.5, 0.4, 0, 0,
                              0, 0, 1, 0,
                              0, 0, 0, 1);

  transform: matrix3d(1, 0, 0, 0,
                      -0.5, 0.4, 0, 0,
                      0, 0, 1, 0,
                      0, 0, 0, 1);
}

.cv_right .thumb img {
  position: relative;
  max-width: 85px;
  height: auto;
}
.cv_right .thumb img.cover {
  border: 1px solid #cecece;
}


/* cv contact
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}

#cv_contact .fixed_wrapper {
  background-color: #1d1d1c;
  position: relative;
  width: 100%;
  height: 64px;
  padding: 9px 0 8px;
}

#cv_contact .fixed_wrapper .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

#cv_contact .fixed_wrapper .inner p {
  width: 420px;
}

#cv_contact .fixed_wrapper .inner p img {
  max-width: 100%;
  height: auto;
}

#cv_contact .fixed_wrapper .inner ul {
  width: 465px;
  margin-left: auto;
}

#cv_contact .fixed_wrapper .inner li {
  float: left;
  display: table;
  width: 230px;
  height: 46px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: none;
  -webkit-transition: none;
}

#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  width: 81%;
  width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#cv_contact .fixed_wrapper .inner li:first-child {
  margin: 0;
}

#cv_contact .fixed_wrapper .inner .catalog {
  background: #e60012;
}

#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}

#cv_contact .fixed_wrapper .inner .catalog a i:before {
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
}

#cv_contact .fixed_wrapper .inner .contact {
  background: #41a147;
}

#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -3.8%;
}

#cv_contact .fixed_wrapper .inner .contact a i:before {
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
}

#cv_contact #pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  width: 50px;
  margin: 0 -590px 0 0;
}

#cv_contact #pagetop a {
  display: inline-block;
  background-color: #1d1d1c;
  position: relative;
  width: 51px;
  height: 51px;
  transition: none;
  -webkit-transition: none;
}

#cv_contact #pagetop a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 31.37255%;
  width: 20px;
  height: 20px;
  margin-top: -5px;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#cv_contact #pagetop a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 31.37255%;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  background: #1d1d1c;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}
#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}
#cv_contact.fiexd.hidden .fixed_wrapper {
  display: none;
}
#cv_contact .fixed_wrapper .inner p a {
  padding: 10px 0 10px 30px;
  opacity: 1;
  cursor: default;
}
#cv_contact .fixed_wrapper .inner p a .tel_icon{
  position: relative;
}

#cv_contact .fixed_wrapper .inner p a .tel_icon:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 22px;
  height: 30px;
  background: url(/img/ss/common/bg_icon_tel_001.png) no-repeat center;
  transform: translateY(-50%);
  background-size: contain;
}

/* cv area 01
------------------------------- */
.cvarea_01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 12px 10px 10px;
  font-size: 12px;
  background: #f3f3f3;
  border: solid 2px #fff;
  border-radius: 5px;
}
.cvarea_01_overview {
  -ms-flex-order: 2;
  order: 2;
  box-sizing: border-box;
  max-width: 225px;
  margin-left: 10px;
}
.cvarea_01_overview_ttl {
  margin-bottom: 4px;
}
.cvarea_01_overview_ttl_txt {
  padding: 0 6px;
  font-weight: bold;
  font-size: 13.5px;
  background: #ccc;
}
.cvarea_01_overview.type01 .cvarea_01_overview_ttl_txt {
  padding: 0 13px;
}
.cvarea_01_subtxt {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
}
.cvarea_01_subtxt strong {
  font-weight: bold;
  font-size: 16px;
}
.cvarea_01_detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 15px;
}
.cvarea_01_detail_txt {
  margin-bottom: 7px;
  line-height: 1.45;
}
.cvarea_01_detail_btn_dl .ss_download_btn {
  margin-left: auto;
}
.cvarea_01_detail_btn_dl .ss_download_btn.icon02 > span:first-child {
  background-size: 11px;
}
.cvarea_01_thumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 1;
  order: 1;
  width: 81px;
}
.cvarea_01_thumb img {
  max-width: 100%;
  height: auto;
}
.cvarea_01_thumb_inner {
  width: 100%;
}

.prt_anchor {
  overflow: hidden;
  margin: 30px 0;
}

.prt_anchor li {
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
  width: calc((100% - 20px) / 3);
  background: #fff;
}
.prt_anchor li:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -2px 0 0;
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #d41b1b;
  content: "";
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.prt_anchor li > span {
  display: table;
  width: 100%;
  word-break: break-word;
}
.prt_anchor li > span a {
  display: table-cell;
  padding: 13px 7px 10px 30px;
  border: 1px solid #d41b1b;
  color: #333;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
  opacity: 1;
}
.prt_anchor.type01 {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}
.prt_anchor.type01 li {
  float: none;
  margin-right: 0;
}
.main_contents .prt_anchor li:nth-child(3n) {
  margin-right: 0;
}

/* sitemap
----------------------------- */
.sitemap {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sitemap > .inner {
  width: 980px;
  margin: 0 auto;
}

.sitemap > .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.sitemap .home_link {
  margin-bottom: 18px;
  text-align: left;
}

.sitemap .home_link a {
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.sitemap dl {
  float: left;
  width: 31.33333%;
  margin: 30px 0 0 3%;
}

.sitemap .home_link + dl,
.sitemap .home_link + dl + dl,
.sitemap .home_link + dl + dl + dl {
  margin-top: 0;
}

.sitemap dl:nth-of-type(3n+1) {
  clear: left;
  margin-left: 0;
}

.sitemap dl .sitemap_label {
  padding-left: 0;
  color: #373737;
  font-size: 15px;
}

.sitemap dt {
  margin-bottom: 6px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

.sitemap dd {
  margin: 0 0 5px;
}

.sitemap dd a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
}

.sitemap dd a:hover {
  text-decoration: underline;
  opacity: 1;
}

.sitemap dd a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  margin-top: 5px;
  border-top: 5px solid transparent;
  border-left: 5px solid #d93737;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}


/* copy
------------------------------- */
.copy {
  padding: 20px 0;
}

.copy > .inner {
  width: 980px;
  margin: 0 auto;
}

.copy > .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.copy p {
  float: left;
  width: 60%;
  color: #999;
  font-size: 12px;
}

.copy ul {
  float: right;
  width: 40%;
  text-align: right;
}

.copy ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: solid 1px #ddd;
}

.copy ul li:last-child {
  border-right: none;
}

.copy ul li a {
  color: #999;
  font-size: 12px;
}

.copy ul li a:hover {
  text-decoration: underline;
}


/* main contents
--------------------------------- */
#main {
  float: right;
  width: calc(100% - 260px);
  counter-reset: item_inc;
  margin-top: 20px;
}


/* side contents
--------------------------- */
#side {
  float: left;
  width: 220px;
  padding: 25px 10px 20px;
  background: #ececec;
}

.nav_menu {
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(194, 194, 194, 0.35);
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.nav_menu > ul {
}

.nav_menu .nav_item {
}

.nav_menu .ttl_nav .ac_btn {
  padding: 13px 42px 11px 14px;
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  opacity: 1;
  cursor: pointer;
}

.nav_menu .nav_item:last-child {
  border-bottom: none;
}

.nav_menu .current .ttl_nav .ac_btn {
  background-color: #f3f3f3;
}

.nav_menu .ttl_nav .ac_btn:hover {
  background-color: #f3f3f3;
  opacity: 1;
  transition: none;
  -webkit-transition: none;
}

.nav_menu .ttl_nav .ac_btn .label {
  display: block;
  position: relative;
  color: #333;
  font-weight: bold;
  line-height: 1.357;
}

.nav_menu .ttl_nav .ac_btn .label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -33px;
  width: 18px;
  height: 18px;
  background: url(/img/ss/products/marking/inkjet/bg_style_011.png) no-repeat 98% center;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.nav_menu .opened .ttl_nav .ac_btn .label:after {
  background-image: url(/img/ss/products/marking/inkjet/bg_style_012.png);
}

.nav_menu .nav_desc {
  display: none;
}

.nav_menu .nav_list {
  display: none;
  padding: 10px 0 4px;
  border-bottom: 1px solid #dedede;
}

.nav_menu .nav_list li {
  padding: 0px 10px 6px;
  line-height: 1.286;
}

.nav_menu .nav_list li.info {
  display: none;
  padding: 10px 15px;
  background: none;
}

.nav_menu .nav_list li:last-child {
  margin-bottom: 0;
}

.nav_menu .nav_list li a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #383737;
}

.nav_menu .nav_list li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.nav_menu .nav_list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.24em;
  left: 1px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #d41b1b;
}

.nav_menu .nav_list li .active {
  color: #ef0000;
}

.side_bnr .bnr {
  margin: 10px 0 0;
}

.side_bnr .catalog {
  margin: 20px 0 0;
  padding: 0 10px;
}

.side_bnr .catalog .thumb {
  display: table;
  margin: 0 0 10px;
}

.side_bnr .catalog .thumb div,
.side_bnr .catalog .thumb p {
  display: table-cell;
  vertical-align: middle;
}

.side_bnr .catalog .thumb div {
  padding: 0 10px 0 0;
}

.side_bnr .catalog .thumb div img {
  border: 1px solid #868686;
}

.side_bnr .catalog .thumb p {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
}
.side_bnr.sp_banner{
display:none;
}
.box_bnr_01 p img{
  max-width: 100%;;
}
#mainvs {
  position: relative;
  background-color: #d1d1d7 ;
  z-index: 1;
}

#mainvs .ss_download_btn {
  max-width: 370px;
}

#container {
  width: 100%;
  padding: 35px 0 90px;
  background: url(/img/ss/products/marking/inkjet/bg_style_004.png);
}

.banner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.banner .pc_view {
  display: inline;
}

.download_container {
  position: relative;
  width: 435px;
  padding: 60px 0 40px;
  min-height: 344px;
  z-index: 3;
}

.download_desc {
  margin-bottom: 40px;
  font-size: 18px;
}

.bnr_btn {
  margin-bottom: 35px;
}

.download_list {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px 10px 0;
}

.download_header {
  background-color: #cb0000;
  padding: 16px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.brdr_left {
  border-left: 6px solid #fff;
  padding-left: 15px;
}

.download_list .item_list {
  padding: 30px 0;
}

.download_list .item_list.box_size_01 {
  width: 638px;
  margin: 0 auto;
}

.item_list li {
  float: left;
  display: table;
  width: calc(100% / 3);
  box-sizing: border-box;
  border-right: 1px solid #cbcbcb;
}

.item_list li:last-child {
  border-right: none;
}

.item_list li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.item_list li.col_size_01 {
  width: calc(100% / 2);
}

.item_image {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  padding: 0 10px;
  box-sizing: content-box;
}

.item_list .download_box3 {
  max-width: 118px;
}

.item_image img {
  width: 100%;
  border: 1px solid #ccc;
}

.item_title {
  position: relative;
  display: table-cell;
  padding-right: 8px;
}

.item_title .download_type1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.item_text {
  margin-bottom: 40px;
  display: inline-block;
  word-break: break-all;
  overflow-wrap: break-word;
}

.cv_header {
  padding: 10px 15px;
  background-color: #878787;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}

.download_list .pc_view {
  display: block;
}

.download_list .sp_view {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cv_list .right {
  width: 51.1%;
}

.cv_list .left {
  width: 44.9%;
}

.cv_list .right li {
  float: left;
  margin-right: 8%;
  width: 46%;
}

.cv_list .right li:last-child {
  margin-right: 0;
}

.sitemap dd.link_txt01 {
  padding-top: 30px;
  margin-bottom: 6px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

.sitemap dd.link_txt01 a {
  display: inline-block;
  padding-left: 0;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

.sitemap dd.link_txt01 a:before {
  content: "";
  display: block;
  margin-top: 5px;
  border: none;
}

.cv_list img {
  width: 100%;
}

.clearfix:after {
  display: table;
  clear: both;
  content: '';
}

.nav_list ul {
  padding: 0 4px;
}


/**********************
PARTS PC
**********************/
.prt_h1 {
  padding: 9px 10px 9px 25px;
  color: #fff;
  background: #333;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.prt_h2 {
  margin: 0 0 15px 10px;
  padding: 2px 0 0 8px;
  border-left: 4px solid #d92525;
  font-size: 21px;
  font-weight: bold;
}

.prt_h3,
.prt_h3_no {
  margin-bottom: 15px;
  color: #d92525;
  font-size: 18px;
  font-weight: bold;
}

.prt_h3_no {
  position: relative;
  padding-left: 40px;
  color: #000;
}

.prt_h3_no:before {
  position: absolute;
  top: -2px;
  left: 0;
  padding: 1px 5px;
  background: #a661a4;
  color: #fff;
  margin-right: 5px;
  counter-increment: item_inc;
  content: counter(item_inc);
  margin-bottom: 5px;
  display: inline-block;
}

.prt_bg_01 .prt_h3_no:before {
  background: #d92525;
}

.prt_reset {
  counter-reset:item_inc;
}

.prt_h4 {
  margin-bottom: 15px;
  padding: 7px 15px;
  background: #606060;
  color: #fff;
  font-weight: bold;
}

.prt_h5 {
  font-weight: bold;
  margin-bottom: 15px;
}

.prt_point,
.prt_check {
  margin-bottom: 15px;
  padding: 20px;
  border: 2px dotted #d92525;
}

.prt_point .prt_point_ttl,
.prt_check .prt_check_ttl {
  margin-bottom: 10px;
  color: #d92525;
  font-size: 18px;
  font-weight: bold;
}

.prt_point .prt_point_ttl span,
.prt_check .prt_check_ttl span {
  display: inline-block;
  margin: 0 8px 5px 0;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  background: #d92525;
  vertical-align: middle;
  text-transform: uppercase;
}

.prt_check .prt_check_ttl span {
  text-transform: none;
}

.prt_charmark {
  font-family: serif;
}

.prt_tbl_01 {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
}

.prt_tbl_01.qa_ink {
  table-layout: fixed;
}

.prt_tbl_01 tbody th {
  text-align: center;
  background: #e2e2e2;
  width: 25%;
}

.prt_tbl_01 thead th {
  background: #e2e2e2;
}

.prt_tbl_01.qa_ink thead th:first-child {
  width: 80px;
}
.prt_tbl_01.qa_ink thead th:first-child + th {
  width: 57.1%;
}

.prt_tbl_01.qa_ink tbody th {
  background-color: #f4f1e7;
}

.prt_tbl_01.tbl_pc.qa_ink thead tr th,
.prt_tbl_01.tbl_pc.qa_ink tbody tr th,
.prt_tbl_01.tbl_pc.qa_ink thead tr th:first-child,
.prt_tbl_01.tbl_pc.qa_ink tbody tr th:first-child,
.prt_tbl_01.tbl_pc.qa_ink tbody tr td:first-child {
  width: auto;
}

.prt_tbl_01 th,
.prt_tbl_01 td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.prt_tbl_01.tbl_pc thead tr th {
  width: 43%;
}

.prt_ltdisc {
  list-style: disc outside;
  padding: 0 0 0 1.5em;
}

.prt_ink_tbl ul,
.prt_tbl_01 ul {
  list-style-type: disc;
  padding-left: 20px;
}

.prt_tbl_01.tbl_pc thead tr th:first-child,
.prt_tbl_01.tbl_pc tbody tr th:first-child,
.prt_tbl_01.tbl_pc tbody tr td:first-child {
  width: 16%;
}

.prt_tbl_01.tbl_sp thead tr th:first-child {
  width: 23%;
}

.prt_tbl_01.tbl_sp {
  display: none;
}

.prt_lbl_01 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
  padding: 4px 10px;
  color: #fff;
  background: #e60012;
}

.prt_lbl_02 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
  background: #214ca0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.prt_col:after {
  display: table;
  clear: both;
  content: '';
}

.prt_col.type_02 li.prt_w155 {
  width: 155px;
}

.prt_col.type_02 li.prt_320 {
  width: 320px;
}

.prt_col.type_02 li.prt_350 {
  width: 350px;
}

.prt_col.type_02 li.prt_w155.right {
  float: right;
}

.img.inherit img,
.prt_col .img.inherit img {
  width: inherit;
}

.prt_col {
  position: relative;
  margin-bottom: 20px;
}

.prt_col > li {
  float: left;
  margin-right: 10px;
  margin-bottom: 11px;
}

.prt_col.col_gutter_20 > li {
  margin-right: 20px;
}

.prt_col.type_02 li:nth-child(2n+2),
.prt_col.type_03 li:nth-child(3n+3),
.prt_col.type_04 li:nth-child(4n+4),
.prt_col li:last-child,
.prt_col li.col_gutter_20:last-child {
  margin-right: 0;
}

.prt_col.type_02 > li {
  width: calc((100% - 10px) / 2);
  max-width: 355px;
}

.prt_col.type_03 li {
  width: calc(100% * .33332 - 20px / 3);
  max-width: 233px;
}

.prt_col.type_04 li {
  width: calc((100% - 30px) / 4);
  max-width: 172px;
}

.prt_col.type_02.col_gutter_20 > li {
  width: calc((100% - 20px) / 2);
}

.prt_col.type_03.col_gutter_20 > li {
  width: calc((100% - 40px) / 3);
}

.prt_col.type_04.col_gutter_20 > li {
  width: calc((100% - 60px) / 4);
}

.prt_col .ttl {
  padding: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #6d6f71;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.prt_col .img img {
  width: 100%;
}

.prt_dp_01 {
  padding: 0 20px;
  margin-bottom: 15px;
}

.prt_dp_01.prt_ttlonly li,
.prt_dp_01 dt {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}

.prt_dp_01.prt_ttlonly li:before,
.prt_dp_01 dt:before {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  content: '■';
}

.prt_dp_01.prt_subttlonly li,
.prt_dp_01 dd {
  margin-bottom: 10px;
}

.prt_dp_02 {
  position: relative;
  margin: 0 20px;
  padding-left: 20px;
  font-weight: bold;
}
.prt_dp_02:before {
  content: '■';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}


.item_link > a {
  display: block;
  margin-bottom: 60px;
  color: #333;
  text-decoration: none;
}

.item_link > a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* Sub Page Css */
.prt_mb5 {
  margin-bottom: 5px;
}

.prt_mb10 {
  margin-bottom: 10px;
}

.prt_mb15 {
  margin-bottom: 15px;
}

.prt_mb20 {
  margin-bottom: 20px;
}

.prt_mb25 {
  margin-bottom: 25px;
}

.prt_mb30 {
  margin-bottom: 30px;
}

.prt_mb35 {
  margin-bottom: 35px;
}

.prt_mb40 {
  margin-bottom: 40px;
}

.prt_mb45 {
  margin-bottom: 45px;
}

.prt_mb50 {
  margin-bottom: 50px;
}

.prt_mb55 {
  margin-bottom: 55px;
}
.prt_mb60 {
  margin-bottom: 60px;
}

.prt_ctr {
  margin-left: auto;
  margin-right: auto;
}

.prt_caption {
  font-size: 10.5px;
}

.prt_imgres img {
  width: 100%;
}

#main.download {
  float: none;
  width: 100%;
}

.download .prt_col.type_02 li {
  width: calc((100% - 10px) / 2);
  max-width: inherit;
  border: 1px solid #ccc;
}

.download .prt_col.type_02 li .col {
  padding: 20px;
}

.download .prt_col.type_03 li {
  width: 320px;
  width: calc(100% * .33332 - 20px / 3);
  max-width: inherit;
  border: 1px solid #ccc;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

.download .prt_col.type_03 li .col {
  padding: 20px;
  position: relative;
}

.download .prt_col.type_03 li .col img {
  border: 1px solid #ccc;
}

.prt_btnbox {
  padding: 20px;
  background-color: #f2efed;
}

.prt_btnbox > .inner {
  width: 170px;
  margin: 0 auto;
}

.prt_btnbox.type03 {
  padding: 20px 20px 10px;
}

.prt_ralign {
  text-align: right;
}

.prt_tbl_03.prt_tblsymbol01 td.triangle,
.prt_tbl_03.prt_tblsymbol02 td,
.prt_tbl_03.prt_tblsymbol01 td {
  background: #f9f9f9;
  font-size: 55px;
}

.prt_tbl_03.prt_tblsymbol02 th {
  background-color: #d7eaf3;
}

.prt_tbl_03.prt_tblsymbol02 th,
.prt_tbl_03.prt_tblsymbol01 th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
}

.prt_trgtblnk {
  background: url(/img/ss/products/marking/inkjet/bg_style_003.gif) right 0.2em no-repeat;
  padding-right: 15px;
}

.inside_box {
  padding-left: 20px;
  padding-right: 20px;
}

.bg_gray {
  background: #efefef;
}

.col:after {
  display: table;
  clear: both;
  content: '';
}

.prt_tbl_01 th.prt_bgpnk {
  background: #ffeaea;
  text-align: left;
}

.prt_tbl_01 th.prt_bgblu {
  background: #eaefff;
  text-align: left;
}

.prt_bg_01 .prt_lbl_01.prt_ml0 {
  margin-left: 0;
}

.prt_c {
  text-align: center;
}

.prt_r {
  text-align: right;
}

.prt_bold {
  font-weight: bold;
}

.img img {
  width: 100%;
}

.prt_bg_01.prt_p0 li.prt_mb0,
.prt_mb0 {
  margin-bottom: 0;
}

.prt_bg_01.prt_p0,
.prt_p0 {
  padding: 0;
}

.prt_bg_01.prt_p15,
.prt_p15 {
  padding: 15px;
}

.prt_pr10 {
  padding-right: 10px;
}

.prt_pl10 {
  padding-left: 10px;
}

.prt_border {
  padding-bottom: 15px;
  border-bottom: 1px solid #737373;
  margin-bottom: 15px;
}

.ttl_01 {
  font-size: 18px;
  font-weight: bold;
  background: url(/img/ss/products/marking/inkjet/bg_style_001.jpg) no-repeat center left;
  padding: 10px 0 10px 65px;
  margin-bottom: 10px;
}

.ttl_02 {
  font-size: 18px;
  font-weight: bold;
  background: url(/img/ss/products/marking/inkjet/bg_style_002.jpg) no-repeat center left;
  padding: 10px 0 10px 65px;
  margin-bottom: 10px;
}

.font_red {
  color: #d92525;
}

.font_brown {
  font-size: 20px;
  color: #6e412c;
  font-weight: bold;
}

.font_blue {
  font-size: 20px;
  color: #0069b9;
  font-weight: bold;
}

.prt_fs12 {
  font-size: 12px;
}

.prt_fs14 {
  font-size: 14px;
}

.prt_fs19 {
  font-size: 19px;
}

.prt_fs18 {
  font-size: 18px;
}

.prt_fs24 {
  font-size: 24px;
}

.prt_tbl_02,
.prt_tbl_03 {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.prt_tbl_02 th {
  text-align: center;
  width: 50%;
  background: #e2e2e2;
}

.prt_tbl_02 th, .prt_tbl_02 td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.prt_tbl_02 td {
  background: #f9f9f9;
}

.prt_tbl_02 th.prt_th_blue {
  background: #d7eaf3;
}

.prt_tbl_03 {
  width: 100%;
}

.prt_tbl_03 th, .prt_tbl_03 td {
  border: 1px solid #000;
  vertical-align: middle;
}

.prt_tbl_03 th {
  font-size: 10px;
  width: 25%;
  text-align: center;
}

.prt_tbl_03 td {
  font-size: 25px;
  vertical-align: middle;
  text-align: center;
}

.prt_tbl_03 td.triangle {
  background: #d0bdae;
  color: #6c3a2f;
  font-weight: bold;
}

.prt_tbl_03 td.circle {
  color: #0069b9;
  font-weight: bold;
  font-family:"Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.prt_arrw {
  position: relative;
}

.prt_arrw:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: -30px;
  border-top: 15px solid transparent;
  border-left: 15px solid #78acd3;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.prt_dotted {
  margin-bottom: 15px;
  padding: 20px;
  border: 2px dotted #5173b4;
}

.prt_solid_gray {
  border: 1px solid #ccc;
  padding-top: 15px;
}

.prt_bg_01 {
  background: #f1f1f1;
  padding: 18px 20px;
}

.prt_bg_02 {
  background: #fff;
  padding: 20px;
}

.prt_bg_03 {
  background: #e6e6e6;
  padding: 20px;
}

.prt_box_01 {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

.prt_box_inner {
  padding: 10px 40px;
}

.prt_lbl_03 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px 20px 0;
  background: #214ca0;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}

.prt_list_01 li {
  font-size: 24px;
}

.prt_list_01 span {
  font-weight: bold;
  margin-right: 40px;
}

.prt_list_02 li {
  display: table;
  width: 100%;
  font-size: 16px;
}

.prt_list_02 li > span {
  display: table-cell;
}

.prt_list_02 .prt_number,
.prt_list_02 .prt_percent {
  padding-right: 8px;
  width: 50px;
}

.prt_list_02 .prt_number {
  width: 55px;
  font-weight: bold;
}

.prt_list_03 li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 36px;
}

.prt_list_03 li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  padding: 1px 5px;
  background: #214ca0;
  color: #fff;
  margin-right: 5px;
  counter-increment: item_inc;
  content: counter(item_inc);
}

.prt_cvthumb {
  border: 1px solid #ccc;
}

.prt_dll_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
}
.prt_dll_bottom .ss_download_btn {
  width: 100%;
  max-width: none;
}

.col_20_r {
  width: 20%;
  float: right;
}

.col_30_r {
  float: right;
  width: 30%;
  padding-left: 10px;
}

.col_37_r {
  float: right;
  width: 37%;
}

.col_40_r {
  width: 40%;
  float: right;
}

.col_55_r {
  float: right;
  width: 55%;
}

.col_60_r {
  width: 60%;
  float: right;
}

.col_65_r {
  width: 65%;
  float: right;
}

.col_70_r {
  float: right;
  width: 70%;
}

.col_75_r {
  float: right;
  width: 75%;
}

.col_190_r {
  float: right;
  width: calc(100% - 210px);
}

.col_320_r {
  float: right;
  width: calc(100% - 340px);
}

.col_30_l {
  float: left;
  width: 30%;
  padding-right: 10px;
}

.col_35_l {
  width: 35%;
  float: left;
}

.col_40_l {
  width: 40%;
  float: left;
}

.col_45_l {
  width: 45%;
  float: left;
}

.col_60_l {
  width: 60%;
  float: left;
  padding-right: 10px;
}

.col_70_l {
  float: left;
  width: 70%;
}

.col_80_l {
  width: 80%;
  float: left;
  padding-right: 10px;
}

.col_190_l {
  width: 100%;
  max-width: 190px;
  float: left;
}

.col_320_l {
  width: 100%;
  max-width: 320px;
  float: left;
}

.prt_pr0 {
  padding-right: 0;
}

.prt_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 15px;
  border-bottom: 1px solid #737373;
  margin-bottom: 15px;
}

.col_320_l.img img {
  width: 100%;
}

.prt_subttl {
  font-size: 12px;
}

.download .prt_col.type_03.prt_tribtn li,
.download .prt_btnbox.type03 .prt_col.type_03.prt_tribtn li {
  float: left;
  width: auto;
  border: none;
  margin: 0 7px 10px 0;
}

.download .prt_col.type_03.prt_tribtn li:last-child {
  margin-bottom: 0;
}

.download .prt_col.type_03.prt_tribtn li .ss_download_btn.type03 {
  width: auto;
}

.prt_col.prt_tribtn {
  margin-bottom: 0;
}

.download .col_60_r {
  width: 60%;
  float: right;
}

.download .col_35_l {
  width: 35%;
  float: left;
}

.download .col_30_l {
  width: 30%;
  float: left;
}

.download .col_30h_l {
  width: 28.8%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.download .col_65_r {
  width: 65%;
  float: right;
  min-height: 90px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.prt_ctlttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.bg_white {
  background: #fff;
}

.prt_tbltwocol.prt_tbl_01 th {
  background: #e2e2e2;
}

.prt_tbltwocol.prt_tbl_01 td {
  background: #f9f9f9;
}

.prt_posrel {
  position: relative;
}

.prt_arrwdwn:after {
  content: "";
  display: block;
  position: absolute;
  top: 81%;
  bottom: 7%;
  right: 50%;
  left: 50%;
  margin-top: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #78acd3;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.prt_arrwdwnbg {
  padding-bottom: 50px;
  position: relative;
}

.prt_arrwdwnbg:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  border-top: 30px solid #78acd3;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  transform: translateX(-50%);
}

.prt_pb30 {
  padding-bottom: 30px;
}

.prt_tbltwocol.prt_tbl_01 th.bg_blue {
  background-color: #d7eaf3;
}

.prt_rndlist li {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 50px;
}

.prt_tbl_01.prt_tdwhite td {
  background: #f9f9f9;
}

.prt_li_box .prt_li_col:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.prt_li_box li {
  position: relative;
  margin-bottom: 48px;
  padding: 7px 10px 7px 20px;
  border: 1px solid #94999b;
  border-radius: 7px;
}

.prt_li_box .prt_li_txt {
  float: right;
  width: 70%;
  padding: 7px 0 7px 20px;
  border-left: 1px solid #94999b;
}

.prt_li_box .prt_li_ttl {
  position: relative;
  float: left;
  width: 30%;
  padding: 7px 7px 7px 36px;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.prt_li_box .prt_li_ttl span {
  position: absolute;
  top: 6px;
  left: 0;
  margin-right: 5px;
  padding: 1px 5px 0;
  color: #fff;
}

.prt_li_box .prt_li_ttl .prt_c_green {
  background: #6eb92b;
}

.prt_li_box .prt_li_ttl .prt_c_orange {
  background: #f08200;
}

.prt_arrow {
  position: relative;
}

.prt_arrow:before {
  content: "";
  display: block;
  width: 38px;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-right: 8px solid #adb3b5;
}

.prt_arrow:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 8px solid #adb3b5;
  border-right: 8px solid #adb3b5;
}

.prt_column:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.prt_li_box .prt_arrow01:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  border-top: 20px solid #adb3b5;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

.prt_column_r {
  float: right;
  width: 48%;
}

.prt_ink_tbl {
  border-collapse: collapse;
}

.prt_ink_tbl th,
.prt_ink_tbl td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  vertical-align: middle;
}

.prt_ink_tbl .num {
  width: 15%;
  font-weight: bold;
}

.prt_ink_tbl .name {
  width: 25%;
  font-weight: bold;
}

.prt_ink_tbl .details {
  width: 60%
}

.prt_ink_tbl .list {
  width: 85%
}

.prt_ink_tbl .num_brown {
  background-color: #231815;
  color: #fff;
}

.prt_ink_tbl .num_green {
  background-color: #008942;
  color: #fff;
}

.prt_ink_tbl .num_blue {
  background-color: #014099;
  color: #fff;
}

.prt_ink_tbl .num_orange {
  background-color: #e39300;
  color: #fff;
}

.prt_ink_tbl .num_orange01 {
  background-color: #f08300;
  color: #000;
}

.prt_ink_tbl .num_yellow {
  background-color: #fac234;
  color: #000;
}

.prt_ink_tbl .num_light_blue {
  background-color: #6ecff6;
  color: #000;
}

.prt_col_ink:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.prt_col_ink_l {
  float: left;
  width: 61%;
}

.prt_col_ink_r img {
  width: 100%;
}

.prt_col_ink_r {
  float: right;
  width: 38%;
}

.prt_col_ink_title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

.w100p {
  width: 100%;
}

.prt_table_c {
  text-align: center;
  vertical-align: middle;
}

.prt_tbl_01 td {
  background: #fff;
}

.prt_lh_01 {
    line-height: 1.4;
}


/* display view */
.pc_view {
  display: block;
}

.sp_view {
  display: none;
}

.prt_bg_04 {
  padding: 18px 20px;
  background: #eef4f7;
}

.prt_tblcell.prt_col > li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  float: none;
}

.prt_tblcell > li:last-child {
  text-align: center;
}

.prt_tblcell {
  display: table;
  width: 100%;
}

.prt_tblcell .img img {
  width: auto;
}

.prt_imgauto.img img {
  width: auto;
}

.prt_descprod.prt_col.type_02 > li:first-child {
  width: 47%;
}

.prt_descprod.prt_col.type_02 > li:last-child {
  width: 51%;
}

.prt_col.type_02 > li.col_178 {
  width: 178px;
}

.prt_col.type_02 > li.col_178.prt_mr43 {
  margin-right: 43px;
}

.prt_pl20 {
  padding-left: 20px;
}

.prt_order_list {
  list-style: decimal outside;
  padding-left: 1.5em;
}


/* RWD table
------------------------------- */
.prt_tbl_01.qa_ink.tbl_pc {
  table-layout: auto;
}

.prt_rsp_tbl {
  table-layout: fixed;
  width: 100%;
  margin: 15px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.prt_rsp_tbl th,
.prt_rsp_tbl td {
  padding: 10px 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.prt_rsp_tbl th {
  background: #f9f9f9;
}
.prt_rsp_tbl td {
  background: #fff;
}

.prt_rsp_tbl  ul {
  list-style: disc;
  padding: 0 0 0 20px;
}

/* RWD table style1 */
.tbl_style_01 th,
.tbl_style_01 td {
  font-weight: normal;
}
.tbl_style_01 th {
  text-align: center;
}
.tbl_style_01 thead th:first-child {
  width: 160px;
}

/* RWD table style2 */
.tbl_style_02 th,
.tbl_style_02 td {
  text-align: center;
}
.tbl_style_02 th {
  background: #e2e2e2;
}
.tbl_style_02 td {
  background: #fff;
}

/* RWD table style3 */
.tbl_style_03 {
  margin-bottom: 0;
}
.tbl_style_03 th {
  text-align: left;
  background: #e2e2e2;
}
.tbl_style_03 thead th {
  text-align: center;
}
.tbl_style_03 thead th:first-child {
  width: 235px;
}
.tbl_style_03 td {
  background: #fff;
}

/* RWD table style4 */
.tbl_style_04 {
  text-align: left;
}
.tbl_style_04 th {
  width: 180px;
}
.tbl_style_04 td {
  background: #fff;
}

/* RWD table background */
.prt_rsp_tbl th.gray,
.prt_rsp_tbl .gray:before {
  background: #e2e2e2;
}
.prt_rsp_tbl th.pink,
.prt_rsp_tbl th.pink:before {
  background: #ffeaea;
}
.prt_rsp_tbl th.blue,
.prt_rsp_tbl .blue:before {
  background: #eaefff;
}
.prt_rsp_tbl th.lblue,
.prt_rsp_tbl .lblue:before {
  background: #d7eaf3;
}

/* Introduction area style */
.prt_intro {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #d1d1d7;
}
.prt_intro_inner {
  padding: 20px 30px;
}
.prt_intro_lead {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  width: 425px;
}
.prt_intro_lead_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 260px;
  padding: 20px 0;
}
.prt_intro_lead_text {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.45;
  line-height: 1.5;
  text-shadow: 0 0 7px rgba(165, 184, 210, .7);
}
.prt_intro_visual {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 576px;
}
.prt_intro_visual img {
  height: auto;
}
.prt_intro .cvarea_01:last-child {
  margin-bottom: 0;
}

/* media screen
------------------------------- */
@media screen and (max-width: 1380px) {
  .cv_right a:hover {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }
}

@media screen and (min-width: 641px) {
  .index_nav .nav_menu {
    margin: 0;
    box-shadow: none;
    background: none;
    overflow: hidden;
  }

  .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%;
  }

  .index_nav .nav_menu .nav_item {
    float: left;
    width: 480px;
    margin: 0 20px 20px 0;
    padding: 10px 10px 13px;
    border: none;
    background: #fff;
  }

  .index_nav .nav_menu .nav_item:nth-child(even) {
    margin-right: 0;
  }

  .index_nav .nav_menu .ttl_nav {
    display: table;
    width: 100%;
  }

  .index_nav .nav_menu .ttl_nav .ac_btn {
    display: table-cell;
    position: relative;
    padding: 13px 12px 10px 80px;
    border-radius: 6px 6px 0 0;
    background: #393939;
    vertical-align: middle;
    cursor: auto;
  }

  .index_nav .nav_menu .ttl_nav .ac_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    width: 65px;
    height: 65px;
    margin: -1px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }

  .index_nav .nav_menu .ttl_nav.nav_icon01 .ac_btn:after {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_006.png);
  }

  .index_nav .nav_menu .ttl_nav.nav_icon02 .ac_btn:after {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_007.png);
  }

  .index_nav .nav_menu .ttl_nav.nav_icon03 .ac_btn:after {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_008.png);
  }

  .index_nav .nav_menu .ttl_nav.nav_icon04 .ac_btn:after {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_009.png);
  }

  .index_nav .nav_menu .ttl_nav.nav_icon05 .ac_btn:after {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_010.png);
  }

  .index_nav .nav_menu .ttl_nav .ac_btn .label {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }

  .index_nav .nav_menu .ttl_nav .ac_btn .label:after {
    display: none;
  }

  .index_nav .nav_menu .nav_list {
    display: block !important;
    height: auto !important;
    padding: 10px 10px 0 !important;
    border-bottom: none;
  }

  .index_nav .nav_menu .nav_desc {
    display: block;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .index_nav .nav_menu .nav_list li {
    padding: 6px 0;
    font-size: 16px;
  }

  .index_nav .nav_menu .nav_list li a {
    text-decoration: none;
  }

  .index_nav .nav_menu .nav_list li a:hover {
    text-decoration: underline;
    opacity: 1;
  }

  .index_nav .side_bnr {
    display: none;
  }

  .prt_rsp_tbl .rng_for_sp {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  img {
    max-width: 100%;
    height: auto;
  }

  #header > .inner {
    width: 100%;
    padding: 0 5px;
  }

  #header .site_title {
    width: 24.4898%;
  }

  #header .site_title img {
    width: 100%;
    height: auto;
  }

  #breadcrumb ul, .contents_wrap, .copy > .inner {
    width: 100%;
    padding: 0 5px;
  }

  #cv_contact {
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner {
    width: 100%;
    padding: 0 5px;
  }

  #cv_contact .fixed_wrapper .inner p {
    width: 42.85714%;
  }

  #cv_contact #pagetop {
    right: 0;
    margin-right: 0;
  }

  .sitemap > .inner {
    width: 100%;
    padding: 30px 5px;
  }

  .index_nav .nav_menu .nav_item {
    width: 49%;
    margin-right: 2%;
  }

  .banner {
    left: 0;
    transform: none;
  }

  .download_container {
    width: 400px;
  }

  .prt_col.type_02 > li.col_178.prt_mr43 {
    margin-right: 10px;
  }

  .prt_col.type_02 > li.col_178,
  .prt_col.type_02 li.prt_320,
  .prt_col.type_02 li.prt_350,
  .prt_col.type_02 li.prt_w155 {
    width: calc((100% - 10px) / 2);
  }

  .download_desc {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .item_list li {
    width: calc(100% / 3);
  }

  .item_list li.col_size_01 {
    width: calc(100% / 2);
  }

  .download_box3 {
    width: 90%;
  }

  .download .prt_col.type_03.prt_btnsp li {
    width: 100%;
    float: none;
  }

  .prt_btnsp .download_box6 {
    margin: 0 auto;
  }

  .col_190_l {
    width: 26.9%;
  }

  .col_190_r {
    width: calc(100% - (26.9% + 20px));
  }

  .col_320_l {
    width: 44.5%;
  }

  .col_320_r {
    width: calc(100% - (44.5% + 20px));
  }

  .prt_intro_inner {
    min-height: 0;
    padding: 10px;
  }
  .prt_intro_lead {
    width: calc(400vw * 100 / 979);
    padding: 5px 0;
  }
  .prt_intro_lead_text {
    font-size: 16px;
  }
  .prt_intro .prt_intro_visual {
    width: calc(555vw * 100 / 979);
  }
}

@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;
  }

  .cvarea_01 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cvarea_01_thumb {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  .cvarea_01_overview {
    max-width: none;
    margin-bottom: 3px;
    margin-left: 0;
  }
  .cvarea_01_overview_ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .cvarea_01_overview_ttl_txt {
    display: inline-block;
  }
  .cvarea_01_subtxt {
    font-size: 14px;
    line-height: 1.3;
  }
  .cvarea_01_subtxt strong {
    font-size: 16px;
  }
  .cvarea_01_detail {
    -ms-flex: none;
    flex: none;
    margin: 0;
    font-size: 14px;
  }
  .cvarea_01_detail_txt {
    line-height: 1.4;
  }
  .cvarea_01_thumb {
    width: 100%;
  }
  .cvarea_01_thumb_inner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0;
    max-width: 110px;
    margin: 0 auto;
  }
  .cvarea_01_thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0;
  }
  .ss_download_btn.type07 {
    width: 100%;
    padding: 12px 17px 12px 14px;
  }
  .ss_download_btn .txt06 {
    font-size: 16px;
  }
}

@media screen and (max-width: 865px) and (min-width: 769px) {
  .index_nav .nav_menu .ttl_nav .ac_btn .label {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  #header .logo {
    width: 83px;
    margin-right: 13px;
  }

  #header ul {
    width: 338px;
  }

  #header ul li {
    width: 170px;
  }

  #header ul li a {
    font-size: 12px;
  }

  #header .btn_download a:before {
    width: 18px;
    height: 24px;
    margin: 0 11px 0 0;
  }

  #header .btn_contact a:before {
    width: 20px;
    height: 20px;
    margin: -4px 4px 0 0;
  }

  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 345px;
  }

  #cv_contact .fixed_wrapper .inner li {
    width: 170px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 12px;
  }

  .index_nav .nav_menu .nav_item {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .item_list li {
    position: relative;
    width: 50%;
    margin-bottom: 20px;
  }

  .item_list .download_box3 {
    width: 96%;
    max-width: inherit;
  }

  .item_list li:nth-child(even) {
    border: none;
  }

  .item_list li:after {
    position: absolute;
    content: " ";
    top: -10px;
    left: 9px;
    width: 95%;
    border-top: 1px solid #cbcbcb;
  }

  .item_list li:nth-child(-n+2) {
    position: static;
  }

  .item_list li:nth-child(2n+1) {
    clear: left;
  }

  .item_list li .item_image {
    width: 91px;
  }

  .download_list .pc_view {
    display: none;
  }

  .download_list .sp_view {
    display: block;
  }

  .ss_download_btn .txt06 {
    font-size: 16px;
  }
  .prt_intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prt_intro_lead {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .prt_intro_lead_inner {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
  .prt_intro_lead_inner_text {
    width: 100%;
    text-shadow: none;
  }
  .prt_intro .prt_intro_visual {
    position: static;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0 auto;
  }
  .cvarea_01_detail {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .pc_view,
  .tbl_pc_view {
    display: none;
  }

  .sp_view {
    display: block;
  }

  .prt_col.type_02 > li.col_178.prt_mr43 {
    margin-right: 0;
  }

  .prt_tbl_03 {
    table-layout: fixed;
  }

  .prt_li_box .prt_li_ttl {
    float: none;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #94999b;
  }

  .prt_li_box .prt_li_txt {
    float: none;
    width: 100%;
    padding: 7px;
    border-left: none;
  }

  .prt_li_box li {
    padding: 7px 10px;
  }

  .prt_bg_01 p.prt_r {
    text-align: left;
  }

  .contents_wrap {
    width: 100%;
    padding: 0 15px;
  }

  .prt_col.type_02 li.prt_w155.right {
    float: none;
  }

  .prt_col.type_02 li.prt_320,
  .prt_col.type_02 li.prt_350,
  .prt_col .img.inherit img,
  .prt_col.type_02 li.prt_w155 {
    width: 100%;
  }

  .ss_download_btn .txt02 {
    min-height: 49px;
  }

  .ss_download_btn .txt02 > * {
    margin-bottom: 0;
  }

  #header > .inner {
    padding: 0;
  }

  #header .site_title,
  #header .logo {
    padding: 12px 15px;
  }

  #header .site_title {
    width: 50%;
  }

  #header .logo {
    -ms-flex-item-align: center;
    align-self: center;
    order: 2;
    width: 50%;
    margin: 0;
  }

  #header .logo a {
    padding: 0;
  }

  #header ul {
    order: 3;
    width: 100%;
  }

  #header ul li {
    width: 33.33333%;
    height: auto;
  }

  #header ul li a {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    text-align: center;
    border-radius: 0;
  }

  #header ul li a:before {
    top: 10px;
    left: 50%;
    font-size: 14px;
    transform: translateX(-50%);
  }

  #header .btn_download {
    margin-right: 0;
  }

  #header .btn_download a,
  #header .btn_contact a,
  #header .btn_tel a {
  padding: 42px 5px 8px;
  }

  #header .btn_download a:before {
    display: block;
    width: 20px;
    height: 26px;
  }

  #header .btn_contact {
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-right: 0;
  }

  #header .btn_contact a:before {
    display: block;
    width: 24px;
    height: 24px;
  }

  #header .btn_tel {
    display: -ms-flexbox;
    display: flex;
  }

  #header .btn_tel a:before {
    width: 22px;
    height: 30px;
  }

  #breadcrumb, .index, .sitemap {
    display: none;
  }

  .pager li  a:before {
    top: 8px;
    bottom: 8px;
    width: 30px;
  }

  .pager .prev a {
    padding: 6px 4px 10px 58px;
  }

  .pager .prev a:before {
    background-image: url(/img/ss/common/bg_pager_sp_001.png);
    background-position: center;
  }

  .pager .next a {
    padding: 6px 58px 10px 4px;
  }

  .pager .next a:before {
    background-image: url(/img/ss/common/bg_pager_sp_002.png);
    background-position: center;
  }

  .pager li a > span {
    font-size: 8px;
    font-weight: bold;
  }

  .pager li a > strong {
    font-size: 16px;
    line-height: 1.5;
  }

  #cv_contact {
    width: 100%;
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    position: relative;
    width: 100%;
    background: none;
    padding: 0;
  }

  #cv_contact .fixed_wrapper .inner {
    display: block;
    width: auto;
    background-color: #1d1d1c;
    padding: 0;
    overflow: visible;
  }

  #cv_contact .fixed_wrapper .inner p {
    width: 100%;
    text-align: center;
  }

  #cv_contact .fixed_wrapper .inner p a {
    display: block;
    padding: 3.5% 0 3.5%;
  }

  #cv_contact .fixed_wrapper .inner p a .tel_icon{
    display: block;
    width: 25%;
    margin: 0 auto;
  }

  #cv_contact .fixed_wrapper .inner p a .tel_icon:before {
    left: -60px;
  }

  #cv_contact .fixed_wrapper .inner p img {
    vertical-align: middle;
  }

  #cv_contact .fixed_wrapper .inner ul {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  #cv_contact .fixed_wrapper .inner li {
    float: left;
    display: table;
    width: 50%;
    height: auto;
    margin: 0;
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 14px;
    padding: 12px 8px;
  }

  #cv_contact #pagetop {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: 60px;
    margin: 0;
    background: none;
  }

  #cv_contact #pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    width: 40px;
    height: 40px;
  }

  #cv_contact #pagetop a:before {
    width: 16px;
    height: 16px;
    margin-top: -4px;
  }

  #cv_contact #pagetop a:after {
    width: 16px;
    height: 16px;
  }

  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }

  #cv_contact.fixed.hidden .fixed_wrapper #pagetop a {
    display: none;
  }

  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }

  #cv_contact.fixed .fixed_wrapper #pagetop a {
    position: fixed;
  }

  .copy {
    padding: 12px 0;
  }

  .copy > .inner {
    width: 100%;
  }

  .copy p, .copy ul {
    float: none;
    width: 100%;
    text-align: center;
  }

  .copy ul {
    margin-bottom: 5px;
  }

  .copy ul li a {
    font-weight: bold;
  }

  #main {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  #side {
    float: none;
    width: 100%;
    padding: 0;
    background: none;
  }

  .nav_menu {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }

  .nav_menu > ul {
    border: none;
  }

  .nav_menu .nav_item,
  .index_nav .nav_menu .nav_item {
    margin: 0;
  }

  .nav_menu .ttl_nav .ac_btn,
  .nav_menu .current .ttl_nav .ac_btn {
    padding: 30px 68px 27px 90px;
    background-color: #292929;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 65px;
  }

  .nav_menu .ttl_nav .ac_btn:hover,
  .nav_menu .opened .ttl_nav .ac_btn {
    background-color: #292929;
  }

  .nav_menu .ttl_nav.nav_icon01 .ac_btn {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_006.png);
  }

  .nav_menu .ttl_nav.nav_icon02 .ac_btn {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_007.png);
  }

  .nav_menu .ttl_nav.nav_icon03 .ac_btn {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_008.png);
  }

  .nav_menu .ttl_nav.nav_icon04 .ac_btn {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_009.png);
  }

  .nav_menu .ttl_nav.nav_icon05 .ac_btn {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_010.png);
  }

  .nav_menu .ttl_nav .ac_btn .label {
    color: #fff;
    font-size: 22px;
    line-height: 1.333;
  }

  .nav_menu .ttl_nav .ac_btn .label:after {
    right: -48px;
    width: 44px;
    height: 44px;
    background-image: url(/img/ss/products/marking/inkjet/bg_style_013.png);
  }

  .nav_menu .opened .ttl_nav .ac_btn .label:after {
    background-image: url(/img/ss/products/marking/inkjet/bg_style_014.png);
  }

  .nav_menu .nav_list {
    display: none;
    padding: 5px 8px 17px;
    border-top: none;
  }

  .nav_menu .nav_list li {
    padding: 6px 0;
    margin-bottom: 0;
  }

  .nav_menu .nav_list li.info {
    display: none;
  }

  .nav_menu .nav_list li a {
    color: #003daa;
    font-size: 15px;
  }

  .nav_menu .ttl_nav .ac_btn,
  .nav_menu .current .ttl_nav .ac_btn {
    padding: 15px 34px 13px 42px;
    background-position: 7px center;
    background-size: 32px;
  }

  .nav_menu .ttl_nav .ac_btn .label {
    font-size: 15px;
  }
  .nav_menu .ttl_nav .ac_btn .label:after {
    right: -25px;
    width: 22px;
    height: 22px;
  }

  .side_bnr:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }

  .side_bnr .bnr {
    float: right;
    width: 48.6%;
  }

  .side_bnr .bnr:first-child {
    float: left;
  }

  .side_bnr .bnr img {
    width: 100%;
  }
  .side_bnr.sp_banner {
    width:100%;
    display:block;
  }
  .side_bnr.sp_banner .bnr{
    width:100%;
  }
  .side_bnr.pc_banner {
    display:none;
  }
  .side_bnr .catalog {
    display: none;
  }

  .index_nav .side_bnr {
    display: none;
  }

  #mainvs{
    background-color: #fff;
  }

  .banner{
    position: static;
    transform: none;
  }

  #container {
    padding: 0;
    background: none;
  }

  .download_container {
    width: 100%;
    min-height: 0;
    padding: 25px 0;
  }

  .download_desc {
    margin-bottom: 23px;
    font-size: 13px;
  }

  .index_nav {
    margin-bottom: 25px;
  }

  .cv_header {
    padding: 9px;
    margin-bottom: 13px;
    font-size: 19px;
  }

  .right,
  .left {
    float: none;
  }

  .cv_list p.left {
    margin-bottom: 4.3%;
  }

  .cv_list .right li {
    float: left;
    width: 49.25%;
    margin-right: 1.5%;
  }

  .cv_list .right li:last-child {
    margin-right: 0;
  }

  .cv_list img {
    width: 100%;
  }

  .cv_list .right,
  .cv_list .left {
    width: 100%;
  }

  .bnr_btn {
    margin-bottom: 24px;
  }

  .banner .pc_view {
    display: none;
  }

/**********************
PARTS SP
**********************/

  .prt_h1 {
    padding: 5px 10px;
    margin-bottom: 15px;
  }

  .prt_h2 {
    margin-left: 0;
    font-size: 16px;
  }

  .prt_h3,
  .prt_h3_no {
    font-size: 16px;
  }

  .prt_h4 {
    padding: 7px;
  }

  .prt_point,
  .prt_check {
    padding: 10px;
  }

  .prt_tbl_01.tbl_pc {
    display: none;
  }

  .prt_tbl_01.tbl_sp {
    display: table;
  }

  .prt_tbl_01 th,
  .prt_tbl_01 td {
    padding: 5px 10px;
  }

  .prt_col.type_02 li.prt_arrw {
    margin-bottom: 40px;
  }

  .prt_descprod.prt_col.type_02 > li:first-child,
  .prt_descprod.prt_col.type_02 > li:last-child,
  .prt_col.type_02 > li,
  .prt_col.type_03 li,
  .prt_col.type_04 li,
  .prt_col.type_02.col_gutter_20 li,
  .prt_col.type_03.col_gutter_20 li,
  .prt_col.type_04.col_gutter_20 li,
  .download .prt_col.type_02 li,
  .download .prt_col.type_03 li {
    display: block;
    float: none;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }

  .prt_col.type_02 .prt_tbl_01 ul li {
    display: list-item;
  }

  .prt_col.type_02 li:last-child,
  .prt_col.type_03 li:last-child,
  .prt_col.type_04 li:last-child,
  .prt_col.type_02.col_gutter_20 li:last-child,
  .prt_col.type_03.col_gutter_20 li:last-child,
  .prt_col.type_04.col_gutter_20 li:last-child {
    margin-bottom: 0;
  }

  .prt_col li:last-child {
    margin-bottom: 0;
  }

  .prt_dp_01 {
    padding: 0 10px;
  }

  .prt_dp_01.prt_subttlonly li,
  .prt_dp_01 dd {
    padding-left: 20px;
  }

  .prt_dp_02 {
    margin: 0 10px 20px;
  }

  #mainvs .ss_download_btn {
    max-width: 100%;
  }

  .prt_mb35 {
    margin-bottom: 20px;
  }

  .prt_mb60 {
    margin-bottom: 30px;
  }

  .prt_col.type_02 > li.col_178,
  .col_60_l,
  .col_40_l,
  .col_30_l,
  .col_80_l,
  .col_35_l,
  .col_45_l,
  .col_70_r,
  .col_75_r,
  .col_60_r,
  .col_65_r,
  .col_40_r,
  .col_20_r,
  .col_37_r,
  .col_55_r {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .prt_pr10 {
    padding-right: 0;
  }

  .prt_pl10 {
    padding-left: 0;
  }

  .prt_arrw:after {
    content: "";
    display: none;
  }

  .inside_box {
    padding-left: 0;
    padding-right: 0;
  }

  .col_190_l,
  .col_190_r,
  .col_320_l,
  .col_320_r {
    max-width: 100%;
    width: 100%;
    float: none;
  }

  .col .img {
    margin-bottom: 15px;
  }

  .col .img img {
    width: 100%;
  }

  .prt_ink_tbl th,
  .prt_ink_tbl td {
    padding: 5px 10px;
  }

  .prt_ink_tbl .num,
  .prt_ink_tbl .name,
  .prt_ink_tbl .details,
  .prt_ink_tbl .list {
    display: block;
    width: 100%;
  }

  .prt_ink_tbl .name,
  .prt_ink_tbl .details {
    border: none;
  }

  .prt_ink_tbl .name {
    border-bottom: 1px solid #ccc;
  }

  .prt_ink_tbl .details {
    margin-bottom: 20px;
  }

  .prt_col_ink_l,
  .prt_col_ink_r {
    float: none;
    width: 100%;
  }
  .prt_box_01 {
    width: 100%;
  }
  .contents_wrap {
    padding-top: 20px;
  }
  #main {
    margin-top: 0;
  }
  .prt_li_box .prt_li_txt {
    padding: 7px;
  }
  .prt_list_02.prt_mb0 li {
    margin-bottom: 0;
  }
  .prt_fs24 {
    font-size: 16px;
  }
  .cvarea_wrap {
    padding: 0;
    background: none;
  }

  /* RWD table
   -----------------------*/
  .prt_rsp_tbl {
    display: block;
  }
  .prt_rsp_tbl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }

  .prt_rsp_tbl .rng_for_pc {
    display: none;
  }

  .prt_rsp_tbl tbody,
  .prt_rsp_tbl tr,
  .prt_rsp_tbl th,
  .prt_rsp_tbl td {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .prt_rsp_tbl [data-label]:before {
    content: attr(data-label);
    display: block;
  }

  /* spmode01 */
  .prt_rsp_tbl.spmode_01 thead {
    display: none;
  }

  .prt_rsp_tbl.spmode_01,
  .prt_rsp_tbl.spmode_01 th,
  .prt_rsp_tbl.spmode_01 td {
    border: none;
  }

  .prt_rsp_tbl.spmode_01 tbody th:first-child,
  .prt_rsp_tbl.spmode_01 tbody td:first-child {
    margin: 15px 0 10px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
    font-weight: bold;
    text-align: left;
  }
  .prt_rsp_tbl.spmode_01 tr:first-child th {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_01 td {
    margin: 6px 0 0;
    padding: 0 15px;
    background: none;
    text-align: left;
  }
  .prt_rsp_tbl.spmode_01 th:first-child + td,
  .prt_rsp_tbl.spmode_01 td:first-child + td {
    margin: 0;
  }

  .prt_rsp_tbl.spmode_01 [data-label]:before {
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_01 td .cell_wrap {
    padding: 0 0 0 1em;
  }

  .prt_rsp_tbl.spmode_01 td ul {
    padding-left: 2.5em;
  }

  /* spmode02 */
  .prt_rsp_tbl.spmode_02 thead {
    display: none;
  }

  .prt_rsp_tbl.spmode_02 th,
  .prt_rsp_tbl.spmode_02 td {
    padding: 5px 10px;
  }
  .prt_rsp_tbl.spmode_02 th:first-child,
  .prt_rsp_tbl.spmode_02 td:first-child {
    width: 100%;
  }

  .prt_rsp_tbl.spmode_02 [data-label]:before {
    content: attr(data-label) "：";
    display: inline-block;
  }

  /* spmode03 */
  .prt_rsp_tbl.spmode_03 thead {
    display: none;
  }

  .prt_rsp_tbl.spmode_03 th,
  .prt_rsp_tbl.spmode_03 td {
    padding: 0;
    border: none;
  }

  .prt_rsp_tbl.spmode_03 [data-label]:before,
  .prt_rsp_tbl.spmode_03 .cell_wrap {
    display: block;
    padding: 10px 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_03 [data-label]:before {
    width: 100%;
    text-align: center;
  }

  .tbl_style_03 {
    margin: 0 0 15px;
  }

  .prt_anchor {
    margin: 15px 0;
  }

  .prt_anchor.type01 {
    display: block;
  }

  .prt_anchor li {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .prt_intro_lead_text {
    font-size: 16px;
    line-height: 1.4;
  }
  .prt_intro .prt_intro_visual {
    margin-top: calc(-55vw * 100 / 640);
  }
}

@media screen and (max-width: 480px) {
  .ss_download_btn.icon01 > span:first-child {
    background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
  }

  .ss_download_btn img {
    max-width: 100%;
    height: auto;
  }

  .ss_download_btn .img02 img {
    width: 48px;
  }

  .ss_download_btn .img03 img {
    width: 67px;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    padding-left: 24px;
    font-size: 12px;
  }

  .ss_download_btn .txt02 {
    padding-right: 45px;
  }

  .ss_download_btn .txt04 {
    padding-right: 77px;
  }

  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }


  #header ul li a {
    font-size: 10px;
  }

  #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;
  }

  .pager li  a:before {
    top: 4px;
    bottom: 4px;
    width: 15px;
    background-size: 8px;
  }

  .pager .prev a {
    padding: 3px 2px 5px 29px;
  }
  .pager .prev a:before {
    background-position: center;
  }

  .pager .next a {
    padding: 3px 29px 5px 2px;
  }
  .pager .next a:before {
    background-position: center;
  }

  #cv_contact .fixed_wrapper .inner p a .tel_icon:before {
    left: -50px;
    width: 18px;
    height: 26px;
  }

  #cv_contact .fixed_wrapper .inner li span {
    width: 89%;
    width: -webkit-calc(100% - 26px);
    width: calc(100% - 26px);
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 11px;
    padding: 10px 5px;
  }

  #cv_contact .fixed_wrapper .inner li a i {
    width: 26px;
    height: 26px;
  }

  #cv_contact .fixed_wrapper .inner .catalog a i:before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }

  #cv_contact .fixed_wrapper .inner .contact a i:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  .prt_box_inner {
    padding: 5px 10px;
  }

  .prt_list_01 li {
    font-size: 18px;
  }
  .prt_list_02 span,
  .prt_list_01 span {
    margin-right: 10px;
  }
}

.download_container {
  width: 450px;
}
.page_title {
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: bold;
}
.download_desc {
  margin-bottom: 60px;
}
.ss_download_btn.type06 {
  width: 100%;
  padding: 6px 12px 5px;
  text-align: center;
  height: 45px;
}
#mainvs .ss_download_btn {
  max-width: 450px;
}
#mainvs .ss_download_btn.type02 {
  max-width: 370px;
}
.page_list {
  position: relative;
  padding: 0 30px;
}
.page_list li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.page_list li a {
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 16px;
  padding-left: 15px;
}
.page_list li a:hover {
  opacity: 1;
  color: #333;
  text-decoration: underline;
}
.page_list li a:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #de2e19;
  content: "";
}
.col_50_l {
  width: 50%;
  float: left;
}
.col_45_r {
  width: 45%;
  float: right;
}
.col_50_r {
  width: 50%;
  float: right;
}
.prt_fs15 {
  font-size: 15px;
}
#container .nav_menu .nav_list li ul {
  display: none;
}
.pager li a:before {
  background-color: #1d1d1c;
}
.pager li a > strong {
  color: #1d1d1c;
}
.back_index a:before {
  background-color: #1d1d1c;
}
#side .nav_menu .nav_list li ul {
  padding: 0 0 0 12px;
}
#side .nav_menu .nav_list li ul li {
  position: relative;
  padding: 0 0 0 1em;
  line-height: 1.5;
}
#side .nav_menu .nav_list li ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0.2em;
  width: 6px;
  height: 6px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 0;
}
#side .nav_menu .nav_list li ul li a {
  display: inline;
  padding: 0;
  line-height: 1.4;
}
#side .nav_menu .nav_list li ul li a:before {
  display: none;
}
#side.ex_food_index .nav_list .ex_food > a {
  color: #ef0000;
}

#side.ex_casestudy_index .nav_list .ex_casestudy > a {
  color: #ef0000;
}
@media screen and (max-width: 640px) {
  .download_container {
    width: 100%;
  }
  .download_desc {
    margin-bottom: 23px;
  }
  .page_list {
    margin: 20px 0;
    padding: 0;
  }
  .page_list li {
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }
  .page_list li a {
    font-size: 16px;
  }
  .page_list li a:before {
    top: 0.3em;
    border-width: 6px 6px 6px 9px;
  }
  .ss_download_btn.type02 {
    height: 60px;
  }
  .ss_download_btn .in_txt3 {
    font-size: 12px;
  }
  .col_50_l,.col_45_r,.col_50_r {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  #side .nav_menu .nav_list li ul li {
    margin-bottom: 10px;
  }
  #side .nav_menu .nav_list li.ex_food ul,
  #side .nav_menu .nav_list li.ex_casestudy ul {
    border-top: 1px dashed #aaa;
    margin: 10px 12px 0;
    padding: 10px 0 0;
  }
}