@charset "UTF-8";
/* slick slider
------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -khtml-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
  cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1e2021;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: '';
  height: 10px;
  width: 10px;
}
.slick-prev {
  left: 15px;
}
.slick-prev:before {
  margin-left: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slick-next {
  right: 15px;
}
.slick-next:before {
  margin-right: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  width: 20px;
}
.slick-dots li button {
  display: block;
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  content: '•';
  font-family: 'slick';
  font-size: 6px;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  line-height: 20px;
  opacity: 0.25;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* # =================================================================
#	layout
# ================================================================= */
/* コンテナ
------------------------- */
/* 基本のレイアウト幅
------------------------- */
.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  z-index: 1;
}
/*.guide + .inner {
  z-index: 2;
}*/
/* カラム
------------------------- */
.colSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.colSet.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col3-1 {
  width: 33.3333%;
}
.col4-1 {
  width: 25%;
}
.col4-2 {
  width: 50%;
}
.col4-3 {
  width: 75%;
}
.col5-1 {
  width: 20%;
}
.col6-1 {
  width: 16.6666%;
}
.pageContent .colSet.marginSet {
  width: calc(100% + 30px);
  margin-right: -30px;
}
.pageContent .colSet.marginSet .col4-2 {
  width: calc(50% - 30px);
  margin-right: 30px;
}
/* # =================================================================
#	module
# ================================================================= */
.pageContent .btns {
  margin-top: 60px;
}
.pageContent .btns + .btn {
  margin-top: 50px;
}

