@charset "UTF-8";

/* General
------------------------------ */
body {
  min-width: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main {
  display: block;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  line-height: 1.6;
  transform: none !important;
}

.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper a {
  transition: none;
}

.contents_wrap {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}

.contents_wrap::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

/* Header
------------------------------- */
#header {
  overflow: hidden;
  width: 100%;
  height: 90px;
  background: #001127;
}

#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;
  padding: 15px 0 10px;
}

#header .site_title_inner {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  color: #fff;
}

#header .lead_text {
  font-size: 16px;
  font-weight: bold;
}

#header .title_text {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  #header .lead_text {
    font-size: 10px;
  }
  
  #header .title_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  #header .title_text {
    font-size: 18px;
  }
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}

#header a {
  text-decoration: none;
}

#header ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  float: right;
  width: 401px;
}

#header ul li {
  float: left;
  min-height: 38px;
  width: 198px;
}

#header ul li a {
  display: flex;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25;
}

#header ul li a::before {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

#header ul li a .label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  padding: 3px 4px;
  text-align: center;
}

#header ul li a .label > span {
  display: none;
  font-weight: bold;
}

#header ul .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}

#header ul .btn_download a::before {
  width: 18px;
  background-image: url(../../../../../img/ss/common/bg_icon_dl_001.png);
}

#header ul .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}

#header ul .btn_contact a::before {
  width: 24px;
  background-image: url(../../../../../img/ss/common/bg_icon_contact_001.png);
}

#header ul .btn_tel {
  display: none;
  background-color: #00284a;
}

#header ul .btn_tel a::before {
  background-image: url(../../../../../img/ss/common/bg_icon_tel_001.png);
}

#header .logo {
  float: right;
  margin-left: 10px;
  width: 93px;
  line-height: 1;
}

#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}

#header .logo a img {
  max-width: 100%;
  height: auto;
}

#header .logo {
  width: 180px;
}

#header ul {
  width: 345px;
}

/* Breadcrumbs
--------------------------- */
#breadcrumb {
  padding: 9px 0;
  background: #d9d9d9;
}

#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;
  transform: rotate(45deg);
}

#breadcrumb li:last-child {
  padding-right: 0;
}

#breadcrumb li:last-child::after {
  display: none;
}

/* Container
--------------------------- */
#container {
  padding: 40px 0 100px;
}

/* Pager
-------------------------- */
#container .pager {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  table-layout: fixed;
}

#container .pager li {
  position: relative;
  flex: 1 1 50%;
  overflow: hidden;
  border-left: 1px solid #e7e7e7;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: anywhere;
}

#container .pager li a {
  position: relative;
  display: block;
  padding: 16px;
  height: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  opacity: 1;
}

#container .pager li a > strong {
  display: block;
  color: #001127;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

#container .pager li a > span {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

#container .pager li a:hover {
  background-color: #e0f4ff;
  opacity: 1;
}

#container .pager li a::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  display: block;
  width: 23px;
  background-color: #001127;
  background-repeat: no-repeat;
  content: "";
}

#container .pager li:first-child {
  border-left: none;
}

#container .pager .prev a {
  padding-left: 55px;
}

#container .pager .prev a::before {
  left: 0;
  background-image: url(../../../../../img/ss/common/bg_pager_001.png);
  background-position: 3px center;
}

#container .pager .next {
  text-align: right;
}

#container .pager .next a {
  padding-right: 55px;
}

#container .pager .next a::before {
  right: 0;
  background-image: url(../../../../../img/ss/common/bg_pager_002.png);
  background-position: 5px center;
}

#container .back_index {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-size: 14px;
  line-height: inherit;
}

#container .back_index a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-align: left;
  text-decoration: none;
}

#container .back_index a::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 16px;
  height: 17px;
  background: #001127 url(../../../../../img/ss/common/bg_pager_003.png) no-repeat center;
  content: "";
  line-height: 1.6;
}

#container .back_index a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* CV Bottom
------------------------------- */
#cv_contact {
  position: relative;
  width: 100%;
  height: 68px;
}

#cv_contact a {
  text-decoration: none;
}

#cv_contact .fixed_wrapper {
  position: relative;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #001127;
}

#cv_contact .fixed_wrapper .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}

#cv_contact .fixed_wrapper .inner p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 420px;
}

#cv_contact .fixed_wrapper .inner p a {
  display: inline-block;
  color: #fff;
  vertical-align: bottom;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  cursor: default;
}

#cv_contact .fixed_wrapper .inner p img {
  max-width: 100%;
  height: auto;
}

#cv_contact .fixed_wrapper .inner .inner .TelSlsh {
  display: none;
}

#cv_contact .fixed_wrapper .inner ul {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 465px;
}

#cv_contact .fixed_wrapper .inner li {
  display: table;
  margin: 0 0 0 5px;
  width: 230px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li:first-child {
  margin: 0;
}

#cv_contact .fixed_wrapper .inner li a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: none;
}

#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#cv_contact .fixed_wrapper .inner .catalog {
  background: #e60012;
}

#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}

#cv_contact .fixed_wrapper .inner .catalog a i::before {
  width: 18px;
  height: 24px;
  background: url(../../../../../img/ss/common/bg_icon_dl_001.png) no-repeat center;
}

#cv_contact .fixed_wrapper .inner .contact {
  background: #41a147;
}

#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -3.8%;
}

#cv_contact .fixed_wrapper .inner .contact a i::before {
  width: 24px;
  height: 24px;
  background: url(../../../../../img/ss/common/bg_icon_contact_001.png) no-repeat center;
}

#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}

#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}

#pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  margin: 0 -590px 0 0;
  width: 50px;
}

#pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #001127;
  transition: none;
}

#pagetop a::before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

#pagetop a::after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #001127;
  content: "";
  transform: rotate(45deg);
}

#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 .sitemap {
  padding: 30px 0;
}

#footer .sitemap a {
  color: #333;
  text-decoration: none;
}

#footer .sitemap a:hover,
#footer .sitemap a:hover span {
  text-decoration: underline;
}

#footer .sitemap .home_link {
  margin-bottom: 16px;
}

#footer .sitemap .home_link a {
  font-weight: bold;
  font-size: 16px;
}

#footer .sitemap .nav_menu::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#footer .sitemap .nav_item {
  float: left;
  margin: 0 0 10px 10px;
  width: calc((100% - 40px) / 5);
}

#footer .sitemap .nav_item:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}

#footer .sitemap .nav_item .ac_btn {
  font-weight: bold;
  font-size: 15px;
}

#footer .sitemap .nav_list li {
  margin: 5px 0 0;
  font-size: 13px;
}

#footer .sitemap .nav_list li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
}

#footer .sitemap .nav_list li a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d83535;
  content: "";
}

#footer .js_sp_menu .js_menu_button {
  display: none;
}

#footer .copy {
  padding: 20px 0;
  background-color: #001127;
}

#footer .copy a {
  text-decoration: none;
}

#footer .copy p {
  float: left;
  width: 50%;
  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 #fff;
}

#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;
}

/* Nav Menu
------------------------------- */
#container .nav_menu .nav_list a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  line-height: 1.4;
  opacity: 1;
}

#container .nav_menu .nav_list a::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d83535;
  content: "";
}

#container .nav_menu .nav_list a:hover {
  text-decoration: underline;
}

#container .nav_menu .nav_list a.active {
  color: #dc2426;
}

/* Side Nav
  ------------------------------- */
/* Side Nav Base Styles */
#side {
  float: left;
  width: 220px;
  word-break: break-word;
}

#side .nav_menu .ac_btn {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
}

#side .nav_menu .ac_btn:hover {
  background: #e7f1ff;
  color: #333;
}

#side .nav_menu .ac_btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../../../../img/ss/products/measure/welding/bg_nav_001.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transform: translate(0, -50%);
}

#side .nav_menu .opened .ac_btn::after {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_nav_002.png);
}

#side .nav_menu .current .ac_btn {
  background: #e7f1ff;
  color: #333;
}

#side .nav_list {
  display: none;
}

#side .nav_menu > ul {
  border-top: 1px solid #001127;
}

#side .nav_menu .nav_item:not(.glossary) {
  border-bottom: 1px solid #001127;
}

#side .nav_menu > ul .ac_btn {
  padding: 20px 40px 20px 14px;
}

#side .nav_menu .ac_btn .label {
  color: #010101;
  opacity: 1;
}

#side .nav_menu .ac_btn .label:hover,
#side .nav_menu .ac_btn .label:hover span {
  text-decoration: underline;
}

#side .nav_menu .nav_list {
  border-top: 1px solid #001127;
}

#side .nav_menu .nav_list ul {
  padding: 16px 10px 14px;
}

#side .nav_menu .nav_list ul li {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.286;
}

#side .nav_menu .nav_list ul li:first-child {
  margin-top: 0;
}

#side .nav_menu .nav_list ul li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 10px;
  color: #010101;
}

#side .nav_menu .nav_list ul li a::before {
  position: absolute;
  top: 0.4em;
  left: -4px;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #e50012;
  content: "";
  transform: rotate(45deg);
}

#side .glossary {
  margin-top: 10px;
}

#side .glossary .label {
  position: relative;
  display: block;
  padding: 16px 30px 16px 14px;
  background: #0077a9;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.667;
}

#side .glossary .label::before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  font-size: 0;
  transform: translate(0, -50%) rotate(-45deg);
}

#side .nav_item.coming_soon {
  display: none;
}

/* Main Contents
--------------------------------- */
.main_contents {
  float: right;
  width: calc(100% - 260px);
  font-size: 16px;
}

