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

/* General
------------------------------ */
body {
  min-width: 0;
  font-family: myriad-pro, 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;
}

/* Header
------------------------------- */
#header {
  width: 100%;
  background: #3998e5;
}

#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: 1px solid #5e1f19;
  border-top: none;
  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: 1px solid #1a5f20;
  border-top: none;
  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: #3998e5;
  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: 40px 0 100px;
}

/* 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: #3998e5;
  background-repeat: no-repeat;
  content: "";
}

#container .pager li a .label&gt;strong {
  display: block;
  color: #3998e5;
  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: #3998e5 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: #3998e5;
}

#cv_contact .fixed_wrapper .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px;
}

#cv_contact .fixed_wrapper .inner p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 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 .TelSlsh {
  display: none;
}

#cv_contact .fixed_wrapper .inner p img {
  max-width: 100%;
  height: auto;
}

#cv_contact .fixed_wrapper .inner ul {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 465px;
}

#cv_contact .fixed_wrapper .inner li {
  display: table;
  margin: 0 0 0 5px;
  width: 230px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li:first-child {
  margin: 0;
}

#cv_contact .fixed_wrapper .inner li a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: none;
}

#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

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

#cv_contact .fixed_wrapper .inner .catalog {
  border: 1px solid #5e1f19;
  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 {
  border: 1px solid #1a5f20;
  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: #3998e5;
  transition: none;
}

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

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

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

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

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

/* Footer
------------------------------- */
#footer .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 {
  color: #333;
  font-size: 16px;
}

.main_contents p {
  margin: 15px 0;
}

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

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

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

.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 {
  text-decoration: none;
  opacity: 0.7;
}

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

/* CV Right
------------------------------- */
.cv_right {
  position: absolute;
  top: 184px;
  left: 50%;
  margin: 0 0 320px 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 .banner {
  border: 2px solid #3998e5;
}

.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 10px 0 0;
  color: #000;
  letter-spacing: -1px;
  font-size: 13px;
  line-height: 1.6;
}

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

.cv_right .document .thumb .image img {
  border: 1px solid #ccc;
}

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

.cv_right .button {
  padding: 10px;
}

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

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

.cv_right .asset_bnr .caption {
  padding: 5px 5px 4px;
  background: #3998e5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

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

.cv_right .series_list .banner {
  border-width: 2px;
}

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

/* CV Area
------------------------------- */
.cv_area {
  margin: 40px auto 0;
  max-width: 780px;
}

.cv_area a {
  display: block;
  color: #333;
  text-decoration: none;
}

.cv_area a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.cv_area .banner {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border: 2px solid #3998e5;
}

.cv_area .thumb {
  order: 1;
  flex: 1 0 144px;
  box-sizing: content-box;
  padding: 0 16px;
}

.cv_area .lead {
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #3998e5;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

.cv_area .button .ss_download_btn {
  opacity: 1;
}

.cv_area .button .ss_download_btn:hover {
  opacity: 1;
}

.cv_area .ss_download_btn .txt01 {
  padding-right: 30px;
}

/* Products List
------------------------------- */
.products_list_wrap {
  margin: 40px auto 20px;
  max-width: 980px;
}

.products_list_wrap .products_list_ttl {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  color: #333;
  font-weight: bold;
  font-size: 17px;
}

.products_list_wrap .products_list {
  display: flex;
  flex-wrap: wrap;
}

.products_list_wrap .products_list .products_list_item {
  padding-bottom: 10px;
  font-size: 15px;
}

.products_list_wrap .products_list .products_list_item:not(:last-child) {
  padding-right: 30px;
}

.products_list_wrap .products_list .products_list_item a {
  position: relative;
  display: block;
  padding-left: 18px;
  color: #0645ad;
}

.products_list_wrap .products_list .products_list_item 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;
}

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

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

.prt_header_01 {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.11;
}

.prt_header_01 .cat {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 8px;
  background-color: #3998e5;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

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

.prt_header_02 {
  position: relative;
  margin: 20px 0;
  padding: 12px 16px 8px;
  border-bottom: 2px solid #3998e5;
  background: #e3e3e3;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.091;
}

.prt_header_03 {
  margin: 20px 0;
  padding: 2px 10px 0;
  border-left: 4px solid #3998e5;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.091;
}

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

.prt_header_05 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.444;
}

.prt_lead_01 {
  color: #3998e5;
  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_linktext_01 {
  margin: 15px 0;
  text-align: right;
}

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

.prt_linktext_01 p {
  margin: 0;
}

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

.prt_linktext_01 a::before {
  position: absolute;
  top: 0.36em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3998e5;
  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: 24px 0 36px;
  padding: 9px 10px 7px 0;
  border: 1px solid #e4e4e4;
  border-left: 15px solid #3998e5;
  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: #3998e5 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 #3998e5;
  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 #3998e5;
  border-bottom: 2px solid #3998e5;
  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: #3998e5;
  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 #3998e5;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.571;
  opacity: 1;
}

.prt_anchor_list_03&gt;li a:hover {
  background: #3998e5;
  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 #3998e5;
  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 #3998e5;
  border-bottom: 2px solid #3998e5;
  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.625;
  opacity: 1;
}

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

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

.prt_cat_archive {
  margin: 40px 0;
}

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

.prt_cat_archive .catname {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 18px;
}

.prt_cat_archive .subpages {
  overflow: hidden;
}

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

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

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

.prt_cat_archive .subpages li a::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3998e5;
  content: "";
}

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

.prt_thumb_index {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.prt_thumb_index li {
  flex: 0 0 150px;
  margin: 8px;
}

.prt_thumb_index li a {
  text-decoration: none;
}

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

.prt_thumb_index li a:hover img {
  opacity: 0.8;
}

.prt_thumb_index .thumb {
  margin: 0 0 4px;
  text-align: center;
}

.prt_thumb_index .name {
  position: relative;
  padding: 0 0 0 12px;
  vertical-align: bottom;
  line-height: 1.625;
  opacity: 1;
}

.prt_thumb_index .name::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #3998e5;
  content: "";
}

.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_brackets_ordered_list {
  margin: 40px 0;
  padding-left: 2em;
  counter-reset: brackets-ordered;
  text-indent: -2em;
}

.prt_brackets_ordered_list&gt;li {
  margin: 0 0 32px;
  counter-increment: brackets-ordered;
}

.prt_brackets_ordered_list&gt;li::before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1.5em;
  content: counter(brackets-ordered)")";
  text-align: right;
  text-indent: 0;
  white-space: nowrap;
}

