@charset "UTF-8";

/* General
------------------------------ */
body {
  min-width: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  line-height: 1.6;
  -webkit-transform: none !important;
  transform: none !important;
}
.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper a {
  transition: none;
}

.contents_wrap {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
.contents_wrap:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
.fwb {
  font-weight: bold;
}

/* Header
------------------------------- */
#header {
  overflow: hidden;
  width: 100%;
  height: 90px;
  background: #00aeef;
}
#header .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
#header .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#header .site_title {
  float: left;
}
#header .site_title img {
  max-width: 100%;
  height: auto;
}
#header a {
  text-decoration: none;
}
#header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  float: right;
  width: 401px;
}
#header ul li {
  float: left;
  width: 198px;
}
#header ul li a {
  display: table;
  padding: 0 10px;
  width: 100%;
  height: 38px;
  color: #fff;
  table-layout: fixed;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
}
#header ul li a:before {
  display: table-cell;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
#header ul li a .label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#header ul li a .label > span {
  display: none;
  font-weight: bold;
}
#header ul .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}
#header ul .btn_download a:before {
  width: 18px;
  background-image: url(/img/ss/common/bg_icon_dl_001.png);
}
#header ul .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}
#header ul .btn_contact a:before {
  width: 24px;
  background-image: url(/img/ss/common/bg_icon_contact_001.png);
}
#header ul .btn_tel {
  display: none;
  background-color: #00284a;
}
#header ul .btn_tel a:before {
  background-image: url(/img/ss/common/bg_icon_tel_001.png);
}
#header .logo {
  float: right;
  margin-left: 10px;
  width: 93px;
  line-height: 1;
}
#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}
#header .logo a img {
  max-width: 100%;
  height: auto;
}

/* Breadcrumbs
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #2c4867;
}
#breadcrumb a {
  color: #06c;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb ul,
#breadcrumb ol {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 960px;
  text-align: left;
}
#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}
#breadcrumb li:after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  content: "";
  vertical-align: 2px;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li:last-child:after {
  display: none;
}

/* Container
--------------------------- */
#container {
  padding: 40px 0 100px;
}

/* Pager
-------------------------- */
#container .pager {
  display: table;
  overflow: hidden;
  margin: 50px 0 0;
  width: 100%;
  height: auto;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  table-layout: fixed;
  word-wrap: break-word;
}
#container .pager li {
  position: relative;
  display: table-cell;
  width: 50%;
  border-left: 1px solid #e7e7e7;
}
#container .pager li a {
  position: relative;
  display: block;
  padding: 16px;
  background-repeat: no-repeat;
  text-decoration: none;
  opacity: 1;
}
#container .pager li a > strong {
  display: block;
  color: #00aeef;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}
#container .pager li a > span {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
#container .pager li a:hover {
  background-color: #e0f4ff;
  opacity: 1;
}
#container .pager li a:before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  display: block;
  width: 23px;
  background-color: #00aeef;
  background-repeat: no-repeat;
  content: "";
}
#container .pager li:first-child {
  border-left: none;
}
#container .pager .prev a {
  padding-left: 55px;
}
#container .pager .prev a:before {
  left: 0;
  background-image: url(/img/ss/common/bg_pager_001.png);
  background-position: 3px center;
}
#container .pager .next {
  text-align: right;
}
#container .pager .next a {
  padding-right: 55px;
}
#container .pager .next a:before {
  right: 0;
  background-image: url(/img/ss/common/bg_pager_002.png);
  background-position: 5px center;
}
#container .back_index {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-size: 14px;
  line-height: inherit;
}
#container .back_index a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-align: left;
  text-decoration: none;
}
#container .back_index a:before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 16px;
  height: 17px;
  background: #00aeef url(/img/ss/common/bg_pager_003.png) no-repeat center;
  content: "";
  line-height: 1.6;
}
#container .back_index a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* CV Bottom
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}
#cv_contact a {
  text-decoration: none;
}
#cv_contact .fixed_wrapper {
  position: relative;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #00aeef;
}
#cv_contact .fixed_wrapper .inner {
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
#cv_contact .fixed_wrapper .inner p {
  float: left;
  width: 420px;
}
#cv_contact .fixed_wrapper .inner p a {
  opacity: 1;
  cursor: default;
}
#cv_contact .fixed_wrapper .inner p img {
  max-width: 100%;
  height: auto;
}
#cv_contact .fixed_wrapper .inner ul {
  float: right;
  width: 465px;
}
#cv_contact .fixed_wrapper .inner li {
  display: table;
  float: left;
  margin: 0 0 0 5px;
  width: 230px;
  height: 46px;
  vertical-align: middle;
}
#cv_contact .fixed_wrapper .inner li:first-child {
  margin: 0;
}
#cv_contact .fixed_wrapper .inner li a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: none;
  transition: none;
}
#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}
#cv_contact .fixed_wrapper .inner li a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#cv_contact .fixed_wrapper .inner .catalog {
  background: #e60012;
}
#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}
#cv_contact .fixed_wrapper .inner .catalog a i:before {
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
}
#cv_contact .fixed_wrapper .inner .contact {
  background: #41a147;
}
#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -3.8%;
}
#cv_contact .fixed_wrapper .inner .contact a i:before {
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
}
#cv_contact #pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  margin: 0 -590px 0 0;
  width: 50px;
}
#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #00aeef;
  -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: #00aeef;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}
#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}
#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}

/* Footer
------------------------------- */
#footer .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
#footer .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#footer .sitemap {
  padding: 30px 0;
}
#footer .sitemap a {
  color: #333;
  text-decoration: none;
}
#footer .sitemap a:hover {
  text-decoration: underline;
}
#footer .sitemap .home_link {
  margin-bottom: 16px;
}
#footer .sitemap .home_link a {
  font-weight: bold;
  font-size: 16px;
}
#footer .sitemap .nav_menu:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#footer .sitemap .nav_item {
  float: left;
  margin: 0 0 40px 40px;
  width: calc((100% - 120px) / 4);
}
#footer .sitemap .nav_item:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
#footer .sitemap .nav_item .ac_btn {
  font-weight: bold;
  font-size: 15px;
}
#footer .sitemap .nav_list li {
  margin: 5px 0 0;
  font-size: 13px;
}
#footer .sitemap .nav_list li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
}
#footer .sitemap .nav_list li a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d52222;
  content: "";
}
#footer .js_sp_menu .js_menu_button {
  display: none;
}
#footer .copy {
  padding: 20px 0;
  background-color: #fff;
}
#footer .copy a {
  text-decoration: none;
}
#footer .copy p {
  float: left;
  width: 50%;
  color: #333;
  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 #e7e7e7;
}
#footer .copy ul li:last-child {
  border-right: none;
}
#footer .copy ul li a {
  color: #333;
  font-size: 12px;
  opacity: 1;
}
#footer .copy ul li a:hover {
  text-decoration: underline;
}

/* Nav Menu
------------------------------- */
#container .nav_menu .nav_list a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
}
#container .nav_menu .nav_list a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d52222;
  content: "";
}
#container .nav_menu .nav_list a:hover {
  text-decoration: underline;
}
#container .nav_menu .nav_list a.active,
#side .nav_menu .nav_list > .subcategories .subcat .subpage a.active {
  color: #f92828;
}

/* Side Nav
  ------------------------------- */
/* Side Nav Base Styles */
#side {
  float: left;
  width: 220px;
}
#side .nav_menu .ac_btn {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;

  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
}
#side .nav_menu .ac_btn:hover {
  background: #e7e7e7;
  color: #f92828;
}
#side .nav_menu .ac_btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/img/ss/products/marker/packing/bg_navi_001.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#side .nav_menu .opened .ac_btn:after {
  background-image: url("/img/ss/products/marker/packing/bg_navi_002.jpg");
}
#side .nav_menu .current .ac_btn {
  background: #ebf9fe;
  color: #f92828;
}
#side .nav_list {
  display: none;
}
#side .recommend{
  width:220px;
  margin: 30px 0 0;
}
#side .recommend .recommend_ttl {
  padding: 8px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}
#side .recommend ul {
  margin: 10px 0 27px;
}
#side .recommend ul li {
  margin-bottom: 10px;
  text-align: center;
}
#side .recommend ul li img{
  max-width: 100%;
}
#p_home .recommend,
#footer .recommend{
  display: none;
}
/* Main Contents
--------------------------------- */
.main_contents {
  float: right;
  width: calc(100% - 260px);
  font-size: 16px;
}
.main_contents p {
  margin: 0 0 15px;
}
.main_contents a {
  color: #06c;
  text-decoration: underline;
  opacity: 1;
}
.main_contents a span {
  text-decoration: inherit;
}
.main_contents a:hover {
  text-decoration: none;
}
.main_contents .ss_download_btn {
  text-decoration: none;
}
.main_contents .ss_download_btn:hover {
  opacity: 0.7;
}

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

.cv_right {
  position: absolute;
  top: 160px;
  left: 50%;
  margin: 0 0 450px 520px;
  width: 230px;
}
.cv_right a {
  display: block;
  width: 230px;
}
.cv_right a:hover .banner {
  opacity: 0.9;
}
.cv_right .banner {
  display: block;
  width: 100%;
}

