<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  line-height: 1.6;
  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: "";
}

/* Header
------------------------------- */
#header {
  width: 100%;
  height: 68px;
  background: #3471b4;
}
#header .inner {
  display: block;
  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 .list_box {
  float: right;
  width: 401px;
}
#header .list_box li {
  display: flex;
  float: left;
  width: 198px;
  height: 38px;
}
#header .list_box li a {
  display: flex;
  padding: 0 0 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#header .list_box li a &gt; span {
  display: none;
  font-weight: bold;
}
#header .list_box li a .label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 3px 4px;
  text-align: center;
}
#header .list_box li a:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
}
#header .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}
#header .btn_download a:before {
  margin: 0;
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
  background-size: contain;
}
#header .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}
#header .btn_contact a:before {
  margin: -4px 0 0 0;
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
  background-size: contain;
}
#header .btn_tel {
  display: none;
  background-color: #00284a;
}
#header .btn_tel a:before {
  background: url(/img/ss/common/bg_icon_tel_001.png) no-repeat center;
  background-size: contain;
}
#header .logo {
  float: right;
  margin-left: 10px;
  width: 93px;
  line-height: 1;
}
#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}
#header .logo a img {
  max-width: 100%;
  height: auto;
}

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

/* 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 &gt; strong {
  display: block;
  color: #3471b4;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}
#container .pager li a &gt; span {
  display: block;
  color: #333;
  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: #3471b4;
  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 {
  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: #3471b4 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;
}
/* SUB Page Bnr */
.ss_subpage_box {
  margin: 0 auto;
  max-width: 478px;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr {
  overflow: hidden;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr &gt; a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  max-width: 478px;
  border: 1px solid #498edc;
  background: #fff;
  color: #333;
  font-size: 14px;
}
.ss_subpage_box .ss_subpage_bnr &gt; a .img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 104px;
  border: 1px solid #ccc;
}
.ss_subpage_box .ss_subpage_bnr &gt; a .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ss_subpage_box .ss_subpage_bnr &gt; a .inner {
  position: relative;
  margin-left: 114px;
  padding-bottom: 43px;
  min-height: 148px;
}
.ss_subpage_box .ss_subpage_bnr &gt; a .inner .title {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #498edc;
  color: inherit;
  font-size: inherit;
}
.ss_subpage_box .ss_subpage_bnr &gt; a .inner .title span {
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}
.ss_subpage_box .ss_subpage_bnr &gt; a .inner .txt {
  color: inherit;
  font-size: inherit;
}
.ss_subpage_box .ss_subpage_bnr &gt; a .inner .btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.ss_subpage_box .ss_subpage_bnr &gt; a .inner .btn_wrap .btn {
  display: inline-block;
  padding: 5px 12px;
  width: 80%;
  border-radius: 5px;
  background: #e24141;
  background: linear-gradient(#e24141, #ca1616);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.ss_subpage_box .ss_subpage_bnr &gt; a .inner .btn_wrap .btn span {
  display: inline-block;
  width: 110%;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
.ss_subpage_box .ss_subpage_bnr &gt; .ss_subpage_btn {
  color: #333;
  text-decoration: none;
}
.ss_subpage_box .ss_subpage_bnr &gt; .ss_subpage_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* CV Bottom
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}
#cv_contact a {
  text-decoration: none;
}
#cv_contact .tel_contact {
  flex: 1 1 490px;

  -webkit-box-flex: 1;
}

#cv_contact .tel_contact a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  cursor: default;
}

#cv_contact .tel_contact .svg_wrapper {
  position: relative;
  display: inline-block;
  max-width: 450px;
  width: 100%;
}

#cv_contact .tel_contact .svg_inner {
  position: relative;
  display: inline-block;
  padding-top: 11.5%;
  width: 100%;
}

#cv_contact .svg_tel_contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: normal;
}

#cv_contact .svg_tel_contact .free_dial_logo .logo_mark_bg {
  fill: #00a73c;
}

#cv_contact .svg_tel_contact .free_dial_logo .logo_mark_line {
  fill: #fff;
}

#cv_contact .svg_tel_contact .regulation_mark path,
#cv_contact .svg_tel_contact text {
  fill: #fff;
}

#cv_contact .svg_tel_contact .caption {
  font-size: 14px;
}

#cv_contact .svg_tel_contact .number {
  font-size: 32px;
}

#cv_contact .svg_tel_contact .hour,
#cv_contact .svg_tel_contact .comment {
  font-size: 13px;
}
#cv_contact .fixed_wrapper {
  position: relative;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #3471b4;
}
#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;
  transition: none;
}
#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}
#cv_contact .fixed_wrapper .inner li a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}
#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#cv_contact .fixed_wrapper .inner .catalog {
  background: #e60012;
}
#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}
#cv_contact .fixed_wrapper .inner .catalog a i:before {
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
}
#cv_contact .fixed_wrapper .inner .contact {
  background: #41a147;
}
#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -3.8%;
}
#cv_contact .fixed_wrapper .inner .contact a i:before {
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
}
#cv_contact #pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  margin: 0 -590px 0 0;
  width: 50px;
}
#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #3471b4;
  transition: none;
}
#cv_contact #pagetop a:before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
#cv_contact #pagetop a:after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #3471b4;
  content: "";
  transform: rotate(45deg);
}
#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}
#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}
#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}

/* Footer
------------------------------- */
#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 20px 20px;
  width: calc((100% - 60px) / 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 #d72323;
  content: "";
}

/* 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 #d72323;
  content: "";
}
#container .nav_menu .nav_list a:hover {
  text-decoration: underline;
}
#container .nav_menu .nav_list a.active {
  color: #d92525;
}

/* 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;
  -moz-user-select: none;
  user-select: none;

  -ms-user-select: none;
}
#side .nav_menu .ac_btn:hover {
  background: #e2ecf7;
  color: #333;
}
#side .nav_menu .ac_btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/img/ss/products/controls/network/bg_navi_001.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transform: translate(0, -50%);
}
#side .nav_menu .opened .ac_btn:after {
  background-image: url("/img/ss/products/controls/network/bg_navi_002.png");
}
#side .nav_menu .current .ac_btn {
  background: #e2ecf7;
  color: #d92525;
}
#side .nav_list {
  display: none;
}

/* Side Nav Unique Styles for each SS */
#side .nav_menu {
  border-bottom: 1px solid #ccc;
}
#side .nav_menu .ac_btn {
  padding: 11px;
  padding-right: 40px;
  border-top: 1px solid #ccc;
  background: #f3f3f3;
}
#side .nav_menu .ac_btn span {
  display: inline-block;
}
#side .nav_menu .nav_list {
  padding: 10px;
  border-top: 1px solid #ccc;
}
#side .nav_menu .nav_list li a {
  color: #333;
}
#side .nav_menu .two_col .nav_list:first-of-type {
  padding-bottom: 0;
}
#side .nav_menu .two_col .nav_list:last-child {
  padding-top: 0;
  border-top: none;
}

/* Main Contents
--------------------------------- */
.main_contents {
  float: right;
  padding: 0 0 50px;
  width: calc(100% - 260px);
  font-size: 16px;
}

/* CV Right
------------------------------- */
.cv_right {
  position: absolute;
  top: 170px;
  left: 50%;
  z-index: 1;
  margin: 0 0 252px 520px;
  width: 220px;
}
.cv_right a {
  display: block;
  width: 220px;
}
.cv_right .cv_right_label {
  margin: 0;
  padding: 8px;
  background: #498edc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
.cv_right .cv_right_label.ft_small {
  font-size: 12px;
  line-height: 1.6;
}
.cv_right .cv_column {
  display: block;
  padding: 12px 8px;
}
.cv_right .cv_column:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.cv_right .cv_column .left,
.cv_right .cv_column .right {
  display: block;
}
.cv_right .cv_column .left {
  float: left;
  width: 65px;
}
.cv_right .cv_column .right {
  float: left;
  margin-left: 8px;
  padding: 0 0 30px;
  width: 129px;
}
.cv_right .app_list .ttl,
.cv_right .app_list .txt,
.cv_right .cv_pdf_list .ttl,
.cv_right .cv_pdf_list .txt {
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 1.3;
}
.cv_right .app_list .txt em {
  font-weight: bold;
}
.cv_right .app_list .ttl,
.cv_right .cv_pdf_list .ttl {
  font-weight: bold;
}
.cv_right .app_list .img img,
.cv_right .app_list .img46 img,
.cv_right .app_list .img47 img,
.cv_right .app_list .img55 img,
.cv_right .cv_pdf_list .img img,
.cv_right .cv_pdf_list .img46 img,
.cv_right .cv_pdf_list .img47 img,
.cv_right .cv_pdf_list .img55 img {
  border: 1px solid #ccc;
}
.cv_right .app_list .btn,
.cv_right .cv_pdf_list .btn {
  display: block;
}
.cv_right .app_list .btn .ss_download_btn,
.cv_right .cv_pdf_list .btn .ss_download_btn {
  position: absolute;
  bottom: 12px;
  left: 81px;
  height: 26px;
}
.cv_right .app_list .btn .ss_download_btn.type03,
.cv_right .cv_pdf_list .btn .ss_download_btn.type03 {
  padding: 0 4px;
  max-width: 128px;
}
.cv_right .app_list .btn .ss_download_btn .txt05,
.cv_right .cv_pdf_list .btn .ss_download_btn .txt05 {
  padding-left: 12px;
  font-size: 10px;
}
.cv_right .app_list a,
.cv_right .cv_pdf_list a {
  position: relative;
}
.cv_right .app_list {
  margin-bottom: 12px;
}
.cv_right .app_list &gt; li {
  margin-top: -1px;
}
.cv_right .app_list &gt; li a {
  border: 1px solid #a2ceff;
  background: url(/img/ss/products/controls/network/bg_style_007.png) repeat-x bottom #ebf4ff;
}
.cv_right .app_list &gt; li:first-child {
  margin-top: 0;
}
.cv_right .app_list.fieldnetwork &gt; li {
  margin-top: 12px;
}
.cv_right .app_list.fieldnetwork &gt; li:first-child {
  margin-top: 0;
}
.cv_right .cv_pdf_list &gt; li {
  margin-bottom: 10px;
}
.cv_right .cv_pdf {
  border: solid 1px #176ac7;
  background: #fff;
}
.cv_right .cv_series_list li {
  margin-bottom: 10px;
}
.cv_right .cv_series_list li:last-child {
  margin: 0;
}
.cv_right .cv_series a {
  border: solid 3px #176ac7;
  background: #fff;
}
.cv_right .cv_series .series_inner {
  padding: 0 8px 0;
}
.cv_right .cv_series .series_inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.cv_right .cv_series .series_inner .thumb {
  float: left;
  width: 90px;
}
.cv_right .cv_series .series_inner .details {
  float: right;
  width: 100px;
}
.cv_right .cv_series .series_inner .details .series_des {
  margin-bottom: 6px;
  padding-top: 15px;
  color: #333;
  font-size: 13px;
  line-height: 1.3;
}
.cv_right .cv_series .series_inner .details .series_des em {
  font-weight: bold;
}
.cv_right .cv_series .series_inner .details .series_name {
  color: #cd1919;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
.cv_right .cv_series .cv_series_btn {
  padding: 10px 12px;
  background: #f3f9ff;
}
.cv_right .cv_series .ss_download_btn.type03 {
  max-width: 100%;
  height: 26px;
}

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

#header .btn_download {
  border: 1px solid #5e1f19;
  border-top: none;
}

#header .btn_contact {
  border: 1px solid #1a5f20;
  border-top: none;
}

