<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
------------------------------ */
@font-face {
  font-family: "Roboto";
  src: url("//library.keyence.com/fonts/Roboto-Regular.eot");

  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("//library.keyence.com/fonts/Roboto-Regular.woff") format("woff"), url("//library.keyence.com/fonts/Roboto-Regular.ttf") format("truetype");

  font-display: swap;
}

@font-face {
  font-weight: bold;
  font-family: "Roboto";
  src: url("//library.keyence.com/fonts/Roboto-Bold.eot");

  font-display: swap;
}

@font-face {
  font-weight: bold;
  font-family: "Roboto";
  src: url("//library.keyence.com/fonts/Roboto-Bold.woff") format("woff"), url("//library.keyence.com/fonts/Roboto-Bold.ttf") format("truetype");

  font-display: swap;
}

body {
  min-width: 0;
  background: #f3f3f3;
  font-family: "Roboto", helvetica, arial, meiryo, sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main {
  display: block;
}

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

.js_highlight_words {
  display: inline-block;
  padding: 0 2px;
  background: #ff9;
  color: #333;
}

.contents_wrap {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px;
}

.contents_wrap::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* Header
------------------------------- */
#header {
  width: 100%;
  background: linear-gradient(to bottom, #3f3f3f, #0f0f0f);
}

#header .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px;
}

#header .site_title {
  flex: 0 0 314px;
  margin-right: auto;
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}

#header a {
  text-decoration: none;
}

#header .list_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex: 0 0 401px;
}

#header .list_box li {
  flex: 0 0 198px;
  min-height: 38px;
}

#header .list_box li a {
  display: table;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  table-layout: fixed;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25;
}

#header .list_box li a::before {
  display: table-cell;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

#header .list_box li a .label {
  display: table-cell;
  padding: 3px 0;
  vertical-align: middle;
  text-align: center;
}

#header .list_box li a .label&gt;span {
  display: none;
  font-weight: bold;
}

#header .list_box .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}

#header .list_box .btn_download a::before {
  width: 18px;
  background-image: url(/img/ss/common/bg_icon_dl_001.png);
}

#header .list_box .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}

#header .list_box .btn_contact a::before {
  width: 24px;
  background-image: url(/img/ss/common/bg_icon_contact_001.png);
}

#header .list_box .btn_tel {
  display: none;
  background-color: #00284a;
}

#header .list_box .btn_tel a::before {
  background-image: url(/img/ss/common/bg_icon_tel_001.png);
}

#header .logo {
  flex: 0 0 93px;
  margin-left: 10px;
  line-height: 1;
}

#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}

#header .logo a img {
  max-width: 100%;
  height: auto;
}

#header {
  position: relative;
  z-index: 1000;
}

#header .site_title {
  padding: 15px 0 10px;
}

/* Globalnav
-------------------------- */
#globalnav {
  background: #0f0f0f;
  font-size: 16px;
}

#globalnav sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

#globalnav sub {
  vertical-align: sub;
  font-size: smaller;
}

#globalnav .js_menu_button {
  font-size: 0;
}

#globalnav .nav_menu {
  margin: 0 auto;
  max-width: 980px;
}

/* Breadcrumbs
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #eaf0f7;
}

#breadcrumb a {
  color: #06c;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb ul,
#breadcrumb ol {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 960px;
  text-align: left;
}

#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}

#breadcrumb li::after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  content: "";
  vertical-align: 2px;
  transition: all 0.3s;
  transform: rotate(45deg);
}

#breadcrumb li:last-child {
  padding-right: 0;
}

#breadcrumb li:last-child::after {
  display: none;
}

#breadcrumb {
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
}

/* Container
--------------------------- */
#container {
  position: relative;
  padding: 100px 0 100px;
  background: #f3f3f3;
}

/* Pager
-------------------------- */
#container .pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
  margin: 50px 0 0;
  width: 100%;
  height: auto;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  word-wrap: break-word;
}

#container .pager li {
  position: relative;
  display: block;
  flex: 1 1 50%;
  width: 50%;
  border-left: 1px solid #e3e3e3;
}

#container .pager li a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  opacity: 1;
}

#container .pager li a .label {
  display: table-cell;
  padding: 16px;
}

#container .pager li a .label::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  display: block;
  width: 23px;
  background-color: #282828;
  background-repeat: no-repeat;
  content: "";
}

#container .pager li a .label&gt;strong {
  display: block;
  color: #282828;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

#container .pager li a .label&gt;span {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

#container .pager li a:hover {
  background-color: #e0f4ff;
  opacity: 1;
}

#container .pager li:first-child {
  border-left: none;
}

#container .pager .prev {
  float: left;
}

#container .pager .prev a .label {
  padding-left: 55px;
}

#container .pager .prev a .label::before {
  left: 0;
  background-image: url(/img/ss/common/bg_pager_001.png);
  background-position: 3px center;
}

#container .pager .next {
  float: right;
  text-align: right;
}

#container .pager .next a .label {
  padding-right: 55px;
}

#container .pager .next a .label::before {
  right: 0;
  background-image: url(/img/ss/common/bg_pager_002.png);
  background-position: 5px center;
}

#container .back_index {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
  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: #282828 url(/img/ss/common/bg_pager_003.png) no-repeat center;
  content: "";
  line-height: 1.6;
}

#container .back_index a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* CV Bottom
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}

#cv_contact a {
  text-decoration: none;
}

#cv_contact .fixed_wrapper {
  position: relative;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #282828;
}

#cv_contact .fixed_wrapper .inner {
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px;
}

#cv_contact .fixed_wrapper .inner p {
  float: left;
  padding: 12px 0 10px;
  width: 420px;
}

#cv_contact .fixed_wrapper .inner p a {
  display: inline-block;
  color: #fff;
  vertical-align: bottom;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  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: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#cv_contact .fixed_wrapper .inner .catalog {
  background: #e60012;
}

#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}

#cv_contact .fixed_wrapper .inner .catalog a i::before {
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
}

#cv_contact .fixed_wrapper .inner .contact {
  background: #41a147;
}

#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -3.8%;
}

#cv_contact .fixed_wrapper .inner .contact a i::before {
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
}

#cv_contact #pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  margin: 0 -590px 0 0;
  width: 50px;
}

#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #282828;
  transition: none;
}

#cv_contact #pagetop a::before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cv_contact #pagetop a::after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #282828;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}

#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}

#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}

/* Footer
------------------------------- */
#footer .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px;
}

#footer .inner::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#footer .copy {
  padding: 20px 0;
  background-color: #fff;
}

#footer .copy a {
  text-decoration: none;
}

#footer .copy p {
  float: left;
  width: 50%;
  color: #333;
  font-size: 12px;
}

#footer .copy ul {
  float: right;
  width: 50%;
  text-align: right;
}

#footer .copy ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: solid 1px #333;
}

#footer .copy ul li:last-child {
  border-right: none;
}

#footer .copy ul li a {
  color: #333;
  font-size: 12px;
  opacity: 1;
}

#footer .copy ul li a:hover {
  text-decoration: underline;
}

/* Main Contents
--------------------------------- */
.main_contents {
  font-size: 16px;
}

.main_contents p {
  margin: 15px 0;
}

.main_contents a {
  color: #06c;
  text-decoration: underline;
  opacity: 1;
}

.main_contents a span {
  text-decoration: inherit;
}

.main_contents a:hover {
  text-decoration: none;
}

.main_contents .ss_download_btn,
.main_contents .prt_series_btn {
  text-decoration: none;
}

.main_contents .ss_download_btn:hover,
.main_contents .prt_series_btn:hover {
  opacity: 0.7;
}

.main_contents {
  color: #333;
}

/* CV Right
------------------------------- */
.cv_right {
  position: absolute;
  top: 210px;
  left: 50%;
  margin: 0 0 180px 520px;
  width: 230px;
}

.cv_right a,
.cv_right .banner {
  display: block;
}

.cv_right a {
  background: #fff;
  opacity: 1;
}

.cv_right .banner {
  overflow: hidden;
  width: 230px;
  background: #fff;
}

.cv_right a:hover .banner {
  opacity: 0.7;
}

.cv_right .ss_download_btn.bnr {
  padding: 0 5px;
  height: 22px;
  border-radius: 3px;
}

.cv_right .ss_download_btn.bnr .txt05 {
  padding: 2px 0 2px 17px;
  background-size: 10px auto;
}

.cv_right .software_banner {
  margin: 10px 0 0;
}

.cv_right .banner {
  border: 2px solid #2d2d2d;
}

.cv_right .thumb {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cv_right .thumb .image,
.cv_right .thumb .name {
  display: table-cell;
  vertical-align: middle;
}

.cv_right .thumb .image {
  padding: 10px 10px 0;
  width: 80px;
  text-align: center;
}

.cv_right .thumb .name {
  padding: 10px 6px;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
}

.cv_right .thumb .name strong {
  color: #cd1919;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}

.cv_right .document {
  border-width: 1px;
}

.cv_right .document .thumb {
  display: block;
}

.cv_right .document .thumb .image,
.cv_right .document .thumb .name {
  display: block;
}

.cv_right .document .thumb .image {
  padding: 0;
  width: auto;
}

.cv_right .document .thumb .name {
  padding: 5px 10px 0;
}

.cv_right .document .button {
  padding: 5px 10px 10px;
}

.cv_right .catalog .thumb .image {
  padding: 0;
  width: 60px;
}

.cv_right .catalog .button {
  padding: 5px 10px;
  background: #e9e9e9;
}

.cv_right .ss_download_btn.bnr {
  max-width: none;
}

.cv_right .asset_bnr {
  margin: 0 0 10px;
}

.cv_right .asset_bnr .caption {
  padding: 5px 0;
  background: #282828;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25;
}

.cv_right .series_list li {
  margin: 10px 0 0;
}

.cv_right .series_list .banner {
  border: 3px solid #6c6c6c;
}

.cv_right .series_list:first-child li:first-child {
  margin-top: 0;
}

/* CV Area
------------------------------- */
/* Modules
------------------------------- */
.prt_main_section {
  margin: 30px 0 60px;
}

.prt_sub_section {
  margin: 30px 0 40px;
}

.prt_header_01 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 88px;
  font-weight: normal;
  font-size: 38px;
  line-height: 1.11;
}

.prt_header_01::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  background: #3e8a00;
  content: "";
  transform: translate(0, -50%);
}

.prt_header_01::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  margin: -2px 0 0;
  width: 74px;
  height: 40px;
  border-bottom: 1px solid #f3f3f3;
  background: linear-gradient(128deg, #333 0, #333 57px, #f3f3f3 58px);
  content: "";
  transform: translate(0, -50%);
}

.prt_header_01 .cat {
  margin: 4px 0;
  font-size: 16px;
}

.prt_header_01 small {
  display: inline-block;
  font-size: smaller;
}

.prt_header_02 {
  position: relative;
  margin: 20px 0;
  padding: 16px 14px 16px 38px;
  border-radius: 5px 5px 0 0;
  background: #282828;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.091;
}

.prt_header_02::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 14px;
  width: 5px;
  background: #3e8a00;
  content: "";
}

.prt_header_03 {
  position: relative;
  margin: 20px 0;
  padding: 16px 14px 14px 34px;
  border: 1px solid #e3e3e3;
  border-bottom: 3px solid #3e8a00;
  border-radius: 5px 5px 0 0;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.091;
}

.prt_header_03::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 14px;
  width: 4px;
  background: #3e8a00;
  content: "";
}

.prt_header_03.advantage {
  border-color: #3d8a00 #3d8a00 #282828;
  background: #3d8a00;
  color: #fff;
}

.prt_header_03.advantage::before {
  background: #282828;
}

.prt_header_04 {
  margin: 10px 0 14px;
  padding: 0 0 6px;
  border-bottom: 2px solid #3e8a00;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

.prt_header_05 {
  margin: 10px 0;
  padding: 4px 10px 2px;
  border-bottom: 2px dotted #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.444;
}

.prt_lead_01 {
  color: #3e8a00;
  font-weight: bold;
  font-size: 20px;
}

.prt_lead_02 {
  color: #a30006;
  font-weight: bold;
  font-size: 20px;
}

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

.prt_inblock {
  display: inline-block;
}

.prt_bold,
strong {
  font-weight: bold;
}

.prt_small {
  font-size: 13px;
}

.prt_red {
  color: #a30006;
}

.prt_green {
  color: #3e8a00;
}

.prt_linktext_01 {
  text-align: right;
}

.prt_linktext_01 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  vertical-align: bottom;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
}

.prt_linktext_01 a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3e8a00;
  content: "";
}

.prt_linktext_01 a:hover {
  text-decoration: underline;
}

.prt_note_01 {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.615;
}

.prt_note_01::before {
  margin-right: 0.5em;
  content: "*";
}

.prt_sup,
.main_contents sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

.prt_sub,
.main_contents sub {
  vertical-align: sub;
  font-size: smaller;
}

.prt_impress_calc {
  color: #a30107;
  font-weight: bold;
  font-size: 18px;
}

.prt_anchor_list_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 38px;
  padding: 9px 14px 7px;
  border: 1px solid #e4e4e4;
  border-left: 15px solid #3e8a00;
  background: #fff;
}

.prt_anchor_list_01 li {
  position: relative;
  margin: 3px 14px;
  padding-left: 14px;
  font-size: 16px;
}

.prt_anchor_list_01 li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 7px 5px 0;
  border-style: solid;
  border-color: #282828 transparent transparent;
  content: "";
  font-size: 0;
}

.prt_anchor_list_01 li a {
  color: #333;
  text-decoration: none;
}

.prt_anchor_list_01 li a:hover {
  text-decoration: underline;
}

.prt_anchor_list_02 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 25px;
}

.prt_anchor_list_02&gt;li {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  width: 48%;
  width: calc(50% - 5px);
}

.prt_anchor_list_02&gt;li:first-child,
.prt_anchor_list_02&gt;li:first-child+li {
  margin-top: 0;
}

.prt_anchor_list_02&gt;li:nth-of-type(2n+1) {
  margin-left: 0;
}

.prt_anchor_list_02&gt;li a {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #282828;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.571;
  opacity: 1;
}

.prt_anchor_list_02&gt;li a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  content: "";
  transform: translate(0, -50%) rotate(45deg);
}

.prt_anchor_list_02&gt;li a .label {
  display: table-cell;
  padding: 8px 20px 8px 40px;
  vertical-align: middle;
}

.prt_anchor_list_02&gt;li a:hover {
  background: #282828;
  color: #fff;
}

.prt_anchor_list_02&gt;li a:hover::before {
  border-color: #fff;
}

.prt_anchor_list_03 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 25px;
}

.prt_anchor_list_03&gt;li {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  width: 48%;
  width: calc(50% - 5px);
}

.prt_anchor_list_03&gt;li:first-child,
.prt_anchor_list_03&gt;li:first-child+li {
  margin-top: 0;
}

.prt_anchor_list_03&gt;li:nth-of-type(2n+1) {
  margin-left: 0;
}

.prt_anchor_list_03&gt;li a {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #282828;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.571;
  opacity: 1;
}

.prt_anchor_list_03&gt;li a:hover {
  background: #282828;
  color: #fff;
}

.prt_anchor_list_03&gt;li a .label {
  display: table-cell;
  padding: 8px 40px 8px 20px;
  vertical-align: middle;
}

.prt_anchor_list_03&gt;li a .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 1px solid #282828;
  background: #fff;
}

.prt_anchor_list_03&gt;li a .icon i {
  position: absolute;
  top: 6px;
  left: 50%;
  overflow: hidden;
  margin-left: -4px;
  width: 8px;
  height: 5px;
}

.prt_anchor_list_03&gt;li a .icon i::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.prt_page_index {
  overflow: hidden;
  margin: 24px 0;
  padding: 11px 24px 20px;
  border-top: 1px dotted #282828;
  border-bottom: 1px dotted #282828;
}

.prt_page_index li {
  float: left;
  margin: 8px 0 0 36px;
  width: 49%;
  width: calc(50% - 18px);
}

.prt_page_index li:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}

.prt_page_index li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #333;
  vertical-align: bottom;
  text-decoration: none;
  line-height: 1.4;
  line-height: 1.625;
  opacity: 1;
}

.prt_page_index li a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3e8a00;
  content: "";
}

.prt_page_index li a:hover {
  text-decoration: underline;
}

.prt_page_index li a::before {
  top: 0.45em;
  border-width: 4.5px 0 4.5px 9px;
}

.prt_disc_list {
  margin: 15px 0;
  padding-left: 1.5em;
  list-style: disc outside;
}