.prt_brackets_ordered_list .prt_brackets_alpha_list {
  margin-left: 1em;
}

.prt_brackets_alpha_list {
  padding-left: 1.5em;
  counter-reset: brackets-alpha;
  text-indent: -1.5em;
}

.prt_brackets_alpha_list li {
  counter-increment: brackets-alpha;
}

.prt_brackets_alpha_list&gt;li::before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  content: counter(brackets-alpha, lower-alpha)")";
  text-align: right;
  text-indent: 0;
  white-space: nowrap;
}

.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;
  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 #3998e5;
  content: "";
}

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

.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: 2em;
  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: 24px 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,
.prt_inline_def&gt;div {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
  white-space: nowrap;
  letter-spacing: -0.4em;
}

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

.prt_colon_def dt {
  white-space: nowrap;
}

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

.prt_colon_def dd::before {
  display: inline-block;
  padding: 0 0.2em;
  min-width: 0.5em;
  content: ": ";
  text-indent: 0;
}

.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: 480px;
  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;*:first-child {
  background: url(../../../../../img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}

.ss_download_btn.icon02&gt;*: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: 72px;
}

.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_sect_cv {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 30px -10px 0;
}

.prt_sect_cv .button {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 380px;
  margin: 0 10px;
  padding: 16px 0;
}

.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 auto;
  max-width: 640px;
}

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

.ss_subpage_bnr .banner {
  display: flex;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #3998e5;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

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

.ss_subpage_bnr .img {
  flex: 1 0 104px;
  text-align: center;
}

.ss_subpage_bnr .img img {
  border: 1px solid #ccc;
}

.ss_subpage_bnr .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  margin: 0 0 0 14px;
  width: 100%;
}

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

.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 .txt {
  margin: 0 0 16px;
}

.ss_subpage_bnr .btn_wrap {
  margin: auto 0 0;
  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 {
  position: relative;
  margin: 70px auto 40px;
  max-width: 880px;
}

.prt_banner_01 .header {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 4px 16px 2px;
  min-width: 160px;
  background: #ddd;
  text-align: center;
  font-weight: bold;
}

.prt_banner_01 .banner {
  display: flex;
  align-items: center;
  padding: 16px;
  border: 3px solid #ddd;
}

.prt_banner_01 .thumb {
  flex: 0 0 290px;
  margin: 0 24px 0 0;
  text-align: center;
}

.prt_banner_01 .content {
  flex: 1 1 auto;
}

.prt_banner_01 .title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
}

.prt_banner_01 .strong {
  font-weight: bold;
  font-size: 24px;
}

.prt_banner_01 .desc {
  margin: 0;
}

.prt_banner_01 .series {
  margin: 0;
  text-align: left;
}

.prt_banner_01 .button .txt01 {
  padding-right: 30px;
}

.prt_series_bnr_01 {
  display: flex;
  padding: 16px;
  background: #f4f4f4;
}