.cv_list {
  margin-bottom: 12px;
}
.cv_list li {
  margin-bottom: 12px;
}
.cv_list li:last-child {
  margin-bottom: 0;
}
.cv_list .cv_ttl {
  display: block;
  padding: 10px 5px;
  background: #2c4867;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.cv_list .cv_box {
  display: block;
  padding: 10px;
  border: 1px solid #2c4867;
}
.cv_list .cv_box .ss_download_btn.type03 {
  max-width: 100%;
}
.cv_list .cv_columns {
  display: table;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
}
.cv_list .cv_columns .cv_thumb {
  width: 48px;
  vertical-align: top;
}
.cv_list .cv_columns .cv_thumb img {
  border: 1px solid #ccc;
}
.cv_list .cv_columns > span {
  display: table-cell;
}
.cv_list .cv_columns .cv_data {
  padding-left: 15px;
}
.cv_list .cv_columns .cv_desc {
  display: block;
  color: #333;
  font-size: 12px;
}
.cv_list .cv_columns .cv_desc .title {
  font-size: 14px;
  font-weight: bold;
}

.cv_series_list li {
  margin-bottom: 10px;
}
.cv_series_list li:last-child {
  margin: 0;
}

.cv_series {
  display: block;
}
.cv_series a {
  display: block;
  border: solid 3px #2c4867;
}
.cv_series a:hover {
  opacity: 0.9;
}
.cv_series .series_head {
  display: block;
  padding: 10px 5px;
  background: #2c4867;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.cv_series .series_inner {
  display: block;
}
.cv_series .series_inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.cv_series .series_inner .thumb {
  display: block;
  float: left;
  width: 90px;
}
.cv_series .series_inner .details {
  display: block;
  float: left;
  padding: 9px 6px;
  width: 134px;
}
.cv_series .series_inner .details .series_des {
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-size: 13px;
  line-height: 1.3;
}
.cv_series .series_inner .details .series_name {
  display: block;
  color: #cd1919;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
.cv_series .cv_series_btn {
  display: block;
  padding: 10px 12px;
  background: #e9e9e9;
}
.cv_series .ss_download_btn.type03 {
  max-width: 100%;
  height: 26px;
}
/* SUB Page Bnr
------------------------------- */
.ss_subpage_box,.ss_subpage_box_2col {
  margin: 0 auto;
  max-width: 515px;
  width: 100%;
}
.ss_subpage_box_2col{
  max-width: 615px;
}
.ss_subpage_box .ss_subpage_bnr,.ss_subpage_box_2col .ss_subpage_bnr {
  overflow: hidden;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr > a,.ss_subpage_box_2col .ss_subpage_bnr > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px 23px;
  max-width: 515px;
  border: 1px solid #2c4867;
  background: #fff;
  color: #333;
  font-size: 14px;
  text-decoration : none;
}
.ss_subpage_box_2col .ss_subpage_bnr > a {
  max-width: 615px;
}
.ss_subpage_box .ss_subpage_bnr > a .img,.ss_subpage_box_2col .ss_subpage_bnr > a .img,.ss_subpage_box_2col .ss_subpage_bnr > a .img_2col {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 104px;
  border: 1px solid #ccc;
}
.ss_subpage_box_2col .ss_subpage_bnr > a .img_2col {
  left: 130px;
}
.ss_subpage_box .ss_subpage_bnr > a .img img,.ss_subpage_box_2col .ss_subpage_bnr > a .img img,.ss_subpage_box_2col .ss_subpage_bnr > a .img_2col img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ss_subpage_box .ss_subpage_bnr > a .inner,.ss_subpage_box_2col .ss_subpage_bnr > a .inner {
  min-height: 148px;
  position: relative;
  margin-left: 114px;
  padding-bottom: 43px;
}
.ss_subpage_box_2col .ss_subpage_bnr > a .inner {
  margin-left: 234px;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .title,.ss_subpage_box_2col .ss_subpage_bnr > a .inner .title {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #2c4867;
  color: inherit;
  font-size: inherit;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .title span,.ss_subpage_box_2col .ss_subpage_bnr > a .inner .title span {
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .txt,.ss_subpage_box_2col .ss_subpage_bnr > a .inner .txt {
  color: inherit;
  font-size: inherit;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap,.ss_subpage_box_2col .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,.ss_subpage_box_2col .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,.ss_subpage_box_2col .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,.ss_subpage_box_2col .ss_subpage_bnr > .ss_subpage_btn {
  color: #333;
  text-decoration: none;
}
.ss_subpage_box .ss_subpage_bnr a:hover,.ss_subpage_box_2col .ss_subpage_bnr a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* CV Area
------------------------------- */
.cv_area {
  margin: 40px 0;
}
.cv_area .bnr_ttl {
  position: relative;
  padding: 0 0 10px 30px;
  border-bottom: 1px solid #2e2e2e;
  background-color: transparent;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 18px;
}
.cv_area .bnr_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(/img/ss/products/marker/packing/bg_style_005.jpg) no-repeat;
  background-size: 21px 20px;
  content: "";
}
.cv_area .bnr_list {
  overflow: hidden;
  margin: 25px 0 0;
  word-wrap: break-word;
}
.cv_area .bnr_list > li {
  float: left;
  margin-right: 2%;
  width: 23.5%;
  border: 3px solid #2e2e2e;
}
.cv_area .bnr_list > li:last-child {
  margin-right: 0;
}
.cv_area .bnr_list > li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.cv_area .bnr_list > li a .title {
  display: block;
  padding: 0 15px 15px;
  color: #222;
  font-weight: bold;
  font-size: 17px;
}
.cv_area .bnr_list > li a .des {
  display: block;
  padding: 0 30px 0 15px;
  text-align: left;
}
.cv_area .bnr_list > li a .thumb {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.cv_area .bnr_list > li a .thumb img {
  max-width: 80px;
  height: auto;
  border: 1px solid #ccc;
}
.cv_area .bnr_list > li a:hover {
  color: #0645b7;
  opacity: 0.7;
}
.cv_area .bnr_list .bg_cir {
  background: url(/img/ss/products/marker/packing/bg_style_006.png) no-repeat;
  background-position: 95% 95%;
}
.cv_area .bnr_list .bg_win {
  background: url(/img/ss/common/bg_icon_win_001.png) no-repeat;
  background-position: 95% 94%;
}

#p_home .cv_area .bnr_list > li a .thumb img {
  max-width: 100%;
}

.prt_download_txt1 {
  clear: both;
  padding: 15px 0 0;
}
.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/marker/packing/bg_icon_001.png) center center no-repeat #d00202;
  background-size:64%;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 2px;
  content: "";
}

.bottom_btn_style_01 {
  max-width: 980px;
  width: 100%;
  margin: 40px auto 20px;
  text-align: center;
}

.bottom_btn_style_01 a {
  display: block;
  border: 1px solid #333;
  color: #333;
  padding: 18px 25px 18px 18px;
  text-decoration: none;
}

.bottom_btn_style_01 a span {
  position: relative;
  font-size: 20px;
}

.bottom_btn_style_01 a span::before {
  position: absolute;
  top: 8px;
  right: -30px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Override Base
------------------------------- */
#header .site_title {
  padding: 14px 0;
}

#container {
  padding: 40px 0 60px;
}
#container .back_index {
  margin: 0;
}

#breadcrumb li,
#breadcrumb a {
  color: #fff;
}
#breadcrumb li:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#p_home #container {
  padding: 50px 0 60px;
}
#p_home .cv_area {
  margin: 30px 0 40px;
}

/* Modules
------------------------------- */
.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% - 10px);
}
.prt_sect_cv .button.download {
  float: right;
  clear: right;
}
.ss_download_btn {
  position: relative;
  display: table;
  border-radius: 5px;
  background: #e60012;
  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.btn_green{
	background: #3e944c;
  background: linear-gradient(#3e944c, #176a25);
}
.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.btn_green>span:first-child {
	position: relative;
  display: block;
  width: 100%;
  padding: 17px 0 3px;
}
.ss_download_btn.btn_green>span:first-child::after {
	content: "";
	width: 0;
	height: 0;
	left: 0;
	bottom: 0;
	transform: translateY(-50%);
	position: absolute;
	border-top:solid 7px transparent;
	border-right:solid 7px transparent;
	border-bottom:solid 7px transparent;
	border-left:solid 7px #fff;
}

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

.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.auto,
.prt_rsp_tbl.auto {
  table-layout: auto;
}
.prt_tbl:first-child,
.prt_rsp_tbl:first-child {
  margin-top: 0;
}
.prt_tbl img,
.prt_rsp_tbl img {
  max-width: 100%;
  height: auto;
}
.prt_tbl caption,
.prt_rsp_tbl caption {
  text-align: inherit;
}
.prt_tbl sup,
.prt_rsp_tbl sup {
  margin: 0 -20px 0 5px;
}
.prt_tbl th,
.prt_tbl td,
.prt_rsp_tbl th,
.prt_rsp_tbl td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}
.prt_tbl th *:first-child,
.prt_tbl td *:first-child,
.prt_rsp_tbl th *:first-child,
.prt_rsp_tbl td *:first-child {
  margin-top: 0;
}
.prt_tbl th *:last-child,
.prt_tbl td *:last-child,
.prt_rsp_tbl th *:last-child,
.prt_rsp_tbl td *:last-child {
  margin-bottom: 0;
}
.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: #00273e;
  color: #fff;
}
.prt_tbl thead th.sub,
.prt_rsp_tbl thead th.sub {
  background: #e8e8e8;
  color: #333;
  font-weight: normal;
}
.prt_tbl tbody th,
.prt_rsp_tbl tbody th {
  background: #f2f2f2;
  color: #333;
}
.prt_tbl tbody th.sub,
.prt_rsp_tbl tbody th.sub {
  background: #e8e8e8;
  color: #333;
}
.prt_tbl tbody td,
.prt_rsp_tbl tbody td {
  background-color: #fff;
  color: #333;
}

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