.prt_ordered_list {
  margin: 15px 0;
  padding-left: 1.5em;
  list-style: decimal outside;
}

.prt_step_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 30px;
}

.prt_step_list i {
  position: relative;
  display: block;
  flex: 0 0 74px;
  margin: 0 10px 0 0;
  padding: 5px 0;
  background: #ccc;
  text-align: center;
}

.prt_step_list i::before {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 22px 37px 0 37px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  content: "";
}

.prt_alpha_list {
  margin: 15px 0;
  padding-left: 1.5em;
  list-style: upper-alpha outside;
  text-align: left;
}

.prt_alpha_list_02 {
  margin: 15px 0;
  padding-left: 1.6em;
  list-style: lower-alpha outside;
}

.prt_link_list {
  margin: 15px 0;
  list-style: none;
}

.prt_link_list&gt;li&gt;a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #333;
  vertical-align: bottom;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
}

.prt_link_list&gt;li&gt;a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3e8a00;
  content: "";
}

.prt_link_list&gt;li&gt;a:hover {
  text-decoration: underline;
}

.prt_link_list&gt;li&gt;a::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #5e39a2;
}

.prt_link_list.right {
  text-align: right;
}

.prt_link_list.right&gt;li&gt;a {
  color: #06c;
}

.prt_in_annotations {
  counter-reset: alpha;
  text-align: center;
}

.prt_in_annotations li {
  display: inline-block;
  margin: 0 0.5em;
}

.prt_in_annotations li::before {
  content: counter(alpha, upper-alpha) ".";
  counter-increment: alpha;
}

ul.prt_notes_list,
ol.prt_notes_list {
  margin: 15px 0;
  list-style: none;
  font-size: 13px;
}

ul.prt_notes_list {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

ul.prt_notes_list&gt;li::before {
  content: "*";
}

ol.prt_notes_list {
  padding-left: 2.5em;
  counter-reset: prt-ordered-notes;
  text-indent: -2.5em;
}

ol.prt_notes_list&gt;li {
  counter-increment: prt-ordered-notes;
}

ol.prt_notes_list&gt;li::before {
  display: inline-block;
  width: 2.5em;
  content: "*"counter(prt-ordered-notes);
  text-indent: 0;
}

.prt_defines_01,
.prt_defines_02,
.prt_disc_def,
.prt_disc_def_02,
.prt_ordered_def,
.prt_alpha_def {
  margin: 30px 0;
  text-align: left;
}

.prt_defines_01&gt;.item,
.prt_defines_02&gt;.item,
.prt_disc_def&gt;.item,
.prt_disc_def_02&gt;.item,
.prt_ordered_def&gt;.item,
.prt_alpha_def&gt;.item,
.prt_defines_01&gt;.term,
.prt_defines_02&gt;.term,
.prt_disc_def&gt;.term,
.prt_disc_def_02&gt;.term,
.prt_ordered_def&gt;.term,
.prt_alpha_def&gt;.term {
  margin: 20px 0 0;
}

.prt_defines_01&gt;.item+*,
.prt_defines_02&gt;.item+*,
.prt_disc_def&gt;.item+*,
.prt_disc_def_02&gt;.item+*,
.prt_ordered_def&gt;.item+*,
.prt_alpha_def&gt;.item+*,
.prt_defines_01&gt;.term+*,
.prt_defines_02&gt;.term+*,
.prt_disc_def&gt;.term+*,
.prt_disc_def_02&gt;.term+*,
.prt_ordered_def&gt;.term+*,
.prt_alpha_def&gt;.term+* {
  margin-top: 0;
}

.prt_defines_01&gt;.item:first-child,
.prt_defines_02&gt;.item:first-child,
.prt_disc_def&gt;.item:first-child,
.prt_disc_def_02&gt;.item:first-child,
.prt_ordered_def&gt;.item:first-child,
.prt_alpha_def&gt;.item:first-child,
.prt_defines_01&gt;.term:first-child,
.prt_defines_02&gt;.term:first-child,
.prt_disc_def&gt;.term:first-child,
.prt_disc_def_02&gt;.term:first-child,
.prt_ordered_def&gt;.term:first-child,
.prt_alpha_def&gt;.term:first-child {
  margin-top: 0;
}

.prt_defines_01&gt;.item&gt;.term,
.prt_defines_02&gt;.item&gt;.term,
.prt_disc_def&gt;.item&gt;.term,
.prt_disc_def_02&gt;.item&gt;.term,
.prt_ordered_def&gt;.item&gt;.term,
.prt_alpha_def&gt;.item&gt;.term,
.prt_defines_01&gt;.term,
.prt_defines_02&gt;.term,
.prt_disc_def&gt;.term,
.prt_disc_def_02&gt;.term,
.prt_ordered_def&gt;.term,
.prt_alpha_def&gt;.term {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}

.prt_defines_01&gt;.desc&gt;*:first-child,
.prt_defines_02&gt;.desc&gt;*:first-child,
.prt_disc_def&gt;.desc&gt;*:first-child,
.prt_disc_def_02&gt;.desc&gt;*:first-child,
.prt_ordered_def&gt;.desc&gt;*:first-child,
.prt_alpha_def&gt;.desc&gt;*:first-child {
  margin-top: 0;
}

.prt_defines_01&gt;.desc&gt;*:last-child,
.prt_defines_02&gt;.desc&gt;*:last-child,
.prt_disc_def&gt;.desc&gt;*:last-child,
.prt_disc_def_02&gt;.desc&gt;*:last-child,
.prt_ordered_def&gt;.desc&gt;*:last-child,
.prt_alpha_def&gt;.desc&gt;*:last-child {
  margin-bottom: 0;
}

.prt_defines_02 {
  counter-reset: def2;
}

.prt_defines_02&gt;.term,
.prt_defines_02&gt;.item&gt;.term {
  padding-left: 1em;
  counter-increment: def2;
  text-indent: -1em;
}

.prt_defines_02&gt;.term::before,
.prt_defines_02&gt;.item&gt;.term::before {
  display: inline-block;
  width: 1em;
  content: counter(def2, disc);
  text-indent: 0;
}

.prt_disc_def {
  counter-reset: def-disc;
}

.prt_disc_def&gt;.item,
.prt_disc_def&gt;.term {
  counter-reset: def-disc;
}

.prt_disc_def&gt;.desc {
  padding: 0 0 0 1.5em;
  counter-increment: def-disc;
  text-align: left;
  text-indent: -1.5em;
}

.prt_disc_def&gt;.desc::before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  content: counter(def-disc, disc);
  text-align: right;
  white-space: nowrap;
}

.prt_disc_def_02 {
  padding: 0 0 0 1.5em;
  counter-reset: def-disc2;
}

.prt_disc_def_02&gt;.item,
.prt_disc_def_02&gt;.term {
  counter-reset: def-disc2;
}

.prt_disc_def_02&gt;.term {
  counter-increment: def-disc2;
  text-align: left;
  text-indent: -1.5em;
}

.prt_disc_def_02&gt;.term::before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  content: counter(def-disc2, disc);
  text-align: right;
  white-space: nowrap;
}

.prt_ordered_def {
  counter-reset: def-order;
}

.prt_ordered_def&gt;.item,
.prt_ordered_def&gt;.term {
  counter-increment: def-order;
}

.prt_ordered_def&gt;.item&gt;.term,
.prt_ordered_def&gt;.term {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

.prt_ordered_def&gt;.item&gt;.term::before,
.prt_ordered_def&gt;.term::before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  content: counter(def-order) ".";
  text-align: right;
  white-space: nowrap;
}

.prt_alpha_def {
  counter-reset: def-alpha;
}

.prt_alpha_def&gt;.item,
.prt_alpha_def&gt;.term {
  counter-increment: def-alpha;
}

.prt_alpha_def&gt;.item&gt;.term,
.prt_alpha_def&gt;.term {
  padding: 0 0 0 1.625em;
  text-indent: -1.625em;
}

.prt_alpha_def&gt;.item&gt;.term::before,
.prt_alpha_def&gt;.term::before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1.125em;
  content: counter(def-alpha, upper-alpha) ".";
  text-align: right;
  white-space: nowrap;
}

.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 {
  white-space: nowrap;
}

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

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

.prt_points_def .term {
  position: relative;
  margin: 30px 0 15px;
  padding: 0 0 0 38px;
  color: #3e8a00;
  font-weight: bold;
  line-height: 1.875;
}

.prt_points_def .term:first-child {
  margin-top: 0;
}

.prt_points_def .term i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #3e8a00;
  color: #fff;
  text-align: center;
}

.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-word;
  font-weight: bold;
}

.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04 {
  padding-left: 30px;
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 1.2;
}

.ss_download_btn .txt01 {
  padding-right: 60px;
}

.ss_download_btn .txt02 {
  padding-right: 79px;
}

.ss_download_btn .txt03 {
  padding-right: 77px;
}

.ss_download_btn .txt04 {
  padding-right: 104px;
}

.ss_download_btn .txt05 {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1;
}

.ss_download_btn .in_txt1,
.ss_download_btn .in_txt2 {
  display: block;
}

.ss_download_btn .in_txt1 {
  font-size: 14px;
}

.prt_button_01 {
  margin: 16px 0;
}

.prt_button_01 a,
.prt_button_01 .button {
  position: relative;
  display: inline-block;
  padding: 8px 20px 8px 30px;
  min-width: 180px;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  color: #fff;
  text-decoration: none;
  word-break: break-all;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.prt_button_01 a:hover,
.prt_button_01 .button:hover {
  opacity: 0.7;
}

.prt_button_01 a::before,
.prt_button_01 .button::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
  transform-origin: top right;
}

.prt_download_box_01 {
  margin: 30px 0;
}

.prt_download_box_01 .caption {
  margin: 0 0 8px;
  text-align: right;
}

.prt_download_box_01 .caption .label {
  display: inline-block;
  text-align: left;
}

.prt_download_box_01 .box &gt;* {
  margin: 0;
}

.prt_sect_cv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
  padding: 16px 0;
}

.prt_sect_cv .button {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 380px;
}

.prt_series_btn {
  display: table;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #1284c8;
  background: linear-gradient(#1284c8, #044aa0);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}

.prt_series_btn:hover {
  opacity: 0.7;
}

.prt_series_btn .label {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
}

.ss_subpage_bnr {
  margin: 20px 10px;
}

.ss_subpage_bnr img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ss_subpage_bnr .banner {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px;
  max-width: 580px;
  border: 1px solid #282828;
  background: #fff;
  color: #333;
  text-decoration: none;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.4;
}

.ss_subpage_bnr .banner:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ss_subpage_bnr .img {
  float: left;
  width: 104px;
  border: 1px solid #ccc;
}

.ss_subpage_bnr .inner {
  margin: 0 0 0 114px;
  padding-bottom: 3em;
  width: auto;
}

.ss_subpage_bnr .title {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #282828;
}

.ss_subpage_bnr .title strong {
  vertical-align: baseline;
  font-weight: bold;
  font-size: 128.5714%;
}

.ss_subpage_bnr .title.part_display {
  text-align: center;
}

.ss_subpage_bnr .title.part_display strong {
  display: block;
}

.ss_subpage_bnr .btn_wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 124px;
  text-align: center;
}

.ss_subpage_bnr .btn_wrap .button {
  display: inline-block;
  padding: 8px 36px;
  max-width: 320px;
  width: 100%;
  border-radius: 5px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat 12px center, linear-gradient(#e24141, #ca1616);
  background-color: #e24141;
  color: #fff;
  font-weight: bold;
}

.prt_banner_01 {
  text-align: center;
}

.prt_banner_01 a:hover {
  opacity: 0.7;
}

.bottom_cv_area a:hover {
  opacity: 0.7;
}

.prt_movie_01 {
  /*
  position: relative;
  padding: 56.25% 0 0;
  text-align: center;
  */
  margin: 30px 0;
}

.prt_columns .prt_movie_01 {
  position: relative;
  padding: 0;
  text-align: center;
}

.thumb .prt_movie_01 {
  position: relative;
  padding: 0;
  text-align: center;
  margin: 30px 0;
}

.prt_movie_01 iframe,
.prt_movie_01 .jstream-eqPlayer {
  top: 0;
  left: 0;
}

.prt_movie_02 {
  max-width: 720px;
  margin: 30px auto;
}

/*
.prt_movie_02 .inner {
  position: relative;
  padding: 56.25% 0 0;
  text-align: center;
}
*/

.prt_movie_02 iframe,
.prt_movie_02 .jstream-eqPlayer {
  top: 0;
  left: 0;
}

.prt_figure_01 {
  margin: 30px 0;
  text-align: center;
}

.prt_figure_01 .image {
  margin: 0;
  font-size: 0;
}

.prt_figure_01 .image&gt;*:first-child {
  margin-top: 0;
}

.prt_figure_01 .image&gt;*:last-child {
  margin-bottom: 0;
}

.prt_figure_01 .title,
.prt_figure_01 .caption,
.prt_figure_01 .desc,
.prt_figure_01 .notes {
  color: #333;
  line-height: 1.615;
}

.prt_figure_01 .title+*,
.prt_figure_01 .caption+*,
.prt_figure_01 .desc+*,
.prt_figure_01 .notes+* {
  margin-top: 0;
}

.prt_figure_01 .title,
.prt_figure_01 .caption {
  font-weight: bold;
}

.prt_figure_01 .desc {
  margin: 8px 0;
}

.prt_figure_01 .title {
  margin: 8px 0;
  font-size: 16px;
}

.prt_figure_01 .box_title {
  margin-bottom: 5px;
  padding: 2px 0;
  background: #e9edf0;
  font-weight: bold;
  font-size: 16px;
}

.prt_figure_01 .caption {
  margin: 8px 0;
  font-size: 14px;
}

.prt_figure_01 .notes {
  margin: 8px 0;
  font-size: 14px;
}

.prt_figure_01 .title:first-child,
.prt_figure_01 .caption:first-child,
.prt_figure_01 .box_title:first-child,
.prt_figure_01 .desc:first-child,
.prt_figure_01 .notes:first-child {
  margin-top: 0;
}

.prt_figure_01 .title:last-child,
.prt_figure_01 .caption:last-child,
.prt_figure_01 .box_title:last-child,
.prt_figure_01 .desc:last-child,
.prt_figure_01 .notes:last-child {
  margin-bottom: 0;
}

.prt_figure_01 .left {
  text-align: left;
}

.prt_figure_01 .right {
  text-align: right;
}

.prt_figure_01.frame,
.prt_figure_01 .frame {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
}

.prt_figure_01.frame&gt;*:first-child,
.prt_figure_01 .frame&gt;*:first-child {
  margin-top: 0;
}

.prt_figure_01.frame&gt;*:last-child,
.prt_figure_01 .frame&gt;*:last-child {
  margin-bottom: 0;
}

.prt_figure_01.gray {
  background: #f2f2f2;
}

.prt_columns {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}

.prt_columns&gt;.item&gt;*:first-child {
  margin-top: 0;
}

.prt_columns&gt;.item&gt;*:last-child {
  margin-bottom: 0;
}

.prt_columns.col2&gt;.item {
  margin: 30px 0 0 40px;
  width: calc(50% - 20px);
}

.prt_columns.col2&gt;.item:first-child,
.prt_columns.col2&gt;.item:first-child+.item {
  margin-top: 0;
}

.prt_columns.col2&gt;.item:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

.prt_columns.col2&gt;.item.narrow {
  width: calc((100% - 40px) / 3);
}

.prt_columns.col2&gt;.item.wide {
  width: calc((100% - 40px) / 3 * 2);
}

.prt_columns.col3&gt;.item {
  margin: 20px 0 0 19px;
  width: calc((100% - 38px) / 3 - 0.1px);
}

.prt_columns.col3&gt;.item:first-child,
.prt_columns.col3&gt;.item:nth-child(2),
.prt_columns.col3&gt;.item:nth-child(3) {
  margin-top: 0;
}

.prt_columns.col3&gt;.item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

.prt_image_contents {
  margin: 30px 0;
}

.prt_image_contents::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.prt_image_contents .figure {
  float: right;
  margin: 0 0 20px 40px;
  max-width: 47.2%;
  text-align: center;
}

.prt_image_contents .figure.figure_02 {
  max-width: 60%;
}

.prt_image_contents.left_image .figure {
  float: left;
  margin: 0 40px 20px 0;
}

.prt_image_contents.notaround .desc {
  overflow: hidden;
}

.prt_annotated_image {
  overflow: hidden;
  margin: 30px 0;
}

.prt_annotated_image&gt;.image {
  float: left;
  width: 60%;
  text-align: center;
}

.prt_annotated_image&gt;.image.frame {
  padding: 10px;
  border: 1px solid #ccc;
}

.prt_annotated_image&gt;.image.frame&gt;*:first-child {
  margin-top: 0;
}

.prt_annotated_image&gt;.image.frame&gt;*:last-child {
  margin-bottom: 0;
}

.prt_annotated_image&gt;.annotation {
  float: left;
  padding-left: 40px;
  width: 40%;
}

.prt_annotated_image&gt;.annotation&gt;* {
  margin: 0;
}

.prt_flexbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 30px -5px;
}

.prt_flexbox.start {
  justify-content: flex-start;
}

.prt_flexbox.between {
  justify-content: space-between;
}

.prt_flexbox&gt;.item {
  flex: 0 1 auto;
  margin: 0 5px;
}

.prt_floatbox {
  margin: 30px 0;
}

.prt_floatbox::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.prt_floatbox&gt;* {
  float: left;
  margin-left: 20px;
  width: 45%;
  width: calc(50% - 10px);
}

.prt_floatbox&gt;*:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

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

.prt_float_contents.notaround .col {
  overflow: hidden;
}

.main_contents .prt_float_contents .col p:first-child {
  margin-top: 0;
}

.prt_float_contents .col:first-child {
  float: left;
  margin: 0 40px 20px 0;
}

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

.prt_flexarrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  margin: 30px 0;
}

