@charset "UTF-8";

/* General
------------------------------ */
body {
  min-width: 0;

  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main {
  display: block;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  line-height: 1.6;
  -webkit-transform: none !important;
  transform: none !important;
}
.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper a {
  transition: none;
}

.contents_wrap {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px;
}
.contents_wrap:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* Header
------------------------------- */
#header {
  overflow: hidden;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
#header .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
#header .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#header .site_title {
  float: left;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
#header .site_title img {
  max-width: 100%;
  height: auto;
}
#header a {
  text-decoration: none;
}
#header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  float: right;
  width: 320px;
}
#header ul li {
  float: left;
  width: 198px;
  min-height: 38px;
}
#header ul 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 ul li a:before {
  display: table-cell;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
#header ul li a .label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 3px 4px;
}
#header ul li a .label > span {
  display: none;
  font-weight: bold;
}
#header ul .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}
#header ul .btn_download a:before {
  width: 18px;
  background-image: url(/img/ss/common/bg_icon_dl_001.png);
}
#header ul .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #338138;
}
#header ul .btn_contact a:before {
  width: 24px;
  background-image: url(/img/ss/common/bg_icon_contact_001.png);
}
#header ul .btn_tel {
  display: none;
  background-color: #00284a;
}
#header ul .btn_tel a:before {
  background-image: url(/img/ss/common/bg_icon_tel_001.png);
}
#header .logo {
  float: right;
  margin-left: 10px;
  width: 93px;
  line-height: 1;
}
#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}
#header .logo a img {
  height: auto;
}
#header .js_menu_button {
  display: none;
}
#header .inner.large_size .logo {
  width: 142px;
}

/* Globalnav
------------------------------- */
#globalnav {
  position: relative;
  z-index: 1001;
  height: 60px;
}
#globalnav .fixed_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
#globalnav .fixed_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 0;
  content: "";
  font-size: 0;
}
#globalnav .nav_menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
#globalnav .maincat {
  position: relative;
  float: left;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 25%;
}
#globalnav .maincat:hover .ac_btn a {
  background: #057aa3;
  color: #fff;
  opacity: 0.7;
}
#globalnav .maincat:hover .sub_menu {
  visibility: visible;
  opacity: 1;
}
#globalnav .ac_btn {
  display: table;
  width: 100%;
  height: 60px;
}
#globalnav .ac_btn a {
  display: table-cell;
  padding: 8px 5px 5px;
  width: 100%;
  background: #fff;
  color: #1e1e1e;
  vertical-align: middle;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
#globalnav .ac_btn a > span {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
#globalnav .sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 100%;
  border-top: 1px solid #dff0e1;
  border-right: 1px solid #dff0e1;
  border-left: 1px solid #dff0e1;
  opacity: 0;
  transition: opacity 0.2s;
}
#globalnav .subcat {
  border-bottom: 1px solid #dff0e1;
}
#globalnav .subcat > a {
  display: block;
  padding: 15px 18px;
  background: #fff;
  color: #057aa3;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  transition: background-color 0.2s;
}
#globalnav .subcat > a:hover {
  background-color: #ececec;
  opacity: 1;
}
#globalnav .maincat.dl_page .ac_btn a {
  background: rgba(3, 35, 51, 0.8);
  color: #fff;
  transition: opacity 0.2s;
}
#globalnav .maincat.dl_page .ac_btn a:hover {
  opacity: 0.8;
}
#globalnav .maincat.dl_page .ac_btn a > span {
  padding: 5px 0 5px 30px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
  text-align: left;
  font-size: 15px;
  line-height: 1.267;
}
#globalnav .sp_nav_cv {
  display: none;
}
@media screen and (min-width: 769px) {
  #globalnav .fixed_wrapper[data-fixed-state="2"] {
    position: fixed;
  }
  #globalnav .js_accnav_only_sp .js_accnav_cont {
    display: block !important;
  }
}

/* Breadcrumbs
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #f2f2f2;
}
#breadcrumb a {
  color: #06c;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb ul,
#breadcrumb ol {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 960px;
  text-align: left;
}
#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}
#breadcrumb li:after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  content: "";
  vertical-align: 2px;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li:last-child:after {
  display: none;
}

/* Container
--------------------------- */
#container {
  padding: 0 0 100px;
}
#container > .contents_wrap *:last-child {
  margin-bottom: 0;
}

/* CV Bottom
------------------------------- */
#cv_bottom {
  position: relative;
  width: 100%;
  height: 68px;
}
#cv_bottom a {
  text-decoration: none;
}
#cv_bottom .fixed_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: visible;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #032333;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}
#cv_bottom .fixed_wrapper .inner {
  overflow: hidden;
  box-sizing: content-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
#cv_bottom .telno {
  position: relative;
  float: left;
  width: calc(100% - 475px);
}
#cv_bottom .telno a {
  padding-left: 30px;
  opacity: 1;
  cursor: default;
}
#cv_bottom .telno a::before {
  position: absolute;
    top: calc(50% + 1px);
    left: 0;
    display: block;
    content: "";
    width: 30px;
    height: 38px;
    background: url(/img/ss/common/bg_icon_tel_001.png) no-repeat center center;
    transform: translateY(-50%);
    background-size: 75% 75%;
}
#cv_bottom .buttons {
  float: right;
  width: 465px;
}
#cv_bottom .button {
  display: table;
  float: left;
  margin: 0 0 0 5px;
  width: 230px;
  height: 46px;
  vertical-align: middle;
}
#cv_bottom .button:first-child {
  margin: 0;
}
#cv_bottom .button a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: none;
}
#cv_bottom .button a > i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}
#cv_bottom .button a > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#cv_bottom .button a > span {
  display: inline-block;
  margin-top: 2px;
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#cv_bottom .button.catalog {
  background: #e60012;
}
#cv_bottom .button.catalog > a span {
  margin-left: -4.8%;
}
#cv_bottom .button.catalog > a i:before {
  width: 18px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
}
#cv_bottom .button.contact {
  background: #338138;
}
#cv_bottom .button.contact > a span {
  margin-left: -3.8%;
}
#cv_bottom .button.contact > a i:before {
  width: 24px;
  height: 24px;
  background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
}
#cv_bottom .pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  margin: 0 -590px 0 0;
  width: 50px;
  font-size: 0;
}
#cv_bottom .pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #1e1e1e;
  font-size: 0;
  transition: none;
}
#cv_bottom .pagetop a:before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cv_bottom .pagetop a:after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #1e1e1e;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cv_bottom .pagetop a:hover {
  opacity: 0.7 !important;
}

/* Footer
------------------------------- */
#footer .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}
#footer .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
#footer .copy {
  padding: 20px 0;
  border-top: 1px solid rgba(15, 66, 92, 0.25);
  background-color: #032333;
}
#footer .copy a {
  text-decoration: none;
}
#footer .copy p {
  float: left;
  width: 60%;
  color: #fff;
  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 rgba(255, 255, 255, 0.2);
}
#footer .copy ul li:last-child {
  border-right: none;
}
#footer .copy ul li a {
  color: #fff;
  font-size: 12px;
  opacity: 1;
}
#footer .copy ul li a:hover {
  text-decoration: underline;
}

/* Main Contents
--------------------------------- */
.main_contents {
  font-size: 16px;
}
.main_contents p {
  margin: 0 0 15px;
}
.main_contents a {
  color: #06c;
  text-decoration: underline;
  opacity: 1;
}
.main_contents a:hover {
  text-decoration: none;
}
.main_contents a span {
  text-decoration: inherit;
}
.main_contents a:hover {
  text-decoration: none;
}
.main_contents .page_header {
  margin: 0 0 30px;
  background: #057aa3;
}
.main_contents .page_header .title {
  display: table;
  margin: 0 auto;
  max-width: 1010px;
  width: 100%;
  height: 120px;
}
.main_contents .page_header .title > .cell {
  display: table-cell;
  padding: 10px 15px 8px;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.313;
}
.main_contents .ss_download_btn {
  text-decoration: none;
}
.main_contents .ss_download_btn:hover {
  opacity: 0.7;
}

.main_contents {
  color: #333;
}

