@charset "UTF-8";

/* General
------------------------------ */
body {
  min-width: 0;
  font-family: myriad-pro, Roboto, helvetica, Arial, meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main {
  display: block;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  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;
}

.js_highlight_words {
  display: inline-block;
  padding: 0 2px;
  background: #ff9;
  color: #333;
}

#container {
  position: relative;
  padding: 40px 0 100px;
}

/* Layouts
------------------------------ */
#header {
  position: relative;
  z-index: 1000;
  width: 100%;
  border-top: 4px solid #5ebbf1;
  background: #282828;
}

#header .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px;
}

#header .site_title {
  flex: 0 0 406px;
  margin-right: auto;
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}

#header a {
  text-decoration: none;
}

#header .list_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex: 0 0 401px;
}

#header .list_box li {
  flex: 0 0 198px;
  min-height: 38px;
}

#header .list_box li a {
  display: table;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  table-layout: fixed;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25;
}

#header .list_box li a::before {
  display: table-cell;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

#header .list_box li a .label {
  display: table-cell;
  padding: 3px 4px;
  vertical-align: middle;
  text-align: center;
}

#header .list_box li a .label>span {
  display: none;
  font-weight: bold;
}

#header .list_box .btn_download {
  margin-right: 5px;
  border: 1px solid #5e1f19;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background-color: #e60012;
}

#header .list_box .btn_download a::before {
  width: 18px;
  background-image: url(../../../../../img/ss/common/bg_icon_dl_001.png);
}

#header .list_box .btn_contact {
  border: 1px solid #1a5f20;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background-color: #41a147;
}

#header .list_box .btn_contact a::before {
  width: 24px;
  background-image: url(../../../../../img/ss/common/bg_icon_contact_001.png);
}

#header .list_box .btn_tel {
  display: none;
  background-color: #00284a;
}

#header .list_box .btn_tel a::before {
  background-image: url(../../../../../img/ss/common/bg_icon_tel_001.png);
}

#header .logo {
  flex: 0 0 93px;
  margin-left: 10px;
  line-height: 1;
}

#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}

#header .logo a img {
  max-width: 100%;
  height: auto;
}

#header .site_title {
  padding: 8px 0;
}

#globalnav {
  background: #282828;
  font-size: 16px;
}

#globalnav sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

#globalnav sub {
  vertical-align: sub;
  font-size: smaller;
}

#globalnav .js_menu_button {
  font-size: 0;
}

#globalnav .nav_menu {
  margin: 0 auto;
  max-width: 980px;
}

#breadcrumb {
  padding: 9px 0;
  border-bottom: 1px solid #e4e4e4;
  background: #eaf0f7;
  background: #fff;
}

#breadcrumb a {
  color: #06c;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb ul,
#breadcrumb ol {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 960px;
  text-align: left;
}

#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 12px;
}

#breadcrumb li::after {
  display: inline-block;
  margin: 0 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  content: "";
  vertical-align: 2px;
  transition: all 0.3s;
  transform: rotate(45deg);
}

#breadcrumb li:last-child {
  padding-right: 0;
}

#breadcrumb li:last-child::after {
  display: none;
}

#container .pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
  margin: 50px 0 0;
  width: 100%;
  height: auto;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  word-wrap: break-word;
}

#container .pager li {
  position: relative;
  display: block;
  flex: 1 1 50%;
  width: 50%;
  border-left: 1px solid #e3e3e3;
}

#container .pager li a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  opacity: 1;
}

#container .pager li a .label {
  display: table-cell;
  padding: 16px;
}

#container .pager li a .label::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  display: block;
  width: 23px;
  background-color: #5ebbf1;
  background-repeat: no-repeat;
  content: "";
}

#container .pager li a .label>strong {
  display: block;
  color: #5ebbf1;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

#container .pager li a .label>span {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

#container .pager li a:hover {
  background-color: #e0f4ff;
  opacity: 1;
}

#container .pager li:first-child {
  border-left: none;
}

#container .pager .prev {
  float: left;
}

#container .pager .prev a .label {
  padding-left: 55px;
}

#container .pager .prev a .label::before {
  left: 0;
  background-image: url(../../../../../img/ss/common/bg_pager_001.png);
  background-position: 3px center;
}

#container .pager .next {
  float: right;
  text-align: right;
}

#container .pager .next a .label {
  padding-right: 55px;
}

#container .pager .next a .label::before {
  right: 0;
  background-image: url(../../../../../img/ss/common/bg_pager_002.png);
  background-position: 5px center;
}

#container .back_index {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  font-size: 14px;
  line-height: inherit;
}

#container .back_index a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-align: left;
  text-decoration: none;
}

#container .back_index a::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 16px;
  height: 17px;
  background: #5ebbf1 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_contact {
  position: relative;
  width: 100%;
  height: 68px;
}

#cv_contact a {
  text-decoration: none;
}

#cv_contact .fixed_wrapper {
  position: relative;
  padding: 9px 0 8px;
  width: 100%;
  height: 68px;
  background: #282828;
}

#cv_contact .fixed_wrapper .inner {
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px;
}

#cv_contact .fixed_wrapper .inner p {
  float: left;
  padding: 12px 0 10px;
  width: 420px;
}

#cv_contact .fixed_wrapper .inner p a {
  display: inline-block;
  color: #fff;
  vertical-align: bottom;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  cursor: default;
}

#cv_contact .fixed_wrapper .inner p img {
  max-width: 100%;
  height: auto;
}

#cv_contact .fixed_wrapper .inner ul {
  float: right;
  width: 465px;
}

#cv_contact .fixed_wrapper .inner li {
  display: table;
  float: left;
  margin: 0 0 0 5px;
  width: 230px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li:first-child {
  margin: 0;
}

#cv_contact .fixed_wrapper .inner li a {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: none;
}

#cv_contact .fixed_wrapper .inner li a i {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 46px;
  vertical-align: middle;
}

#cv_contact .fixed_wrapper .inner li a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

#cv_contact .fixed_wrapper .inner li span {
  display: inline-block;
  margin-top: 2px;
  width: calc(100% - 44px);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#cv_contact .fixed_wrapper .inner .catalog {
  border: 1px solid #5e1f19;
  background: #e60012;
}

#cv_contact .fixed_wrapper .inner .catalog a span {
  margin-left: -4.8%;
}

#cv_contact .fixed_wrapper .inner .catalog a i::before {
  width: 18px;
  height: 24px;
  background: url(../../../../../img/ss/common/bg_icon_dl_001.png) no-repeat center;
}

#cv_contact .fixed_wrapper .inner .contact {
  border: 1px solid #1a5f20;
  background: #41a147;
}

#cv_contact .fixed_wrapper .inner .contact a span {
  margin-left: -3.8%;
}

#cv_contact .fixed_wrapper .inner .contact a i::before {
  width: 24px;
  height: 24px;
  background: url(../../../../../img/ss/common/bg_icon_contact_001.png) no-repeat center;
}

#cv_contact #pagetop {
  position: absolute;
  top: -71px;
  right: 50%;
  margin: 0 -590px 0 0;
  width: 50px;
}

#cv_contact #pagetop a {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 51px;
  background: #282828;
  transition: none;
}

#cv_contact #pagetop a::before {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

#cv_contact #pagetop a::after {
  position: absolute;
  top: 50%;
  left: 31.37255%;
  display: block;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  background: #282828;
  content: "";
  transform: rotate(45deg);
}

#cv_contact #pagetop a:hover {
  opacity: 0.7 !important;
}

#cv_contact.fixed .fixed_wrapper {
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 10000;
}

#cv_contact.fixed.hidden .fixed_wrapper {
  display: none;
}

#footer .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px;
}

#footer .inner::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#footer .copy {
  padding: 20px 0;
  background-color: #fff;
}

#footer .copy a {
  text-decoration: none;
}

#footer .copy p {
  float: left;
  width: 50%;
  color: #333;
  font-size: 12px;
}

#footer .copy ul {
  float: right;
  width: 50%;
  text-align: right;
}

#footer .copy ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: solid 1px #333;
}

#footer .copy ul li:last-child {
  border-right: none;
}

#footer .copy ul li a {
  color: #333;
  font-size: 12px;
  opacity: 1;
}

#footer .copy ul li a:hover {
  text-decoration: underline;
}

.main_contents {
  color: #333;
  font-size: 16px;
}

.main_contents p {
  margin: 15px 0;
}

.main_contents a {
  color: #06c;
  text-decoration: none;
  opacity: 1;
}

.main_contents a span {
  text-decoration: inherit;
}

.main_contents a:hover {
  text-decoration: underline;
}

.main_contents .ss_download_btn,
.main_contents .prt_series_btn,
.main_contents .prt_inquiry_btn,
.main_contents .prt_inquiry_banner {
  text-decoration: none;
}

.main_contents .ss_download_btn:hover,
.main_contents .prt_series_btn:hover,
.main_contents .prt_inquiry_btn:hover,
.main_contents .prt_inquiry_banner:hover {
  text-decoration: none;
  opacity: 0.7;
}

.main_contents .ss_download_btn:hover *,
.main_contents .prt_series_btn:hover *,
.main_contents .prt_inquiry_btn:hover *,
.main_contents .prt_inquiry_banner:hover * {
  text-decoration: none;
}

.main_contents>*:last-child {
  margin-bottom: 0;
}

.cv_right {
  position: absolute;
  top: 184px;
  left: 50%;
  margin: 0 0 320px 520px;
  width: 230px;
}

.cv_right a,
.cv_right .banner {
  display: block;
}

.cv_right a {
  background: #fff;
  opacity: 1;
}

.cv_right .banner {
  overflow: hidden;
  width: 230px;
  background: #fff;
}

.cv_right a:hover .banner {
  opacity: 0.7;
}

.cv_right .ss_download_btn.bnr {
  padding: 0 5px;
  height: 22px;
  border-radius: 3px;
}

.cv_right .ss_download_btn.bnr .txt05 {
  padding: 2px 0 2px 17px;
  background-size: 10px auto;
}

.cv_right .banner {
  border: 2px solid #5ebbf1;
}

.cv_right .thumb {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cv_right .thumb .image,
.cv_right .thumb .name {
  display: table-cell;
  vertical-align: middle;
}

.cv_right .thumb .image {
  padding: 10px 10px 0;
  width: 80px;
  text-align: center;
}

.cv_right .thumb .name {
  padding: 10px 10px 0 0;
  color: #000;
  letter-spacing: -1px;
  font-size: 13px;
  line-height: 1.6;
}

.cv_right .thumb .name strong {
  color: #070707;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}

.cv_right .document .thumb .image img {
  border: 1px solid #ccc;
}

.cv_right .catalog .thumb .image {
  padding: 0;
  width: 90px;
}

.cv_right .button {
  padding: 10px;
}

.cv_right .ss_download_btn.bnr {
  max-width: none;
}

.cv_right .asset_bnr {
  margin: 0 0 10px;
}

.cv_right .asset_bnr .caption {
  padding: 5px 5px 4px;
  background: #5ebbf1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

.cv_right .series_list li {
  margin: 10px 0 0;
}

.cv_right .series_list .banner {
  border-width: 2px;
}

.cv_right .series_list:first-child li:first-child {
  margin-top: 0;
}

.cv_area {
  margin: 40px auto 0;
  max-width: 780px;
}

.cv_area a {
  display: block;
  color: #333;
  text-decoration: none;
}

.cv_area a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.cv_area .banner {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border: 2px solid #5ebbf1;
}

.cv_area .thumb {
  order: 1;
  flex: 1 0 144px;
  box-sizing: content-box;
  padding: 0 16px;
}

.cv_area .lead {
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #5ebbf1;
  font-weight: bold;
  font-size: 24px;
}

.cv_area .button .ss_download_btn {
  opacity: 1;
}

.cv_area .button .ss_download_btn:hover {
  opacity: 1;
}

.cv_area .ss_download_btn .txt01 {
  padding-right: 30px;
}

/* Modules
------------------------------- */
.prt_main_section {
  margin: 30px 0 60px;
}

.prt_sub_section {
  margin: 30px 0 40px;
}

.prt_header_01 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 88px;
  font-weight: normal;
  font-size: 38px;
  line-height: 1.11;
}

.prt_header_01::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  background: #5ebbf1;
  content: "";
  transform: translate(0, -50%);
}

.prt_header_01::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  margin: -2px 0 0;
  width: 74px;
  height: 40px;
  border-bottom: 1px solid #f3f3f3;
  background: linear-gradient(128deg, #333 0, #333 57px, #f3f3f3 58px);
  content: "";
  transform: translate(0, -50%);
}

.prt_header_01 .cat {
  margin: 4px 0;
  font-size: 16px;
}

.prt_header_01 small {
  display: inline-block;
  font-size: smaller;
}

.prt_header_02 {
  position: relative;
  margin: 20px 0;
  padding: 16px 14px 16px 38px;
  border-radius: 5px 5px 0 0;
  background: #282828;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.091;
}

.prt_header_02::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 14px;
  width: 5px;
  background: #5ebbf1;
  content: "";
}

.prt_header_03 {
  position: relative;
  margin: 20px 0;
  padding: 16px 14px 14px 34px;
  border: 1px solid #e3e3e3;
  border-bottom: 3px solid #5ebbf1;
  border-radius: 5px 5px 0 0;
  background: #fff;
  background: linear-gradient(#fff, #e3e3e3);
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.091;
}

.prt_header_03::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 14px;
  width: 4px;
  background: #5ebbf1;
  content: "";
}

.prt_header_04 {
  margin: 10px 0 14px;
  padding: 0 0 6px;
  border-bottom: 2px solid #5ebbf1;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

.prt_header_05 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.444;
}

.prt_lead_01 {
  color: #5ebbf1;
  font-weight: bold;
}

.prt_lead_02 {
  color: #a30006;
  font-weight: bold;
  font-size: 20px;
}

.prt_alpha_list_02.caption {
  text-align: center;
}

.prt_inblock {
  display: inline-block;
}

.prt_bold,
strong {
  font-weight: bold;
}

.prt_small {
  font-size: 13px;
}