.scroll_body,
.scroll_body thead,
.scroll_body tbody {
  display: block;
  width: 100%;
  border-top: none;
}
.scroll_body thead {
  overflow-y: scroll;
}
.scroll_body tbody {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 315px;
  border-bottom: 1px solid #ccc;
}
.scroll_body tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.scroll_body th,
.scroll_body td {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.main_contents {
  font-size: 16px;
}
.main_contents a {
  text-decoration: none;
}
.main_contents p {
  margin: 0 0 30px;
}
.main_contents p.small {
  font-size: 14px;
}
.main_contents sup {
  vertical-align: super;
  font-size: 11px;
  line-height: 1;
}
.main_contents sub {
  font-size: 11px;
  line-height: 1;
}
.main_contents small {
  font-size: 12px;
}

/* section */
.main_sect {
  margin: 0;
}

.sub_sect {
  margin: 0 0 70px;
}

.sect_inner {
  margin: 0 0 50px;
}

.view_inner {
  padding: 0 20px;
}

/* heading */
.prt_heading_01 {
  margin-bottom: 30px;
  padding: 0 0 0 35px;
  width: 100%;
  border-left: 7px solid #d62323;
  color: #333;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
}
.prt_heading_01 > span {
  display: block;
  padding: 5px 0;
  color: #d52222;
  font-weight: bold;
  font-size: 14px;
}

.prt_heading_02 {
  margin-bottom: 30px;
  padding: 23px 20px 21px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-weight: bold;
  font-size: 21px;
}

.prt_heading_03 {
  margin-bottom: 10px;
  color: #2d4866;
  font-weight: bold;
  font-size: 21px;
}

/* CV Area */
.cv_bnr {
  margin-top: 50px;
}
.cv_bnr .banner {
  display: block;
  border: 3px solid #2c4867;
  text-decoration: none;
}
.cv_bnr .banner:hover {
  opacity: 0.7;
}
.cv_bnr .banner .inner {
  position: relative;
}
.cv_bnr .banner .text_box {
  padding: 20px 30px 30px;
  min-height: 160px;
  width: calc(100% - 200px);
  color: #333;
}
.cv_bnr .banner .text_box .title {
  margin: 0 0 20px;
  border-bottom: 3px solid #2c4867;
  font-weight: bold;
  font-size: 22px;
}
.cv_bnr .banner .text_box .title span {
  color: #4ba5b2;
}
.cv_bnr .banner .text_box .text {
  margin: 0;
  font-size: 15px;
}
.cv_bnr .banner .img_box {
  position: absolute;
  top: 20px;
  right: 60px;
}
.cv_bnr .banner .img_box img {
  border: 1px solid #ccc;
}
.cv_bnr .banner .btn_box {
  padding: 20px 60px;
}
.cv_bnr .banner .btn_box .ss_download_btn {
  width: calc(100% - 200px);
}
.cv_bnr .banner .btn_box .ss_download_btn span {
  padding-right: 20px;
}

/* common */
.prt_image {
  margin: 30px 0;
  text-align: center;
}

.prt_caption {
  font-weight: 900;
  font-size: 18px;
}
.down_arrow01 {
  position: relative;
  padding: 30px 0;
}
.down_arrow01:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  margin-top: 20px;
  margin-left: -18px;
  width: 0;
  height: 0;
  border-top: 0 ;
  border-right: 18px solid #666;
  border-bottom: 20px solid #666;
  border-left: 18px solid #666;
  content: "";
}
.down_arrow01:after {
  position: absolute;
  top: 40px;
  left: 50%;
  display: block;
  margin-left: -35px;
  width: 0;
  height: 0;
  border-top: 20px solid #666;
  border-right: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid transparent;
  content: "";
}
.index_nav .js_new_icon:after,
#footer .js_new_icon:after,
.main_contents .js_new_icon:after {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 4px;
  padding: 0 4px;
  background: #e60012;
  color: #fff;
  content: "NEW";
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
}
/* Underlayer index */
.prt_page_index {
  overflow: hidden;
  margin: 24px 0;
  padding: 18px 24px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.prt_page_index li {
  float: left;
  margin: 5px 0 0 14px;
  width: 49%;
  width: calc(50% - 7px);
}
.prt_page_index li:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}
.prt_page_index li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 10px;
  color: #1764e2;
  vertical-align: bottom;
  text-decoration: underline;
}
.prt_page_index li a:hover{
  text-decoration: underline;
}
.prt_page_index li a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d52222;
  content: "";
}
/* link */
.link_style {
  margin-top: 20px;
}
.link_style li,
.link_style dd {
  margin: 5px 0 0;
}
.link_style li a,
.link_style dd a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
}
.link_style li a:hover,
.link_style dd a:hover {
  text-decoration: underline;
}
.link_style li a:before,
.link_style dd a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d52222;
  content: "";
}
.link_style.style01 li,
.link_style.style01 dd {
  text-align: right;
}
.link_style dt {
  font-weight: bold;
}

/* table */
.prt_tbl.auto {
  table-layout: auto;
}
.prt_tbl caption + *,
.prt_rsp_tbl caption + * {
  margin-top: 0;
}
.prt_tbl caption {
  margin: 0 0 5px;
  text-align: inherit;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.444;
}
.prt_tbl.type_01,
.prt_tbl.type_02 {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  word-wrap: break-word;
}
.prt_tbl.type_01 tbody th.sub,
.prt_tbl.type_02 tbody th.sub {
  background: #e8e8e8;
  color: #333;
}
.prt_tbl.type_01 tbody td,
.prt_tbl.type_02 tbody td {
  background-color: #fff;
  color: #333;
}
.prt_tbl.type_01 .item .prt_tbl_list .text {
  font-weight: bold;
  margin: 0;
}
.prt_tbl.type_01 .item .prt_tbl_list .list_data + .list_title {
  margin: 10px 0 0;
}
.prt_tbl.type_01 .item .prt_tbl_list .list_title,
.prt_tbl.type_01 .item .prt_tbl_list .list_data {
  font-weight: bold;
}
.prt_tbl.type_01 .item .prt_tbl_list .list_title.type01,
.prt_tbl.type_01 .item .prt_tbl_list .list_data.type01 {
  color: #a64954;
}
.prt_tbl.type_01 .item .prt_tbl_list .list_title.type02,
.prt_tbl.type_01 .item .prt_tbl_list .list_data.type02 {
  color: #002046;
}
.prt_tbl.type_01 .img_caption {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.prt_tbl.type_02 tbody th{
  width: 35%;
  text-align: left;
}
.prt_tbl.type_02 tbody td{
  width: 65%;
}
.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 #anc_01 .prt_acc_menu label:before {
  content: "Q." counter(q01, decimal-leading-zero);
  counter-increment: q01;
}
.prt_acc_menu .acc_hdg_01:before {
  display: table-cell;
  width: 3.5em;
  color: #ff6e00;
}
#faq #anc_01 .prt_acc_menu .acc_hdg_01:before {
  content: "A." counter(a01, decimal-leading-zero);
  counter-increment: a01;
}
.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;
}
#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;
}
/* list */
.prt_disc_list {
  padding-left: 1.3em;
}
.prt_disc_list li {
  list-style-type: disc;
}

.prt_anchor_list {
  margin: 30px 7px 40px;
  counter-reset: number_li;
}
.prt_anchor_list > li {
  display: inline-block;
}
.prt_anchor_list > li a {
  position: relative;
  padding: 0 20px 0 15px;
  font-size: 14px;
}
.prt_anchor_list > li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  overflow: hidden;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 4px solid #d72c2c;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prt_anchor_list > li a:hover {
  text-decoration: underline;
}

.prt_anchor_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -10px 60px;
  font-size: 16px;
}

.prt_anchor_desc .subcat {
  -webkit-flex: 1 1 240px;
  flex: 1 1 240px;
  margin: 0 10px 20px;

  -webkit-box-flex: 1;
}

.prt_anchor_desc .catname {
  margin-bottom: 4px;
  font-weight: bold;
}