#cv_contact .fixed_wrapper .inner .catalog {
  border: 1px solid #5e1f19;
}

#cv_contact .fixed_wrapper .inner .contact {
  border: 1px solid #1a5f20;
}

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

#footer .sitemap {
  overflow: hidden;
  background: #fff;
}
#footer .sitemap .nav_menu .ac_btn {
  border-bottom: 1px solid #c5c5c5;
}
#footer .sitemap .nav_menu .nav_item {
  width: calc((100% - 26.5% - 60px) / 3);
}
#footer .sitemap .nav_menu .nav_item:first-of-type {
  width: 26.5%;
}
#footer .sitemap .nav_menu .nav_item:nth-of-type(2) {
  width: calc(((100% - 26.5% - 60px) / 3) * 2 + 20px);
}
#footer .sitemap .two_col {
  width: 100%;
}
#footer .sitemap .two_col .nav_list {
  display: inline-block;
  float: left;
  width: 50%;
  border-collapse: collapse;
}
#footer .sitemap .two_col .nav_list:first-of-type {
  border-right: 0;
}
#footer .sitemap .two_col .nav_list:last-child {
  border-left: 0;
}

/* Modules
------------------------------- */
.ss_download_btn {
  position: relative;
  display: table;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  transition: opacity 0.3s;
}
.ss_download_btn.type01,
.ss_download_btn.type02,
.ss_download_btn.type03,
.ss_download_btn.type04,
.ss_download_btn.type05 {
  padding: 6px 0 5px;
  width: 100%;
  text-align: center;
}
.ss_download_btn.type01,
.ss_download_btn.type02 {
  padding-right: 12px;
  padding-left: 12px;
}
.ss_download_btn.type01 {
  max-width: 360px;
  height: 45px;
}
.ss_download_btn.type02 {
  max-width: 380px;
  height: 60px;
}
.ss_download_btn.type03,
.ss_download_btn.type05 {
  padding-right: 8px;
  padding-left: 8px;
  max-width: 160px;
  height: 30px;
}
.ss_download_btn.type04 {
  padding-right: 4px;
  padding-left: 4px;
  max-width: 110px;
  height: 34px;
  color: #fff;
  font-weight: bold;
}
.ss_download_btn.type05 {
  border-radius: 0 0 5px 5px;
}
.ss_download_btn.icon01 &gt; span:first-child {
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
.ss_download_btn.icon02 &gt; span:first-child {
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
}
.ss_download_btn .img01,
.ss_download_btn .img02,
.ss_download_btn .img03 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  transform: translateY(-50%);
}
.ss_download_btn .img01 img,
.ss_download_btn .img02 img,
.ss_download_btn .img03 img {
  border: solid 1px #ccc;
}
.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.ss_download_btn .txt05 {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  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: 25px;
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 1.2;
}
.ss_download_btn .txt01 {
  padding-right: 75px;
}
.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,
.prt_rsp_tbl_sp2col {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  table-layout: fixed;
  word-wrap: break-word;
}
.prt_tbl:first-child,
.prt_rsp_tbl:first-child,
.prt_rsp_tbl_sp2col:first-child {
  margin-top: 0;
}
.prt_tbl img,
.prt_rsp_tbl img,
.prt_rsp_tbl_sp2col img {
  max-width: 100%;
  height: auto;
}
.prt_tbl caption,
.prt_rsp_tbl caption,
.prt_rsp_tbl_sp2col caption {
  text-align: right;
}
.prt_tbl sup,
.prt_rsp_tbl sup,
.prt_rsp_tbl_sp2col sup {
  margin: 0 -20px 0 5px;
}
.prt_tbl th,
.prt_tbl td,
.prt_rsp_tbl th,
.prt_rsp_tbl td,
.prt_rsp_tbl_sp2col th,
.prt_rsp_tbl_sp2col td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}
.prt_tbl th,
.prt_rsp_tbl th,
.prt_rsp_tbl_sp2col th {
  text-align: center;
  font-weight: bold;
  line-height: 1.375;
}
.prt_tbl td,
.prt_rsp_tbl td,
.prt_rsp_tbl_sp2col td {
  background-color: #fff;
}
.prt_tbl thead th,
.prt_rsp_tbl thead th,
.prt_rsp_tbl_sp2col thead th {
  background: #010101;
  color: #fff;
}
.prt_tbl tbody th,
.prt_rsp_tbl tbody th,
.prt_rsp_tbl_sp2col tbody th {
  background: #e8e8e8;
}

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

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

.main_contents p {
  margin: 30px 0;
}
.main_contents .txt_date {
  margin: 0 0 30px;
  text-align: right;
  font-size: 14px;
}
.main_contents .label_01,
.main_contents .label_02 {
  color: #488edc;
  font-weight: bold;
  font-size: 18px;
}
.main_contents .label_01 {
  margin-bottom: 0;
}
.main_contents .label_01 + p {
  margin-top: 0;
}
.main_contents .label_02 {
  margin: 30px 0;
}
.main_contents .prt_note_01 {
  margin: 15px 0 0;
}
.main_contents .prt_note_02 {
  display: inline-block;
  margin-left: 1em;
  font-size: 14px;
}
.main_contents .prt_note_02:before {
  display: inline-block;
  content: "\203b";
}
.main_contents sup {
  vertical-align: super;
  font-size: smaller;
}
.main_contents sub {
  font-size: small;
}

.sect_contents {
  margin-bottom: 50px;
}

.sub_sect {
  margin-bottom: 30px;
}

.contents_inner {
  margin: 0 20px 30px;
}

.download_container {
  margin: 30px 0;
}
.download_container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.download_container .ss_download_btn {
  float: right;
}
.download_container.type_case .ss_download_btn.type01 {
  max-width: 400px;
  height: 58px;
}
.download_container + .download_container {
  margin: 50px 0 0;
}
.heading_01 {
  position: relative;
  margin-bottom: 30px;
  padding: 4px 4px 4px 20px;
  background-color: #498edc;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}
.heading_01:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 41px solid transparent;
  border-left: 17px solid #3471b4;
  content: "";
}

.heading_02,
.heading_04 {
  position: relative;
  margin-bottom: 30px;
  padding: 4px 4px 4px 20px;
  background-color: #e2ecf7;
  color: #222;
  font-weight: bold;
  font-size: 21px;
}
.heading_02:before,
.heading_04:before {
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  width: 0;
  height: calc(100% - 8px);
  border-left: 4px solid #488edc;
  content: "";
}

.heading_03,
.heading_05 {
  margin-bottom: 30px;
  padding-left: 20px;
  border-bottom: 1px solid #488edc;
  border-left: 2px solid #488edc;
  color: #222;
  font-weight: bold;
  font-size: 18px;
}
.heading_03 .sub_ttl,
.heading_05 .sub_ttl {
  display: block;
  font-size: 14px;
}

.heading_04 {
  background-color: #f3f3f3;
  font-size: 18px;
}
.heading_04:before {
  border-left: 2px solid #488edc;
}

.heading_05 {
  border-left: none;
}

.prt_link {
  text-decoration: underline;
}
.prt_link:hover {
  color: #06c;
  text-decoration: none;
}

.prt_linkbox {
  margin: 30px 0;
  text-align: right;
}
.prt_linkbox a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
}
.prt_linkbox a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d72323;
  content: "";
}
.prt_linkbox a:hover {
  color: #06c;
  text-decoration: underline;
}

@media screen and (max-width: 640px){
  .prt_linkbox a {
    display: inline;
  }
}