.prt_flexarrows .prt_flexarrows {
  margin: 0 auto;
}

.prt_flexarrows&gt;.item {
  float: left;
  flex: 1;
  padding: 0 5px;
}

.prt_flexarrows&gt;.item.arrow {
  position: relative;
  z-index: 10;
  flex: 0 0 24px;
  padding: 0;
  min-height: 40px;
  width: 24px;
}

.prt_flexarrows&gt;.item.arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prt_flexarrows.nocap .item.arrow i {
  margin-top: 0;
}

.prt_right_image {
  display: flex;
  justify-content: flex-end;
}

.prt_box_01,
.prt_box_02,
.prt_box_03,
.prt_fill_box,
.prt_border_box {
  margin: 40px 0;
  padding: 20px;
}

.prt_box_01&gt;*:first-child,
.prt_box_02&gt;*:first-child,
.prt_box_03&gt;*:first-child,
.prt_fill_box&gt;*:first-child,
.prt_border_box&gt;*:first-child {
  margin-top: 0;
}

.prt_box_01&gt;*:last-child,
.prt_box_02&gt;*:last-child,
.prt_box_03&gt;*:last-child,
.prt_fill_box&gt;*:last-child,
.prt_border_box&gt;*:last-child {
  margin-bottom: 0;
}

.prt_box_01&gt;.header,
.prt_box_02&gt;.header,
.prt_box_03&gt;.header,
.prt_fill_box&gt;.header,
.prt_border_box&gt;.header {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 21px;
}

.prt_box_01 {
  border: 11px solid #d5d5d5;
  background: #fff;
}

.prt_box_01 .prt_figure_01 .image {
  background: #fff;
}

.prt_box_02 {
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
}

.prt_box_03 {
  background: lightblue;
}

.prt_fill_box {
  background: #eee;
}

.prt_border_box {
  position: relative;
  border: 1px solid #ccc;
}

.prt_indent_box {
  padding-left: 1em;
}

.prt_solution_box {
  padding: 20px 30px 36px;
  border: 10px solid #d5d5d5;
}

.prt_solution_box .header {
  position: relative;
  padding: 54px 0 0;
}

.prt_solution_box .header .label {
  position: absolute;
  top: 0;
  left: -56px;
  padding: 8px 25px;
  background: #428d00 url(/img/ss/products/marking/laser-marking-central/bg_solution_01.gif) repeat-y right top;
  color: #fff;
  font-weight: bold;
}

.prt_solution_box .header .label::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #214a03 #214a03 transparent transparent;
  content: "";
}

.prt_solution_box .header .title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #428d00;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
}

.prt_keyence_box {
  margin: 60px 0;
}

.prt_keyence_box .title {
  position: relative;
  margin: 0 0 30px;
  padding: 20px 20px 18px;
  background: #a38a47;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.prt_keyence_box .title::before {
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-width: 15px 10px 0;
  border-style: solid;
  border-color: #a38a47 transparent transparent;
  content: "";
  font-size: 0;
}

.prt_keyence_box .header {
  margin: 10px 0 15px;
  padding: 10px 18px;
  background: #f7f4ea;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}

.prt_keyence_box .sub_header {
  font-weight: bold;
}

.prt_column_box {
  margin: 60px 0;
  padding: 0 40px 30px;
  background: #eaf0f7;
}

.prt_column_box .header {
  position: relative;
  margin: 0 0 10px;
  padding: 60px 0 0;
}

.prt_column_box .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 15px 8px;
  background: #3e8a00;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.prt_column_box .label::after {
  margin-left: 7px;
  content: "Column";
  font-size: 11px;
  opacity: 0.5;
}

.prt_column_box .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.prt_column_box .cont {
  line-height: 2;
}

.prt_column_box .cont&gt;*:first-child {
  margin-top: 0;
}

.prt_column_box .cont&gt;*:last-child {
  margin-bottom: 0;
}

.prt_arrow_01,
.prt_caret_01 {
  position: relative;
  display: inline-block;
}

.prt_arrow_01::before,
.prt_caret_01::before,
.prt_arrow_01::after,
.prt_caret_01::after {
  position: absolute;
  content: "";
}

.prt_arrow_01::after,
.prt_caret_01::after {
  width: 0;
  height: 0;
  border-style: solid;
}

.prt_arrow_01::before,
.prt_caret_01::before {
  background: #666;
}

.prt_arrow_01[data-direction="top"]::after,
.prt_caret_01[data-direction="top"]::after {
  border-color: transparent transparent #666;
}

.prt_arrow_01[data-direction="bottom"]::after,
.prt_caret_01[data-direction="bottom"]::after {
  border-color: #666 transparent transparent;
}

.prt_arrow_01[data-direction="right"]::after,
.prt_caret_01[data-direction="right"]::after {
  border-color: transparent transparent transparent #666;
}

.prt_arrow_01[data-direction="left"]::after,
.prt_caret_01[data-direction="left"]::after {
  border-color: transparent #666 transparent transparent;
}

.prt_arrow_01[data-color="gray"]::before,
.prt_caret_01[data-color="gray"]::before {
  background: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="top"]::after,
.prt_caret_01[data-color="gray"][data-direction="top"]::after {
  border-bottom-color: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="bottom"]::after,
.prt_caret_01[data-color="gray"][data-direction="bottom"]::after {
  border-top-color: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="right"]::after,
.prt_caret_01[data-color="gray"][data-direction="right"]::after {
  border-left-color: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="left"]::after,
.prt_caret_01[data-color="gray"][data-direction="left"]::after {
  border-right-color: #898989;
}

.prt_arrow_01[data-size="L"][data-direction="top"],
.prt_arrow_01[data-size="L"][data-direction="bottom"] {
  width: 240px;
  height: 180px;
}

.prt_arrow_01[data-size="L"][data-direction="top"]::before,
.prt_arrow_01[data-size="L"][data-direction="bottom"]::before {
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="L"][data-direction="top"]::after,
.prt_arrow_01[data-size="L"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="L"][data-direction="right"],
.prt_arrow_01[data-size="L"][data-direction="left"] {
  width: 180px;
  height: 240px;
}

.prt_arrow_01[data-size="L"][data-direction="right"]::before,
.prt_arrow_01[data-size="L"][data-direction="left"]::before {
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="L"][data-direction="right"]::after,
.prt_arrow_01[data-size="L"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="L"][data-direction="top"]::before {
  bottom: 0;
}

.prt_arrow_01[data-size="L"][data-direction="top"]::after {
  top: 0;
  border-width: 0 120px 96px;
}

.prt_arrow_01[data-size="L"][data-direction="bottom"]::before {
  top: 0;
}

.prt_arrow_01[data-size="L"][data-direction="bottom"]::after {
  bottom: 0;
  border-width: 96px 120px 0;
}

.prt_arrow_01[data-size="L"][data-direction="right"]::before {
  left: 0;
}

.prt_arrow_01[data-size="L"][data-direction="right"]::after {
  right: 0;
  border-width: 120px 0 120px 96px;
}

.prt_arrow_01[data-size="L"][data-direction="left"]::before {
  right: 0;
}

.prt_arrow_01[data-size="L"][data-direction="left"]::after {
  left: 0;
  border-width: 120px 96px 120px 0;
}

.prt_arrow_01[data-size="M"][data-direction="top"],
.prt_arrow_01[data-size="M"][data-direction="bottom"] {
  width: 120px;
  height: 90px;
}

.prt_arrow_01[data-size="M"][data-direction="top"]::before,
.prt_arrow_01[data-size="M"][data-direction="bottom"]::before {
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="M"][data-direction="top"]::after,
.prt_arrow_01[data-size="M"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="M"][data-direction="right"],
.prt_arrow_01[data-size="M"][data-direction="left"] {
  width: 90px;
  height: 120px;
}

.prt_arrow_01[data-size="M"][data-direction="right"]::before,
.prt_arrow_01[data-size="M"][data-direction="left"]::before {
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="M"][data-direction="right"]::after,
.prt_arrow_01[data-size="M"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="M"][data-direction="top"]::before {
  bottom: 0;
}

.prt_arrow_01[data-size="M"][data-direction="top"]::after {
  top: 0;
  border-width: 0 60px 48px;
}

.prt_arrow_01[data-size="M"][data-direction="bottom"]::before {
  top: 0;
}

.prt_arrow_01[data-size="M"][data-direction="bottom"]::after {
  bottom: 0;
  border-width: 48px 60px 0;
}

.prt_arrow_01[data-size="M"][data-direction="right"]::before {
  left: 0;
}

.prt_arrow_01[data-size="M"][data-direction="right"]::after {
  right: 0;
  border-width: 60px 0 60px 48px;
}

.prt_arrow_01[data-size="M"][data-direction="left"]::before {
  right: 0;
}

.prt_arrow_01[data-size="M"][data-direction="left"]::after {
  left: 0;
  border-width: 60px 48px 60px 0;
}

.prt_arrow_01[data-size="S"][data-direction="top"],
.prt_arrow_01[data-size="S"][data-direction="bottom"] {
  width: 60px;
  height: 45px;
}

.prt_arrow_01[data-size="S"][data-direction="top"]::before,
.prt_arrow_01[data-size="S"][data-direction="bottom"]::before {
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="S"][data-direction="top"]::after,
.prt_arrow_01[data-size="S"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="S"][data-direction="right"],
.prt_arrow_01[data-size="S"][data-direction="left"] {
  width: 45px;
  height: 60px;
}

.prt_arrow_01[data-size="S"][data-direction="right"]::before,
.prt_arrow_01[data-size="S"][data-direction="left"]::before {
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="S"][data-direction="right"]::after,
.prt_arrow_01[data-size="S"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="S"][data-direction="top"]::before {
  bottom: 0;
}

.prt_arrow_01[data-size="S"][data-direction="top"]::after {
  top: 0;
  border-width: 0 30px 24px;
}

.prt_arrow_01[data-size="S"][data-direction="bottom"]::before {
  top: 0;
}

.prt_arrow_01[data-size="S"][data-direction="bottom"]::after {
  bottom: 0;
  border-width: 24px 30px 0;
}

.prt_arrow_01[data-size="S"][data-direction="right"]::before {
  left: 0;
}

.prt_arrow_01[data-size="S"][data-direction="right"]::after {
  right: 0;
  border-width: 30px 0 30px 24px;
}

.prt_arrow_01[data-size="S"][data-direction="left"]::before {
  right: 0;
}

.prt_arrow_01[data-size="S"][data-direction="left"]::after {
  left: 0;
  border-width: 30px 24px 30px 0;
}

.prt_arrow_01[data-size="SS"][data-direction="top"],
.prt_arrow_01[data-size="SS"][data-direction="bottom"] {
  width: 30px;
  height: 22.5px;
}

.prt_arrow_01[data-size="SS"][data-direction="top"]::before,
.prt_arrow_01[data-size="SS"][data-direction="bottom"]::before {
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="SS"][data-direction="top"]::after,
.prt_arrow_01[data-size="SS"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="SS"][data-direction="right"],
.prt_arrow_01[data-size="SS"][data-direction="left"] {
  width: 22.5px;
  height: 30px;
}

.prt_arrow_01[data-size="SS"][data-direction="right"]::before,
.prt_arrow_01[data-size="SS"][data-direction="left"]::before {
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="SS"][data-direction="right"]::after,
.prt_arrow_01[data-size="SS"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="SS"][data-direction="top"]::before {
  bottom: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="top"]::after {
  top: 0;
  border-width: 0 15px 12px;
}

.prt_arrow_01[data-size="SS"][data-direction="bottom"]::before {
  top: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="bottom"]::after {
  bottom: 0;
  border-width: 12px 15px 0;
}

.prt_arrow_01[data-size="SS"][data-direction="right"]::before {
  left: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="right"]::after {
  right: 0;
  border-width: 15px 0 15px 12px;
}

.prt_arrow_01[data-size="SS"][data-direction="left"]::before {
  right: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="left"]::after {
  left: 0;
  border-width: 15px 12px 15px 0;
}

.prt_caret_01[data-size="L"][data-direction="top"],
.prt_caret_01[data-size="L"][data-direction="bottom"] {
  width: 240px;
  height: 96px;
}

.prt_caret_01[data-size="L"][data-direction="top"]::before,
.prt_caret_01[data-size="L"][data-direction="bottom"]::before {
  display: none;
}

.prt_caret_01[data-size="L"][data-direction="top"]::after,
.prt_caret_01[data-size="L"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="L"][data-direction="right"],
.prt_caret_01[data-size="L"][data-direction="left"] {
  width: 96px;
  height: 240px;
}

.prt_caret_01[data-size="L"][data-direction="right"]::after,
.prt_caret_01[data-size="L"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="L"][data-direction="top"]::before {
  bottom: 0;
}

.prt_caret_01[data-size="L"][data-direction="top"]::after {
  top: 0;
  border-width: 0 120px 96px;
}

.prt_caret_01[data-size="L"][data-direction="bottom"]::before {
  top: 0;
}

.prt_caret_01[data-size="L"][data-direction="bottom"]::after {
  bottom: 0;
  border-width: 96px 120px 0;
}

.prt_caret_01[data-size="L"][data-direction="right"]::before {
  left: 0;
}

.prt_caret_01[data-size="L"][data-direction="right"]::after {
  right: 0;
  border-width: 120px 0 120px 96px;
}

.prt_caret_01[data-size="L"][data-direction="left"]::before {
  right: 0;
}

.prt_caret_01[data-size="L"][data-direction="left"]::after {
  left: 0;
  border-width: 120px 96px 120px 0;
}

.prt_caret_01[data-size="M"][data-direction="top"],
.prt_caret_01[data-size="M"][data-direction="bottom"] {
  width: 120px;
  height: 48px;
}

.prt_caret_01[data-size="M"][data-direction="top"]::before,
.prt_caret_01[data-size="M"][data-direction="bottom"]::before {
  display: none;
}

.prt_caret_01[data-size="M"][data-direction="top"]::after,
.prt_caret_01[data-size="M"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="M"][data-direction="right"],
.prt_caret_01[data-size="M"][data-direction="left"] {
  width: 48px;
  height: 120px;
}

.prt_caret_01[data-size="M"][data-direction="right"]::after,
.prt_caret_01[data-size="M"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="M"][data-direction="top"]::before {
  bottom: 0;
}

.prt_caret_01[data-size="M"][data-direction="top"]::after {
  top: 0;
  border-width: 0 60px 48px;
}

.prt_caret_01[data-size="M"][data-direction="bottom"]::before {
  top: 0;
}

.prt_caret_01[data-size="M"][data-direction="bottom"]::after {
  bottom: 0;
  border-width: 48px 60px 0;
}

.prt_caret_01[data-size="M"][data-direction="right"]::before {
  left: 0;
}

.prt_caret_01[data-size="M"][data-direction="right"]::after {
  right: 0;
  border-width: 60px 0 60px 48px;
}

.prt_caret_01[data-size="M"][data-direction="left"]::before {
  right: 0;
}

.prt_caret_01[data-size="M"][data-direction="left"]::after {
  left: 0;
  border-width: 60px 48px 60px 0;
}