.prt_anchor_desc .subpage {
  margin-bottom: 4px;
}

.prt_anchor_desc a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
}

.prt_anchor_desc a:hover {
  color: #333;
  text-decoration: underline;
  opacity: 1;
}

.prt_anchor_desc a:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d72c2c;
  content: "";
}

.prt_circle_list {
  margin: 0 auto;
  padding: 10px 10px 10px 110px;
  min-height: 120px;
  width: 55%;
  border: 5px solid #2b4866;
  border-radius: 10px;
  background: url(/img/ss/products/marker/packing/bg_style_007.jpg) no-repeat;
  background-position: 20px 20px;
}
.prt_circle_list > li {
  margin-bottom: 7px;
  color: #2d4866;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 20px;
}
.prt_def{
  margin-bottom: 20px;
}
.prt_def > dt {
  font-weight: bold;
}
.prt_def > dd+dt {
  margin-top: 10px;
}
.prt_def.prt_def_line {
  display: flex;
}
.prt_def.prt_def_line > dt{
  width: 9.5em;
}

/* column */
.prt_columns + .prt_columns {
  margin-top: 20px;
}
.prt_columns:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_columns.col2 > .item {
  float: left;
  margin-left: 20px;
  width: calc((100% - 20px) /2);
}
.prt_columns.col2 > .item:first-child {
  margin-left: 0;
}
.prt_columns.col2 > .item p:first-child,
.prt_columns.col2 > .item .prt_image:first-child {
  margin-top: 0;
}
.prt_columns.col2 > .item p:last-child,
.prt_columns.col2 > .item .prt_image:last-child {
  margin-bottom: 0;
}
.prt_columns.col2_inline > .item {
  display: inline-block;
}
.prt_columns.col2_inline > .item.image {
  float: left;
  margin: 0 30px 30px 0;
}
.prt_columns.col2_inline > .item.image_right {
  float: right;
  margin: 0 0 30px 30px;
}
.prt_columns.col2_inline > .item:last-child {
  display: block;
}
.prt_columns.col2_sub > .item.text {
  float: left;
  width: calc((100% - 20px) /3*2);
}
.prt_columns.col2_sub > .item.image {
  float: left;
  margin-left: 20px;
  width: calc((100% - 20px) /3);
}

.prt_columns.col3 > .item {
  float: left;
  margin-left: 20px;
  width: calc((100% - 40px) /3);
}
.prt_columns.col3 > .item.image {
  text-align: center;
}
.prt_columns.col3 > .item:first-child {
  margin-left: 0;
}
.prt_columns.col3 > .item p:first-child,
.prt_columns.col3 > .item .prt_image:first-child {
  margin-top: 0;
}
.prt_columns.col3 > .item p:last-child,
.prt_columns.col3 > .item .prt_image:last-child {
  margin-bottom: 0;
}
.prt_columns.col4 > .item {
  float: left;
  margin-left: 10px;
  width: calc((100% - 30px) /4);
}
.prt_columns.col4 > .item.image {
  text-align: center;
}
.prt_columns.col4 > .item:first-child {
  margin-left: 0;
}
.prt_columns.col4 > .item p:first-child,
.prt_columns.col4 > .item .prt_image:first-child {
  margin-top: 0;
}
.prt_columns.col4 > .item p:last-child,
.prt_columns.col4 > .item .prt_image:last-child {
  margin-bottom: 0;
}
.prt_columns > .item.image .col_caption {
  margin: 8px 0;
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 1.615;
}
.prt_columns > .item.image .txt {
  margin: 8px 0;
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.615;
}
.prt_columns > .item.bd_box .title {
  margin: 0;
  padding: 5px 0 4px;
  text-align: center;
  font-weight: bold;
}
.prt_columns > .item.bd_box.type01 {
  border: 1px solid #dfdfd0;
}
.prt_columns > .item.bd_box.type01 .title {
  background: #4ba7b4;
  color: #fff;
}
.prt_columns > .item.bd_box.type02 {
  border: 1px solid #dfdfd0;
}
.prt_columns > .item.bd_box.type02 .title {
  background: #daeaed;
  color: #4ba7b4;
}
.prt_columns > .item.bd_box.type03 {
  border: 1px solid #e8e8e8;
}
.prt_columns > .item.bd_box.type03 .title {
  background: #ccc;
}
.prt_columns > .item.bd_box .txt {
  padding: 10px;
}
.prt_columns > .item.bd_box .txt p {
  margin: 0;
}
.prt_columns > .item.bd_box .txt p + p {
  margin-top: 10px;
}
.prt_columns > .item.bd_box .txt p.col_caption {
  font-size: 12px;
}
.prt_columns > .item.bd_box .txt p.bl {
  font-weight: bold;
}
.prt_columns > .item.bd_box .txt p.acenter {
  text-align: center;
}

/* box */
.box_style.type01 {
  padding: 20px;
  border: 3px solid #2c4867;
}
.box_style.type01 > p {
  margin-bottom: 10px;
}
.box_style.type01 > .image {
  margin-top: 20px;
  text-align: center;
}
.box_style.type01 > .title {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 18px;
}
.box_style.type01 > .title > .icon {
  display: inline-block;
  margin-right: 12px;
  padding: 5px 10px 3px;
  background: #2c4867;
  color: #fff;
  vertical-align: middle;
  font-weight: inherit;
  font-size: inherit;
}
.box_style.type02 {
  padding: 20px;
  background: #f3f3f3;
}
.box_style.type02 p {
  margin: 0;
}
.box_style.type02 .prt_caption:first-of-type {
  margin-bottom: 0;
}
.box_style.type02 p + p {
  margin-top: 10px;
}
.box_style.type02 p + .prt_caption {
  margin-top: 20px;
}
.box_style.type03{
  padding: 20px 0;
  background: #cceffc;
}
.box_style.type03 > .title_block{
  padding: 15px 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.box_style.type03 > .title_block > .title {
  width: 75%;
  font-size: 18px;
  font-weight: bold;
  color: #002046;
  margin: 0;
}
.box_style.type03 > .title_block >.label{
  width: 25%;
  margin-right: 15px;
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
  background: #002046;
  color: #fff;
}
/* cv banner bottom */
.prt_bnrbox_01 .download {
  border: 1px solid #ddd;
  line-height: 1;
}
.prt_bnrbox_01 .download p {
  margin: 0;
}
.prt_bnrbox_01 .download > .inner {
  padding: 15px;
}
.prt_bnrbox_01 .download > .inner a {
  display: block;
}
.prt_bnrbox_01 .download > .inner a:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_bnrbox_01 .download .catch {
  padding: 15px 5px;
  background: #2c4867;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.prt_bnrbox_01 .download .thumb {
  float: left;
  width: 40%;
  letter-spacing: -0.4em;
}
.prt_bnrbox_01 .download .thumb > img {
  display: inline-block;
  margin: 3px;
  border: 1px solid #ccc;
  vertical-align: bottom;
  letter-spacing: normal;
}
.prt_bnrbox_01 .download .dl_pdf {
  display: block;
  float: right;
  width: 60%;
  text-align: right;
}

/* movie */
.prt_movie{
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

.prt_movie.type01{
  height: 382px;
}

/* Pages
------------------------------- */
/* mainvs */
#mainvs {
  border-bottom: 7px solid #00aeef;
  background: url(/img/ss/products/marker/packing/bg_index_001.gif);
}
#mainvs > .inner {
  margin: 0 auto;
  width: 980px;
  background: url(/img/ss/products/marker/packing/bg_index_002.png) no-repeat;
  background-position: right center;
  background-size: contain;
}
#mainvs .item_wrap {
  padding: 20px 0 0;
  width: 374px;
  height: 402px;
}
#mainvs h1 {
  margin-bottom: 15px;
}
#mainvs h1 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#mainvs .thumbnail {
  margin-bottom: 15px;
  text-align: center;
}
#mainvs .thumbnail a {
  display: inline-block;
  width: 35.29412%;
}
#mainvs .thumbnail a:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#mainvs .thumbnail a .item_img {
  display: block;
  float: left;
  width: 47.72727%;
}
#mainvs .thumbnail a > span:first-child {
  margin-right: 4.54545%;
}
#mainvs .thumbnail a img {
  max-width: 100%;
  height: auto;
}
#mainvs .dl_btn {
  text-align: center;
}
#mainvs .dl_btn a {
  display: inline-block;
  width: 58.28877%;
}
#mainvs .dl_btn a img {
  max-width: 100%;
  height: auto;
}

/* download page */
.p_download p {
  margin: 0;
}
.p_download .main_sect {
  margin: 0 0 50px;
}
.p_download .sub_sect {
  margin: 0 0 30px;
}
.p_download .download_btn_box .ss_download_btn {
  margin: auto;
  max-width: 240px;
}
.p_download .download_btn_box .ss_download_btn .txt01 {
  padding-right: 30px;
}
.p_download a:hover {
  color: #06c;
}