.prt_red {
  color: #a30006;
}

.prt_linktext_01 {
  text-align: right;
}

.prt_linktext_01.left {
  text-align: left;
}

.prt_linktext_01 p {
  margin: 0;
}

.prt_linktext_01 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  vertical-align: bottom;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
}

.prt_linktext_01 a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #5ebbf1;
  content: "";
}

.prt_linktext_01 a:hover {
  text-decoration: underline;
}

.prt_note_01 {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.615;
}

.prt_note_01::before {
  margin-right: 0.5em;
  content: "*";
}

.prt_sup,
.main_contents sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

.prt_sub,
.main_contents sub {
  vertical-align: sub;
  font-size: smaller;
}

.prt_downloadtext_01 {
  margin-top: 20px;
}

.prt_downloadtext_01 .txt_link {
  position: relative;
  display: inline-block;
  padding: 3px 0 0 36px;
  text-decoration: none;
}

.prt_downloadtext_01 .txt_link:hover {
  color: #f00;
  opacity: 0.7;
}

.prt_downloadtext_01 .txt_link:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: url(../../../../../img/ss/common/bg_icon_dl_002.png) center center no-repeat #d00202;
  content: "";
}

.prt_anchor_list_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 24px 0 36px;
  padding: 9px 10px 7px 0;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.prt_anchor_list_01 li {
  position: relative;
  margin: 3px 14px;
  padding-left: 14px;
  font-size: 16px;
}

.prt_anchor_list_01 li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 7px 5px 0;
  border-style: solid;
  border-color: #5ebbf1 transparent transparent;
  content: "";
  font-size: 0;
}

.prt_anchor_list_01 li a {
  color: #333;
  text-decoration: none;
}

.prt_anchor_list_01 li a:hover {
  text-decoration: underline;
}

.prt_anchor_list_02 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 25px;
}

.prt_anchor_list_02>li {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  width: 48%;
  width: calc(50% - 5px);
}

.prt_anchor_list_02>li:first-child,
.prt_anchor_list_02>li:first-child+li {
  margin-top: 0;
}

.prt_anchor_list_02>li:nth-of-type(2n+1) {
  margin-left: 0;
}

.prt_anchor_list_02>li a {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #282828;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.571;
  opacity: 1;
}

.prt_anchor_list_02>li a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  content: "";
  transform: translate(0, -50%) rotate(45deg);
}

.prt_anchor_list_02>li a .label {
  display: table-cell;
  padding: 8px 20px 8px 40px;
  vertical-align: middle;
}

.prt_anchor_list_02>li a:hover {
  background: #282828;
  color: #fff;
}

.prt_anchor_list_02>li a:hover::before {
  border-color: #fff;
}

.prt_anchor_list_03 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 25px;
}

.prt_anchor_list_03>li {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  width: 48%;
  width: calc(50% - 5px);
}

.prt_anchor_list_03>li:first-child,
.prt_anchor_list_03>li:first-child+li {
  margin-top: 0;
}

.prt_anchor_list_03>li:nth-of-type(2n+1) {
  margin-left: 0;
}

.prt_anchor_list_03>li a {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #282828;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.571;
  opacity: 1;
}

.prt_anchor_list_03>li a:hover {
  background: #282828;
  color: #fff;
}

.prt_anchor_list_03>li a .label {
  display: table-cell;
  padding: 8px 40px 8px 20px;
  vertical-align: middle;
}

.prt_anchor_list_03>li a .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 1px solid #282828;
  background: #fff;
}

.prt_anchor_list_03>li a .icon i {
  position: absolute;
  top: 6px;
  left: 50%;
  overflow: hidden;
  margin-left: -4px;
  width: 8px;
  height: 5px;
}

.prt_anchor_list_03>li a .icon i::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.prt_page_index {
  overflow: hidden;
  margin: 24px 0;
  padding: 11px 24px 20px;
  border-top: 1px dotted #282828;
  border-bottom: 1px dotted #282828;
}

.prt_page_index li {
  float: left;
  margin: 8px 0 0 36px;
  width: 49%;
  width: calc(50% - 18px);
}

.prt_page_index li:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}

.prt_page_index li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  vertical-align: bottom;
  line-height: 1.4;
  line-height: 1.625;
}

.prt_page_index li a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #5ebbf1;
  content: "";
}

.prt_page_index li a:before {
  top: 0.45em;
  border-width: 4.5px 0 4.5px 9px;
}

.prt_disc_list {
  margin: 15px 0;
  padding-left: 1.5em;
  list-style: disc outside;
}

.prt_ordered_list {
  margin: 15px 0;
  padding-left: 1.5em;
  list-style: decimal outside;
}

.prt_alpha_list {
  margin: 15px 0;
  padding-left: 1.5em;
  list-style: upper-alpha outside;
  text-align: left;
}

.prt_alpha_list_02 {
  margin: 15px 0;
  padding-left: 1.6em;
  list-style: lower-alpha outside;
}

.prt_link_list {
  margin: 15px 0;
  list-style: none;
}

.prt_link_list>li>a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #333;
  vertical-align: bottom;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
}

.prt_link_list>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 #5ebbf1;
  content: "";
}

.prt_link_list>li>a:hover {
  text-decoration: underline;
}

.prt_link_list>li>a:before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #5e39a2;
}

.prt_link_list.right {
  text-align: right;
}

.prt_link_list.right>li>a {
  color: #06c;
}

.prt_in_annotations {
  counter-reset: alpha;
  text-align: center;
}

.prt_in_annotations li {
  display: inline-block;
  margin: 0 0.5em;
}

.prt_in_annotations li:before {
  content: counter(alpha, upper-alpha) ".";
  counter-increment: alpha;
}

.prt_inline_list>li {
  display: inline-block;
  margin: 0 5px;
}

ul.prt_notes_list,
ol.prt_notes_list {
  margin: 15px 0;
  list-style: none;
  font-size: 13px;
}

ul.prt_notes_list {
  padding-left: 1em;
  text-indent: -1em;
}

ul.prt_notes_list>li:before {
  content: "\00203b";
}

ol.prt_notes_list {
  padding-left: 2.5em;
  counter-reset: prt-ordered-notes;
  text-indent: -2.5em;
}

ol.prt_notes_list>li {
  counter-increment: prt-ordered-notes;
}

ol.prt_notes_list>li:before {
  display: inline-block;
  width: 2.5em;
  content: "※"counter(prt-ordered-notes);
  text-indent: 0;
}

.prt_defines_01,
.prt_defines_02,
.prt_disc_def,
.prt_ordered_def,
.prt_alpha_def {
  margin: 30px 0;
}

.prt_defines_01>.item,
.prt_defines_02>.item,
.prt_disc_def>.item,
.prt_ordered_def>.item,
.prt_alpha_def>.item,
.prt_defines_01>.term,
.prt_defines_02>.term,
.prt_disc_def>.term,
.prt_ordered_def>.term,
.prt_alpha_def>.term {
  margin: 20px 0 0;
}

.prt_defines_01>.item+*,
.prt_defines_02>.item+*,
.prt_disc_def>.item+*,
.prt_ordered_def>.item+*,
.prt_alpha_def>.item+*,
.prt_defines_01>.term+*,
.prt_defines_02>.term+*,
.prt_disc_def>.term+*,
.prt_ordered_def>.term+*,
.prt_alpha_def>.term+* {
  margin-top: 0;
}

.prt_defines_01>.item:first-child,
.prt_defines_02>.item:first-child,
.prt_disc_def>.item:first-child,
.prt_ordered_def>.item:first-child,
.prt_alpha_def>.item:first-child,
.prt_defines_01>.term:first-child,
.prt_defines_02>.term:first-child,
.prt_disc_def>.term:first-child,
.prt_ordered_def>.term:first-child,
.prt_alpha_def>.term:first-child {
  margin-top: 0;
}

.prt_defines_01>.item>.term,
.prt_defines_02>.item>.term,
.prt_disc_def>.item>.term,
.prt_ordered_def>.item>.term,
.prt_alpha_def>.item>.term,
.prt_defines_01>.term,
.prt_defines_02>.term,
.prt_disc_def>.term,
.prt_ordered_def>.term,
.prt_alpha_def>.term {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
}

.prt_defines_01>.desc>*:first-child,
.prt_defines_02>.desc>*:first-child,
.prt_disc_def>.desc>*:first-child,
.prt_ordered_def>.desc>*:first-child,
.prt_alpha_def>.desc>*:first-child {
  margin-top: 0;
}

.prt_defines_01>.desc>*:last-child,
.prt_defines_02>.desc>*:last-child,
.prt_disc_def>.desc>*:last-child,
.prt_ordered_def>.desc>*:last-child,
.prt_alpha_def>.desc>*:last-child {
  margin-bottom: 0;
}

.prt_defines_02 {
  counter-reset: def2;
}

.prt_defines_02>.term,
.prt_defines_02>.item>.term {
  padding-left: 1em;
  counter-increment: def2;
  text-indent: -1em;
}

.prt_defines_02>.term:before,
.prt_defines_02>.item>.term:before {
  display: inline-block;
  width: 1em;
  content: counter(def2, disc);
  text-indent: 0;
}

.prt_disc_def {
  counter-reset: def-disc;
}

.prt_disc_def>.item,
.prt_disc_def>.term {
  counter-reset: def-disc;
}

.prt_disc_def>.desc {
  padding: 0 0 0 1.5em;
  counter-increment: def-disc;
  text-align: left;
  text-indent: -1.5em;
}

.prt_disc_def>.desc:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  content: counter(def-order, disc);
  text-align: right;
  white-space: nowrap;
}

.prt_ordered_def {
  counter-reset: def-order;
}

.prt_ordered_def>.item,
.prt_ordered_def>.term {
  counter-increment: def-order;
}

.prt_ordered_def>.item>.term,
.prt_ordered_def>.term {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

.prt_ordered_def>.item>.term:before,
.prt_ordered_def>.term:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  content: counter(def-order) ".";
  text-align: right;
  white-space: nowrap;
}

.prt_alpha_def {
  counter-reset: def-alpha;
}

.prt_alpha_def>.item,
.prt_alpha_def>.term {
  counter-increment: def-alpha;
}

.prt_alpha_def>.item>.term,
.prt_alpha_def>.term {
  padding: 0 0 0 1.625em;
  text-indent: -1.625em;
}

.prt_alpha_def>.item>.term:before,
.prt_alpha_def>.term:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1.125em;
  content: counter(def-alpha, upper-alpha) ".";
  text-align: right;
  white-space: nowrap;
}

.prt_colon_def>div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  text-align: left;
}

.prt_colon_def dt,
.prt_colon_def dd {
  float: left;
  flex: 0 1 auto;
}

.prt_colon_def.inline>div {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
  white-space: nowrap;
  letter-spacing: -0.4em;
}

.prt_inline_def>div {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
  white-space: nowrap;
  letter-spacing: -0.4em;
}

.prt_colon_def.inline dt,
.prt_colon_def.inline dd {
  display: inline-block;
  float: none;
  vertical-align: top;
  letter-spacing: normal;
}

.prt_inline_def dt,
.prt_inline_def dd {
  display: inline-block;
  float: none;
  letter-spacing: normal;
}

.prt_colon_def dt {
  white-space: nowrap;
}

.prt_colon_def dd {
  padding-left: 0.5em;
  text-indent: -0.5em;
  white-space: normal;
}

.prt_colon_def dd::before {
  display: inline-block;
  min-width: 0.5em;
  padding: 0 0.2em;
  content: ": ";
  text-indent: 0;
}

.ss_download_btn {
  position: relative;
  display: table;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  transition: opacity 0.3s;
}

.ss_download_btn.type01,
.ss_download_btn.type02,
.ss_download_btn.type03,
.ss_download_btn.type04,
.ss_download_btn.type05 {
  padding: 6px 0 5px;
  width: 100%;
  text-align: center;
}

.ss_download_btn.type01,
.ss_download_btn.type02 {
  padding-right: 12px;
  padding-left: 12px;
}

.ss_download_btn.type01 {
  max-width: 360px;
  height: 45px;
}

.ss_download_btn.type02 {
  max-width: 380px;
  height: 60px;
}

.ss_download_btn.type03,
.ss_download_btn.type05 {
  padding-right: 8px;
  padding-left: 8px;
  max-width: 160px;
  height: 30px;
}

.ss_download_btn.type04 {
  padding-right: 4px;
  padding-left: 4px;
  max-width: 110px;
  height: 34px;
  color: #fff;
  font-weight: bold;
}

.ss_download_btn.type05 {
  border-radius: 0 0 5px 5px;
}

.ss_download_btn.icon01>span:first-child {
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat left center;
}

.ss_download_btn.icon02>span:first-child {
  background: url(/img/ss/common/bg_icon_dl_002.png) no-repeat left center;
}

.ss_download_btn .img01,
.ss_download_btn .img02,
.ss_download_btn .img03 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ss_download_btn .img01 img,
.ss_download_btn .img02 img,
.ss_download_btn .img03 img {
  border: solid 1px #ccc;
}

.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04,
.ss_download_btn .txt05 {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  word-break: break-word;
  font-weight: bold;
}

.ss_download_btn .txt01,
.ss_download_btn .txt02,
.ss_download_btn .txt03,
.ss_download_btn .txt04 {
  padding-left: 30px;
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 1.2;
}

.ss_download_btn .txt01 {
  padding-right: 60px;
}

.ss_download_btn .txt02 {
  padding-right: 79px;
}

.ss_download_btn .txt03 {
  padding-right: 77px;
}

.ss_download_btn .txt04 {
  padding-right: 104px;
}

.ss_download_btn .txt05 {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1;
}

.ss_download_btn .in_txt1,
.ss_download_btn .in_txt2 {
  display: block;
}

.ss_download_btn .in_txt1 {
  font-size: 14px;
}

.prt_button_01 {
  margin: 30px 0;
  text-align: center;
}