.prt_series_bnr_01 .thumb {
  flex: 0 0 145px;
  margin: 0 4px 0 0;
  text-align: center;
}

.prt_series_bnr_01 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}

.prt_series_bnr_01 .lead {
  margin: 0 0 4px;
}

.prt_series_bnr_01 .name {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 16px;
}

.prt_series_bnr_01 .name a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 8px;
  color: #333;
  text-decoration: none;
}

.prt_series_bnr_01 .name a:hover {
  text-decoration: underline;
}

.prt_series_bnr_01 .name a::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #3998e5;
  content: "";
}

.prt_series_bnr_01 .button {
  margin: auto 0 0;
}

.prt_series_bnr_01 .button a {
  max-width: none;
}

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

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

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

.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 .list&gt;span {
  display: inline-block;
  margin: 0 8px;
}

.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: 30px 0;
}

.prt_columns&gt;.item {
  flex: 0 0 auto;
  box-sizing: content-box;
}

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

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

.prt_columns.col2 {
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

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

.prt_columns.col3 {
  margin-right: -10px;
  margin-left: -10px;
}

.prt_columns.col3&gt;.item {
  flex-basis: calc((100% - 60px) / 3);
  margin: 20px 10px 0;
}

.prt_columns.col3&gt;.item:nth-child(1),
.prt_columns.col3&gt;.item:nth-child(2),
.prt_columns.col3&gt;.item:nth-child(3) {
  margin-top: 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.wrap {
  flex-wrap: wrap;
}

.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_flexarrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  margin: 30px 0;
  text-indent: 0;
}

.prt_flexarrows.center {
  justify-content: center;
}

.prt_flexarrows.nowrap {
  flex-wrap: nowrap;
}

.prt_flexarrows .prt_flexarrows {
  margin: 0 auto;
}

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

.prt_flexarrows&gt;.item.auto {
  flex: 0 1 auto;
}

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

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

.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: 24px 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: 18px;
}

.prt_box_01 {
  border: 3px solid #ddd;
  background: #fff;
}

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

.prt_box_02 {
  position: relative;
  background: #eee;
}

.prt_box_03 {
  background: lightblue;
}

.prt_inlinebox {
  display: inline-block;
  padding: 10px 20px;
  background: #eee;
}

.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/measure/library/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 #ccc;
  border-left: 1px solid #ccc;
  table-layout: fixed;
  word-wrap: break-word;
}

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

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

.prt_tbl 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 #ccc;
  border-bottom: 1px solid #ccc;
  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: #f3f3f3;
  color: #333;
}

.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: #f3f3f3;
  color: #333;
}

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

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

.prt_tbl 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 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;
  border: 1px solid #7f7f7f;
}

.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 #3998e5;
  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_voices {
  margin: 20px 0;
}

.prt_voices .voice {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -18px 18px;
}

.prt_voices .voice .person {
  flex: 0 0 100px;
  margin: 0 18px 18px;
  text-align: center;
}