.pageContent .tableScroll + .btn {
  margin-top: 50px;
}
.pageContent p {
  font-size: 93.75%;
  line-height: 2;
  margin-bottom: 20px;
}
.pageContent a {
  color: #005ab4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pageContent a[href^='tel:'] {
  color: #1e2021;
  pointer-events: none;
}
.pageContent ul.list {
  margin-bottom: 20px;
}
.pageContent ul.list li {
  position: relative;
  font-size: 93.75%;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 1em;
}
.pageContent ul.list li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  background-color: #15262e;
  border-radius: 50%;
  content: '';
  height: 6px;
  width: 6px;
}
.pageContent ol {
  margin-bottom: 20px;
  padding-left: 1.25em;
}
.pageContent ol li {
  font-size: 93.75%;
  margin-bottom: 10px;
}
.pageContent ol.list {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.pageContent ol.list li {
  position: relative;
  font-size: 93.75%;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 1.5em;
}
.pageContent ol.list li::before {
  position: absolute;
  left: 0;
  content: counter(item) '.';
  counter-increment: item;
  font-size: 93.75%;
  font-weight: 700;
}
.main dl.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 93.75%;
  line-height: 2;
}
.main dl.list dt {
  width: 60px;
}
.main dl.list dd {
  margin-bottom: 5px;
  width: calc(100% - 80px);
}
.pageContent > .inner + .supportCustomer {
  margin-top: 60px;
}
html:not(.sp) .pageContent a:hover {
  color: #f30;
}
/* ------ 表示/非表示 ------ */
/*.isPC {
	display: block;
}*/
.isSP {
  display: none;
}
/* ------ フォント ------ */
/* 左寄せ */
.left {
  text-align: left !important;
}
/* 右寄せ */
.right {
  text-align: right !important;
}
/* 中央寄せ */
.center {
  text-align: center !important;
}
/* 縦書き */
.vertical {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* ------ 画像 ------ */
.img {
  margin-bottom: 20px;
}
.img.full img {
  width: 100%;
}
.img .caption {
  font-size: 81.25%;
  line-height: 1.5;
  margin-top: 5px;
}
/* 画像（左） + テキスト */
.imgSet {
  margin-top: 40px;
  overflow: hidden;
}
.imgSet .img {
  float: left;
  margin-bottom: 0;
  margin-right: 20px; /* 画像（右） + テキスト */
}
.imgSet .img.right {
  float: right;
  margin-left: 20px;
}
/* # =================================================================
#	color
# ================================================================= */
/* font-color
------------------------- */
.fcWhite {
  color: #fff;
}
/* background-color
------------------------- */
.bcWhite {
  background-color: #fff;
}
.bcGray {
  position: relative;
  background-color: #f5f5f5;
}

.bcLightBlue {
  position: relative;
  background-color: #d1dae3;
}

/* # =================================================================
#	margin
# ================================================================= */
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
/* # =================================================================
#	headline
# ================================================================= */
/* H1
------------------------- */
.hSite {
  position: absolute;
  top: 3.5vh;
  left: 0;
  color: #1e2021;
  font-size: 125%;
  font-weight: 400;
  margin-left: 20px;
  z-index: 1;
}
.hSite::before {
  display: inline-block;
  background-color: #1e2021;
  content: '';
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  width: 70px;
}
/* ページ 見出し
------------------------- */
.hPage {
  font-size: 225%;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
}
.hPage + p {
  font-size: 93.75%;
  line-height: 2;
  text-align: center;
}
/* 見出し レベル1
------------------------- */
.headingL1 {
  border-left: solid 2px #1e2021;
  font-size: 225%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 45px;
  margin-top: 80px;
  padding-left: 20px;
}
.headingL1 span {
  display: block;
  font-size: 50%;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.headingL1.fcWhite {
  border-left: solid 1px #fff;
}
.headingL1.center {
  border-left: 0;
  padding-left: 0;
}
/* 見出し レベル2
------------------------- */
.headingL2 {
  position: relative;
  font-size: 162.5%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 60px;
  padding-left: 50px;
}
.headingL2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #1e2021;
  content: '';
  height: 1px;
  margin: auto;
  width: 40px;
}
.headingL2 + .headingL3 {
  margin-top: 20px;
}
/* 見出し レベル3
------------------------- */
.headingL3 {
  font-size: 137.5%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 50px;
}
/* 見出し レベル４
------------------------- */
p.headingL4 {
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
}
.headingL1:first-child, .headingL2:first-child, .headingL3:first-child, .headingL4:first-child {
  margin-top: 0;
}
/* # =================================================================
#	icon
# ================================================================= */
/* 丸矢印
------------------------- */
.iconArrow {
  position: relative;
  display: block;
  background-color: #1e2021;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.iconArrow::before, .iconArrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  margin: auto;
}
.iconArrow::before {
  right: 0;
  left: 0;
  background-color: #fff;
  height: 1px;
  width: 15px;
}
.iconArrow::after {
  right: 6px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 2.5px 0 2.5px 8px;
  height: 0;
  width: 0;
}
.iconArrow.up::before {
  height: 15px;
  width: 1px;
}
.iconArrow.up::after {
  top: 5px;
  right: 0;
  bottom: initial;
  left: 0;
  border-color: transparent transparent #fff transparent;
  border-width: 0 2.5px 8px 2.5px;
}
.iconArrow.down::before {
  height: 15px;
  width: 1px;
}
.iconArrow.down::after {
  /*top: initial;*/
  top: auto;
  right: 0;
  bottom: 5px;
  left: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 8px 2.5px 0 2.5px;
}
.iconArrow.small {
  height: 20px;
  width: 20px;
}
.iconArrow.small::before {
  width: 12px;
}
.iconArrow.small::after {
  right: 2px;
}
.iconArrow.small.down::before {
  height: 12px;
  width: 1px;
}
.iconArrow.small.down::after {
  right: 0;
  bottom: 2px;
}
/* prev & next
------------------------- */
.iconCtrl {
  position: relative;
  display: block;
  background-color: #1e2021;
  border-radius: 50%;
  height: 40px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 40px;
}
.iconCtrl::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 1px;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: '';
  height: 8px;
  margin: auto;
  width: 8px;
}
html:not(.sp) .iconCtrl:hover {
  opacity: 0.6;
}
/* prev */
.iconPrev::after {
  right: -2px;
  left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* next */
.iconNext::after {
  right: 0;
  left: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 一覧
------------------------- */
.iconList {
  display: inline-block;
}
.iconList a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 87.5%;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.iconList a > * {
  display: block;
}
html:not(.sp) .iconList a:hover {
  opacity: 0.6;
}
.iconListBtn {
  position: relative;
  display: block;
  background-color: #1e2021;
  border-radius: 50%;
  height: 40px;
  margin-right: 8px;
  width: 40px;
}
.iconListBtn > * {
  display: block;
}
.iconListBtn span::before, .iconListBtn span::after {
  position: absolute;
  display: block;
  background-color: #fff;
  content: '';
  height: 4px;
  width: 4px;
}
.iconListBtn > span {
  position: relative;
  display: block;
  height: 10px;
  width: 11px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}
.iconListBtn > span::before {
  top: 0;
  left: 0;
}
.iconListBtn > span::after {
  top: 0;
  right: 0;
}
.iconListBtn > span span::before {
  bottom: 0;
  left: 0;
}
.iconListBtn > span span::after {
  right: 0;
  bottom: 0;
}
/* PDF
------------------------- */
.iconPdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.iconPdf > * {
  display: block;
}
.iconPdf figcaption {
  color: #005ab4;
  font-size: 93.75%;
  line-height: 1.2;
  margin-left: 12px;
}
/* # =================================================================
#	link
# ================================================================= */
/* リンクアロー
------------------------- */
.linkArrow {
  background-image: url(https://www.epson.jp/common/images/ico_link_01.gif);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 21px;
}
/* 外部リンク
------------------------- */
.linkOut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.linkOut > * {
  display: block;
}
.linkOut img {
  margin-left: 5px;
}
/* ページ内リンク
------------------------- */
.linkPageSet {
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.linkPage {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.linkPage::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #fff;
  content: '';
  height: 100%;
  width: 100%;
}
.linkPage a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #1e2021;
  font-size: 93.75%;
  font-weight: 500;
  height: 100%;
  line-height: 1.2;
  padding: 28.5px 50px 28.5px 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}
.linkPage a > * {
  display: block;
}
.linkPage a .iconArrow {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
html:not(.sp) .linkPage a {
  color: #1e2021 !important;
}
html:not(.sp) .linkPage a:hover {
  opacity: 0.6;
}
/* # =================================================================
#	tag
# ================================================================= */
.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag > * {
  display: block;
  background-color: #f5f5f5;
  border-radius: 100px;
  color: #003f80;
  font-size: 62.5%;
  line-height: 1;
  margin: 0 10px 10px 0;
  padding: 5px 12px;
  text-align: center;
}
/* # =================================================================
#	tab
# ================================================================= */
/* デフォルトタブ
------------------------- */
.tabHead {
  border-bottom: solid 1px #1e2021;
  margin-bottom: 30px;
}
.tabNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 75%;
}
.tabNav li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 112.5%;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  padding: 16.5px 5px;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 33.3333%;
}
.tabNav li > * {
  display: block;
}
.tabNav li a {
  color: #1e2021;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.tabNav li a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  background-color: #003f80;
  content: '';
  height: 2px;
  margin: auto;
  opacity: 1;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0;
}
.tabNav li.active a {
  color: #003f80;
}
.tabNav li.active a::after {
  width: 40px;
}
.tabNav.full {
  width: 100%;
}
.tabNav.full li {
  width: 50%;
}
html:not(.sp) .tabNav li a:hover {
  color: #003f80;
}
html:not(.sp) .tabNav li a:hover::after {
  width: 40px;
}
.tabElm {
  overflow: hidden;
}
.tabElm.hide {
  height: 0;
}
/* ニュースタブ
------------------------- */
.tabNewsNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 480px;
}
.tabNewsNav > li {
  width: 240px;
}
.tabNewsNav > li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e2021;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  padding: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tabNewsNav > li a > * {
  display: block;
}
.tabNewsNav > li a::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #eee;
  content: '';
  height: 100%;
  width: 1px;
}
.tabNewsNav > li.current a {
  background-color: #fff;
  color: #1e2021;
}
html:not(.sp) .tabNewsNav > li a:hover {
  background-color: #fff;
  color: #1e2021;
}
.tabNewsContent {
  background-color: #fff;
  /*min-height: 535px;*/
  padding-left: 6.94vw;
}
.tabNewsContentElm {
  display: none;
  padding: 3.47vw 0 5.9vw;
}
.tabNewsContentElm.active {
  display: block;
}
/* # =================================================================
# movie
# ================================================================= */
.movie {
  margin-bottom: 40px;
}
.movieImg {
  position: relative;
  z-index: 1;
}
.movieImg a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.movieImg a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/products/robots/assets/images/common/icon_play.png);
  background-repeat: no-repeat;
  content: '';
  height: 60px;
  margin: auto;
  width: 60px;
  z-index: 1;
}
.movieImg a img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.movieImg a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
html:not(.sp) .movie a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.movieBody {
  padding: 15px 15px 20px;
}
/* # =================================================================
#	button
# ================================================================= */
/* デフォルトボタン
------------------------- */
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn > * {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e2021;
  border-radius: 100px;
  color: #fff !important;
  font-size: 81.25%;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0 20px 20px 0;
  min-width: 210px;
  outline: none;
  padding: 14px 10px;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn > * span {
  position: relative;
  display: block;
  height: 8px;
  margin-left: 20px;
  width: 16px; /*&::before,
			&::after {
				position: absolute;
				top: 0;
				bottom: 0;
				margin: auto;
				display: block;
				content: "";
			}*/
}
.btn > * span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-image: url(/products/robots/assets/images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  content: '';
  height: 5px;
  margin: auto;
  width: 16px;
}
.btn.inline > * span::before {
  transform: rotate(90deg);
}

.btn.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn.white > * {
  background-color: #fff;
  color: #1e2021 !important;
}
.btn.white > * span { /*&::after {
					border-color: transparent transparent transparent $col-dark;
				}*/
}
.btn.white > * span::before {
  background-image: url(/products/robots/assets/images/common/icon_arrow_black.png);
}
.btn.red > * {
  background-color: #880046;
}
.btn.m > * {
  font-size: 100%;
  min-width: 380px;
  padding: 31px 10px;
}
.btn.m > * span::before {
  background-size: 32px auto;
  height: 10px;
  width: 32px;
}
.btn.l > * {
  font-size: 125%;
  min-width: 480px;
  padding: 31px 10px;
}
.btn.l > * span::before {
  background-size: 32px auto;
  height: 10px;
  width: 32px;
}
.pageContent p.btn {
  margin-bottom: 0;
}
html:not(.sp) .btn > *:hover {
  opacity: 0.6;
}
/* 非活性
------------------------- */
.disabled > * {
  background-color: #616263;
  pointer-events: none;
}
/* PDF
------------------------- */
.btnPdf > * span {
  margin-left: 10px;
}
.btnPdf > * span::before {
  content: none;
}
.btnPdf > * span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  background-image: url(/products/robots/assets/images/common/icon_pdf_white.png);
  background-repeat: no-repeat;
  border: 0;
  content: '';
  height: 16px;
  margin: auto;
  width: 12px;
}
/* 別ウィンドウボタン
------------------------- */
.btnWindow > * span {
  margin-left: 10px;
}
.btnWindow > * span::before {
  content: none;
}
.btnWindow > * span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  background-image: url(/products/robots/assets/images/common/icon_window.png);
  background-repeat: no-repeat;
  border: 0;
  content: '';
  height: 7px;
  margin: auto;
  width: 7px;
}
/* 一覧に戻る
------------------------- */
.btnBack > * span {
  position: absolute;
  left: 30px;
  margin-left: 0;
  transform: rotate(180deg);
}
/* ダウンロード
------------------------- */
.dl > * {
  font-size: 93.75%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 340px;
  padding: 18px 65px 18px 30px;
}
.dl > *::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  display: block;
  content: '';
  margin: auto;
}
.dl.dlPdf > *::after {
  background-image: url(/products/robots/assets/images/common/icon_dl_pdf.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}
.dl.dlZip > *::after {
  background-image: url(/products/robots/assets/images/common/icon_dl_zip.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 13px;
}
/* 横並びボタン
------------------------- */
.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btns.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btns.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btns.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* # =================================================================
# slider
# ================================================================= */
.slider {
  margin: 0 auto;
  width: 80%;
}
.slider .slick-prev {
  left: -70px;
}
.slider .slick-next {
  right: -70px;
}
.sliderItem {
  margin: 0 auto;
  width: 80%;
}
/* # =================================================================
#	Q&A
# ================================================================= */
.qa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
  width: 100%;
}
.qa dt {
  font-family: 'Exo', sans-serif;
  font-size: 187.5%;
  margin-top: -0.2em;
  width: 75px;
}
.qa dt.q {
  color: #003f80;
  margin-bottom: 10px;
}
.qa dd {
  width: calc(100% - 75px);
}
.qa dd p {
  margin-bottom: 0;
}
.qa dd.q {
  margin-top: 0;
}
.qa dd.q p {
  font-weight: 700;
}
.qa ul.list, .qa ol.list {
  margin: 20px 0;
}
.qa ul.list li, .qa ol.list li {
  margin-bottom: 0;
}
.qa ul.list:first-child, .qa ol.list:first-child {
  margin-top: 0;
}
/* # =================================================================
#	Share
# ================================================================= */
.share .shareH {
  font-family: 'Exo', sans-serif;
  font-size: 162.5%;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.shareSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.shareSet > * {
  display: block;
}
.shareSet a {
  display: block;
  background-repeat: no-repeat;
  height: 46px;
  margin: 0 15px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 46px;
}
.shareSet a.fb {
  background-image: url(/products/robots/assets/images/common/icon_facebook.png);
}
.shareSet a.tw {
  background-image: url(/products/robots/assets/images/common/icon_twitter.png);
}
.shareSet a.line {
  background-image: url(/products/robots/assets/images/common/icon_line.png);
}
html:not(.sp) .share a:hover {
  opacity: 0.6;
}

/* # =================================================================
#	pannel
# ================================================================= */
.pnlSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.pnlSet.hide {
  display: none;
}
.pnl {
  position: relative;
  background-color: #fff;
  margin-bottom: 1px;
  margin-right: 1px;
  min-height: 240px;
  width: calc(25% - 1px);
}
.pnl .iconArrow {
  margin-top: auto;
}
.pnl.nonImg {
  min-height: 120px;
}
.pnl.nonImg .pnlInner {
  padding: 17px 0 20px;
}
.pnl.pnlIcon {
  min-height: 120px;
}
.pnl.pnlIcon .pnlInner {
  padding: 20px 15px 28px;
}
.pnl.pnlIcon .pnlInner .pnlImg {
  height: 50px;
}
.pnl.pnlIcon .pnlInner .pnlTxt {
  color: #003f80;
  font-weight: 500;
}
.pnl.pnlBg .pnlInner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pnl.pnlBg .pnlInner .pnlTxt {
  color: #fff !important;
}
.pnl.active {
  -webkit-box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1) inset;
}
.pnlInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e2021;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 15px 20px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
}
.pnlImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 145px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.pnlImg > * {
  display: block;
}
.pnlImg span {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.pnlTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.4;
  min-height: 2.75em;
  text-align: center;
}
.pnlTtl > * {
  display: block;
}
.pnlTxt {
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  margin-top: auto;
  text-align: center;
}
html:not(.sp) .pnl a:hover {
  opacity: 0.6;
}
/* # =================================================================
#	table
# ================================================================= */
.tableScroll::-webkit-scrollbar {
  height: 5px;
}
.tableScroll::-webkit-scrollbar-track {
  background: #bbbcbc;
  -webkit-border-radius: 100px;
}
.tableScroll::-webkit-scrollbar-thumb {
  background: #1e2021;
  -webkit-border-radius: 100px;
}
.table {
  border-collapse: collapse;
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  width: 100%;
}
.table td {
  border-bottom: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  font-size: 87.5%;
  line-height: 1.5;
  padding: 15px;
}
.table td.tac {
  text-align: center;
}
.tableCaption {
  margin-top: 10px;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.tableCaption p {
  font-size: 87.5%;
  line-height: 1.4;
}
.tableCaption p + p {
  margin-top: 10px;
}
.tableGray {
  border-collapse: collapse;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  margin-bottom: 50px;
  width: 100%;
}
.tableGray tr th, .tableGray tr td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.tableGray tr th {
  background-color: #e1e1e1;
  font-size: 112.5%;
  font-weight: 500;
  padding: 5.5px 20px;
  text-align: left;
}
.tableGray tr td {
  background-color: #f5f5f5;
  padding: 26px 30px;
}
.tableGray.small tr td {
  font-size: 93.75%;
  line-height: 1.6;
  margin-bottom: 0;
}
.tableGray tr td.p08 {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table.base {
  border-collapse: collapse;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  margin-bottom: 20px;
}
.table.base.col3 tr th, .table.base.col3 tr td {
  width: 33.3333%;
}
.table.base.col4 tr th, .table.base.col4 tr td {
  width: 25%;
}
.table.base.center {
  text-align: center;
}
.table.base tr th, .table.base tr td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: left;
}
.table.base tr th:first-child, .table.base tr td:first-child {
  background-color: #616263;
  color: #fff;
  font-weight: 700;
}
.table.base tr th:first-child a, .table.base tr td:first-child a {
  color: #fff;
}
.table.base tr th {
  background-color: #e1e1e1;
  font-size: 112.5%;
  padding: 5.5px 25px;
}
.table.base tr td {
  background-color: #fff;
  font-size: 93.75%;
  padding: 25px;
}
.table.base tr td.bgWhite {
  background-color: #fff;
  color: #1e2021;
  font-weight: 400;
}
.table.base tr p {
  margin-bottom: 0;
}
/* 仕様表 */
.tablesSpecification {
  border-bottom: solid 1px #8d8786;
  border-collapse: collapse;
  border-left: solid 1px #8d8786;
  margin-bottom: 20px;
  width: 100%;
}
.tablesSpecification tr th, .tablesSpecification tr td {
  padding: 5px 10px;
  text-align: center;
  width: 12.5%;
}
.tablesSpecification tr th {
  background-color: #0086cd;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  color: #fff;
  font-size: 87.5%;
}
.tablesSpecification tr th:last-child {
  border-right: solid 1px #8d8786;
}
.tablesSpecification tr td {
  border-right: solid 1px #8d8786;
  border-top: solid 1px #8d8786;
  font-size: 75%;
  background-color: #fff;
}
.tablesSpecification .lightBlue {
  background-color: #dfeaf7;
}
.tablesSpecification tr.lightBlue td {
  background-color: transparent;
}
.main dl.list.annotationList dt, .main dl.list.annotationList dd {
  font-size: 87.5%;
  line-height: 1.5;
}
.main dl.list.annotationList dt {
  /*width: 3em;*/
  width: auto;
  padding-right: .5em;
}
.main dl.list.annotationList dd {
  width: calc(100% - 3em);
}
/* # =================================================================
#	Catalog
# ================================================================= */
.catalog {
  padding: 3.47vw 0 5.55vw;
}
.catalogSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}
.catalogPnl {
  position: relative;
  background-color: #f5f5f5;
  border-bottom: solid 1px #e1e1e1;
  width: 50%;
}
.catalogPnl:nth-child(odd)::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e1e1e1;
  content: '';
  height: 100%;
  width: 1px;
}
.catalogPnl .catalogPnlDate {
  font-size: 81.25%;
  line-height: 1.4;
  margin-bottom: 20px;
}
.catalogPnl .catalogPnlInner {
  color: #1e2021;
  display: block;
  padding: 28px 29.5px 30px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
html:not(.sp) .catalogPnl .catalogPnlInner:hover {
  color: #1e2021;
  opacity: 0.5;
}
.catalogPnlH {
  font-size: 162.5%;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 18px;
}
.catalogPnlSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.catalogPnlImg {
  margin-right: 15px;
}
.catalogPnlImg .iconPdf {
  margin-top: 10px;
}
.catalogPnlModel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.catalogPnlModel .catalogPnlModelH {
  font-size: 93.75%;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
}
.catalogPnlModel .catalogPnlModelTxt {
  font-size: 81.25%;
  line-height: 1.5;
}
.catalogPnlModel .catalogPnlModelBtn {
  margin-top: auto;
}
.catalogPnlModel .catalogPnlModelBtn .btn p {
  font-size: 81.25%;
  line-height: 1;
  margin-bottom: 0;
  min-width: 100%;
}
.downloadBox {
  background-color: #e1e1e1;
  margin-top: 50px;
  padding: 30px;
}
.downloadBoxInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.downloadBoxInner .downloadBoxInfo {
  width: calc(100% - 208px);
}
.downloadBoxInner .downloadBoxInfo p {
  font-size: 93.75%;
  line-height: 1.3;
  margin-bottom: 0;
}
.downloadBoxInner .downloadBoxInfo dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.downloadBoxInner .downloadBoxInfo dl dt {
  font-size: 93.75%;
  line-height: 1.3;
}
.downloadBoxIcon {
  width: 208px;
}
/* # =================================================================
#	news
# ================================================================= */
.newsBox {
  padding: 72px 80px 52px;
  background-color: #fff;
}
.newsBox p {}
.newsBox p a {
  color: #1e2021;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.newsBox p a span {
  width: 130px;
  font-weight: 500;
  display: inline-block;
}
html:not(.sp) .newsBox p a:hover {
  color: #1e2021;
  opacity: 0.6;
}
.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.news dt, .news dd {
  padding: 18px 0;
}
.news dt {
  font-weight: 700;
  width: 140px;
}
.news dt.img {
  margin-bottom: 0;
}
.news dt.img img {
  width: 110px;
}
.news dd {
  padding-right: 20px;
  width: calc(100% - 140px);
}
.news dd p {
  width: 480px;
  margin-bottom: 0;
}
.news dd p a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.news dd.caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news dd.caption > * {
  display: block;
}
.news dd.caption span {
  position: relative;
  display: block;
  color: #666;
  font-size: 87.5%;
  line-height: 1.8;
  padding-left: 1em;
  width: 64%;
}
.news dd.caption span::before {
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  content: '注：';
}
html:not(.sp) .news dd a:hover {
  opacity: 0.6;
}
/* # =================================================================
#	featureエリア
# ================================================================= */
.feature {
  padding: 6.25vw 0 9.02vw;
}
.feature .pnl .pnlTxt {
  color: #003f80;
}
.feature .pnl {
  width: 25%;
  margin: 0;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.feature .pnl:nth-child(4n) {
  border-right: none;
}
.feature.bcWhite .pnlSet {
   border-left: 1px solid #ececec;
}
.feature.bcWhite .pnl:nth-child(4n) {
   border-right: 1px solid #ececec;
}
.feature.bcWhite .pnl:nth-child(-n+4) {
   border-top: 1px solid #ececec;
}
.feature .pnl .iconArrow {
  background-color: #003f80;
}
.featureH {
  color: #003f80;
  font-size: 225%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 33px;
  text-align: center;
}
/* # =================================================================
#	導入事例
# ================================================================= */
.caseStudyHead {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
.caseStudyHead > * {
  display: block;
}
.caseStudyBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.caseStudyBtns > * {
  display: block;
}
.caseStudyBtns .iconList {
  margin-bottom: 0;
}
.caseStudyCtrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  width: 150px;
}
.caseStudyCtrl > * {
  display: block;
}
.caseStudyCtrl .caseStudyCtrlTxt {
  font-size: 87.5%;
  font-weight: 500;
  line-height: 1;
  margin: 0 15px;
  width: calc(100% - 110px);
  text-align: center;
}
.caseStudyContent {
  position: relative;
  /*margin-top: 50px;*/
  max-width: 1000px;
  margin: 50px auto 20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.caseStudyContent.slick-slider {
  max-width: 100%;
  display: block;
}
.caseStudyItem {
  position: relative;
  width: 33.3333%;
  /*display: none;*/
  /*padding: 0 4.16vw 70px;*/
  padding: 0 4.16vw;
}
.caseStudyContent.slick-slider .caseStudyItem {
  width: auto;

}
/*.caseStudyItem::after {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  border-radius: 180px / 5px;
  -webkit-box-shadow: 0 30px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 25px rgba(0, 0, 0, 0.3);
  content: '';
  height: 8px;
  margin: 0 auto;
  width: 80%;
}*/
/*.caseStudyItem:nth-child(even) {
  padding-top: 75px;
}
.slick-track {
  -webkit-transition: transform .6s;
  transition: transform .6s;
}*/
.caseStudyItemCardInner {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
html:not(.sp) .caseStudyItemCardInner:hover {
  opacity: 0.6;
}
.caseStudyItemImg {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.caseStudyItemImg::before {
  display: block;
  content: '';
  padding-top: 150%;
}
.caseStudyItemImg span {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.caseStudyItemInfo {
  position: relative;
  padding: 1.14vw 1.25vw 0.83vw;
  z-index: 1;
}
.caseStudyItemH {
  position: relative;
  color: #1e2021;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
}
.caseStudyItemH::before {
  position: absolute;
  top: 12px;
  left: -28px;
  background-color: #1e2021;
  content: '';
  height: 1px;
  width: 20px;
}
/* スライダー */
.caseStudy .slick-prev, .caseStudy .slick-next {
  top: -100px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* # =================================================================
#	Contact
# ================================================================= */
.pageContent .contactBox {
  background-color: #f5f5f5;
  padding: 55px 30px 51px;
}
.pageContent .contactBox p.contactBoxH {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 150%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.pageContent .contactBox p.contactBoxH > * {
  display: block;
}
.pageContent .contactBox p.contactBoxH span {
  color: #222;
  font-size: 83.33%;
  margin-left: 20px;
}
.pageContent .contactBox p.contactNum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  width: 50%;
}
.pageContent .contactBox p.contactNum > * {
  display: block;
}
.pageContent .contactBox p.contactNum span {
  color: #003f80;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 288.8%;
  margin-left: 20px;
}
.pageContent .contactBox p.contactNum span a {
  color: #003f80;
  pointer-events: none;
}
.pageContent .contactBox p.contactTxt {
  font-size: 87.5%;
  margin-bottom: 0;
  margin-top: 15px;
}
.bcGray .pageContent .contactBox {
  background-color: #fff;
}
/* # =================================================================
#	FixedMenu
# ================================================================= */
.fixedMenu {
  position: relative;
  bottom: 0;
  left: 0;
  background: #1e2021;
  height: 90px;
  opacity: 0;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  width: 100%;
  z-index: 3;
}
.fixedMenu.fixed {
  position: fixed;
  opacity: 1;
}
.fixedMenuInner {
  height: 100%;
}
.fixedMenuNav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.fixedMenuNav > ul > * {
  display: block;
}
.fixedMenuNav > ul li {
  margin-right: 35px;
}
.fixedMenuNav > ul li:last-child {
  margin-right: 20px;
}
.fixedMenuNav > ul li a {
  display: inline-block;
  color: #fff;
  font-size: 75%;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
html:not(.sp) .fixedMenuNav > ul li a:hover {
  opacity: 0.6;
}
.fixedMenuNavLayer3 {
  display: none;
}
.fixedMenuLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fixedMenuLink {
  width: 50%;
}
.fixedMenuLink a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
}
.fixedMenuLink a > * {
  display: block;
}
html:not(.sp) .fixedMenuLink a:hover {
  opacity: 0.6;
}
.fixedMenuLinkBlue a {
  background-color: #007cdc;
  font-weight: 700;
}
.fixedMenuLinkExTitle {
  font-size: 87.5%;
  font-weight: 700;
  text-align: center;
}
.fixedMenuLinkExTitle span {
  display: none;
}
.fixedMenuLinkExDate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Exo', sans-serif;
  font-style: italic;
}
.fixedMenuLinkExDate p:nth-child(1) {
  margin-right: 8px;
}
.fixedMenuLinkExDay span {
  font-size: 162.5%;
}
.fixedMenuLinkExWeek {
  font-size: 68.75%;
  margin-left: 8px;
}
.fixedMenuLinkContact a {
  background-color: #880046;
  font-weight: 700;
}
.fixedMenuBtn {
  display: none;
}
.fixedMenuBtnBox {
  position: relative;
  height: 34px;
  width: 27px;
}
.fixedMenuBtnBox::after {
  position: absolute;
  bottom: 0;
  left: -1.5px;
  color: #fff;
  content: 'menu';
  font-family: 'Exo', sans-serif;
  font-size: 68.75%;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.fixedMenuBtnBoxBars {
  position: relative;
  display: block;
  height: 19px;
  width: 100%;
}
.fixedMenuBtnBoxBars span {
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: #fff;
  height: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.fixedMenuBtnBoxBars span:nth-child(1) {
  top: 0;
}
.fixedMenuBtnBoxBars span:nth-child(2) {
  top: 8.5px;
}
.fixedMenuBtnBoxBars span:nth-child(3) {
  bottom: 0;
}
/* SP ナビ
------------------------- */
.fixedSpNav {
  display: none;
}
/* # =================================================================
#	Topicpath
# ================================================================= */
.topicPath {
  position: relative;
  background-color: #fff;
  padding: 15px 0 30px 0;
  z-index: 1;
}
.topicPath ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.topicPath ul > * {
  display: block;
}
.topicPath ul li {
  background-image: url(https://www.epson.jp/common/images/bg_topicpath_01.gif);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 68.75%;
  line-height: 1.5;
  margin-right: 7px;
  padding-right: 13px;
}
.topicPath ul li.current {
  background: none;
}
.topicPath ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #005ab4;
}
.topicPath ul li a > * {
  display: block;
}
html:not(.sp) .topicPath a:hover {
  color: #f30;
  text-decoration: underline;
}
/* # =================================================================
#	Search
# ================================================================= */
.search {
  position: relative;
}
.searchHead {
  position: relative;
  margin-top: 60px;
  z-index: 1;
}
.searchMenu {
  padding-bottom: 35px;
}
.searchMenu .pnlSet {
  background-color: #fff;
}
.searchMenu .pnlSet .pnl {
  background-color: transparent;
  margin-bottom: 0;
  margin-right: 0;
  width: 25%;
}
.searchMenu .pnlSet .pnl::before {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(21, 35, 27, 0.2);
  content: '';
  height: 100%;
  width: 1px;
}
.searchMenu .pnlSet .pnl:nth-of-type(-n + 4) {
  border-bottom: solid 1px rgba(21, 35, 27, 0.2);
}
.searchMenuElm.hide {
  display: none;
}
.searchContent {
  position: relative;
  padding: 45px 0;
}
/*.searchContent::before,
.searchContent::after {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	background-color: #1e2021;
	content: '';
	height: 90px;
	margin: auto;
	width: 1px;
	z-index: 1;
}

.searchContent::before {
	top: 0;
}

.searchContent::after {
	bottom: 0;
}*/
.searchContentItem.hide {
  display: none;
}
.searchContentElm {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.searchContentElm.hide {
  display: none;
}
.searchContentElm.show {
  opacity: 1;
}
.searchContentBody {
  background-color: #fff;
  padding: 68px 0 80px;
}
.searchContentSet {
  position: relative;
  margin-bottom: 65px;
  z-index: 1;
}
.searchContentinfo {
  position: relative;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 40px;
}
.searchContentinfo > * {
  display: block;
}
.searchContentinfoBox p {
  font-size: 93.75%;
  line-height: 2;
}
.searchContentCase {
  margin-bottom: 25px;
}
.searchContentCaseVideo {
  position: relative;
  z-index: 1;
}
.searchContentCaseVideo a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.searchContentCaseVideo a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/products/robots/assets/images/common/icon_play.png);
  background-repeat: no-repeat;
  content: '';
  height: 60px;
  margin: auto;
  width: 60px;
  z-index: 1;
}
.searchContentCaseVideo a img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
html:not(.sp) .searchContentCaseVideo a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.searchContentCaseBody {
  padding: 26px 40px 22.5px;
}
.searchContentCaseBody h4 {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}
.searchContentCaseBody p {
  font-size: 93.75%;
  line-height: 2;
}
.searchContentCaseBodyH {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}
.searchContentCaseBodyTxt {
  font-size: 93.75%;
  line-height: 2;
}
.searchContentBtn {
  position: relative;
  margin-top: 26px;
  z-index: 1;
}
.searchContentBtn .btn a {
  margin: 0 auto;
}
.searchContentBtn .btn.inline.m a {
  min-width: calc(33.333% - 20px);
  margin: 0 10px 20px 10px;
  padding: 15px 10px;
  background-color: #003f80;
}
.searchContentBtn .btn.inline.m > * span::before {
  width: 24px;
  background-size: 24px auto;
}
.searchContentProduct {
  position: relative;
  background-color: #d1dae3;
  padding: 75px 0 80px;
}
.searchContentProduct .headingL2 {
  color: #003f80;
}
.searchContentProduct .headingL2::before {
  background-color: #003f80;
}
.searchContentProductSet .pnl .pnlTxt {
  color: #003f80;
}
.searchContentProductSet .pnl .iconArrow {
  background-color: #003f80;
}
/* # =================================================================
#	Modal
# ================================================================= */
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: mfp-bg-fadein 0.3s linear;
  animation: mfp-bg-fadein 0.3s linear;
  background: #000;
  height: 100%;
  opacity: 0.8;
  overflow: hidden;
  width: 100%;
  z-index: 10042;
}
.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s;
}
.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  outline: none !important;
  width: 100%;
  z-index: 10043;
}
html:not(.sp) .mfp-wrap {
  overflow-y: scroll !important;
}
.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  max-width: none;
  text-align: center;
  width: 100%;
}
.mfp-container:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  margin: 20px auto;
  opacity: 0;
  text-align: left;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  vertical-align: middle;
  z-index: 10045;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s linear;
  transition: transform 0.3s ease-out, opacity 0.3s linear, -webkit-transform 0.3s ease-out;
}
.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease-in 0.3s, opacity 0.3s linear 0.3s;
  -webkit-transition: opacity 0.3s linear 0.3s, -webkit-transform 0.3s ease-in 0.3s;
  transition: opacity 0.3s linear 0.3s, -webkit-transform 0.3s ease-in 0.3s;
  transition: transform 0.3s ease-in 0.3s, opacity 0.3s linear 0.3s;
  transition: transform 0.3s ease-in 0.3s, opacity 0.3s linear 0.3s, -webkit-transform 0.3s ease-in 0.3s;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  cursor: auto;
  padding: 40px 0;
  width: 100%;
}
.mfp-inline-holder .mfp-content > div {
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
}
.mfp-inline-holder .mfp-content .content {
  position: relative;
  padding: 30px 30px 10px;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.mfp-zoom {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: pointer;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
  z-index: 10044;
}
.mfp-preloader:before {
  display: block;
  /*background-image: url(../images/preloader.gif);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  content: '';
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
.mfp-close {
  position: absolute;
  top: 40px;
  right: 0;
  background: none;
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  cursor: pointer;
  height: 30px;
  opacity: 0.5;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
}
.mfp-ready .mfp-close {
  top: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, -webkit-transform 0.3s ease-in-out, opacity 0.3s linear;
  -webkit-transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.3s ease-in-out, opacity 0.3s linear;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.3s ease-in-out, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
}
.mfp-ready.mfp-removing .mfp-close {
  top: 40px;
  -webkit-transition: top 0.3s ease-in 0s;
  transition: top 0.3s ease-in 0s;
}
.mfp-ready .mfp-iframe-holder .mfp-close, .mfp-ready .mfp-inline-holder .mfp-close {
  top: -40px;
}
.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-close, .mfp-ready.mfp-removing .mfp-inline-holder .mfp-close {
  top: 0;
}
html:not(.sp) .mfp-close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mfp-close:before, .mfp-close:after {
  position: absolute;
  top: 4px;
  right: 12px;
  display: block;
  background-color: #fff;
  border-radius: 2px;
  content: '';
  height: 18px;
  width: 2px;
}
.mfp-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.96rem;
  line-height: 1.6;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  top: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #289760;
  border: 0 none;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px;
  z-index: 10046;
}
.mfp-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #fff;
  content: '';
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 100%;
}
.mfp-arrow:hover:before {
  opacity: 0.2;
}
.mfp-arrow:after {
  position: absolute;
  top: 50%;
  display: block;
  /*background-image: url(../images/icon_link.png);*/
  background-position: 0 -144px;
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: '';
  height: 24px;
  margin-top: -12px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 24px;
}
.mfp-arrow-left {
  left: -100px;
}
.mfp-arrow-right {
  right: -100px;
}
.mfp-arrow-left:after {
  left: 7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html:not(.sp) .mfp-arrow-left:hover:after {
  -webkit-transform: translate3d(-3px, 0, 0) rotate(180deg);
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}
.mfp-arrow-right:after {
  right: 7px;
}
html:not(.sp) .mfp-arrow-right:hover:after {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}
.mfp-ready .mfp-arrow-left {
  left: 20px;
  -webkit-transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
  transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}
.mfp-ready.mfp-removing .mfp-arrow-left {
  left: -100px;
  -webkit-transition: left 0.5s ease-in 0s;
  transition: left 0.5s ease-in 0s;
}
.mfp-ready .mfp-arrow-right {
  right: 20px;
  -webkit-transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
  transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}
.mfp-ready.mfp-removing .mfp-arrow-right {
  right: -100px;
  -webkit-transition: right 0.5s ease-in 0s;
  transition: right 0.5s ease-in 0s;
}
html:not(.sp) .mfp-close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}
.mfp-iframe-scaler {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #000;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}
/* Main image in popup */
img.mfp-img {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  z-index: 1;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0;
}
.mfp-figure:after {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  background: #444;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  content: '';
  height: auto;
  width: auto;
  z-index: -1;
}
.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 0.75rem;
  line-height: 1.6;
}
.mfp-figure figure {
  position: relative;
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: auto;
  width: 100%;
}
.mfp-ready .mfp-bottom-bar {
  bottom: -40px;
  -webkit-transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, -webkit-transform 0.2s ease-in-out, opacity 0.2s linear;
  -webkit-transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
}
.mfp-ready.mfp-removing .mfp-bottom-bar {
  bottom: 0;
  -webkit-transition: bottom 0.3s ease-in 0s;
  transition: bottom 0.3s ease-in 0s;
}
.mfp-ready .mfp-iframe-holder .mfp-bottom-bar {
  bottom: 0;
}
.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-bottom-bar {
  bottom: -35px;
}
.mfp-title {
  color: #fff;
  float: left;
  height: 1.6em;
  line-height: 1.6;
  padding-right: 4em;
  text-align: left;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* # =================================================================
#	PageTop
# ================================================================= */
#pageTop {
  position: absolute;
  right: 20px;
  top: -123px;
  bottom: auto;
  margin: auto;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  z-index: 10;
}
#pageTop.fixed {
  position: fixed;
  right: auto;
  left: calc(50% + 480px);
  top: auto;
  bottom: 123px;
}
#pageTop p {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  width: 33px;
}
/* # =================================================================
#	guide
# ================================================================= */
.guide::before {
  position: absolute;
  top: 0;
  right: 0;
  left: -1px;
  background-color: rgba(0, 0, 0, 0.03);
  content: '';
  height: 100%;
  margin: auto;
  width: 1px;
  z-index: 1;
}
.guide span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 100%;
  margin: auto;
}
.guide span::before, .guide span::after {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.03);
  content: '';
  height: 100%;
  width: 1px;
  z-index: 1;
}
.guide span::before {
  left: -1px;
}
.guide span::after {
  right: 0;
}
.guide.guideWhite::before {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.guide.guideWhite span::before, .guide.guideWhite span::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
/*.guide.guideBlue::before {
	background-color: #cad5e0 !important;
}

.guide.guideBlue span::before,
.guide.guideBlue span::after {
	background-color: #cad5e0 !important;
}

.guide.guideGray::before {
	background-color: #eee !important;
}

.guide.guideGray span::before,
.guide.guideGray span::after {
	background-color: #eee !important;
}

.guide.guideLigntGray::before {
	background-color: #f6f6f6 !important;
}

.guide.guideLigntGray span::before,
.guide.guideLigntGray span::after {
	background-color: #f6f6f6 !important;
}

body.guideGray .guide::before {
	background-color: #eee;
}

body.guideGray .guide span::before,
body.guideGray .guide span::after {
	background-color: #eee;
}

body.guideLightGray .guide::before {
	background-color: #f6f6f6;
}

body.guideLightGray .guide span::before,
body.guideLightGray .guide span::after {
	background-color: #f6f6f6;
}*/
/* # =================================================================
#	exhibition
# ================================================================= */
.exhibition {
  position: absolute;
  top: -125px;
  right: -22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.exhibition > * {
  display: block;
}
.exhibitionInner {
  background-color: rgba(0, 160, 233, 0.8);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 160px;
  padding: 30px 22px 10px;
  width: 160px;
}
.exhibitionInner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-animation: exhibition 2s ease-out 0s infinite normal;
  animation: exhibition 2s ease-out 0s infinite normal;
  border-radius: 80px;
  content: '';
  height: 100%;
  width: 100%;
  z-index: -1;
}
.exhibitionInner .iconArrow {
  background-color: #003f80;
  margin: 10px auto 0;
}
.exhibitionH {
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
}
.exhibitionDate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.exhibitionDate > * {
  display: block;
}
.exhibitionDate p {
  color: #fff;
  font-family: 'Exo', sans-serif;
  line-height: 1;
  text-align: center;
}
.exhibitionDate p:nth-child(2) {
  margin-left: 0.5em;
}
.exhibitionDateDay {
  font-style: italic;
}
.exhibitionDateDay span {
  /* font-size: 162.5%; */
  font-size: 150%;
}
.exhibitionDateWeek {
  display: block;
  font-size: 68.75%;
}
/* # =================================================================
#	animation
# ================================================================= */
/* KEYFRAME
------------------------- */
/* # =================================================================
#	Page base
# ================================================================= */
/* ページタイトル
------------------------- */
.pageTitle {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 1;
}
.pageTitle .inner {
  height: 100%;
  z-index: 2;
}
.pageTitle.nonImg {
  background: #d1dae3;
}
.pageTitle.nonImg .pageTitleBox {
  padding: 70.5px 15px;
}
.pageTitle.nonImg .pageTitleH {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 225%;
  font-weight: 500;
}
.pageTitle.nonImg .pageTitleH span {
  font-family: 'Exo', sans-serif;
  font-size: 61.1%;
  font-weight: 400;
}
.pageTitleBox {
  position: relative;
  color: #1e2021;
  height: 100%;
  padding: 79.5px 15px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.pageTitleH {
  font-family: 'Exo', sans-serif;
  font-size: 400%;
  font-weight: 400;
  line-height: 1.2;
}
.pageTitleH span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28.125%;
  font-weight: 500;
  margin-bottom: 12px;
}
.pageTitleTxt {
  font-size: 93.75%;
  margin-top: 8px;
}
/* ページコンテンツ
------------------------- */
.page {
  position: relative;
  padding: 3.47vw 0 4.86vw;
  z-index: 1;
}
.page .inner {
  z-index: 2;
}
/* # =================================================================
#	Products
# ================================================================= */
/* メインビジュアル
------------------------- */
.pMv {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
.pMv .inner {
  z-index: 2;
}
/* スライダー */
.pMvHeroItem {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 580px;
  padding: 50px 0;
  width: 100%;
}
.pMvHeroItemBox {
  position: relative;
}
.pMvHeroItemTtl {
  padding-top: 0;
  text-align: center;
}
.pMvHeroItem.scara .pMvHeroItemTtl {
  max-height: 300px;
}
.pMvHeroItem .inner {
  position: static;
}
.pMvHeroItemH {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 250%;
  font-weight: 200;
  line-height: 1;
}
.pMvHeroItemH > span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  /*font-size: 24%;*/
  line-height: 1.5;
  text-align: center;
}
.pMvHeroItemH > span .vertical {
  display: inline-block;
  margin: 10px auto 0 auto;
  text-align: left;
}
.pMvHeroItemH > span .sub {
  display: block;
  width: 150px;
  margin-top: auto;
  font-family: initial;
  font-size: .25em;
  line-height: 1.6;
  text-align: left;
}
.pMvHeroItemH > span .sub img {
  width: 110px;
  margin: auto;
}
.pMvHeroItemH > span .sub span {
  display: block;
  margin: 10px 0 0 0;
}
.pMvHeroItemLead {
  font-size: 93.75%;
  line-height: 1.7;
  margin: 5px 0 15px;
  text-align: center;
}
.pMvHeroItemBtn {
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 0;
  margin: auto;
}
.pMvHeroItemBtn .btn a {
  margin: 0 auto;
}
.pMvHeroItem.horizon .inner {
  min-height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pMvHeroItem.horizon .pMvHeroItemTtl {
  text-align: left;
}
.pMvHeroItem.horizon .pMvHeroItemH {
  font-size: 500%;
}
.pMvHeroItem.horizon .pMvHeroItemH span {
  margin-top: 10px;
  font-size: 30%;
  font-weight: 500;
  text-align: left;
}
.pMvHeroItem.horizon .pMvHeroItemLead {
  margin: 10px 0 20px;
  text-align: left;
}
.pMvHeroItem.horizon .pMvHeroItemBtn .btn a {
  margin: 0;
}
.pMvThumb {
  position: relative;
  margin-top: -60px;
  z-index: 1;
}
.pMvThumbInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 75%;
}
.pMvThumbItem {
  cursor: pointer;
  margin: 0 50px;
  outline: none;
  width: 140px;
}
.pMvThumbItem.current .pMvThumbItemHead {
  background-color: rgba(0, 63, 128, 0.8);
}
.pMvThumbItem.current .pMvThumbItemHead::after {
  background-color: #fff;
}
.pMvThumbItem.current .pMvThumbItemHead span {
  opacity: 1;
}
.pMvThumbItem.current .pMvThumbItemTxt {
  color: #003f80;
}
.pMvThumbItemHead {
  position: relative;
  background-color: rgba(0, 63, 128, 0);
  border-radius: 50%;
  height: 120px;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 14px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 120px;
}
.pMvThumbItemHead::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #1e2021;
  border-radius: 50%;
  content: '';
  height: 90px;
  margin: auto;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 90px;
}
.pMvThumbItemHead span {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 1;
}
.pMvThumbItemTxt {
  font-size: 81.25%;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.pMvThumbItemTxt span {
  display: block;
  font-size: 138.46%;
  font-weight: 700;
  margin-bottom: 5px;
}
.pLinks {
  padding: 40px 0 90px;
}
.pLinksContentElm.hide {
  display: none;
}
/* 製品詳細
------------------------- */
/* メインビジュアル */
.pdMv {
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e9ea), to(#8f979a));
  background: linear-gradient(-30deg, #e6e9ea, #8f979a);
  /*background: -webkit-gradient(linear, left bottom, left top, from(#8e9091), to(#1e2021));
	background: linear-gradient(0deg, #8e9091, #1e2021);*/
  z-index: 1;
}
.pdMvSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0 5px;
  width: 100%;
}
.pdMvSet > * {
  display: block;
}
.pdMvInfo {
  padding: 0 50px 0 80px;
  width: 75%;
}
.pdMvH {
  font-family: 'Noto Serif JP', serif;
  font-size: 225%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 12px;
}
.pdMvH span {
  display: block;
  font-size: 66.66%;
  margin-bottom: 8px;
}
.pdMvLead {
  font-size: 93.75%;
  line-height: 1.7;
  margin-bottom: 30px;
}
.pdMvBtnSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.pdMvBtnSet li {
  margin-bottom: 15px;
  margin-right: 15px;
}
.pdMvBtnSet li .btn a {
  margin: 0;
  min-width: 275px;
  padding: 14px 30px;
}
.pdMvBtnSet li .btn a span {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.pdMvImg {
  padding-left: 25px;
  width: 25%;
}
/* ページ内リンク */
.pdlinkPage {
  padding: 60px 0;
}
/* 製品概要 */
.pdOverview {
  position: relative;
  padding-top: 6.59vw;
}
.pdOverviewSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pdOverviewImg {
  width: 50%;
}
.pdOverviewInfo {
  margin-left: 30px;
  width: calc(50% - 30px);
}
.pdOverviewInfo p {
  font-size: 93.75%;
  line-height: 2;
}
/* 仕様表・外形図・型番 */
.pdSpecification {
  padding: 5.55vw 0;
}
.pdFeature + .pdSpecification {
  padding-top: 0;
}
/* 特徴 */
.pdFeature {
  padding: 6.25vw 0 6.94vw;
}
.pdFeature + .pdFeature {
  padding-top: 0 !important;
}
.pdFeatureSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%;
}
.pdFeatureSetItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5ebf2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1px;
  margin-right: 1px;
  min-height: 240px;
  padding: 20px;
  width: calc(25% - 1px);
}
.pdFeatureSetItem > * {
  display: block;
}
.pdFeatureH {
  color: #003f80;
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.pdFeatureH span {
  display: block;
  font-size: 88.88%;
  font-weight: 400;
}
.pdFeatureIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  width: 100%;
}
.pdFeatureIcon li {
  margin: 0 3.5px 7px;
}
/* 導入事例 */
.pdCaseStudy {
  padding-top: 6.94vw;
}
.pdCaseStudy .headingL1 {
  margin-bottom: 0;
}
/* 導入をご検討のお客様 */
.pdCustomer {
  padding: 5.55vw 0 3.27vw;
}
.pdCustomerSet {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.pdCustomerSet .pnl {
  width: 25%;
  margin: 0;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.pdCustomerSet .pnl:nth-child(4n) {
  border-right: none;
}
.pdCustomerTab {
  margin-bottom: 30px;
}
.pdCustomerBtn {
  position: relative;
  z-index: 1;
}
.pdCustomerBtn .btn a {
  margin: 0 auto;
}
/* # =================================================================
#	Casestudy
# ================================================================= */
.csNav {
  position: relative;
  margin: 0 auto 30px;
  width: 85%;
  z-index: 1;
}
.csNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.csNav ul > * {
  display: block;
}
.csNav ul li {
  margin: 0 8.5px 20px;
}
.csNav ul li a {
  background-color: #fff;
  border-radius: 100px;
  color: #003f80;
  line-height: 1.2;
  padding: 3px 21px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.csNav ul li.current a {
  background-color: #003f80;
  color: #f5f5f5;
}
html:not(.sp) .csNav ul li a:hover {
  background-color: #003f80;
  color: #f5f5f5;
}
.csPnls {
  padding-bottom: 10px;
}
.csPnls .colSet {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.csPnl {
  margin-bottom: 30px;
}
.csPnlInner {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.csPnlImg {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.csPnlImg::before {
  display: block;
  content: '';
  padding-top: 150%;
}
.csPnlImg span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.csPnlBox {
  position: relative;
  background-color: #fff;
  font-size: 93.75%;
  line-height: 1.3;
  margin-top: -45.8%;
  padding: 18px 20px 26px;
  width: 87.5%;
}
.csPnlH {
  font-weight: 700;
  margin-bottom: 8px;
}
.csPnlTxt {
  margin-bottom: 24px;
}
.csPnlLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.csPnlLink > * {
  display: block;
}
.csPnlLink p {
  font-weight: 500;
  margin-right: 8px;
}
html:not(.sp) .csPnlInner:hover {
  opacity: 0.6;
}
/* # =================================================================
#	Support
# ================================================================= */
.support {
  padding-bottom: 0;
}
.supportBlock {
  margin-bottom: 6.25vw;
}
.supportBlock:first-child {
  margin-top: 2.77vw;
}
.supportBlock:last-child .supportBg::before {
  display: block;
  content: '';
  padding-top: 50%;
}
.supportCol .colSet {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.supportCol .pnl {
  width: calc(50% - 1px);
}
.supportCol .pnl.pnlIcon .pnlInner {
  padding: 15px;
}
.supportCol .pnl.pnlIcon .pnlImg img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.supportCol .pnl.pnlIcon .pnlTxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e2021;
}
.supportCol .pnl.pnlIcon .pnlTxt > * {
  display: block;
}
.supportBg {
  position: relative;
}
.supportBgInner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
}
.supportBgInner > * {
  display: block;
}
html:not(.sp) .supportBgInner:hover {
  opacity: 0.6;
}
.supportBgBox {
  text-align: center;
}
.supportBgIcon {
  margin-bottom: 12px;
}
.supportBgTxt {
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.supportTab .tabNav li {
  width: 50%;
}
.support .tabContents {
  padding-top: 50px;
}
.supportElm {
  position: relative;
}
.supportContent {
  position: relative;
  margin-top: 80px;
  padding-bottom: 3.47vw;
  padding-top: 80px;
}
/*.supportContent::before {
	position: absolute;
	top: -45px;
	right: 0;
	left: 0;
	display: block;
	background-color: #1e2021;
	content: '';
	height: 90px;
	margin: auto;
	width: 1px;
	z-index: 1;
}*/
.supportTable {
  background-color: #f5f5f5;
  border: solid 1px #ececec;
  border-collapse: collapse;
  margin: 30px 0 55px;
  width: 100%;
}
.supportTable.half {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.supportTable tr th, .supportTable tr td {
  line-height: 1.4;
}
.supportTable tr th {
  border-bottom: solid 1px #ececec;
  font-size: 112.5%;
  font-weight: 500;
  padding: 7px 10px;
  text-align: center;
}
.supportTable tr td {
  padding: 22px 10px 22px 0;
}
.supportTable tr td.border {
  border-left: solid 1px #1e2021;
  border-right: solid 1px #ececec;
}
.supportTable tr td p {
  position: relative;
  font-size: 112.5%;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 1em;
}
.supportTable tr td p::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #1e2021;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  content: '';
  height: 0;
  margin: auto;
  width: 0;
}
.supportTable tr td ul.list li {
  line-height: 1.6;
  margin-bottom: 0;
  margin-left: -1.5px;
}
.supportTable tr td ul.list li::before {
  height: 3px;
  width: 3px;
}
.supportContact {
  position: relative;
  padding: 5.55vw 0;
}
.supportContact .headingL1 + p {
  font-size: 112.5%;
  line-height: 2;
}
.supportContact .contactBox p {
  margin-bottom: 0;
}
.supportCustomer {
  position: relative;
  padding: 75px 0 7.63vw;
}
.supportCustomerBlock {
  margin-bottom: 40px;
}
.supportCustomerHead p {
  color: #003f80;
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 0;
}
.supportCustomerBody .supportCol .pnl {
  width: 33.3333%;
  margin: 0;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.supportCustomerBody .supportCol .pnl:nth-child(3n+1) {
  border-left: none;
}
.supportCustomerBody .supportCol .pnl .pnlTxt {
  color: #003f80;
  line-height: 1.2;
  margin-bottom: 0;
}
.supportBox {
  background-color: #fff;
  margin-bottom: 65px;
  margin-top: 3.47vw;
  padding: 56px 60px 52px;
}
.supportBox .supportBoxH {
  font-size: 112.5%;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 18px;
}
.supportBox .supportBoxTxt {
  font-size: 93.75%;
  line-height: 2;
  margin-bottom: 0;
}
/* # =================================================================
#	展示会・お知らせ
# ================================================================= */
.page.topics .tabHead {
  margin-bottom: 80px;
}
.page.topics .btnBack {
  margin-top: 60px;
}
/* # =================================================================
#	お問い合わせ
# ================================================================= */
.page.contact .btn {
  margin-top: 90px;
}
/* # =================================================================
#	サイトマップ
# ================================================================= */
.page.sitemap .headingL1 a, .page.sitemap .headingL2 a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.page.sitemap .headingL1 a span {
  position: relative;
  top: 8px;
  width: 40px;
  height: 40px;
  margin: 0 0 0 20px;
  background-color: #1e2021;
  border-radius: 50%;
  display: inline-block;
}
.page.sitemap .headingL1 a span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 10px;
  margin: auto;
  background-image: url(/products/robots/assets/images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 24px auto;
  display: block;
  content: "";
}
.page.sitemap .headingL1 a span.outLink::before {
  width: 15px;
  height: 15px;
  background-image: url(/products/robots/assets/images/common/icon_window_l.png);
  background-size: 15px auto;
}
.page.sitemap .headingL2 a img {
  margin-top: -3px;
  margin-left: 20px;
}
html:not(.sp) .page.sitemap .headingL1 a:hover, html:not(.sp) .page.sitemap .headingL2 a:hover {
  opacity: 0.6;
}
.page.sitemap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page.sitemap .list li {
  width: 50%;
  padding-right: 30px;
}
@media only screen and (min-width: 1440px) {
  .slick-prev {
    left: 10%;
  }
  .slick-next {
    right: 10%;
  }
  .tabNewsContent {
    padding-left: 100px;
  }
  .tabNewsContentElm {
    padding: 50px 0 85px;
  }
  .catalog {
    padding: 50px 0 80px;
  }
  .feature {
    padding: 90px 0 130px;
  }
  .caseStudyItemInfo {
    padding: 16px 18px 12px;
  }
  .page {
    padding: 50px 0 70px;
  }
  .pdOverview {
    padding-top: 95px;
  }
  .pdSpecification {
    padding: 80px 0;
  }
  .pdFeature + .pdSpecification {
    padding-top: 0;
  }
  .pdFeature {
    padding: 90px 0 100px;
  }
  .pdCaseStudy {
    padding-top: 100px;
  }
  .pdCustomer {
    padding: 80px 0 50px;
  }
  .support {
    padding-bottom: 0;
  }
  .supportBlock {
    margin-bottom: 90px;
  }
  .supportBlock:first-child {
    margin-top: 40px;
  }
  .supportContent {
    padding-bottom: 50px;
  }
  .supportContact {
    padding: 80px 0;
  }
  .supportCustomer {
    padding: 75px 0 70px;
  }
  .supportBox {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .inner {
    max-width: 960px;
    padding: 0 15px;
  }
  .pageContent .contactBox p.contactNum {
    margin-bottom: 10px;
    width: 100%;
  }
  .fixedMenu {
    height: 75px;
    z-index: 110;
  }
  .fixedMenu.menuOepn {
    position: fixed !important;
    bottom: 0 !important;
  }
  .fixedMenu.menuOepn .fixedMenuLinks {
    opacity: 0;
    visibility: hidden;
  }
  .fixedMenuInner {
    padding: 0;
  }
  .fixedMenuNav {
    display: none;
  }
  .fixedMenuLinks {
    width: calc(100% - 70px);
  }
  .fixedMenuLinkExTitle {
    font-size: 75%;
    line-height: 1.4;
  }
  .fixedMenuLinkExTitle span {
    display: block;
    font-size: 133.33%;
  }
  .fixedMenuLinkExDate {
    display: none;
  }
  .fixedMenuBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    width: 75px;
    z-index: 120;
  }
  .fixedMenuBtn > * {
    display: block;
  }
  .fixedMenuBtn.show {
    background-color: #1e2021;
  }
  .fixedMenuBtn.show .fixedMenuBtnBox::after {
    content: 'close';
  }
  .fixedMenuBtn.show .fixedMenuBtnBoxBars span:nth-child(1) {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
  .fixedMenuBtn.show .fixedMenuBtnBoxBars span:nth-child(2) {
    opacity: 0;
  }
  .fixedMenuBtn.show .fixedMenuBtnBoxBars span:nth-child(3) {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
  }
  .fixedSpNav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1e2021;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 90px;
    z-index: 100;
  }
  .fixedSpNav ul li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    height: 65px;
    padding: 0 70px 0 20px;
    width: 100%;
    border-bottom: solid 1px #5d5e5f;
  }
  .fixedSpNav ul li a > * {
    display: block;
  }
  .fixedSpNav ul li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    margin: auto;
    right: 29px;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }
  .fixedSpNav ul li.fixedMenuNavParent > a::after {
    content: none;
  }
  .fixedSpNav ul li.fixedMenuNavParent a button {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    display: block;
    z-index: 1;
  }
  .fixedSpNav ul li.fixedMenuNavParent a button::before, .fixedSpNav ul li.fixedMenuNavParent a button::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    display: block;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    content: "";
  }
  .fixedSpNav ul li.fixedMenuNavParent a button::before {
    width: 14px;
    height: 2px;
  }
  .fixedSpNav ul li.fixedMenuNavParent a button::after {
    width: 2px;
    height: 14px;
  }
  .fixedSpNav ul li.fixedMenuNavParent a button.open {
    height: calc(100% + 1px);
    background-color: #343637;
  }
  .fixedSpNav ul li.fixedMenuNavParent a button.open::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .fixedSpNav .fixedMenuNavLayer3 {}
  .fixedSpNav .fixedMenuNavLayer3 li a {
    padding-left: 40px;
    background-color: #343637;
  }
  .fixedSpNav .fixedMenuNavLayer3 li a::after {
    content: "";
  }
  .fixedSpNav .fixedMenuLinks {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .fixedSpNav .fixedMenuLinks .fixedMenuLink {
    margin-top: 15px;
    width: 100%;
  }
  .fixedSpNav .fixedMenuLinks .fixedMenuLink a {
    height: 85px;
  }
  #pageTop {
    right: 15px;
  }
  #pageTop.fixed {
    right: 15px;
    left: auto;
    bottom: -33px;
  }
  .pagetop p {
    right: 15px;
  }
  .exhibition {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pageContent .btns {
    margin-top: 40px;
  }
  .pageContent .btns + .btn {
    margin-top: 20px;
  }
  .pageContent .tableScroll + .btn {
    margin-top: 40px;
  }
  .pageContent p {
    line-height: 1.6;
  }
  .pageContent a[href^='tel:'] {
    color: #005ab4;
    pointer-events: auto;
  }
  .pageContent ul.list li {
    line-height: 1.6;
  }
  .pageContent ul.list li::before {
    top: 0.6rem;
  }
  .pageContent ol.list li {
    line-height: 1.6;
  }
  .main dl.list {
    line-height: 1.6;
  }
  .pageContent > .inner + .supportCustomer {
    margin-top: 20px;
  }
  .pageContent .colSet, .pageContent :not(.linkPageSet).colSet {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .pageContent .colSet .col3-1, .pageContent .colSet .col4-1, .pageContent .colSet .col4-2, .pageContent .colSet .col4-3 {
    width: 100%;
  }
  .pageContent .colSet.marginSet .col4-2 {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
  .pageContent .colSet.linkPageSet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pageContent .colSet.linkPageSet .linkPage {
    width: 50%;
  }
  .isPC {
    display: none;
  }
  .isSP {
    display: block;
  }
  .imgSet {
    margin-top: 10px;
  }
  .imgSet .img {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .imgSet .img.right {
    float: none;
    margin-left: 0;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 2.5px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .mt15 {
    margin-top: 7.5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt25 {
    margin-top: 12.5px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt35 {
    margin-top: 17.5px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt45 {
    margin-top: 22.5px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mt55 {
    margin-top: 27.5px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mt65 {
    margin-top: 32.5px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mt75 {
    margin-top: 37.5px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mt85 {
    margin-top: 42.5px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .mt95 {
    margin-top: 47.5px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .hSite {
    top: 22px;
    font-size: 81.25%;
    margin-left: 0;
  }
  .hSite::before {
    width: 30px;
  }
  .hPage {
    font-size: 218.75%;
    margin-bottom: 12px;
  }
  .hPage + p {
    line-height: 1.6;
  }
  .headingL1 {
    font-size: 156.25%;
    line-height: 1.2;
    margin-bottom: 27.5px;
    margin-top: 60px;
    padding-left: 15px;
  }
  .headingL1 span {
    font-size: 51.42%;
  }
  .headingL2 {
    font-size: 137.5%;
    margin-bottom: 15px;
    margin-top: 40px;
    padding-left: 30px;
  }
  .headingL2::before {
    width: 20px;
  }
  .headingL2 + .headingL3 {
    margin-top: 20px;
  }
  .headingL3 {
    font-size: 125%;
    margin-top: 30px;
  }
  .iconPdf figcaption {
    font-size: 75%;
    margin-left: 8px;
  }
  .linkPage {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: 50%;
  }
  .linkPage::after {
    content: none;
  }
  .linkPage a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 68.75%;
    min-height: 60px;
    padding: 15px 40px 15px 15px;
  }
  .linkPage a > * {
    display: block;
  }
  .linkPage a .iconArrow {
    right: 15px;
  }
  .tag > * {
    font-size: 68.75%;
    padding: 4.5px 10px;
  }
  .tabHead {
    margin-bottom: 20px;
  }
  .tabNav {
    width: 100%;
  }
  .tabNav li {
    font-size: 100%;
    line-height: 1.2;
    padding: 10px 5px;
  }
  .tabNewsNav {
    width: 100%;
  }
  .tabNewsNav > li {
    width: 50%;
  }
  .tabNewsNav > li a {
    padding: 26.5px 20px;
  }
  .tabNewsContent {
    min-height: auto;
    padding: 0;
  }
  .tabNewsContentElm {
    padding: 35px 25px;
  }
  .movie {
    margin-bottom: 20px;
    width: 100%;
  }
  .btn > * {
    width: 190px;
  }
  .btn.m > *, .btn.l > * {
    font-size: 112.5%;
    min-width: 100%;
    padding: 19.5px 10px;
    margin: 0 0 20px;
    width: 100%;
  }
  .btn.m > * span::before, .btn.l > * span::before {
    background-size: 16px auto;
    height: 8px;
    width: 16px;
  }
  .dl {
    width: 100%;
  }
  .dl > * {
    font-size: 81.25%;
    margin: 0 auto 20px;
    min-width: 100%;
    padding: 16.5px 40px 16.5px 15px;
    width: 100%;
  }
  .dl > *::after {
    right: 15px;
  }
  .slider {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .slider .slick-prev {
    left: -15px;
  }
  .slider .slick-next {
    right: -15px;
  }
  .qa {
    margin-bottom: 30px;
  }
  .qa dt {
    font-size: 125%;
    width: 40px;
  }
  .qa dd {
    margin-top: 5px;
    width: calc(100% - 40px);
  }
  .qa dd p {
    font-size: 87.5%;
  }

  .pnl {
    border-bottom: solid 1px rgba(21, 35, 27, 0.2);
    min-height: auto;
    width: calc(50% - 1px);
  }
  .pnl.nonImg {
    min-height: 110px;
  }
  .pnl.nonImg .pnlInner {
    padding: 12px 0 15px;
  }
  .pnl.pnlIcon .pnlInner {
    min-height: 120px;
    padding: 10px 5px;
  }
  .pnl.pnlIcon .pnlInner .pnlImg img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .pnl.pnlIcon .pnlInner .pnlTxt {
    margin: 0;
  }
  .pnl.pnlIcon .pnlInner .pnlTxt {
    font-size: 87.5%;
  }
  .pnlInner {
    padding: 12.5px 10px 24px;
  }
  .pnlImg {
    height: 90px;
  }
  .pnlImg img {
    height: 100%;
    width: auto;
  }
  .pnl.softwear .pnlImg img {
    max-width: 100px;
    height: auto;
  }
  .pnl:nth-child(7) img,
  .pnl:nth-child(8) img {
    max-width: 130px;
    height: auto;
  }
    .pnl:nth-child(7) .size img,
  .pnl:nth-child(8) .size img {
max-width: 100%;
  }
  
  .pnl:nth-child(8) .size img{
  height:100%;
  }
  
  
  .pnlTtl {
    font-size: 100%;
    line-height: 1.2;
  }
  .pnlTxt {
    margin: 10px 0;
  }
  .pnl .iconArrow {
    margin-top: 10px;
  }
  .tableScroll {
    margin-bottom: 30px;
    overflow-x: auto;
  }
  .tableScroll table {
    margin-bottom: 10px !important;
    min-width: 600px;
  }
  .tableScroll table.half {
    min-width: 300px;
  }
  .tableScroll table.half td {
    width: 25% !important;
  }
  .tableGray {
    margin-bottom: 30px;
  }
  .tableGray tr th {
    font-size: 87.5%;
    line-height: 1.4;
    padding: 5px;
  }
  .tableGray tr td {
    padding: 5px 10px;
  }
  .tableGray.small tr td {
    font-size: 75%;
    line-height: 1.4;
  }
  .tableGray tr td.p08 {
    padding-bottom: 4px;
    padding-top: 4px;
  }
  .table.base tr th {
    font-size: 75%;
    line-height: 1.4;
    padding: 5px;
  }
  .table.base tr td {
    font-size: 68.75%;
    padding: 5px;
  }
  .main dl.list.annotationList {
    margin-top: 10px;
  }
  .main dl.list.annotationList dt {
    width: 3em;
  }
  .main dl.list.annotationList dd {
    width: calc(100% - 3em);
  }
  .catalog {
    padding: 15px 0 50px;
  }
  .catalogSet {
    display: block;
  }
  .catalogPnl {
    width: 100%;
  }
  .catalogPnl:nth-child(odd)::after {
    content: none;
  }
  .catalogPnl .catalogPnlDate {
    font-size: 75%;
    margin-bottom: 10px;
  }
  .catalogPnlInner {
    padding: 20px;
  }
  .catalogPnlH {
    font-size: 125%;
    margin-bottom: 10px;
  }
  .catalogPnlModel .catalogPnlModelH {
    font-size: 87.5%;
  }
  .catalogPnlModel .catalogPnlModelTxt {
    font-size: 75%;
  }
  .catalogPnlModel .catalogPnlModelBtn .btn p {
    font-size: 62.5%;
  }
  .downloadBox {
    margin-top: 30px;
    padding: 20px;
  }
  .downloadBoxInner {
    display: block;
  }
  .downloadBoxInner .downloadBoxInfo {
    width: 100%;
  }
  .downloadBoxInner .downloadBoxInfo p {
    font-size: 87.5%;
    line-height: 1.4;
  }
  .downloadBoxInner .downloadBoxInfo dl {
    margin-top: 15px;
  }
  .downloadBoxInner .downloadBoxInfo dl dt {
    font-size: 87.5%;
    line-height: 1.4;
  }
  .downloadBoxIcon {
    margin-bottom: 10px;
    width: 100%;
  }
  .newsBox {
    padding: 25px 20px 5px;
    background-color: #fff;
  }
  .newsBox p a span {
    width: auto;
    display: block;
  }
  .news dt {
    font-size: 75%;
    padding: 11px 20px 11px 0;
    width: 100%;
  }
  .news dt.img {
    text-align: center;
  }
  .news dd {
    line-height: 1.5;
    padding: 4px 20px 11px 0;
    width: 100%;
  }
  .news dd p {
    width: 100%;
  }
  .news dd.caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news dd.caption > * {
    display: block;
  }
  .news dd.caption span {
    font-size: 93.75%;
    line-height: 1.6;
    width: 100%;
  }
  .feature {
    padding: 55px 0 100px;
  }
  .feature .pnl {
    width: 33.3333%;
  }
  .feature .pnl:nth-child(4n) {
    border-right: 1px solid #ececec;
  }
  .feature:not(.bcWhite) .pnl:nth-child(3n) {
    border-right: none;
  }
  .feature.bcWhite .pnl:nth-child(4) {
    border-top: none;
  }
  .feature .pnl .pnlInner {
    padding: 10px 5px;
  }
  .feature .pnl .pnlImg {
    height: 45px;
  }
  .feature .pnl .pnlTxt {
    font-size: 68.75%;
  }
  .featureH {
    font-size: 162.5%;
    margin-bottom: 15px;
  }
  .caseStudyCtrl {
    display: none;
  }
  .caseStudyContent {
    margin-top: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .caseStudyItem {
    width: 100%;
    /*padding: 0 20px 50px;*/
    padding: 0 20px;
  }

  /*.caseStudyItem::after {
    bottom: 40px;
    -webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 15px rgba(0, 0, 0, 0.3);
  }*/
  .caseStudyItem:nth-child(even) {
    /*padding-top: 30px;*/
    padding-top: 0;
  }
  /*.caseStudyContent.slick-slider .caseStudyItem:nth-child(even) {
    padding-top: 30px;
  }*/
  .caseStudyItemInfo {
    /*margin-top: -60px;
    min-height: 135px;*/
    min-height: auto;
    padding: 16px 15px 25px;
    width: calc(100% - 15px);
  }
  .caseStudyContent.slick-slider .caseStudyItemInfo {
    min-height: 135px;
  }
  .caseStudyItemH {
    font-size: 112.5%;
    margin-bottom: 16.5px;
  }
  .caseStudyItemH::before {
    width: 22.5px;
  }
  .pageContent .contactBox {
    padding: 30px 20px;
  }
  .pageContent .contactBox p.contactBoxH {
    font-size: 100%;
    margin-bottom: 15px;
  }
  .pageContent .contactBox p.contactBoxH span {
    font-size: 87.5%;
    margin-left: 15px;
  }
  .pageContent .contactBox p.contactNum {
    font-size: 100%;
  }
  .pageContent .contactBox p.contactNum span {
    font-size: 175%;
    margin-left: 15px;
  }
  .pageContent .contactBox p.contactNum span a {
    pointer-events: auto;
  }
  .pageContent .contactBox p.contactTxt {
    margin-top: 10px;
  }
  .topicPath {
    padding: 0.5vw 1.1vw 3vw;
  }
  .topicPath ul {
    padding: 0;
  }
  .topicPath ul li {
    font-size: 62.5%;
    margin-right: 5px;
    padding-right: 10px;
  }
  .searchHead {
    margin-top: 40px;
  }
  .searchMenu {
    padding-bottom: 15px;
  }
  .searchMenu .pnlSet .pnl {
    width: 33.3333%;
  }
  .searchMenu .pnlSet .pnl .pnlInner {
    padding: 10px 5px;
  }
  .searchMenu .pnlSet .pnl .pnlImg {
    height: 45px;
  }
  .searchMenu .pnlSet .pnl .pnlTxt {
    font-size: 68.75%;
  }
  .searchContentBody {
    padding: 70px 0 60px;
  }
  .searchContentSet {
    display: block;
    margin-bottom: 55px;
  }
  .searchContentImg {
    position: relative;
    margin: 0 auto;
    width: 66.6666%;
    z-index: 1;
  }
  .searchContentinfo {
    top: 0;
    margin-top: -45px;
    padding: 70px 30px 24.5px;
    width: 100%;
  }
  .searchContentinfoBox p {
    font-size: 100%;
  }
  .searchContentCase {
    display: block;
  }
  .searchContentCaseItem {
    margin-bottom: 25px;
    width: 100%;
  }
  .searchContentCaseBody {
    padding: 16px 20px 20px;
  }
  .searchContentCaseBody h4 {
    margin-bottom: 6px;
  }
  .searchContentCaseBody p {
    font-size: 100%;
    line-height: 1.6;
  }
  .searchContentBtn {
    margin-top: 20px;
  }
  .searchContentProduct {
    padding: 55px 0 60px;
  }
  .searchContentProductSet .pnl {
    width: calc(33.3333% - 1px);
  }
  .searchContentProductSet .pnl .pnlInner {
    padding: 10px 5px;
  }
  .searchContentProductSet .pnl .pnlImg {
    height: 45px;
  }
  .searchContentProductSet .pnl .pnlTxt {
    font-size: 68.75%;
  }
  .guide {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    margin: 0 15px;
  }
  .guide::before {
    content: none;
  }
  .guide span {
    display: none;
    width: auto !important;
  }
  .guide span:nth-child(1) {
    display: block;
  }
  .guide span:nth-child(1)::before {
    left: 0;
  }
  .guide span:nth-child(1)::after {
    left: calc(33.3333% - 1px);
  }
  .guide span:nth-child(2) {
    display: block;
  }
  .guide span:nth-child(2)::before {
    left: calc(66.6666% - 1px);
  }
  .guide span:nth-child(2)::after {
    left: calc(100% - 1px);
  }
  .exhibition {
    display: none;
  }
  .pageTitle.nonImg .pageTitleBox {
    padding: 60px 15px;
  }
  .pageTitle.nonImg .pageTitleH {
    font-size: 150%;
  }
  .pageTitle.nonImg .pageTitleH span {
    font-size: 66.66%;
  }
  .pageTitleBox {
    padding: 49.5px 15px;
  }
  .pageTitleH {
    font-size: 250%;
  }
  .pageTitleH span {
    font-size: 45%;
    margin-bottom: 5px;
  }
  .page {
    padding: 25px 0 40px;
  }
  .pMv {
    margin-bottom: 50px;
  }
  .pMvHeroItem {
    min-height: 116vw;
    padding: 45px 0;
  }
  .pMvHeroItemH {
    margin-left: 0;
  }
  .pMvHeroItemH > span {
    display: block;
    /*font-size: 31.42%;*/
  }
  .pMvHeroItemH > span .vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center !important;
  }
  .pMvHeroItemH > span .sub {
    width: auto;
  }
  .pMvHeroItemH > span .sub img {
    float: left;
    width: 55px;
    margin: 0 15px 0 0;
  }
  .pMvHeroItemH > span .sub span {
  }
  .pMvHeroItemBtn {
    bottom: 90px;
  }
  .pMvHeroItem.horizon .inner {
    min-height: auto;
    display: block;
  }
  .pMvHeroItem.horizon .pMvHeroItemH {
    font-size: 333%;
  }
  .pMvHeroItem.horizon .pMvHeroItemH span {
    text-align: center;
  }
  .pMvHeroItem.horizon .pMvHeroItemTtl {
    text-align: center;
  }
  .pMvHeroItem.horizon .pMvHeroItemLead {
    margin: 5px 0 15px;
    text-align: center;
  }
  .pMvHeroItem.horizon .pMvHeroItemBtn .btn a {
    margin: 0 auto;
  }
  .pMvHeroItemLead {
    font-size: 81.25%;
    line-height: 1.5;
  }
  .pMvThumbInner {
    width: 100%;
  }
  .pMvThumbItem {
    margin: 0 15px;
    width: calc(33.3333% - 30px);
  }
  .pMvThumbItemHead {
    height: auto;
    padding: 7px;
    width: 100%;
  }
  .pMvThumbItemHead::before {
    display: block;
    content: '';
    padding-top: 100%;
  }
  .pMvThumbItemHead::after {
    height: calc(100% - 14px);
    width: calc(100% - 14px);
  }
  .pMvThumbItemHead span {
    position: absolute;
    top: 7px;
    left: 7px;
    height: calc(100% - 14px);
    width: calc(100% - 14px);
  }
  .pMvThumbItemTxt {
    font-size: 68.75%;
  }
  .pMvThumbItemTxt span {
    font-size: 145.45%;
  }
  .pLinks {
    padding: 25px 0 55px;
  }
  .pLinksContentElm .pnl {
    min-height: 90px;
    width: calc(33.3333% - 1px);
  }
  .pLinksContentElm .pnl .pnlInner {
    padding: 10px 5px;
  }
  .pLinksContentElm .pnl .pnlTtl {
    font-size: 68.75%;
    min-height: 30px;
  }
  .pdMv {
    background: -webkit-gradient(linear, left bottom, left top, from(#e6e9ea), to(#8f979a));
    background: linear-gradient(0deg, #e6e9ea, #8f979a);
  }
  .pdMvSet {
    display: block;
    padding: 58px 0 5px;
  }
  .pdMvInfo {
    /*background-image: url(/products/robots/assets/images/products/scara/g/1/img_mv_sp.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 30vw auto;*/
    padding: 0 15px;
    width: 100%;
  }
  .pdMvH {
    font-size: 156.25%;
  }
  .pdMvH span {
    font-size: 52%;
    margin-bottom: 4px;
  }
  .pdMvLead {
    font-size: 81.25%;
    line-height: 1.5;
  }
  .pdMvBtnSet {
    display: block;
  }
  .pdMvBtnSet li {
    margin-right: 0;
  }
  .pdMvBtnSet li .btn a {
    min-width: 200px;
    padding: 13.5px 40px 13.5px 15px;
    text-align: left;
  }
  .pdMvBtnSet li .btn a span {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }
  .pdMvImg {
    width: 50%;
    padding-left: 0;
    margin: 0 auto;
    /*display: none;*/
  }
  .pdlinkPage {
    padding: 25px 0 60px;
  }
  .pdOverview {
    padding-top: 77.5px;
  }
  .pdOverview::before {
    top: -43px;
  }
  .pdOverviewSet {
    display: block;
  }
  .pdOverviewImg {
    margin-bottom: 12px;
    width: 100%;
  }
  .pdOverviewInfo {
    margin-left: 0;
    width: 100%;
  }
  .pdOverviewInfo p {
    font-size: 100%;
  }
  .pdSpecification {
    padding: 40px 0;
  }
  .pdFeature + .pdSpecification {
    padding-top: 0;
  }
  .pdFeature {
    padding: 52px 0 62.5px;
  }
  .pdFeatureSet {
    margin-bottom: 22.5px;
  }
  .pdFeatureSetItem {
    margin-right: 0;
    min-height: 46vw;
    padding: 10px 5px;
    width: 50%;
  }
  .pdFeatureSetItem:nth-child(even) {
    border-left: solid 1px #aebdcb;
  }
  .pdFeatureSetItem:nth-of-type(-n + 2) {
    border-bottom: solid 1px #aebdcb;
  }
  .pdFeatureH {
    font-size: 100%;
    line-height: 1.2;
  }
  .pdFeatureH span {
    font-size: 75%;
    margin-top: 2px;
  }
  .pdFeatureIcon {
    margin-top: 15px;
  }
  .pdFeatureIcon li {
    margin: 0 2.5px 10px;
  }
  .pdCaseStudy {
    padding-top: 60px;
  }
  .pdCustomer {
    padding: 60px 0 20px;
  }
  .pdCustomerSet {
    margin-bottom: 40px;
  }
  .pdCustomerSet .pnl {
    width: 33.3333%;
  }
  .pdCustomerSet .pnl:nth-child(4n) {
    border-right: 1px solid #ececec;
  }
  .pdCustomerSet .pnl:nth-child(3n) {
    border-right: none;
  }

  .pdCustomerTab {
    margin-bottom: 20px;
  }
  .csNav {
    margin-bottom: 10px;
    width: 100%;
  }
  .csNav ul li {
    margin: 0 5px 15px;
  }
  .csNav ul li a {
    font-size: 87.5%;
    padding: 5px 15px;
  }
  .csPnls {
    padding-bottom: 0;
  }
  .csPnls .colSet {
    display: block;
  }
  .csPnl {
    margin-bottom: 30px;
    width: 100%;
  }
  .csPnl:last-child {
    margin-bottom: 20px;
  }
  .csPnlImg::before {
    padding-top: 80%;
  }
  .csPnlBox {
    margin-top: -60px;
  }
  .csPnlTxt {
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .support {
    padding-bottom: 0;
  }
  .supportBlock {
    margin-bottom: 50px;
  }
  .supportBlock:first-child {
    margin-top: 20px;
  }
  .supportColSet {
    display: block;
  }
  .supportCol {
    width: 100%;
  }
  .supportCol .pnl.pnlIcon .pnlInner {
    padding: 10px;
  }
  .supportCol .pnl.pnlIcon .pnlImg img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .support .tabContents {
    padding-top: 20px;
  }
  .supportBg {
    min-height: 120px;
    width: 50%;
  }
  .supportBg::before {
    display: block;
    content: '';
    padding-top: 50%;
  }
  .supportTable {
    margin: 15px 0 30px;
  }
  .supportTable.half {
    width: 100%;
  }
  .supportTable tr th {
    font-size: 87.5%;
    padding: 5px;
  }
  .supportTable tr td {
    padding: 10px 5px 10px 0;
  }
  .supportTable tr td p {
    font-size: 75%;
  }
  .supportTable tr td ul.list li {
    font-size: 87.5%;
  }
  .supportContact {
    padding: 30px 0;
  }
  .supportContact .headingL1 + p {
    font-size: 100%;
    line-height: 1.6;
  }
  .supportCustomer {
    padding: 30px 0 40px;
  }
  .supportCustomerBlock {
    margin-bottom: 30px;
  }
  .supportCustomerHead p {
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .supportCustomerBody .supportCol .colSet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .supportCustomerBody .supportCol .pnl {
    width: 50%;
  }
  .supportCustomerBody .supportCol .pnl:nth-child(3n+1) {
    border-left: 1px solid #ececec;
  }
  .supportCustomerBody .supportCol .pnl:nth-child(odd) {
    border-left: none;
  }
  .supportBox {
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 20px;
  }
  .supportBox .supportBoxH {
    margin-bottom: 10px;
  }
  .supportBox .supportBoxTxt {
    line-height: 1.6;
  }
  .page.topics .tabHead {
    margin-bottom: 40px;
  }
  .page.topics .btnBack {
    margin-top: 40px;
  }
  .page.contact .btn {
    margin-top: 40px;
  }
  .page.sitemap .headingL1 {
    margin-top: 40px;
  }
  .page.sitemap .headingL1:first-child {
    margin-top: 0;
  }
  .page.sitemap .headingL2 {
    margin-top: 20px;
    font-size: 100%;
  }
  .page.sitemap .headingL1 a span {
    top: 6px;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
  }
  .page.sitemap .headingL1 a span::before {
    width: 18px;
    height: 6px;
    background-size: 18px auto;
  }
  .page.sitemap .headingL1 a span.outLink::before {
    width: 10px;
    height: 10px;
    background-size: 10px auto;
  }
  .page.sitemap .headingL2 a img {
    margin-top: -3px;
    margin-left: 10px;
    width: 20px;
  }
  .page.sitemap .list {
    display: block;
  }
  .page.sitemap .list li {
    width: 100%;
    padding-right: 0;
  }
}
@-webkit-keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes exhibition {
  0% {
    background-color: rgba(0, 160, 233, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    background-color: rgba(0, 160, 233, 0);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes exhibition {
  0% {
    background-color: rgba(0, 160, 233, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    background-color: rgba(0, 160, 233, 0);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}