.prt_button_01 a {
  display: inline-block;
  padding: 21px 15px 20px;
  border-radius: 5px;
  background: #e60012;
  background: linear-gradient(#e24140, #cc1717);
  color: #fff;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.prt_button_01 a:hover {
  opacity: 0.7;
}

.prt_sect_cv {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 30px -10px 0;
}

.prt_sect_cv.center {
  justify-content: center;
}

.prt_sect_cv .button {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 380px;
  margin: 0 10px;
  padding: 16px 0;
}

.prt_series_btn {
  display: table;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #1284c8;
  background: linear-gradient(#1284c8, #044aa0);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}

.prt_series_btn:hover {
  opacity: 0.7;
}

.prt_series_btn .label {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
}

.prt_inquiry_btn {
  position: relative;
  display: table;
  padding: 0 12px;
  max-width: 380px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #1284c8;
  background: #3e944c;
  background: linear-gradient(#3e944c, #176a25);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}

.prt_inquiry_btn .label {
  display: table-cell;
  padding: 0 56px 0 16px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
}

.prt_inquiry_btn.icon01>span:first-child {
  background: url(../../../../../img/ss/common/icon_download_001.png) no-repeat left center;
}

.prt_inquiry_btn .img01 {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  transform: translateY(-50%);
}

.ss_subpage_bnr {
  margin: 20px 10px;
}

.ss_subpage_bnr img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ss_subpage_bnr .banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px;
  max-width: 580px;
  border: 1px solid #5ebbf1;
  background: #fff;
  color: #333;
  text-decoration: none;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.4;
}

.ss_subpage_bnr .banner:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ss_subpage_bnr .img {
  flex: 0 0 104px;
  text-align: center;
}

.ss_subpage_bnr .img img {
  border: 1px solid #ccc;
}

.ss_subpage_bnr .inner {
  margin: 0 0 0 10px;
  padding-bottom: 3em;
  width: auto;
}

.ss_subpage_bnr .title {
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #5ebbf1;
}

.ss_subpage_bnr .title strong {
  vertical-align: baseline;
  font-weight: bold;
  font-size: 128.5714%;
}

.ss_subpage_bnr .title.part_display {
  text-align: center;
}

.ss_subpage_bnr .title.part_display strong {
  display: block;
}

.ss_subpage_bnr .btn_wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 124px;
  text-align: center;
}

.ss_subpage_bnr .btn_wrap .button {
  display: inline-block;
  padding: 8px 36px;
  max-width: 320px;
  width: 100%;
  border-radius: 5px;
  background: url(/img/ss/common/bg_icon_dl_001.png) no-repeat 12px center, linear-gradient(#e24141, #ca1616);
  background-color: #e24141;
  color: #fff;
  font-weight: bold;
}

.prt_inquiry_banner {
  margin: 0 auto 40px;
  max-width: 720px;
}

.prt_inquiry_banner a {
  display: block;
}

.prt_inquiry_banner .banner {
  position: relative;
  border: 3px solid #3e944d;
  background: #eaf4f6;
}

.prt_inquiry_banner .banner:after {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 97px;
  height: 134px;
  background: url(/img/ss/common/icon_calculator_001.png) no-repeat center/contain;
  content: "";
}

.prt_inquiry_banner .caption {
  position: relative;
  overflow: hidden;
  padding: 14px 120px 14px 18px;
  background: #3e944d;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.143;
}

.prt_inquiry_banner .caption:before {
  position: absolute;
  top: 0;
  right: -405px;
  width: 720px;
  height: 400px;
  background: #6ba573;
  content: "";
  transform: rotate(-60deg);
}

.prt_inquiry_banner .caption:after {
  position: absolute;
  top: 0;
  right: -425px;
  width: 720px;
  height: 400px;
  background: #a3ccaa;
  content: "";
  transform: rotate(-60deg);
}

.prt_inquiry_banner .caption span {
  position: relative;
  z-index: 10;
}

.prt_inquiry_banner .content {
  padding: 10px 120px 14px 18px;
}

.prt_inquiry_banner .content p {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.333;
}

.prt_inquiry_banner .content .button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 8px 0 0;
  padding: 8px 8px 9px;
  background: #ce3939;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}

.prt_inquiry_banner .content .button:after {
  display: inline-block;
  flex: 0 0 13px;
  margin-left: 10px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  vertical-align: middle;
  font-size: 0;
  transform: rotate(45deg);
}

.prt_figure_01 {
  margin: 24px 0;
  text-align: center;
  text-indent: 0;
  line-height: 1.4;
}

.prt_figure_01 .image {
  margin: 0;
  font-size: 0;
}

.prt_figure_01 .image>*:first-child {
  margin-top: 0;
}

.prt_figure_01 .image>*:last-child {
  margin-bottom: 0;
}

.prt_figure_01 .title,
.prt_figure_01 .caption,
.prt_figure_01 .desc,
.prt_figure_01 .notes {
  color: #333;
  line-height: 1.615;
}

.prt_figure_01 .title+*,
.prt_figure_01 .caption+*,
.prt_figure_01 .desc+*,
.prt_figure_01 .notes+* {
  margin-top: 0;
}

.prt_figure_01 .title,
.prt_figure_01 .caption {
  font-weight: bold;
}

.prt_figure_01 .desc {
  margin: 8px 0;
}

.prt_figure_01 .title {
  margin: 8px 0;
  font-size: 16px;
}

.prt_figure_01 .box_title {
  margin-bottom: 5px;
  padding: 2px 0;
  background: #e9edf0;
  font-weight: bold;
  font-size: 16px;
}

.prt_figure_01 .caption,
.prt_figure_01 .notes {
  margin: 8px 0;
  font-size: 14px;
}

.prt_figure_01 .list>span {
  display: inline-block;
  margin: 0 8px;
}

.prt_figure_01 .title:first-child,
.prt_figure_01 .caption:first-child,
.prt_figure_01 .box_title:first-child,
.prt_figure_01 .desc:first-child,
.prt_figure_01 .notes:first-child {
  margin-top: 0;
}

.prt_figure_01 .title:last-child,
.prt_figure_01 .caption:last-child,
.prt_figure_01 .box_title:last-child,
.prt_figure_01 .desc:last-child,
.prt_figure_01 .notes:last-child {
  margin-bottom: 0;
}

.prt_figure_01 .left {
  text-align: left;
}

.prt_figure_01 .right {
  text-align: right;
}

.prt_figure_01.frame,
.prt_figure_01 .frame {
  padding: 24px;
  border: 1px solid #ccc;
  background: #fff;
}

.prt_figure_01.frame>*:first-child,
.prt_figure_01 .frame>*:first-child {
  margin-top: 0;
}

.prt_figure_01.frame>*:last-child,
.prt_figure_01 .frame>*:last-child {
  margin-bottom: 0;
}

.prt_graph_01 {
  margin: 30px auto;
  padding: 16px;
  max-width: 720px;
  background: #fff;
  text-align: center;
}

.prt_graph_01 .caption {
  margin: 16px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.prt_graph_01 .notes {
  margin: 8px 0;
  font-size: 14px;
}

.prt_svg_graph {
  position: relative;
  padding-top: 48.6%;
}

.prt_svg_graph.has_image {
  padding-top: 51.4%;
}

.prt_svg_graph .svg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prt_svg_graph svg {
  max-width: 100%;
  height: auto;
}

.prt_svg_graph .svg_text1 {
  font-size: 18px;
  fill: #fff;
}

.prt_svg_graph .svg_text2 {
  font-weight: bold;
  font-size: 20px;
  fill: #3d8d4b;
}

.prt_svg_wrap {
  position: relative;
}

.prt_svg_wrap .svg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prt_svg_wrap svg {
  max-width: 100%;
  height: auto;
}

.prt_columns {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.prt_columns>.item {
  flex: 0 0 auto;
  box-sizing: content-box;
}

.prt_columns>.item>*:first-child {
  margin-top: 0;
}

.prt_columns>.item>*:last-child {
  margin-bottom: 0;
}

.prt_columns.col2 {
  margin-right: -20px;
  margin-left: -20px;
}

.prt_columns.col2>.item {
  flex-basis: calc(50% - 40px);
  margin: 20px 20px 0;
  width: calc(50% - 40px);
}

.prt_columns.col2>.item:nth-child(1),
.prt_columns.col2>.item:nth-child(2) {
  margin-top: 0;
}

.prt_columns.col2>.item.narrow {
  flex-basis: calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

.prt_columns.col2>.item.wide {
  flex-basis: calc(((100% - 80px) / 3) * 2);
  width: calc(((100% - 80px) / 3) * 2);
}

.prt_columns.col3 {
  margin-right: -10px;
  margin-left: -10px;
}

.prt_columns.col3>.item {
  flex-basis: calc((100% - 60px) / 3);
  margin: 20px 10px 0;
  width: calc((100% - 60px) / 3);
}

.prt_columns.col3>.item:nth-child(1),
.prt_columns.col3>.item:nth-child(2),
.prt_columns.col3>.item:nth-child(3) {
  margin-top: 0;
}

.prt_columns.middle_width {
  margin: 30px auto;
  max-width: 720px;
}

.prt_image_contents {
  margin: 30px 0;
}

.prt_image_contents:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.prt_image_contents .figure {
  float: right;
  margin: 0 0 20px 40px;
  max-width: 47.2%;
  text-align: center;
}

.prt_image_contents .figure.figure_02 {
  max-width: 60%;
}

.prt_image_contents.left_image .figure {
  float: left;
  margin: 0 40px 20px 0;
}

.prt_image_contents.notaround .desc {
  overflow: hidden;
}

.prt_annotated_image {
  overflow: hidden;
  margin: 30px 0;
}

.prt_annotated_image>.image {
  float: left;
  width: 60%;
  text-align: center;
}

.prt_annotated_image>.image.frame {
  padding: 10px;
  border: 1px solid #ccc;
}

.prt_annotated_image>.image.frame>*:first-child {
  margin-top: 0;
}

.prt_annotated_image>.image.frame>*:last-child {
  margin-bottom: 0;
}

.prt_annotated_image>.annotation {
  float: left;
  padding-left: 40px;
  width: 40%;
}

.prt_annotated_image>.annotation>* {
  margin: 0;
}

.prt_flexbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 30px -5px;
}

.prt_flexbox.middle_width {
  margin: 30px auto;
  max-width: 720px;
}

.prt_flexbox.start {
  justify-content: flex-start;
}

.prt_flexbox.between {
  justify-content: space-between;
}

.prt_flexbox.wrap {
  flex-wrap: wrap;
}

.prt_flexbox.vbottom {
  align-items: flex-end;
}

.prt_flexbox>.item {
  flex: 0 1 auto;
  margin: 0 5px;
}

.prt_flexbox>.item.auto {
  flex: 0 0 auto;
}

.prt_flexbox.grow>.item {
  flex: 1 1 auto;
}

.prt_floatbox {
  margin: 30px 0;
}

.prt_floatbox:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.prt_floatbox>* {
  float: left;
  margin-left: 20px;
  width: 45%;
  width: calc(50% - 10px);
}

.prt_floatbox>*:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

.prt_flexarrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  margin: 30px 0;
}

.prt_flexarrows .prt_flexarrows {
  margin: 0 auto;
}

.prt_flexarrows>.item {
  float: left;
  flex: 1;
  padding: 0 5px;
}

.prt_flexarrows>.item.arrow {
  position: relative;
  z-index: 10;
  flex: 0 0 24px;
  padding: 0;
  min-height: 40px;
  width: 24px;
}

.prt_flexarrows>.item.arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prt_flexarrows>.item .prt_figure_01 {
  margin: 0;
}

.prt_flexarrows>.item .caption {
  text-align: center;
}

.prt_flexarrows>.item .notes {
  text-align: center;
}

.prt_flexarrows.nocap .item.arrow i {
  margin-top: 0;
}

.prt_box_01,
.prt_box_02,
.prt_fill_box,
.prt_frame_box {
  margin: 24px 0;
  padding: 20px;
}

.prt_box_01>*:first-child,
.prt_box_02>*:first-child,
.prt_fill_box>*:first-child,
.prt_frame_box>*:first-child {
  margin-top: 0;
}

.prt_box_01>*:last-child,
.prt_box_02>*:last-child,
.prt_fill_box>*:last-child,
.prt_frame_box>*:last-child {
  margin-bottom: 0;
}

.prt_box_01>.header,
.prt_box_02>.header,
.prt_fill_box>.header,
.prt_frame_box>.header {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
}

.prt_box_01 {
  border: 1px solid #ddd;
  background: #fff;
}

.prt_box_02 {
  position: relative;
  padding: 30px 38px 28px;
  border: 3px solid #5ebbf1;
}

.prt_box_02:before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #5ebbf1;
  content: "";
}

.prt_box_02 * {
  position: relative;
}

.prt_fill_box {
  background: #eee;
}

.prt_frame_box {
  position: relative;
  border: 1px solid #ccc;
}

.prt_keyence_box {
  margin: 60px 0;
}

.prt_keyence_box .title {
  position: relative;
  margin: 0 0 30px;
  padding: 20px 20px 18px;
  background: #a38a47;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.prt_keyence_box .title:before {
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-width: 15px 10px 0;
  border-style: solid;
  border-color: #a38a47 transparent transparent;
  content: "";
  font-size: 0;
}

.prt_keyence_box .header {
  margin: 10px 0 15px;
  padding: 10px 18px;
  background: #f7f4ea;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}

.prt_keyence_box .sub_header {
  font-weight: bold;
}

.prt_column_box {
  margin: 60px 0;
  padding: 0 40px 30px;
  background: #2a2a2a;
}

.prt_column_box .header {
  position: relative;
  margin: 0 0 10px;
  padding: 60px 0 0;
}

.prt_column_box .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 15px 8px;
  background: #5ebbf1;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.prt_column_box .label:after {
  margin-left: 7px;
  content: "Column";
  font-size: 11px;
  opacity: 0.5;
}

.prt_column_box .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.prt_column_box .cont {
  line-height: 2;
}

.prt_column_box .cont>*:first-child {
  margin-top: 0;
}

.prt_column_box .cont>*:last-child {
  margin-bottom: 0;
}

.prt_arrow_01,
.prt_caret_01 {
  position: relative;
  display: inline-block;
}

.prt_arrow_01:before,
.prt_caret_01:before,
.prt_arrow_01:after,
.prt_caret_01:after {
  position: absolute;
  content: "";
}

.prt_arrow_01:after,
.prt_caret_01:after {
  width: 0;
  height: 0;
  border-style: solid;
}

.prt_arrow_01:before,
.prt_caret_01:before {
  background: #5ebbf1;
}

.prt_arrow_01[data-direction="top"]:after,
.prt_caret_01[data-direction="top"]:after {
  border-color: transparent transparent #5ebbf1;
}

.prt_arrow_01[data-direction="bottom"]:after,
.prt_caret_01[data-direction="bottom"]:after {
  border-color: #5ebbf1 transparent transparent;
}

.prt_arrow_01[data-direction="right"]:after,
.prt_caret_01[data-direction="right"]:after {
  border-color: transparent transparent transparent #5ebbf1;
}

.prt_arrow_01[data-direction="left"]:after,
.prt_caret_01[data-direction="left"]:after {
  border-color: transparent #5ebbf1 transparent transparent;
}

.prt_arrow_01[data-color="gray"]:before,
.prt_caret_01[data-color="gray"]:before {
  background: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="top"]:after,
.prt_caret_01[data-color="gray"][data-direction="top"]:after {
  border-bottom-color: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="bottom"]:after,
.prt_caret_01[data-color="gray"][data-direction="bottom"]:after {
  border-top-color: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="right"]:after,
.prt_caret_01[data-color="gray"][data-direction="right"]:after {
  border-left-color: #898989;
}

.prt_arrow_01[data-color="gray"][data-direction="left"]:after,
.prt_caret_01[data-color="gray"][data-direction="left"]:after {
  border-right-color: #898989;
}

.prt_arrow_01[data-size="L"][data-direction="top"],
.prt_arrow_01[data-size="L"][data-direction="bottom"] {
  width: 240px;
  height: 180px;
}

.prt_arrow_01[data-size="L"][data-direction="top"]:before,
.prt_arrow_01[data-size="L"][data-direction="bottom"]:before {
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="L"][data-direction="top"]:after,
.prt_arrow_01[data-size="L"][data-direction="bottom"]:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="L"][data-direction="right"],
.prt_arrow_01[data-size="L"][data-direction="left"] {
  width: 180px;
  height: 240px;
}

.prt_arrow_01[data-size="L"][data-direction="right"]:before,
.prt_arrow_01[data-size="L"][data-direction="left"]:before {
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="L"][data-direction="right"]:after,
.prt_arrow_01[data-size="L"][data-direction="left"]:after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="L"][data-direction="top"]:before {
  bottom: 0;
}

.prt_arrow_01[data-size="L"][data-direction="top"]:after {
  top: 0;
  border-width: 0 120px 96px;
}

.prt_arrow_01[data-size="L"][data-direction="bottom"]:before {
  top: 0;
}

.prt_arrow_01[data-size="L"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 96px 120px 0;
}

.prt_arrow_01[data-size="L"][data-direction="right"]:before {
  left: 0;
}

.prt_arrow_01[data-size="L"][data-direction="right"]:after {
  right: 0;
  border-width: 120px 0 120px 96px;
}

.prt_arrow_01[data-size="L"][data-direction="left"]:before {
  right: 0;
}

.prt_arrow_01[data-size="L"][data-direction="left"]:after {
  left: 0;
  border-width: 120px 96px 120px 0;
}

.prt_arrow_01[data-size="M"][data-direction="top"],
.prt_arrow_01[data-size="M"][data-direction="bottom"] {
  width: 120px;
  height: 90px;
}

.prt_arrow_01[data-size="M"][data-direction="top"]:before,
.prt_arrow_01[data-size="M"][data-direction="bottom"]:before {
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="M"][data-direction="top"]:after,
.prt_arrow_01[data-size="M"][data-direction="bottom"]:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="M"][data-direction="right"],
.prt_arrow_01[data-size="M"][data-direction="left"] {
  width: 90px;
  height: 120px;
}

.prt_arrow_01[data-size="M"][data-direction="right"]:before,
.prt_arrow_01[data-size="M"][data-direction="left"]:before {
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="M"][data-direction="right"]:after,
.prt_arrow_01[data-size="M"][data-direction="left"]:after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="M"][data-direction="top"]:before {
  bottom: 0;
}