.prt_anchor_list {
  margin-bottom: 50px;
  padding: 15px 20px;
  background-color: #f3f3f3;
  line-height: 2;
}
.prt_anchor_list li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.prt_anchor_list li a {
  color: #06c;
}
.prt_anchor_list li a:before {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid #004b98;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.prt_item_list {
  line-height: 2;
}
.prt_item_list li {
  position: relative;
  display: inline-block;
  width: 32%;
  vertical-align: top;
}
.prt_item_list li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  padding: 0 15px 0 12px;
  color: #06c;
  text-decoration: underline;
  line-height: 1.4;
}
.prt_item_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 #d72323;
  content: "";
}
.prt_item_list li a:hover {
  text-decoration: none;
}

.icon_star {
  position: relative;
  padding-left: 20px;
}
.icon_star:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\203b";
}

.prt_notes_list {
  font-size: 14px;
}
.prt_notes_list li {
  position: relative;
  padding-left: 20px;
}
.prt_notes_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "\203b";
}
.prt_notes_list.type_notes_large {
  font-size: 16px;
}
.prt_notes_list.type_notes_large li {
  margin: 15px 0;
}
.prt_notes_list.type_notes_case {
  font-size: 16px;
}
.prt_notes_list.type_notes_case li {
  margin: 5px 0;
}

.prt_square_list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}
.prt_square_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "\25a0";
}

.prt_dot_list {
  padding-left: 20px;
}
.prt_dot_list li {
  list-style: disc;
}

.prt_image_list {
  display: table;
  margin: 0 auto 30px;
}
.prt_image_list li {
  display: table-cell;
  vertical-align: middle;
}

.prt_number_list {
  counter-reset: li;
}
.prt_number_list.type_num_notes li,
.prt_number_list.type_num_notes_02 li,
.prt_number_list.type_num_notes_03 li {
  position: relative;
  padding-left: 30px;
}
.prt_number_list.type_num_notes li:before,
.prt_number_list.type_num_notes_02 li:before,
.prt_number_list.type_num_notes_03 li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※" counter(li);
  counter-increment: li;
}
.prt_number_list.type_num_notes_02 li {
  padding-left: 34px;
}
.prt_number_list.type_num_notes_02 li:before {
  content: "※" counter(li) ":";
}
.prt_number_list.type_num_notes_03 {
  margin-left: -10px;
}
.prt_number_list.type_num_notes_03 li {
  display: inline-block;
  margin: 0 10px;
}

.lineup_contents {
  margin-bottom: 30px;
}
.lineup_contents .lineup_ttl {
  position: relative;
  margin: 0 0 6px;
  padding-left: 15px;
}
.lineup_contents .lineup_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\25cf";
}
.lineup_contents .lineup_nonettl {
  margin: 0 0 6px;
}
.lineup_contents .lineup_note {
  margin: 0;
}
.lineup_contents .end_production {
  margin: 0;
  font-size: 14px;
}
.lineup_contents .lineup_2cols:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.lineup_contents .lineup_2cols .item {
  float: left;
  width: 50%;
}
.lineup_contents .lineup_item {
  border: 1px solid #498edc;
}
.lineup_contents .lineup_item .ttl {
  position: relative;
  display: table;
  margin: 0;
  padding: 5px 10px 5px 5px;
  width: 100%;
  background-color: #498edc;
  color: #fff;
  word-break: break-word;
  font-weight: bold;
  font-size: 14px;
}
.lineup_contents .lineup_item .ttl:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  content: "";
  transform: translateY(-50%);
}
.lineup_contents .lineup_item .ttl &gt; span {
  display: table-cell;
  vertical-align: middle;
}
.lineup_contents .lineup_item .img,
.lineup_contents .lineup_item .img46,
.lineup_contents .lineup_item .img47,
.lineup_contents .lineup_item .img55 {
  text-align: center;
}
.lineup_contents .lineup_item .img.bg_gray,
.lineup_contents .lineup_item .bg_gray.img46,
.lineup_contents .lineup_item .bg_gray.img47,
.lineup_contents .lineup_item .bg_gray.img55 {
  background: #f3f3f3;
}

.lineup_list_02,
.lineup_list_03,
.lineup_list_04,
.lineup_list_05 {
  width: 100%;
}
.lineup_list_02:after,
.lineup_list_03:after,
.lineup_list_04:after,
.lineup_list_05:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.lineup_list_02 li,
.lineup_list_03 li,
.lineup_list_04 li,
.lineup_list_05 li {
  display: block;
  float: left;
}
.lineup_list_02 li a,
.lineup_list_03 li a,
.lineup_list_04 li a,
.lineup_list_05 li a {
  display: block;
  opacity: 1;
}
.lineup_list_02 li a:hover,
.lineup_list_03 li a:hover,
.lineup_list_04 li a:hover,
.lineup_list_05 li a:hover {
  opacity: 0.7;
}

.lineup_list_02 {
  margin-left: -5px;
}
.lineup_list_02 li {
  margin: 0 5px 10px;
  width: 170px;
}
.lineup_list_02.large li {
  margin: 0 6px 12px;
  width: 328px;
}

.lineup_list_03 {
  margin-left: -6px;
}
.lineup_list_03 li {
  margin: 0 6px 12px;
  width: 214px;
}

.lineup_list_04 {
  margin-left: -5px;
}
.lineup_list_04 li {
  margin: 0 5px 10px;
  width: 170px;
}

.lineup_list_05 {
  margin-left: -3px;
}
.lineup_list_05 li {
  margin: 0 3px 6px;
  width: 138px;
}
.ttl_circle {
  position: relative;
  margin: 0 0 6px;
  padding-left: 15px;
}
.ttl_circle:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\25cf";
}
.prt_tbl_block table {
  margin: 0 0 15px;
}
.prt_tbl_block p {
  margin: 0;
}
.prt_tbl_block .prt_rsp_tbl th,
.prt_tbl_block .prt_rsp_tbl td,
.prt_tbl_block .prt_rsp_tbl_sp2col th,
.prt_tbl_block .prt_rsp_tbl_sp2col td {
  padding: 4px;
  font-size: 12px;
}
.prt_tbl_block .prt_rsp_tbl th,
.prt_tbl_block .prt_rsp_tbl_sp2col th {
  background: #fff;
}
.prt_tbl_block .prt_rsp_tbl thead tr th,
.prt_tbl_block .prt_rsp_tbl_sp2col thead tr th {
  background: #f3f3f3;
  color: #333;
}
.prt_tbl_block .prt_rsp_tbl thead tr:first-child th,
.prt_tbl_block .prt_rsp_tbl_sp2col thead tr:first-child th {
  background: #e2ecf7;
}
.prt_tbl_block .prt_rsp_tbl tbody th,
.prt_tbl_block .prt_rsp_tbl_sp2col tbody th {
  text-align: left;
  font-weight: normal;
}
.prt_tbl_block .prt_rsp_tbl.type_network_01 tr:last-child,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_network_01 tr:last-child {
  margin-bottom: 0;
}
.prt_tbl_block .prt_rsp_tbl.type_network_01 th,
.prt_tbl_block .prt_rsp_tbl.type_network_01 td,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_network_01 th,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_network_01 td {
  text-align: center;
}
.prt_tbl_block .prt_rsp_tbl.type_network_01 td.series,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_network_01 td.series {
  text-align: left;
}
.prt_tbl_block .prt_rsp_tbl.type_network_01 thead tr th,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_network_01 thead tr th {
  background: #f3f3f3;
  color: #333;
}
.prt_tbl_block .prt_rsp_tbl.type_network_01 thead tr:first-child th,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_network_01 thead tr:first-child th {
  background: #e2ecf7;
}
.prt_tbl_block .prt_rsp_tbl.type_network_02 .th_gray th,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_network_02 .th_gray th {
  background: #f3f3f3;
}
.prt_tbl_block .prt_rsp_tbl.type_network_horizontal tbody th,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_network_horizontal tbody th {
  background: #e2ecf7;
  font-weight: bold;
}
.prt_tbl_block .prt_rsp_tbl.type_unit th,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_unit th {
  background: #e2ecf7;
}
.prt_tbl_block .prt_rsp_tbl.type_unit td,
.prt_tbl_block .prt_rsp_tbl_sp2col.type_unit td {
  text-align: center;
}
.prt_tbl_block .prt_rsp_tbl .tbl_cat_label,
.prt_tbl_block .prt_rsp_tbl_sp2col .tbl_cat_label {
  display: none;
}
.prt_tbl_block .prt_tbl {
  margin-bottom: 15px;
}
.prt_tbl_block .prt_tbl th,
.prt_tbl_block .prt_tbl td {
  padding: 5px 10px;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.prt_tbl_block .prt_tbl th.txt_left,
.prt_tbl_block .prt_tbl td.txt_left {
  text-align: left;
}
.prt_tbl_block .prt_tbl th.txt_right,
.prt_tbl_block .prt_tbl td.txt_right {
  text-align: right;
}
.prt_tbl_block .prt_tbl thead th {
  background: #e2ecf7;
  font-weight: bold;
}
.prt_tbl_block .prt_tbl.type_tbl_01 tr td:first-child {
  text-align: left;
}
.prt_tbl_block .prt_tbl.type_tbl_02 tr td:last-child {
  text-align: left;
}
.prt_tbl_block .prt_tbl.tbl_narrow {
  margin: auto;
  max-width: 400px;
}
.prt_tbl_block .tbl_caption {
  text-align: left;
  font-weight: bold;
}
.prt_tbl_block .tbl_note {
  margin-bottom: 0;
  font-size: 14px;
}
.prt_tbl_block .cell_w10 {
  width: 10%;
}
.prt_tbl_block .cell_w15 {
  width: 15%;
}
.prt_tbl_block .cell_w20 {
  width: 20%;
}
.prt_tbl_block .cell_w25 {
  width: 25%;
}
.prt_tbl_block .cell_w30 {
  width: 30%;
}
.prt_tbl_block .cell_w40 {
  width: 40%;
}
.prt_tbl_block .cell_w50 {
  width: 50%;
}
.prt_tbl_block .cell_w60 {
  width: 60%;
}

.img46 {
  width: 46%;
}

.img47 {
  width: 47%;
}

.img55 {
  width: 55%;
}

.img_blk .caption_01,
.img_blk .caption_02,
.block_01 .caption_01,
.block_02 .caption_01,
.block_01 .caption_02,
.block_02 .caption_02,
.block_02 .caption_01,
.block_02 .caption_02,
.block_03 .caption_01,
.block_03 .caption_02,
.block_04 .caption_01,
.block_04 .caption_02 {
  font-weight: bold;
  font-size: 16px;
}
.img_blk .caption_01,
.block_01 .caption_01,
.block_02 .caption_01,
.block_02 .caption_01,
.block_03 .caption_01,
.block_04 .caption_01 {
  margin: 0 0 10px;
}
.img_blk .caption_02,
.block_01 .caption_02,
.block_02 .caption_02,
.block_02 .caption_02,
.block_03 .caption_02,
.block_04 .caption_02 {
  margin: 10px 0 0;
}
.img_blk .caption_03,
.block_01 .caption_03,
.block_02 .caption_03,
.block_02 .caption_03,
.block_03 .caption_03,
.block_04 .caption_03 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}
.img_blk .note_01,
.block_01 .note_01,
.block_02 .note_01,
.block_02 .note_01,
.block_03 .note_01,
.block_04 .note_01 {
  margin: 10px 0 0;
  font-size: 14px;
}
.img_blk .note_02,
.block_01 .note_02,
.block_02 .note_02,
.block_02 .note_02,
.block_03 .note_02,
.block_04 .note_02 {
  margin: 10px 0 0;
  font-size: 16px;
}
.img_blk .txt_aleft,
.block_01 .txt_aleft,
.block_02 .txt_aleft,
.block_02 .txt_aleft,
.block_03 .txt_aleft,
.block_04 .txt_aleft {
  text-align: left;
}
.img_blk .txt_aright,
.block_01 .txt_aright,
.block_02 .txt_aright,
.block_02 .txt_aright,
.block_03 .txt_aright,
.block_04 .txt_aright {
  text-align: right;
}