/* SUB Page Bnr */
.ss_subpage_box {
  margin: 0 auto;
  max-width: 533px;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr {
  overflow: hidden;
  width: 100%;
}
.ss_subpage_box .ss_subpage_bnr > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  max-width: 533px;
  border: 1px solid #057aa3;
  background: #fff;
  color: #333;
  font-size: 14px;
}
.ss_subpage_box .ss_subpage_bnr > a .img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 104px;
  border: 1px solid #ccc;
}
.ss_subpage_box .ss_subpage_bnr > a .img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ss_subpage_box .ss_subpage_bnr > a .inner {
  min-height: 148px;
  position: relative;
  margin-right: 114px;
  padding-bottom: 43px;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .title {
  font-size : 18px;
  font-weight : bold;
  color : #057aa3;
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #057aa3;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .title span {
  color: inherit;
  font-weight: bold;
  font-size: 18px;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .txt {
  color: inherit;
  font-size: inherit;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #e24141;
  background: linear-gradient(#e24141, #ca1616);
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 80%;
}
.ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn span {
  display: inline-block;
  width: 100%;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
.ss_subpage_box .ss_subpage_bnr > .ss_subpage_btn {
  color: #333;
  text-decoration: none;
}
.ss_subpage_box .ss_subpage_bnr > .ss_subpage_btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.ss_subpage_box a{
  text-decoration : none;
}
.ss_subpage_box:hover{
  opacity : 0.7;
}
/* CV Right
------------------------------- */
.cv_right {
  position: absolute;
  top: 320px;
  left: 50%;
  margin: 0 0 180px 520px;
  width: 230px;
}
.cv_right a,
.cv_right .banner {
  display: block;
}
.cv_right a {
  background: #fff;
  opacity: 1;
}
.cv_right .banner .caption {
  padding: 3px 5px 4px;
  background: #057aa3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
}
.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 #057aa3;
}
.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: 0 0 0 7px;
  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 .caption {
  padding: 5px 5px 4px;
  background: #032333;
  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 Area
------------------------------- */
/* Override Base
------------------------------- */
/* Modules
------------------------------- */
.prt_main_section {
  margin: 30px 0 60px;
}

.prt_sub_section {
  margin: 30px 0 40px;
}

.prt_header_01 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px 20px 18px;
  background: #032333;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
}
.prt_header_01 .cat {
  margin: 0 0 5px;
  font-size: 16px;
}

.prt_header_02 {
  position: relative;
  margin: 20px 0;
  padding: 10px 10px 8px 22px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f3f3f3;
  font-weight: bold;
  font-size: 22px;
}
.prt_header_02:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background: #057aa3;
  content: "";
}

.prt_header_03 {
  position: relative;
  margin: 20px 0;
  padding: 4px 0 16px 20px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.25;
}
.prt_header_03:before {
  position: absolute;
  top: 0;
  bottom: 16px;
  left: 0;
  width: 5px;
  background: #057aa3;
  content: "";
}

.prt_header_04 {
  margin: 10px 0 14px;
  padding: 10px 20px 8px;
  background: #eaf0f7;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}

.prt_header_05 {
  margin: 10px 0;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.444;
}

.prt_lead_01 {
  color: #057aa3;
  font-weight: bold;
  font-size: 20px;
}

.prt_alpha_list_02.caption {
  text-align: center;
}

.prt_inblock {
  display: inline-block;
}

.prt_bold {
  font-weight: bold;
}

.prt_small {
  font-size: 13px;
}

.prt_linktext_01 {
  text-align: right;
}
.prt_linktext_01 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  vertical-align: bottom;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
}
.prt_linktext_01 a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #057aa3;
  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 {
  content: "\00203b";
}

.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 {
  margin: 0 0 25px;
  padding: 7px 12px 15px;
  border: 2px solid #032333;
  font-size: 0;
}
.prt_anchor_list_01 li {
  position: relative;
  display: inline-block;
  margin: 8px 8px 0;
  padding-left: 14px;
  font-size: 14px;
}
.prt_anchor_list_01 li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 9px 4.5px 0;
  border-style: solid;
  border-color: #057aa3 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 25px;
}
.prt_anchor_list_02 > li {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  width: 48%;
  width: calc(50% - 5px);
}
.prt_anchor_list_02 > li:first-child,
.prt_anchor_list_02 > li:first-child + li {
  margin-top: 0;
}
.prt_anchor_list_02 > li:nth-of-type(2n+1) {
  margin-left: 0;
}
.prt_anchor_list_02 > li a {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #032333;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.571;
  opacity: 1;
}
.prt_anchor_list_02 > li a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #032333;
  border-bottom: 2px solid #032333;
  content: "";
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.prt_anchor_list_02 > li a .label {
  display: table-cell;
  padding: 8px 20px 8px 40px;
  vertical-align: middle;
}
.prt_anchor_list_02 > li a:hover {
  background: #032333;
  color: #fff;
}
.prt_anchor_list_02 > li a:hover:before {
  border-color: #fff;
}

.prt_anchor_list_03 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 25px;
}
.prt_anchor_list_03 > li {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  width: 48%;
  width: calc(50% - 5px);
}
.prt_anchor_list_03 > li:first-child,
.prt_anchor_list_03 > li:first-child + li {
  margin-top: 0;
}
.prt_anchor_list_03 > li:nth-of-type(2n+1) {
  margin-left: 0;
}
.prt_anchor_list_03 > li a {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #032333;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.571;
  opacity: 1;
}
.prt_anchor_list_03 > li a:hover {
  background: #032333;
  color: #fff;
}
.prt_anchor_list_03 > li a .label {
  display: table-cell;
  padding: 8px 40px 8px 20px;
  vertical-align: middle;
}
.prt_anchor_list_03 > li a .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 1px solid #032333;
  background: #fff;
}
.prt_anchor_list_03 > li a .icon i {
  position: absolute;
  top: 6px;
  left: 50%;
  overflow: hidden;
  margin-left: -4px;
  width: 8px;
  height: 5px;
}
.prt_anchor_list_03 > li a .icon i:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #032333;
  border-bottom: 2px solid #032333;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.prt_page_index {
  overflow: hidden;
  margin: 24px 0;
  padding: 11px 24px 20px;
  border-top: 1px dotted #032333;
  border-bottom: 1px dotted #032333;
}
.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;
  vertical-align: bottom;
  line-height: 1.4;
  line-height: 1.625;
}
.prt_page_index li a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #057aa3;
  content: "";
}
.prt_page_index li a:before {
  top: 0.45em;
  border-width: 4.5px 0 4.5px 9px;
}

.prt_disc_list {
  margin: 15px 0;
  padding-left: 1.5em;
  list-style: disc outside;
}

.prt_ordered_list {
  margin: 15px 0;
  padding-left: 1.5em;
  list-style: decimal outside;
}

.prt_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: 0;
  text-align: left;
}
.prt_alpha_list_02 li {
  display: inline-block;
  padding-right: 10px;
}

.prt_link_list {
  margin: 15px 0;
  list-style: none;
}
.prt_link_list > li > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #333;
  vertical-align: bottom;
  text-decoration: none;
  line-height: 1.4;
}
.prt_link_list > li > a:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 9px;
  height: 9px;
  border-right: 3px solid #057aa3;
  border-bottom: 3px solid #057aa3;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.prt_link_list > li > a:hover {
  text-decoration: underline;
  opacity: 1;
}

ul.prt_notes_list,
ol.prt_notes_list {
  margin: 15px 0;
  list-style: none;
  font-size: 13px;
}

ul.prt_notes_list {
  padding-left: 1em;
  text-indent: -1em;
}
ul.prt_notes_list > li:before {
  content: "\00203b";
}

ol.prt_notes_list {
  padding-left: 2.5em;
  counter-reset: prt-ordered-notes;
  text-indent: -2.5em;
}
ol.prt_notes_list > li {
  counter-increment: prt-ordered-notes;
}
ol.prt_notes_list > li:before {
  display: inline-block;
  width: 2.5em;
  content: "※" counter(prt-ordered-notes);
  text-indent: 0;
}

.prt_defines_01,
.prt_defines_02,
.prt_disc_def,
.prt_ordered_def,
.prt_alpha_def {
  margin: 30px 0;
}
.prt_defines_01 > .item,
.prt_defines_02 > .item,
.prt_disc_def > .item,
.prt_ordered_def > .item,
.prt_alpha_def > .item,
.prt_defines_01 > .term,
.prt_defines_02 > .term,
.prt_disc_def > .term,
.prt_ordered_def > .term,
.prt_alpha_def > .term {
  margin: 20px 0 0;
}
.prt_defines_01 > .item + *,
.prt_defines_02 > .item + *,
.prt_disc_def > .item + *,
.prt_ordered_def > .item + *,
.prt_alpha_def > .item + *,
.prt_defines_01 > .term + *,
.prt_defines_02 > .term + *,
.prt_disc_def > .term + *,
.prt_ordered_def > .term + *,
.prt_alpha_def > .term + * {
  margin-top: 0;
}
.prt_defines_01 > .item:first-child,
.prt_defines_02 > .item:first-child,
.prt_disc_def > .item:first-child,
.prt_ordered_def > .item:first-child,
.prt_alpha_def > .item:first-child,
.prt_defines_01 > .term:first-child,
.prt_defines_02 > .term:first-child,
.prt_disc_def > .term:first-child,
.prt_ordered_def > .term:first-child,
.prt_alpha_def > .term:first-child {
  margin-top: 0;
}
.prt_defines_01 > .item > .term,
.prt_defines_02 > .item > .term,
.prt_disc_def > .item > .term,
.prt_ordered_def > .item > .term,
.prt_alpha_def > .item > .term,
.prt_defines_01 > .term,
.prt_defines_02 > .term,
.prt_disc_def > .term,
.prt_ordered_def > .term,
.prt_alpha_def > .term {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
}
.prt_defines_01 > .desc > *:first-child,
.prt_defines_02 > .desc > *:first-child,
.prt_disc_def > .desc > *:first-child,
.prt_ordered_def > .desc > *:first-child,
.prt_alpha_def > .desc > *:first-child {
  margin-top: 0;
}
.prt_defines_01 > .desc > *:last-child,
.prt_defines_02 > .desc > *:last-child,
.prt_disc_def > .desc > *:last-child,
.prt_ordered_def > .desc > *:last-child,
.prt_alpha_def > .desc > *:last-child {
  margin-bottom: 0;
}