.prt_caret_01[data-size="S"][data-direction="top"],
.prt_caret_01[data-size="S"][data-direction="bottom"] {
  width: 60px;
  height: 24px;
}

.prt_caret_01[data-size="S"][data-direction="top"]::before,
.prt_caret_01[data-size="S"][data-direction="bottom"]::before {
  display: none;
}

.prt_caret_01[data-size="S"][data-direction="top"]::after,
.prt_caret_01[data-size="S"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="S"][data-direction="right"],
.prt_caret_01[data-size="S"][data-direction="left"] {
  width: 24px;
  height: 60px;
}

.prt_caret_01[data-size="S"][data-direction="right"]::after,
.prt_caret_01[data-size="S"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="S"][data-direction="top"]::before {
  bottom: 0;
}

.prt_caret_01[data-size="S"][data-direction="top"]::after {
  top: 0;
  border-width: 0 30px 24px;
}

.prt_caret_01[data-size="S"][data-direction="bottom"]::before {
  top: 0;
}

.prt_caret_01[data-size="S"][data-direction="bottom"]::after {
  bottom: 0;
  border-width: 24px 30px 0;
}

.prt_caret_01[data-size="S"][data-direction="right"]::before {
  left: 0;
}

.prt_caret_01[data-size="S"][data-direction="right"]::after {
  right: 0;
  border-width: 30px 0 30px 24px;
}

.prt_caret_01[data-size="S"][data-direction="left"]::before {
  right: 0;
}

.prt_caret_01[data-size="S"][data-direction="left"]::after {
  left: 0;
  border-width: 30px 24px 30px 0;
}

.prt_caret_01[data-size="SS"][data-direction="top"],
.prt_caret_01[data-size="SS"][data-direction="bottom"] {
  width: 30px;
  height: 12px;
}

.prt_caret_01[data-size="SS"][data-direction="top"]::before,
.prt_caret_01[data-size="SS"][data-direction="bottom"]::before {
  display: none;
}

.prt_caret_01[data-size="SS"][data-direction="top"]::after,
.prt_caret_01[data-size="SS"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="SS"][data-direction="right"],
.prt_caret_01[data-size="SS"][data-direction="left"] {
  width: 12px;
  height: 30px;
}

.prt_caret_01[data-size="SS"][data-direction="right"]::after,
.prt_caret_01[data-size="SS"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="SS"][data-direction="top"]::before {
  bottom: 0;
}

.prt_caret_01[data-size="SS"][data-direction="top"]::after {
  top: 0;
  border-width: 0 15px 12px;
}

.prt_caret_01[data-size="SS"][data-direction="bottom"]::before {
  top: 0;
}

.prt_caret_01[data-size="SS"][data-direction="bottom"]::after {
  bottom: 0;
  border-width: 12px 15px 0;
}

.prt_caret_01[data-size="SS"][data-direction="right"]::before {
  left: 0;
}

.prt_caret_01[data-size="SS"][data-direction="right"]::after {
  right: 0;
  border-width: 15px 0 15px 12px;
}

.prt_caret_01[data-size="SS"][data-direction="left"]::before {
  right: 0;
}

.prt_caret_01[data-size="SS"][data-direction="left"]::after {
  left: 0;
  border-width: 15px 12px 15px 0;
}

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

.prt_table_list&gt;.item {
  flex: 1 1 auto;
}

.prt_table_list&gt;.item&gt;*:first-child {
  margin-top: 0;
}

.prt_table_list&gt;.item&gt;*:last-child {
  margin-bottom: 0;
}

.prt_table_list table {
  border-left: none;
}

.prt_table_list .item:first-child table {
  border-left: 1px solid #bdbdbd;
}

.prt_table_list tbody {
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.prt_table_list tbody th,
.prt_table_list tbody td {
  border: none;
}

.prt_tbl,
.prt_rsp_tbl {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  table-layout: fixed;
  word-wrap: break-word;
}

.prt_tbl.auto,
.prt_rsp_tbl.auto {
  table-layout: auto;
}

.prt_tbl:first-child,
.prt_rsp_tbl:first-child {
  margin-top: 0;
}

.prt_tbl caption,
.prt_rsp_tbl caption {
  margin: 0 0 5px;
  text-align: inherit;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.444;
}

.prt_tbl caption+*,
.prt_rsp_tbl caption+* {
  margin-top: 0;
}

.prt_tbl th,
.prt_tbl td,
.prt_rsp_tbl th,
.prt_rsp_tbl td {
  padding: 10px;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  vertical-align: top;
  text-align: left;
}

.prt_tbl th *:first-child,
.prt_tbl td *:first-child,
.prt_rsp_tbl th *:first-child,
.prt_rsp_tbl td *:first-child {
  margin-top: 0;
}

.prt_tbl th *:last-child,
.prt_tbl td *:last-child,
.prt_rsp_tbl th *:last-child,
.prt_rsp_tbl td *:last-child {
  margin-bottom: 0;
}

.prt_tbl th,
.prt_rsp_tbl th {
  font-weight: bold;
  line-height: 1.375;
}

.prt_tbl.data_center td,
.prt_rsp_tbl.data_center td {
  text-align: center;
}

.prt_tbl thead th,
.prt_rsp_tbl thead th {
  background: #6c6c6c;
  color: #fff;
}

.prt_tbl thead th.style_01,
.prt_rsp_tbl thead th.style_01 {
  width: 30%;
}

.prt_tbl thead th.sub,
.prt_rsp_tbl thead th.sub {
  background: #e8e8e8;
  color: #333;
}

.prt_tbl tbody th,
.prt_rsp_tbl tbody th {
  background: #6c6c6c;
  color: #fff;
}

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

.prt_tbl tbody td,
.prt_rsp_tbl tbody td {
  background-color: #fff;
  color: #333;
}

.prt_tbl tbody .blank,
.prt_rsp_tbl tbody .blank {
  background: #e6e6e6;
}

.prt_tbl.style_01 th,
.prt_rsp_tbl.style_01 th {
  background: #fff;
  color: #333;
}

.prt_tbl.style_01 th[colspan="2"],
.prt_rsp_tbl.style_01 th[colspan="2"] {
  background: #c5d6e9;
}

.prt_tbl.style_01 thead th,
.prt_rsp_tbl.style_01 thead th {
  background: #012f7c;
  color: #fff;
}

.prt_tbl.style_01 thead th:first-child,
.prt_rsp_tbl.style_01 thead th:first-child {
  width: 22%;
}

.prt_tbl.style_02 caption,
.prt_rsp_tbl.style_02 caption {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #012f7c;
  color: #fff;
}

.prt_tbl.style_02 th,
.prt_rsp_tbl.style_02 th {
  width: 20%;
  background: #fff;
  color: #333;
}

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

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

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

.scroll_body thead {
  overflow-y: scroll;
}

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

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

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

.prt_relation_pages {
  margin: 40px 0;
  background: #fff;
}

.prt_relation_pages&gt;.header {
  padding: 10px 24px;
  background: #7f7f7f;
  color: #fff;
  font-size: 18px;
}

.prt_relation_pages&gt;.pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 16px 20px 20px;
}

.prt_relation_pages&gt;.pages&gt;li {
  flex: 1 1 380px;
  margin: 4px;
  font-size: 15px;
  line-height: 1.25;
}

.prt_relation_pages&gt;.pages&gt;li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  opacity: 1;
}

.prt_relation_pages&gt;.pages&gt;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 #3e8a00;
  content: "";
}

.prt_relation_pages&gt;.pages&gt;li a:hover {
  text-decoration: underline;
}

.prt_relation_pages&gt;.pages&gt;li.current a {
  color: #c80000;
}

.prt_articles_01 .item {
  padding: 0 28px 16px;
  border: 1px solid #ddd;
  background: #fff;
}

.prt_articles_01 .item&gt;a {
  display: block;
  text-decoration: none;
}

.prt_articles_01 .item&gt;a:hover {
  opacity: 0.7;
}

.prt_articles_01 .prt_movie_01 {
  margin: 0;
}

.prt_articles_01 .thumb {
  margin: 0 -28px 12px;
  text-align: center;
}

.prt_articles_01 .header {
  font-weight: bold;
  font-size: 18px;
}

.prt_articles_01 .desc {
  color: #333;
}

.prt_result_report th,
.prt_result_report td {
  text-align: left;
}

.prt_result_report caption {
  font-weight: bold;
  text-align: left;
}

.prt_result_report th {
  font-weight: bold;
  white-space: nowrap;
}

.prt_result_report td {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.prt_result_report td::before {
  content: ":";
  display: inline-block;
  width: 1em;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
}

.prt_header_01+* {
  margin-top: 0;
}

.prt_header_02+* {
  margin-top: 0;
}

.prt_header_03+* {
  margin-top: 0;
}

.prt_header_04+* {
  margin-top: 0;
}

.prt_header_05+* {
  margin-top: 0;
}

/* Pages
------------------------------- */
#p_home .site_body {
  padding: 0 0 80px;
}

#p_home .mainvisual {
  position: relative;
  margin: 0 0 28px;
  padding: 24px 0 0;
  background: linear-gradient(0deg, #f3f3f3 0%, #555 100%);
  font-size: 16px;
  line-height: 1.438;
}

#p_home .mainvisual .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 20px;
  padding: 16px 20px;
  height: 240px;
  background: url(/img/ss/products/marking/laser-marking-central/bg_home_001.jpg) no-repeat right center;
  color: #fff;
  text-shadow: 0.5px 0.866px 4px rgba(0, 0, 0, 0.47);
  line-height: 1.25;
}

#p_home .mainvisual .title .name {
  margin: 0 0 8px;
  font-size: 48px;
}

#p_home .mainvisual .title .copy {
  font-size: 21px;
}

#p_home .index_nav .nav_item.products a {
  position: relative;
  display: block;
  padding: 14px 18px 14px 44px;
  border: 5px solid #ccc;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.45;
}

#p_home .index_nav .nav_item.products a::before {
  position: absolute;
  top: 22px;
  left: 18px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9b9a9a;
  content: "";
  font-size: 0;
}

#p_home .index_nav .nav_item.products a::after {
  position: absolute;
  top: 26px;
  left: 25px;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

#p_home .index_nav .nav_item.products a:hover {
  background: #9b9a9a;
  color: #fff;
}

#p_home .index_nav .nav_item.products a:hover::before {
  background: #fff;
}

#p_home .index_nav .nav_item.products a:hover::after {
  border-left-color: #9b9a9a;
}

#c_select .main_contents .keypoints .term {
  position: relative;
  margin: 30px 0 15px;
  padding: 0 0 0 38px;
  color: #3e8a00;
  font-weight: bold;
  line-height: 1.875;
}

#c_select .main_contents .keypoints .term:first-child {
  margin-top: 0;
}

#c_select .main_contents .keypoints .term i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #3e8a00;
  color: #fff;
  text-align: center;
}

#c_select .main_contents .series_list&gt;.item {
  flex: 0 1 320px;
}

#c_select .main_contents .series_list a {
  display: block;
  text-decoration: none;
}

#c_select .main_contents .series_list a:hover {
  opacity: 0.7;
}

#c_select.c_material.p_plastic .main_contents .base_color dl {
  width: 100%;
}

#c_select.c_material.p_plastic .main_contents .base_color dl dt,
#c_select.c_material.p_plastic .main_contents .base_color dl dd {
  display: inline-block;
}

#c_select.c_material.p_plastic .main_contents .base_color dl dt {
  vertical-align: top;
}

#c_select.c_material.p_plastic .main_contents .base_color ul {
  display: block;
  margin-bottom: 10px;
}

#c_select.c_material.p_plastic .main_contents .base_color ul li {
  display: inline-block;
  vertical-align: top;
}

#c_select.c_material.p_plastic .main_contents .base_color ul li&gt;span {
  display: inline-block;
  padding: 2px 0;
  width: 60px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

#c_select.c_material.p_plastic .main_contents .base_color ul li .arr {
  margin: 0 5px;
}

#c_select.c_material.p_plastic .main_contents .base_color ul li .bg_blk {
  background: #000;
}

#c_select.c_material.p_plastic .main_contents .base_color ul li .bg_gray {
  background: #717f88;
}

#c_select.c_material.p_plastic .main_contents .base_color ul li .bg_red {
  background: #e50112;
}

#c_select.c_material.p_plastic .main_contents .base_color ul li .bg_pink {
  background: #ef9db3;
}

#c_select.c_material.p_plastic .main_contents .wavelength_list dt {
  padding: 10px 0;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}

#c_select.c_material.p_others .main_contents .s_others_01 {
  padding: 10px;
}

#c_select.c_material.p_others .main_contents .s_others_01&gt;ul&gt;li {
  margin-bottom: 10px;
}

#c_select.c_material.p_others .main_contents .s_others_01&gt;ul&gt;li:last-child {
  margin-bottom: 0;
}

#c_select.c_material.p_others .main_contents .s_others_01 .prt_figure_01 {
  margin: 0;
}

#c_select.c_material.p_others .main_contents .s_others_01 .prt_figure_01 li {
  position: relative;
  font-size: 12px;
}

#c_select.c_material.p_others .main_contents .s_others_01 .prt_figure_01 li:first-child {
  position: relative;
}

#c_select.c_material.p_others .main_contents .s_others_01 .prt_figure_01 li:first-child::after {
  display: block;
  margin: auto;
  width: 4px;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
}

#c_select.c_application.p_2d-code .main_contents .grading_list .item {
  margin-bottom: 15px;
}

#c_select.c_application.p_2d-code .main_contents .grading_list .term {
  margin: 0 0 15px;
  padding: 5px 0;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

#c_select.c_application.p_2d-code .main_contents .grading_list .term .icon {
  margin-right: 5px;
}

#c_select.c_application.p_2d-code .main_contents .grading_list .icon {
  display: inline-block;
  padding: 5px 0;
  width: 24px;
  background: #417dc3;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  line-height: 1;
}

#c_select.c_application.p_2d-code .main_contents .grading_list .desc {
  font-size: 14px;
}

#c_select.c_application.p_2d-code .main_contents .grading_list .desc p {
  margin-bottom: 10px;
}

#c_select.c_application.p_2d-code .main_contents .grading_list .box {
  padding: 10px;
  border: 1px solid #417cbe;
  border-radius: 10px;
  background: #dee4f4;
}

#c_select.c_application.p_2d-code .main_contents .grading_list .box .term {
  margin: 0 0 10px;
  border-bottom: 1px solid #417cbe;
  color: #417cbe;
}

#c_select.c_application.p_2d-code .main_contents .grading_list .box .desc {
  font-size: 16px;
}

#c_select.c_application.p_2d-code .main_contents .prt_figure_01 .redbox {
  display: inline-block;
  padding: 4px 8px;
  background: #e50112;
  color: #fff;
}

#c_basics .main_contents .column_box {
  position: relative;
  margin: 80px 0 40px;
  border: 3px solid #258000;
}

#c_basics .main_contents .column_box&gt;.header {
  padding: 10px 20px;
  background: #258000;
  color: #fff;
  font-size: 20px;
}

#c_basics .main_contents .column_box&gt;.header .label {
  position: absolute;
  bottom: 100%;
  left: -3px;
  margin: 0 0 3px;
  padding: 6px 20px;
  width: 131px;
  border-radius: 5px 0 0 0;
  background-image: linear-gradient(to bottom, #e6d647 50%, #ddc600 50%);
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

#c_basics .main_contents .column_box&gt;.header .label::before {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 24px 32px 0;
  border-style: solid;
  border-color: transparent #f3f3f3 transparent transparent;
  content: "";
}

#c_basics .main_contents .column_box&gt;.contents {
  padding: 20px;
  background: #fff;
}

#c_basics .main_contents .column_box&gt;.contents&gt;*:first-child {
  margin-top: 0;
}

#c_basics .main_contents .column_box&gt;.contents&gt;*:last-child {
  margin-bottom: 0;
}

#c_basics .main_contents .laser_detail dl {
  margin: 10px 0;
}

#c_basics .main_contents .laser_detail .mainterm {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 4px 10px 2px;
  border-bottom: 2px dotted #333;
  color: #333;
  font-weight: bold;
}

#c_basics .main_contents .laser_detail .subterm {
  margin: 0 0 10px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

#c_basics .main_contents .laser_detail .subdesc {
  padding: 0 10px;
}

#c_basics .main_contents .prd_header_01 .name {
  margin: 0 0 10px;
  font-size: 22px;
}

#c_basics .main_contents .prd_detail .term {
  margin: 10px 0;
  padding: 5px 10px;
  background: #258000;
  color: #fff;
  font-size: 16px;
}