.prt_arrow_01[data-size="M"][data-direction="top"]:after {
  top: 0;
  border-width: 0 60px 48px;
}

.prt_arrow_01[data-size="M"][data-direction="bottom"]:before {
  top: 0;
}

.prt_arrow_01[data-size="M"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 48px 60px 0;
}

.prt_arrow_01[data-size="M"][data-direction="right"]:before {
  left: 0;
}

.prt_arrow_01[data-size="M"][data-direction="right"]:after {
  right: 0;
  border-width: 60px 0 60px 48px;
}

.prt_arrow_01[data-size="M"][data-direction="left"]:before {
  right: 0;
}

.prt_arrow_01[data-size="M"][data-direction="left"]:after {
  left: 0;
  border-width: 60px 48px 60px 0;
}

.prt_arrow_01[data-size="S"][data-direction="top"],
.prt_arrow_01[data-size="S"][data-direction="bottom"] {
  width: 60px;
  height: 45px;
}

.prt_arrow_01[data-size="S"][data-direction="top"]:before,
.prt_arrow_01[data-size="S"][data-direction="bottom"]:before {
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="S"][data-direction="top"]:after,
.prt_arrow_01[data-size="S"][data-direction="bottom"]:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="S"][data-direction="right"],
.prt_arrow_01[data-size="S"][data-direction="left"] {
  width: 45px;
  height: 60px;
}

.prt_arrow_01[data-size="S"][data-direction="right"]:before,
.prt_arrow_01[data-size="S"][data-direction="left"]:before {
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="S"][data-direction="right"]:after,
.prt_arrow_01[data-size="S"][data-direction="left"]:after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="S"][data-direction="top"]:before {
  bottom: 0;
}

.prt_arrow_01[data-size="S"][data-direction="top"]:after {
  top: 0;
  border-width: 0 30px 24px;
}

.prt_arrow_01[data-size="S"][data-direction="bottom"]:before {
  top: 0;
}

.prt_arrow_01[data-size="S"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 24px 30px 0;
}

.prt_arrow_01[data-size="S"][data-direction="right"]:before {
  left: 0;
}

.prt_arrow_01[data-size="S"][data-direction="right"]:after {
  right: 0;
  border-width: 30px 0 30px 24px;
}

.prt_arrow_01[data-size="S"][data-direction="left"]:before {
  right: 0;
}

.prt_arrow_01[data-size="S"][data-direction="left"]:after {
  left: 0;
  border-width: 30px 24px 30px 0;
}

.prt_arrow_01[data-size="SS"][data-direction="top"],
.prt_arrow_01[data-size="SS"][data-direction="bottom"] {
  width: 30px;
  height: 22.5px;
}

.prt_arrow_01[data-size="SS"][data-direction="top"]:before,
.prt_arrow_01[data-size="SS"][data-direction="bottom"]:before {
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="SS"][data-direction="top"]:after,
.prt_arrow_01[data-size="SS"][data-direction="bottom"]:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_arrow_01[data-size="SS"][data-direction="right"],
.prt_arrow_01[data-size="SS"][data-direction="left"] {
  width: 22.5px;
  height: 30px;
}

.prt_arrow_01[data-size="SS"][data-direction="right"]:before,
.prt_arrow_01[data-size="SS"][data-direction="left"]:before {
  top: 50%;
  width: 50%;
  height: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="SS"][data-direction="right"]:after,
.prt_arrow_01[data-size="SS"][data-direction="left"]:after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_arrow_01[data-size="SS"][data-direction="top"]:before {
  bottom: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="top"]:after {
  top: 0;
  border-width: 0 15px 12px;
}

.prt_arrow_01[data-size="SS"][data-direction="bottom"]:before {
  top: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 12px 15px 0;
}

.prt_arrow_01[data-size="SS"][data-direction="right"]:before {
  left: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="right"]:after {
  right: 0;
  border-width: 15px 0 15px 12px;
}

.prt_arrow_01[data-size="SS"][data-direction="left"]:before {
  right: 0;
}

.prt_arrow_01[data-size="SS"][data-direction="left"]:after {
  left: 0;
  border-width: 15px 12px 15px 0;
}

.prt_caret_01[data-size="L"][data-direction="top"],
.prt_caret_01[data-size="L"][data-direction="bottom"] {
  width: 240px;
  height: 96px;
}

.prt_caret_01[data-size="L"][data-direction="top"]:before,
.prt_caret_01[data-size="L"][data-direction="bottom"]:before {
  display: none;
}

.prt_caret_01[data-size="L"][data-direction="top"]:after,
.prt_caret_01[data-size="L"][data-direction="bottom"]:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="L"][data-direction="right"],
.prt_caret_01[data-size="L"][data-direction="left"] {
  width: 96px;
  height: 240px;
}

.prt_caret_01[data-size="L"][data-direction="right"]:after,
.prt_caret_01[data-size="L"][data-direction="left"]:after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="L"][data-direction="top"]:before {
  bottom: 0;
}

.prt_caret_01[data-size="L"][data-direction="top"]:after {
  top: 0;
  border-width: 0 120px 96px;
}

.prt_caret_01[data-size="L"][data-direction="bottom"]:before {
  top: 0;
}

.prt_caret_01[data-size="L"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 96px 120px 0;
}

.prt_caret_01[data-size="L"][data-direction="right"]:before {
  left: 0;
}

.prt_caret_01[data-size="L"][data-direction="right"]:after {
  right: 0;
  border-width: 120px 0 120px 96px;
}

.prt_caret_01[data-size="L"][data-direction="left"]:before {
  right: 0;
}

.prt_caret_01[data-size="L"][data-direction="left"]:after {
  left: 0;
  border-width: 120px 96px 120px 0;
}

.prt_caret_01[data-size="M"][data-direction="top"],
.prt_caret_01[data-size="M"][data-direction="bottom"] {
  width: 120px;
  height: 48px;
}

.prt_caret_01[data-size="M"][data-direction="top"]:before,
.prt_caret_01[data-size="M"][data-direction="bottom"]:before {
  display: none;
}

.prt_caret_01[data-size="M"][data-direction="top"]:after,
.prt_caret_01[data-size="M"][data-direction="bottom"]:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="M"][data-direction="right"],
.prt_caret_01[data-size="M"][data-direction="left"] {
  width: 48px;
  height: 120px;
}

.prt_caret_01[data-size="M"][data-direction="right"]:after,
.prt_caret_01[data-size="M"][data-direction="left"]:after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="M"][data-direction="top"]:before {
  bottom: 0;
}

.prt_caret_01[data-size="M"][data-direction="top"]:after {
  top: 0;
  border-width: 0 60px 48px;
}

.prt_caret_01[data-size="M"][data-direction="bottom"]:before {
  top: 0;
}

.prt_caret_01[data-size="M"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 48px 60px 0;
}

.prt_caret_01[data-size="M"][data-direction="right"]:before {
  left: 0;
}

.prt_caret_01[data-size="M"][data-direction="right"]:after {
  right: 0;
  border-width: 60px 0 60px 48px;
}

.prt_caret_01[data-size="M"][data-direction="left"]:before {
  right: 0;
}

.prt_caret_01[data-size="M"][data-direction="left"]:after {
  left: 0;
  border-width: 60px 48px 60px 0;
}

.prt_caret_01[data-size="S"][data-direction="top"],
.prt_caret_01[data-size="S"][data-direction="bottom"] {
  width: 60px;
  height: 24px;
}

.prt_caret_01[data-size="S"][data-direction="top"]:before,
.prt_caret_01[data-size="S"][data-direction="bottom"]:before {
  display: none;
}

.prt_caret_01[data-size="S"][data-direction="top"]:after,
.prt_caret_01[data-size="S"][data-direction="bottom"]:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="S"][data-direction="right"],
.prt_caret_01[data-size="S"][data-direction="left"] {
  width: 24px;
  height: 60px;
}

.prt_caret_01[data-size="S"][data-direction="right"]:after,
.prt_caret_01[data-size="S"][data-direction="left"]:after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="S"][data-direction="top"]:before {
  bottom: 0;
}

.prt_caret_01[data-size="S"][data-direction="top"]:after {
  top: 0;
  border-width: 0 30px 24px;
}

.prt_caret_01[data-size="S"][data-direction="bottom"]:before {
  top: 0;
}

.prt_caret_01[data-size="S"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 24px 30px 0;
}

.prt_caret_01[data-size="S"][data-direction="right"]:before {
  left: 0;
}

.prt_caret_01[data-size="S"][data-direction="right"]:after {
  right: 0;
  border-width: 30px 0 30px 24px;
}

.prt_caret_01[data-size="S"][data-direction="left"]:before {
  right: 0;
}

.prt_caret_01[data-size="S"][data-direction="left"]:after {
  left: 0;
  border-width: 30px 24px 30px 0;
}

.prt_caret_01[data-size="SS"][data-direction="top"],
.prt_caret_01[data-size="SS"][data-direction="bottom"] {
  width: 30px;
  height: 12px;
}

.prt_caret_01[data-size="SS"][data-direction="top"]:before,
.prt_caret_01[data-size="SS"][data-direction="bottom"]:before {
  display: none;
}

.prt_caret_01[data-size="SS"][data-direction="top"]:after,
.prt_caret_01[data-size="SS"][data-direction="bottom"]:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.prt_caret_01[data-size="SS"][data-direction="right"],
.prt_caret_01[data-size="SS"][data-direction="left"] {
  width: 12px;
  height: 30px;
}

.prt_caret_01[data-size="SS"][data-direction="right"]:after,
.prt_caret_01[data-size="SS"][data-direction="left"]:after {
  top: 50%;
  transform: translate(0, -50%);
}

.prt_caret_01[data-size="SS"][data-direction="top"]:before {
  bottom: 0;
}

.prt_caret_01[data-size="SS"][data-direction="top"]:after {
  top: 0;
  border-width: 0 15px 12px;
}