.download_col2_box {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.download_col2_box .inner {
  margin: 0 auto 20px;
  max-width: 680px;
}
.download_col2_box .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.download_col2_box .inner > .item {
  float: left;
  margin: 0 0 0 20px;
  width: calc((100% - 20px)/2);
}
.download_col2_box .inner > .item:first-child {
  margin-left: 0;
}
.download_col2_box .inner > .item .item_inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.download_col2_box .inner > .item .item_inner .image,
.download_col2_box .inner > .item .item_inner .ttl {
  display: table-cell;
}
.download_col2_box .inner > .item .item_inner .image {
  width: 92px;
  height: 92px;
  vertical-align: middle;
  text-align: center;
}
.download_col2_box .inner > .item .item_inner .image img {
  border: solid 1px #ccc;
}
.download_col2_box .inner > .item .item_inner .ttl {
  padding-left: 10px;
  font-weight: bold;
}

.download_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.download_list li {
  float: left;
  margin: 0 0 20px 2%;
  width: 32%;
}
.download_list li:nth-child(3n+1) {
  margin-left: 0;
}
.download_list .download_item {
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.download_list .download_column {
  display: table;
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed;
}
.download_list .download_column .thumb {
  display: table-cell;
  width: 92px;
  height: 92px;
  vertical-align: middle;
  text-align: center;
}
.download_list .download_column .thumb img {
  border: solid 1px #ccc;
}
.download_list .download_column .desc {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
}
.download_list .download_column .desc .ttl {
  color: #0094d3;
  text-decoration: none;
  font-weight: bold;
}

/* Media Screen
  ------------------------------- */
@media screen and (min-width: 641px) {
  /* General */
  .sp_view {
    display: none;
  }

  /* Index Nav Base Styles */
  .index_nav .nav_menu {
    margin: 0;
  }
  .index_nav .nav_menu > ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .index_nav .nav_menu > ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }
  .index_nav .nav_menu .nav_item {
    float: left;
    margin: 0 0 20px 20px;
    width: calc((100% - 20px) / 2);
  }
  .index_nav .nav_menu .nav_item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .index_nav .ac_btn {
    position: relative;
    cursor: auto;
  }
  .index_nav .nav_list {
    display: block !important;
    padding: 0 !important;
  }
  .index_nav .nav_list > ul {
    padding: 0;
  }
  .index_nav .nav_list li {
    font-size: 15px;
    line-height: 1.3;
  }
  .index_nav .nav_list li:first-child {
    margin: 0;
  }
  .index_nav .nav_list li a:before {
    top: 0.25em;
  }
  .index_nav .nav_menu .nav_item .subcategories {
    padding: 20px;
  }
  .index_nav .nav_menu .nav_item .subcategories .subcat + .subcat {
    margin-top: 15px;
  }
  .index_nav .nav_menu .nav_item .subcategories .subcat .catname {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .index_nav .nav_menu .nav_item .subcategories .subcat .subpage {
    font-size: 15px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
  .index_nav .nav_menu .nav_item .subcategories .subcat .subpage a {
    color: #333;
  }

  /* Index Nav Unique Styles for each SS */
  .index_nav .nav_menu .nav_item {
    border: 1px solid #ddd;
  }
  .index_nav .ac_btn {
    display: table;
    width: 100%;
    background: #2e2e2e;
    table-layout: fixed;
  }
  .index_nav .ac_btn .label {
    display: table-cell;
    padding: 22px 16px 16px 15px;
    font-weight: bold;
    font-size: 16px;
  }
  .index_nav .ac_btn .label a{
    color: #fff;
    display:block;
    position :relative;
  }
  .index_nav .ac_btn .label a:before{
    position: absolute;
    top: 47.5%;
    right: 5px;
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
   }
  .index_nav .ac_btn .label a:hover{
    color: #fff;
  }
  .index_nav .ac_btn:before {
    display: table-cell;
    width: 70px;
    background-color: #00a6e0;
    background-position: center center;
    background-size: 52px 52px;
    background-repeat: no-repeat;
    content: "";
  }
  .index_nav .ac_btn.icon_01:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_001.png);
  }
  .index_nav .ac_btn.icon_02:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_002.png);
  }
  .index_nav .ac_btn.icon_03:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_003.png);
  }
  .index_nav .ac_btn.icon_04:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_004.png);
  }
  .index_nav .ac_btn.icon_05:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_005.png);
  }
  .index_nav .ac_btn .chapter {
    color: #f92828;
    font-size: 10px;
    line-height: 1.2;
  }
  .index_nav .ac_btn .chapter:hover {
    color: #f92828;
  }
  .index_nav .nav_list > ul {
    padding: 20px;
  }
  .index_nav .nav_list li {
    padding-bottom: 6px;
  }
  .index_nav .nav_list li a {
    color: #000;
  }

  /* Side Nav */
  #side .nav_menu > ul {
    border-bottom: 1px solid #efefef;
  }
  #side .nav_menu .ac_btn {
    padding: 15px 30px 14px 10px;
    border-top: 1px solid #efefef;
  }
  #side .nav_menu .ac_btn a {
    color: #333;
    opacity: 1;
  }
  #side .nav_menu .ac_btn .label {
    font-size: 15px;
  }
  #side .nav_menu .ac_btn .chapter {
    color: #f92828;
    font-size: 10px;
    line-height: 1.2;
  }
  #side .nav_menu span.label a:hover {
    text-decoration: underline solid #333;
  }
  #side .nav_menu .nav_list {
    padding: 0;
    border-top: 1px solid #efefef;
  }
  #side .nav_menu .nav_list > ul {
    padding: 10px;
  }
  #side .nav_menu .nav_list > ul li {
    margin: 5px 0 0;
  }
  #side .nav_menu .nav_list > ul li a {
    color: #333;
  }
  #side .nav_menu .nav_list > .subcategories {
  }
  #side .nav_menu .nav_list > .subcategories .subcat {
    padding: 10px;
  }
  #side .nav_menu .nav_list > .subcategories .subcat .catname {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
  }
  #side .nav_menu .nav_list > .subcategories .subcat .subpage {
    margin: 5px 0 0;
  }
  #side .nav_menu .nav_list > .subcategories .subcat .subpage a {
    color: #333;
  }

  /* Footer */
  #footer .js_sp_menu .nav_list {
    display: block !important;
    padding: 0 !important;
  }

  #footer .sitemap {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: url(/img/ss/products/marker/packing/bg_style_008.gif);
  }
  #footer .sitemap a,
  #footer .sitemap .home_link {
    color: #373737;
  }
  #footer .sitemap .nav_item .ac_btn {
    margin-bottom: 12px;
  }
  #footer .sitemap .nav_item .label {
    display: block;
    color: #373737;
    font-size: 15px;
  }
  #footer .sitemap .nav_item .chapter {
    color: #f92828;
    font-size: 10px;
  }
  #footer .sitemap .nav_list li a {
    color: #373737;
  }
  #footer .sitemap .nav_list li a:before {
    border-color: transparent transparent transparent #d52222;
  }
  #footer .sitemap .nav_list li a:hover {
    opacity: 0.7;
  }

  /* CV Area */
  /* Override */
  /* Pages */
}
@media screen and (max-width: 979px) {
  /* Header */
  #header {
    height: auto;
  }
  #header .site_title {
    width: 24.5%;
  }

  /* CV Bottom */
  #cv_contact {
    height: auto;
  }
  #cv_contact .fixed_wrapper {
    height: auto;
  }
  #cv_contact .fixed_wrapper .inner {
    padding: 0 5px;
  }
  #cv_contact .fixed_wrapper .inner p {
    width: 42.85%;
  }
  #cv_contact #pagetop {
    right: 0;
    margin-right: 0;
  }

  /* Index Nav */
  /* CV Area */
  /* Override */
  /* Modules */
  .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_columns.col2.prt_sect_cv> .item {
		float: none;
	}

	.prt_columns.col2.prt_sect_cv > .item {
    float: none;
    margin: 0 0 45px;
    width: 100%;
}

	.ss_download_btn.type02{
	margin: 0 auto;
	}

  /* Pages */
  /* mainvs */
  #mainvs > .inner {
    width: 100%;
  }
  #mainvs .item_wrap {
    padding: 2.19388% 0 6.68367%;
    width: 38.16327%;
    height: auto;
  }
}
@media screen and (max-width: 865px) {
  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 405px;
  }
  #cv_contact .fixed_wrapper .inner li {
    width: 200px;
  }
  #cv_contact .fixed_wrapper .inner li a {
    font-size: 14px;
  }

  /* Index Nav */
  /* CV Area */
  /* Override */
  /* Modules */
  /* Pages */
}
@media screen and (max-width: 768px) {
  /* Header */
  #header .logo {
    width: 83px;
  }
  #header ul {
    float: right;
    width: 345px;
  }
  #header ul li {
    width: 170px;
  }
  #header ul li a {
    font-size: 12px;
  }
  #header .btn_download a:before {
    margin: 0 11px 0 0;
    width: 18px;
    height: 24px;
  }
  #header .btn_contact a:before {
    margin: -4px 4px 0 0;
    width: 20px;
    height: 20px;
  }
  #header .btn_box {
    width: 345px;
  }
  #header .btn_box li {
    width: 170px;
  }
  #header .btn_box li a {
    font-size: 12px;
  }
  #header .btn_box .btn_download a:before {
    height: auto;
  }
  #header .btn_box .btn_contact a:before {
    height: auto;
  }

  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 345px;
  }
  #cv_contact .fixed_wrapper .inner li {
    width: 170px;
  }
  #cv_contact .fixed_wrapper .inner li a {
    font-size: 12px;
  }

  /* Index Nav */
  .index_nav .nav_menu > ul {
    display: block;
  }
  .index_nav .nav_menu .nav_item {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  .index_nav .nav_menu .nav_item:nth-child(2n+1) {
    margin-left: 0;
  }

  /* CV Area */
  /* Override */
  /* Modules */
  /* Pages */
  .download_list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }
  .download_list li {
    float: left;
    margin: 0 0 20px 2%;
    width: 48%;
  }
  .download_list li:nth-child(3n+1) {
    margin-left: 2%;
  }
  .download_list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .cv_bnr .banner .text_box {
    width: calc(100% - 108px);
  }
  .cv_bnr .banner .text_box .title {
    font-size: 18px;
  }
  .cv_bnr .banner .text_box .text {
    font-size: 12px;
  }
  .cv_bnr .banner .img_box {
    max-width: 90px;
  }
  .cv_bnr .banner .btn_box .ss_download_btn {
    width: calc(100% - 108px);
  }
}
@media screen and (max-width: 640px) {
  /* General */
  .pc_view {
    display: none;
  }

  .contents_wrap {
    padding: 0 15px;
  }

  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
  }

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

  /* Breadcrumbs */
  #breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #breadcrumb > ul {
    margin: 0 0 0 15px;
  }

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

  /* Pager */
  #container .pager li a {
    padding: 8px;
  }
  #container .pager li a:before {
    top: 4px;
    bottom: 4px;
    width: 15px;
    background-size: 8px;
  }
  #container .pager li a > span {
    font-weight: bold;
    font-size: 13px;
  }
  #container .pager li a > strong {
    font-size: 16px;
    line-height: 1.5;
  }
  #container .pager .prev a {
    padding-left: 35px;
  }
  #container .pager .prev a:before {
    background-image: url(/img/ss/common/bg_pager_sp_001.png);
    background-position: center;
  }
  #container .pager .next a {
    padding-right: 35px;
  }
  #container .pager .next a:before {
    background-image: url(/img/ss/common/bg_pager_sp_002.png);
    background-position: center;
  }

  /* CV Bottom */
  #cv_contact {
    width: 100%;
    height: auto;
    order: 1;
  }
  #cv_contact .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    background: #fff;
  }
  #cv_contact .fixed_wrapper .inner {
    overflow: visible;
    padding: 0;
    width: auto;
    background-color: #00aeef;
  }
  #cv_contact .fixed_wrapper .inner p {
    float: none;
    width: 100%;
    text-align: center;
  }
  #cv_contact .fixed_wrapper .inner p a {
    display: block;
    padding: 2.2% 4.7% 1.6%;
  }
  #cv_contact .fixed_wrapper .inner ul {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  #cv_contact .fixed_wrapper .inner li {
    display: table;
    float: left;
    margin: 0;
    width: 50%;
    height: auto;
  }
  #cv_contact .fixed_wrapper .inner li a {
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
  }
  #cv_contact #pagetop {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: auto;
    height: 60px;
    background: none;
  }
  #cv_contact #pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    width: 40px;
    height: 40px;
  }
  #cv_contact #pagetop a:before {
    margin-top: -4px;
    width: 16px;
    height: 16px;
  }
  #cv_contact #pagetop a:after {
    width: 16px;
    height: 16px;
  }
  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }
  #cv_contact.fixed .fixed_wrapper #pagetop a {
    position: fixed;
  }
  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }
  #cv_contact.fixed.hidden .fixed_wrapper #pagetop a {
    display: none;
  }

  /* Footer */
  #footer {
    order: 3;
  }
  #footer .sitemap {
    display: none;
  }
  #footer .js_sp_menu {
    display: block;
    padding: 0;
  }
  #footer .js_sp_menu .js_menu_button {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 10010;
    display: block;
    width: 49px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #footer .js_sp_menu .js_menu_button:before,
  #footer .js_sp_menu .js_menu_button:after,
  #footer .js_sp_menu .js_menu_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #footer .js_sp_menu .js_menu_button:before {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
  #footer .js_sp_menu .js_menu_button:after {
    -webkit-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
  }
  #footer .js_sp_menu .js_menu_button i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #footer .js_sp_menu .js_menu_button.pagein {
    opacity: 1;
    cursor: pointer;
  }
  #footer .js_sp_menu .inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 30px 15px 80px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  #footer .js_sp_menu .home_link {
    margin: 0 0 20px;
  }
  #footer .js_sp_menu .home_link a {
    font-size: 0;
  }
  #footer .js_sp_menu .home_link a:before {
    color: #fff;
    content: attr(data-menu-label);
    font-weight: bold;
    font-size: 24px;
  }
  #footer .js_sp_menu .nav_menu > ul {
    display: block;
    overflow: visible;
  }
  #footer .js_sp_menu .nav_menu .nav_item {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
  }
  #footer .js_sp_menu .nav_menu .ac_btn {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;

    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
  }
  #footer .js_sp_menu .nav_menu .ac_btn:hover {
    background: #e7e7e7;
    color: #f92828;
  }
  #footer .js_sp_menu .nav_menu .ac_btn:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/img/ss/products/marker/packing/bg_navi_001.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #footer .js_sp_menu .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/marker/packing/bg_navi_002.jpg");
  }
  #footer .js_sp_menu .nav_menu .current .ac_btn {
    background: #ebf9fe;
    color: #f92828;
  }
  #footer .js_sp_menu .nav_menu .ac_btn:after {
    width: 25px;
    height: 25px;
    background-image: url("/img/ss/products/marker/packing/bg_navi_003.jpg");
  }
  #footer .js_sp_menu .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/marker/packing/bg_navi_004.jpg");
  }
  #footer .js_sp_menu .nav_menu .nav_list {
    display: none;
  }
  #footer .js_sp_menu .nav_menu .nav_list > ul {
    background-color: #fff;
  }
  #footer .js_sp_menu .nav_menu .nav_list li {
    font-size: 15px;
  }
  #footer .copy {
    padding: 12px 0;
  }
  #footer .copy p,
  #footer .copy ul {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .copy ul {
    margin-bottom: 5px;
  }
  #footer .copy ul li a {
    font-weight: bold;
  }

  body.view-mode-sp #footer .inner {
    display: block;
  }

  body.menu-opened {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.menu-opened #footer .js_menu_button:before {
    -webkit-transform: translate(-50%, -50%) rotate(-225deg);
    transform: translate(-50%, -50%) rotate(-225deg);
  }
  body.menu-opened #footer .js_menu_button:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
  }
  body.menu-opened #footer .js_menu_button i {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
  }
  body.menu-opened #footer .inner {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  /* Nav Menu */
  #side {
    float: none;
    width: auto;
  }
  #side .recommend {
    width: 100%;
    margin: 30px auto 0;
  }
  #container .nav_menu .nav_item {
    margin: 0;
  }
  #container .nav_menu .ac_btn {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;

    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
  }
  #container .nav_menu .ac_btn:hover {
    background: #e7e7e7;
    color: #f92828;
  }
  #container .nav_menu .ac_btn:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/img/ss/products/marker/packing/bg_navi_001.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #container .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/marker/packing/bg_navi_002.jpg");
  }
  #container .nav_menu .current .ac_btn {
    background: #ebf9fe;
    color: #f92828;
  }
  #container .nav_menu .ac_btn:after {
    width: 25px;
    height: 25px;
    background-image: url("/img/ss/products/marker/packing/bg_navi_003.jpg");
  }
  #container .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/marker/packing/bg_navi_004.jpg");
  }
  #container .nav_list {
    display: none;
  }
  #container .nav_menu {
    margin: 0 0 40px;
    border: none;
  }
  #container .nav_menu .nav_item {
    border: 1px solid #ddd;
    border-top: 1px solid #fff;
    border-bottom: none;
  }
  #container .nav_menu .nav_item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
  #container .nav_menu .ac_btn {
    display: table;
    width: 100%;
    background: #2e2e2e;
  }
  #container .nav_menu .ac_btn .label {
    display: table-cell;
    padding: 16px 41px 16px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  #container .nav_menu .ac_btn .label a {
    color: #fff;
    display:inline;
  }
  #container .nav_menu .ac_btn .label a:hover{
    color: #fff;
  }
  #container .nav_menu .ac_btn:before {
    display: table-cell;
    width: 70px;
    background-color: #00a6e0;
    background-position: center center;
    background-size: 52px 52px;
    background-repeat: no-repeat;
    content: "";
  }
  #container .nav_menu .ac_btn.icon_01:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_001.png);
  }
  #container .nav_menu .ac_btn.icon_02:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_002.png);
  }
  #container .nav_menu .ac_btn.icon_03:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_003.png);
  }
  #container .nav_menu .ac_btn.icon_04:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_004.png);
  }
  #container .nav_menu .ac_btn.icon_05:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_005.png);
  }
  #container .nav_menu .ac_btn .chapter {
    color: #f92828;
    font-size: 10px;
    line-height: 1.2;
  }
  #container .nav_menu .ac_btn:hover {
    background: #2e2e2e;
  }
  #container .nav_menu .current .ac_btn {
    background: #2e2e2e;
  }
  #container .nav_menu .nav_list > ul {
    padding: 20px;
  }
  #container .nav_menu .nav_list li {
    padding-bottom: 6px;
  }
  #container .nav_menu .nav_list li a {
    color: #000;
  }
  #container .nav_menu .nav_list li:last-child {
    padding-bottom: 0;
  }
  #container .nav_menu .nav_list > .subcategories {
    padding: 20px;
    background: #fff;
  }
  #container .nav_menu .nav_list > .subcategories .subcat + .subcat {
    margin-top: 15px;
  }
  #container .nav_menu .nav_list > .subcategories .subcat .catname {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
  }
  #container .nav_menu .nav_list > .subcategories .subcat .subpage {
    padding-bottom: 6px;
    font-size: 15px;
  }
  #container .nav_menu .nav_list > .subcategories .subcat .subpage a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    line-height: 1.4;
    opacity: 1;
  }
  #container .nav_menu .nav_list > .subcategories .subcat .subpage a:before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #d52222;
    content: "";
  }

  #footer .js_sp_menu .nav_menu .nav_item {
    margin: 0;
  }
  #footer .js_sp_menu .nav_menu .ac_btn {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;

    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
  }
  #footer .js_sp_menu .nav_menu .ac_btn:hover {
    background: #e7e7e7;
    color: #f92828;
  }
  #footer .js_sp_menu .nav_menu .ac_btn:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/img/ss/products/marker/packing/bg_navi_001.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #footer .js_sp_menu .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/marker/packing/bg_navi_002.jpg");
  }
  #footer .js_sp_menu .nav_menu .current .ac_btn {
    background: #ebf9fe;
    color: #f92828;
  }
  #footer .js_sp_menu .nav_menu .ac_btn:after {
    width: 25px;
    height: 25px;
    background-image: url("/img/ss/products/marker/packing/bg_navi_003.jpg");
  }
  #footer .js_sp_menu .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/marker/packing/bg_navi_004.jpg");
  }
  #footer .js_sp_menu .nav_list {
    display: none;
  }
  #footer .js_sp_menu .nav_menu {
    margin: 0 0 40px;
    border: none;
  }
  #footer .js_sp_menu .nav_menu .nav_item {
    border: 1px solid #ddd;
    border-top: 1px solid #fff;
    border-bottom: none;
  }
  #footer .js_sp_menu .nav_menu .nav_item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
  #footer .js_sp_menu .nav_menu .ac_btn {
    display: table;
    width: 100%;
    background: #2e2e2e;
  }
  #footer .js_sp_menu .nav_menu .ac_btn .label {
    display: table-cell;
    padding: 16px 41px 16px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  #footer .js_sp_menu .nav_menu .ac_btn .label a{
    color: #fff;
  }
  #footer .js_sp_menu .nav_menu .ac_btn:before {
    display: table-cell;
    width: 70px;
    background-color: #00a6e0;
    background-position: center center;
    background-size: 52px 52px;
    background-repeat: no-repeat;
    content: "";
  }
  #footer .js_sp_menu .nav_menu .ac_btn.icon_01:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_001.png);
  }
  #footer .js_sp_menu .nav_menu .ac_btn.icon_02:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_002.png);
  }
  #footer .js_sp_menu .nav_menu .ac_btn.icon_03:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_003.png);
  }
  #footer .js_sp_menu .nav_menu .ac_btn.icon_04:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_004.png);
  }
  #footer .js_sp_menu .nav_menu .ac_btn.icon_05:before {
    background-image: url(/img/ss/products/marker/packing/bg_style_005.png);
  }
  #footer .js_sp_menu .nav_menu .ac_btn .chapter {
    color: #f92828;
    font-size: 10px;
    line-height: 1.2;
  }
  #footer .js_sp_menu .nav_menu .ac_btn:hover {
    background: #2e2e2e;
  }
  #footer .js_sp_menu .nav_menu .current .ac_btn {
    background: #2e2e2e;
  }
  #footer .js_sp_menu .nav_menu .nav_list > ul {
    padding: 20px;
  }
  #footer .js_sp_menu .nav_menu .nav_list li {
    padding-bottom: 6px;
  }
  #footer .js_sp_menu .nav_menu .nav_list li a {
    color: #000;
  }
  #footer .js_sp_menu .nav_menu .nav_list li:last-child {
    padding-bottom: 0;
  }
  #footer .js_sp_menu .nav_menu .nav_list > .subcategories {
    padding: 20px;
    background: #fff;
  }
  #footer .js_sp_menu .nav_menu .nav_list > .subcategories .subcat + .subcat {
    margin-top: 15px;
  }
  #footer .js_sp_menu .nav_menu .nav_list > .subcategories .subcat .catname {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
  }
  #footer .js_sp_menu .nav_menu .nav_list > .subcategories .subcat .subpage {
    padding-bottom: 6px;
    font-size: 15px;
  }
  #footer .js_sp_menu .nav_menu .nav_list > .subcategories .subcat .subpage a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    line-height: 1.4;
    opacity: 1;
  }
  #footer .js_sp_menu .nav_menu .nav_list > .subcategories .subcat .subpage a:before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #d52222;
    content: "";
  }

  #footer .sitemap .nav_menu .nav_item {
    border: none;
    border-top: 1px solid #fff;
  }
  #footer .sitemap .nav_menu .nav_item .ac_btn {
    margin-bottom: 0;
  }
  #footer .sitemap .nav_menu .nav_item .label {
    border: none;
  }

  /* Main Contents */
  .main_contents {
    float: none;
    padding: 0 0 25px;
    width: auto;
  }
  /* View Inner */
  .view_inner {
    padding: 0;
  }

  /* SUB Page Bnr */
  .ss_subpage_box,.ss_subpage_box_2col {
  max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a,.ss_subpage_box_2col .ss_subpage_bnr > a {
    width: 100%;
    max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn,.ss_subpage_box_2col .ss_subpage_bnr > a .inner .btn_wrap .btn {
    width: 100%;
  }
  .ss_subpage_box_2col .ss_subpage_bnr > a .inner {
    margin-left: 114px;
  }
  .ss_subpage_box_2col .ss_subpage_bnr > a .img_2col {
    top: 170px;
    left: 10px;
  }  
  /* CV Area */
  .cv_area {
    margin: 20px 0 30px;
  }
  .cv_area .bnr_list {
    overflow: hidden;
    margin: 25px 0 0 0;
    word-wrap: break-word;
  }
  .cv_area .bnr_list > li {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
    background-position: 97% 96%;
  }
  .cv_area .bnr_list > li a {
    padding: 15px;
  }
  .cv_area .bnr_list > li a:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }
  .cv_area .bnr_list > li a .title {
    float: left;
    padding: 0 0 25px 0;
    width: 68%;
  }
  .cv_area .bnr_list > li a .des {
    float: left;
    padding: 0;
    width: 68%;
  }
  .cv_area .bnr_list > li a .thumb {
    float: right;
    margin: 0;
    padding: 0 7% 0 0;
    width: 27%;
  }
  .cv_area .bnr_list > li:last-child {
    margin-bottom: 0;
  }

  .cv_bnr {
    margin-top: 25px;
  }
  .cv_bnr .banner .text_box {
    padding: 10px 15px 15px;
  }
  .cv_bnr .banner .text_box .title {
    font-size: 16px;
  }
  .cv_bnr .banner .text_box .text {
    font-size: 12px;
  }
  .cv_bnr .banner .img_box {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .cv_bnr .banner .btn_box {
    padding: 10px 15px;
  }
  .cv_bnr .banner .btn_box .ss_download_btn {
    width: 100%;
  }

  .bottom_btn_style_01 {
    width: 95%;
  }

  .bottom_btn_style_01 a {
    text-align: left;
  }

  .bottom_btn_style_01 a span {
    font-size: 16px;
    display: block;
  }

  .bottom_btn_style_01 a span::before {
    width: 8px;
    height: 8px;
    top: 7px;
    right: -10px;
  }

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

  #p_home #container {
    padding: 0 0 30px;
  }
  #p_home .cv_area {
    margin: 30px 0;
  }

  /* Modules */
  .ss_download_btn.icon01 > span:first-child {
    background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
  }
  .ss_download_btn img {
    max-width: 100%;
    height: auto;
  }
  .ss_download_btn .img02 img {
    width: 48px;
  }
  .ss_download_btn .img03 img {
    width: 67px;
  }
  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    padding-left: 24px;
    width: calc(100% - 24px);
    font-size: 12px;
  }
  .ss_download_btn .txt02 {
    padding-right: 60px;
  }
  .ss_download_btn .txt04 {
    padding-right: 77px;
  }
  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }

  .prt_rsp_tbl {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border: none;
  }
  .prt_rsp_tbl caption,
  .prt_rsp_tbl thead,
  .prt_rsp_tbl tbody,
  .prt_rsp_tbl tr,
  .prt_rsp_tbl th,
  .prt_rsp_tbl td,
  .prt_rsp_tbl.scroll_body tr,
  .prt_rsp_tbl.scroll_body thead,
  .prt_rsp_tbl.scroll_body tbody {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }
  .prt_rsp_tbl.scroll_body tbody {
    border: none;
  }
  .prt_rsp_tbl caption {
    margin: 0 0 5px;
    text-align: left;
  }
  .prt_rsp_tbl caption .prt_inblock {
    margin-right: 1em;
    margin-left: 0;
  }
  .prt_rsp_tbl [data-label]:before {
    content: attr(data-label);
  }
  .prt_rsp_tbl .pc_view,
  .prt_rsp_tbl.scroll_body .pc_view {
    display: none;
  }

  .prt_rsp_tbl.spmode_txt caption.head {
    margin: 0 0 10px;
    padding: 0 5px 3px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_txt tr {
    padding: 10px 0;
  }
  .prt_rsp_tbl.spmode_txt tr:first-child {
    padding-top: 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 {
    display: block;
    padding: 0;
  }
  .prt_rsp_tbl.spmode_txt th .prt_cell_wrap {
    padding: 8px 0 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child [data-label]:first-child:before {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_txt.type_01 th,
  .prt_rsp_tbl.spmode_txt.type_01 [data-label]:before {
    display: block;
    margin: 10px 0 5px;
    padding: 0 5px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
    text-align: left;
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_txt.type_01 td {
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02 tr {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .prt_rsp_tbl.spmode_txt.type_02 tr:first-child {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_txt.type_02 th,
  .prt_rsp_tbl.spmode_txt.type_02 td {
    padding: 0 10px;
    border: none;
    text-align: left;
  }
  .prt_rsp_tbl.spmode_txt.type_02 caption.head,
  .prt_rsp_tbl.spmode_txt.type_02 th:first-child {
    margin: 10px 0 0;
    background: #00273e;
    color: #fff;
    text-indent: 0;
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_txt.type_02 caption.head.sub,
  .prt_rsp_tbl.spmode_txt.type_02 th:first-child.sub {
    background: #e8e8e8;
    color: #333;
  }
  .prt_rsp_tbl.spmode_txt.type_02 caption.head {
    padding: 8px 10px 6px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 thead {
    margin: 0 0 20px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 thead th:before {
    content: "・";
  }
  .prt_rsp_tbl.spmode_txt.type_02 tr:first-child th:first-child {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_txt.type_02 th:first-child .prt_cell_wrap {
    padding: 8px 0 6px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 th + td {
    margin-top: 10px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 [data-label]:before {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    background: none;
    content: "[" attr(data-label) "]";
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_txt.type_02 [data-label]:first-child:before {
    content: "[" attr(data-label) "]";
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_cell tr {
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .prt_rsp_tbl.spmode_cell tr:first-child,
  .prt_rsp_tbl.spmode_cell tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_cell tr:first-child [data-label]:first-child:before {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_cell th,
  .prt_rsp_tbl.spmode_cell [data-label]:before {
    display: block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #00273e;
    color: #fff;
    content: attr(data-label);
    text-align: left;
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_cell td {
    padding: 0;
  }
  .prt_rsp_tbl.spmode_cell .prt_cell_wrap {
    padding: 10px;
  }
  .prt_rsp_tbl.spmode_cell .prt_col2_cell {
    clear: none;
    width: 50%;
  }
  .prt_rsp_tbl.spmode_cell .prt_col2_cell:nth-of-type(2n+1) {
    clear: left;
  }
  .prt_rsp_tbl.spmode_cell .prt_col2_cell[data-label]:before,
  .prt_rsp_tbl.spmode_cell .prt_col2_cell .prt_cell_wrap {
    text-align: center;
  }
  .prt_rsp_tbl.spmode_cell .prt_col3_cell {
    clear: none;
    width: 33.3%;
  }
  .prt_rsp_tbl.spmode_cell .prt_col3_cell:nth-of-type(4n-1) {
    clear: left;
    width: 33.4%;
  }
  .prt_rsp_tbl.spmode_cell .prt_col3_cell[data-label]:before,
  .prt_rsp_tbl.spmode_cell .prt_col3_cell .prt_cell_wrap {
    text-align: center;
  }

  .prt_rsp_tbl.spmode_cell.type_02 tr {
    margin: 0;
    border-top: none;
  }
  .prt_rsp_tbl.spmode_cell.type_02 tr:first-child {
    border-top: 1px solid #ccc;
  }
  .prt_rsp_tbl.spmode_cell.type_02 th {
    width: 100%;
  }
  .prt_rsp_tbl.spmode_cell.type_02 td {
    padding: 10px;
  }

  .prt_tbl th,
  .prt_tbl td {
    padding: 10px;
  }

  .prt_tbl.type_02 tbody th,
  .prt_tbl.type_02 tbody td{
    display: block;
    width: 100%;
  }

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

  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    border-left: 1px solid #ccc;
  }

  .sp_scroll_body thead {
    overflow-y: scroll;
  }

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

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

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

  .prt_anchor_list > li {
    display: block;
    margin-bottom: 10px;
  }
  .prt_anchor_list > li:last-child {
    margin-bottom: 0;
  }

  .prt_columns + .prt_columns {
    margin-top: 0;
  }
  .prt_columns:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }
  .prt_columns.col2 > .item {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .prt_columns.col2 > .item:first-child {
    margin: 0 0 20px;
	}

	.prt_columns.col2.prt_sect_cv > .item {
    margin: 0 0 45px;
	}

  .prt_columns.col2_inline > .item {
    display: block;
  }
  .prt_columns.col2_inline > .item.image,
  .prt_columns.col2_inline > .item.image_right {
    float: none;
    margin: 0 0 30px;
    text-align: center;
  }
  .prt_columns.col3 > .item {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .prt_columns.col3 > .item:first-child {
    margin: 0 0 20px;
  }
  .prt_columns.col4 > .item {
    float: left;
    margin: 0 0 20px 20px;
    width: calc((100% - 20px) /2);
  }
  .prt_columns.col4 > .item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .prt_columns > .item.image,
  .prt_columns > .item.image_right {
    text-align: center;
  }
  .box_style.type03 > .title_block{
    display: block;
  }
  .box_style.type03 > .title_block > .title{
    width: 100%;
    margin-top: 10px;
  }
  .box_style.type03 > .title_block >.label{
    margin: 0;
    width: auto;
    display: inline-block;
    text-align: center;
  }
  .prt_circle_list {
    width: 100%;
  }
  .down_arrow01:before {
    top: -20px;
  }
  .down_arrow01:after {
    top: 20px;
  }

  /* Pages */
  /* mainvs */
  #mainvs {
    margin-bottom: 30px;
  }
  #mainvs > .inner {
    background-position: center top;
  }
  #mainvs .item_wrap {
    padding: 2.04082% 0 6.42857%;
    width: 100%;
  }
  #mainvs .thumbnail {
    padding-top: 65%;
    width: 100%;
  }
  #mainvs .thumbnail a {
    width: 50%;
  }
  #mainvs .thumbnail a .item_img {
    width: 45%;
  }
  #mainvs .thumbnail a img{
    width: 100%;
  }
  #mainvs .dl_btn {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  /* download page */
  .download_col2_box {
    border: 1px solid #d6d6d6;
  }
  .download_col2_box .inner > .item {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .download_col2_box .inner > .item .item_inner .ttl {
    font-size: 14px;
  }

  .download_list li {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* Header */
  #header ul li a,
  #header .btn_box li a {
    font-size: 10px;
  }
  #header ul .btn_download a,
  #header .btn_box .btn_download a {
    padding: 10px 0;
  }
  #header ul .btn_download a:before,
  #header .btn_box .btn_download a:before {
    width: 16px;
    height: 20px;
  }
  #header ul .btn_contact a:before,
  #header .btn_box .btn_contact a:before {
    width: 21px;
    height: 21px;
  }
  #header ul .btn_tel a:before,
  #header .btn_box .btn_tel a:before {
    width: 18px;
    height: 26px;
  }

  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner li a {
    padding: 10px 5px;
    font-size: 11px;
  }
  #cv_contact .fixed_wrapper .inner li a i {
    width: 26px;
    height: 26px;
  }
  #cv_contact .fixed_wrapper .inner li span {
    width: calc(100% - 26px);
  }
  #cv_contact .fixed_wrapper .inner .catalog a i:before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }
  #cv_contact .fixed_wrapper .inner .contact a i:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  /* CV Area */
  /* Override */
  /* Modules */
  /* cv banner bottom */
  .prt_bnrbox_01 .download .thumb {
    width: 38%;
  }
  .prt_bnrbox_01 .download .thumb > img {
    width: 40%;
    height: auto;
  }

  /* Pages */
}