.prt_defines_02 {
  counter-reset: def2;
}
.prt_defines_02 > .term,
.prt_defines_02 > .item > .term {
  padding-left: 1em;
  counter-increment: def2;
  text-indent: -1em;
}
.prt_defines_02 > .term:before,
.prt_defines_02 > .item > .term:before {
  display: inline-block;
  width: 1em;
  content: counter(def2,disc);
  text-indent: 0;
}

.prt_disc_def {
  counter-reset: def-disc;
}
.prt_disc_def > .item,
.prt_disc_def > .term {
  counter-reset: def-disc;
}
.prt_disc_def > .desc {
  padding: 0 0 0 1.5em;
  counter-increment: def-disc;
  text-indent: -1.5em;
}
.prt_disc_def > .desc:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  content: counter(def-order,disc);
  text-align: right;
  white-space: nowrap;
}

.prt_ordered_def {
  counter-reset: def-order;
}
.prt_ordered_def > .item,
.prt_ordered_def > .term {
  counter-increment: def-order;
}
.prt_ordered_def > .item > .term,
.prt_ordered_def > .term {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.prt_ordered_def > .item > .term:before,
.prt_ordered_def > .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 > .item,
.prt_alpha_def > .term {
  counter-increment: def-alpha;
}
.prt_alpha_def > .item > .term,
.prt_alpha_def > .term {
  padding: 0 0 0 1.625em;
  text-indent: -1.625em;
}
.prt_alpha_def > .item > .term:before,
.prt_alpha_def > .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_catalog_box {
  margin: 60px 0;
}
.prt_catalog_box a{
 text-decoration : none;
}
.prt_catalog_box > .banner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 27px 205px 27px 35px;
  min-height: 256px;
  border: 3px solid #057aa3;
}
.prt_catalog_box > .banner:hover {
  text-decoration: none;
}
.prt_catalog_box > .banner .ttl {
  margin-bottom: 15px;
  color: #057aa3;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
}
.prt_catalog_box > .banner .img {
  position: absolute;
  top: 27px;
  right: 35px;
}
.prt_catalog_box > .banner .img img {
  border: 1px solid #ccc;
}
.prt_catalog_box > .banner .txt {
  margin-bottom: 15px;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 15px;
  line-height: 2em;
}
.prt_catalog_box > .banner .btn {
  position: relative;
  display: block;
  padding: 16px 20px 14px 30px;
  max-width: 100%;
  width: 315px;
  background: #dc2426;
  box-shadow: 0 4px 8px 0 rgba(15, 66, 92, 0.3);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.prt_catalog_box > .banner .btn:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.prt_catalog_box:hover{
  opacity : 0.7;
}
.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: 42px;
}
.ss_download_btn.type02 {
  max-width: 380px;
  height: 60px;
}
.ss_download_btn.type03,
.ss_download_btn.type05 {
  padding-right: 8px;
  padding-left: 8px;
  max-width: 160px;
  height: 30px;
}
.ss_download_btn.type04 {
  padding-right: 4px;
  padding-left: 4px;
  max-width: 110px;
  height: 34px;
  color: #fff;
  font-weight: bold;
}
.ss_download_btn.type05 {
  border-radius: 0 0 5px 5px;
}
.ss_download_btn.icon01 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}
.ss_download_btn.icon02 > span:first-child {
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
}
.ss_download_btn .img01,
.ss_download_btn .img02,
.ss_download_btn .img03 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ss_download_btn .img01 img,
.ss_download_btn .img02 img,
.ss_download_btn .img03 img {
  border: solid 1px #ccc;
}
.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.ss_download_btn .txt05 {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  word-break: break-all;
  font-weight: bold;
}
.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04 {
  padding-left: 30px;
  width: calc(100% - 30px);
  font-size: 17px;
  line-height: 1.2;
}
.ss_download_btn .txt01 {
  padding-right: 60px;
}
.ss_download_btn .txt02 {
  padding-right: 79px;
}
.ss_download_btn .txt03 {
  padding-right: 77px;
}
.ss_download_btn .txt04 {
  padding-right: 104px;
}
.ss_download_btn .txt05 {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1;
}
.ss_download_btn .in_txt1,
.ss_download_btn .in_txt2 {
  display: block;
}
.ss_download_btn .in_txt1 {
  font-size: 14px;
}

.prt_btn_01 {
  text-align: center;
}
.prt_btn_01 a {
  position: relative;
  display: inline-block;
  padding: 10px 24px 8px;
  min-width: 240px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(15, 66, 92, 0.3);
  color: #032333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.prt_btn_01 a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #057aa3;
  border-bottom: 2px solid #057aa3;
  content: "";
  -webkit-transform: translate(-4px, -50%) rotate(-45deg);
  transform: translate(-4px, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.prt_btn_02 {
  position: relative;
  display: inline-block;
  padding: 16px 50px 14px 53px;
  background: #027a0b;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
}
.prt_btn_02:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.prt_download_btn_01 {
  margin: 30px 0;
}
.prt_download_btn_01:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_download_btn_01 .ss_download_btn {
  float: right;
  max-width: 340px;
  border-radius: 0;
  background: #dc2426;
  box-shadow: 0 4px 8px 0 rgba(15, 66, 92, 0.3);
}
.prt_download_btn_01.button2 .ss_download_btn {
  max-width: 380px;
}

.prt_sect_cv {
  margin: 48px 0 0;
}
.prt_sect_cv:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_sect_cv .button {
  width: 48%;
  width: calc(50% - 10px);
}
.prt_sect_cv .button.series {
  float: left;
  clear: left;
}
.prt_sect_cv .button.download {
  float: right;
  clear: right;
}

.prt_series_btn {
  display: table;
  max-width: 380px;
  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;
}

.prt_figure_01 {
  margin: 30px 0;
  text-align: center;
}
.prt_figure_01 .image {
  font-size: 0;
}
.prt_figure_01 .image > *:first-child {
  margin-top: 0;
}
.prt_figure_01 .image > *:last-child {
  margin-bottom: 0;
}
.prt_figure_01 .caption {
  margin: 8px 0;
  color: #333;
  font-size: 14px;
  line-height: 1.615;
}
.prt_figure_01 .caption.left {
  text-align: left;
}
.prt_figure_01 .caption.right {
  text-align: right;
}
.prt_figure_01.frame,
.prt_figure_01 .frame {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.prt_figure_01.frame > *:first-child,
.prt_figure_01 .frame > *:first-child {
  margin-top: 0;
}
.prt_figure_01.frame > *:last-child,
.prt_figure_01 .frame > *:last-child {
  margin-bottom: 0;
}

.prt_columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 30px 0;
}
.prt_columns > .item {
  float: left;
}
.prt_columns > .item > *:first-child {
  margin-top: 0;
}
.prt_columns > .item > *:last-child {
  margin-bottom: 0;
}
.prt_columns.col2 > .item {
  margin: 30px 0 0 40px;
  width: 45%;
  width: calc(50% - 20px);
}
.prt_columns.col2 > .item:first-child,
.prt_columns.col2 > .item:first-child + .item {
  margin-top: 0;
}
.prt_columns.col2 > .item:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.prt_columns.col2 > .item.narrow {
  width: calc((100% - 40px) / 3);
}
.prt_columns.col2 > .item.wide {
  width: calc((100% - 40px) / 3 * 2);
}
.prt_columns.col3 > .item {
  margin: 20px 0 0 20px;
  width: 30%;
  width: calc(((100% - 40px) - 0.3px) / 3);
}
.prt_columns.col3 > .item:first-child,
.prt_columns.col3 > .item:nth-child(2),
.prt_columns.col3 > .item:nth-child(3) {
  margin-top: 0;
}
.prt_columns.col3 > .item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

.prt_image_contents {
  margin: 30px 0;
}
.prt_image_contents:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_image_contents .figure {
  float: right;
  margin: 0 0 20px 40px;
  max-width: 47.2%;
  text-align: center;
}
.prt_image_contents .figure.figure_02 {
  max-width: 60%;
}
.prt_image_contents.left_image .figure {
  float: left;
  margin: 0 40px 20px 0;
}
.prt_image_contents.notaround .desc {
  overflow: hidden;
}

.prt_annotated_image {
  overflow: hidden;
  margin: 30px 0;
}
.prt_annotated_image > .image {
  float: left;
  width: 60%;
  text-align: center;
}
.prt_annotated_image > .image.frame {
  padding: 10px;
  border: 1px solid #ccc;
}
.prt_annotated_image > .image.frame > *:first-child {
  margin-top: 0;
}
.prt_annotated_image > .image.frame > *:last-child {
  margin-bottom: 0;
}
.prt_annotated_image > .annotation {
  float: left;
  padding-left: 40px;
  width: 40%;
}
.prt_annotated_image > .annotation > * {
  margin: 0;
}

.prt_flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0;
}
.prt_flexbox > .item {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 10px;
}
.prt_flexbox > .item:first-child {
  margin-left: 0;
}

.prt_floatbox {
  margin: 30px 0;
}
.prt_floatbox:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_floatbox > * {
  float: left;
  margin-left: 20px;
  width: 45%;
  width: calc(50% - 10px);
}
.prt_floatbox > *:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

.prt_box_01,
.prt_box_02,
.prt_fill_box,
.prt_frame_box {
  margin: 30px 0;
  padding: 32px 40px;
}
.prt_box_01 > *:first-child,
.prt_box_02 > *:first-child,
.prt_fill_box > *:first-child,
.prt_frame_box > *:first-child {
  margin-top: 0;
}
.prt_box_01 > *:last-child,
.prt_box_02 > *:last-child,
.prt_fill_box > *:last-child,
.prt_frame_box > *:last-child {
  margin-bottom: 0;
}
.prt_box_01 > .header,
.prt_box_02 > .header,
.prt_fill_box > .header,
.prt_frame_box > .header {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
}

.prt_box_01 {
  background: #eaf0f7;
}
.prt_box_01 .prt_figure_01 .image {
  background: #fff;
}

.prt_box_02 {
  position: relative;
  padding: 30px 38px 28px;
  border: 3px solid #057aa3;
}
.prt_box_02:before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #057aa3;
  content: "";
}
.prt_box_02 * {
  position: relative;
}

