/* pMv
------------------------- */
.pMv {
  margin-bottom: 0;
  background: #2c3941 url(/products/robots/assets/images/example/img_mv01.jpg) center top no-repeat;
}
.Mv {
  background-size: cover;
}
.Mv .inner {
  display: flex;
  height: 240px;
  align-items: center;
}
.Mv .inner h1 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 240%;
  font-weight: 300;
  text-align: center;
}

.pageTitleH {
  font-size: 350%;
}
  
  
.pageTitleBox h1.pageTitleH {margin:0 auto !important; text-align:center !important;}

/* search
------------------------- */
.search {
  padding-top: 70px;
  padding-bottom: 4em;
}
.search .searchHead {
  margin-top: 40px !important;
}
.search h2 + .tabHead {
  border-bottom: none;
}
.tabNav {
  width: 100%;
  justify-content: space-between;
}
.tabNav li {
  width: 33%;
  padding: 0;
  font-size: 130%;
  font-weight: 400;
}
.tabNav li a {
  display: block;
  width: 100%;
  padding: 16.5px 0;
  background: #f5f5f5;
  color: #000;
}
.tabNav li a::after {
  display: none;
}
.tabNav li.active a {
  background: #2160ae;
  color: #fff;
  transition: none;
}
.tabNav li.active a span {
  padding: 0;
  background: none;
}
.tabNav li.active a::after {
  display: none;
}
html:not(.sp) .tabNav li a .line {
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}
html:not(.sp) .tabNav li a:hover .line {
  color: #2160ae;
  border-bottom: 1px solid #2160ae;
}
html:not(.sp) .tabNav li.active a .line {
  transition: none;
}
html:not(.sp) .tabNav li.active a:hover .line {
  color: #fff;
  border-bottom: 1px solid transparent;
}
html:not(.sp) .tabNav li a .arw {
  padding: 0 2em 0 0;
  background: url(../images/common/icon_arrow_black.png) right center no-repeat;
  background-size: auto 0.4em;
  transition: opacity 0.2s;
}
html:not(.sp) .tabNav li a:hover .arw {
  background: url(../images/common/icon_arrow_blue.png) right center no-repeat;
  background-size: auto 0.4em;
}
html:not(.sp) .tabNav li.active a .arw {
  padding: 0;
  background: none;
}
.tabNav2,
.tabNav3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 75%;
}
.tabNav2 li,
.tabNav3 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%;
}
.tabNav2 li > *,
.tabNav3 li > *{
  display: block;
}
.tabNav2 li a,
.tabNav3 li a {
  color: #1e2021;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.tabNav2 li a::after,
.tabNav3 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;
}
.tabNav2 li.active a,
.tabNav3 li.active a {
  color: #003f80;
}
.tabNav2 li.active a::after,
.tabNav3 li.active a::after {
  width: 40px;
}
.tabNav2.full,
.tabNav3.full {
  width: 100%;
}
.tabNav2.full li,
.tabNav3.full li {
  width: 50%;
}
html:not(.sp) .tabNav2 li a:hover,
html:not(.sp) .tabNav3 li a:hover {
  color: #003f80;
}
html:not(.sp) .tabNav2 li a:hover::after,
html:not(.sp) .tabNav3 li a:hover::after {
  width: 40px;
}
.tabElm2,
.tabElm3 {
  overflow: hidden;
}
.tabElm2.hide,
.tabElm3.hide {
  height: 0;
}


/* pnlSet
------------------------- */
.pnlSet {
  margin: 0;
}
.pnlSet ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.pnlSet ul:after {
  content: "";
  display: block;
  width: 23.4%;
  height: 0;
}
.pnlSet.clm2 ul:after {
  content: "";
  display: block;
  width: 48%;
  height: 0;
}
.pnlSet.clm3 ul:after {
  content: "";
  display: block;
  width: 31.9%;
  height: 0;
}
.pnlSet ul li {
  width: 23.4%;
  margin: 0 0 3em 0;
  background: #fff;
  line-height: 1;
  transition: 0.2s;
}
.pnlSet.clm2 ul li {
  width: 48%;
}
.pnlSet.clm3 ul li {
  width: 31.9%;
}
.pnlSet ul li:hover {
  opacity: 0.6;
}
.pnlSet ul li img {
  width: 100%;
  border: 1px solid #e1e1e1;
}
.pnlSet ul li p {
  margin-top: 10px;
  line-height: 1.4;
}
.pnlSet ul li a {
  color: #000;
}
.pnlSet ul li a:hover p {
  text-decoration: underline;
}
.pnlSet ul li a:hover .name + p {
  text-decoration: none;
}


/* exList
------------------------- */
.exList {
  padding-top: 70px;
  padding-bottom: 100px;
}
.exList .pnlSet li p {
  line-height: 1.6;
}
.exList .name {
  margin: 0.8em 0 0 0;
  font-size: 110%;
  font-weight: 700;
}
.exList .btn {
  margin: 0;
  font-size: 130%;
}
.exList .btn a {
  width: 45%;
  margin: 0 auto;
  background-image: url(/products/robots/assets/images/common/icon_arrow.png);
  background-size: auto 0.4em;
  background-position: 85% center;
  background-repeat: no-repeat;
}



@media only screen and (min-width: 768px) {}



@media only screen and (min-width: 768px) and (max-width: 1000px) {}