.main_contents p {
  margin: 0 0 15px;
}

.main_contents a {
  color: #06c;
  text-decoration: underline;
  opacity: 1;
}

.main_contents a span {
  text-decoration: inherit;
}

.main_contents a:hover {
  text-decoration: none;
}

.main_contents .ss_download_btn {
  text-decoration: none;
}

.main_contents .ss_download_btn:hover {
  opacity: 0.7;
}

/* CV Right
------------------------------- */
.cv_right {
  position: absolute;
  top: 170px;
  left: 50%;
  margin: 0 0 180px 520px;
  width: 210px;
}

.cv_right a,
.cv_right .banner {
  display: block;
}

.cv_right a {
  background: #fff;
  opacity: 1;
}

.cv_right .banner {
  overflow: hidden;
  width: 210px;
  background: #fff;
}

.cv_right a:hover .banner {
  opacity: 0.7;
}

.cv_right .ss_download_btn.bnr {
  padding: 0 5px;
  height: 22px;
  border-radius: 3px;
}

.cv_right .ss_download_btn.bnr .txt05 {
  padding: 2px 0 2px 17px;
  background-size: 10px auto;
}

.cv_right .caption,
.cv_right .desc,
.cv_right .thumb,
.cv_right .button,
.cv_right .exp {
  display: block;
}

.cv_right .banner {
  border: 1px solid #001127;
}

.cv_right .thumb {
  float: left;
}

.cv_right .button {
  clear: both;
}

.cv_right .asset_bnr .caption {
  padding: 3px 5px 4px;
  background: #001127;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25;
}

.cv_right .asset_bnr .desc {
  overflow: hidden;
  padding: 10px;
}

.cv_right .asset_bnr .thumb {
  width: 48px;
}

.cv_right .asset_bnr .thumb img {
  border: 1px solid #ccc;
}

.cv_right .asset_bnr .exp,
.cv_right .asset_bnr .ss_download_btn {
  margin-left: 58px;
}

.cv_right .asset_bnr .exp {
  margin-bottom: 5px;
  color: #000;
  font-size: 13px;
  line-height: 1.6;
}

.cv_right .asset_bnr .ss_download_btn {
  max-width: 130px;
}

.cv_right .series_list li {
  margin: 10px 0 0;
}

.cv_right .series_list .banner {
  padding: 10px 0;
}

.cv_right .series_list .thumb {
  float: left;
  margin: -10px 0 10px;
  padding: 1px;
  width: 92px;
  height: 92px;
}

.cv_right .series_list .caption {
  float: right;
  margin: 0 0 10px;
  width: 113px;
  color: #333;
  font-size: 13px;
  line-height: 1.385;
}

.cv_right .series_list .caption strong {
  display: block;
  margin: 3px 0 0;
  color: #cd1919;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}

.cv_right .series_list .button {
  padding: 0 10px;
}

.cv_right .series_list .ss_download_btn {
  max-width: 184px;
}

/* CV Area
------------------------------- */
/* Override Base
------------------------------- */
#header .site_title {
  padding: 20px 0;
}

#breadcrumb a {
  color: #000;
}

.main_contents a {
  color: #1764e2;
}

/* Modules
------------------------------- */
.ss_download_btn {
  position: relative;
  display: table;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  transition: opacity 0.3s;
}

.ss_download_btn.type01,
.ss_download_btn.type02,
.ss_download_btn.type03,
.ss_download_btn.type04,
.ss_download_btn.type05 {
  padding: 6px 0 5px;
  width: 100%;
  text-align: center;
}

.ss_download_btn.type01,
.ss_download_btn.type02 {
  padding-right: 12px;
  padding-left: 12px;
}

.ss_download_btn.type01 {
  max-width: 340px;
  height: 45px;
}

.ss_download_btn.type02 {
  max-width: 320px;
  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;
  transform: translateY(-50%);
}

.ss_download_btn .img01 img,
.ss_download_btn .img02 img,
.ss_download_btn .img03 img {
  border: solid 1px #ccc;
}

.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.ss_download_btn .txt05 {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  word-break: break-all;
  font-weight: bold;
}

.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04 {
  padding-left: 30px;
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 1.2;
}

.ss_download_btn .txt01 {
  padding-right: 60px;
}

.ss_download_btn .txt02 {
  padding-right: 79px;
}

.ss_download_btn .txt03 {
  padding-right: 77px;
}

.ss_download_btn .txt04 {
  padding-right: 104px;
}

.ss_download_btn .txt05 {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1;
}

.ss_download_btn .in_txt1,
.ss_download_btn .in_txt2 {
  display: block;
}

.ss_download_btn .in_txt1 {
  font-size: 14px;
}

.ss_download_area .ss_download_btn .in_txt1 {
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .ss_download_area .ss_download_btn .in_txt1 {
    font-size: 18px;
  }
}

.prt_tbl,
.prt_rsp_tbl {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  table-layout: fixed;
  word-wrap: break-word;
}

.prt_tbl.auto,
.prt_rsp_tbl.auto {
  table-layout: auto;
}

.prt_tbl:first-child,
.prt_rsp_tbl:first-child {
  margin-top: 0;
}

.prt_tbl img,
.prt_rsp_tbl img {
  max-width: 100%;
  height: auto;
}

.prt_tbl caption,
.prt_rsp_tbl caption {
  text-align: inherit;
}

.prt_tbl sup,
.prt_rsp_tbl sup {
  margin: 0 -20px 0 5px;
}

.prt_tbl th,
.prt_tbl td,
.prt_rsp_tbl th,
.prt_rsp_tbl td {
  padding: 10px;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  vertical-align: middle;
  text-align: left;
}

.prt_tbl th *:first-child,
.prt_tbl td *:first-child,
.prt_rsp_tbl th *:first-child,
.prt_rsp_tbl td *:first-child {
  margin-top: 0;
}

.prt_tbl th *:last-child,
.prt_tbl td *:last-child,
.prt_rsp_tbl th *:last-child,
.prt_rsp_tbl td *:last-child {
  margin-bottom: 0;
}

.prt_tbl th,
.prt_rsp_tbl th {
  text-align: center;
  font-weight: bold;
  line-height: 1.375;
}

.prt_tbl thead th,
.prt_rsp_tbl thead th {
  background: #636363;
  color: #fff;
}

.prt_tbl thead th.sub,
.prt_rsp_tbl thead th.sub {
  background: #d9d9d9;
  color: #333;
  font-weight: normal;
}

.prt_tbl tbody th,
.prt_rsp_tbl tbody th {
  background: #b2cae9;
  color: #333;
}

.prt_tbl tbody th.sub,
.prt_rsp_tbl tbody th.sub {
  background: #e7f1ff;
  color: #333;
}

.prt_tbl tbody td,
.prt_rsp_tbl tbody td {
  background-color: #fff;
  color: #333;
}

.prt_tbl_frame {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  width: 100%;
}

.prt_tbl_frame .prt_tbl {
  display: table;
  margin: 0;
  width: 720px;
}

.scroll_body,
.scroll_body thead,
.scroll_body tbody {
  display: block;
  width: 100%;
  border-top: none;
}

.scroll_body thead {
  overflow-y: scroll;
}

.scroll_body tbody {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 315px;
  border-bottom: 1px solid #ccc;
}

.scroll_body tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.scroll_body th,
.scroll_body td {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.prt_caption_01,
.prt_defines_01 > .title,
.prt_defines_02 > .title {
  margin: 0 0 5px;
  color: #001127;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.444;
}

.prt_caption_01 + *,
.prt_defines_01 > .title + *,
.prt_defines_02 > .title + * {
  margin-top: 0;
}

.main_contents sub {
  font-size: 11px;
}

.main_contents sup {
  vertical-align: super;
  font-size: 11px;
}

.js_highlight_words {
  display: inline-block;
  padding: 0 2px;
  background: #ff9;
  color: #333;
}

.prt_main_section {
  margin: 40px 0 60px;
}

.prt_main_section .prt_series_btn {
  text-decoration: none;
}

h1 + .prt_main_section {
  margin-top: 0;
}

.prt_sub_section {
  margin: 40px 0;
}

h2 + .prt_sub_section {
  margin-top: 0;
}

.prt_header_01 {
  position: relative;
  margin: 0 0 20px;
  padding: 26px 80px 25px 20px;
  background: #001127 url(../../../../../img/ss/products/measure/welding/bg_header_001.png) no-repeat right center;
  background-size: auto 100%;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
}

.prt_header_02 {
  margin: 20px 0;
  padding: 2px 0;
  border-top: 2px solid #001127;
  border-bottom: 2px solid #001127;
}

.prt_header_02 .label {
  display: block;
  padding: 11px 0 10px;
  border-top: 1px solid #001127;
  border-bottom: 1px solid #001127;
  color: #001127;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.231;
}

.prt_header_03 {
  margin: 20px 0;
  padding: 7px 20px;
  background: #001127;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

.prt_header_04 {
  margin: 10px 0 14px;
  padding: 0 0 5px;
  border-bottom: 1px solid #001127;
  color: #001127;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.prt_header_05 {
  margin: 10px 0;
  color: #001127;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.444;
}

.prt_inblock {
  display: inline-block;
}

.prt_note_01 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.615;
}

.prt_note_01:before {
  content: "*";
}

.prt_bold {
  font-weight: bold;
}

.prt_anchor_list {
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 24px;
}

.prt_anchor_list li {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  width: 48%;
  width: calc(50% - 5px);
}

.prt_anchor_list li:first-child,
.prt_anchor_list li:first-child + li {
  margin-top: 0;
}

.prt_anchor_list li:nth-of-type(2n+1) {
  margin-left: 0;
}

.prt_anchor_list li a {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #001127;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.571;
  opacity: 1;
}

.prt_anchor_list li a:hover {
  background: #001127;
  color: #fff;
}

.prt_anchor_list li a .label {
  display: table-cell;
  padding: 8px 40px 8px 20px;
  vertical-align: middle;
}

.prt_anchor_list li a .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 1px solid #001127;
  background: #fff;
}