#c_basics.p_principle .main_contents .types_table th {
  width: 160px;
}

#c_basics.p_principle .main_contents .types_table th+td {
  width: 33.5%;
}

#c_basics.p_principle .main_contents .state_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

#c_basics.p_principle .main_contents .state_list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}

#c_basics.p_principle .main_contents .state_list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 19px;
  background-position: center left;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

#c_basics.p_principle .main_contents .state_list li.icon_red::before {
  background-image: url(/img/ss/products/marking/laser-marking-central/bg_principle_001.png);
}

#c_basics.p_principle .main_contents .state_list li.icon_blue::before {
  background-image: url(/img/ss/products/marking/laser-marking-central/bg_principle_002.png);
}

#c_basics.p_principle .main_contents .elements_box .desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
}

#c_basics.p_laser-marking .main_contents .table_list {
  display: flex;
  justify-content: space-between;
}

#c_basics.p_laser-marking .main_contents .table_list&gt;.item {
  flex: 1 1 auto;
}

#c_basics.p_wavelength .main_contents th {
  width: 240px;
}

#c_basics.p_fiber-co2-uv-laser .summary_table thead th,
#c_basics.p_fiber-co2-uv-laser .summary_table tbody td {
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
}

#c_basics.p_fiber-co2-uv-laser .summary_table tbody th {
  line-height: 1.25;
  overflow-wrap: anywhere;
  hyphens: auto;
}

#c_basics.p_co2-laser .main_contents .thin_laser_type .item.wide {
  width: calc(100% - 380px);
}

#c_basics.p_co2-laser .main_contents .thin_laser_type .item.narrow {
  margin-left: 20px;
  width: 360px;
}

#c_basics.p_safety .main_contents .sect_terminology th:first-child {
  width: 320px;
}

#c_basics.p_safety .main_contents .sect_measures-equipment th:first-child {
  width: 320px;
}

#c_basics.p_safety .main_contents .sect_classifications th:first-child {
  width: 320px;
}

#c_basics.p_safety .main_contents .sect_classifications tr.highlight th,
#c_basics.p_safety .main_contents .sect_classifications tr.highlight td {
  border: solid 1px #f00;
}

#c_basics.p_safety .main_contents .sect_classifications tr.highlight_bottom th,
#c_basics.p_safety .main_contents .sect_classifications tr.highlight_bottom td {
  border-bottom: solid 1px #f00;
}

#c_basics.p_safety .main_contents .sect_eye_problems .problems_table thead th:first-child {
  width: 240px;
}

#c_basics.p_safety .main_contents .sect_eye_problems .problems_table thead th:nth-child(2) {
  width: 336px;
}

#c_basics.p_glossary .main_contents .glossary_header {
  margin: 0;
  padding: 10px;
  background: #6c6c6c;
  color: #fff;
  font-weight: bold;
}

#c_basics.p_glossary .main_contents .glossary_header+* {
  margin-top: 0;
}

#c_basics.p_glossary .main_contents th.mainterm {
  width: 240px;
}

#c_basics.p_glossary .main_contents .prt_tbl_frame .prt_tbl {
  width: 718px;
}

#c_basics.c_question.p_basic .main_contents .sect_q3 th:first-child {
  width: 240px;
}

#c_basics.c_question.p_marking .main_contents .sect_q92 table {
  border-collapse: separate;
  word-wrap: inherit;
}

#c_basics.c_question.p_marking .main_contents .sect_q92 table thead th:first-child {
  width: 380px;
}

#c_basics.c_question.p_marking .main_contents .sect_q92 table .highlight_upper {
  border-top: 2px solid #f00;
  border-right: 2px solid #f00;
  border-left: 2px solid #f00;
}

#c_basics.c_question.p_marking .main_contents .sect_q92 table .highlight_lower {
  border-right: 2px solid #f00;
  border-bottom: 2px solid #f00;
  border-left: 2px solid #f00;
}

#c_download .main_contents {
  float: none;
  width: auto;
}

#c_download .download_list a {
  position: relative;
  display: block;
  padding: 20px 20px 64px;
  height: 100%;
  border: 1px solid #d6d6d6;
  border-top: 3px solid #3e8a00;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}

#c_download .download_list a:hover {
  opacity: 0.7;
}

#c_download .download_list a:hover .name {
  text-decoration: underline;
}

#c_download .download_list .banner {
  overflow: hidden;
}

#c_download .download_list .image {
  float: left;
  margin: 0 20px 10px 0;
  width: 120px;
  text-align: center;
  font-size: 0;
}

#c_download .download_list .image img {
  border: solid 1px #ccc;
}

#c_download .download_list .name {
  margin: 0;
  color: #3e8a00;
  font-weight: bold;
  font-size: 19px;
}

#c_download .download_list .description {
  margin: 0 0 10px;
  color: #333;
}

#c_download .download_list .button {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 10px;
  width: 100%;
}

#c_download .download_list .ss_download_btn {
  max-width: none;
  opacity: 1;
}

#c_download .download_list .ss_download_btn .txt01 {
  padding-right: 30px;
}

#c_download .main_contents {
  float: none;
  width: auto;
}

#c_download .download_list a {
  position: relative;
  display: block;
  padding: 20px 20px 64px;
  height: 100%;
  border: 1px solid #d6d6d6;
  border-top: 3px solid #3e8a00;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}

#c_download .download_list a:hover {
  opacity: 0.7;
}

#c_download .download_list a:hover .name {
  text-decoration: underline;
}

#c_download .download_list .banner {
  overflow: hidden;
}

#c_download .download_list .image {
  float: left;
  margin: 0 20px 10px 0;
  width: 120px;
  text-align: center;
  font-size: 0;
}

#c_download .download_list .image img {
  border: solid 1px #ccc;
}

#c_download .download_list .name {
  margin: 0;
  color: #3e8a00;
  font-weight: bold;
  font-size: 19px;
}

#c_download .download_list .description {
  margin: 0 0 10px;
  color: #333;
}

#c_download .download_list .button {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 10px;
  width: 100%;
}

#c_download .download_list .ss_download_btn {
  max-width: none;
  opacity: 1;
}