.prt_fill_box {
  background: #eee;
}

.prt_frame_box {
  position: relative;
  border: 1px solid #ccc;
}

.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: #057aa3;
  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 > *:first-child {
  margin-top: 0;
}
.prt_column_box .cont > *:last-child {
  margin-bottom: 0;
}

.prt_search_box {
  margin-top: 35px;
  padding: 24px 30px 20px;
  background: url(/img/ss/products/vision/iv-casestudy/bg_style_001.png);
}
.prt_search_box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_search_box .search_header {
  margin: 0 0 10px;
  color: #057aa3;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.prt_search_box .search_header:before {
  display: inline-block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  background: url(/img/ss/products/vision/iv-casestudy/bg_style_002.png) no-repeat center;
  background-size: contain;
  content: "";
  vertical-align: middle;
  font-size: 0;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.prt_search_box .categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -2px;
}
.prt_search_box .categories .catitem {
  float: left;
  margin: 10px 2px;
  width: 180px;
}
.prt_search_box .categories .catitem > a {
  position: relative;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.prt_search_box .categories .catitem > a:hover {
  opacity: 0.7;
}
.prt_search_box .categories .catitem > a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #057aa3 0%, #2fd1bd 100%);
  content: "";
}
.prt_search_box .categories .catitem .image {
  height: 110px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.prt_search_box .categories .catitem.automotive .image {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_thumb_automotive_001.jpg);
}
.prt_search_box .categories .catitem.metal .image {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_thumb_metal_001.jpg);
}
.prt_search_box .categories .catitem.food .image {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_thumb_food_001.jpg);
}
.prt_search_box .categories .catitem.electronics .image {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_thumb_electronics_001.jpg);
}
.prt_search_box .categories .catitem.resin .image {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_thumb_resin_001.jpg);
}
.prt_search_box .categories .catitem .label {
  position: relative;
  display: table;
  width: 100%;
  min-height: 70px;
}
.prt_search_box .categories .catitem .label::after {
  position: absolute;
  right: 10px;
  bottom: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #088caf;
  border-bottom: 2px solid #088caf;
  content: "";
  -webkit-transform: rotate(-45deg) translateY(50%);
  transform: rotate(-45deg) translateY(50%);
}
.prt_search_box .categories .catitem .label > span {
  display: table-cell;
  padding: 5px 24px;
  background: #fff;
  color: #222;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.188;
  box-sizing: content-box;
}

.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: #057aa3;
}
[data-direction="top"].prt_arrow_01:after,
[data-direction="top"].prt_caret_01:after {
  border-color: transparent transparent #057aa3;
}
[data-direction="bottom"].prt_arrow_01:after,
[data-direction="bottom"].prt_caret_01:after {
  border-color: #057aa3 transparent transparent;
}
[data-direction="right"].prt_arrow_01:after,
[data-direction="right"].prt_caret_01:after {
  border-color: transparent transparent transparent #057aa3;
}
[data-direction="left"].prt_arrow_01:after,
[data-direction="left"].prt_caret_01:after {
  border-color: transparent #057aa3 transparent transparent;
}
[data-color="gray"].prt_arrow_01:before,
[data-color="gray"].prt_caret_01:before {
  background: #898989;
}
[data-color="gray"][data-direction="top"].prt_arrow_01:after,
[data-color="gray"][data-direction="top"].prt_caret_01:after {
  border-bottom-color: #898989;
}
[data-color="gray"][data-direction="bottom"].prt_arrow_01:after,
[data-color="gray"][data-direction="bottom"].prt_caret_01:after {
  border-top-color: #898989;
}
[data-color="gray"][data-direction="right"].prt_arrow_01:after,
[data-color="gray"][data-direction="right"].prt_caret_01:after {
  border-left-color: #898989;
}
[data-color="gray"][data-direction="left"].prt_arrow_01:after,
[data-color="gray"][data-direction="left"].prt_caret_01: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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(0, -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%;
  -webkit-transform: translate(-50%, 0);
  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%;
  -webkit-transform: translate(0, -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_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 sup,
.prt_rsp_tbl sup {
  margin: 0 -20px 0 5px;
}
.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 thead th,
.prt_rsp_tbl thead th {
  background: #505050;
  color: #fff;
}
.prt_tbl thead th.style_01,
.prt_rsp_tbl thead th.style_01 {
  width: 30%;
}
.prt_tbl thead th.sub,
.prt_rsp_tbl thead th.sub {
  background: #f3f3f3;
  color: #333;
}

.prt_tbl tbody th,
.prt_rsp_tbl tbody th {
  background: #727272;
  color: #fff;
}
.prt_tbl tbody th.sub,
.prt_rsp_tbl tbody th.sub {
  background: #f3f3f3;
  color: #333;
}
.prt_tbl tbody td,
.prt_rsp_tbl tbody td {
  background-color: #fff;
  color: #333;
}
.prt_tbl tbody .blank,
.prt_rsp_tbl tbody .blank {
  background: #e6e6e6;
}
.prt_tbl.style_01 th,
.prt_rsp_tbl.style_01 th {
  background: #fff;
  color: #333;
}
.prt_tbl.style_01 th[colspan="2"],
.prt_rsp_tbl.style_01 th[colspan="2"] {
  background: #c5d6e9;
}
.prt_tbl.style_01 thead th,
.prt_rsp_tbl.style_01 thead th {
  background: #012f7c;
  color: #fff;
}
.prt_tbl.style_01 thead th:first-child,
.prt_rsp_tbl.style_01 thead th:first-child {
  width: 22%;
}
.prt_tbl.style_02 caption,
.prt_rsp_tbl.style_02 caption {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #012f7c;
  color: #fff;
}
.prt_tbl.style_02 th,
.prt_rsp_tbl.style_02 th {
  width: 20%;
  background: #fff;
  color: #333;
}

.prt_tbl_frame {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  width: 100%;
}
.prt_tbl_frame .prt_tbl {
  display: table;
  margin: 0;
  width: 720px;
}

.scroll_body,
.scroll_body thead,
.scroll_body tbody {
  display: block;
  width: 100%;
  border-top: none;
}
.scroll_body thead {
  overflow-y: scroll;
}
.scroll_body tbody {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 315px;
  border-bottom: 1px solid #ccc;
}
.scroll_body tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.scroll_body th,
.scroll_body td {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.prt_relation_pages {
  margin: 40px 0;
  background: #eaf0f7;
}
.prt_relation_pages > .header {
  padding: 10px 20px 8px;
  background: #057aa3;
  color: #fff;
  font-size: 18px;
}
.prt_relation_pages > .pages {
  padding: 15px 20px 10px;
}
.prt_relation_pages > .pages:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}
.prt_relation_pages > .pages > li {
  float: left;
  margin: 0 0 5px 10px;
  width: 48%;
  width: calc(50% - 5px);
  font-size: 15px;
  line-height: 1.25;
}
.prt_relation_pages > .pages > li:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}
.prt_relation_pages > .pages > 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 > .pages > 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 #057aa3;
  content: "";
}
.prt_relation_pages > .pages > li a:hover {
  text-decoration: underline;
}
.prt_relation_pages > .pages > li.current a {
  color: #c80000;
}