.prt_anchor_list li a .icon i {
  position: absolute;
  top: 6px;
  left: 50%;
  overflow: hidden;
  margin-left: -4px;
  width: 8px;
  height: 5px;
}

.prt_anchor_list li a .icon i::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #001127;
  border-bottom: 2px solid #001127;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.prt_page_index {
  overflow: hidden;
  margin: 24px 0;
  padding: 18px 24px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.prt_page_index li {
  float: left;
  margin: 5px 0 0 14px;
  width: 49%;
  width: calc(50% - 7px);
}

.prt_page_index li:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}

.prt_page_index li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 10px;
  color: #1764e2;
  vertical-align: bottom;
}

.prt_page_index li a::before {
  position: absolute;
  top: 0.4em;
  left: -4px;
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #e50012;
  content: "";
  transform: rotate(45deg);
}

.prt_list_disc {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style: disc outside;
}

.prt_list_alpha {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style: upper-alpha outside;
}

.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;
}

.prt_sect_cv .button.download {
  float: right;
}

.prt_series_btn {
  display: table;
  max-width: 340px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: #1284c8;
  background: linear-gradient(#1284c8, #044aa0);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}

.prt_series_btn:hover {
  opacity: 0.7;
}

.prt_series_btn .label {
  display: table-cell;
  padding: 4px 8px;
  color: #fff;
  vertical-align: middle;
  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 .title,
.prt_figure_01 .caption,
.prt_figure_01 .desc {
  text-align: left;
}

.prt_figure_01 .caption {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.615;
}

.prt_figure_01.example_image .title {
  margin-bottom: 20px;
}

.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 20px;
  max-width: 47.2%;
}

.prt_image_columns {
  margin: 30px 0;
}

.prt_image_columns::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.prt_image_columns > .figure,
.prt_image_columns > .desc {
  width: 45%;
  width: calc(50% - 20px);
}

.prt_image_columns > .figure {
  float: right;
  clear: both;
  margin: 0;
}

.prt_image_columns > .desc {
  float: left;
}

.prt_image_columns > .desc *:last-child {
  margin-bottom: 0;
}

.prt_columns {
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  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.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_annotated_image {
  overflow: hidden;
  margin: 30px 0;
}

.prt_annotated_image > .image {
  float: left;
  width: 60%;
  text-align: center;
}

.prt_annotated_image > .annotation {
  float: left;
  padding-left: 40px;
  width: 40%;
}

.prt_annotated_image > .annotation > * {
  margin: 0;
}

.prt_flexbox {
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 30px 0;
}

.prt_flexbox > .item {
  flex: 1;
  margin: 0 0 0 10px;
}

.prt_flexbox > .item:first-child {
  margin-left: 0;
}

.prt_defines_01 {
  margin: 30px 0;
}

.prt_defines_01 > .title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.prt_defines_01 > .title:first-child {
  margin-top: 0;
}

.prt_defines_01 .desc > *:first-child {
  margin-top: 0;
}

.prt_defines_01 .desc > *:last-child {
  margin-bottom: 0;
}

.prt_defines_02 {
  margin: 30px 0;
}

.prt_defines_02 > .title {
  margin-top: 20px;
  font-size: 100%;
}

.prt_defines_02 > .title:first-child {
  margin-top: 0;
}

.prt_defines_02 .desc > *:first-child {
  margin-top: 0;
}

.prt_defines_02 .desc > *:last-child {
  margin-bottom: 0;
}

.prt_box_01,
.prt_box_02 {
  margin: 20px 0 40px;
  padding: 24px 30px;
}

.prt_box_01 *:last-child,
.prt_box_02 *:last-child {
  margin-bottom: 0;
}

.prt_box_01 {
  background: #e7f1ff;
}

.prt_box_01 .prt_figure_01 .image {
  background: #fff;
}

.prt_box_02 {
  border: 2px solid #b2b2b2;
}

.prt_tbl_frame.has_note {
  margin-bottom: 5px;
}

.prt_rsp_tbl.auto,
.prt_tbl.auto {
  table-layout: auto;
}

.prt_rsp_tbl.has_note,
.prt_tbl.has_note {
  margin-bottom: 5px;
}

.prt_rsp_tbl caption,
.prt_tbl caption {
  text-align: inherit;
}

.prt_rsp_tbl th,
.prt_rsp_tbl td,
.prt_tbl th,
.prt_tbl td {
  vertical-align: top;
  text-align: left;
}

.prt_rsp_tbl th *:first-child,
.prt_rsp_tbl td *:first-child,
.prt_tbl th *:first-child,
.prt_tbl td *:first-child {
  margin-top: 0;
}

.prt_rsp_tbl th *:last-child,
.prt_rsp_tbl td *:last-child,
.prt_tbl th *:last-child,
.prt_tbl td *:last-child {
  margin-bottom: 0;
}

.prt_rsp_tbl .dash_bottom,
.prt_tbl .dash_bottom {
  border-bottom: 1px dashed #ccc;
}

.prt_rsp_tbl thead .sub,
.prt_tbl thead .sub {
  color: #000;
  font-weight: normal;
}

.prt_rsp_tbl tbody th,
.prt_tbl tbody th {
  font-weight: bold;
}

.prt_rsp_tbl tbody .sub,
.prt_tbl tbody .sub {
  font-weight: normal;
}

.prt_rsp_tbl tbody .blank,
.prt_tbl tbody .blank {
  background: #f2f2f2;
}

.prt_rsp_tbl.style_default,
.prt_tbl.style_default {
  table-layout: auto;
}

.prt_rsp_tbl.style_default th,
.prt_rsp_tbl.style_default td,
.prt_tbl.style_default th,
.prt_tbl.style_default td {
  height: 65px;
}

.prt_rsp_tbl.style_default tbody [rowspan="3"],
.prt_tbl.style_default tbody [rowspan="3"] {
  width: 20.1%;
}

.prt_rsp_tbl.style_default tbody .sub,
.prt_tbl.style_default tbody .sub {
  width: 12.2%;
}

.prt_rsp_tbl.style_default tbody .sub + td,
.prt_tbl.style_default tbody .sub + td {
  width: 20.8%;
}

.prt_caret_01[data-size="L"] {
  position: relative;
  display: inline-block;
}

.prt_caret_01[data-size="L"]::before,
.prt_caret_01[data-size="L"]::after {
  position: absolute;
  content: "";
}

.prt_caret_01[data-size="L"]::after {
  width: 0;
  height: 0;
  border-style: solid;
}

.prt_caret_01[data-size="L"][data-direction="top"],
.prt_caret_01[data-size="L"][data-direction="bottom"] {
  width: 240px;
  height: 80px;
}

.prt_caret_01[data-size="L"][data-direction="top"]::after,
.prt_caret_01[data-size="L"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="L"][data-direction="right"],
.prt_caret_01[data-size="L"][data-direction="left"] {
  width: 80px;
  height: 240px;
}

.prt_caret_01[data-size="L"][data-direction="right"]::after,
.prt_caret_01[data-size="L"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="L"][data-direction="top"]::before {
  bottom: 0;
}

.prt_caret_01[data-size="L"][data-direction="top"]::after {
  top: 0;
  border-width: 0 120px 80px;
  border-color: transparent transparent #a2a2a2;
}

.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: 80px 120px 0;
  border-color: #a2a2a2 transparent transparent;
}

.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 80px;
  border-color: transparent transparent transparent #a2a2a2;
}

.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 80px 120px 0;
  border-color: transparent #a2a2a2 transparent transparent;
}

.prt_caret_01[data-size="M"] {
  position: relative;
  display: inline-block;
}

.prt_caret_01[data-size="M"]::before,
.prt_caret_01[data-size="M"]::after {
  position: absolute;
  content: "";
}

.prt_caret_01[data-size="M"]::after {
  width: 0;
  height: 0;
  border-style: solid;
}

.prt_caret_01[data-size="M"][data-direction="top"],
.prt_caret_01[data-size="M"][data-direction="bottom"] {
  width: 120px;
  height: 40px;
}

.prt_caret_01[data-size="M"][data-direction="top"]::after,
.prt_caret_01[data-size="M"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="M"][data-direction="right"],
.prt_caret_01[data-size="M"][data-direction="left"] {
  width: 40px;
  height: 120px;
}

.prt_caret_01[data-size="M"][data-direction="right"]::after,
.prt_caret_01[data-size="M"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="M"][data-direction="top"]::before {
  bottom: 0;
}

.prt_caret_01[data-size="M"][data-direction="top"]::after {
  top: 0;
  border-width: 0 60px 40px;
  border-color: transparent transparent #a2a2a2;
}

.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: 40px 60px 0;
  border-color: #a2a2a2 transparent transparent;
}

.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 40px;
  border-color: transparent transparent transparent #a2a2a2;
}

.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 40px 60px 0;
  border-color: transparent #a2a2a2 transparent transparent;
}

.prt_caret_01[data-size="S"] {
  position: relative;
  display: inline-block;
}