.prt_voices .voice .person::before {
  display: block;
  padding: 124% 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.prt_voices .voice .person .label {
  display: block;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.prt_voices .voice .lines {
  position: relative;
  flex: 1 1 auto;
  margin: 0 18px 18px;
  padding: 18px;
}

.prt_voices .voice .lines::before {
  position: absolute;
  top: 32px;
  border-style: solid;
  content: "";
}

.prt_voices .voice .lines&gt;*:first-child {
  margin-top: 0;
}

.prt_voices .voice .lines&gt;*:last-child {
  margin-bottom: 0;
}

.prt_voices .voice.customer .person::before {
  background-image: url(../../../../../img/ss/products/measure/library/icon_customer_001.png);
}

.prt_voices .voice.customer .lines {
  background: #eee;
}

.prt_voices .voice.customer .lines::before {
  right: 100%;
  border-width: 8px 16px 8px 0;
  border-color: transparent #eee transparent transparent;
}

.prt_voices .voice.keyence .person {
  order: 1;
}

.prt_voices .voice.keyence .person::before {
  background-image: url(../../../../../img/ss/products/measure/library/icon_keyence_001.png);
}

.prt_voices .voice.keyence .lines {
  background: #e2f1fd;
}

.prt_voices .voice.keyence .lines::before {
  left: 100%;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #e2f1fd;
}

.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_accordion_box {
  margin: 24px 0;
}

.prt_accordion_box .item {
  margin: 30px 0 40px;
}

.prt_accordion_box .accordion_header {
  position: relative;
  display: flex;
  padding: 16px 16px 16px 30px;
  border-top: 1px solid #3998e5;
  border-right: 1px solid #3998e5;
  border-bottom: 1px solid #3998e5;
  border-left: 8px solid #3998e5;
}

.prt_accordion_box .accordion_header .thumb {
  flex: 0 0 148px;
  margin: 0 30px 0 0;
}

.prt_accordion_box .accordion_header .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  padding: 20px 0 0;
  width: 100%;
}

.prt_accordion_box .accordion_header .title {
  margin: 0 0 4px;
  font-weight: bold;
  font-size: 18px;
}

.prt_accordion_box .accordion_header .examples {
  margin: 0 0 16px;
}

.prt_accordion_box .accordion_header .button {
  position: relative;
  align-self: flex-end;
  margin: auto 0 0;
  padding: 4px 32px 2px;
  min-width: 320px;
  border: 1px solid #3998e5;
  background: #e3e3e3;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
}

.prt_accordion_box .accordion_header .button:hover {
  background: #eee;
}

.prt_accordion_box .accordion_header .button::before {
  position: absolute;
  right: 16px;
  bottom: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #3998e5;
  border-bottom: 2px solid #3998e5;
  content: "";
  transform: translate(0, 50%) rotate(45deg);
  transform-origin: right bottom;
}

.prt_accordion_box .item.opened .accordion_header .button::before {
  transform: translate(0, -50%) rotate(-135deg);
}

.prt_accordion_box .accordion_body {
  display: none;
  border-right: 1px solid #3998e5;
  border-bottom: 1px solid #3998e5;
  border-left: 1px solid #3998e5;
}

.prt_accordion_box .accordion_body&gt;.inner {
  padding: 16px;
}

.prt_accordion_box .instruments {
  margin: 0 0 16px;
}

.prt_accordion_box .instruments .label {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 2px 16px 1px;
  background: #3998e5;
  color: #fff;
  font-weight: normal;
}

.prt_accordion_box .instruments .name {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

.prt_accordion_box .instruments+* {
  margin-top: 0;
}

.prt_accordion_box .point {
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 2px solid #333;
  font-weight: bold;
}

.prt_accordion_box .products {
  margin: 24px 0 0;
}

.prt_accordion_box .products li {
  margin: 16px 0 0;
}

.prt_accordion_box .products li:first-child {
  margin-top: 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, #fff 0%, #dae9f5 100%);
  font-size: 16px;
  line-height: 1.438;
}

#p_home .mainvisual .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 16px 20px;
  height: 270px;
  background: url(../../../../../img/ss/products/measure/library/bg_index_001.png) no-repeat right center;
}

#p_home .mainvisual .inner::after {
  content: none;
}

#p_home .mainvisual .title {
  flex: 0 1 480px;
  padding: 24px 16px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 1.25;
}

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

#p_home .mainvisual .title .copy {
  margin: 0 0 32px;
  font-size: 18px;
}

#p_home .mainvisual .title .button a {
  margin: 0 auto;
  max-width: 380px;
}

#c_basic.p_si .section_basic_unit thead th:nth-child(1) {
  width: 128px;
}

#c_basic.p_si .section_basic_unit thead th:nth-child(2) {
  width: 128px;
}

#c_basic.p_si .section_basic_unit thead th:nth-child(3) {
  width: 128px;
}

#c_basic.p_si .section_reference_information table {
  min-width: 480px;
  width: 100%;
}

#c_basic.p_howto_select .section_desired_measurement .keyimage1 .item {
  flex-basis: 240px;
}

#c_basic.p_howto_select .section_shape_application .prt_inlinebox .prt_linktext_01 {
  margin-left: 12px;
}

#c_basic.p_laser_safety tbody th {
  width: 240px;
}

#c_basic.p_protection .section_combination table {
  min-width: 520px;
  width: 100%;
}

#c_basic.p_calibration .prt_flexbox .item {
  width: 100%;
}

#c_basic.p_calibration tbody th {
  width: 240px;
}

#c_measuring.p_thickness .section_sandwich_thickness .reference_image {
  display: flex;
  margin: 0 auto;
  max-width: 324px;
}

#c_measuring.p_thickness .section_sandwich_thickness .reference_image .image {
  flex: 0 0 auto;
}

#c_measuring.p_thickness .section_sandwich_thickness .reference_image .desc {
  flex: 1 1 auto;
  margin: 0 8px;
}

#c_measuring.p_vibration .vs_table_01 {
  text-align: left;
}

#c_measuring.p_vibration .vs_table_01 th,
#c_measuring.p_vibration .vs_table_01 td {
  padding: 0 0 8px;
}

#c_measuring.p_vibration .vs_table_01 th {
  vertical-align: top;
}

#c_measuring.p_vibration .vs_table_01 th .label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  white-space: nowrap;
}

#c_measuring.p_vibration .vs_table_02 {
  min-width: 480px;
  width: 100%;
}

#c_measuring.p_vibration .vs_table_02 thead th:first-child {
  width: 25%;
}