.img_blk {
  margin-bottom: 30px;
  text-align: center;
}

.block_01:after,
.block_02:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.block_01 .img,
.block_02 .img,
.block_01 .img46,
.block_02 .img46,
.block_01 .img47,
.block_02 .img47,
.block_01 .img55,
.block_02 .img55 {
  float: right;
  margin: 0 0 15px 15px;
  text-align: center;
}
.block_01 .ttl,
.block_02 .ttl {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
}

.block_03 {
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.block_03 .img,
.block_03 .img46,
.block_03 .img47,
.block_03 .img55 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: center;
}
.block_03 .text {
  display: table-cell;
  padding-left: 15px;
  width: 50%;
  vertical-align: bottom;
  font-size: 14px;
}

.block_04 {
  margin-bottom: 15px;
}
.block_04:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.block_04 .blk_l {
  float: left;
}
.block_04 .blk_r {
  float: right;
}
.block_04 .blk_l,
.block_04 .blk_r {
  width: 49%;
}
.block_04 .blk_l.dl_container,
.block_04 .blk_r.dl_container {
  margin: 15px 0;
}

.prt_2cols .img_blk,
.prt_2cols_tbl .img_blk {
  margin-bottom: 0;
}
.prt_2cols .item p:first-child,
.prt_2cols_tbl .item p:first-child {
  margin-top: 0;
}
.prt_2cols .item p:last-child,
.prt_2cols_tbl .item p:last-child {
  margin-bottom: 0;
}

.prt_2cols:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_2cols .item {
  float: left;
  margin-left: 2%;
  width: 48%;
}
.prt_2cols .item:first-child {
  margin-left: 0;
}
.prt_2cols .item.narrow {
  width: 30%;
}
.prt_2cols .item.sl_narrow {
  width: 40%;
}
.prt_2cols .item.sl_wide {
  width: 58%;
}
.prt_2cols .item.wide {
  width: 68%;
}

.prt_2cols_tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.prt_2cols_tbl .item {
  display: table-cell;
  padding: 0 2%;
  width: 46%;
}
.prt_2cols_tbl.item_wide .item {
  padding: 0 1%;
  width: 48%;
}

.p_collect_box p {
  margin: 0;
}

.white_box {
  padding: 15px;
  background: #fff;
}

.annotation_box p:first-child,
.border_box p:first-child,
.example_contents p:first-child {
  margin-top: 0;
}
.annotation_box p:last-child,
.border_box p:last-child,
.example_contents p:last-child {
  margin-bottom: 0;
}

.annotation_box {
  padding: 10px;
  background: #eee;
}

.border_box {
  padding: 10px;
  border: 1px solid #ddd;
}

.example_contents {
  margin-bottom: 50px;
  padding: 20px 30px;
  background: #e2ecf7;
}
.example_contents .ex_label {
  font-weight: bold;
}

.prt_unit_contents {
  margin: 30px 0;
}
.prt_unit_contents .unit_inner {
  margin: 20px 0;
}

.prt_product_box {
  margin: 30px 0;
}
.prt_product_box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_product_box .product {
  width: 100%;
}
.prt_product_box .product .product_btn {
  float: right;
}
.prt_product_box .product_item {
  float: left;
  margin-left: 2%;
  width: 48%;
}
.prt_product_box .product_item:first-child {
  margin-left: 0;
}
.prt_product_box .product_item .download_container {
  margin: 0;
}
.prt_product_box .product_item .download_container .ss_download_btn {
  float: none;
}
.prt_product_box .product_btn {
  display: table;
  max-width: 340px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: #1284c8;
  background: linear-gradient(#1284c8, #044aa0);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}
.prt_product_box .product_btn span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
}
.prt_product_box .product_btn:hover {
  opacity: 0.7;
}
.prt_product_box .product_btn.large {
  max-width: 380px;
}

.cv_banner {
  margin: 30px 0;
}
.cv_banner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.cv_banner a {
  display: block;
  float: right;
  padding: 5px 10px;
  max-width: 360px;
  border: 1px solid #16726f;
  border-left: 10px solid #16726f;
  background: white;
  background: linear-gradient(45deg, #fff 70%, #c2e6ba 100%);
  color: #333;
}
.cv_banner .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cv_banner .cv_ttl {
  font-weight: bold;
  font-size: 16px;
}
.cv_banner .cv_catch {
  font-size: 14px;
}
.cv_banner .desc,
.cv_banner .thumb {
  display: table-cell;
  vertical-align: middle;
}
.cv_banner .desc {
  padding-right: 10px;
  width: 68%;
}
.cv_banner .desc &gt; p {
  margin: 0;
}
.cv_banner .thumb {
  width: 32%;
  text-align: right;
}
.cv_banner .thumb:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.cv_banner .thumb &gt; span {
  display: block;
  float: left;
  width: 48%;
}
.cv_banner .thumb &gt; span:first-child {
  margin-right: 2%;
}
.cv_banner .thumb img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

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

.prt_cv_banner {
  margin: 30px 0 50px;
}
.prt_cv_banner .bnr_detail dt {
  margin-bottom: 25px;
  border-bottom: 2px solid #0a75b1;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.8;
}
.prt_cv_banner .bnr_detail dd a {
  display: inline-block;
}
.prt_cv_banner .bnr_detail dd a:hover {
  opacity: 0.7;
}
.prt_cv_banner .bnr_detail .index {
  display: none;
}
.prt_cv_banner .bnr_detail .lower {
  display: block;
}

.prt_colon_def &gt; div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  text-align: left;
}

.prt_colon_def dt,
.prt_colon_def dd {
  float: left;
  flex: 0 1 auto;
}

.prt_colon_def.inline &gt; div {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
  letter-spacing: -0.4em;
}

.prt_colon_def.inline dt,
.prt_colon_def.inline dd {
  display: inline-block;
  float: none;
  letter-spacing: normal;
}

.prt_colon_def dt {
  vertical-align: top;
  white-space: nowrap;
}

.prt_colon_def dd {
  padding-left: 1em;
  text-indent: -1em;
  white-space: normal;
}

.prt_colon_def dd img {
  vertical-align: top;
}

.prt_colon_def dd:before {
  content: "：";
}

.prt_float_contents {
  overflow: hidden;
  margin: 36px 0;
}

.prt_float_contents.right .col:first-child {
  float: right;
  margin: 0 0 20px 40px;
  width: 50%;

}

.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:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 2px;
  background: url(/img/ss/products/controls/network/bg_icon_001.png) center center no-repeat #d00202;
  background-size: 64%;
  content: "";
}

.prt_4cols {
  display: flex;
  justify-content: space-between;
}

.prt_4cols .item {
  width: calc(100% / 4 - 10px);
}

.prt_4cols.style_01 .item img {
  border: 1px solid #ccc;
}