.prt_caret_01[data-size="S"]::before,
.prt_caret_01[data-size="S"]::after {
  position: absolute;
  content: "";
}

.prt_caret_01[data-size="S"]::after {
  width: 0;
  height: 0;
  border-style: solid;
}

.prt_caret_01[data-size="S"][data-direction="top"],
.prt_caret_01[data-size="S"][data-direction="bottom"] {
  width: 60px;
  height: 20px;
}

.prt_caret_01[data-size="S"][data-direction="top"]::after,
.prt_caret_01[data-size="S"][data-direction="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="S"][data-direction="right"],
.prt_caret_01[data-size="S"][data-direction="left"] {
  width: 20px;
  height: 60px;
}

.prt_caret_01[data-size="S"][data-direction="right"]::after,
.prt_caret_01[data-size="S"][data-direction="left"]::after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="S"][data-direction="top"]::before {
  bottom: 0;
}

.prt_caret_01[data-size="S"][data-direction="top"]::after {
  top: 0;
  border-width: 0 30px 20px;
  border-color: transparent transparent #a2a2a2;
}

.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: 20px 30px 0;
  border-color: #a2a2a2 transparent transparent;
}

.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 20px;
  border-color: transparent transparent transparent #a2a2a2;
}

.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 20px 30px 0;
  border-color: transparent #a2a2a2 transparent transparent;
}

/* Pages
------------------------------- */
#p_home .mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#p_home .mainvisual .gallery.js_bxslider {
  overflow: hidden;
  width: 10000px;
}

#p_home .mainvisual .visual {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#p_home .mainvisual .visual .contents_wrap {
  padding: 80px 30px;
}

#p_home .mainvisual .visual .catch,
#p_home .mainvisual .visual .button {
  margin: 0 auto;
  max-width: 820px;
}

#p_home .mainvisual .visual .catch {
  margin-bottom: 38px;
}

#p_home .mainvisual .visual .button {
  padding: 0 5px;
}

#p_home .mainvisual .visual .button a {
  position: relative;
  display: inline-block;
  padding: 11px 40px 15px 30px;
  min-width: 280px;
  border: 1px solid #b3b4b7;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

#p_home .mainvisual .visual .button a i {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 22px;
  height: 5px;
  font-size: 0;
  transform: translate(0, -50%);
}

#p_home .mainvisual .visual .button a i::before,
#p_home .mainvisual .visual .button a i::after {
  position: absolute;
  content: "";
}

#p_home .mainvisual .visual .button a i::before {
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background: #e50012;
  transform: translate(0, -50%);
}

#p_home .mainvisual .visual .button a i::after {
  top: 50%;
  right: 0;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border-width: 2.5px 0 2.5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #e50012;
  transform: translate(0, -50%);
}

#p_home .mainvisual .visual .button a .label {
  position: relative;
  display: inline-block;
}

#p_home .mainvisual .visual.image1 {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_index_001.jpg);
}

#p_home .mainvisual .visual a.ss_download_btn.type02 {
  margin-left: 80px;
}

@media screen and (max-width: 865px) {
  #p_home .mainvisual .visual a.ss_download_btn.type02 {
    margin: 0 auto;
    height: 50px;
  }
}

@media screen and (max-width: 640px) {
  #p_home .mainvisual .visual a.ss_download_btn.type02 {
    margin-left: 0;
    max-width: inherit;
  }
}

#p_home .mainvisual .bx-pager {
  padding: 20px 0 6px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

#p_home .mainvisual .bx-pager-item {
  display: inline-block;
  margin: 0 13px;
}

#p_home .mainvisual .bx-pager-link {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #cdcdcd;
}

#p_home .mainvisual .bx-pager-link.active {
  background: #e50012;
}

#p_home .mainvisual .bx-controls-direction {
  display: none;
}

#c_type .prt_tbl .onestr,
#c_type .prt_rsp_tbl .onestr {
  width: 80px;
}

#c_automation.p_example .prt_annotated_image .focus {
  color: #e45827;
}

#c_inspection.p_bead .caretbox {
  margin: 25px 0;
  text-align: center;
  font-size: 0;
}

#c_inspection.p_bead .image_list {
  overflow: visible;
}

#c_inspection.p_bead .image_list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#c_inspection.p_bead .image_list .title {
  position: relative;
  margin: 10px 0;
  padding: 7px 110px 7px 20px;
  background: #0077a9;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

#c_inspection.p_bead .image_list .title::before {
  position: absolute;
  right: 10px;
  bottom: -4px;
  width: 110px;
  height: 80px;
  background-position: right bottom;
  background-repeat: no-repeat;
  content: "";
}

#c_inspection.p_bead .image_list .item1 .title::before {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_i_bead_001.png);
}

#c_inspection.p_bead .image_list .item2 .title::before {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_i_bead_002.png);
}

#c_inspection.p_bead .image_list .item3 .title::before {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_i_bead_003.png);
}

#c_inspection.p_bead .image_list .item4 .title::before {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_i_bead_004.png);
}

#c_inspection.p_bead .image_list .item5 .title::before {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_i_bead_005.png);
}

#c_inspection.p_bead .image_list .item6 .title::before {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_i_bead_006.png);
}

#c_inspection.p_bead .image_list .item7 .title::before {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_i_bead_007.png);
}

#c_inspection.p_bead .image_list .item8 .title::before {
  background-image: url(../../../../../img/ss/products/measure/welding/bg_i_bead_008.png);
}

#c_inspection.p_bead .prt_flexbox {
  justify-content: start;
}

#c_inspection.p_bead .prt_flexbox > .item {
  flex: none;
  width: calc((100% - 30px) / 4);
}

#c_inspection.p_bead .prt_flexbox > .item .image {
  border: 1px solid #047db1;
}

#c_inspection.p_el-components .comparison_images {
  position: relative;
  display: block;
}

#c_inspection.p_el-components .comparison_images::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 76px;
  background: url(../../../../../img/ss/products/measure/welding/bg_i_el-components_001.png) no-repeat center;
  background-size: contain;
  content: "";
  transform: translate(-150%, -100%);
}

#c_inspection.p_el-components .comparison_images .item {
  margin-left: 0;
  width: auto;
  text-align: left;
}

#c_inspection.p_el-components .comparison_images .item:first-child {
  float: left;
}

#c_inspection.p_el-components .comparison_images .item:first-child + .item {
  float: right;
}

#c_inspection.p_el-components .color_list li {
  text-align: left;
  font-size: 15px;
}

#c_inspection.p_el-components .color_list li::before {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 15px;
  content: "";
  transform: translate(0, 2px);
}

#c_inspection.p_el-components .color_list li.blue::before {
  background-color: #89cade;
}

#c_inspection.p_el-components .color_list li.green::before {
  background-color: #9ecb66;
}

#c_inspection.p_el-components .wi5000_image .figure {
  width: 265px;
}

#c_inspection.p_el-components .wi5000_image .desc {
  width: calc(100% - 265px);
}

#c_glossary.p_index th:first-child {
  width: 150px;
}

#c_glossary.p_index td .rels {
  margin-top: 15px;
}

#c_glossary.p_index td .rels .caption {
  font-weight: bold;
  font-size: 15px;
}

#c_glossary.p_index td .rels li.example::after {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 5px;
  background: #c00;
  color: #fff;
  content: "改善案例";
  font-weight: bold;
  font-size: 13px;
}

#c_download .main_contents {
  float: none;
  width: auto;
}

#c_download .main_contents p {
  word-break: break-all;
}

#c_download .main_contents a img {
  transition: opacity 0.2s;
}

#c_download .main_contents a:hover img {
  opacity: 0.7;
}

#c_download .main_contents img {
  border: solid 1px #ccc;
}

#c_download .main_contents .download_btn_box .ss_download_btn {
  margin: auto;
}

#c_download .main_contents .download_btn_box .ss_download_btn .txt01 {
  padding-right: 30px;
}

#c_download .main_contents .prt_main_section:last-child {
  margin-bottom: 0;
}

#c_download.p_index .prt_columns {
  margin-bottom: 0;
}

#c_download.p_index .download_list li {
  padding: 20px;
  border: 1px solid #d6d6d6;
}

#c_download.p_index .download_list li .ttl a {
  color: #0094d3;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
}

#c_download.p_index .download_list li .ttl a:hover {
  text-decoration: underline;
}

#c_download.p_index .download_list li .img {
  margin-bottom: 20px;
  text-align: center;
}

/* Media Screen
  ------------------------------- */