#c_measuring.p_vibration .vs_table_02 tbody th,
#c_measuring.p_vibration .vs_table_02 tbody td {
  vertical-align: middle;
}

#c_measuring.p_vibration .vs_table_02 thead th,
#c_measuring.p_vibration .vs_table_02 tbody td {
  text-align: center;
}

#c_measuring.p_vibration .vs_table_02 .highlight {
  background: #dae9f5;
}

#c_measuring.p_vibration .vs_table_01 th .label:after {
  content: ":";
}

#c_measuring.p_vibration .vs_table_01 td {
  padding-left: 1em;
}

#c_measuring.p_warpage .section_definition table thead th:first-child {
  width: 96px;
}

#c_measuring.p_warpage .section_definition table th,
#c_measuring.p_warpage .section_definition table td:not(:last-child) {
  vertical-align: middle;
  text-align: center;
}

#c_measuring.p_warpage .section_acquisition_method .measuring_table thead th {
  text-align: center;
}

#c_measuring.p_warpage .section_acquisition_method .measuring_table {
  min-width: 580px;
  width: 100%;
}

#c_measuring.p_warpage .section_acquisition_method .measuring_table thead th:first-child {
  width: 16%;
}

#c_measuring.p_warpage .section_acquisition_method .calculation_table thead th {
  text-align: center;
}

#c_measuring.p_warpage .section_acquisition_method .calculation_table {
  min-width: 580px;
  width: 100%;
}

#c_measuring.p_warpage .section_acquisition_method .calculation_table thead th:first-child {
  width: 16%;
}

#c_measuring.p_warpage .section_acquisition_method .calculation_table .desc {
  border-bottom: none;
}

#c_type.p_laser_1d .section_multicolor_confocal tbody th {
  width: 240px;
}

#c_type.p_laser_1d .section_triangular_distance .keyimage1 .prt_flexbox {
  margin: 0 0 20px;
}

#c_type.p_laser_1d .section_triangular_distance .keyimage1 .item {
  flex-basis: 286px;
  margin: 0 20px;
}

#c_type.p_laser_1d .section_confocal .keyimage2 {
  margin: 0 auto;
  max-width: 780px;
}

#c_type.p_laser_1d .section_confocal .keyimage2 .prt_flexarrows {
  margin: 0 0 20px;
}

#c_application .main_contents .prt_main_section .prt_columns {
  flex-wrap: nowrap;
}

#c_application .main_contents .prt_main_section .prt_columns .item.narrow {
  flex-basis: 280px;
}

#c_application .main_contents .prt_main_section .prt_columns .item.wide {
  flex: 1 1 auto;
}

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

#c_download .download_list li {
  flex-basis: calc((100% - 66px) / 3);
  width: calc((100% - 66px) / 3);
  border: 1px solid #d6d6d6;
}

#c_download .download_list a {
  display: block;
  padding: 20px;
  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 .image {
  margin: 0 0 20px;
  text-align: center;
  font-size: 0;
}

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

#c_download .download_list .name {
  margin: 0 0 15px;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 19px;
  overflow-wrap: break-word;
}

#c_download .download_list .ss_download_btn {
  opacity: 1;
}

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