/*cv_area*/
.cv_area {
  margin-top: 45px;
  margin-bottom: 70px;
}
.cv_area .categories,
.cv_area .items {
  overflow: hidden;
}
.cv_area .categories {
  margin-left: -5px;
  padding: 0 10px;
}
.cv_area .category {
  margin: 12px 10px 0;
}
.cv_area .categories .category {
  float: left;
  margin: 12px 0 0 5px;
}
.cv_area .items {
  margin-left: -5px;
}
.cv_area .series {
  float: left;
  margin-left: 5px;
  width: 132px;
}
.cv_area .series a {
  display: block;
  color: #333;
}
.cv_area .series a:hover {
  opacity: 0.8;
}
.cv_area .sr_box {
  margin: 0 0 5px;
  padding: 0 6px 9px;
  border: 1px solid #d2d2d2;
}
.cv_area .sr_box .pc_br {
  display: block;
}
.cv_area .sr_thumb {
  padding: 5px;
  text-align: center;
  font-size: 0;
}
.cv_area .sr_thumb.cg_img img {
  width: 63px;
  border: 1px solid #a5a5a5;
  vertical-align: middle;
}
.cv_area .sr_thumb.pr_img img {
  width: 90px;
}
.cv_area .sr_catch {
  margin: 0 0 4px;
  font-weight: bold;
  font-size: 11px;
}
.cv_area .sr_name {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.143;
}
.cv_area .sr_name .label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  padding-left: 11px;
  line-height: 1.4;
  line-height: 1.25;
}
.cv_area .sr_name .label:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d83535;
  content: "";
}
.cv_area .sr_name .label:before {
  border-width: 3px 0 3px 6px;
}
.cv_area .ss_download_btn.type03 {
  padding: 6px 0 5px 3px;
  height: 22px;
  border-radius: 2px;
}
.cv_area .ss_download_btn.type03 .txt05 {
  padding-left: 9px;
  background-size: auto 12px;
  font-size: 11px;
}
.wrapper .cv_area .category {
  margin: 12px 0 0;
}
.wrapper .cv_area .items {
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  margin-left: 0;
}
.wrapper .cv_area.cv_col3 .series {
  margin-bottom: 5px;
  width: 32%;
  width: calc((100% - 11px) / 3);
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.wrapper .cv_area.cv_col3 .series:nth-child(3n + 1) {
  margin-left: 0;
}
.wrapper .cv_area.cv_col2 .series {
  margin-bottom: 5px;
  width: 49%;
  width: calc((100% - 11px) / 2);
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.wrapper .cv_area.cv_col2 .series:nth-child(2n + 1) {
  margin-left: 0;
}
.wrapper .cv_area .series a {
  position: relative;
  padding: 0 5px 37px;
  height: 100%;
  text-decoration: none;
}
.wrapper .cv_area .sr_box {
  display: table;
  padding: 0;
  width: 100%;
  border: none;
  table-layout: fixed;
}
.wrapper .cv_area .sr_thumb,
.wrapper .cv_area .sr_caption {
  display: table-cell;
  vertical-align: middle;
}
.wrapper .cv_area .sr_thumb {
  width: 100px;
}
.wrapper .cv_area .sr_caption {
  padding: 10px 0;
}
.wrapper .cv_area .sr_catch {
  font-size: 12px;
}
.wrapper .cv_area .sr_name {
  font-size: 14px;
}
.wrapper .cv_area .ss_download_btn.type03 {
  position: absolute;
  bottom: 9px;
  left: 5px;
  padding: 8px;
  max-width: none;
  width: auto;
  width: calc(100% - 10px);
}
.wrapper .cv_area .ss_download_btn.type03 .txt05 {
  font-size: 12px;
}
.wrapper .cv_area .category.current .series {
  border-top: 3px solid #488edc;
}
.wrapper .cv_area .category.current .sr_name .label:before {
  border-color: transparent transparent transparent #488edc;
}

/* Modules 20221110
------------------------------- */
.imgItem_replacementTexts .imgItem_replacementText {
  margin-bottom: 0;
}
.imgItem_replacementTexts p.imgItem_replacementText:first-child {
  margin-top: 16px;
}
.imgItem_replacementText:nth-child(5):before {
  background-image: url(/img/ss/common/icon_replacementText_e.png);
}
.imgItem_replacementText:nth-child(6):before {
  background-image: url(/img/ss/common/icon_replacementText_f.png);
}
.imgItem_replacementText:nth-child(7):before {
  background-image: url(/img/ss/common/icon_replacementText_g.png);
}

@media screen and (max-width: 640px){
  .imgItem_replacementTexts .imgItem_replacementText {
    text-align: left;
  }
  .imgContent_wrapper .imgItem_headline p {
    margin-bottom: 0;
  }
  
}


/* Pages
------------------------------- */
#p_home {
  background: url(/img/ss/products/controls/network/bg_style_002.png) repeat;
}

/* mainvs */
#mainvs {
  background: url(/img/ss/products/controls/network/bg_style_001.png) repeat;
  box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, 0.1);
}
#mainvs .inner {
  position: relative;
  margin: auto;
  max-width: 980px;
  height: 404px;
  background-image: url(/img/ss/products/controls/network/bg_style_005.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#mainvs .mainvs_ttl {
  color: #555;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.8;
}
#mainvs .mainvs_ttl &gt; span {
  display: inline-block;
  text-align: center;
}
#mainvs .mainvs_ttl .mv_block {
  display: block;
}
#mainvs .mainvs_ttl .mv_yellow,
#mainvs .mainvs_ttl .mv_em {
  font-size: 125%;
}
#mainvs .mainvs_ttl .mv_yellow {
  color: orange;
}
#mainvs .mainvs_contents {
  display: table;
  max-width: 500px;
  height: 100%;
  table-layout: fixed;
}
#mainvs .mainvs_item {
  display: table-cell;
  vertical-align: middle;
}
#mainvs .mainvs_item .ss_download_btn {
  margin: 30px auto 0;
}
#mainvs .mainvs_item .ss_download_btn.type02 {
  max-width: 360px;
}
#mainvs .mainvs_item .ss_download_btn .txt02 {
  text-align: left;
}
#mainvs .mainvs_item .ss_download_btn .txt02 .in_txt1 {
  font-size: 13px;
}

.b_hierarchy_osi {
  margin: 0 auto 30px;
  max-width: 430px;
}
.b_hierarchy_osi:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.b_hierarchy_osi .prt_tbl_block {
  float: left;
  margin: 0 10px 0 0;
  width: calc(100% - 110px);
}
.b_hierarchy_osi .prt_tbl {
  margin: 0;
}
.b_hierarchy_osi .prt_tbl.type_tbl_01 tr td:first-child {
  text-align: center;
}
.b_hierarchy_osi .osi_arrow {
  position: relative;
  float: left;
  padding: 48px 0 48px 50px;
  width: 60px;
}
.b_hierarchy_osi .osi_arrow .arrow_body {
  padding-left: 10px;
  height: 100%;
  background: #33456d;

/* Old browsers */
  background: linear-gradient(to bottom, #33456d 1%, #f4080c 99%);
}
.b_hierarchy_osi .osi_arrow .arrow_body:before,
.b_hierarchy_osi .osi_arrow .arrow_body:after {
  position: absolute;
  left: 50%;
  display: block;
  margin: auto;
  width: 14px;
  border: 14px solid transparent;
  content: "";
  transform: translateX(42%);
}
.b_hierarchy_osi .osi_arrow .arrow_body:before {
  top: 24px;
  border-bottom: 18px solid #33456d;
}
.b_hierarchy_osi .osi_arrow .arrow_body:after {
  bottom: 24px;
  border-top: 18px solid #f4080c;
}
.b_hierarchy_osi .osi_arrow .arrow_ttl_top,
.b_hierarchy_osi .osi_arrow .arrow_ttl_bottom {
  position: absolute;
  left: 0;
  width: 100px;
  text-align: center;
  line-height: 1.2;
}
.b_hierarchy_osi .osi_arrow .arrow_ttl_top {
  top: 0;
}
.b_hierarchy_osi .osi_arrow .arrow_ttl_bottom {
  bottom: 0;
}

.b_commun_01 .item {
  padding: 0 1% 0 0;
  width: 49%;
  vertical-align: bottom;
}
.b_commun_01 .item:last-child {
  padding-right: 0;
}

.f_componet_01 {
  margin: 30px 0;
}
.f_componet_01 .text_block:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.f_componet_01 .text_block p {
  float: right;
  margin: 0;
  width: 55%;
  text-align: center;
  font-size: 14px;
}

/* category index */
.category_index {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.category_index .category_list li {
  margin-bottom: 15px;
}
.category_index .category_list li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #333;
  line-height: 1.4;
}
.category_index .category_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 #d72323;
  content: "";
}
.category_index .category_list li a:hover {
  text-decoration: underline;
}
.category_index .category_list li:last-child {
  margin-bottom: 0;
}
.category_index .category_list.list_2cols {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.category_index .category_list.list_2cols li {
  margin: 0 0 15px 2%;
  width: 48%;
}
.category_index .category_list.list_2cols li:nth-child(2n+1) {
  margin-left: 0;
}

/* download page */
.p_download {
  margin-bottom: 50px;
}
.p_download .download_list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.p_download .download_list li {
  float: left;
  padding: 20px;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.p_download .download_list.list_2cols li {
  margin: 0 0 20px 20px;
  width: calc((100% - 20px)/2);
}
.p_download .download_list.list_2cols li:nth-child(2n+1) {
  margin-left: 0;
}
.p_download .download_list.list_3clos li {
  margin: 0 0 20px 20px;
  width: calc((100% - 40px)/3);
}
.p_download .download_list.list_3clos li:nth-child(3n+1) {
  margin-left: 0;
}
.p_download .download_item_box {
  width: 100%;
}
.p_download .download_item_box.column_2cols &gt; .item,
.p_download .download_item_box.column_2cols_tbl &gt; .item {
  width: 48%;
}
.p_download .download_item_box.column_2cols:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.p_download .download_item_box.column_2cols &gt; .item {
  float: left;
}
.p_download .download_item_box.column_2cols &gt; .item.wide {
  width: 65%;
}
.p_download .download_item_box.column_2cols &gt; .item.narrow {
  width: 30%;
}
.p_download .download_item_box.column_2cols &gt; .item:first-child {
  margin-right: 5%;
}
.p_download .download_item_box.column_2cols_tbl {
  display: table;
}
.p_download .download_item_box.column_2cols_tbl &gt; .item {
  display: table-cell;
  vertical-align: middle;
}
.p_download .download_item_box.column_2cols_tbl &gt; .item.wide {
  width: 60%;
}
.p_download .download_item_box.column_2cols_tbl &gt; .item.narrow {
  width: 40%;
}
.p_download .download_item_box.column_2cols_tbl &gt; .item:first-child {
  padding-right: 5%;
}
.p_download .download_item_box.column_2cols_tbl .item_ttl {
  font-size: 16px;
  line-height: 1.4;
}
.p_download .download_item_box img {
  border: 1px solid #ccc;
}
.p_download .download_item_box .item_ttl {
  word-wrap: break-word;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.p_download .download_item_box .item_ttl .sub_ttl {
  display: block;
  font-size: 16px;
}
.p_download .download_item_box .item_ttl a:hover {
  color: #06c;
  opacity: 0.7;
}
.p_download .download_item_box .item_ttl a:hover .sub_ttl {
  opacity: 0.7;
}
.p_download .download_item_box .item_des {
  margin: 0;
  padding: 10px 0 0;
}
.p_download .download_item_box .thumb {
  text-align: center;
}
.p_download .download_btn_box {
  padding: 20px 0 0;
}
.p_download .download_btn_box .ss_download_btn {
  margin: auto;
}
.p_download .download_btn_box .ss_download_btn.type01 .txt01 {
  padding: 0;
}
.p_download .download_btn_box .ss_download_btn.type03 {
  max-width: 175px;
  height: 36px;
}
.p_download .download_block {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #d6d6d6;
}
.p_download .download_block .download_item_box {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.p_download .download_block .download_item_box &gt; .item:first-child {
  margin-right: 20px;
  width: calc(100% - 72% - 20px);
}
.p_download .download_block .download_item_box &gt; .item:last-child {
  position: relative;
  padding-bottom: 50px;
  width: 72%;
}
.p_download .download_block .download_item_box .item_ttl {
  font-size: 20px;
}
.p_download .download_block .download_btn_box {
  position: absolute;
  bottom: 20px;
  left: 28%;
  margin: 0 0 0 10px;
  padding: 0;
  width: 340px;
}
.p_download .download_block .download_btn_box a {
  margin: 0;
}

.c_robot_01 .prt_rsp_tbl.type_network_02 tbody td:nth-of-type(2),
.c_robot_01 .prt_rsp_tbl.type_network_02 tbody td:nth-of-type(3),
.c_robot_01 .prt_rsp_tbl_sp2col.type_network_02 tbody td:nth-of-type(2),
.c_robot_01 .prt_rsp_tbl_sp2col.type_network_02 tbody td:nth-of-type(3) {
  text-align: center;
}

#p_home .prt_cv_banner {
  margin: 0 0 80px;
}
#p_home .prt_cv_banner .bnr_detail dt {
  font-size: 21px;
}
#p_home .prt_cv_banner .bnr_detail .index {
  display: block;
}
#p_home .prt_cv_banner .bnr_detail .lower {
  display: none;
}