@media screen and (min-width: 641px) {

  /* General */
  .sp_view {
    display: none;
  }

  #header .list_box .tel_modal {
    display: none !important;
  }

  /* Index Nav Base Styles */
  .index_nav .nav_menu {
    margin: 0;
  }

  .index_nav .nav_menu > ul,
  .index_nav .nav_menu .nav_section {
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    width: 100%;
  }

  .index_nav .nav_menu > ul::after,
  .index_nav .nav_menu .nav_section::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }

  .index_nav .nav_menu .nav_item {
    float: left;
    margin: 0 0 20px 20px;
    width: calc((100% - 20px) / 2);
  }

  .index_nav .nav_menu .nav_item:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }

  .index_nav .ac_btn {
    position: relative;
    cursor: auto;
  }

  .index_nav .nav_list {
    display: block !important;
    padding: 0 !important;
  }

  .index_nav .nav_list > ul {
    padding: 25px 30px;
  }

  .index_nav .nav_list li {
    font-size: 15px;
    line-height: 1.3;
  }

  .index_nav .nav_list li:first-child {
    margin: 0;
  }

  .index_nav .nav_list li a::before {
    top: 0.25em;
  }

  /* Index Nav Unique Styles for each SS */
  .index_nav .nav_item:not(.glossary) {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
  }

  .index_nav .ac_btn {
    position: relative;
    margin: -1px -1px 0;
  }

  .index_nav .label {
    position: relative;
    display: block;
    padding: 16px 110px 14px 30px;
    background: #001127;
    color: #fff;
    font-size: 25px;
    line-height: 1.6;
  }

  .index_nav .label::before {
    position: absolute;
    top: 50%;
    right: 38px;
    color: #bdc5fe;
    content: "查看更多内容";
    font-size: 12px;
    line-height: 1.2;
    transform: translate(0, -50%);
  }

  .index_nav .label::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #bdc5fe;
    border-bottom: 1px solid #bdc5fe;
    content: "";
    font-size: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }

  .index_nav .nav_item.glossary .label {
    background: #0077a9;
  }

  .index_nav .nav_item.glossary .label::before {
    display: none;
  }

  .index_nav .nav_item.glossary .label::after {
    border-color: #fff;
  }

  .index_nav .nav_item.coming_soon {
    position: relative;
  }

  .index_nav .nav_item.coming_soon::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.6);
    content: "";
  }

  .index_nav .nav_item.coming_soon .nav_list {
    position: relative;
  }

  .index_nav .nav_item.coming_soon .nav_list::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    content: "近日公開";
    font-weight: bold;
    font-size: 36px;
    line-height: 1.3;
    transform: translate(-50%, -50%);
  }

  .index_nav .nav_item.coming_soon .nav_list {
    min-height: 145px;
  }

  .index_nav .nav_item.coming_soon .nav_list ul {
    display: none;
  }

  #p_home .index_nav .nav_menu .nav_list li {
    margin-top: 9px;
  }

  #p_home .index_nav .nav_menu .nav_list li:first-child {
    margin-top: 0;
  }

  #p_home .index_nav .nav_menu .nav_list li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    color: #010101;
  }

  #p_home .index_nav .nav_menu .nav_list li a::before {
    position: absolute;
    top: 0.4em;
    left: -4px;
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #e50012;
    content: "";
    transform: rotate(45deg);
  }

  /* Footer */
  #footer .js_sp_menu .nav_list {
    display: block !important;
    padding: 0 !important;
  }

  /* CV Area */
  /* Override */
  #footer .sitemap {
    background: #000;
  }

  #footer .sitemap a {
    color: #fff;
    opacity: 1;
  }

  #footer .sitemap .nav_menu > ul {
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    overflow: hidden;
  }

  #footer .sitemap .nav_item {
    margin-top: 45px;
    margin-bottom: 0;
    padding-left: 10px;
    border-left: 1px solid #404040;
  }

  #footer .sitemap .nav_item:nth-of-type(5n+1) {
    padding-left: 0;
    border-left: none;
  }

  #footer .sitemap .nav_item:nth-of-type(1),
  #footer .sitemap .nav_item:nth-of-type(2),
  #footer .sitemap .nav_item:nth-of-type(3),
  #footer .sitemap .nav_item:nth-of-type(4),
  #footer .sitemap .nav_item:nth-of-type(5) {
    margin-top: 0;
  }

  #footer .sitemap .glossary {
    font-weight: bold;
    font-size: 15px;
  }

  #footer .sitemap .nav_item.coming_soon {
    display: none;
  }

  #footer .sitemap .nav_item.for_coming_soon {
    margin-top: 0;
  }

  /* Pages */
}

@media screen and (max-width: 979px) {

  /* Header */
  #header {
    height: auto;
  }

  #header .site_title {
    width: 30.5%;
  }

  /* CV Bottom */
  #cv_contact {
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner {
    padding: 0 5px;
  }

  #pagetop {
    right: 0;
    margin-right: 0;
  }

  /* Index Nav */
  /* CV Area */
  /* Override */
  /* Modules */
  .prt_sect_cv::after {
    display: none;
  }

  .prt_sect_cv .button {
    margin: 0 0 20px;
    width: auto;
  }

  .prt_sect_cv .button.series,
  .prt_sect_cv .button.download {
    float: none;
  }

  .prt_sect_cv .button a {
    margin: 0 auto;
  }

  /* Pages */
  #c_inspection.p_el-components .comparison_images::after {
    padding: 11% 0 0;
    width: 6.4%;
    height: 0;
  }

  #c_inspection.p_el-components .comparison_images .item {
    width: 42.9%;
  }
}

@media screen and (max-width: 865px) {

  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner ul {
    flex-basis: 405px;
  }

  #cv_contact .fixed_wrapper .inner li {
    width: 200px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 14px;
  }

  /* Index Nav */
  /* CV Area */
  /* Override */
  /* Modules */
  /* Pages */
  #p_home .mainvisual .visual {
    height: 250px;
  }

  #p_home .mainvisual .visual .contents_wrap {
    padding: 38px 15px;
  }

  #p_home .mainvisual .visual .catch,
  #p_home .mainvisual .visual .button {
    text-align: center;
  }

  #p_home .mainvisual .visual .catch {
    margin-bottom: 18px;
  }

  #p_home .mainvisual .visual.image1 .catch img {
    max-height: 100px;
  }
}

@media screen and (max-width: 768px) {

  /* Header */
  #header .logo {
    width: 83px;
  }

  #header ul {
    width: 345px;
  }

  #header ul li {
    width: 170px;
  }

  #header ul li a {
    font-size: 12px;
  }

  #header .btn_download a::before {
    margin: 0 11px 0 0;
    width: 18px;
  }

  #header .btn_contact a::before {
    margin: -4px 4px 0 0;
    width: 20px;
  }

  #header .btn_box {
    width: 345px;
  }

  #header .btn_box li {
    width: 170px;
  }

  #header .btn_box li a {
    font-size: 12px;
  }

  #header .btn_box .btn_download a:before {
    height: auto;
  }

  #header .btn_box .btn_contact a:before {
    height: auto;
  }

  #header .inner {
    position: relative;
  }

  #header .logo {
    width: 180px;
  }

  #header ul {
    position: absolute;
    right: 5px;
    bottom: 0;
    float: none;
  }

  #header ul li {
    margin: 0;
    min-height: 36px;
    width: 50%;
  }

  #header ul .btn_download,
  #header ul .btn_contact {
    border-radius: 5px 5px 0 0;
  }

  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner ul {
    flex-basis: 345px;
  }

  #cv_contact .fixed_wrapper .inner li {
    width: 170px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 12px;
  }

  /* Index Nav */
  .index_nav .nav_menu > ul {
    display: block;
  }

  .index_nav .nav_menu .nav_item {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  .index_nav .nav_menu .nav_item:nth-child(2n+1) {
    margin-left: 0;
  }

  /* CV Area */
  /* Override */
  /* Modules */
  .prt_image_columns > .figure,
  .prt_image_columns > .desc {
    width: 45%;
    width: calc(50% - 10px);
  }

  .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_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 */
  #c_automation.p_example .prt_anchor_list {
    display: block;
    overflow: visible;
  }

  #c_automation.p_example .prt_anchor_list li {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  #c_inspection.p_el-components .wi5000_image {
    overflow: visible;
  }

  #c_inspection.p_el-components .wi5000_image .figure {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  #c_inspection.p_el-components .wi5000_image .desc {
    float: none;
    width: auto;
  }
}