.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 .mainvisual {
  position: relative;
}
#p_home .mainvisual .slider,
#p_home .mainvisual .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}
#p_home .mainvisual .slider .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#p_home .mainvisual .slider .item.automotive {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_index_001.jpg);
}
#p_home .mainvisual .slider .item.metal {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_index_002.jpg);
}
#p_home .mainvisual .slider .item.food {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_index_003.jpg);
}
#p_home .mainvisual .slider .item.electronics {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_index_004.jpg);
}
#p_home .mainvisual .slider .item.resin {
  background-image: url(/img/ss/products/vision/iv-casestudy/bg_index_005.jpg);
}
#p_home .mainvisual .slider .item .contents_wrap {
  position: relative;
  height: 100%;
}
#p_home .mainvisual .slider .item .cont {
  position: absolute;
  top: 50%;
  left: 84px;
  -webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#p_home .mainvisual .slider .item .cont .caption {
  position: relative;
  z-index: 3;
  display: inline-block;
  max-width: 90%;
  height: 100%;
  -webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
}
#p_home .mainvisual .slider .item .cont .caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #057aa3;
  content: "";
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#p_home .mainvisual .slider .item .cont .caption > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 13px 16px 15px 38px;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}
#p_home .mainvisual .slider .item .cont.small_size .caption > span {
  font-size: 18px;
}
#p_home .mainvisual .slider .item .cont .copy {
  position: relative;
  z-index: 1;
  max-width: 90%;
  margin-top: -40px;
  padding: 66px 85px 58px 75px;
  text-align: center;
}
#p_home .mainvisual .slider .item .cont.small_size .copy {
  min-width: 490px;
  padding: 66px 70px 58px 60px;
}
#p_home .mainvisual .slider .item .cont .copy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 30px rgba(153, 153, 153, 0.5);
  content: "";
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
}
#p_home .mainvisual .slider .item .cont .copy img {
  position: relative;
  z-index: 1;
}
#p_home .mainvisual .slider .item .cont .button {
  position: relative;
  z-index: 2;
  margin-top: -25px;
  text-align: right;
}
#p_home .mainvisual .slider .item .cont .button a {
  position: relative;
  display: inline-block;
  margin-right: -20px;
  padding: 17px 10px 19px;
  width: 274px;
  text-align: center;
  opacity: 1;
}
#p_home .mainvisual .slider .item .cont .button a:before,
#p_home .mainvisual .slider .item .cont .button a:after {
  position: absolute;
  content: "";
  font-size: 0;
}
#p_home .mainvisual .slider .item .cont .button a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ea6e00 0%, #ffa200 100%);
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
}
#p_home .mainvisual .slider .item .cont .button a:hover:before {
  background: #ea6e00;
}
#p_home .mainvisual .slider .item .cont .button a:after {
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
#p_home .mainvisual .slider .item .cont .button span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
}
#p_home .mainvisual .bx-pager {
  padding: 28px 15px;
  text-align: center;
  font-size: 0;
}
#p_home .mainvisual .bx-pager-item {
  display: inline-block;
  margin: 0 4px;
}
#p_home .mainvisual .bx-pager-link {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #cde4ed;
}
#p_home .mainvisual .bx-pager-link.active {
  background: #057aa3;
}
#p_home .mainvisual .controller {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
#p_home .mainvisual .controller li {
  position: absolute;
  top: 0;
  width: 70px;
  height: 600px;
}
#p_home .mainvisual .controller li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 1;
}
#p_home .mainvisual .controller li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
#p_home .mainvisual .controller li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  content: "";
  -webkit-filter: drop-shadow(0 0 20px 0 #333);
  filter: drop-shadow(0 0 20px 0 #333);
  -webkit-transform-origin: center;
  transform-origin: center;
}
#p_home .mainvisual .controller li.prev_btn {
  left: 0;
}
#p_home .mainvisual .controller li.prev_btn a:before {
  margin-left: 8px;
  border-bottom: 5px solid rgba(255, 255, 255, 0.7);
  border-left: 5px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#p_home .mainvisual .controller li.next_btn {
  right: 0;
}
#p_home .mainvisual .controller li.next_btn a:before {
  margin-left: -8px;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  border-bottom: 5px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#p_home .main_section {
  position: relative;
  padding: 60px 0 0;
}
#p_home .main_section .header {
  margin: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
}
#p_home .main_section .text {
  margin-bottom: 24px;
  text-align: center;
  font-size: 15px;
  line-height: 2.133;
}
#p_home .main_section.section1 {
  padding-bottom: 60px;
  background: #057aa3;
  color: #fff;
}
#p_home .main_section.section1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23.34%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #057aa3 0%, #25a798 100%);
  content: "";
  opacity: 0.9;
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
}
#p_home .main_section.section1 .contents_wrap {
  position: relative;
}

#c_about.p_index .prt_columns .item dd {
  margin: 0;
}

#c_example .example_index .categories {
  padding: 0 20px;
}
#c_example .example_index .catheader {
  position: relative;
  margin: 0 0 15px;
}
#c_example .example_index .catheader a {
  display: table;
  padding: 12px 0 10px;
  width: 100%;
  background: #057aa3;
  color: #fff;
  text-decoration: none;
}
#c_example .example_index .catheader a:hover {
  opacity: 0.7;
}
#c_example .example_index .catheader a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
#c_example .example_index .catheader .catname {
  display: table-cell;
  padding: 0 30px 0 15px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.375;
}
#c_example .example_archive {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#c_example .example_archive:after {
  display: block;
  clear: both;
  width: 100%;
  content: "";
}
#c_example .example_archive .post {
  width: 33%;
}
#c_example .example_archive:after,
#c_example .example_archive .post {
  margin: 0 0 25px 24px;
  width: calc((100% - 50px) / 3);
}
#c_example .example_archive .post {
  float: left;
  border: 1px solid #e6e6e6;
}
#c_example .example_archive .post:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
#c_example .example_archive .post > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
}
#c_example .example_archive .post > a:hover {
  opacity: 0.7;
}
#c_example .example_archive .postname,
#c_example .example_archive .postdesc {
  padding: 0 25px;
}
#c_example .example_archive .postname {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin: 10px 0 5px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}
#c_example .example_archive .thumb {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 0 -1px 10px;
}
#c_example .example_archive .thumb img {
  width: 100%;
  height: 210px;
  font-family: "object-fit: cover; object-position: center";

  object-fit: cover;
  object-position: center;
}
#c_example .example_archive .postdesc {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin: 0;
  padding-bottom: 20px;
  color: #333;
}
#c_example .eginfo .term {
  margin: 26px 0 8px;
  padding: 10px 15px 8px;
  background: #ecfaff;
  color: #057aa3;
  font-weight: bold;
  font-size: 18px;
}
#c_example .eginfo .term:first-child {
  margin-top: 0;
}
#c_example .eginfo .desc {
  line-height: 1.75;
}
#c_example .main_contents.single_page .ss_download_btn {
  float: none;
  margin: 0 auto;
}
#c_example .main_contents.single_page .introduction {
  margin-bottom: 50px;
}
#c_example .sect_judgements .header {
  position: relative;
  padding: 0 0 12px;
  border-bottom: 2px solid #e6e6e6;
  color: #057aa3;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.231;
}
#c_example .sect_judgements .header:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #057aa3;
  content: "";
  font-size: 0;
}
#c_example .sect_judgements .item figure {
  margin: 0 auto;
  max-width: 300px;
}
#c_example .sect_judgements .label {
  margin: 0 0 8px;
  padding: 5px 5px 4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
}
#c_example .sect_judgements .label.ok {
  background: #328f27;
}
#c_example .sect_judgements .label.ng {
  background: #b21414;
}
#c_example .sect_point .header {
  position: relative;
  overflow: hidden;
  padding: 16px 30px 11px;
  background: #057aa3;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.13);
  text-align: center;
}
#c_example .sect_point .header:before {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px 0 -25px;
  width: 30px;
  height: 33px;
  background: url(/img/ss/products/vision/iv-casestudy/bg_style_004.png) no-repeat center;
  background-size: contain;
  content: "";
  vertical-align: middle;
  font-size: 0;
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
#c_example .sect_point .header:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #057aa3 0%, #25a798 100%);
  content: "";
  opacity: 0.9;
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
}
#c_example .sect_point .header .label {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.375;
}
#c_example .sect_point .cont {
  padding: 25px 30px 0;
  border: 2px solid #e6e6e6;
  background: #ecfaff;
}
#c_example .sect_point .prt_download_btn_01 {
  margin: 26px -30px 0;
  padding: 32px 15px 30px;
  background: #fff;
}
#c_example .sect_point .prt_download_btn_01:after {
  display: none;
}

#c_glossary.p_index .prt_rsp_tbl thead th:first-child {
  width: 250px;
}

#c_download .download_list li {
  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;
  font-weight: bold;
  font-size: 19px;
}
#c_download .download_list .ss_download_btn {
  opacity: 1;
}
#c_download .download_list .ss_download_btn .txt01 {
  padding-right: 30px;
}
#c_download .download_banner a {
  display: block;
  border: 1px solid #d6d6d6;
  text-decoration: none;
  transition: opacity 0.2s;
}
#c_download .download_banner a:hover {
  opacity: 0.7;
}
#c_download .download_banner a:hover .name {
  text-decoration: underline;
}
#c_download .download_banner a .banner {
  display: table;
  padding: 20px;
  width: 100%;
  height: 225px;
}
#c_download .download_banner a .image,
#c_download .download_banner a .detailbox {
  display: table-cell;
  vertical-align: top;
}
#c_download .download_banner a .image {
  padding: 0 20px 0 0;
  width: 165px;
  text-align: center;
  font-size: 0;
}
#c_download .download_banner a .detailbox dl {
  position: relative;
  padding: 0 0 60px;
  height: 100%;
}
#c_download .download_banner a .name {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 19px;
}
#c_download .download_banner a .desc {
  color: #333;
}
#c_download .download_banner a .button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#c_download .download_banner .banner .image img{
  border: 1px solid #ccc;
}