/* deqwas */
.deqwas_contents {
  padding-bottom: 50px;
  background: #fff;
}
.box_recommend_horizon {
  margin: 0 auto;
  max-width: 980px;
}
.ttl_box_deqwas {
  position: relative;
  background: #1e1e1e;
}
.ttl_box_deqwas h2 {
  padding: 7px 0 6px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.ttl_box_deqwas:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  margin-left: -26px;
  border: 26px solid transparent;
  border-top: 14px solid #1e1e1e;
  border-bottom: none;
  content: "";
}

/*  box_recommend_01 */
.box_recommend_01 {
  clear: both;
  margin-top: 40px;
  width: 100%;
  font-size: 12px;
}

.box_recommend_01 .Section {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1100px;
}

.box_recommend_01 .NormalHeading {
  display: none;
}

/*  js-recomend_01 */
.js-recomend_01 {
  position: relative;
}

.js-recomend_01.long .jcarousel-skin-basic {
  width: 870px;
}

.js-recomend_01 .jcarousel-skin-basic {
  position: relative;
  margin: 0 auto;
}

.js-recomend_01 .jcarousel-skin-basic ul li {
  float: left;
  margin: 0 10px;
  width: 140px;
}

.js-recomend_01 .jcarousel-skin-basic ul li a {
  display: block;
  text-align: center;
}

.js-recomend_01 .jcarousel-skin-basic ul li a .Image {
  display: block;
  text-align: center;
}

.js-recomend_01 .jcarousel-skin-basic ul li a .Image img {
  border: 1px solid #999;
  text-align: center;
}