@media screen and (max-width: 640px) {

  /* General */
  .pc_view {
    display: none;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
  }

  .contents_wrap {
    padding: 0 15px;
  }

  /* Header */
  #header {
    border: none;
  }

  #header .inner {
    padding: 0;
  }

  #header .head_box {
    margin: 0;
    padding: 12px 15px;
    width: 100%;
  }

  #header .head_box::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }

  #header .site_title {
    padding: 0;
    width: 60%;
  }

  #header .logo a {
    padding: 0;
  }

  #header ul {
    float: none;
    width: 100%;
  }

  #header ul li {
    width: 33.33333%;
    height: auto;
  }

  #header ul li a {
    display: block;
    min-height: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
  }

  #header ul li a::before {
    display: block;
  }

  #header ul li a .label {
    display: block;
  }

  #header ul li a .label > span {
    display: block;
  }

  #header ul .btn_download {
    margin-right: 0;
    border-radius: 0;
  }

  #header ul .btn_download a {
    padding: 10px 0 14px;
  }

  #header ul .btn_download a::before {
    margin: 0 auto 17px;
    width: 20px;
    height: 26px;
  }

  #header ul .btn_contact {
    margin-right: 0;
    border-radius: 0;
  }

  #header ul .btn_contact a {
    padding: 10px 0 5px;
  }

  #header ul .btn_contact a::before {
    margin: 0 auto 8px;
    width: 25px;
    height: 25px;
  }

  #header ul .btn_tel {
    display: block;
  }

  #header ul .btn_tel a {
    padding: 8px 0 5px;
  }

  #header ul .btn_tel a::before {
    margin: 0 auto 5px;
    width: 22px;
    height: 30px;
  }

  #header .inner {
    position: relative;
  }

  #header .logo {
    width: 115px;
  }

  #header ul {
    position: static;
  }

  #header ul li {
    min-height: 36px;
  }

  #header ul .btn_download,
  #header ul .btn_contact {
    border-radius: 0;
  }

  #header ul .tel_modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
  }

  #header ul .tel_modal .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  #header ul .tel_modal .numbers {
    position: absolute;
    top: 50%;
    right: 16px;
    left: 16px;
    transform: translate(0, -50%);
  }

  #header ul .tel_modal .close_btn {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 32px;
    height: 32px;
    background: #000;
    cursor: pointer;
  }

  #header ul .tel_modal .close_btn::before,
  #header ul .tel_modal .close_btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transform-origin: center;
  }

  #header ul .tel_modal .close_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #header ul .tel_modal .close_btn::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  #header ul .tel_modal a {
    display: block;
    margin: 8px 0;
    padding: 16px;
    border-radius: 4px;
    background: #00284a;
    font-size: 16px;
    opacity: 1;
  }

  #header ul .tel_modal a::before {
    content: none;
  }

  #header ul .tel_modal span {
    display: none;
  }

  #header ul .tel_modal.opened {
    display: block;
  }

  /* Breadcrumbs */
  #breadcrumb {
    order: 1;
  }

  #breadcrumb ul,
  #breadcrumb ol {
    padding: 0 15px;
  }

  /* Container */
  #container {
    padding: 25px 0 0;
  }

  /* Pager */
  #container .pager li a {
    padding: 8px;
  }

  #container .pager li a::before {
    top: 4px;
    bottom: 4px;
    width: 15px;
    background-size: 8px;
  }

  #container .pager li a > span {
    font-weight: bold;
    font-size: 13px;
  }

  #container .pager li a > strong {
    font-size: 16px;
    line-height: 1.5;
  }

  #container .pager .prev a {
    padding-left: 35px;
  }

  #container .pager .prev a::before {
    background-image: url(../../../../../img/ss/common/bg_pager_sp_001.png);
    background-position: center;
  }

  #container .pager .next a {
    padding-right: 35px;
  }

  #container .pager .next a::before {
    background-image: url(../../../../../img/ss/common/bg_pager_sp_002.png);
    background-position: center;
  }

  /* CV Bottom */
  #cv_contact {
    width: 100%;
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    background: #fff;
  }

  #cv_contact .fixed_wrapper .inner {
    display: block;
    padding: 0;
    width: auto;
    background-color: #001127;
  }

  #cv_contact .fixed_wrapper .inner p {
    display: block;
    padding: 8px 0;
    width: 100%;
    text-align: center;
  }

  #cv_contact .fixed_wrapper .inner p a {
    display: block;
    padding: 4px;
  }

  #cv_contact .fixed_wrapper .inner ul {
    width: 100%;
  }

  #cv_contact .fixed_wrapper .inner li {
    margin: 0;
    width: 50%;
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner li a {
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
  }

  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }

  #cv_contact.fixed .fixed_wrapper #pagetop a {
    position: fixed;
  }

  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }

  #cv_contact.fixed.hidden .fixed_wrapper #pagetop a {
    display: none;
  }

  #pagetop {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: auto;
    height: 60px;
    background: none;
  }

  #pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    width: 40px;
    height: 40px;
  }

  #pagetop a::before {
    margin-top: -4px;
    width: 16px;
    height: 16px;
  }

  #pagetop a::after {
    width: 16px;
    height: 16px;
  }

  /* Footer */
  #footer {
    order: 2;
  }

  #footer .sitemap {
    display: none;
  }

  #footer .js_sp_menu {
    display: block;
    padding: 0;
  }

  #footer .js_sp_menu .js_menu_button {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 10010;
    display: block;
    width: 49px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  #footer .js_sp_menu .js_menu_button::before,
  #footer .js_sp_menu .js_menu_button::after,
  #footer .js_sp_menu .js_menu_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: transform 0.3s ease;
  }

  #footer .js_sp_menu .js_menu_button::before {
    transform: translate(-50%, -10px);
  }

  #footer .js_sp_menu .js_menu_button::after {
    transform: translate(-50%, 6px);
  }

  #footer .js_sp_menu .js_menu_button i {
    transform: translate(-50%, -50%);
  }

  #footer .js_sp_menu .js_menu_button.pagein {
    opacity: 1;
    cursor: pointer;
  }

  #footer .js_sp_menu .inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 30px 15px 160px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
    transform: translate(100%, 0);
  }

  #footer .js_sp_menu .home_link {
    margin: 0 0 20px;
    padding-right: 32px;
  }

  #footer .js_sp_menu .home_link a {
    font-size: 0;
  }

  #footer .js_sp_menu .home_link a::before {
    color: #fff;
    content: attr(data-menu-label);
    font-weight: bold;
    font-size: 24px;
  }

  #footer .js_sp_menu .nav_menu > ul {
    display: block;
    overflow: visible;
  }

  #footer .js_sp_menu .nav_menu .nav_item {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
  }

  #footer .js_sp_menu .nav_menu .ac_btn {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
  }

  #footer .js_sp_menu .nav_menu .ac_btn:hover {
    background: #e7f1ff;
    color: #333;
  }

  #footer .js_sp_menu .nav_menu .ac_btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../../../../../img/ss/products/measure/welding/bg_nav_001.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transform: translate(0, -50%);
  }

  #footer .js_sp_menu .nav_menu .opened .ac_btn::after {
    background-image: url(../../../../../img/ss/products/measure/welding/bg_nav_002.png);
  }

  #footer .js_sp_menu .nav_menu .current .ac_btn {
    background: #e7f1ff;
    color: #333;
  }

  #footer .js_sp_menu .nav_menu .nav_list {
    display: none;
  }

  #footer .js_sp_menu .nav_menu .nav_list > ul {
    background-color: #fff;
  }

  #footer .js_sp_menu .nav_menu .nav_list li {
    font-size: 15px;
  }

  #footer .copy {
    padding: 12px 0;
  }

  #footer .copy p,
  #footer .copy ul {
    float: none;
    width: 100%;
    text-align: center;
  }

  #footer .copy ul {
    margin-bottom: 5px;
  }

  #footer .copy ul li a {
    font-weight: bold;
  }

  body.view-mode-sp #footer .inner {
    display: block;
  }

  body.menu-opened {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  body.menu-opened #footer .js_menu_button::before {
    transform: translate(-50%, -50%) rotate(-225deg);
  }

  body.menu-opened #footer .js_menu_button::after {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  body.menu-opened #footer .js_menu_button i {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  body.menu-opened #footer .inner {
    transform: translate(0);
  }

  /* Nav Menu */
  #side {
    float: none;
    width: auto;
  }

  #container .nav_menu .nav_item {
    margin: 0;
  }

  #container .nav_menu .ac_btn {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
  }

  #container .nav_menu .ac_btn:hover {
    background: #e7f1ff;
    color: #333;
  }

  #container .nav_menu .ac_btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../../../../../img/ss/products/measure/welding/bg_nav_001.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transform: translate(0, -50%);
  }

  #container .nav_menu .opened .ac_btn::after {
    background-image: url(../../../../../img/ss/products/measure/welding/bg_nav_002.png);
  }

  #container .nav_menu .current .ac_btn {
    background: #e7f1ff;
    color: #333;
  }

  #container .nav_list {
    display: none;
  }

  #container .nav_menu > ul {
    border: none;
    border-top: 1px solid #fff;
  }

  #container .nav_menu .nav_item:not(.glossary) {
    border-bottom: 1px solid #fff;
  }

  #container .nav_menu .ac_btn {
    padding: 10px 40px 10px 14px;
  }

  #container .nav_menu .ac_btn,
  #container .nav_menu .ac_btn:hover {
    background: #001127;
  }

  #container .nav_menu .ac_btn .label {
    color: #fff;
    opacity: 1;
  }

  #container .nav_menu .current .ac_btn {
    background: #001127;
  }

  #container .nav_menu .nav_list {
    padding: 0 0 10px;
  }

  #container .nav_menu .nav_list ul {
    padding: 16px 10px 14px;
    border: 1px solid #ccc;
    background: #fff;
  }

  #container .nav_menu .nav_list ul li {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.286;
  }

  #container .nav_menu .nav_list ul li:first-child {
    margin-top: 0;
  }

  #container .nav_menu .nav_list ul li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    color: #010101;
  }

  #container .nav_menu .nav_list ul li a::before {
    position: absolute;
    top: 0.4em;
    left: -4px;
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #e50012;
    content: "";
    transform: rotate(45deg);
  }

  #container .nav_menu .glossary {
    margin-top: 10px;
  }

  #container .nav_menu .glossary .label {
    position: relative;
    display: block;
    padding: 15px 30px 15px 15px;
    background: #0077a9;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.667;
  }

  #container .nav_menu .glossary .label::before {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    font-size: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }

  #container .nav_menu .nav_item.coming_soon {
    display: none;
  }

  #footer .js_sp_menu .nav_menu .nav_item {
    margin: 0;
  }

  #footer .js_sp_menu .nav_menu .ac_btn {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -ms-user-select: none;
  }

  #footer .js_sp_menu .nav_menu .ac_btn:hover {
    background: #e7f1ff;
    color: #333;
  }

  #footer .js_sp_menu .nav_menu .ac_btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../../../../../img/ss/products/measure/welding/bg_nav_001.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transform: translate(0, -50%);
  }

  #footer .js_sp_menu .nav_menu .opened .ac_btn::after {
    background-image: url(../../../../../img/ss/products/measure/welding/bg_nav_002.png);
  }

  #footer .js_sp_menu .nav_menu .current .ac_btn {
    background: #e7f1ff;
    color: #333;
  }

  #footer .js_sp_menu .nav_list {
    display: none;
  }

  #footer .js_sp_menu .nav_menu > ul {
    border: none;
    border-top: 1px solid #fff;
  }

  #footer .js_sp_menu .nav_menu .nav_item:not(.glossary) {
    border-bottom: 1px solid #fff;
  }

  #footer .js_sp_menu .nav_menu .ac_btn {
    padding: 10px 40px 10px 14px;
  }

  #footer .js_sp_menu .nav_menu .ac_btn,
  #footer .js_sp_menu .nav_menu .ac_btn:hover {
    background: #001127;
  }

  #footer .js_sp_menu .nav_menu .ac_btn .label {
    color: #fff;
    opacity: 1;
  }

  #footer .js_sp_menu .nav_menu .current .ac_btn {
    background: #001127;
  }

  #footer .js_sp_menu .nav_menu .nav_list {
    padding: 0 0 10px;
  }

  #footer .js_sp_menu .nav_menu .nav_list ul {
    padding: 16px 10px 14px;
    border: 1px solid #ccc;
    background: #fff;
  }

  #footer .js_sp_menu .nav_menu .nav_list ul li {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.286;
  }

  #footer .js_sp_menu .nav_menu .nav_list ul li:first-child {
    margin-top: 0;
  }

  #footer .js_sp_menu .nav_menu .nav_list ul li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    color: #010101;
  }

  #footer .js_sp_menu .nav_menu .nav_list ul li a::before {
    position: absolute;
    top: 0.4em;
    left: -4px;
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #e50012;
    content: "";
    transform: rotate(45deg);
  }

  #footer .js_sp_menu .nav_menu .glossary {
    margin-top: 10px;
  }

  #footer .js_sp_menu .nav_menu .glossary .label {
    position: relative;
    display: block;
    padding: 15px 30px 15px 15px;
    background: #0077a9;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.667;
  }

  #footer .js_sp_menu .nav_menu .glossary .label::before {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    font-size: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }

  #footer .js_sp_menu .nav_menu .nav_item.coming_soon {
    display: none;
  }

  /* Main Contents */
  .main_contents {
    float: none;
    padding: 0 0 25px;
    width: auto;
  }

  /* CV Area */
  /* Override */
  /* Modules */
  .ss_download_btn.icon01 > span:first-child {
    background: url(../../../../../img/ss/common/bg_icon_dl_002.png) no-repeat left center;
  }

  .ss_download_btn img {
    max-width: 100%;
    height: auto;
  }

  .ss_download_btn .img02 img {
    width: 48px;
  }

  .ss_download_btn .img03 img {
    width: 67px;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    padding-left: 24px;
    width: calc(100% - 24px);
    font-size: 12px;
  }

  .ss_download_btn .txt02 {
    padding-right: 60px;
  }

  .ss_download_btn .txt04 {
    padding-right: 77px;
  }

  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }

  .prt_rsp_tbl {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border: none;
  }

  .prt_rsp_tbl caption,
  .prt_rsp_tbl thead,
  .prt_rsp_tbl tbody,
  .prt_rsp_tbl tr,
  .prt_rsp_tbl th,
  .prt_rsp_tbl td,
  .prt_rsp_tbl.scroll_body tr,
  .prt_rsp_tbl.scroll_body thead,
  .prt_rsp_tbl.scroll_body tbody {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }

  .prt_rsp_tbl.scroll_body tbody {
    border: none;
  }

  .prt_rsp_tbl caption {
    margin: 0 0 5px;
    text-align: left;
  }

  .prt_rsp_tbl caption .prt_inblock {
    margin-right: 1em;
    margin-left: 0;
  }

  .prt_rsp_tbl [data-label]::before {
    content: attr(data-label);
  }

  .prt_rsp_tbl .pc_view,
  .prt_rsp_tbl.scroll_body .pc_view {
    display: none;
  }

  .prt_rsp_tbl.spmode_txt caption.head {
    margin: 0 0 10px;
    padding: 0 5px 3px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt tr {
    padding: 10px 0;
  }

  .prt_rsp_tbl.spmode_txt tr:first-child {
    padding-top: 0;
  }

  .prt_rsp_tbl.spmode_txt th,
  .prt_rsp_tbl.spmode_txt td {
    padding: 0;
    border: none;
    background: none;
    color: inherit;
  }

  .prt_rsp_tbl.spmode_txt .prt_list_disc {
    margin: 0;
  }

  .prt_rsp_tbl.spmode_txt .prt_cell_wrap {
    display: block;
    padding: 0;
  }

  .prt_rsp_tbl.spmode_txt th .prt_cell_wrap {
    padding: 8px 0 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child [data-label]:first-child::before {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_01 th,
  .prt_rsp_tbl.spmode_txt.type_01 [data-label]::before {
    display: block;
    margin: 10px 0 5px;
    padding: 0 5px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
    text-align: left;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_01 td {
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02 tr {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_txt.type_02 tr:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_02 th,
  .prt_rsp_tbl.spmode_txt.type_02 td {
    padding: 0 10px;
    border: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02 caption.head,
  .prt_rsp_tbl.spmode_txt.type_02 th:first-child {
    margin: 10px 0 0;
    background: #636363;
    color: #fff;
    text-indent: 0;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_02 caption.head.sub,
  .prt_rsp_tbl.spmode_txt.type_02 th:first-child.sub {
    background: #d9d9d9;
    color: #333;
  }

  .prt_rsp_tbl.spmode_txt.type_02 caption.head {
    padding: 8px 10px 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_02 thead {
    margin: 0 0 20px;
  }

  .prt_rsp_tbl.spmode_txt.type_02 thead th::before {
    content: "・";
  }

  .prt_rsp_tbl.spmode_txt.type_02 tr:first-child th:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_02 th:first-child .prt_cell_wrap {
    padding: 8px 0 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_02 th + td {
    margin-top: 10px;
  }

  .prt_rsp_tbl.spmode_txt.type_02 [data-label]::before {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    background: none;
    content: "["attr(data-label) "]";
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_02 [data-label]:first-child::before {
    content: "["attr(data-label) "]";
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_cell tr {
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_cell tr:first-child,
  .prt_rsp_tbl.spmode_cell tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_cell tr:first-child [data-label]:first-child::before {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_cell th,
  .prt_rsp_tbl.spmode_cell [data-label]::before {
    display: block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #636363;
    color: #fff;
    content: attr(data-label);
    text-align: left;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_cell td {
    padding: 0;
  }

  .prt_rsp_tbl.spmode_cell .prt_cell_wrap {
    padding: 10px;
  }

  .prt_rsp_tbl.spmode_cell .prt_col2_cell {
    clear: none;
    width: 50%;
  }

  .prt_rsp_tbl.spmode_cell .prt_col2_cell:nth-of-type(2n+1) {
    clear: left;
  }

  .prt_rsp_tbl.spmode_cell .prt_col2_cell[data-label]::before,
  .prt_rsp_tbl.spmode_cell .prt_col2_cell .prt_cell_wrap {
    text-align: center;
  }

  .prt_rsp_tbl.spmode_cell .prt_col3_cell {
    clear: none;
    width: 33.3%;
  }

  .prt_rsp_tbl.spmode_cell .prt_col3_cell:nth-of-type(4n-1) {
    clear: left;
    width: 33.4%;
  }

  .prt_rsp_tbl.spmode_cell .prt_col3_cell[data-label]::before,
  .prt_rsp_tbl.spmode_cell .prt_col3_cell .prt_cell_wrap {
    text-align: center;
  }

  .prt_rsp_tbl.spmode_cell.type_02 tr {
    margin: 0;
    border-top: none;
  }

  .prt_rsp_tbl.spmode_cell.type_02 tr:first-child {
    border-top: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_cell.type_02 th {
    width: 100%;
  }

  .prt_rsp_tbl.spmode_cell.type_02 td {
    padding: 10px;
  }

  .prt_tbl th,
  .prt_tbl td {
    padding: 10px;
  }

  .sp_scroll_body,
  .sp_scroll_body caption,
  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    display: block;
    width: 100%;
    border: none;
  }

  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    border-left: 1px solid #ccc;
  }

  .sp_scroll_body thead {
    overflow-y: scroll;
  }

  .sp_scroll_body tbody {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 315px;
    border-bottom: 1px solid #ccc;
  }

  .sp_scroll_body tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .sp_scroll_body th,
  .sp_scroll_body td {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  .prt_caption_01,
  .prt_defines_01 > .title,
  .prt_defines_02 > .title {
    font-size: 16px;
  }

  .prt_header_01 {
    padding: 15px 80px 15px 15px;
    font-size: 22px;
  }

  .prt_header_02 .label {
    padding: 11px 0 10px;
    font-size: 20px;
  }

  .prt_header_03 {
    margin: 15px 0;
    padding: 5px 10px;
    font-size: 18px;
  }

  .prt_header_04 {
    font-size: 18px;
  }

  .prt_header_05 {
    font-size: 16px;
  }

  .prt_inblock {
    display: inline-block;
  }

  .prt_note_01 {
    font-size: 13px;
    line-height: 1.615;
  }

  .prt_note_01::before {
    content: "* ";
  }

  .prt_anchor_list {
    display: block;
    overflow: visible;
  }

  .prt_anchor_list 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_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_figure_01 .image {
    text-align: center;
    font-size: 0;
  }

  .prt_figure_01 .caption {
    margin: 8px 0;
    font-size: 13px;
    line-height: 1.615;
  }

  .prt_image_contents:after {
    display: none;
  }

  .prt_image_contents .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_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_box_01,
  .prt_box_02 {
    margin: 20px 0 30px;
    padding: 15px;
  }

  .prt_rsp_tbl {
    font-size: 100%;
  }

  .prt_rsp_tbl th,
  .prt_rsp_tbl td {
    height: auto;
  }

  .prt_rsp_tbl.spmode_txt tbody tr,
  .prt_rsp_tbl.spmode_txt.type_02 tbody tr {
    margin: 0;
    padding: 10px 0;
  }

  .prt_rsp_tbl.spmode_txt tbody tr:first-child,
  .prt_rsp_tbl.spmode_txt.type_02 tbody tr:first-child {
    padding-top: 0;
  }

  .prt_rsp_tbl.spmode_txt tbody th,
  .prt_rsp_tbl.spmode_txt.type_02 tbody th {
    margin: 0;
    background: #636363;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt tbody th .prt_cell_wrap,
  .prt_rsp_tbl.spmode_txt.type_02 tbody th .prt_cell_wrap {
    display: block;
    padding: 8px 0 6px;
  }

  .prt_rsp_tbl.spmode_txt tbody th.sub,
  .prt_rsp_tbl.spmode_txt.type_02 tbody th.sub {
    background: #d9d9d9;
    color: #000;
  }

  /* Pages */
  #p_home .mainvisual .visual .contents_wrap {
    padding: 72px 22px;
  }

  #p_home .mainvisual .visual .catch,
  #p_home .mainvisual .visual .button {
    text-align: inherit;
  }

  #p_home .mainvisual .visual .catch {
    margin-bottom: 22px;
  }

  #p_home .mainvisual .visual .button {
    padding: 0;
  }

  #p_home .mainvisual .visual .button a {
    padding: 8px 24px 10px;
    min-width: 180px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.364;
  }

  #p_home .mainvisual .visual .button a i {
    right: 6px;
    width: 14px;
    height: 5px;
  }

  #p_home .mainvisual .visual .button a i::before {
    width: 10px;
  }

  #p_home .mainvisual .visual .button a i::after {
    border-width: 1.75px 0 1.75px 4px;
  }

  #p_home .mainvisual .visual.image1 {
    background-image: url(../../../../../img/ss/products/measure/welding/bg_index_002.jpg);
  }

  #p_home .mainvisual .visual.image1 .catch img {
    max-height: 63px;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 tbody tr {
    padding: 0;
    border-bottom: none;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 tbody tr:last-child.last_child {
    margin-bottom: 0;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 tbody .has_list_item {
    padding-bottom: 0;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 tbody .is_child {
    padding: 0;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 tbody .last_child {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 [data-label]:before {
    display: block;
    margin: 5px 0 0;
    content: attr(data-label) ":";
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 .sublabel {
    padding: 8px 10px 6px;
    background: #d9d9d9;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 .sublabel:before {
    display: inline;
    margin: 0 10px 0 0;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 .sublabel.empty {
    display: none;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 td {
    margin: 0;
  }

  #c_type .prt_rsp_tbl.spmode_txt.type_02 td .item {
    display: list-item;
    list-style: disc inside;
  }

  #c_glossary.p_index th:first-child {
    width: 100%;
  }

  #c_inspection.p_el-components .comparison_images {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #c_inspection.p_el-components .comparison_images::after {
    position: static;
    order: 2;
    margin: 0 auto 20px;
    padding: 0;
    width: 30px;
    height: 52px;
    transform: rotate(90deg);
  }

  #c_inspection.p_el-components .comparison_images .item {
    margin: 0 0 20px;
    width: auto;
  }

  #c_inspection.p_el-components .comparison_images .item:first-child {
    order: 1;
    float: none;
  }

  #c_inspection.p_el-components .comparison_images .item:first-child + .item {
    order: 3;
    float: none;
  }

  #c_download .main_contents {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {

  /* Header */
  #header ul li a,
  #header .btn_box li a {
    font-size: 10px;
  }

  #header ul .btn_download a,
  #header .btn_box .btn_download a {
    padding: 10px 0;
  }

  #header ul .btn_download a::before,
  #header .btn_box .btn_download a::before {
    width: 16px;
    height: 20px;
  }

  #header ul .btn_contact a::before,
  #header .btn_box .btn_contact a::before {
    width: 21px;
    height: 21px;
  }

  #header ul .btn_tel a::before,
  #header .btn_box .btn_tel a::before {
    width: 18px;
    height: 26px;
  }

  /* CV Bottom */
  #cv_contact .fixed_wrapper .inner li a {
    padding: 10px 5px;
    font-size: 11px;
  }

  #cv_contact .fixed_wrapper .inner li a i {
    width: 26px;
    height: 26px;
  }

  #cv_contact .fixed_wrapper .inner li span {
    width: calc(100% - 26px);
  }

  #cv_contact .fixed_wrapper .inner .catalog a i::before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }

  #cv_contact .fixed_wrapper .inner .contact a i::before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  /* CV Area */
  /* Override */
  /* Modules */
  /* Pages */
}