#c_download .download_list .ss_download_btn .txt01 {
  padding-right: 30px;
}

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

  .js_follow_upper {
    position: relative;
    z-index: 9999999;
  }

  .js_follow_upper.fixed {
    height: 86px;
  }

  .js_follow_upper.fixed .fixed_contents {
    position: fixed;
    top: 0;
    width: 100%;
  }

  #globalnav {
    position: relative;
    z-index: 100000;
  }

  #globalnav.fixed .nav_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  #globalnav .home_link {
    display: none;
  }

  #globalnav .nav_item .megamenu {
    display: none !important;
  }

  #globalnav .nav_item:hover .megamenu {
    display: block !important;
  }

  #globalnav a {
    color: #fff;
  }

  #globalnav .js_menu_button {
    display: none;
  }

  #globalnav .nav_inner&gt;ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #globalnav .nav_item {
    flex: 1;
  }

  #globalnav .ac_btn {
    text-align: center;
  }

  #globalnav .ac_btn .button {
    position: relative;
    display: block;
    opacity: 1.0;
  }

  #globalnav .ac_btn .label {
    position: relative;
    display: block;
    padding: 10px 0;
  }

  #globalnav .ac_btn .label::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 22px;
    background: #5d5d5d;
    content: "";
    font-size: 0;
    transform: translate(0, -50%);
  }

  #globalnav .ac_btn .label::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-width: 6px 4px 0;
    border-style: solid;
    border-color: #378600 transparent transparent;
    content: "";
    transform: translate(0, -50%);
  }

  #globalnav .nav_item:hover .ac_btn .label {
    background: #292828;
  }

  #globalnav .nav_item:last-child .button:last-child::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 22px;
    background: #5d5d5d;
    content: "";
    font-size: 0;
    transform: translate(0, -50%);
  }

  #globalnav .megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #292828;
  }

  #globalnav .nav_list {
    margin: 0 auto;
    padding: 24px 0;
    max-width: 980px;
  }

  #globalnav .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    line-height: 1.4;
  }

  #globalnav .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 #3e8a00;
    content: "";
  }

  #globalnav .nav_list .subpages,
  #globalnav .nav_list .subcategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #globalnav .nav_list .subpages::before,
  #globalnav .nav_list .subpages::after,
  #globalnav .nav_list .subcategories::before,
  #globalnav .nav_list .subcategories::after {
    display: block;
    order: 10000;
    content: "";
  }

  #globalnav .nav_list .subpages&gt;*,
  #globalnav .nav_list .subpages::before,
  #globalnav .nav_list .subpages::after,
  #globalnav .nav_list .subcategories&gt;*,
  #globalnav .nav_list .subcategories::before,
  #globalnav .nav_list .subcategories::after {
    flex: 1 1 200px;
    margin: 4px 8px;
  }

  #globalnav .nav_list .subcategories .catname {
    font-weight: bold;
  }

  #globalnav .nav_list .subcategories .catname a {
    padding: 0;
  }

  #globalnav .nav_list .subcategories .catname a::before {
    display: none;
  }

  #globalnav .nav_list .subcategories .subpage {
    margin-top: 4px;
  }

  .js_navi_fixtop.fixed #globalnav {
    background: #000;
  }

  #footer .sitemap {
    padding: 30px 0;
    background: #282828;
    color: #fff;
  }

  #footer .sitemap a {
    color: #fff;
    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_menu&gt;ul {
    display: flex;
    flex-wrap: wrap;
  }

  #footer .sitemap .nav_menu .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;
  }

  #footer .sitemap .nav_item {
    float: left;
    margin: 0 0 20px 20px;
    width: calc((100% - 40.1px) / 3);
  }

  #footer .sitemap .nav_item:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }

  #footer .sitemap .nav_item .ac_btn {
    display: table;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
  }

  #footer .sitemap .nav_item .ac_btn .label {
    display: table-cell;
    vertical-align: middle;
  }

  #footer .sitemap .nav_list li {
    margin: 5px 0 0;
    font-size: 13px;
  }

  #footer .sitemap .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    line-height: 1.4;
    opacity: 1;
  }

  #footer .sitemap .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 #3e8a00;
    content: "";
  }

  #footer .js_sp_menu .js_menu_button {
    display: none;
  }

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

  #footer .sitemap {
    display: none;
  }

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

  #p_home .index_nav .nav_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  #p_home .index_nav .nav_item {
    flex: 1 1 384px;
    margin: 0 10px 20px;
  }

  #p_home .index_nav .nav_item {
    padding: 15px;
  }

  #p_home .index_nav .nav_item.js_accnav_item {
    background: #fff;
  }

  #p_home .index_nav .nav_item.js_accnav_item .ac_btn {
    width: 100%;
    cursor: auto;
  }

  #p_home .index_nav .nav_item.js_accnav_item .ac_btn .label {
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 13px 14px 36px;
    border-radius: 5px 5px 0 0;
    background: #282828 no-repeat right center;
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.3;
  }

  #p_home .index_nav .nav_item.js_accnav_item .ac_btn .label::before {
    position: absolute;
    top: 13px;
    left: 14px;
    width: 4px;
    height: 24px;
    background: #3e8a00;
    content: "";
  }

  #p_home .index_nav .nav_item.js_accnav_item .ac_btn .label:hover {
    background: #424242;
  }

  #p_home .index_nav .nav_item a {
    text-decoration: none;
  }

  #p_home .index_nav .nav_item .desc {
    margin: 0 0 16px;
  }

  #p_home .index_nav .nav_item.products {
    padding-top: 0;
    padding-bottom: 0;
  }

  #p_home .index_nav .nav_item.products a {
    position: relative;
    display: block;
    margin: 0 -15px;
    padding: 14px 18px 14px 44px;
    border: 5px solid #ccc;
    background: #fff;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.45;
  }

  #p_home .index_nav .nav_item.products a::before {
    position: absolute;
    top: 22px;
    left: 18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9b9a9a;
    content: "";
    font-size: 0;
  }

  #p_home .index_nav .nav_item.products a::after {
    position: absolute;
    top: 26px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
  }

  #p_home .index_nav .nav_item.products a:hover {
    background: #9b9a9a;
    color: #fff;
  }

  #p_home .index_nav .nav_item.products a:hover::before {
    background: #fff;
  }

  #p_home .index_nav .nav_item.products a:hover::after {
    border-left-color: #9b9a9a;
  }

  #p_home .index_nav .nav_item.coming_soon {
    position: relative;
  }

  #p_home .index_nav .nav_item.coming_soon::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.6);
    content: "";
  }

  #p_home .index_nav .nav_item.coming_soon .nav_list {
    position: relative;
    min-height: 145px;
  }

  #p_home .index_nav .nav_item.coming_soon .nav_list ul {
    display: none;
  }

  #p_home .index_nav .nav_item.coming_soon .nav_list::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    content: "Comingsoon";
    font-weight: bold;
    font-size: 36px;
    line-height: 1.3;
    transform: translate(-50%, -50%);
  }

  #p_home .index_nav .nav_cont {
    display: block !important;
    padding: 10px 14px;
  }

  #p_home .index_nav .nav_list {
    display: block !important;
    padding: 0 !important;
  }

  #p_home .index_nav .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    opacity: 1;
  }

  #p_home .index_nav .nav_list a::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
    transform: rotate(45deg);
    transform-origin: top right;
  }

  #p_home .index_nav .nav_list a:hover {
    text-decoration: underline;
  }

  #p_home .index_nav .nav_list&gt;ul,
  #p_home .index_nav .nav_list&gt;.subcategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -3px;
  }

  #p_home .index_nav .nav_list&gt;ul::before,
  #p_home .index_nav .nav_list&gt;ul::after,
  #p_home .index_nav .nav_list&gt;.subcategories::before,
  #p_home .index_nav .nav_list&gt;.subcategories::after {
    display: block;
    order: 10000;
    margin: 0 3px;
    content: "";
  }

  #p_home .index_nav .nav_list&gt;ul&gt;*,
  #p_home .index_nav .nav_list&gt;.subcategories&gt;* {
    margin: 3px;
  }

  #p_home .index_nav .nav_list&gt;ul::before,
  #p_home .index_nav .nav_list&gt;ul::after,
  #p_home .index_nav .nav_list&gt;ul&gt;*,
  #p_home .index_nav .nav_list&gt;.subcategories::before,
  #p_home .index_nav .nav_list&gt;.subcategories::after,
  #p_home .index_nav .nav_list&gt;.subcategories&gt;* {
    flex: 1 1 200px;
  }

  #p_home .index_nav .nav_list li,
  #p_home .index_nav .nav_list .subpage {
    font-size: 15px;
    line-height: 1.3;
  }

  #p_home .index_nav .nav_list .subcat {
    margin: 10px 0 0;
  }

  #p_home .index_nav .nav_list .subcat:first-child {
    margin: 0;
  }

  #p_home .index_nav .nav_list .subcat .catname {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
  }

  #p_home .index_nav .nav_list li,
  #p_home .index_nav .nav_list .subpage {
    font-size: 15px;
    line-height: 1.5;
  }

  #p_home .index_nav .nav_list .catname+.subpage {
    margin-top: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  #p_home .index_nav .nav_menu .nav_item {
    margin: 0 0 20px;
  }

  #p_home .index_nav .nav_menu .nav_item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 979px) {
  #header {
    height: auto;
  }

  #header .site_title {
    flex-basis: 24.5%;
  }

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

  .prt_sect_cv::after {
    display: none;
  }

  .prt_sect_cv .button {
    margin: 0 0 20px;
    width: auto;
  }

  .prt_sect_cv .button.series,
  .prt_sect_cv .button.download {
    float: none;
  }

  .prt_sect_cv .button a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 865px) {
  #globalnav {
    font-size: 14px;
  }

  #globalnav .nav_item {
    flex: 1 1 auto;
  }

  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 405px;
  }

  #cv_contact .fixed_wrapper .inner li {
    width: 200px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #header .logo {
    flex-basis: 83px;
  }

  #header .list_box {
    flex-basis: 345px;
  }

  #header .list_box li {
    flex-basis: 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;
  }

  #header .btn_box {
    width: 345px;
  }

  #header .btn_box li {
    width: 170px;
  }

  #header .btn_box li a {
    font-size: 12px;
  }

  #header .btn_box .btn_download a::before {
    height: auto;
  }

  #header .btn_box .btn_contact a::before {
    height: auto;
  }

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

  .prt_columns.col2&gt;.item,
  .prt_columns.col2&gt;.item:first-child,
  .prt_columns.col2&gt;.item:nth-child(2),
  .prt_columns.col2&gt;.item:nth-child(3),
  .prt_columns.col2&gt;.item:nth-child(3n+1),
  .prt_columns.col3&gt;.item,
  .prt_columns.col3&gt;.item:first-child,
  .prt_columns.col3&gt;.item:nth-child(2),
  .prt_columns.col3&gt;.item:nth-child(3),
  .prt_columns.col3&gt;.item:nth-child(3n+1) {
    margin: 20px 0 0 20px;
    width: calc(50% - 10px);
  }

  .prt_columns.col2&gt;.item:first-child,
  .prt_columns.col2&gt;.item:first-child+.item,
  .prt_columns.col3&gt;.item:first-child,
  .prt_columns.col3&gt;.item:first-child+.item {
    margin-top: 0;
  }

  .prt_columns.col2&gt;.item:nth-child(2n+1),
  .prt_columns.col3&gt;.item:nth-child(2n+1) {
    margin-left: 0;
  }

  .prt_image_contents .figure {
    margin: 0 0 20px 20px;
  }

  .prt_image_contents.left_image .figure {
    margin: 0 20px 20px 0;
  }

  .prt_annotated_image {
    overflow: visible;
  }

  .prt_annotated_image&gt;.image {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  .prt_annotated_image&gt;.annotation {
    float: none;
    padding-left: 0;
    width: auto;
  }

  #c_download.p_index .download_list .image {
    float: none;
    width: auto;
  }

  #c_download.p_index .download_list .image {
    float: none;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .pc_view {
    display: none;
  }

  .contents_wrap {
    padding: 0 15px;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
  }

  .js_follow_upper {
    order: 1;
  }

  #header {
    border: none;
  }

  #header .inner {
    flex-wrap: wrap;
    padding: 0;
  }

  #header .site_title {
    flex-basis: 50%;
    margin-left: 15px;
    padding: 12px 0;
  }

  #header .logo {
    margin-right: 15px;
    padding: 12px 0;
  }

  #header .logo a {
    padding: 0;
  }

  #header .list_box {
    order: 10;
    flex-basis: 100%;
  }

  #header .list_box li {
    flex: 1;
    height: auto;
  }

  #header .list_box li a {
    display: block;
    min-height: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
  }

  #header .list_box li a::before {
    display: block;
  }

  #header .list_box li a .label {
    display: block;
  }

  #header .list_box li a .label&gt;span {
    display: block;
  }

  #header .list_box .btn_download {
    margin-right: 0;
    border-radius: 0;
  }

  #header .list_box .btn_download a {
    padding: 10px 0 14px;
  }

  #header .list_box .btn_download a::before {
    margin: 0 auto 17px;
    width: 20px;
    height: 26px;
  }

  #header .list_box .btn_contact {
    margin-right: 0;
    border-radius: 0;
  }

  #header .list_box .btn_contact a {
    padding: 10px 0 5px;
  }

  #header .list_box .btn_contact a::before {
    margin: 0 auto 8px;
    width: 25px;
    height: 25px;
  }

  #header .list_box .btn_tel {
    display: block;
  }

  #header .list_box .btn_tel a {
    padding: 8px 0 5px;
  }

  #header .list_box .btn_tel a::before {
    margin: 0 auto 5px;
    width: 22px;
    height: 30px;
  }

  #globalnav {
    font-size: 16px;
  }

  #globalnav .nav_button {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 10010;
    display: block;
    width: 49px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  #globalnav .nav_button.pagein {
    opacity: 1;
    cursor: pointer;
  }

  #globalnav .nav_button::before,
  #globalnav .nav_button::after,
  #globalnav .nav_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: transform 0.3s ease;
  }

  #globalnav .nav_button::before {
    transform: translate(-50%, -10px);
  }

  #globalnav .nav_button::after {
    transform: translate(-50%, 6px);
  }

  #globalnav .nav_button i {
    transform: translate(-50%, -50%);
  }

  #globalnav .nav_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
    transform: translate(100%, 0);
  }

  #globalnav .nav_inner {
    padding: 30px 15px 160px;
  }

  #globalnav .home_link {
    margin: 0 0 20px;
  }

  #globalnav .home_link a {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
  }

  #globalnav .nav_inner&gt;ul {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #333;
  }

  #globalnav .nav_inner&gt;ul .nav_item a {
    text-decoration: none;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products {
    order: 1000;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products a {
    position: relative;
    display: block;
    padding: 14px 18px 14px 44px;
    border: 5px solid #ccc;
    background: #fff;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.45;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products a::before {
    position: absolute;
    top: 22px;
    left: 18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9b9a9a;
    content: "";
    font-size: 0;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products a::after {
    position: absolute;
    top: 26px;
    left: 25px;
    width: 0;
    height: 0;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
  }

  #globalnav .nav_inner&gt;ul .nav_item.products a:hover {
    background: #9b9a9a;
    color: #fff;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products a:hover::before {
    background: #fff;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products a:hover::after {
    border-left-color: #9b9a9a;
  }

  #globalnav .nav_inner&gt;ul .js_accnav_item {
    border-right: 1px solid #333;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #333;
  }

  #globalnav .nav_inner&gt;ul .js_accnav_item.basics {
    border-bottom-color: #333;
  }

  #globalnav .nav_inner&gt;ul .js_accnav_item .ac_btn {
    position: relative;
    padding: 12px 40px 12px 24px;
    background: #282828 no-repeat right center;
  }

  #globalnav .nav_inner&gt;ul .js_accnav_item .ac_btn::before {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 4px;
    height: 18px;
    background: #3e8a00;
    content: "";
  }

  #globalnav .nav_inner&gt;ul .js_accnav_item .ac_btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    background: url(/img/ss/common/bg_nav_003.png) no-repeat center/contain;
    content: "";
    transform: translate(0, -50%);
  }

  #globalnav .nav_inner&gt;ul .js_accnav_item .ac_btn .label {
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    opacity: 1;
  }

  #globalnav .nav_inner&gt;ul .js_accnav_item.opened .ac_btn::after {
    background-image: url(/img/ss/common/bg_nav_004.png);
  }

  #globalnav .nav_inner&gt;ul .js_accnav_cont {
    display: none;
  }

  #globalnav .nav_inner&gt;ul .megamenu {
    background: #fff;
  }

  #globalnav .nav_inner&gt;ul .megamenu .desc {
    display: none;
  }

  #globalnav .nav_inner&gt;ul .nav_list {
    padding: 9px 16px 14px;
  }

  #globalnav .nav_inner&gt;ul .nav_list .catname,
  #globalnav .nav_inner&gt;ul .nav_list .subpage {
    margin-top: 5px;
  }

  #globalnav .nav_inner&gt;ul .nav_list dd.subpage {
    display: none;
  }

  #globalnav .nav_inner&gt;ul .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    opacity: 1;
  }

  #globalnav .nav_inner&gt;ul .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 #3e8a00;
    content: "";
  }

  #globalnav .nav_inner&gt;ul .nav_list a:hover {
    text-decoration: underline;
  }

  #globalnav .nav_inner&gt;ul .nav_list a.active {
    color: #c80000;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products {
    margin-top: 20px;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products a {
    font-size: 18px;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products a::before {
    top: 20px;
  }

  #globalnav .nav_inner&gt;ul .nav_item.products a::after {
    top: 24px;
  }

  #globalnav .nav_inner&gt;ul .nav_item.coming_soon {
    display: none;
  }

  body.view-mode-sp #globalnav .nav_menu {
    display: block;
  }

  body.menu-opened #globalnav .js_menu_button::before {
    transform: translate(-50%, -50%) rotate(-225deg);
  }

  body.menu-opened #globalnav .js_menu_button::after {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  body.menu-opened #globalnav .js_menu_button i {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  body.menu-opened #globalnav .nav_menu {
    transform: translate(0);
  }

  #container {
    padding: 25px 0 0;
  }

  .main_contents {
    float: none;
    padding-bottom: 25px;
    width: auto;
  }

  #container .pager li a .label {
    padding: 8px;
  }

  #container .pager li a .label::before {
    top: 4px;
    bottom: 4px;
    width: 15px;
    background-size: 8px;
  }

  #container .pager li a .label&gt;span {
    font-weight: bold;
    font-size: 13px;
  }

  #container .pager li a .label&gt;strong {
    font-size: 16px;
    line-height: 1.5;
  }

  #container .pager .prev a .label {
    padding-left: 35px;
  }

  #container .pager .prev a .label::before {
    background-image: url(/img/ss/common/bg_pager_sp_001.png);
    background-position: center;
  }

  #container .pager .next a .label {
    padding-right: 35px;
  }

  #container .pager .next a .label::before {
    background-image: url(/img/ss/common/bg_pager_sp_002.png);
    background-position: center;
  }

  #cv_contact {
    width: 100%;
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    background: #f3f3f3;
  }

  #cv_contact .fixed_wrapper .inner {
    overflow: visible;
    padding: 0;
    width: auto;
    background-color: #282828;
  }

  #cv_contact .fixed_wrapper .inner p {
    float: none;
    width: 100%;
    text-align: center;
  }

  #cv_contact .fixed_wrapper .inner p a {
    display: block;
    padding: 2.2% 4.7% 1.6%;
  }

  #cv_contact .fixed_wrapper .inner ul {
    float: none;
    overflow: hidden;
    width: 100%;
  }

  #cv_contact .fixed_wrapper .inner li {
    display: table;
    float: left;
    margin: 0;
    width: 50%;
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner li a {
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
  }

  #cv_contact #pagetop {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: auto;
    height: 60px;
    background: none;
  }

  #cv_contact #pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    width: 40px;
    height: 40px;
  }

  #cv_contact #pagetop a::before {
    margin-top: -4px;
    width: 16px;
    height: 16px;
  }

  #cv_contact #pagetop a::after {
    width: 16px;
    height: 16px;
  }

  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }

  #cv_contact.fixed .fixed_wrapper #pagetop a {
    position: fixed;
  }

  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }

  #cv_contact.fixed.hidden .fixed_wrapper #pagetop a {
    display: none;
  }

  #footer {
    order: 2;
  }

  #footer .sitemap {
    display: none;
  }

  #footer .js_sp_menu {
    display: block;
    padding: 0;
  }

  #footer .js_sp_menu .js_menu_button {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 10010;
    display: block;
    width: 49px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  #footer .js_sp_menu .js_menu_button::before,
  #footer .js_sp_menu .js_menu_button::after,
  #footer .js_sp_menu .js_menu_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: transform 0.3s ease;
  }

  #footer .js_sp_menu .js_menu_button::before {
    transform: translate(-50%, -10px);
  }

  #footer .js_sp_menu .js_menu_button::after {
    transform: translate(-50%, 6px);
  }

  #footer .js_sp_menu .js_menu_button i {
    transform: translate(-50%, -50%);
  }

  #footer .js_sp_menu .js_menu_button.pagein {
    opacity: 1;
    cursor: pointer;
  }

  #footer .js_sp_menu .inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 30px 15px 80px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
    transform: translate(100%, 0);
  }

  #footer .js_sp_menu .home_link {
    margin: 0 0 20px;
  }

  #footer .js_sp_menu .home_link a {
    font-size: 0;
  }

  #footer .js_sp_menu .home_link a::before {
    color: #fff;
    content: attr(data-menu-label);
    font-weight: bold;
    font-size: 24px;
  }

  #footer .js_sp_menu .nav_list {
    background: #fff;
  }

  #footer .copy {
    padding: 12px 0;
  }

  #footer .copy p,
  #footer .copy ul {
    float: none;
    width: 100%;
    text-align: center;
  }

  #footer .copy ul {
    margin-bottom: 5px;
  }

  #footer .copy ul li a {
    font-weight: bold;
  }

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

  body.menu-opened {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  body.menu-opened #footer .js_menu_button::before {
    transform: translate(-50%, -50%) rotate(-225deg);
  }

  body.menu-opened #footer .js_menu_button::after {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  body.menu-opened #footer .js_menu_button i {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  body.menu-opened #footer .inner {
    transform: translate(0);
  }

  .prt_main_section {
    margin: 20px 0 40px;
  }

  .prt_sub_section {
    margin: 20px 0;
  }

  .prt_header_01 {
    padding-left: 24px;
    font-size: 22px;
  }

  .prt_header_01::before {
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    transform: none;
  }

  .prt_header_01::after {
    top: 0;
    bottom: 2px;
    margin: 0;
    width: 10px;
    height: auto;
    background: #333;
    transform: none;
  }

  .prt_header_02 {
    font-size: 20px;
  }

  .prt_header_03 {
    font-size: 20px;
  }

  .prt_header_04 {
    font-size: 18px;
  }

  .prt_header_05 {
    font-size: 16px;
  }

  .prt_lead_01 {
    font-size: 18px;
  }

  .prt_anchor_list_02 {
    display: block;
    overflow: visible;
  }

  .prt_anchor_list_02&gt;li {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  .prt_anchor_list_03 {
    display: block;
    overflow: visible;
  }

  .prt_anchor_list_03 li {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  .prt_page_index {
    overflow: hidden;
    margin: 20px 0;
    padding: 15px 5px;
  }

  .prt_page_index li {
    float: none;
    margin: 0 0 5px;
    width: auto;
  }

  .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 .img03 img {
    width: 67px;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    padding-left: 24px;
    width: calc(100% - 24px);
  }

  .ss_download_btn .txt02 {
    padding-right: 72px;
  }

  .ss_download_btn .txt04 {
    padding-right: 92px;
  }

  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }

  .ss_download_btn.type02.icon01&gt;span:first-child {
    background-image: url(/img/ss/common/bg_icon_dl_001.png);
  }

  .ss_download_btn.type02.icon01 .txt02 {
    padding-left: 32px;
    text-align: left;
  }

  .prt_sect_cv {
    margin: 30px 0 0;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03 {
    font-size: 15px;
  }

  .ss_subpage_bnr {
    margin: 20px 0;
  }

  .ss_subpage_bnr .banner {
    padding: 10px 10px;
    max-width: none;
    width: 100%;
    line-height: inherit;
  }

  .ss_subpage_bnr .btn_wrap .button {
    padding: 8px 10px 8px 48px;
    width: 100%;
    text-align: left;
  }

  .ss_subpage_bnr .title.part_display {
    text-align: inherit;
  }

  .ss_subpage_bnr .title.part_display strong {
    display: inline;
  }

  .prt_columns {
    display: block;
    overflow: visible;
    margin: 20px 0;
  }

  .prt_columns&gt;.item {
    float: none;
  }

  .prt_columns.col2&gt;.item,
  .prt_columns.col2&gt;.item:first-child,
  .prt_columns.col2&gt;.item:nth-child(2),
  .prt_columns.col2&gt;.item:nth-child(3),
  .prt_columns.col2&gt;.item:nth-child(3n+1),
  .prt_columns.col3&gt;.item,
  .prt_columns.col3&gt;.item:first-child,
  .prt_columns.col3&gt;.item:nth-child(2),
  .prt_columns.col3&gt;.item:nth-child(3),
  .prt_columns.col3&gt;.item:nth-child(3n+1) {
    margin: 0 0 20px;
    width: auto;
  }

  .prt_image_contents::after {
    display: none;
  }

  .prt_image_contents .figure,
  .prt_image_contents.left_image .figure {
    float: none;
    margin: 20px 0;
    max-width: none;
  }

  .prt_image_columns {
    margin: 20px 0;
  }

  .prt_image_columns::after {
    display: none;
  }

  .prt_image_columns&gt;.figure,
  .prt_image_columns&gt;.desc {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  .prt_float_contents {
    overflow: visible;
  }

  .prt_float_contents .col:first-child,
  .prt_float_contents.right .col:first-child {
    float: none;
    margin: 0 0 20px;
  }

  .prt_flexbox {
    display: block;
    margin: 20px 0;
  }

  .prt_flexbox&gt;.item {
    margin: 0 0 20px;
  }

  .prt_floatbox {
    margin: 20px 0;
  }

  .prt_floatbox::after {
    display: none;
  }

  .prt_floatbox&gt;* {
    float: none;
    margin: 0;
    width: auto;
  }

  .prt_flexarrows {
    display: block;
    overflow: visible;
    margin: 30px 0;
  }

  .prt_flexarrows&gt;.item {
    float: none;
    margin: 0 0 10px;
    padding: 0;
  }

  .prt_flexarrows&gt;.item.arrow {
    width: auto;
  }

  .prt_flexarrows&gt;.item.arrow i {
    margin: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .prt_box_01,
  .prt_box_02,
  .prt_box_03,
  .prt_fill_box,
  .prt_border_box {
    margin: 20px 0 30px;
    padding: 15px;
  }

  .prt_keyence_box {
    margin: 40px 0;
  }

  .prt_keyence_box .title {
    font-size: 22px;
  }

  .prt_keyence_box .header {
    padding: 10px;
    font-size: 18px;
  }

  .prt_column_box {
    margin: 40px 0;
    padding: 0 15px 20px;
  }

  .prt_column_box .header {
    margin: 0 0 10px;
    padding: 50px 0 0;
  }

  .prt_table_list {
    display: block;
  }

  .prt_table_list table {
    border-left: 1px solid #bdbdbd;
  }

  .prt_rsp_tbl {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border: none;
  }

  .prt_rsp_tbl&gt;caption,
  .prt_rsp_tbl&gt;tbody,
  .prt_rsp_tbl&gt;tbody&gt;tr,
  .prt_rsp_tbl&gt;tbody&gt;tr&gt;th,
  .prt_rsp_tbl&gt;tbody&gt;tr&gt;td,
  .prt_rsp_tbl.scroll_body&gt;tr,
  .prt_rsp_tbl.scroll_body&gt;thead,
  .prt_rsp_tbl.scroll_body&gt;tbody {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }

  .prt_rsp_tbl&gt;thead {
    display: none;
  }

  .prt_rsp_tbl.scroll_body tbody {
    border: none;
  }

  .prt_rsp_tbl&gt;caption {
    margin: 0 0 5px;
    text-align: left;
  }

  .prt_rsp_tbl&gt;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&gt;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&gt;tbody&gt;tr {
    padding: 10px 0;
  }

  .prt_rsp_tbl.spmode_txt&gt;tbody&gt;tr:first-child {
    padding-top: 0;
  }

  .prt_rsp_tbl.spmode_txt&gt;tbody&gt;tr&gt;th,
  .prt_rsp_tbl.spmode_txt&gt;tbody&gt;tr&gt;td {
    padding: 0;
    border: none;
  }

  .prt_rsp_tbl.spmode_txt .prt_list_disc {
    margin: 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&gt;tbody&gt;tr&gt;th,
  .prt_rsp_tbl.spmode_txt.type_01 [data-label]::before {
    display: block;
    margin: 10px 0 5px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
    text-align: left;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_01&gt;tbody&gt;tr&gt;th {
    padding: 4px 8px;
    background: #6c6c6c;
  }

  .prt_rsp_tbl.spmode_txt.type_01&gt;tbody&gt;tr&gt;td {
    padding-right: 8px;
    padding-left: 8px;
    background: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;tbody&gt;tr {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;tbody&gt;tr:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;tbody&gt;tr&gt;th,
  .prt_rsp_tbl.spmode_txt.type_02&gt;tbody&gt;tr&gt;td {
    padding: 0 10px;
    border: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;tbody&gt;tr&gt;td {
    background: none;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;caption.head,
  .prt_rsp_tbl.spmode_txt.type_02 tbody&gt;tr&gt;th {
    text-indent: 0;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;caption.head {
    padding: 8px 10px 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;thead {
    margin: 0 0 20px;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;thead&gt;tr&gt;th::before {
    content: "・";
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;tbody&gt;tr:first-child&gt;th:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;tbody&gt;tr&gt;th+td {
    margin-top: 10px;
  }

  .prt_rsp_tbl.spmode_txt.type_02&gt;tbody&gt;tr&gt;th {
    padding: 8px 10px 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_02 [data-label]::before {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    background: none;
    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;
    content: attr(data-label);
    text-align: left;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_cell [data-label]::before {
    background: #6c6c6c;
    color: #fff;
  }

  .prt_rsp_tbl.spmode_cell td {
    padding: 0 10px 10px;
  }

  .prt_rsp_tbl.spmode_cell td[data-label]::before,
  .prt_rsp_tbl.spmode_cell td [data-label]::before {
    margin: 0 -10px 10px;
    width: auto;
  }

  .prt_rsp_tbl.spmode_cell .blank {
    display: none;
  }

  .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.style_02 th {
    width: 100%;
  }

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

  .prt_relation_pages&gt;.headr {
    padding: 10px 15px 8px;
  }

  .prt_relation_pages&gt;.pages {
    padding: 10px 15px 5px;
  }

  .prt_relation_pages&gt;.pages&gt;li {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  .prt_result_report,
  .prt_result_report caption,
  .prt_result_report thead,
  .prt_result_report tbody,
  .prt_result_report tr,
  .prt_result_report th,
  .prt_result_report td {
    display: block;
    width: 100%;
  }

  .prt_result_report tr {
    margin: 0 0 8px;
  }

  .prt_result_report th {
    white-space: normal;
  }

  .prt_result_report th::after {
    content: ":";
    display: inline-block;
    width: 0.5em;
    text-align: center;
  }

  .prt_result_report td {
    padding: 0;
    text-indent: 0;
  }

  .prt_result_report td::before {
    content: none;
  }

  #p_home .site_body {
    padding: 0;
  }

  #p_home .mainvisual {
    padding: 0;
    background: none;
  }

  #p_home .mainvisual .title {
    margin: 0 -15px 20px;
    min-height: 39.53125vw;
    height: auto;
    background: url(/img/ss/products/marking/laser-marking-central/bg_home_002.jpg) no-repeat center/cover;
  }

  #p_home .mainvisual .title .name,
  #p_home .mainvisual .title .copy {
    display: none;
  }

  #p_home .index_nav .nav_menu {
    border-top: 1px solid #333;
  }

  #p_home .index_nav .nav_menu .nav_item a {
    text-decoration: none;
  }

  #p_home .index_nav .nav_menu .js_accnav_item {
    border-right: 1px solid #333;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #333;
  }

  #p_home .index_nav .nav_menu .js_accnav_item.basics {
    border-bottom-color: #333;
  }

  #p_home .index_nav .nav_menu .js_accnav_item .ac_btn {
    position: relative;
    padding: 12px 40px 12px 24px;
    background: #282828 no-repeat right center;
  }

  #p_home .index_nav .nav_menu .js_accnav_item .ac_btn::before {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 4px;
    height: 18px;
    background: #3e8a00;
    content: "";
  }

  #p_home .index_nav .nav_menu .js_accnav_item .ac_btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    background: url(/img/ss/common/bg_nav_003.png) no-repeat center/contain;
    content: "";
    transform: translate(0, -50%);
  }

  #p_home .index_nav .nav_menu .js_accnav_item .ac_btn .label {
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    opacity: 1;
  }

  #p_home .index_nav .nav_menu .js_accnav_item.opened .ac_btn::after {
    background-image: url(/img/ss/common/bg_nav_004.png);
  }

  #p_home .index_nav .nav_menu .js_accnav_cont {
    display: none;
  }

  #p_home .index_nav .nav_menu .nav_cont {
    background: #fff;
  }

  #p_home .index_nav .nav_menu .nav_cont .desc {
    display: none;
  }

  #p_home .index_nav .nav_menu .nav_list {
    padding: 14px 16px;
  }

  #p_home .index_nav .nav_menu .nav_list .subcat {
    margin: 10px 0 0;
  }

  #p_home .index_nav .nav_menu .nav_list .subcat:first-child {
    margin: 0;
  }

  #p_home .index_nav .nav_menu .nav_list .subcat .catname {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
  }

  #p_home .index_nav .nav_menu .nav_list li,
  #p_home .index_nav .nav_menu .nav_list .subpage {
    margin-top: 5px;
  }

  #p_home .index_nav .nav_menu .nav_list li:first-child,
  #p_home .index_nav .nav_menu .nav_list .subpage:first-child {
    margin-top: 0;
  }

  #p_home .index_nav .nav_menu .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    opacity: 1;
  }

  #p_home .index_nav .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 #3e8a00;
    content: "";
  }

  #p_home .index_nav .nav_menu .nav_list a:hover {
    text-decoration: underline;
  }

  #p_home .index_nav .nav_menu .nav_list a.active {
    color: #c80000;
  }

  #p_home .index_nav .nav_menu .nav_item.products {
    margin-top: 20px;
  }

  #p_home .index_nav .nav_menu .nav_item.products a {
    font-size: 18px;
  }

  #p_home .index_nav .nav_menu .nav_item.products a::before {
    top: 20px;
  }

  #p_home .index_nav .nav_menu .nav_item.products a::after {
    top: 24px;
  }

  #p_home .index_nav .nav_menu .nav_item.coming_soon {
    display: none;
  }

  #c_basics.p_principle .main_contents .types_table th {
    width: 100%;
  }

  #c_basics.p_principle .main_contents .types_table th+td {
    width: 100%;
  }

  #c_basics.p_laser-marking .main_contents .table_list {
    display: block;
  }

  #c_basics.p_co2-laser .main_contents .thin_laser_type .item.wide {
    width: auto;
  }

  #c_basics.p_co2-laser .main_contents .thin_laser_type .item.narrow {
    margin-left: 0;
    width: auto;
  }

  #c_basics.p_safety .main_contents .sect_terminology th:first-child {
    width: 100%;
  }

  #c_basics.p_safety .main_contents .sect_classifications th:first-child {
    width: 100%;
  }

  #c_basics.p_safety .main_contents .sect_classifications tr.highlight th,
  #c_basics.p_safety .main_contents .sect_classifications tr.highlight td {
    border: none;
  }

  #c_basics.p_safety .main_contents .sect_classifications tr.highlight_bottom th,
  #c_basics.p_safety .main_contents .sect_classifications tr.highlight_bottom td {
    border-bottom: none;
  }

  #c_basics.p_glossary .main_contents .prt_rsp_tbl&gt;tbody&gt;tr&gt;th:first-child {
    width: 100%;
  }

  #c_basics.c_question.p_basic .main_contents .sect_q3 th:first-child {
    width: 100%;
  }

  #c_download.p_index .main_contents {
    padding: 0 15px;
  }

  #c_download.p_index .main_contents .ss_download_btn {
    max-width: none;
  }

  #c_download.p_index .main_contents {
    padding: 0 15px;
  }

  #c_download.p_index .main_contents .ss_download_btn {
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  #header .list_box li a {
    font-size: 10px;
  }

  #header .list_box .btn_download a {
    padding: 10px 0;
  }

  #header .list_box .btn_download a::before {
    width: 16px;
    height: 20px;
  }

  #header .list_box .btn_contact a::before {
    width: 21px;
    height: 21px;
  }

  #header .list_box .btn_tel a::before {
    width: 18px;
    height: 26px;
  }

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