/* Media Screen
------------------------------- */
@media screen and (min-width: 641px), print {
  .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%;
  }

  #header .list_box .tel_modal {
    display: none !important;
  }

  #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 {
    position: relative;
    flex: 1;
  }

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

  #globalnav .ac_btn .button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    opacity: 1.0;
  }

  #globalnav .nav_item:not(.comingsoon):hover .ac_btn .button,
  #globalnav .nav_item:not(.comingsoon).current .ac_btn .button {
    background: #2880c8;
  }

  #globalnav .ac_btn .label {
    position: relative;
    display: block;
    flex: 1 1 auto;
    padding: 10px 24px;
    color: #fff;
    line-height: 1.25;
  }

  #globalnav .ac_btn .label::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 22px;
    background: #fff;
    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: #fff transparent transparent;
    content: "";
    transform: translate(0, -50%);
  }

  #globalnav .nav_item:hover .ac_btn .label,
  #globalnav .nav_item.current .ac_btn .label {
    background: #2880c8;
  }

  #globalnav .nav_item.comingsoon .ac_btn .label {
    background: #3998e5;
    color: rgba(255, 255, 255, 0.5);
  }

  #globalnav .comingsoon .ac_btn .label::after {
    content: none;
  }

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

  #globalnav .megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 340px;
    background: #2880c8;
  }

  #globalnav .nav_list {
    margin: 0 auto;
    padding: 16px;
    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 #fff;
    content: "";
  }

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

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

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

  #globalnav .nav_list .pagelist,
  #globalnav .nav_list .sublinks {
    padding-left: 1em;
  }

  #globalnav .nav_list .sublinks a::before {
    top: 50%;
    width: 4px;
    height: 2px;
    border: none;
    background: #fff;
    transform: translate(0, -50%);
  }

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

  #footer .sitemap {
    padding: 30px 0;
    background: #3998e5;
    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 -25px;
  }

  #p_home .index_nav .nav_item {
    display: flex;
    flex-direction: column;
    flex: 1 1 384px;
    margin: 0 25px 36px;
    background: #e6eef4;
  }

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

  #p_home .index_nav .nav_item .ac_btn::after {
    display: block;
    height: 90px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }

  #p_home .index_nav .nav_item.basic .ac_btn::after {
    background-image: url(../../../../../img/ss/products/measure/library/thumb_basic_001.jpg);
  }

  #p_home .index_nav .nav_item.measuring .ac_btn::after {
    background-image: url(../../../../../img/ss/products/measure/library/thumb_measuring_001.jpg);
  }

  #p_home .index_nav .nav_item.type .ac_btn::after {
    background-image: url(../../../../../img/ss/products/measure/library/thumb_type_001.jpg);
  }

  #p_home .index_nav .nav_item.application .ac_btn::after {
    background-image: url(../../../../../img/ss/products/measure/library/thumb_application_001.jpg);
  }

  #p_home .index_nav .nav_item .ac_btn .label {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: #3998e5 no-repeat right center;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
  }

  #p_home .index_nav .nav_item .ac_btn .label:hover {
    background: #2880c8;
  }

  #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_cont {
    display: block !important;
    flex: 1 1 auto;
    padding: 16px;
  }

  #p_home .index_nav .nav_list {
    display: block !important;
    padding: 0 !important;
    min-height: 120px;
  }

  #p_home .index_nav .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    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 .pagelist,
  #p_home .index_nav .nav_list .sublinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -3px;
  }

  #p_home .index_nav .nav_list .pagelist&gt;*,
  #p_home .index_nav .nav_list .sublinks&gt;* {
    margin: 4px 8px;
  }

  #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 {
    font-size: 15px;
    line-height: 1.4;
  }

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

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

  #p_home .index_nav .nav_list .pagelist,
  #p_home .index_nav .nav_list .sublinks {
    overflow: hidden;
    margin-bottom: 8px;
    margin-left: 0.5em;
  }

  #p_home .index_nav .nav_list .pagelist .subpage,
  #p_home .index_nav .nav_list .sublinks .subpage {
    position: relative;
  }

  #p_home .index_nav .nav_list .pagelist .subpage::before,
  #p_home .index_nav .nav_list .sublinks .subpage::before {
    position: absolute;
    top: 50%;
    left: -9px;
    width: 1px;
    height: 10px;
    background: #ccc;
    content: "";
    transform: translate(0, -50%);
  }

  #p_home .index_nav .nav_list .pagelist a,
  #p_home .index_nav .nav_list .sublinks a {
    padding: 0;
  }

  #p_home .index_nav .nav_list .pagelist a::before,
  #p_home .index_nav .nav_list .sublinks a::before {
    content: none;
  }

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

  #p_home .index_nav .nav_item.comingsoon::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.comingsoon .nav_cont {
    position: relative;
  }

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

  #p_home .index_nav .nav_item.comingsoon .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%);
  }
}

@media screen and (min-width: 641px) and (max-width: 768px) {}