/*-----------------------------------------------------
download_btn_002
-----------------------------------------------------*/
.ss_subpage_bnr_wrap .ss_subpage_bnr {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 auto;
  padding: 10px 40px;
  width: calc(100% - 40px);
  border: 1px solid #001127;
  text-decoration: none;
}

.ss_subpage_bnr_wrap .ss_subpage_bnr:hover {
  opacity: 0.7;
}

.ss_subpage_bnr_wrap .ss_download_btn > a:hover {
  opacity: inherit;
}

.ss_subpage_bnr > * {
  color: #333;
}

.ss_subpage_bnr .bnr_innerimg {
  margin-right: 20px;
}

.ss_subpage_bnr .bnr_cnts {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
}

.ss_subpage_bnr .bnr_cnts .bnr_title {
  position: relative;
  padding: 10px 0 5px 5px;
  font-size: 20px;
}

.ss_subpage_bnr .bnr_cnts .bnr_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2px);
  height: 1px;
  background: #001127;
  content: "";
}

.ss_subpage_bnr .bnr_txt {
  padding: 5px 0 10px;
  font-size: 14px;
  line-height: 1.7;
}

.ss_subpage_bnr .bnr_btn_wrap {
  margin-top: auto;
  text-align: center;
}

.ss_subpage_bnr .bnr_btn_wrap .bnr_btn_txt {
  display: inline-block;
  padding: 8px 61px 9px 65px;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
}