@media only screen and (max-width: 767px) {
  
  
  .pMvHero .slick-prev {
    left: 0;
  }
  .pMvHero .slick-next {
    right: 0;
  }
  
  
  /* h2
  ------------------------- */
  h2 {
    font-size: 200% !important;
  }
  
  
  /* Mv
  ------------------------- */
  .Mv {
    background: url(/products/robots/assets/images/example/img_mv01.jpg) center top no-repeat;
    background-size: cover;
  }
  .Mv .inner {
    height: 30vw;
  }
  .Mv .inner h1 {
    font-size: 150%;
  }
  
  .pageTitleH {
  font-size: 250%;
}


  /* pnlSet
  ------------------------- */
  .pnlSet ul {}  
  .pnlSet ul:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
  .pnlSet.clm3 ul:after {
    content: "";
    display: block;
    width: 48.25%;
    height: 0;
  }  
  .pnlSet ul li {
    width: 31%;
    margin: 0 0 2em 0;
  }
  .pnlSet.clm2 ul li {
    width: 100%;
  }
  .pnlSet.clm3 ul li {
    width: 48.25%;
  }


  /* exList
  ------------------------- */
  .exList {
    padding-top: 40px;
  }
  .exList .btn a {
    width: 80%;
    padding: 1.3em 0;
  }

}

/* top_mv 
  ------------------------- */
.top_mv {
  position: relative;
  height: auto;
}
.top_mv .swiper-container .swiper-slide {
  height: 400px;
}
.top_mv_box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  padding: 10px 20px 20px;
  width: 100%;
  text-align: center;
}
.top_mv_headline {
  color: #ffffff;
  font-weight: 400;
}
.top_mv_headline .ttl {
  font-size: 225%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}
.top_mv_headline .sub {
  font-size: 150%;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1em;
}
.top_mv_headline .txt {
  font-size: 150%;
  margin-bottom: 0;
}
.proNav-pc.fixed + .proNav-sp + .top_mv {
  margin-top: 220px;
}
@media only screen and (max-width: 767px) {
  .proNav-pc.fixed + .proNav-sp + .top_mv {
    margin-top: 0;
  }
  .proNav-pc.fixed + .proNav-sp.fixed + .top_mv {
    margin-top: 140px;
  }
  .top_mv_box {
    text-align: center;
  }
  .top_mv .swiper-container .swiper-slide {
    height: 300px;
  }
  .top_mv_headline {
    font-size: 100%;
  }
  .top_mv_headline .ttl {
    font-size: 180%;
    margin-bottom: 0.25em;
    line-height: 1.4;
  }
  .top_mv_headline .sub {
    font-size: 120%;
    margin-bottom: 0.5em;
  }
  .top_mv_headline .txt {
    font-size: 120%;
  }
}

/* top_ank 
  ------------------------- */
.top_ank {
  background-color: #e7eef6;
  padding: 1em 0;
  z-index: 2;
}
.top_ank ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_ank ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  border-left: solid 1px #bfbfbf;
  padding: 0 0.5em;
}
.top_ank ul li:last-child {
  border-right: solid 1px #bfbfbf;
}
.top_ank ul li a {
  position: relative;
  font-size: 113%;
  color: #005ab4;
  font-weight: bold;
  transition: 0.2s;
  text-align: center;
  margin-right: 1.5em;
}
.top_ank ul li a .sub {
  font-size: 78%;
  font-weight: 400;
}
.top_ank ul li a:hover {
  color: #005ab4 !important;
  opacity: 0.6;
}
.top_ank ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #005ab4;
  border-right: 2px solid #005ab4;
  position: absolute;
  top: calc(50%);
  right: -1.5em;
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .top_ank ul li a {
    font-size: 90%;
  }
}

/* content_area04
  ------------------------- */
.content_area04 {
	padding: 0 0 20px;
	margin-top: 20px;
}
.content-bg {
	background: #f2f5f7;
}
.contentsInner-03 {
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}
.contentsInner-03 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contentsInner-03 *:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 767px){
.contentsInner-03 {
    width: 100%;
    padding: 0 6px;
}}
/* caseList
-------------------------------------- */
.caseList {
	width: calc(100% + 18px);
	margin-left: -9px;
	margin-right: -9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.caseList {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.caseList_item {
	width: calc((100% - 54px) / 3);
	background: #fff;
	border-radius: 6px;
	padding: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 767px) {
	.caseList_item {
		width: 100%;
		padding: 10px;
	}

	.caseList_item:nth-child(n+2) {
		margin-top: 40px;
	}
}

@media screen and (min-width: 768px) {
	.caseList_item {
		margin-top: 17px;
		margin-right: 9px;
		margin-left: 9px;
	}
}

.caseList_item_image {
	margin-bottom: 25px;
	overflow: hidden;
}

.caseList_item_image img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.caseList_item_image img {
		width: 100%;
	}
}

.caseList_item_title {
	font-size: 18px;
	color: #707070;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.caseList_item_title {
		margin-bottom: 20px;
	}
}

.caseList_item_text {
	font-size: 14px;
	line-height: 1.7;
	color: #707070;
}

.caseList_item_products {
	width: 100%;
	background: #F2F5F7;
	color: #707070;
	font-size: 12px;
	border-radius: 4px;
	margin-top: 50px;
	padding: 10px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.caseList_item_products {
		margin-top: 30px;
		padding: 20px 14px;
	}
}

.caseList_item_products li {
	display: inline-block;
	margin-right: 1em;
}

.caseList_item_group {
	margin-top: auto;
}

.caseList_item_button {
	display: block;
	background: #005AB4;
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 16px;
	padding: 12px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.caseList_item_button {
		margin-top: 10px;
	}
}

.caseList_item_button:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}


.caseList_item_button:hover {
	filter:alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	-moz-opacity:0.7;/* FF , Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity:0.7;
	zoom:1;/*IE*/
}

.caseList_item{
	position: relative;
	z-index: 1;
}
.caseList_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}