.prt_caret_01[data-size="SS"][data-direction="bottom"]:before {
  top: 0;
}

.prt_caret_01[data-size="SS"][data-direction="bottom"]:after {
  bottom: 0;
  border-width: 12px 15px 0;
}

.prt_caret_01[data-size="SS"][data-direction="right"]:before {
  left: 0;
}

.prt_caret_01[data-size="SS"][data-direction="right"]:after {
  right: 0;
  border-width: 15px 0 15px 12px;
}

.prt_caret_01[data-size="SS"][data-direction="left"]:before {
  right: 0;
}

.prt_caret_01[data-size="SS"][data-direction="left"]:after {
  left: 0;
  border-width: 15px 12px 15px 0;
}

.prt_tbl,
.prt_rsp_tbl {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  table-layout: fixed;
  word-wrap: break-word;
}

.prt_tbl.auto,
.prt_rsp_tbl.auto {
  table-layout: auto;
}

.prt_tbl:first-child,
.prt_rsp_tbl:first-child {
  margin-top: 0;
}

.prt_tbl caption,
.prt_rsp_tbl caption {
  margin: 0 0 5px;
  text-align: inherit;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.444;
}

.prt_tbl caption.notes,
.prt_rsp_tbl caption.notes {
  font-weight: normal;
  font-size: 16px;
}

.prt_tbl caption+*,
.prt_rsp_tbl caption+* {
  margin-top: 0;
}

.prt_tbl th,
.prt_tbl td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
}

.prt_rsp_tbl th,
.prt_rsp_tbl td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
}

.prt_tbl th *:first-child,
.prt_tbl td *:first-child {
  margin-top: 0;
}

.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 {
  margin-bottom: 0;
}

.prt_rsp_tbl th *:last-child,
.prt_rsp_tbl td *:last-child {
  margin-bottom: 0;
}

.prt_tbl th,
.prt_rsp_tbl th {
  font-weight: bold;
  line-height: 1.375;
}

.prt_tbl.data_center td,
.prt_rsp_tbl.data_center td {
  text-align: center;
}

.prt_tbl thead th,
.prt_rsp_tbl thead th {
  background: #000;
  color: #fff;
}

.prt_tbl thead th.style_01,
.prt_rsp_tbl thead th.style_01 {
  width: 30%;
}

.prt_tbl thead th.sub,
.prt_rsp_tbl thead th.sub,
.prt_tbl tbody th,
.prt_rsp_tbl tbody th,
.prt_tbl tbody th.sub,
.prt_rsp_tbl tbody th.sub {
  background: #e8e8e8;
  color: #333;
}

.prt_tbl tbody td,
.prt_rsp_tbl tbody td {
  background-color: #fff;
  color: #333;
}

.prt_tbl tbody .blank,
.prt_rsp_tbl tbody .blank {
  background: #e6e6e6;
}

.prt_tbl.style_01 th,
.prt_rsp_tbl.style_01 th {
  background: #fff;
  color: #333;
}

.prt_tbl.style_01 thead th:first-child,
.prt_rsp_tbl.style_01 thead th:first-child {
  width: 22%;
}

.prt_tbl.style_02 caption,
.prt_rsp_tbl.style_02 caption {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #012f7c;
  color: #fff;
}

.prt_tbl.style_02 th,
.prt_rsp_tbl.style_02 th {
  width: 20%;
  background: #fff;
  color: #333;
}

.prt_tbl_frame {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  width: 100%;
}

.prt_tbl_frame .prt_tbl {
  display: table;
  margin: 0;
  width: 980px;
}

.scroll_body {
  display: block;
  width: 100%;
  border-top: none;
}

.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;
}

.scroll_body thead::-webkit-scrollbar,
.scroll_body tbody::-webkit-scrollbar {
  width: 5px;
}

.scroll_body thead::-webkit-scrollbar-track,
.scroll_body tbody::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll_body thead::-webkit-scrollbar-thumb,
.scroll_body tbody::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.prt_relation_pages {
  margin: 40px 0;
  background: #2a2a2a;
}

.prt_relation_pages>.header {
  padding: 10px 20px 8px;
  background: #5ebbf1;
  color: #fff;
  font-size: 18px;
}

.prt_relation_pages>.pages {
  padding: 15px 20px 10px;
}

.prt_relation_pages>.pages:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

.prt_relation_pages>.pages>li {
  float: left;
  margin: 0 0 5px 10px;
  width: 48%;
  width: calc(50% - 5px);
  font-size: 15px;
  line-height: 1.25;
}

.prt_relation_pages>.pages>li:nth-of-type(2n+1) {
  clear: left;
  margin-left: 0;
}

.prt_relation_pages>.pages>li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  opacity: 1;
}

.prt_relation_pages>.pages>li a:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #5ebbf1;
  content: "";
}

.prt_relation_pages>.pages>li a:hover {
  text-decoration: underline;
}

.prt_relation_pages>.pages>li.current a {
  color: #c80000;
}

.prt_onepoint {
  position: relative;
  padding: 24px 24px 24px 96px;
  min-height: 112px;
  border: 1px solid #ddd;
  background: #fff;
}

.prt_onepoint>.header {
  position: absolute;
  top: 24px;
  left: 16px;
  width: 62px;
  height: 62px;
  background: url(../../../../../img/ss/products/auto_id/codereader/icon_onepoint.gif) no-repeat center top/contain;
  font-size: 0;
}

.prt_onepoint>.header+* {
  margin-top: 0;
}

.prt_notebox {
  position: relative;
  padding: 24px 24px 24px 96px;
  min-height: 112px;
  border: 1px solid #ddd;
  background: #fff;
}

.prt_notebox>.header {
  position: absolute;
  top: 24px;
  left: 16px;
  width: 62px;
  height: 62px;
  background: url(../../../../../img/ss/products/auto_id/codereader/icon_note.gif) no-repeat center top/contain;
  font-size: 0;
}

.prt_notebox>.header+* {
  margin-top: 0;
}

.prt_topic_box .header {
  color: #3194e8;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
}

.prt_topic_box .header .label {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 4px 2px;
  background: #eeaa28;
  color: #fff;
}

/* Pages
------------------------------- */
#p_home .site_body {
  padding: 24px 0 80px;
}

#p_home .mainvisual {
  box-sizing: content-box;
  margin: 0 auto;
  margin-bottom: 48px;
  padding: 0 5px;
  max-width: 980px;
  font-size: 0;
}

#p_home .mainvisual .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 16px 50px;
  height: 254px;
  background: #fff url(../../../../../img/ss/products/auto_id/codereader/bg_home_001.png) no-repeat right 10px center;
  text-shadow: 0 0 10px #fff;
}

#p_home .mainvisual .lead {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

#p_home .mainvisual .title {
  color: #5ebbf1;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.25;
}

#p_home .home_section {
  margin: 20px 0;
}

#p_home .home_section .header {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 32px;
  border-bottom: 2px solid #d2d2d2;
  font-weight: bold;
  font-size: 22px;
}

#p_home .home_section .header::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #5ebbf1;
  content: "";
}

#p_home .home_section .header+* {
  margin-top: 0;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow {
  overflow: hidden;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li {
  position: relative;
  margin: 55px 0 0;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li:first-child {
  margin: 0;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure {
  position: relative;
  float: left;
  margin: 0 30px 0 0;
  width: 320px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure img {
  max-width: 100%;
  height: auto;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .box {
  position: relative;
  padding: 6px 6px 10px;
  border: 2px solid #2c458f;
  border-radius: 16px;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .box .caption {
  margin: 0 0 3px;
  font-weight: bold;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .box .text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 74px;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure i {
  position: absolute;
  top: 100%;
  left: 50%;
  overflow: visible;
  margin: 0 0 0 -2px;
  width: 4px;
  height: 30px;
  background: #2c458f;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure i:before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  margin: 0 0 0 -8px;
  width: 0;
  height: 0;
  border-width: 20px 8px 0;
  border-style: solid;
  border-color: #2c458f transparent transparent;
  content: "";
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result {
  position: relative;
  margin: 48px 0 0;
  padding: 3px;
  width: 146px;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fdfbe1;
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result.pass {
  float: left;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result.err {
  float: right;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result i {
  top: auto;
  bottom: 100%;
  margin-bottom: 22px;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result span {
  position: absolute;
  bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  height: 40px;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result.pass span {
  left: 0;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result.err span {
  right: 0;
}

#c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .desc {
  overflow: hidden;
}

#c_basic.p_ean .main_contents .country_code_list th:first-child {
  width: 40%;
}

#c_basic.p_ean .main_contents .section_upc-a table th,
#c_basic.p_ean .main_contents .section_upc-a table td {
  vertical-align: middle;
  text-align: left;
}

#c_basic.p_ean .main_contents .section_upc-a table th figure,
#c_basic.p_ean .main_contents .section_upc-a table td figure {
  text-align: left;
}

#c_basic.p_itf .main_contents .character_composition_table th,
#c_basic.p_itf .main_contents .character_composition_table td {
  text-align: center;
}

#c_basic.p_itf .main_contents .section_standart_distribution_code .keyimages {
  margin: 0 auto;
  max-width: 498px;
}

#c_basic.p_itf .main_contents .section_standart_distribution_code .keyimages .captions {
  display: flex;
  justify-content: space-between;
  margin: 0 0 8px;
}

#c_basic.p_itf .main_contents .section_standart_distribution_code .keyimages .captions li {
  flex: 1;
  font-weight: bold;
  line-height: 1.4;
}

#c_basic.p_itf .main_contents .section_standart_distribution_code .keyimages .image2 {
  margin-bottom: 0;
}

#c_basic.p_code39 .main_contents .character_composition_table th,
#c_basic.p_code39 .main_contents .character_composition_table td {
  vertical-align: middle;
  text-align: center;
}

#c_basic.p_code39 .main_contents .character_composition_table th:first-child {
  width: 30%;
}

#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid #ccc;
  background: #fff;
}

#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .row {
  display: flex;
  justify-content: space-between;
  margin: 32px auto 0;
  max-width: 760px;
}

#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .row:first-child {
  margin-top: 0;
}

#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .balloon {
  position: relative;
  flex: 1 1 184px;
  margin: 0;
  padding: 16px;
  border: 4px solid #4472c4;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
}

#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .balloon::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 4px;
  height: 32px;
  background: #4472c4;
  content: "";
  transform: translate(-50%, 0);
}

#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .balloon::after {
  position: absolute;
  bottom: -38px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 16px 6px 0;
  border-style: solid;
  border-color: #4472c4 transparent transparent;
  content: "";
  transform: translate(-50%, 0);
}

#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .row:last-child .balloon::before,
#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .row:last-child .balloon::after {
  content: none;
}

#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .desc {
  flex: 1 1 512px;
  margin-left: 24px;
}

#c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .desc p {
  margin: 0;
}

#c_basic.p_code128 .main_contents .character_composition_table table {
  min-width: 640px;
  width: 100%;
}

#c_basic.p_code128 .main_contents .character_composition_table th,
#c_basic.p_code128 .main_contents .character_composition_table td {
  height: 40px;
  vertical-align: middle;
  text-align: center;
}

#c_basic.p_code128 .main_contents .character_composition_table th:last-child,
#c_basic.p_code128 .main_contents .character_composition_table td:last-child {
  width: 32%;
}

#c_basic_2d.p_datamatrix .main_contents .flex_list,
#c_basic_2d.p_datamatrix .main_contents .flex_list ul {
  margin: 0;
}

#c_basic_2d.p_qr .main_contents .section_detection_patterns .prt_flexbox .item {
  flex-basis: 306px;
}

#c_code_verification.p_iso-iec-method .main_contents .prt_columns {
  margin: 0;
}

#c_code_verification.p_iso-iec-method .main_contents .image_table {
  width: 100%;
  border-spacing: 8px;
  border-collapse: separate;
  table-layout: fixed;
}

#c_code_verification.p_iso-iec-method .main_contents .image_table th,
#c_code_verification.p_iso-iec-method .main_contents .image_table td {
  padding: 4px 8px;
  text-align: center;
}

#c_code_verification.p_iso-iec-method .main_contents .image_table th {
  background: #b2dab8;
  vertical-align: middle;
  line-height: 1.25;
}

#c_code_verification.p_iso-iec-method .main_contents .image_table td {
  background: #f1f8f2;
}