.ss_subpage_bnr .bnr_btn_wrap .bnr_btn_txt .bnr_btn_txt_inner {
  position: relative;
  color: #fff;
  font-weight: bold;
}

.ss_subpage_bnr .bnr_btn_wrap .bnr_btn_txt .bnr_btn_txt_inner::before {
  position: absolute;
  top: -3px;
  left: -55px;
  width: 18px;
  height: 24px;
  background: url(../../../../../img/ss/common/bg_icon_dl_001.png) no-repeat;
  content: "";
}

@media screen and (min-width: 640px) and (max-width: 940px) {
  .ss_subpage_bnr_wrap .ss_subpage_bnr {
    padding: 10px 20px;
    width: auto;
  }
}

@media screen and (max-width: 940px) {
  .ss_subpage_bnr .bnr_btn_wrap {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .ss_subpage_bnr_wrap .ss_subpage_bnr {
    padding: 10px;
    width: auto;
  }

  .ss_subpage_bnr .bnr_cnts .bnr_title {
    padding: 0 0 5px 5px;
  }
}

@media screen and (max-width: 370px) {
  .ss_subpage_bnr .bnr_cnts {
    width: 60%;
  }

  .ss_subpage_bnr .bnr_btn_wrap .bnr_btn_txt {
    padding: 8px 18px 5px 49px;
  }

  .ss_subpage_bnr .bnr_btn_wrap .bnr_btn_txt .bnr_btn_txt_inner::before {
    left: -40px;
  }
}

@media all and (-ms-high-contrast:none) {
  .ss_subpage_bnr .bnr_cnts {
    width: 400px;
  }

  .ss_subpage_bnr .bnr_cnts .bnr_title,
  .ss_subpage_bnr .bnr_cnts .bnr_txt,
  .ss_subpage_bnr .bnr_cnts .bnr_btn_wrap {
    display: inline-block;
  }

  .ss_subpage_bnr .bnr_cnts .bnr_btn_wrap {
    margin-top: 20px;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 790px) and (max-width: 900px) {
  .ss_subpage_bnr .bnr_cnts {
    width: 300px;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 750px) and (max-width: 790px) {
  .ss_subpage_bnr .bnr_cnts {
    width: 260px;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 690px) and (max-width: 750px) {
  .ss_subpage_bnr .bnr_cnts {
    width: 210px;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 640px) and (max-width: 690px) {
  .ss_subpage_bnr .bnr_cnts {
    width: 170px;
  }

  .ss_subpage_bnr .bnr_innerimg {
    margin-right: 5px;
  }

  .ss_subpage_bnr .bnr_btn_wrap .bnr_btn_txt {
    padding: 8px 45px 5px 45px;
  }

  .ss_subpage_bnr .bnr_btn_wrap .bnr_btn_txt .bnr_btn_txt_inner::before {
    left: -30px;
  }

  .ss_subpage_bnr .bnr_cnts .bnr_btn_wrap {
    margin-top: 5px;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 600px) and (max-width: 640px) {
  .ss_subpage_bnr .bnr_cnts {
    width: 350px;
  }
}

@media all and (-ms-high-contrast:none) and (max-width: 600px) {
  .ss_subpage_bnr .bnr_cnts {
    width: 300px;
  }
}