/*
 * products
** ------------------------------------------------------ */
.prd-layout-cluster {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prd-layout-cluster.of-spaceX-0, .prd-layout-cluster.of-spaceX-0 &gt; * {
    margin-right: 0;
    margin-left: 0;
}

.prd-layout-cluster.of-spaceY-0, .prd-layout-cluster.of-spaceY-0 &gt; * {
    margin-top: 0;
    margin-bottom: 0;
}

.prd-layout-cluster.of-spaceX-1 {
    margin-right: -2px;
    margin-left: -2px;
}

.prd-layout-cluster.of-spaceX-1 &gt; * {
    margin-right: 2px;
    margin-left: 2px;
}

.prd-layout-cluster.of-spaceY-1 {
    margin-top: -2px;
    margin-bottom: -2px;
}

.prd-layout-cluster.of-spaceY-1 &gt; * {
    margin-top: 2px;
    margin-bottom: 2px;
}

.prd-layout-cluster.of-spaceX-2 {
    margin-right: -4px;
    margin-left: -4px;
}

.prd-layout-cluster.of-spaceX-2 &gt; * {
    margin-right: 4px;
    margin-left: 4px;
}

.prd-layout-cluster.of-spaceY-2 {
    margin-top: -4px;
    margin-bottom: -4px;
}

.prd-layout-cluster.of-spaceY-2 &gt; * {
    margin-top: 4px;
    margin-bottom: 4px;
}

.prd-layout-cluster.of-spaceX-3 {
    margin-right: -8px;
    margin-left: -8px;
}

.prd-layout-cluster.of-spaceX-3 &gt; * {
    margin-right: 8px;
    margin-left: 8px;
}

.prd-layout-cluster.of-spaceY-3 {
    margin-top: -8px;
    margin-bottom: -8px;
}

.prd-layout-cluster.of-spaceY-3 &gt; * {
    margin-top: 8px;
    margin-bottom: 8px;
}

.prd-layout-cluster.of-spaceX-4 {
    margin-right: -10px;
    margin-left: -10px;
}

.prd-layout-cluster.of-spaceX-4 &gt; * {
    margin-right: 10px;
    margin-left: 10px;
}

.prd-layout-cluster.of-spaceY-4 {
    margin-top: -10px;
    margin-bottom: -10px;
}

.prd-layout-cluster.of-spaceY-4 &gt; * {
    margin-top: 10px;
    margin-bottom: 10px;
}

.prd-layout-cluster.of-spaceX-5 {
    margin-right: -12px;
    margin-left: -12px;
}

.prd-layout-cluster.of-spaceX-5 &gt; * {
    margin-right: 12px;
    margin-left: 12px;
}

.prd-layout-cluster.of-spaceY-5 {
    margin-top: -12px;
    margin-bottom: -12px;
}

.prd-layout-cluster.of-spaceY-5 &gt; * {
    margin-top: 12px;
    margin-bottom: 12px;
}

.prd-layout-cluster.of-spaceX-6 {
    margin-right: -16px;
    margin-left: -16px;
}

.prd-layout-cluster.of-spaceX-6 &gt; * {
    margin-right: 16px;
    margin-left: 16px;
}

.prd-layout-cluster.of-spaceY-6 {
    margin-top: -16px;
    margin-bottom: -16px;
}

.prd-layout-cluster.of-spaceY-6 &gt; * {
    margin-top: 16px;
    margin-bottom: 16px;
}

.prd-layout-cluster.of-spaceX-7 {
    margin-right: -20px;
    margin-left: -20px;
}

.prd-layout-cluster.of-spaceX-7 &gt; * {
    margin-right: 20px;
    margin-left: 20px;
}

.prd-layout-cluster.of-spaceY-7 {
    margin-top: -20px;
    margin-bottom: -20px;
}

.prd-layout-cluster.of-spaceY-7 &gt; * {
    margin-top: 20px;
    margin-bottom: 20px;
}

.prd-layout-cluster.of-spaceX-8 {
    margin-right: -32px;
    margin-left: -32px;
}

.prd-layout-cluster.of-spaceX-8 &gt; * {
    margin-right: 32px;
    margin-left: 32px;
}

.prd-layout-cluster.of-spaceY-8 {
    margin-top: -32px;
    margin-bottom: -32px;
}

.prd-layout-cluster.of-spaceY-8 &gt; * {
    margin-top: 32px;
    margin-bottom: 32px;
}

.prd-layout-cluster.of-spaceX-9 {
    margin-right: -36px;
    margin-left: -36px;
}

.prd-layout-cluster.of-spaceX-9 &gt; * {
    margin-right: 36px;
    margin-left: 36px;
}

.prd-layout-cluster.of-spaceY-9 {
    margin-top: -36px;
    margin-bottom: -36px;
}

.prd-layout-cluster.of-spaceY-9 &gt; * {
    margin-top: 36px;
    margin-bottom: 36px;
}

.prd-layout-cluster.of-spaceX-10 {
    margin-right: -60px;
    margin-left: -60px;
}

.prd-layout-cluster.of-spaceX-10 &gt; * {
    margin-right: 60px;
    margin-left: 60px;
}

.prd-layout-cluster.of-spaceY-10 {
    margin-top: -60px;
    margin-bottom: -60px;
}

.prd-layout-cluster.of-spaceY-10 &gt; * {
    margin-top: 60px;
    margin-bottom: 60px;
}

.prd-layout-cluster.of-spaceX-11 {
    margin-right: -72px;
    margin-left: -72px;
}

.prd-layout-cluster.of-spaceX-11 &gt; * {
    margin-right: 72px;
    margin-left: 72px;
}

.prd-layout-cluster.of-spaceY-11 {
    margin-top: -72px;
    margin-bottom: -72px;
}

.prd-layout-cluster.of-spaceY-11 &gt; * {
    margin-top: 72px;
    margin-bottom: 72px;
}

.prd-layout-cluster.of-spaceX-12 {
    margin-right: -84px;
    margin-left: -84px;
}

.prd-layout-cluster.of-spaceX-12 &gt; * {
    margin-right: 84px;
    margin-left: 84px;
}

.prd-layout-cluster.of-spaceY-12 {
    margin-top: -84px;
    margin-bottom: -84px;
}

.prd-layout-cluster.of-spaceY-12 &gt; * {
    margin-top: 84px;
    margin-bottom: 84px;
}

@media (min-width: 1px) {
    .prd-layout-cluster.largeScreen-spaceX-0, .prd-layout-cluster.largeScreen-spaceX-0 &gt; * {
        margin-right: 0;
        margin-left: 0;
    }
    .prd-layout-cluster.largeScreen-spaceY-0, .prd-layout-cluster.largeScreen-spaceY-0 &gt; * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .prd-layout-cluster.largeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .prd-layout-cluster.largeScreen-spaceX-1 &gt; * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .prd-layout-cluster.largeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .prd-layout-cluster.largeScreen-spaceY-1 &gt; * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .prd-layout-cluster.largeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .prd-layout-cluster.largeScreen-spaceX-2 &gt; * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .prd-layout-cluster.largeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .prd-layout-cluster.largeScreen-spaceY-2 &gt; * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .prd-layout-cluster.largeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .prd-layout-cluster.largeScreen-spaceX-3 &gt; * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .prd-layout-cluster.largeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .prd-layout-cluster.largeScreen-spaceY-3 &gt; * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .prd-layout-cluster.largeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .prd-layout-cluster.largeScreen-spaceX-4 &gt; * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .prd-layout-cluster.largeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .prd-layout-cluster.largeScreen-spaceY-4 &gt; * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .prd-layout-cluster.largeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .prd-layout-cluster.largeScreen-spaceX-5 &gt; * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .prd-layout-cluster.largeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .prd-layout-cluster.largeScreen-spaceY-5 &gt; * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .prd-layout-cluster.largeScreen-spaceX-6 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .prd-layout-cluster.largeScreen-spaceX-6 &gt; * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .prd-layout-cluster.largeScreen-spaceY-6 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .prd-layout-cluster.largeScreen-spaceY-6 &gt; * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .prd-layout-cluster.largeScreen-spaceX-7 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .prd-layout-cluster.largeScreen-spaceX-7 &gt; * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .prd-layout-cluster.largeScreen-spaceY-7 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .prd-layout-cluster.largeScreen-spaceY-7 &gt; * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .prd-layout-cluster.largeScreen-spaceX-8 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .prd-layout-cluster.largeScreen-spaceX-8 &gt; * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .prd-layout-cluster.largeScreen-spaceY-8 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .prd-layout-cluster.largeScreen-spaceY-8 &gt; * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .prd-layout-cluster.largeScreen-spaceX-9 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .prd-layout-cluster.largeScreen-spaceX-9 &gt; * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .prd-layout-cluster.largeScreen-spaceY-9 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .prd-layout-cluster.largeScreen-spaceY-9 &gt; * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .prd-layout-cluster.largeScreen-spaceX-10 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .prd-layout-cluster.largeScreen-spaceX-10 &gt; * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .prd-layout-cluster.largeScreen-spaceY-10 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .prd-layout-cluster.largeScreen-spaceY-10 &gt; * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .prd-layout-cluster.largeScreen-spaceX-11 {
        margin-right: -72px;
        margin-left: -72px;
    }
    .prd-layout-cluster.largeScreen-spaceX-11 &gt; * {
        margin-right: 72px;
        margin-left: 72px;
    }
    .prd-layout-cluster.largeScreen-spaceY-11 {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .prd-layout-cluster.largeScreen-spaceY-11 &gt; * {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .prd-layout-cluster.largeScreen-spaceX-12 {
        margin-right: -84px;
        margin-left: -84px;
    }
    .prd-layout-cluster.largeScreen-spaceX-12 &gt; * {
        margin-right: 84px;
        margin-left: 84px;
    }
    .prd-layout-cluster.largeScreen-spaceY-12 {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .prd-layout-cluster.largeScreen-spaceY-12 &gt; * {
        margin-top: 84px;
        margin-bottom: 84px;
    }
}

@media (min-width: 1px) {
    .prd-layout-cluster.extraLargeScreen-spaceX-0, .prd-layout-cluster.extraLargeScreen-spaceX-0 &gt; * {
        margin-right: 0;
        margin-left: 0;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-0, .prd-layout-cluster.extraLargeScreen-spaceY-0 &gt; * {
        margin-top: 0;
        margin-bottom: 0;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-1 {
        margin-right: -2px;
        margin-left: -2px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-1 &gt; * {
        margin-right: 2px;
        margin-left: 2px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-1 {
        margin-top: -2px;
        margin-bottom: -2px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-1 &gt; * {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-2 {
        margin-right: -4px;
        margin-left: -4px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-2 &gt; * {
        margin-right: 4px;
        margin-left: 4px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-2 {
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-2 &gt; * {
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-3 {
        margin-right: -8px;
        margin-left: -8px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-3 &gt; * {
        margin-right: 8px;
        margin-left: 8px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-3 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-3 &gt; * {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-4 &gt; * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-4 {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-4 &gt; * {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-5 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-5 &gt; * {
        margin-right: 12px;
        margin-left: 12px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-5 {
        margin-top: -12px;
        margin-bottom: -12px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-5 &gt; * {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-6 {
        margin-right: -16px;
        margin-left: -16px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-6 &gt; * {
        margin-right: 16px;
        margin-left: 16px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-6 {
        margin-top: -16px;
        margin-bottom: -16px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-6 &gt; * {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-7 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-7 &gt; * {
        margin-right: 20px;
        margin-left: 20px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-7 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-7 &gt; * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-8 {
        margin-right: -32px;
        margin-left: -32px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-8 &gt; * {
        margin-right: 32px;
        margin-left: 32px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-8 {
        margin-top: -32px;
        margin-bottom: -32px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-8 &gt; * {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-9 {
        margin-right: -36px;
        margin-left: -36px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-9 &gt; * {
        margin-right: 36px;
        margin-left: 36px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-9 {
        margin-top: -36px;
        margin-bottom: -36px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-9 &gt; * {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-10 {
        margin-right: -60px;
        margin-left: -60px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-10 &gt; * {
        margin-right: 60px;
        margin-left: 60px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-10 {
        margin-top: -60px;
        margin-bottom: -60px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-10 &gt; * {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-11 {
        margin-right: -72px;
        margin-left: -72px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-11 &gt; * {
        margin-right: 72px;
        margin-left: 72px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-11 {
        margin-top: -72px;
        margin-bottom: -72px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-11 &gt; * {
        margin-top: 72px;
        margin-bottom: 72px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-12 {
        margin-right: -84px;
        margin-left: -84px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceX-12 &gt; * {
        margin-right: 84px;
        margin-left: 84px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-12 {
        margin-top: -84px;
        margin-bottom: -84px;
    }
    .prd-layout-cluster.extraLargeScreen-spaceY-12 &gt; * {
        margin-top: 84px;
        margin-bottom: 84px;
    }
}

.prd-layout-cluster.of-justifyContent-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.prd-layout-cluster.of-justifyContent-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prd-layout-cluster.of-justifyContent-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.prd-layout-cluster.of-justifyContent-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1px) {
    .prd-layout-cluster.largeScreen-justifyContent-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .prd-layout-cluster.largeScreen-justifyContent-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .prd-layout-cluster.largeScreen-justifyContent-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prd-layout-cluster.largeScreen-justifyContent-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1px) {
    .prd-layout-cluster.extraLargeScreen-justifyContent-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .prd-layout-cluster.extraLargeScreen-justifyContent-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .prd-layout-cluster.extraLargeScreen-justifyContent-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prd-layout-cluster.extraLargeScreen-justifyContent-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.prd-layout-cluster.of-alignItems-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.prd-layout-cluster.of-alignItems-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.prd-layout-cluster.of-alignItems-center {
    -ms-flex-align: center;
    align-items: center;
}

.prd-layout-cluster.of-alignItems-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media (min-width: 1px) {
    .prd-layout-cluster.largeScreen-alignItems-start {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .prd-layout-cluster.largeScreen-alignItems-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .prd-layout-cluster.largeScreen-alignItems-center {
        -ms-flex-align: center;
        align-items: center;
    }
    .prd-layout-cluster.largeScreen-alignItems-baseline {
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

@media (min-width: 1px) {
    .prd-layout-cluster.extraLargeScreen-alignItems-start {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .prd-layout-cluster.extraLargeScreen-alignItems-end {
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .prd-layout-cluster.extraLargeScreen-alignItems-center {
        -ms-flex-align: center;
        align-items: center;
    }
    .prd-layout-cluster.extraLargeScreen-alignItems-baseline {
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.prd-layout-container {
    box-sizing: content-box;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.prd-layout-container.of-narrow {
    max-width: 950px;
}

.prd-modalDialog:not(.of-full) .prd-layout-container {
    max-width: 620px;
}

.prd-modalDialog {
    transition: visibility .4s;
}

.prd-modalDialog[aria-hidden=true] {
    display: block;
    visibility: hidden;
}

.prd-modalDialog-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    background-color: rgba(46, 49, 51, .8);
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
}

.prd-modalDialog[aria-hidden=true] .prd-modalDialog-backdrop {
    opacity: 0;
}

.prd-modalDialog-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
}

.prd-modalDialog-closeButton {
    padding: 8px;
    background: none;
    border: 0;
    pointer-events: auto;
    cursor: pointer;
}

.prd-modalDialog-closeButtonIcon {
    width: 28px;
    height: 28px;
    vertical-align: bottom;
    fill: #fff;
}

.prd-modalDialog-contentWrapper {
    -ms-flex: auto;
    flex: auto;
    min-height: 0;
}

@media (min-width: 1px) {
    .prd-modalDialog-contentWrapper {
        margin-bottom: 24px;
    }
}

.prd-modalDialog.of-full .prd-modalDialog-contentWrapper {
    overflow: auto;
    height: 100%;
}

@media (min-width: 1px) {
    .prd-modalDialog.of-full .prd-modalDialog-contentWrapper {
        margin-bottom: 0;
    }
}

.prd-modalDialog-content {
    overflow: auto;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .4s;
    transition-property: transform,opacity;
    pointer-events: auto;
}

@media (min-width: 1px) {
    .prd-modalDialog-content {
        border-radius: 4px;
    }
}

.prd-modalDialog.of-full .prd-modalDialog-content {
    max-width: none;
}

@media (min-width: 1px) {
    .prd-modalDialog.of-full .prd-modalDialog-content {
        border-radius: 0;
    }
}

.prd-modalDialog[aria-hidden=true] .prd-modalDialog-content {
    opacity: 0;
    transform: translateY(20px) scale(.9);
}

.prd-modalDialog-contentInner {
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1) .2s;
}

.prd-modalDialog[aria-hidden=true] .prd-modalDialog-contentInner {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
}

.prd-modalDialog-thumbnailOuter {
    padding: 0;
    border: none;
    background: none;
}

.prd-modalDialog-thumbnail {
    display: block;
    position: relative
}

.prd-modalDialog-thumbnail &gt; img {
    max-width: 100%;
    width: 100%;
}

.prd-modalDialog-thumbnail:before {
    width: 82px;
    height: 82px;
    background-color: rgba(0,0,0,.45);
    border: none;
    border-radius: 50%
}

.prd-modalDialog-thumbnail:after,.prd-modalDialog-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translateX(-50%) translateY(-50%)
}

.prd-modalDialog-thumbnail:after {
    width: 22px;
    height: 32px;
    margin-left: 0.4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 22 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16L0 0L3.78669e-06 32L22 16Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.prd-utility-block {
    display: block;
}

.prd-utility-hidden {
    display: none;
}

@media (min-width: 1px) {
    .prd-largeScreen-block {
        display: block;
    }
    .prd-largeScreen-hidden {
        display: none;
    }
}

@media (min-width: 1px) {
    .prd-extraLargeScreen-block {
        display: block;
    }
    .prd-extraLargeScreen-hidden {
        display: none;
    }
}

.prd-utility-focusRing:focus:not(:focus-visible) {
    outline: 0;
}

.prd-utility-marginTop-auto {
    margin-top: auto;
}

@media (min-width: 1px) {
    .prd-largeScreen-marginTop-auto {
        margin-top: auto;
    }
}

@media (min-width: 1px) {
    .prd-extraLargeScreen-marginTop-auto {
        margin-top: auto;
    }
}

.prd-utility-marginBottom-0 {
    margin-bottom: 0 !important;
}

.prd-utility-marginBottom-1 {
    margin-bottom: 4px !important;
}

.prd-utility-marginBottom-2 {
    margin-bottom: 8px !important;
}

.prd-utility-marginBottom-3 {
    margin-bottom: 16px !important;
}

.prd-utility-marginBottom-4 {
    margin-bottom: 20px !important;
}

.prd-utility-marginBottom-5 {
    margin-bottom: 24px !important;
}

.prd-utility-marginBottom-6 {
    margin-bottom: 32px !important;
}

.prd-utility-marginBottom-7 {
    margin-bottom: 40px !important;
}

.prd-utility-marginBottom-8 {
    margin-bottom: 64px !important;
}

.prd-utility-marginBottom-9 {
    margin-bottom: 72px !important;
}

.prd-utility-marginBottom-10 {
    margin-bottom: 120px !important;
}

.prd-utility-marginBottom-11 {
    margin-bottom: 144px !important;
}

.prd-utility-marginBottom-12 {
    margin-bottom: 168px !important;
}

@media (min-width: 1px) {
    .prd-largeScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .prd-largeScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .prd-largeScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .prd-largeScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .prd-largeScreen-marginBottom-4 {
        margin-bottom: 20px !important;
    }
    .prd-largeScreen-marginBottom-5 {
        margin-bottom: 24px !important;
    }
    .prd-largeScreen-marginBottom-6 {
        margin-bottom: 32px !important;
    }
    .prd-largeScreen-marginBottom-7 {
        margin-bottom: 40px !important;
    }
    .prd-largeScreen-marginBottom-8 {
        margin-bottom: 64px !important;
    }
    .prd-largeScreen-marginBottom-9 {
        margin-bottom: 72px !important;
    }
    .prd-largeScreen-marginBottom-10 {
        margin-bottom: 120px !important;
    }
    .prd-largeScreen-marginBottom-11 {
        margin-bottom: 144px !important;
    }
    .prd-largeScreen-marginBottom-12 {
        margin-bottom: 168px !important;
    }
}

@media (min-width: 1px) {
    .prd-extraLargeScreen-marginBottom-0 {
        margin-bottom: 0 !important;
    }
    .prd-extraLargeScreen-marginBottom-1 {
        margin-bottom: 4px !important;
    }
    .prd-extraLargeScreen-marginBottom-2 {
        margin-bottom: 8px !important;
    }
    .prd-extraLargeScreen-marginBottom-3 {
        margin-bottom: 16px !important;
    }
    .prd-extraLargeScreen-marginBottom-4 {
        margin-bottom: 20px !important;
    }
    .prd-extraLargeScreen-marginBottom-5 {
        margin-bottom: 24px !important;
    }
    .prd-extraLargeScreen-marginBottom-6 {
        margin-bottom: 32px !important;
    }
    .prd-extraLargeScreen-marginBottom-7 {
        margin-bottom: 40px !important;
    }
    .prd-extraLargeScreen-marginBottom-8 {
        margin-bottom: 64px !important;
    }
    .prd-extraLargeScreen-marginBottom-9 {
        margin-bottom: 72px !important;
    }
    .prd-extraLargeScreen-marginBottom-10 {
        margin-bottom: 120px !important;
    }
    .prd-extraLargeScreen-marginBottom-11 {
        margin-bottom: 144px !important;
    }
    .prd-extraLargeScreen-marginBottom-12 {
        margin-bottom: 168px !important;
    }
}

.prd-utility-marginLeft-auto {
    margin-left: auto;
}

.prd-utility-maxWidth-narrow {
    max-width: 950px;
}

.prd-utility-maxWidth-extraNarrow {
    max-width: 840px;
}

.prd-utility-visuallyHidden {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 4px;
    height: 4px;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 1px) {
    .prd-largeScreen-visuallyHidden {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        visibility: visible;
        overflow: hidden;
        width: 4px;
        height: 4px;
        margin: 0;
        padding: 0;
        border: none;
        opacity: 0;
        pointer-events: none;
    }
}

@media (min-width: 1px) {
    .prd-extraLargeScreen-visuallyHidden {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        visibility: visible;
        overflow: hidden;
        width: 4px;
        height: 4px;
        margin: 0;
        padding: 0;
        border: none;
        opacity: 0;
        pointer-events: none;
    }
}</pre></body></html>