/* Deqwas
------------------------------- */
#deqwasArea {
  font-size: 85.71429%;
  line-height: 1.66667;
  clear: both;
  padding-top: 40px;
  width: 100%;
}
#deqwasArea #DeqwasAssetsRecommend {
  padding: 25px 0;
  border: 1px solid #aaa;
}
#deqwasArea .bx-wrapper {
  position: relative;
  margin: 0 auto;
}
#deqwasArea .bx-viewport {
  padding: 0 5px;
}
#deqwasArea .Image {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
#deqwasArea .Image img {
  border: 1px solid #a5a5a5;
}
#deqwasArea .Text {
  text-align: center;
  line-height: 1.2em;
}
#deqwasArea .bx-controls {
  position: relative;
  margin-top: 10px;
}
#deqwasArea .bx-controls .bx-pager {
  z-index: 300;
  width: 100%;
  text-align: center;
}
#deqwasArea .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
#deqwasArea .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #ccc;
  text-indent: -999em;
}
#deqwasArea .bx-controls .bx-pager .bx-pager-item a.active {
  background: #c00;
}
#deqwasArea .bx-controls .bx-controls-direction {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
}
#deqwasArea .bx-controls .bx-controls-direction .bx-prev,
#deqwasArea .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 28px;
  height: 48px;
  background: #888;
  text-indent: -999em;
}
#deqwasArea .bx-controls .bx-controls-direction .bx-prev:before,
#deqwasArea .bx-controls .bx-controls-direction .bx-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -6px;
  margin-left: -3px;
  width: 0;
  height: 0;
  border: 6px solid rgba(0,0,0,0);
  border-right: 6px solid #fff;
  border-left: none;
  content: "";
}
#deqwasArea .bx-controls .bx-controls-direction .bx-prev:after,
#deqwasArea .bx-controls .bx-controls-direction .bx-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: 3px solid rgba(0,0,0,0);
  border-right: 3px solid #888;
  border-left: none;
  content: "";
}

/* Horizon Thumbnail M */
#deqwasArea .NormalHeading {
  margin-bottom: 25px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 18px;
}
#deqwasArea .Text {
  font-size: 12px;
}
#deqwasArea .bx-controls .bx-controls-direction {
  top: -140px;
}
#deqwasArea .bx-controls .bx-controls-direction .bx-prev {
  left: -43px;
}
#deqwasArea .bx-controls .bx-controls-direction .bx-next {
  right: -43px;
  transform: scale(-1, 1);
}