.js-recomend_01 .jcarousel-skin-basic ul li a .Text {
  display: block;
  margin-top: 15px;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-prev {
  position: absolute;
  top: 50%;
  left: -70px;
  display: block;
  overflow: hidden;
  margin-top: -70px;
  width: 40px;
  height: 40px;
  background: #000;
  text-indent: -999em;
  transition: none;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-prev:hover,
.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-prev:focus {
  background-position: -24px -64px;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -5px;
  margin-left: -9px;
  border: 5px solid transparent;
  border-right: 6px solid #fff;
  content: "";
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-next {
  position: absolute;
  top: 50%;
  right: -70px;
  display: block;
  overflow: hidden;
  margin-top: -70px;
  width: 40px;
  height: 40px;
  background: #000;
  text-indent: -999em;
  transition: none;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-next:hover,
.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-next:focus {
  background-position: -72px -64px;
}

.js-recomend_01 .jcarousel-skin-basic .bx-controls-direction .bx-next:after {
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  margin-top: -5px;
  margin-right: -9px;
  border: 5px solid transparent;
  border-left: 6px solid #fff;
  content: "";
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
  border-radius: 20px;
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #ccc;
  text-indent: -999em;
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item a:hover,
.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item a:focus {
  background: #c00;
  transition: opacity 0.3s;
}

.js-recomend_01 .jcarousel-skin-basic .bx-pager .bx-pager-item a.active {
  background: #c00;
}

/* 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 &gt; ul {
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    width: 100%;
  }
  .index_nav .nav_menu &gt; 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% - 60px) / 4);
  }
  .index_nav .nav_menu .nav_item:nth-child(4n+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 &gt; ul {
    padding: 22px 13px;
  }
  .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 Unique Styles for each SS */
  .index_nav {
    overflow: hidden;
    padding: 0 0 10px;
  }
  .index_nav .nav_menu &gt; ul &gt; li:nth-of-type(2) {
    width: calc(((100% - 60px) / 4) * 2 + 20px);
  }
  .index_nav .nav_menu .nav_item .ac_btn {
    display: table;
    padding: 16px 13px 16px 11px;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #3471b4;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
  }
  .index_nav .nav_menu .nav_item .ac_btn span {
    display: table-cell;
    padding-left: 40px;
    background: url(/img/ss/products/controls/network/bg_style_003.png) no-repeat left center;
    vertical-align: middle;
  }
  .index_nav .nav_menu .nav_item .nav_list {
    padding: 22px 13px;
    border: 1px solid #e8e8e8;
    background: #fff;
  }
  .index_nav .nav_menu .nav_item .nav_list li {
    margin-bottom: 10px;
  }
  .index_nav .nav_menu .nav_item .nav_list li &gt; a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #454545;
    font-weight: normal;
  }
  .index_nav .nav_menu .two_col {
    width: 100%;
  }
  .index_nav .nav_menu .two_col:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }
  .index_nav .nav_menu .two_col .nav_list {
    float: left;
    width: 50%;
    border-collapse: collapse;
  }
  .index_nav .nav_menu .two_col .nav_list:first-of-type {
    border-right: 0;
  }
  .index_nav .nav_menu .two_col .nav_list:last-child {
    border-left: 0;
  }

  /* 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 */
  .index_nav .nav_menu .nav_item {
    margin: 0 0 20px 20px;
    width: calc((100% - 20px) / 2);
  }
  .index_nav .nav_menu .nav_item:nth-child(4n+1) {
    clear: none;
    margin-left: 20px;
  }
  .index_nav .nav_menu .nav_item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }

  /* Override */
  #header .site_title {
    width: calc(100% - 524px);
  }

  /* Modules */
  .prt_product_box .product_item {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .prt_product_box .product_item .download_container .ss_download_btn {
    margin: auto;
  }
  .prt_product_box .product_btn {
    margin: auto;
  }

  /* Pages */
}
@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 */
  /* Override */
  /* Modules */
  .block_04 .blk_l.dl_container,
  .block_04 .blk_r.dl_container {
    float: none;
    margin: 40px 0;
    width: 100%;
  }
  .block_04 .blk_l.dl_container a,
  .block_04 .blk_r.dl_container a {
    max-width: 100%;
  }

  .prt_2cols.type_col_subdivision .item {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .prt_2cols.type_col_subdivision .item.narrow,
  .prt_2cols.type_col_subdivision .item.sl_narrow,
  .prt_2cols.type_col_subdivision .item.sl_wide,
  .prt_2cols.type_col_subdivision .item.wide {
    width: 100%;
  }

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

  /* CV 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 &gt; 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(4n+1) {
    margin-left: 0;
  }

  .index_nav .nav_menu &gt; ul &gt; li:nth-of-type(2) {
    width: 100%;
  }

  /* Override */
  #header .site_title {
    width: calc(100% - 458px);
  }

  /* Modules */
  /* Pages */
  .p_download .download_item_box.column_2cols_tbl {
    display: table;
  }
  .p_download .download_item_box.column_2cols_tbl &gt; .item {
    display: block;
    padding: 0;
  }
  .p_download .download_item_box.column_2cols_tbl &gt; .item.wide,
  .p_download .download_item_box.column_2cols_tbl &gt; .item.narrow {
    width: 100%;
  }
  .p_download .download_item_box.column_2cols_tbl &gt; .item:first-child {
    margin-bottom: 10px;
  }
  /* CV area */
  .wrapper .cv_area.cv_col3 .series {
    margin-bottom: 5px;
    width: 49%;
    width: calc((100% - 11px) / 2);
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
  }
  .wrapper .cv_area.cv_col3 .series:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  /* General */
  .pc_view {
    display: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contents_wrap {
    padding: 0 15px;
  }

  /* 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 {
    margin: 0;
    padding: 0;
    width: 50%;
  }
  #header .logo {
    padding: 0;
    margin: 0;
  }
  #header .logo a {
    padding: 0;
  }
  #header .list_box {
    float: none;
    width: 100%;
  }
  #header .list_box li {
    display: block;
    width: 33.33333%;
    height: auto;
  }
  #header .list_box li a {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  #header .list_box li a &gt; span {
    display: block;
  }
  #header .btn_download {
    margin-right: 0;
    border-radius: 0;
  }
  #header .btn_download a {
    padding: 10px 0 14px;
  }
  #header .btn_download a:before {
    display: block;
    margin: 0 auto 17px;
    width: 20px;
    height: 26px;
  }
  #header .btn_contact {
    margin-right: 0;
    border-radius: 0;
  }
  #header .btn_contact a {
    padding: 10px 0 5px;
  }
  #header .btn_contact a:before {
    display: block;
    margin: 0 auto 8px;
    width: 25px;
    height: 25px;
  }
  #header .btn_tel {
    display: block;
  }
  #header .btn_tel a {
    padding: 8px 0 5px;
  }
  #header .btn_tel a:before {
    display: block;
    margin: 0 auto 5px;
    width: 22px;
    height: 30px;
  }

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

  /* 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 &gt; span {
    font-weight: bold;
    font-size: 13px;
  }
  #container .pager li a &gt; 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;
  }
  /* ss_subpage_box */
  .ss_subpage_box {
    max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr &gt; a {
    max-width: none;
    width: 100%;
  }
  .ss_subpage_box .ss_subpage_bnr &gt; a .inner {
    padding-bottom: 50px;
  }
  .ss_subpage_box .ss_subpage_bnr &gt; a .inner .btn_wrap .btn {
    width: 100%;
    font-size: 0.8em;
    line-height: 2.5em;
  }
  .ss_subpage_box .ss_subpage_bnr &gt; a .inner .btn_wrap .btn span {
    width: 110%;
  }

  .prt_float_contents {
    overflow: visible;
  }
  .prt_float_contents.right .col:first-child {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .prt_4cols {
    display: block;
  }
  .prt_4cols .item {
    width: 100%;
  }
  .prt_4cols .item + .item {
    margin-top: 30px;
  }

  /* cv_area */
  .cv_area .series {
    float: none;
    margin-left: 0px;
  }
  .cv_area .sr_box .pc_br {
    display: inline;
  }
  .wrapper .cv_area.cv_col2 .series {
    margin-bottom: 20px;
    width: 100%;
    width: calc(100%);
  }
  .wrapper .cv_area.cv_col3 .series {
    margin-bottom: 20px;
    width: 100%;
    width: calc(100%);
  }
  .wrapper .cv_area .sr_box {
    padding: 3% 5% 5%;
  }
  .wrapper .cv_area .sr_caption {
    padding: 10px 0 10px 8px;
  }
  .wrapper .cv_area .sr_thumb {
    width: 40%;
  }
  .cv_area .sr_thumb.cg_img img {
    width: 100px;
  }
  .cv_area .sr_thumb.pr_img {
    padding: 18px 0;
  }
  .cv_area .sr_thumb.pr_img img {
    width: 115px;
  }
  .wrapper .cv_area .sr_catch {
    font-size: 14px;
  }
  .wrapper .cv_area .sr_name {
    font-size: 16px;
  }
  .wrapper .cv_area .ss_download_btn.type03 {
    bottom: 14px;
    left: 8.5%;
    padding: 12px;
    width: calc(85% - 10px);
  }
  /* 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: #3471b4;
  }
  #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;
  }
  #cv_contact .tel_contact {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    flex: 1;
  }

  #cv_contact .tel_contact a {
    display: block;
    padding: 10px 15px;
  }

  /* Footer */
  #footer {
    order: 3;
  }
  #footer .sitemap {
    display: none;
  }

  /* Nav Menu */
  #side {
    float: none;
    width: auto;
  }

  #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;
    -moz-user-select: none;
    user-select: none;

    -ms-user-select: none;
  }
  #container .nav_menu .ac_btn:hover {
    background: #e2ecf7;
    color: #333;
  }
  #container .nav_menu .ac_btn:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/img/ss/products/controls/network/bg_navi_001.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transform: translate(0, -50%);
  }
  #container .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/controls/network/bg_navi_002.png");
  }
  #container .nav_menu .current .ac_btn {
    background: #e2ecf7;
    color: #d92525;
  }
  #container .nav_menu .ac_btn:after {
    width: 25px;
    height: 25px;
    background-image: url("/img/ss/products/controls/network/bg_navi_003.png");
  }
  #container .nav_menu .opened .ac_btn:after {
    background-image: url("/img/ss/products/controls/network/bg_navi_004.png");
  }
  #container .nav_list {
    display: none;
  }
  #container .nav_menu {
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  #container .nav_menu .ac_btn {
    padding: 10px 10px 8px;
    border-top: 1px solid #ccc;
    background: #3471b4;
    color: #fff;
    font-size: 14px;
  }
  #container .nav_menu .ac_btn:hover {
    background: #3471b4;
    color: #fff;
  }
  #container .nav_menu .ac_btn span {
    display: inline-block;
    padding: 0 20px 0 40px;
    background: url(/img/ss/products/controls/network/bg_style_003.png) no-repeat left center;
    background-size: 28px auto;
  }
  #container .nav_menu .current .ac_btn {
    background: #3471b4;
    color: #fff;
  }
  #container .nav_menu .nav_list {
    padding: 10px;
    border-top: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #container .nav_menu .nav_list li {
    margin: 0 0 5px;
  }
  #container .nav_menu .nav_list li a {
    color: #333;
  }
  #container .nav_menu .two_col .nav_list:first-of-type {
    padding-bottom: 0;
  }
  #container .nav_menu .two_col .nav_list:last-child {
    padding-top: 0;
  }

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

  /* Override */
  #header .site_title {
    width: calc(100% - 103px);
  }

  #header .btn_download,
  #header .btn_contact,
  #cv_contact .fixed_wrapper .inner .catalog,
  #cv_contact .fixed_wrapper .inner .contact {
    border: none;
  }

  /* Modules */
  .ss_download_btn.icon01 &gt; 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: 17px;
    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;
    font-size: 15px;
  }
  .prt_rsp_tbl caption,
  .prt_rsp_tbl thead,
  .prt_rsp_tbl tbody,
  .prt_rsp_tbl tr,
  .prt_rsp_tbl th,
  .prt_rsp_tbl td,
  .prt_rsp_tbl.scroll_body tr,
  .prt_rsp_tbl.scroll_body thead,
  .prt_rsp_tbl.scroll_body tbody {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }
  .prt_rsp_tbl.scroll_body tbody {
    border: none;
  }
  .prt_rsp_tbl caption {
    margin: 0 0 5px;
    text-align: left;
  }
  .prt_rsp_tbl caption .prt_inblock {
    margin-right: 1em;
    margin-left: 0;
  }
  .prt_rsp_tbl [data-label]:before {
    content: attr(data-label);
  }
  .prt_rsp_tbl .pc_view,
  .prt_rsp_tbl.scroll_body .pc_view {
    display: none;
  }

  .prt_rsp_tbl.spmode_txt caption.head {
    margin: 0 0 10px;
    padding: 0 5px 3px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_txt tr {
    margin: 10px 0 0;
  }
  .prt_rsp_tbl.spmode_txt tr:first-child {
    margin: 0;
  }
  .prt_rsp_tbl.spmode_txt th,
  .prt_rsp_tbl.spmode_txt td {
    padding: 0;
    border: none;
    background: none;
    color: inherit;
  }
  .prt_rsp_tbl.spmode_txt .prt_list_disc {
    margin: 0;
  }
  .prt_rsp_tbl.spmode_txt .prt_cell_wrap {
    padding: 0;
  }

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

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

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

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

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

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

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

  .sp_scroll_body thead {
    overflow-y: scroll;
  }

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

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

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

  .contents_inner {
    margin: 0 10px 30px;
  }

  .download_container {
    width: 100%;
  }
  .download_container .ss_download_btn.type01 {
    float: none;
    margin: auto;
    max-width: 340px;
  }

  .heading_01 {
    margin-bottom: 15px;
    padding: 4px 4px 4px 20px;
    font-size: 18px;
  }
  .heading_01:before {
    border-bottom: 36px solid transparent;
    border-left: 12px solid #176ac7;
  }

  .heading_02,
  .heading_04 {
    margin-bottom: 15px;
    padding: 4px 4px 4px 20px;
    font-size: 16px;
  }
  .heading_02:before,
  .heading_04:before {
    top: 5px;
    left: 4px;
    height: calc(100% - 10px);
    border-left: 3px solid #488edc;
  }

  .heading_04,
  .heading_03,
  .heading_05 {
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 16px;
  }

  .prt_anchor_list {
    padding: 10px;
  }
  .prt_anchor_list li {
    display: block;
    padding: 0 0 0 15px;
  }

  .prt_item_list li {
    padding: 0 0 0 15px;
    width: 100%;
  }

  .lineup_contents .lineup_list_02,
  .lineup_contents .lineup_list_03,
  .lineup_contents .lineup_list_04,
  .lineup_contents .lineup_list_05 {
    margin-left: 0;
  }
  .lineup_contents .lineup_list_02 li,
  .lineup_contents .lineup_list_03 li,
  .lineup_contents .lineup_list_04 li,
  .lineup_contents .lineup_list_05 li {
    margin: 0 0 2% 2%;
    width: 32%;
  }
  .lineup_contents .lineup_list_02 li:nth-child(3n+1),
  .lineup_contents .lineup_list_03 li:nth-child(3n+1),
  .lineup_contents .lineup_list_04 li:nth-child(3n+1),
  .lineup_contents .lineup_list_05 li:nth-child(3n+1) {
    margin-left: 0;
  }
  .lineup_contents .lineup_2cols .item {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }

  .prt_tbl_block .prt_rsp_tbl .tbl_cat_label {
    display: block;
    padding: 8px 10px 6px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #f1f1f1;
    font-weight: bold;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_01 tr {
    margin: 0 0 15px;
    padding: 0;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_01 th,
  .prt_tbl_block .prt_rsp_tbl.type_network_01 td {
    margin: 0;
    padding: 0;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_01 td {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_01 td .prt_cell_wrap {
    padding: 0 10px 5px;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_01 td.series_main {
    border-right: none;
    border-left: none;
    font-weight: bold;
    font-size: 16px;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_01 td.series {
    margin: 0;
    padding: 10px 10px 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #e2ecf7;
    font-weight: bold;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_01 .add_label {
    border: none;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_01 .add_label .prt_cell_wrap {
    padding-top: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_02 th,
  .prt_tbl_block .prt_rsp_tbl.type_network_horizontal th {
    font-weight: bold;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_02 th:first-child,
  .prt_tbl_block .prt_rsp_tbl.type_network_horizontal th:first-child {
    background: #f3f3f3;
    color: #333;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_02 .combining,
  .prt_tbl_block .prt_rsp_tbl.type_network_horizontal .combining {
    padding-bottom: 0;
    border-bottom: none;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_02 .combining_child,
  .prt_tbl_block .prt_rsp_tbl.type_network_horizontal .combining_child {
    margin-top: 0;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_02 .tbl_caption,
  .prt_tbl_block .prt_rsp_tbl.type_network_horizontal .tbl_caption {
    padding: 8px 10px 6px;
    background: #e2ecf7;
    color: #333;
    line-height: 1.2;
  }
  .prt_tbl_block .prt_rsp_tbl.type_network_horizontal tbody th {
    display: none;
  }
  .prt_tbl_block .prt_rsp_tbl.type_unit tr {
    margin: 0;
    border-top: none;
  }
  .prt_tbl_block .prt_rsp_tbl.type_unit tr:first-child {
    border-top: 1px solid #ccc;
  }
  .prt_tbl_block .prt_rsp_tbl.type_unit th,
  .prt_tbl_block .prt_rsp_tbl.type_unit td {
    text-align: left;
  }
  .prt_tbl_block .prt_rsp_tbl.type_unit th {
    color: #333;
    font-weight: bold;
  }
  .prt_tbl_block .prt_rsp_tbl .cell_w10,
  .prt_tbl_block .prt_rsp_tbl .cell_w15,
  .prt_tbl_block .prt_rsp_tbl .cell_w20,
  .prt_tbl_block .prt_rsp_tbl .cell_w30,
  .prt_tbl_block .prt_rsp_tbl .cell_w40,
  .prt_tbl_block .prt_rsp_tbl .cell_w50,
  .prt_tbl_block .prt_rsp_tbl .cell_w60 {
    width: 100%;
  }
  .prt_tbl_block br {
    display: none;
  }

  .prt_2cols .item {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .prt_2cols .item.narrow,
  .prt_2cols .item.sl_narrow,
  .prt_2cols .item.sl_wide,
  .prt_2cols .item.wide {
    width: 100%;
  }

  .prt_2cols_tbl {
    display: block;
  }
  .prt_2cols_tbl .item {
    display: block;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
  .prt_2cols_tbl.item_wide .item {
    padding: 0;
    width: 100%;
  }

  .block_01 .img,
  .block_02 .img,
  .block_01 .img46,
  .block_02 .img46,
  .block_01 .img47,
  .block_02 .img47,
  .block_01 .img55,
  .block_02 .img55 {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
  }

  .block_02 {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }
  .block_02 .img,
  .block_02 .img46,
  .block_02 .img47,
  .block_02 .img55 {
    order: 1;
    max-width: 100%;
  }

  .block_03 .text,
  .block_03 .img,
  .block_03 .img46,
  .block_03 .img47,
  .block_03 .img55 {
    display: block;
    width: 100%;
  }
  .block_03 .text img,
  .block_03 .img img,
  .block_03 .img46 img,
  .block_03 .img47 img,
  .block_03 .img55 img {
    width: 100%;
  }
  .block_03 .img,
  .block_03 .img46,
  .block_03 .img47,
  .block_03 .img55 {
    margin-bottom: 15px;
  }

  .block_04 .blk_l,
  .block_04 .blk_r {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .block_04 .blk_l.dl_container,
  .block_04 .blk_r.dl_container {
    margin: 40px 0;
  }

  .prt_product_box .product .product_btn {
    float: none;
    margin: auto;
  }

  .example_contents {
    padding: 15px;
  }

  .cv_banner .cv_ttl {
    font-size: 14px;
  }
  .cv_banner .cv_catch {
    font-size: 12px;
  }

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

  .prt_cv_banner {
    display: none;
  }

  /* Pages */
  .page_index {
    background: #fff;
  }

  /* mainvs */
  #mainvs {
    background: none;
    box-shadow: none;
  }
  #mainvs .inner {
    padding-top: calc((230 /640) * 100%);
    height: auto;
    background-image: url(/img/ss/products/controls/network/bg_style_006.png);
    background-position: top center;
    background-size: contain;
  }
  #mainvs .mainvs_ttl {
    text-align: center;
    font-size: 16px;
  }
  #mainvs .mainvs_contents {
    margin: auto;
    padding: 0;
  }
  #mainvs .mainvs_item {
    display: block;
    padding: 30px 15px 0;
    max-width: 100%;
  }
  #mainvs + #container {
    padding: 20px 0;
  }

  .f_componet_01 .text_block p {
    float: none;
    width: 100%;
  }

  .c_robot_01 .prt_rsp_tbl.type_network_02 tbody td:nth-of-type(2),
  .c_robot_01 .prt_rsp_tbl.type_network_02 tbody td:nth-of-type(3) {
    text-align: left;
  }

  .category_index {
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
  .category_index .prt_2cols .item {
    float: left;
    margin-left: 2%;
    width: 48%;
  }
  .category_index .prt_2cols .item:first-child {
    margin-left: 0;
  }
  .category_index .category_list.list_2cols {
    display: block;
  }
  .category_index .category_list.list_2cols li {
    margin: 0 0 15px;
    width: 100%;
  }

  /* download page */
  .p_download .download_list li {
    float: none;
    width: 100%;
  }
  .p_download .download_list.list_2cols li {
    margin: 0 0 20px;
    width: 100%;
  }
  .p_download .download_item_box .item_ttl {
    font-size: 16px;
  }
  .p_download .download_item_box .item_ttl .sub_ttl {
    font-size: 14px;
  }
  .p_download .download_btn_box .ss_download_btn.type01 {
    height: 36px;
  }
  .p_download .download_btn_box .ss_download_btn.type03 {
    margin: auto;
    max-width: 340px;
  }
  .p_download .download_btn_box .ss_download_btn.type03 .txt05 {
    padding-left: 0;
  }
  .p_download .download_block .download_item_box &gt; .item:first-child {
    margin-right: 5%;
    width: 30%;
  }
  .p_download .download_block .download_item_box &gt; .item:last-child {
    padding: 0;
    width: 65%;
  }
  .p_download .download_block .download_item_box .item_ttl {
    font-size: 16px;
  }
  .p_download .download_block .download_btn_box {
    position: static;
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
  }
  .p_download .download_block .download_btn_box .ss_download_btn {
    margin: auto;
  }

  #p_home .prt_cv_banner {
    display: none;
  }
  .deqwas_contents {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* Header */
  #header .list_box li a {
    font-size: 10px;
  }
  #header .btn_download a {
    padding: 10px 0;
  }
  #header .btn_download a:before {
    width: 16px;
    height: 20px;
  }
  #header .btn_contact a:before {
    width: 21px;
    height: 21px;
  }
  #header .btn_tel a:before {
    width: 18px;
    height: 26px;
  }

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

  /* Override */
  /* Modules */
  .lineup_contents .lineup_list_02 li,
  .lineup_contents .lineup_list_03 li,
  .lineup_contents .lineup_list_04 li,
  .lineup_contents .lineup_list_05 li {
    width: 49%;
  }
  .lineup_contents .lineup_list_02 li:nth-child(3n+1),
  .lineup_contents .lineup_list_03 li:nth-child(3n+1),
  .lineup_contents .lineup_list_04 li:nth-child(3n+1),
  .lineup_contents .lineup_list_05 li:nth-child(3n+1) {
    margin-left: 2%;
  }
  .lineup_contents .lineup_list_02 li:nth-child(2n+1),
  .lineup_contents .lineup_list_03 li:nth-child(2n+1),
  .lineup_contents .lineup_list_04 li:nth-child(2n+1),
  .lineup_contents .lineup_list_05 li:nth-child(2n+1) {
    margin-left: 0;
  }

  /* Pages */
  #mainvs .mainvs_item .ss_download_btn .txt02 {
    text-align: left;
  }
  #mainvs .mainvs_item .ss_download_btn .txt02 .in_txt1 {
    font-size: 10px;
  }
}
</pre></body></html>