@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 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 {
    flex-basis: 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 {
    flex-basis: 345px;
  }

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

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

  .prt_columns.col2 {
    margin: 20px -10px;
  }

  .prt_columns.col2&gt;.item,
  .prt_columns.col2&gt;.item.narrow,
  .prt_columns.col2&gt;.item.wide,
  .prt_columns.col3&gt;.item {
    flex-basis: calc(50% - 20px);
    margin: 10px;
  }

  .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 .download_list li {
    flex-basis: calc(50% - 22px);
    margin: 10px;
    width: calc(50% - 22px);
  }
}

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

  .contents_wrap {
    padding: 0 15px;
  }

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

  .follow_header {
    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: none;
    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: none;
    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 3px;
    width: 22px;
    height: 30px;
  }

  #header .list_box .tel_modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
  }

  #header .list_box .tel_modal .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  #header .list_box .tel_modal .numbers {
    position: absolute;
    top: 50%;
    right: 16px;
    left: 16px;
    transform: translate(0, -50%);
  }

  #header .list_box .tel_modal .close_btn {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 32px;
    height: 32px;
    background: #000;
    cursor: pointer;
  }

  #header .list_box .tel_modal .close_btn::before,
  #header .list_box .tel_modal .close_btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transform-origin: center;
  }

  #header .list_box .tel_modal .close_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #header .list_box .tel_modal .close_btn::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  #header .list_box .tel_modal a {
    display: block;
    margin: 8px 0;
    padding: 16px;
    border-radius: 4px;
    background: #00284a;
    font-size: 16px;
    opacity: 1;
  }

  #header .list_box .tel_modal a::before {
    content: none;
  }

  #header .list_box .tel_modal span {
    display: none;
  }

  #header .list_box .tel_modal.opened {
    display: block;
  }

  #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 .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 16px;
    background: #3998e5 no-repeat right center;
  }

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

  #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;
    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 #3998e5;
    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_list .pagelist,
  #globalnav .nav_inner&gt;ul .nav_list .sublinks {
    padding-left: 1em;
  }

  #globalnav .nav_inner&gt;ul .nav_list .sublinks a::before {
    top: 50%;
    width: 4px;
    height: 2px;
    border: none;
    background: #3998e5;
    transform: translate(0, -50%);
  }

  #globalnav .nav_inner&gt;ul .nav_item.comingsoon {
    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 {
    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: 14px;
    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: #fff;
  }

  #cv_contact .fixed_wrapper .inner {
    display: block;
    padding: 0;
    width: auto;
    background-color: #3998e5;
  }

  #cv_contact .fixed_wrapper .inner p {
    display: block;
    padding: 8px 0;
    width: 100%;
    text-align: center;
  }

  #cv_contact .fixed_wrapper .inner p a {
    display: block;
    padding: 4px;
  }

  #cv_contact .fixed_wrapper .inner ul {
    width: 100%;
  }

  #cv_contact .fixed_wrapper .inner li {
    margin: 0;
    width: 50%;
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner .catalog,
  #cv_contact .fixed_wrapper .inner .contact {
    border-right: none;
    border-left: none;
  }

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

  .cv_area .banner {
    display: block;
    padding: 16px;
  }

  .cv_area .thumb {
    margin: 0 0 16px;
    text-align: center;
  }

  .cv_area .lead {
    font-size: 18px;
  }

  .cv_area .ss_download_btn .txt01 {
    padding-right: 24px;
  }

  .products_list_wrap {
    margin-top: 30px;
  }

  .products_list_wrap .products_list {
    display: block;
  }

  .prt_main_section {
    margin: 20px 0 40px;
  }

  .prt_sub_section {
    margin: 20px 0;
  }

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

  .prt_cat_archive .catname {
    font-size: 100%;
  }

  .prt_cat_archive .category {
    overflow: visible;
    margin: 20px 0;
    padding: 15px 5px;
  }

  .prt_cat_archive .subpages li {
    float: none;
    margin: 0 0 5px;
    width: auto;
  }

  .prt_thumb_index::before,
  .prt_thumb_index::after {
    display: block;
    order: 10;
    flex: 1 1 120px;
    margin: 0 8px;
    content: "";
  }

  .prt_thumb_index li {
    flex: 1 1 120px;
  }

  .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 {
    display: block;
    padding: 16px;
    max-width: none;
    width: 100%;
    line-height: inherit;
  }

  .ss_subpage_bnr .banner .inner {
    margin: 16px 0 0;
  }

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

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

  .prt_banner_01 .banner {
    display: block;
  }

  .prt_banner_01 .thumb {
    margin: 0 0 16px;
  }

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

  .prt_banner_01 .button .txt01 {
    padding-right: 24px;
  }

  .prt_series_bnr_01 {
    display: block;
  }

  .prt_series_bnr_01 .thumb {
    margin: 0;
  }

  .prt_columns,
  .prt_columns.col2,
  .prt_columns.col3 {
    display: block;
    margin: 20px 0;
  }

  .prt_columns.col2&gt;.item,
  .prt_columns.col2&gt;.item.narrow,
  .prt_columns.col2&gt;.item.wide,
  .prt_columns.col3&gt;.item {
    margin: 0 0 20px;
  }

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

  .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: 6px 8px 4px;
    background: #f3f3f3;
  }

  .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&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_txt.type_03&gt;tbody&gt;tr {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_txt.type_03&gt;tbody&gt;tr:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_03&gt;tbody&gt;tr&gt;th,
  .prt_rsp_tbl.spmode_txt.type_03&gt;tbody&gt;tr&gt;td {
    padding: 0 10px;
    border: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_03&gt;tbody&gt;tr&gt;td {
    background: none;
  }

  .prt_rsp_tbl.spmode_txt.type_03&gt;caption.head,
  .prt_rsp_tbl.spmode_txt.type_03 tbody&gt;tr&gt;th {
    text-indent: 0;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_03&gt;caption.head {
    padding: 8px 10px 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_03&gt;tbody&gt;tr:first-child&gt;th:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_03&gt;tbody&gt;tr&gt;th+td {
    margin-top: 10px;
  }

  .prt_rsp_tbl.spmode_txt.type_03&gt;tbody&gt;tr&gt;th {
    padding: 8px 10px 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_03 [data-label] {
    display: flex;
  }

  .prt_rsp_tbl.spmode_txt.type_03 td:not([data-label]) {
    margin-top: 8px;
  }

  .prt_rsp_tbl.spmode_txt.type_03 [data-label]::before {
    flex: 0 0 auto;
    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: #f3f3f3;
    color: #333;
  }

  .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_voices .voice {
    flex-direction: column;
    margin-bottom: 0;
  }

  .prt_voices .voice .person {
    display: flex;
    align-items: flex-end;
    flex: 0 0 auto;
  }

  .prt_voices .voice .person::before {
    padding: 0;
    width: 54px;
    height: 66px;
  }

  .prt_voices .voice .person .label {
    margin: 0 8px;
  }

  .prt_voices .voice .person,
  .prt_voices .voice .lines {
    margin: 0 18px 24px;
  }

  .prt_voices .voice .lines::before {
    top: auto;
    bottom: 100%;
  }

  .prt_voices .voice.customer .lines::before {
    right: auto;
    left: 18px;
    border-width: 0 8px 16px;
    border-color: transparent transparent #eee;
  }

  .prt_voices .voice.keyence .person {
    order: 0;
    align-self: flex-end;
  }

  .prt_voices .voice.keyence .person::before {
    order: 2;
  }

  .prt_voices .voice.keyence .lines::before {
    right: 18px;
    left: auto;
    border-width: 0 8px 16px;
    border-color: transparent transparent #e2f1fd;
  }

  .prt_accordion_box .item {
    margin: 20px 0;
  }

  .prt_accordion_box .accordion_header {
    padding: 8px;
    border-width: 1px;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
  }

  .prt_accordion_box .accordion_header::before {
    display: none;
  }

  .prt_accordion_box .accordion_header .thumb {
    align-self: center;
    flex-basis: 72px;
    margin-right: 8px;
  }

  .prt_accordion_box .accordion_header .content {
    padding: 0;
  }

  .prt_accordion_box .accordion_header .title {
    margin: 0;
    font-size: 100%;
  }

  .prt_accordion_box .accordion_header .examples {
    margin: 0 0 8px;
  }

  .prt_accordion_box .accordion_header .button {
    min-width: 0;
    width: 100%;
    border: none;
  }

  #p_home .site_body {
    padding: 0;
  }

  #p_home .mainvisual {
    padding: 0;
    background: none;
  }

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

  #p_home .index_nav .nav_menu .js_accnav_item .ac_btn {
    position: relative;
    padding: 12px 40px 12px 16px;
    border-bottom: 1px solid #fff;
    background: #3998e5 no-repeat right center;
  }

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

  #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 {
    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;
    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 #3998e5;
    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_list .pagelist,
  #p_home .index_nav .nav_menu .nav_list .sublinks {
    padding-left: 1em;
  }

  #p_home .index_nav .nav_menu .nav_list .sublinks a::before {
    top: 50%;
    width: 4px;
    height: 2px;
    border: none;
    background: #3998e5;
    transform: translate(0, -50%);
  }

  #p_home .index_nav .nav_menu .nav_item.comingsoon {
    display: none;
  }

  #c_basic.p_laser_safety tbody th {
    width: 100%;
  }

  #c_basic.p_calibration tbody th {
    width: 100%;
  }

  #c_measuring.p_thickness .section_sandwich_thickness .reference_image {
    display: block;
    width: auto;
  }

  #c_measuring.p_thickness .section_sandwich_thickness .reference_image .desc {
    margin: 8px 0 0;
    text-align: center;
  }

  #c_measuring.p_vibration .vs_table_01,
  #c_measuring.p_vibration .vs_table_01 thead,
  #c_measuring.p_vibration .vs_table_01 tbody,
  #c_measuring.p_vibration .vs_table_01 tr,
  #c_measuring.p_vibration .vs_table_01 th,
  #c_measuring.p_vibration .vs_table_01 td {
    display: block;
    width: 100%;
  }

  #c_measuring.p_vibration .vs_table_01 th {
    padding: 0;
  }

  #c_measuring.p_vibration .vs_table_01 th .label {
    display: block;
  }

  #c_type.p_laser_1d .section_multicolor_confocal tbody th {
    width: 100%;
  }

  #c_type.p_laser_1d .section_triangular_distance .keyimage1 .item {
    margin: 0 0 20px;
  }

  #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 .download_list li {
    margin: 0 0 20px;
    width: auto;
  }
}

@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;
  }
}
</pre></body></html>