/* Media Screen
------------------------------- */
@media screen and (min-width: 641px) {
  /* General */
  .sp_view {
    display: none;
  }

  /* Globalnav */
  #globalnav .nav_menu {
    border-left: 1px dotted #e6e6e6;
  }
  #globalnav .ac_btn a {
    border-right: 1px dotted #e6e6e6;
  }

  /* CV Bottom */
  #cv_bottom .fixed_wrapper[data-fixed-state="0"] {
    position: fixed;
    visibility: hidden;
    opacity: 0;
  }
  #cv_bottom .fixed_wrapper[data-fixed-state="1"] {
    position: fixed;
    bottom: -1px;
  }

  /* Footer */
  /* CV Area */
  /* Override */
  /* Modules */
  /* Pages */
}
@media screen and (max-width: 1140px) {
  #p_home .mainvisual .slider .item .cont {
    max-width: 83%;
  }
}
@media screen and (max-width: 979px) {
  /* Header */
  #header {
    height: auto;
  }
  #header .site_title {
    display: block;
    padding-top: 10px;
    width: calc(100% - 514px);
  }

  /* Globalnav */
  /* CV Bottom */
  #cv_bottom .fixed_wrapper .inner {
    padding: 0 5px;
  }
  #cv_bottom .pagetop {
    right: 0;
    margin-right: 0;
  }

  /* CV Area */
  /* Override */
  /* Modules */
  .prt_sect_cv:after {
    display: none;
  }
  .prt_sect_cv .button {
    margin: 0 0 20px;
    width: auto;
  }
  .prt_sect_cv .button.series,
  .prt_sect_cv .button.download {
    float: none;
  }
  .prt_sect_cv .button a {
    margin: 0 auto;
  }

  /* Pages */
}
@media screen and (max-width: 865px) {
  /* Globalnav */
  /* CV Bottom */
  #cv_bottom .telno {
    display: table;
    width: calc(100% - 415px);
    height: 46px;
  }
  #cv_bottom .telno > a {
    display: table-cell;
    vertical-align: middle;
  }
  #cv_bottom .buttons {
    width: 405px;
  }
  #cv_bottom .button {
    width: 185px;
  }
  #cv_bottom .button a {
    font-size: 14px;
  }

  /* CV Area */
  /* Override */
  /* Modules */
  /* Pages */
  #c_example .example_archive:after,
  #c_example .example_archive .post {
    margin-left: 0;
    width: calc((100% - 25px) / 2);
  }
  #c_example .example_archive .postname,
  #c_example .example_archive .postdesc {
    padding: 0 15px;
  }
  #c_example .example_archive .thumb {
    margin-bottom: 10px;
  }
  #c_example .example_archive .postdesc {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* Header */
  #header {
    position: relative;
    z-index: 10000;
    overflow: visible;
    width: 100%;
    height: 76px;
  }
  #header .inner {
    box-sizing: border-box;
    padding: 0;
    height: 75px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
  }
  #header .head_box {
    margin: 0;
    padding: 12px 15px;
    width: 100%;
  }
  #header .head_box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }
  #header .site_title {
    float: none;
    padding-top: 0;
    width: 50%;
    width: calc(100% - 75px);
    height: auto;
  }
  #header .site_title img {
    max-height: 30px;
    width: auto;
  }
  #header .logo {
    float: none;
    margin-bottom: 5px;
    margin-left: 0;
    width: 80px;
  }
  #header .logo a {
    padding: 0;
  }
  #header .list_box {
    display: none;
  }
  #header .js_menu_button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10010;
    display: block;
    width: 75px;
    height: 75px;
    background: #057aa3;
    font-size: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  #header .js_menu_button i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #header .js_menu_button:before,
  #header .js_menu_button:after,
  #header .js_menu_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #header .js_menu_button:before {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
  #header .js_menu_button:after {
    -webkit-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
  }
  #header .js_menu_button i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  body.menu-opened #header .inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.menu-opened #header .js_menu_button:before {
    -webkit-transform: translate(-50%, -50%) rotate(-225deg);
    transform: translate(-50%, -50%) rotate(-225deg);
  }
  body.menu-opened #header .js_menu_button:after,
  body.menu-opened #header .js_menu_button i {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
  }

  /* Globalnav */
  #globalnav {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    transition: height 0.4s ease, opacity 0.3s ease;
  }
  #globalnav .fixed_wrapper {
    position: static;
    padding-top: 75px;
    height: auto;
  }
  #globalnav .nav_menu {
    display: block;
    overflow: visible;
  }
  #globalnav .maincat {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  #globalnav .maincat:hover .ac_btn a {
    background: #fff;
    color: #333;
    opacity: 1;
  }
  #globalnav .maincat.dl_page {
    display: none;
  }
  #globalnav .ac_btn {
    height: auto;
  }
  #globalnav .ac_btn.js_accnav_switch,
  #globalnav .ac_btn:not(.js_accnav_switch) a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 15px;
    text-align: left;
    cursor: pointer;
  }
  #globalnav .ac_btn a {
    padding: 0;
  }
  #globalnav .ac_btn a > span {
    margin: 0;
    font-weight: normal;
  }
  #globalnav .ac_btn:not(.js_accnav_switch) a:after {
    position: absolute;
    top: 50%;
    right: 3vw;
    display: inline-block;
    margin-top: -5px;
    width: 11px;
    height: 11px;
    border-right: 3px solid #057aa3;
    border-bottom: 3px solid #057aa3;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #globalnav .ac_btn.js_accnav_switch:before {
    position: absolute;
    top: 50%;
    right: 3vw;
    display: inline-block;
    margin-top: -2px;
    width: 17px;
    height: 3px;
    background: #057aa3;
    content: "";
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #globalnav .ac_btn.js_accnav_switch:after {
    position: absolute;
    top: 50%;
    right: 3vw;
    display: inline-block;
    margin-top: -2px;
    width: 17px;
    height: 3px;
    background: #057aa3;
    content: "";
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  #globalnav .maincat.opened .ac_btn.js_accnav_switch:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #globalnav .sub_menu {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    visibility: visible;
    width: 100%;
    border: none;
    border-top: 1px solid #e6e6e6;
    opacity: 1;
    transition: opacity 0.2s;
  }
  #globalnav .subcat {
    border-bottom: 1px solid #e6e6e6;
  }
  #globalnav .subcat:last-of-type {
    border-bottom: none;
  }
  #globalnav .subcat > a {
    position: relative;
    padding: 15px 30px 15px 15px;
    background: #f5f5f5;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
  }
  #globalnav .subcat > a:after {
    position: absolute;
    top: 50%;
    right: 3vw;
    display: inline-block;
    margin-top: -5px;
    width: 11px;
    height: 11px;
    border-right: 3px solid #057aa3;
    border-bottom: 3px solid #057aa3;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #globalnav .sp_nav_cv {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  #globalnav .sp_nav_cv .button {
    display: table;
    float: left;
    margin: 0;
    width: 50%;
    height: auto;
    vertical-align: middle;
  }
  #globalnav .sp_nav_cv .button a {
    display: table-cell;
    padding: 12px 8px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    transition: none;
  }
  #globalnav .sp_nav_cv .button a > i {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 46px;
    vertical-align: middle;
  }
  #globalnav .sp_nav_cv .button a > i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #globalnav .sp_nav_cv .button a > span {
    display: inline-block;
    margin-top: 2px;
    width: calc(100% - 44px);
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
  }
  #globalnav .sp_nav_cv .button.catalog {
    background: #e60012;
  }
  #globalnav .sp_nav_cv .button.catalog a > i:before {
    width: 18px;
    height: 24px;
    background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat center;
  }
  #globalnav .sp_nav_cv .button.catalog a > span {
    margin-left: -4.8%;
  }
  #globalnav .sp_nav_cv .button.contact {
    background: #338138;
  }
  #globalnav .sp_nav_cv .button.contact a > i:before {
    width: 24px;
    height: 24px;
    background: url(/img/ss/common/bg_icon_contact_001.png) no-repeat center;
  }
  #globalnav .sp_nav_cv .button.contact a > span {
    margin-left: -3.8%;
  }

  body.menu-opened #globalnav {
    overflow: auto;
    height: 100vh;
    opacity: 1;
  }

  #p_home .mainvisual .slider .item .cont {
    max-width: 76%;
  }

  /* CV Bottom */
  /* CV Area */
  /* Override */
  /* Modules */
  .prt_columns.col2 > .item,
  .prt_columns.col2 > .item:first-child,
  .prt_columns.col2 > .item:nth-child(2),
  .prt_columns.col2 > .item:nth-child(3),
  .prt_columns.col2 > .item:nth-child(3n+1),
  .prt_columns.col3 > .item,
  .prt_columns.col3 > .item:first-child,
  .prt_columns.col3 > .item:nth-child(2),
  .prt_columns.col3 > .item:nth-child(3),
  .prt_columns.col3 > .item:nth-child(3n+1) {
    margin: 20px 0 0 20px;
    width: 45%;
    width: calc(50% - 10px);
  }
  .prt_columns.col2 > .item:first-child,
  .prt_columns.col2 > .item:first-child + .item,
  .prt_columns.col3 > .item:first-child,
  .prt_columns.col3 > .item:first-child + .item {
    margin-top: 0;
  }
  .prt_columns.col2 > .item:nth-child(2n+1),
  .prt_columns.col3 > .item:nth-child(2n+1) {
    margin-left: 0;
  }

  .prt_image_contents .figure {
    margin: 0 0 20px 20px;
  }
  .prt_image_contents.left_image .figure {
    margin: 0 20px 20px 0;
  }

  .prt_annotated_image {
    overflow: visible;
  }
  .prt_annotated_image > .image {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  .prt_annotated_image > .annotation {
    float: none;
    padding-left: 0;
    width: auto;
  }

  /* Pages */
}
@media screen and (max-width: 640px) {
  /* General */
  .pc_view {
    display: none;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* Header */
  /* Globalnav */
  /* Breadcrumbs */
  /* Breadcrumbs */
  #breadcrumb {
    display: flex;
    order: 2;
    margin-bottom: 0;
  }
  #breadcrumb ul {
    margin: 0 auto 0 0;
    padding: 0 10px;
    width: 100%;
  }

  /* Container */
  #container {
    padding: 0;
  }
  /* SUB Page Bnr */
  .ss_subpage_box {
  max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a {
    width: 100%;
    max-width: none;
  }
  .ss_subpage_box .ss_subpage_bnr > a .inner .btn_wrap .btn {
    width: 100%;
  }

  /* CV Bottom */
  #cv_bottom {
    width: 100%;
    height: auto;
    order: 1;
  }
  #cv_bottom .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 1 !important;
  }
  #cv_bottom .fixed_wrapper .inner {
    overflow: visible;
    display: block;
    padding: 0;
    width: auto;
    background-color: #032333;
  }
  #cv_bottom .telno {
    position: static;
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #cv_bottom .telno a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
  }
  #cv_bottom .telno a::before {
    left: -16px;
  }
  #cv_bottom .buttons {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  #cv_bottom .button {
    display: table;
    float: left;
    margin: 0;
    width: 50%;
    height: auto;
  }
  #cv_bottom .button a {
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
  }
  #cv_bottom .pagetop {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: auto;
    height: 60px;
    background: none;
  }
  #cv_bottom .pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    visibility: visible;
    width: 40px;
    height: 40px;
    opacity: 1;
    transition: opacity 0.2s, visibility 0.2s;
  }
  #cv_bottom .pagetop a[data-fixed-state="0"] {
    position: fixed;
    visibility: hidden;
    opacity: 0;
  }
  #cv_bottom .pagetop a[data-fixed-state="1"] {
    position: fixed;
  }
  #cv_bottom .pagetop a:before {
    margin-top: -4px;
    width: 16px;
    height: 16px;
  }
  #cv_bottom .pagetop a:after {
    width: 16px;
    height: 16px;
  }

  /* Footer */
  #footer {
    order: 3;
  }
  #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;
  }

  /* CV Right */
  /* Main Contents */
  .main_contents .page_header {
    margin: 0 0 20px;
  }
  .main_contents .page_header .title {
    height: 80px;
  }
  .main_contents .page_header .title > .cell {
    padding-bottom: 6px;
    font-size: 24px;
  }

  /* CV Area */
  /* Override */
  /* Modules */
  .prt_main_section {
    margin: 20px 0 40px;
  }

  .prt_sub_section {
    margin: 20px 0;
  }

  .prt_header_01 {
    padding: 15px 15px 13px;
    font-size: 22px;
  }

  .prt_header_02 {
    padding: 15px 15px 13px;
    font-size: 22px;
  }

  .prt_header_03 {
    margin: 15px 0;
    padding: 4px 0 10px 15px;
    font-size: 20px;
  }
  .prt_header_03:before {
    bottom: 10px;
  }

  .prt_header_04 {
    padding: 10px 15px 8px;
    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 > 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_catalog_box {
    margin: 40px 0;
  }
  .prt_catalog_box > .banner {
    padding: 15px;
    min-height: 0;
  }
  .prt_catalog_box > .banner .ttl {
    font-size: 20px;
  }
  .prt_catalog_box > .banner .img {
    position: static;
    float: right;
    margin: 0 0 20px 20px;
    width: 120px;
  }
  .prt_catalog_box > .banner .txt {
    width: auto;
    line-height: 1.6;
  }
  .prt_catalog_box > .banner .btn {
    clear: both;
    font-size: 16px;
  }

  .ss_download_btn.icon01 > span:first-child {
    background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
  }
  .ss_download_btn img {
    max-width: 100%;
    height: auto;
  }
  .ss_download_btn .img02 img {
    width: 48px;
  }
  .ss_download_btn .img03 img {
    width: 67px;
  }
  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    padding-left: 24px;
    width: calc(100% - 24px);
    font-size: 12px;
  }
  .ss_download_btn .txt02 {
    padding-right: 60px;
  }
  .ss_download_btn .txt04 {
    padding-right: 77px;
  }
  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }

  .prt_button_01 a {
    padding: 16px 10px 14px;
  }

  .prt_download_btn_01:after {
    display: none;
  }
  .prt_download_btn_01 .ss_download_btn {
    float: none;
    margin: 0 auto;
  }

  .prt_sect_cv {
    margin: 30px 0 0;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03 {
    padding-right: 48px;
    font-size: 15px;
  }

  .prt_columns {
    display: block;
    overflow: visible;
    margin: 20px 0;
  }
  .prt_columns > .item {
    float: none;
  }
  .prt_columns.col2 > .item,
  .prt_columns.col2 > .item:first-child,
  .prt_columns.col2 > .item:nth-child(2),
  .prt_columns.col2 > .item:nth-child(3),
  .prt_columns.col2 > .item:nth-child(3n+1),
  .prt_columns.col3 > .item,
  .prt_columns.col3 > .item:first-child,
  .prt_columns.col3 > .item:nth-child(2),
  .prt_columns.col3 > .item:nth-child(3),
  .prt_columns.col3 > .item:nth-child(3n+1) {
    margin: 0 0 20px;
    width: auto;
  }

  .prt_image_contents:after {
    display: none;
  }
  .prt_image_contents .figure,
  .prt_image_contents.left_image .figure {
    float: none;
    margin: 20px 0;
    max-width: none;
  }

  .prt_image_columns {
    margin: 20px 0;
  }
  .prt_image_columns:after {
    display: none;
  }
  .prt_image_columns > .figure,
  .prt_image_columns > .desc {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  .prt_flexbox {
    display: block;
    margin: 20px 0;
  }
  .prt_flexbox > .item {
    margin: 0 0 20px;
  }

  .prt_floatbox {
    margin: 20px 0;
  }
  .prt_floatbox:after {
    display: none;
  }
  .prt_floatbox > * {
    float: none;
    margin: 0;
    width: auto;
  }

  .prt_box_01,
  .prt_box_02,
  .prt_fill_box,
  .prt_frame_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_search_box {
    padding: 20px 15px;
  }
  .prt_search_box .search_header {
    margin: 0;
    font-size: 20px;
  }
  .prt_search_box .categories {
    display: block;
    margin: 0;
  }
  .prt_search_box .categories .catitem {
    float: none;
    margin: 10px 0;
    width: auto;
  }

  .prt_rsp_tbl {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border: none;
  }
  .prt_rsp_tbl caption,
  .prt_rsp_tbl tbody,
  .prt_rsp_tbl tr,
  .prt_rsp_tbl th,
  .prt_rsp_tbl td,
  .prt_rsp_tbl.scroll_body tr,
  .prt_rsp_tbl.scroll_body thead,
  .prt_rsp_tbl.scroll_body tbody {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }
  .prt_rsp_tbl thead {
    display: none;
  }
  .prt_rsp_tbl.scroll_body tbody {
    border: none;
  }
  .prt_rsp_tbl caption {
    margin: 0 0 5px;
    text-align: left;
  }
  .prt_rsp_tbl caption .prt_inblock {
    margin-right: 1em;
    margin-left: 0;
  }
  .prt_rsp_tbl [data-label]:before {
    content: attr(data-label);
  }
  .prt_rsp_tbl .pc_view,
  .prt_rsp_tbl.scroll_body .pc_view {
    display: none;
  }

  .prt_rsp_tbl.spmode_txt caption.head {
    margin: 0 0 10px;
    padding: 0 5px 3px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_txt tr {
    padding: 10px 0;
  }
  .prt_rsp_tbl.spmode_txt tr:first-child {
    padding-top: 0;
  }
  .prt_rsp_tbl.spmode_txt th,
  .prt_rsp_tbl.spmode_txt td {
    padding: 0;
    border: none;
  }
  .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 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 td {
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02 tr {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .prt_rsp_tbl.spmode_txt.type_02 tr:first-child {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_txt.type_02 th,
  .prt_rsp_tbl.spmode_txt.type_02 td {
    padding: 0 10px;
    border: none;
    text-align: left;
  }
  .prt_rsp_tbl.spmode_txt.type_02 caption.head,
  .prt_rsp_tbl.spmode_txt.type_02 th {
    text-indent: 0;
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_txt.type_02 caption.head {
    padding: 8px 10px 6px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 thead {
    margin: 0 0 20px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 thead th:before {
    content: "・";
  }
  .prt_rsp_tbl.spmode_txt.type_02 tr:first-child th:first-child {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_txt.type_02 th + td {
    margin-top: 10px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 th {
    padding: 8px 10px 6px;
  }
  .prt_rsp_tbl.spmode_txt.type_02 [data-label]:before {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    background: none;
    content: attr(data-label);
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_cell tr {
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .prt_rsp_tbl.spmode_cell tr:first-child,
  .prt_rsp_tbl.spmode_cell tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_cell tr:first-child [data-label]:first-child:before {
    margin-top: 0;
  }
  .prt_rsp_tbl.spmode_cell th,
  .prt_rsp_tbl.spmode_cell [data-label]:before {
    display: block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    content: attr(data-label);
    text-align: left;
    font-weight: bold;
  }
  .prt_rsp_tbl.spmode_cell [data-label]:before {
    background: #505050;
    color: #fff;
  }
  .prt_rsp_tbl.spmode_cell td {
    padding: 0 10px 10px;
  }
  .prt_rsp_tbl.spmode_cell td[data-label]:before,
  .prt_rsp_tbl.spmode_cell td [data-label]:before {
    margin: 0 -10px 10px;
    width: auto;
  }
  .prt_rsp_tbl.spmode_cell .blank {
    display: none;
  }

  .prt_rsp_tbl.spmode_cell.type_02 tr {
    margin: 0;
    border-top: none;
  }
  .prt_rsp_tbl.spmode_cell.type_02 tr:first-child {
    border-top: 1px solid #ccc;
  }
  .prt_rsp_tbl.spmode_cell.type_02 th {
    width: 100%;
  }

  .prt_rsp_tbl.style_02 th {
    width: 100%;
  }

  .prt_tbl th,
  .prt_tbl td {
    padding: 10px;
  }

  .sp_scroll_body,
  .sp_scroll_body caption,
  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    display: block;
    width: 100%;
    border: none;
  }

  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    border-left: 1px solid #ccc;
  }

  .sp_scroll_body thead {
    overflow-y: scroll;
  }

  .sp_scroll_body tbody {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 315px;
    border-bottom: 1px solid #ccc;
  }

  .sp_scroll_body tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .sp_scroll_body th,
  .sp_scroll_body td {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  .prt_relation_pages > .headr {
    padding: 10px 15px 8px;
  }
  .prt_relation_pages > .pages {
    padding: 10px 15px 5px;
  }
  .prt_relation_pages > .pages > li {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  /* Pages */
  #p_home .mainvisual .slider,
  #p_home .mainvisual .item {
    height: 400px;
  }
  #p_home .mainvisual .slider .item .cont {
    left: 0;
    margin-top: 0;
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #p_home .mainvisual .slider .item .cont .caption {
    height: 100%;
  }
  #p_home .mainvisual .slider .item .cont .caption > span {
    padding: 5px 20px 6px 28px;
    color: #fff;
    font-size: 16px;
  }
  #p_home .mainvisual .slider .item .cont.small_size .caption > span {
    font-size: 15px;
  }
  #p_home .mainvisual .slider .item .cont .copy {
    max-width: 100%;
    margin-top: -40px;
    padding: 52px 30px 44px;
    text-align: center;
  }
  #p_home .mainvisual .slider .item .cont .copy:before {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  #p_home .mainvisual .slider .item .cont .copy img {
    max-height: 64px;
    width: auto;
    -webkit-filter: drop-shadow(0 0 0 #ccc);
    filter: drop-shadow(0 0 0 #ccc);
  }
  #p_home .mainvisual .slider .item .cont.small_size .copy {
    min-width: auto;
  }
  #p_home .mainvisual .slider .item .cont.small_size .copy img {
    max-height: 55px;
  }
  #p_home .mainvisual .slider .item .cont .button {
    margin-top: -25px;
  }
  #p_home .mainvisual .slider .item .cont .button a {
    margin-right: 0;
    padding: 10px;
    width: 180px;
  }
  #p_home .mainvisual .slider .item .cont .button span {
    font-size: 16px;
  }
  #p_home .mainvisual .slider .item .cont.small_size .button span {
    font-size: 15px;
  }
  #p_home .mainvisual .bx-pager {
    padding: 12px 15px;
  }
  #p_home .mainvisual .bx-pager-item {
    margin: 0 2px;
  }
  #p_home .mainvisual .bx-pager-link {
    width: 20px;
  }
  #p_home .mainvisual .controller li {
    width: 40px;
    height: 400px;
  }
  #p_home .mainvisual .controller li a:before {
    width: 20px;
    height: 20px;
  }
  #p_home .mainvisual .controller li.prev_btn a:before {
    margin-left: 4px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.7);
    border-left: 3px solid rgba(255, 255, 255, 0.7);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #p_home .mainvisual .controller li.next_btn a:before {
    margin-left: -4px;
    border-right: 3px solid rgba(255, 255, 255, 0.7);
    border-bottom: 3px solid rgba(255, 255, 255, 0.7);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  #p_home .main_section {
    padding: 40px 0 0;
  }
  #p_home .main_section .header {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #p_home .main_section .text {
    text-align: left;
  }
  #p_home .main_section.section1 {
    padding-bottom: 40px;
  }

  #c_example .example_index .categories {
    padding: 0;
  }
  #c_example .example_index .catheader {
    margin-bottom: 10px;
  }
  #c_example .example_index .posts {
    margin-top: 0;
  }
  #c_example .example_archive:after {
    display: none;
  }
  #c_example .example_archive .post {
    width: 100%;
  }
  #c_example .example_archive .post:last-child {
    margin-bottom: 0;
  }
  #c_example .main_contents.single_page .introduction {
    margin-bottom: 30px;
  }
  #c_example .sect_judgements .header {
    padding: 0 0 6px;
    font-size: 22px;
  }
  #c_example .sect_point .header {
    padding: 16px 30px 11px;
  }
  #c_example .sect_point .header .label {
    font-size: 22px;
  }
  #c_example .sect_point .cont {
    padding: 15px 15px 0;
  }
  #c_example .sect_point .prt_download_btn_01 {
    margin: 15px -15px 0;
  }

  #c_glossary.p_index .prt_rsp_tbl thead th:first-child {
    width: 100%;
  }

  #c_download.p_index .main_contents .ss_download_btn {
    max-width: none;
  }
  #c_download.p_index .download_banner a .banner,
  #c_download.p_index .download_banner a .image,
  #c_download.p_index .download_banner a .detialbox {
    display: block;
    width: auto;
    height: auto;
  }
  #c_download.p_index .download_banner a .image {
    margin: 0 0 20px;
  }
  #c_download.p_index .download_banner a .name {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 480px) {
  /* Header */
  #header ul li a,
  #header .btn_box li a {
    font-size: 10px;
  }
  #header ul .btn_download a,
  #header .btn_box .btn_download a {
    padding: 10px 0;
  }
  #header ul .btn_download a:before,
  #header .btn_box .btn_download a:before {
    width: 16px;
    height: 20px;
  }
  #header ul .btn_contact a:before,
  #header .btn_box .btn_contact a:before {
    width: 21px;
    height: 21px;
  }
  #header ul .btn_tel a:before,
  #header .btn_box .btn_tel a:before {
    width: 18px;
    height: 26px;
  }

  /* Globalnav */
  #globalnav .sp_nav_cv .button a {
    padding: 10px 5px;
    font-size: 12px;
  }
  #globalnav .sp_nav_cv .button a > i {
    width: 26px;
    height: 26px;
  }
  #globalnav .sp_nav_cv .button a > span {
    width: calc(100% - 26px);
  }
  #globalnav .sp_nav_cv .button.catalog a > i:before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }
  #globalnav .sp_nav_cv .button.contact a > i:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  /* CV Bottom */
  #cv_bottom .button a {
    padding: 10px 5px;
    font-size: 12px;
  }
  #cv_bottom .button a > i {
    width: 26px;
    height: 26px;
  }
  #cv_bottom .button a > span {
    width: calc(100% - 26px);
  }
  #cv_bottom .button.catalog a > i:before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }
  #cv_bottom .button.contact a > i:before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  /* CV Area */
  /* Override */
  /* Modules */
  /* Pages */
}