#c_code_verification.p_iso-iec-method .main_contents .image_table_notes {
  margin: 0;
  padding-right: 8px;
  text-align: right;
  font-size: 14px;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .keyimage1 {
  margin: 0 auto;
  max-width: 720px;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .keyimage1>.header {
  font-weight: bold;
  font-size: 18px;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .keyimage1>.header+p {
  margin-top: 4px;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap {
  padding-top: 92.5%;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .term {
  font-weight: bold;
  font-size: 18px;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .textline {
  font-size: 16px;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .separator {
  fill: none;
  stroke: #333;
  stroke-miterlimit: 10;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .gray_node .box {
  fill: #333;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .gray_arrow line {
  fill: none;
  stroke: #333;
  stroke-width: 5;
  stroke-miterlimit: 10;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .gray_arrow polygon {
  fill: #333;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .orange_arrow line {
  fill: none;
  stroke: #ff8000;
  stroke-width: 16;
  stroke-miterlimit: 10;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .orange_arrow polygon {
  fill: #ff8000;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .dpm_section .header {
  font-weight: bold;
  font-size: 18px;
  fill: #0080ff;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .blue_node .box {
  fill: #0080ff;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .blue_arrow line {
  fill: none;
  stroke: #0080ff;
  stroke-width: 5;
  stroke-miterlimit: 10;
}

#c_code_verification.p_changes-two-dimensional-code .main_contents .prt_svg_wrap .blue_arrow polygon {
  fill: #0080ff;
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box .answer {
  display: none;
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box .answer_box {
  padding: 0 10px 30px;
  border-top: 1px solid #e7e7e7;
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box>.item:last-child .question {
  border-bottom: 1px solid #e7e7e7;
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box>.item:last-child .answer_box {
  border-top: none;
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box .question .label,
#c_code_verification.p_faq-read-error .main_contents .accordion_box .answer_title .label {
  display: table-cell;
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box .question {
  position: relative;
  display: table;
  padding: 10px 30px 10px 10px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  background: #fff;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box .question .number {
  display: table-cell;
  width: 3.5em;
  color: #004b98;
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box .question::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  background-image: url(../../../../../img/ss/common/bg_nav_001.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transform: translateY(-50%);
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box .opened .question::after {
  background-image: url(../../../../../img/ss/common/bg_nav_002.png);
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box .answer_title {
  position: relative;
  display: table;
  margin-bottom: 20px;
  padding: 15px 20px 10px 0;
  width: 100%;
  border-bottom: 1px solid #ff6e00;
  font-weight: bold;
  line-height: 1.4;
}

#c_code_verification.p_faq-read-error .main_contents .accordion_box .answer_title .number {
  display: table-cell;
  width: 3.5em;
  color: #ff6e00;
}

#c_download .download_list li {
  flex-basis: calc((100% - 66px) / 3);
  border: 1px solid #d6d6d6;
  background: #fff;
}

#c_download .download_list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  transition: opacity 0.2s;
}

#c_download .download_list a:hover {
  opacity: 0.7;
}

#c_download .download_list a:hover .name {
  text-decoration: underline;
}

#c_download .download_list .image {
  margin: 0 0 20px;
  text-align: center;
  font-size: 0;
}

#c_download .download_list .image img {
  border: solid 1px #ccc;
}

#c_download .download_list .name {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 19px;
}

#c_download .download_list .ss_download_btn {
  opacity: 1;
}

#c_download .download_list .ss_download_btn .txt01 {
  padding-right: 30px;
}

#c_download .download_list li {
  flex-basis: calc((100% - 66px) / 3);
  border: 1px solid #d6d6d6;
  background: #fff;
}

#c_download .download_list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  transition: opacity 0.2s;
}

#c_download .download_list a:hover {
  opacity: 0.7;
}

#c_download .download_list a:hover .name {
  text-decoration: underline;
}

#c_download .download_list .image {
  margin: 0 0 20px;
  text-align: center;
  font-size: 0;
}

#c_download .download_list .image img {
  border: solid 1px #ccc;
}

#c_download .download_list .name {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 19px;
}

#c_download .download_list .ss_download_btn {
  opacity: 1;
}

#c_download .download_list .ss_download_btn .txt01 {
  padding-right: 30px;
}

/* Media Queries
------------------------------- */
@media screen and (min-width: 641px) {
  .sp_view {
    display: none;
  }

  .js_follow_upper {
    position: relative;
    z-index: 9999999;
  }

  .js_follow_upper.fixed {
    height: 86px;
  }

  .js_follow_upper.fixed .fixed_contents {
    position: fixed;
    top: 0;
    width: 100%;
  }

  #header .list_box .tel_modal {
    display: none !important;
  }

  #globalnav {
    position: relative;
    z-index: 100000;
  }

  #globalnav.fixed .nav_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  #globalnav .home_link {
    display: none;
  }

  #globalnav .js_menu_button {
    display: none;
  }

  #globalnav a {
    color: #fff;
  }

  #globalnav .nav_inner>ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  #globalnav .nav_item {
    flex: 1;
  }

  #globalnav .nav_item .megamenu {
    display: none !important;
  }

  #globalnav .nav_item:hover .megamenu {
    display: block !important;
  }

  #globalnav .ac_btn {
    height: 100%;
    text-align: center;
  }

  #globalnav .ac_btn .button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    opacity: 1.0;
  }

  #globalnav .ac_btn .label {
    position: relative;
    display: block;
    flex: 1 1 auto;
    padding: 10px 24px;
    color: #fff;
    line-height: 1.25;
  }

  #globalnav .ac_btn .label::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 22px;
    background: #fff;
    content: "";
    font-size: 0;
    transform: translate(0, -50%);
  }

  #globalnav .ac_btn .label::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-width: 6px 4px 0;
    border-style: solid;
    border-color: #4abcf2 transparent transparent;
    content: "";
    transform: translate(0, -50%);
  }

  #globalnav .nav_item:hover .ac_btn .label,
  #globalnav .nav_item.current .ac_btn .label {
    background: #494949;
  }

  #globalnav .nav_item.comingsoon .ac_btn .label {
    background: #282828;
    color: rgba(255, 255, 255, 0.5);
  }

  #globalnav .nav_item.comingsoon .ac_btn .label::after {
    content: none;
  }

  #globalnav .nav_item:last-child .button:last-child::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 2px;
    height: 22px;
    background: #fff;
    content: "";
    font-size: 0;
    transform: translate(0, -50%);
  }

  #globalnav .megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-height: 160px;
    width: 100%;
    background: #494949;
  }

  #globalnav .nav_list {
    margin: 0 auto;
    padding: 24px 0;
    max-width: 980px;
  }

  #globalnav .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    line-height: 1.4;
  }

  #globalnav .nav_list a::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #4abcf2;
    content: "";
  }

  #globalnav .nav_list .subpages,
  #globalnav .nav_list .subcategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #globalnav .nav_list .subpages::before,
  #globalnav .nav_list .subpages::after,
  #globalnav .nav_list .subcategories::before,
  #globalnav .nav_list .subcategories::after {
    display: block;
    order: 10000;
    content: "";
  }

  #globalnav .nav_list .subpages>*,
  #globalnav .nav_list .subpages::before,
  #globalnav .nav_list .subpages::after,
  #globalnav .nav_list .subcategories>*,
  #globalnav .nav_list .subcategories::before,
  #globalnav .nav_list .subcategories::after {
    flex: 1 1 200px;
    margin: 4px 8px;
  }

  #globalnav .nav_list .subcategories .catname {
    color: #fff;
    font-weight: bold;
  }

  #globalnav .nav_list .subcategories .catname a {
    padding: 0;
  }

  #globalnav .nav_list .subcategories .catname a::before {
    display: none;
  }

  #globalnav .nav_list .subcategories .subpage {
    margin-top: 4px;
  }

  #globalnav .nav_list .sublinks {
    padding-left: 1em;
  }

  #globalnav .nav_list .sublinks a::before {
    top: 50%;
    width: 4px;
    height: 2px;
    border: none;
    background: #fff;
    transform: translate(0, -50%);
  }

  .js_navi_fixtop.fixed #globalnav {
    background: #282828;
  }

  #footer .sitemap {
    display: none;
  }

  #p_home .index_nav .nav_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  #p_home .index_nav .nav_item {
    display: flex;
    flex-direction: column;
    flex: 1 1 384px;
    margin: 0 20px 36px;
    padding: 16px;
    background: #fff;
  }

  #p_home .index_nav .nav_item.banner {
    align-self: flex-start;
    padding: 0;
  }

  #p_home .index_nav .nav_item.banner a {
    position: relative;
    display: block;
    padding: 10px 30px 8px 15px;
    border: 2px solid #23a4dd;
    background: #e7f5fe;
    color: #23a4dd;
    font-size: 22px;
  }

  #p_home .index_nav .nav_item.banner a:hover {
    opacity: 0.7;
  }

  #p_home .index_nav .nav_item.banner a::before {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 14px;
    height: 14px;
    border-right: 2px solid #23a4dd;
    border-bottom: 2px solid #23a4dd;
    content: "";
    font-size: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }

  #p_home .index_nav .nav_item .ac_btn {
    width: 100%;
    cursor: auto;
  }

  #p_home .index_nav .nav_item .ac_btn .label {
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 13px 14px 36px;
    border-radius: 5px 5px 0 0;
    background: #282828 no-repeat right center;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
  }

  #p_home .index_nav .nav_item .ac_btn .label:hover {
    background: #424242;
  }

  #p_home .index_nav .nav_item .ac_btn .label::before {
    position: absolute;
    top: 13px;
    left: 14px;
    width: 4px;
    height: 24px;
    background: #5ebbf1;
    content: "";
  }

  #p_home .index_nav .nav_item a {
    color: #333;
    text-decoration: none;
  }

  #p_home .index_nav .nav_item .desc {
    margin: 0 0 16px;
  }

  #p_home .index_nav .nav_cont {
    display: block !important;
    flex: 1 1 auto;
    padding: 16px 8px;
  }

  #p_home .index_nav .nav_list {
    display: block !important;
    padding: 0 !important;
    min-height: 120px;
  }

  #p_home .index_nav .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    text-decoration: none;
    line-height: 1.4;
    opacity: 1;
  }

  #p_home .index_nav .nav_list a::before {
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
    transform: rotate(45deg);
    transform-origin: top right;
  }

  #p_home .index_nav .nav_list a:hover {
    text-decoration: underline;
  }

  #p_home .index_nav .nav_list .sublinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -3px;
  }

  #p_home .index_nav .nav_list .sublinks>* {
    margin: 4px 8px;
  }

  #p_home .index_nav .nav_list li,
  #p_home .index_nav .nav_list .subpage {
    font-size: 15px;
    line-height: 1.3;
  }

  #p_home .index_nav .nav_list .subcat {
    margin: 10px 0 0;
  }

  #p_home .index_nav .nav_list .subcat:first-child {
    margin: 0;
  }

  #p_home .index_nav .nav_list .subcat .catname {
    margin: 0 0 4px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
  }

  #p_home .index_nav .nav_list li,
  #p_home .index_nav .nav_list .subpage {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.5;
  }

  #p_home .index_nav .nav_list .catname+.subpage {
    margin-top: 0;
  }

  #p_home .index_nav .nav_list .sublinks {
    overflow: hidden;
    margin-bottom: 8px;
    margin-left: 0.5em;
  }

  #p_home .index_nav .nav_list .sublinks .subpage {
    position: relative;
  }

  #p_home .index_nav .nav_list .sublinks .subpage::before {
    position: absolute;
    top: 50%;
    left: -9px;
    width: 1px;
    height: 10px;
    background: #ccc;
    content: "";
    transform: translate(0, -50%);
  }

  #p_home .index_nav .nav_list .sublinks a {
    padding: 0;
  }

  #p_home .index_nav .nav_list .sublinks a::before {
    content: none;
  }

  #p_home .index_nav .nav_item.comingsoon {
    position: relative;
  }

  #p_home .index_nav .nav_item.comingsoon::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.6);
    content: "";
  }

  #p_home .index_nav .nav_item.comingsoon .nav_cont {
    position: relative;
  }

  #p_home .index_nav .nav_item.comingsoon .nav_list ul {
    display: none;
  }

  #p_home .index_nav .nav_item.comingsoon .nav_list::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    content: "Comingsoon";
    font-weight: bold;
    font-size: 36px;
    line-height: 1.3;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 979px) {
  #header {
    height: auto;
  }

  #header .site_title {
    flex-basis: 32%;
  }

  #cv_contact {
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner {
    padding: 0 5px;
  }

  #cv_contact .fixed_wrapper .inner p {
    width: 42.85%;
  }

  #cv_contact #pagetop {
    right: 0;
    margin-right: 0;
  }

  .prt_sect_cv::after {
    display: none;
  }

  .prt_sect_cv .button a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 865px) {
  #globalnav {
    font-size: 14px;
  }

  #globalnav .nav_item {
    flex: 1 1 auto;
  }

  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 405px;
  }

  #cv_contact .fixed_wrapper .inner li {
    width: 200px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #header .logo {
    flex-basis: 83px;
  }

  #header .list_box {
    flex-basis: 345px;
  }

  #header .list_box li {
    flex-basis: 170px;
  }

  #header .list_box li a {
    font-size: 12px;
  }

  #header .btn_download a::before {
    margin: 0 11px 0 0;
    width: 18px;
    height: 24px;
  }

  #header .btn_contact a::before {
    margin: -4px 4px 0 0;
    width: 20px;
    height: 20px;
  }

  #header .btn_box {
    width: 345px;
  }

  #header .btn_box li {
    width: 170px;
  }

  #header .btn_box li a {
    font-size: 12px;
  }

  #header .btn_box .btn_download a::before,
  #header .btn_box .btn_contact a::before {
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner ul {
    float: right;
    width: 345px;
  }

  #cv_contact .fixed_wrapper .inner li {
    width: 170px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    font-size: 12px;
  }

  .prt_columns.col2 {
    margin: 20px -10px;
  }

  .prt_columns.col2>.item {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    width: calc(50% - 20px);
  }

  .prt_columns.col2>.item.narrow,
  .prt_columns.col2>.item.wide {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    width: calc(50% - 20px);
  }

  .prt_columns.col3 {
    margin: 20px -10px;
  }

  .prt_columns.col3>.item {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    width: calc(50% - 20px);
  }

  .prt_image_contents .figure {
    margin: 0 0 20px 20px;
  }

  .prt_image_contents.left_image .figure {
    margin: 0 20px 20px 0;
  }

  .prt_annotated_image {
    overflow: visible;
  }

  .prt_annotated_image>.image {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  .prt_annotated_image>.annotation {
    float: none;
    padding-left: 0;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .pc_view {
    display: none;
  }

  .contents_wrap {
    padding: 0 15px;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
  }

  .follow_header {
    order: 1;
  }

  #container {
    padding: 25px 0 0;
  }

  #header {
    border: none;
  }

  #header .inner {
    flex-wrap: wrap;
    padding: 0;
  }

  #header .site_title {
    flex-basis: 50%;
    margin-left: 15px;
    padding: 12px 0;
  }

  #header .logo {
    margin-right: 15px;
    padding: 12px 0;
  }

  #header .logo a {
    padding: 0;
  }

  #header .list_box {
    order: 10;
    flex-basis: 100%;
  }

  #header .list_box li {
    flex: 1;
    height: auto;
  }

  #header .list_box li a {
    display: block;
    min-height: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
  }

  #header .list_box li a::before {
    display: block;
  }

  #header .list_box li a .label {
    display: block;
  }

  #header .list_box li a .label>span {
    display: block;
  }

  #header .list_box .btn_download {
    margin-right: 0;
    border: none;
    border-radius: 0;
  }

  #header .list_box .btn_download a {
    padding: 10px 0 14px;
  }

  #header .list_box .btn_download a::before {
    margin: 0 auto 17px;
    width: 20px;
    height: 26px;
  }

  #header .list_box .btn_contact {
    margin-right: 0;
    border: none;
    border-radius: 0;
  }

  #header .list_box .btn_contact a {
    padding: 10px 0 5px;
  }

  #header .list_box .btn_contact a::before {
    margin: 0 auto 8px;
    width: 25px;
    height: 25px;
  }

  #header .list_box .btn_tel {
    display: block;
  }

  #header .list_box .btn_tel a {
    padding: 8px 0 5px;
  }

  #header .list_box .btn_tel a::before {
    margin: 0 auto 3px;
    width: 22px;
    height: 30px;
  }

  #header .list_box .tel_modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
  }

  #header .list_box .tel_modal .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    animation: modal-open 0.4s ease;
  }

  #header .list_box .tel_modal .numbers {
    position: absolute;
    top: 50%;
    right: 16px;
    left: 16px;
    transform: translate(0, -50%);
  }

  #header .list_box .tel_modal a {
    display: block;
    margin: 8px 0;
    padding: 16px;
    border-radius: 4px;
    background: #00284a;
    font-size: 16px;
    opacity: 1;
  }

  #header .list_box .tel_modal a::before {
    content: none;
  }

  #header .list_box .tel_modal span {
    display: none;
  }

  #header .list_box .tel_modal.opened {
    display: block;
  }

  @keyframes modal-open {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  #globalnav {
    font-size: 16px;
  }

  #globalnav .nav_button {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 10010;
    display: block;
    width: 49px;
    height: 34px;
    border-radius: 3px 0 0 3px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  #globalnav .nav_button.pagein {
    opacity: 1;
    cursor: pointer;
  }

  #globalnav .nav_button::before,
  #globalnav .nav_button::after,
  #globalnav .nav_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    width: 24px;
    height: 4px;
    background: #fff;
    content: "";
    transition: transform 0.3s ease;
  }

  #globalnav .nav_button::before {
    transform: translate(-50%, -10px);
  }

  #globalnav .nav_button::after {
    transform: translate(-50%, 6px);
  }

  #globalnav .nav_button i {
    transform: translate(-50%, -50%);
  }

  #globalnav .nav_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease;
    transform: translate(100%, 0);
  }

  #globalnav .nav_inner {
    padding: 30px 15px 160px;
  }

  #globalnav .home_link {
    margin: 0 0 20px;
    padding: 0 40px 0 0;
  }

  #globalnav .home_link a {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
  }

  #globalnav .nav_inner>ul {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #333;
  }

  #globalnav .nav_inner>ul .nav_item a {
    color: #333;
    text-decoration: none;
  }

  #globalnav .nav_inner>ul .js_accnav_item {
    border-right: 1px solid #333;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #333;
  }

  #globalnav .nav_inner>ul .js_accnav_item.basics {
    border-bottom-color: #333;
  }

  #globalnav .nav_inner>ul .js_accnav_item .ac_btn {
    position: relative;
    padding: 12px 40px 12px 16px;
    background: #282828 no-repeat right center;
  }

  #globalnav .nav_inner>ul .js_accnav_item .ac_btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    background: url(../../../../../img/ss/common/bg_nav_003.png) no-repeat center/contain;
    content: "";
    transform: translate(0, -50%);
  }

  #globalnav .nav_inner>ul .js_accnav_item .ac_btn .label {
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    opacity: 1;
  }

  #globalnav .nav_inner>ul .js_accnav_item.opened .ac_btn::after {
    background-image: url(../../../../../img/ss/common/bg_nav_004.png);
  }

  #globalnav .nav_inner>ul .js_accnav_cont {
    display: none;
  }

  #globalnav .nav_inner>ul .megamenu {
    background: #fff;
  }

  #globalnav .nav_inner>ul .megamenu .desc {
    display: none;
  }

  #globalnav .nav_inner>ul .nav_list {
    padding: 9px 16px 14px;
  }

  #globalnav .nav_inner>ul .nav_list .catname,
  #globalnav .nav_inner>ul .nav_list .subpage {
    margin-top: 5px;
  }

  #globalnav .nav_inner>ul .nav_list dd.subpage {
    display: none;
  }

  #globalnav .nav_inner>ul .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    text-decoration: none;
    line-height: 1.4;
    opacity: 1;
  }

  #globalnav .nav_inner>ul .nav_list a::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #282828;
    content: "";
  }

  #globalnav .nav_inner>ul .nav_list a:hover {
    text-decoration: underline;
  }

  #globalnav .nav_inner>ul .nav_list a.active {
    color: #c80000;
  }

  #globalnav .nav_inner>ul .nav_list .sublinks {
    padding-left: 1em;
  }

  #globalnav .nav_inner>ul .nav_list .sublinks a::before {
    top: 50%;
    width: 4px;
    height: 2px;
    border: none;
    background: #282828;
    transform: translate(0, -50%);
  }

  #globalnav .nav_inner>ul .nav_item.comingsoon {
    display: none;
  }

  body.view-mode-sp #globalnav .nav_menu {
    display: block;
  }

  body.menu-opened #globalnav .js_menu_button::before {
    transform: translate(-50%, -50%) rotate(-225deg);
  }

  body.menu-opened #globalnav .js_menu_button::after,
  body.menu-opened #globalnav .js_menu_button i {
    transform: translate(-50%, -50%) rotate(225deg);
  }

  body.menu-opened #globalnav .nav_menu {
    transform: translate(0);
  }

  #container .pager li a .label {
    padding: 8px;
  }

  #container .pager li a .label::before {
    top: 4px;
    bottom: 4px;
    width: 15px;
    background-size: 8px;
  }

  #container .pager li a .label>span {
    font-weight: bold;
    font-size: 13px;
  }

  #container .pager li a .label>strong {
    font-size: 16px;
    line-height: 1.5;
  }

  #container .pager .prev a .label {
    padding-left: 35px;
  }

  #container .pager .prev a .label::before {
    background-image: url(../../../../../img/ss/common/bg_pager_sp_001.png);
    background-position: center;
  }

  #container .pager .next a .label {
    padding-right: 35px;
  }

  #container .pager .next a .label::before {
    background-image: url(../../../../../img/ss/common/bg_pager_sp_002.png);
    background-position: center;
  }

  #cv_contact {
    width: 100%;
    height: auto;
  }

  #cv_contact .fixed_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    background: #fff;
  }

  #cv_contact .fixed_wrapper .inner {
    overflow: visible;
    padding: 0;
    width: auto;
    background-color: #282828;
  }

  #cv_contact .fixed_wrapper .inner p {
    float: none;
    width: 100%;
    text-align: center;
  }

  #cv_contact .fixed_wrapper .inner p a {
    display: block;
    padding: 2.2% 4.7% 1.6%;
  }

  #cv_contact .fixed_wrapper .inner ul {
    float: none;
    overflow: hidden;
    width: 100%;
  }

  #cv_contact .fixed_wrapper .inner li {
    display: table;
    float: left;
    margin: 0;
    width: 50%;
    height: auto;
  }

  #cv_contact .fixed_wrapper .inner .catalog,
  #cv_contact .fixed_wrapper .inner .contact {
    border-right: none;
    border-left: none;
  }

  #cv_contact .fixed_wrapper .inner li a {
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
  }

  #cv_contact #pagetop {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: auto;
    height: 60px;
    background: none;
  }

  #cv_contact #pagetop a {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: block;
    width: 40px;
    height: 40px;
  }

  #cv_contact #pagetop a::before {
    margin-top: -4px;
    width: 16px;
    height: 16px;
  }

  #cv_contact #pagetop a::after {
    width: 16px;
    height: 16px;
  }

  #cv_contact.fixed .fixed_wrapper {
    position: relative;
  }

  #cv_contact.fixed .fixed_wrapper #pagetop a {
    position: fixed;
  }

  #cv_contact.fixed.hidden .fixed_wrapper {
    display: block;
  }

  #cv_contact.fixed.hidden .fixed_wrapper #pagetop a {
    display: none;
  }

  #footer {
    order: 2;
  }

  #footer .copy {
    padding: 12px 0;
  }

  #footer .copy p {
    float: none;
    width: 100%;
    text-align: center;
  }

  #footer .copy ul {
    float: none;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }

  #footer .copy ul li a {
    font-weight: bold;
  }

  .cv_area .banner {
    display: block;
    padding: 16px;
  }

  .cv_area .thumb {
    margin: 0 0 16px;
    text-align: center;
  }

  .cv_area .lead {
    font-size: 18px;
  }

  .cv_area .ss_download_btn .txt01 {
    padding-right: 24px;
  }

  .prt_main_section {
    margin: 20px 0 40px;
  }

  .prt_sub_section {
    margin: 20px 0;
  }

  .prt_header_01 {
    padding-left: 24px;
    font-size: 22px;
  }

  .prt_header_01::before {
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    transform: none;
  }

  .prt_header_01::after {
    top: 0;
    bottom: 2px;
    margin: 0;
    width: 10px;
    height: auto;
    background: #333;
    transform: none;
  }

  .prt_header_02 {
    font-size: 20px;
  }

  .prt_header_04 {
    font-size: 18px;
  }

  .prt_header_05 {
    font-size: 16px;
  }

  .prt_anchor_list_02 {
    display: block;
    overflow: visible;
  }

  .prt_anchor_list_02>li {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  .prt_anchor_list_03 {
    display: block;
    overflow: visible;
  }

  .prt_anchor_list_03 li {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  .prt_page_index {
    overflow: hidden;
    margin: 20px 0;
    padding: 15px 5px;
  }

  .prt_page_index li {
    float: none;
    margin: 0 0 5px;
    width: auto;
  }

  .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 .img03 img {
    width: 67px;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03,
  .ss_download_btn .txt04 {
    padding-left: 24px;
    width: calc(100% - 24px);
  }

  .ss_download_btn .txt02 {
    padding-right: 72px;
  }

  .ss_download_btn .txt04 {
    padding-right: 92px;
  }

  .ss_download_btn .in_txt1 {
    font-size: 12px;
  }

  .ss_download_btn.type02.icon01>span:first-child {
    background-image: url(/img/ss/common/bg_icon_dl_001.png);
  }

  .ss_download_btn.type02.icon01 .txt02 {
    padding-left: 32px;
    text-align: left;
  }

  .prt_button_01 a {
    padding: 16px 10px 14px;
  }

  .prt_sect_cv {
    margin: 30px 0 0;
  }

  .prt_inquiry_btn .label {
    text-align: left;
  }

  .ss_download_btn .txt01,
  .ss_download_btn .txt02,
  .ss_download_btn .txt03 {
    font-size: 15px;
  }

  .ss_subpage_bnr {
    margin: 20px 0;
  }

  .ss_subpage_bnr .banner {
    padding: 10px 10px;
    max-width: none;
    width: 100%;
    line-height: inherit;
  }

  .ss_subpage_bnr .btn_wrap .button {
    padding: 8px 10px 8px 48px;
    width: 100%;
    text-align: left;
  }

  .ss_subpage_bnr .title.part_display {
    text-align: inherit;
  }

  .ss_subpage_bnr .title.part_display strong {
    display: inline;
  }

  .prt_inquiry_banner .banner::after {
    top: 1px;
    right: 28px;
    width: 71px;
    height: 126px;
  }

  .prt_inquiry_banner .content {
    padding: 10px 14px 14px 18px;
  }

  .prt_figure_01.smp_frame,
  .prt_figure_01 .smp_frame {
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #fff;
  }

  .prt_figure_01.smp_frame>*:first-child,
  .prt_figure_01 .smp_frame>*:first-child {
    margin-top: 0;
  }

  .prt_figure_01.smp_frame>*:last-child,
  .prt_figure_01 .smp_frame>*:last-child {
    margin-bottom: 0;
  }

  .prt_columns {
    display: block;
    margin: 20px 0;
  }

  .prt_columns.col2,
  .prt_columns.col3 {
    display: block;
    margin: 20px 0;
  }

  .prt_columns.col2>.item {
    margin: 0 0 20px;
    width: auto;
  }

  .prt_columns.col2>.item.narrow,
  .prt_columns.col2>.item.wide {
    margin: 0 0 20px;
    width: auto;
  }

  .prt_columns.col3>.item {
    margin: 0 0 20px;
    width: auto;
  }

  .prt_image_contents:after {
    display: none;
  }

  .prt_image_contents .figure,
  .prt_image_contents.left_image .figure {
    float: none;
    margin: 20px 0;
    max-width: none;
  }

  .prt_image_columns {
    margin: 20px 0;
  }

  .prt_image_columns:after {
    display: none;
  }

  .prt_image_columns>.figure,
  .prt_image_columns>.desc {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  .prt_flexbox:not(.nowrap) {
    display: block;
    margin: 20px 0;
  }

  .prt_flexbox:not(.nowrap)>.item {
    margin: 0 0 20px;
  }

  .prt_floatbox {
    margin: 20px 0;
  }

  .prt_floatbox:after {
    display: none;
  }

  .prt_floatbox>* {
    float: none;
    margin: 0;
    width: auto;
  }

  .prt_flexarrows {
    display: block;
    overflow: visible;
    margin: 30px 0;
  }

  .prt_flexarrows>.item {
    float: none;
    margin: 0 0 10px;
    padding: 0;
  }

  .prt_flexarrows>.item.arrow {
    width: auto;
  }

  .prt_flexarrows>.item.arrow i {
    margin: 0;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .prt_box_01,
  .prt_box_02,
  .prt_fill_box,
  .prt_frame_box {
    margin: 20px 0 30px;
    padding: 15px;
  }

  .prt_keyence_box {
    margin: 40px 0;
  }

  .prt_keyence_box .title {
    font-size: 22px;
  }

  .prt_keyence_box .header {
    padding: 10px;
    font-size: 18px;
  }

  .prt_column_box {
    margin: 40px 0;
    padding: 0 15px 20px;
  }

  .prt_column_box .header {
    margin: 0 0 10px;
    padding: 50px 0 0;
  }

  .prt_rsp_tbl {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    border: none;
  }

  .prt_rsp_tbl>caption {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }

  .prt_rsp_tbl>tbody {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }

  .prt_rsp_tbl>tbody>tr {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }

  .prt_rsp_tbl>tbody>tr>th,
  .prt_rsp_tbl>tbody>tr>td {
    display: block;
    float: left;
    clear: left;
    overflow: visible;
    max-height: none;
    width: 100%;
  }

  .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>thead {
    display: 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>tbody>tr {
    padding: 10px 0;
  }

  .prt_rsp_tbl.spmode_txt>tbody>tr:first-child {
    padding-top: 0;
  }

  .prt_rsp_tbl.spmode_txt>tbody>tr>th,
  .prt_rsp_tbl.spmode_txt>tbody>tr>td {
    padding: 0;
    border: none;
  }

  .prt_rsp_tbl.spmode_txt .prt_list_disc {
    margin: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_txt.type_01 tr:first-child [data-label]:first-child::before {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_01 [data-label]::before {
    display: block;
    margin: 10px 0 5px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
    text-align: left;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_01 th[data-label]::before {
    margin: 0 -8px 8px;
    padding: 4px 8px;
    width: auto;
    background: #000;
    color: #fff;
  }

  .prt_rsp_tbl.spmode_txt.type_01>tbody>tr>th {
    margin: 10px 0 5px;
    padding: 6px 8px 4px;
    border-bottom: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_txt.type_01>tbody>tr>td {
    padding-right: 8px;
    padding-left: 8px;
    background: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02>tbody>tr {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_txt.type_02>tbody>tr:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_02>tbody>tr>th {
    padding: 0 10px;
    border: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02>tbody>tr>td {
    padding: 0 10px;
    border: none;
    background: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_02>caption.head {
    text-indent: 0;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_02 tbody>tr>th {
    text-indent: 0;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_02>caption.head {
    padding: 8px 10px 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_02>thead>tr>th::before {
    content: "・";
  }

  .prt_rsp_tbl.spmode_txt.type_02>tbody>tr:first-child>th:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_02>tbody>tr>th {
    padding: 8px 10px 6px;
    background: #000;
    color: #fff;
  }

  .prt_rsp_tbl.spmode_txt.type_02>tbody>tr>th+td {
    margin-top: 10px;
  }

  .prt_rsp_tbl.spmode_txt.type_02 [data-label]::before {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    background: none;
    content: attr(data-label);
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_03 tr:first-child th:first-child,
  .prt_rsp_tbl.spmode_txt.type_03 tr:first-child [data-label]:first-child::before {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_03 [data-label]::before {
    display: block;
    margin: 10px 0 5px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
    text-align: left;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_03>tbody>tr>th {
    margin: 10px 0 5px;
    padding: 8px 10px 6px;
    border-bottom: 1px solid #ccc;
    background: #000;
    color: #fff;
  }

  .prt_rsp_tbl.spmode_txt.type_03>tbody>tr>td {
    padding-right: 8px;
    padding-left: 8px;
    background: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_04 .cell_inner {
    display: block;
  }

  .prt_rsp_tbl.spmode_txt.type_04 tr {
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_txt.type_04 tr th,
  .prt_rsp_tbl.spmode_txt.type_04 tr td {
    margin: 5px 0 0;
    padding: 0 10px;
    border: none;
    background: none;
    text-align: left;
  }

  .prt_rsp_tbl.spmode_txt.type_04 .head,
  .prt_rsp_tbl.spmode_txt.type_04 th:first-child {
    margin: 10px 0 0;
    background: #010101;
    color: #fff;
    text-indent: 0;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_04 .head {
    padding: 8px 10px 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_04 thead {
    margin: 0 0 20px;
  }

  .prt_rsp_tbl.spmode_txt.type_04 thead th::before {
    content: "・";
  }

  .prt_rsp_tbl.spmode_txt.type_04 tr:first-child th:first-child {
    margin-top: 0;
  }

  .prt_rsp_tbl.spmode_txt.type_04 th:first-child .cell_inner {
    padding: 8px 0 6px;
  }

  .prt_rsp_tbl.spmode_txt.type_04 [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_04 [data-label]:first-child::before {
    content: "["attr(data-label) "]";
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_txt.type_04 [data-label] .cell_inner {
    margin-top: 4px;
  }

  .prt_rsp_tbl.spmode_txt.type_04 th span,
  .prt_rsp_tbl.spmode_txt.type_04 td span {
    text-indent: 0;
  }

  .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 {
    margin-top: 0;
  }

  .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 {
    display: block;
    padding: 0 10px 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    content: attr(data-label);
    text-align: left;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_cell [data-label]::before {
    display: block;
    margin: 0 -10px 10px;
    padding: 0 10px 10px;
    padding: 10px;
    width: 100%;
    width: auto;
    border-bottom: 1px solid #ccc;
    background: #000;
    color: #fff;
    content: attr(data-label);
    text-align: left;
    font-weight: bold;
  }

  .prt_rsp_tbl.spmode_cell td {
    padding: 0 10px 10px;
  }

  .prt_rsp_tbl.spmode_cell td[data-label]::before,
  .prt_rsp_tbl.spmode_cell td [data-label]::before {
    margin: 0 -10px 10px;
    width: auto;
  }

  .prt_rsp_tbl.spmode_cell .blank {
    display: none;
  }

  .prt_rsp_tbl.spmode_cell.type_02 tr {
    margin: 0;
    border-top: none;
  }

  .prt_rsp_tbl.spmode_cell.type_02 tr:first-child {
    border-top: 1px solid #ccc;
  }

  .prt_rsp_tbl.spmode_cell.type_02 th {
    width: 100%;
  }

  .prt_rsp_tbl.style_02 th {
    width: 100%;
  }

  .prt_tbl th,
  .prt_tbl td {
    padding: 10px;
  }

  .sp_scroll_body {
    display: block;
    width: 100%;
    border: none;
  }

  .sp_scroll_body caption,
  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    display: block;
    width: 100%;
    border: none;
  }

  .sp_scroll_body thead,
  .sp_scroll_body tbody {
    border-left: 1px solid #ccc;
  }

  .sp_scroll_body thead {
    overflow-y: scroll;
  }

  .sp_scroll_body tbody {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 315px;
    border-bottom: 1px solid #ccc;
  }

  .sp_scroll_body tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .sp_scroll_body th,
  .sp_scroll_body td {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  .prt_relation_pages>.headr {
    padding: 10px 15px 8px;
  }

  .prt_relation_pages>.pages {
    padding: 10px 15px 5px;
  }

  .prt_relation_pages>.pages>li {
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  .prt_onepoint,
  .prt_notebox {
    padding: 8px 16px 8px 64px;
  }

  .prt_onepoint>.header,
  .prt_notebox>.header {
    top: 8px;
    left: 8px;
    width: 48px;
    height: 48px;
  }

  .prt_onepoint>.header+*,
  .prt_notebox>.header+* {
    margin-top: 0;
  }

  #p_home .site_body {
    padding: 0;
  }

  #p_home .mainvisual {
    margin: 0 0 24px;
    padding: 0;
  }

  #p_home .mainvisual .inner {
    padding: 0 16px;
    height: 128px;
    background-size: 162px auto;
  }

  #p_home .mainvisual .lead {
    font-size: 9px;
  }

  #p_home .mainvisual .title {
    font-size: 22px;
  }

  #p_home .home_section .header {
    padding-left: 24px;
    font-size: 20px;
  }

  #p_home .home_section .header::before {
    top: 9px;
    width: 16px;
    height: 16px;
  }

  #p_home .index_nav .nav_menu .nav_item a {
    color: #333;
    text-decoration: none;
  }

  #p_home .index_nav .nav_item.banner {
    margin: 24px 0 0;
  }

  #p_home .index_nav .nav_item.banner a {
    position: relative;
    display: block;
    padding: 8px 32px 8px 16px;
    border: 2px solid #23a4dd;
    background: #e7f5fe;
    color: #23a4dd;
  }

  #p_home .index_nav .nav_item.banner a::before {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 14px;
    height: 14px;
    border-right: 2px solid #23a4dd;
    border-bottom: 2px solid #23a4dd;
    content: "";
    font-size: 0;
    transform: translate(0, -50%) rotate(-45deg);
  }

  #p_home .index_nav .nav_menu .js_accnav_item .ac_btn {
    position: relative;
    padding: 12px 40px 12px 16px;
    border-bottom: 1px solid #fff;
    background: #282828 no-repeat right center;
  }

  #p_home .index_nav .nav_menu .js_accnav_item .ac_btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    background: url(../../../../../img/ss/common/bg_nav_003.png) no-repeat center/contain;
    content: "";
    transform: translate(0, -50%);
  }

  #p_home .index_nav .nav_menu .js_accnav_item .ac_btn .label {
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    opacity: 1;
  }

  #p_home .index_nav .nav_menu .js_accnav_item.opened .ac_btn::after {
    background-image: url(../../../../../img/ss/common/bg_nav_004.png);
  }

  #p_home .index_nav .nav_menu .js_accnav_cont {
    display: none;
  }

  #p_home .index_nav .nav_menu .nav_cont {
    background: #fff;
  }

  #p_home .index_nav .nav_menu .nav_cont .desc {
    display: none;
  }

  #p_home .index_nav .nav_menu .nav_list {
    padding: 14px 16px;
  }

  #p_home .index_nav .nav_menu .nav_list .subcat {
    margin: 10px 0 0;
  }

  #p_home .index_nav .nav_menu .nav_list .subcat:first-child {
    margin: 0;
  }

  #p_home .index_nav .nav_menu .nav_list .subcat .catname {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
  }

  #p_home .index_nav .nav_menu .nav_list li,
  #p_home .index_nav .nav_menu .nav_list .subpage {
    margin-top: 5px;
  }

  #p_home .index_nav .nav_menu .nav_list li:first-child,
  #p_home .index_nav .nav_menu .nav_list .subpage:first-child {
    margin-top: 0;
  }

  #p_home .index_nav .nav_menu .nav_list a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 12px;
    text-decoration: none;
    line-height: 1.4;
    opacity: 1;
  }

  #p_home .index_nav .nav_menu .nav_list a::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #282828;
    content: "";
  }

  #p_home .index_nav .nav_menu .nav_list a:hover {
    text-decoration: underline;
  }

  #p_home .index_nav .nav_menu .nav_list a.active {
    color: #c80000;
  }

  #p_home .index_nav .nav_menu .nav_list .sublinks {
    padding-left: 1em;
  }

  #p_home .index_nav .nav_menu .nav_list .sublinks a::before {
    top: 50%;
    width: 4px;
    height: 2px;
    border: none;
    background: #282828;
    transform: translate(0, -50%);
  }

  #p_home .index_nav .nav_menu .nav_item.comingsoon {
    display: none;
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow {
    overflow: visible;
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li:after {
    display: none;
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure {
    position: static;
    float: none;
    margin: 0 0 10px;
    width: auto;
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .box {
    border-radius: 8px;
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result {
    width: 48%;
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result.pass span,
  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result.err span {
    right: auto;
    left: 50%;
    white-space: nowrap;
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result.pass span {
    margin-left: -10px;
    transform: translate(-100%, 0);
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .figure .result.err span {
    margin-left: 10px;
  }

  #c_basic.p_mechanism .main_contents .checkdigit_flow>ol>li .desc {
    overflow: visible;
  }

  #c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .row {
    position: relative;
    display: block;
  }

  #c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .row::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 4px;
    height: 24px;
    background: #4472c4;
    content: "";
    transform: translate(-50%, 0);
  }

  #c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .row::after {
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 16px 6px 0;
    border-style: solid;
    border-color: #4472c4 transparent transparent;
    content: "";
    transform: translate(-50%, 0);
  }

  #c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .row:last-child::before,
  #c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .row:last-child::after {
    content: none;
  }

  #c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .balloon::before,
  #c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .balloon::after {
    content: none;
  }

  #c_basic.p_code39 .main_contents .section_codabar_applications .flow_image .desc {
    margin: 8px 0 0;
  }

  #c_basic.p_code128 .main_contents .character_composition_table {
    font-size: 14px;
  }

  #c_basic_2d.p_datamatrix .main_contents .flex_list>.item {
    margin: 0;
  }

  #c_code_verification.p_iso-iec-method .main_contents .prt_columns>.item:last-child {
    margin: 0;
  }

  #c_download.p_index .main_contents {
    padding: 0 15px;
    padding: 0 15px;
  }

  #c_download.p_index .main_contents .ss_download_btn {
    max-width: none;
    max-width: none;
  }

  #c_download.p_index .main_contents {
    padding: 0 15px;
    padding: 0 15px;
  }

  #c_download.p_index .main_contents .ss_download_btn {
    max-width: none;
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  #header .list_box li a {
    font-size: 10px;
  }

  #header .list_box .btn_download a {
    padding: 10px 0;
  }

  #header .list_box .btn_download a::before {
    width: 16px;
    height: 20px;
  }

  #header .list_box .btn_contact a::before {
    width: 21px;
    height: 21px;
  }

  #header .list_box .btn_tel a::before {
    width: 18px;
    height: 26px;
  }

  #cv_contact .fixed_wrapper .inner li a {
    padding: 10px 5px;
    font-size: 11px;
  }

  #cv_contact .fixed_wrapper .inner li a i {
    width: 26px;
    height: 26px;
  }

  #cv_contact .fixed_wrapper .inner li span {
    width: calc(100% - 26px);
  }

  #cv_contact .fixed_wrapper .inner .catalog a i::before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }

  #cv_contact .fixed_wrapper .inner .contact a i::before {
    width: 14px;
    height: 14px;
    background-size: contain;
  }

  #c_basic_2d .main_contents .spec_table {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
    width: 100%;
  }

  #c_basic_2d .main_contents .spec_table table {
    margin: 0;
    min-width: 345px;
    width: 100%;
  }

  #c_basic_2d .main_contents .spec_table tbody th {
    width: 42.4%;
  }

  #c_basic_2d .main_contents .spec_table tbody td:not([colspan]) {
    width: 28.8%;
  }
}
