@charset "utf-8";
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. lineupBox
　02. lineupDetail

*/
/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 01. lineupBox ]  ====================================
------------------------------------------------------------*/

.lineupBox {
  width: 100%;
  padding-top: 16px;
  overflow: hidden;
}
.lineupBox > .rBlockTitArea {
  margin: 0;
}
.lineupBox .productsFloat {
  float: left;
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 4%;
}
.lineupBox .productsFloat:nth-child(2n+1) {
  margin-left: 0;
}
.lineupBox .productsFloat .pw46 {
  width: 96%;
  margin: auto;
}
.lineupBox .productsFloat .btn {
  margin-top: 1em;
}

.lineupBox .productsFloat ul li{ /*180627追加*/
	float:left;
	width:50%;
	position:relative
}
.lineupBox .productsFloat ul li .copy{ /*180627追加*/
	margin-top:4em;
	line-height:2;
	padding-left:2em;
	text-align:left;
}
.lineupBox .productsFloat ul{ /*180627追加*/
	/*position:relative;*/
}
.lineupBox .productsFloat .new_label{ /*180627追加*/
background-color:red;
color:white;
padding:0.2em 0.3em;
font-size:120%;
/*font-weight:bold;*/
text-align:right;
position:absolute;
right:20px;
margin-bottom:0.5em;
}

/* SP */
body.responsive-sp .lineupBox {
  padding-top: 0;
}
body.responsive-sp .lineupBox .productsFloat {
  width: 100%;
  padding: 0 0 6% 0;
  margin: 0;
}
body.responsive-sp .lineupBox .productsFloat:nth-child(2n+1) {
  margin: 0;
}
body.responsive-sp .lineupBox .productsFloat .pw46 {
  width: 92%;
}
body.responsive-sp .lineupBox {
  width: 100%;
  overflow: visible;
}

body.responsive-sp .lineupBox .productsFloat .pw46_custom { /*180627追加*/
    width: 92%;
	margin:0 auto;
	margin-top:1em;
}
body.responsive-sp .lineupBox .productsFloat ul li{ /*180627追加*/
	float:left;
	width:100%;
}
body.responsive-sp .lineupBox .productsFloat ul li .copy{ /*180627追加*/
	margin-top:0;
	line-height:2;
	padding-left:0;
	text-align:center;
	margin-bottom:1em;
}

/* ***************************************************************************** */

/*-----------------------------------------------------------
===  [ 02. lineupDetail ]  ====================================
------------------------------------------------------------*/

.lineupDetailBox {
  margin-top: 16px;
}
/* -- detailList -- */
.lineupDetailBox .detailList {
  width: 100%;
  overflow: hidden;
}
.lineupDetailBox .detailList .clearfix {
  width: auto;
  margin: 0 -12px 0 0;
}
.lineupDetailBox .detailList li {
  float: left;
  width: 205px;
  padding: 12px 0;
  margin: 0 12px 12px 0;
  background-color: #025ab3;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.lineupDetailBox .detailList li.first-child {
  margin-left: 9px;
}
/* -- detailListbox -- */

.lineupDetailBox .detailListbox {
  width: 680px;
}
.lineupDetailBox .detailListbox div {
  float: left;
  width: 220px;
  margin: 0 10px 0 0;
}
/* - SP - */
body.responsive-sp .lineupDetailBox .detailList .clearfix {
  margin: 0 32px;
}
body.responsive-sp .lineupDetailBox .detailList li {
  float: none;
  width: auto;
  margin: 0 0 14px 0;
  font-size: 138.5%;
}
/* lineupTabBox
----------------------------------------------------*/

/* -- lineupTab -- */

.lineupDetailBox .lineupTab {
  height: 35px;
  overflow: hidden;
  border-bottom: 3px solid #275e72;
  margin: 0 0 20px;
}
.lineupDetailBox .lineupTab li {
  float: left;
  text-align: center;
  font-size: 92.30769%;
  margin-right: 5px;
}
.lineupDetailBox .lineupTab li.first-child {
  background-position: left top;
  margin-right: 6px;
}
.lineupDetailBox .lineupTab li.last-child {
  background-position: right top;
  margin-right: 0;
}
body.responsive-sp .lineupTab li, body.responsive-sp .lineupTab li.first-child, body.responsive-sp .lineupTab li.last-child {
  margin-right: 0;
}
.lineupDetailBox .lineupTab li a {
  display: block;
  padding: 10px 5px;
  width: 151px;
  color: #333;
  font-weight: normal;
  background: #ebeef0;
  text-decoration: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.lineupDetailBox .lineupTab li a.active, .lineupDetailBox .lineupTab li a:hover {
  color: #fff;
  background: #295e71;
}
.lineupDetailBox .lineupTab li.first-child a.active, .lineupDetailBox .lineupTab li.first-child a:hover {
}
.lineupDetailBox .lineupTab li.last-child a.active, .lineupDetailBox .lineupTab li.last-child a:hover {
}
/* - SP - */
body.responsive-sp .lineupDetailBox .lineupTab {
  margin-bottom: 16px;
  height: auto;
  border-bottom: 0;
}
body.responsive-sp .lineupDetailBox .lineupTab li {
  width: 25%;
  padding-left: 1px;
  margin-bottom: 0;
  box-sizing: border-box;
  background-image: none;
  background-color: transparent;
}
body.responsive-sp .lineupDetailBox .lineupTab li:first-child {
  padding-left: 0;
}
body.responsive-sp .lineupDetailBox .lineupTab li a {
  width: auto;
  padding: 20px 0 44px 0;
  background: #dae0e4 url("/business/agv/products/images/r_lineup_tab_sp_active.png") no-repeat center 50px;
  background-size: 9px auto;
}
body.responsive-sp .lineupDetailBox .lineupTab li a.active, body.responsive-sp .lineupDetailBox .lineupTab li a:hover {
  background: #275e72 url("/business/agv/products/images/r_lineup_tab_sp_active.png") no-repeat center 50px;
  background-size: 9px auto;
}
/* ***************************************************************************** */

.specification sup.notes {
  color: #333333;
}
.specification ul.notesList li span {
  color: #333333;
}
/* 追加 */
.unitmm {
  margin-bottom: 20px;
  text-align: right;
}
table.speclist.tbl02.tblEven.wp100.mbem1.tcamera {
  width: 100%;
  table-layout: fixed;
}
.main_data {
  text-align: center !important;
}
th.speclist_title2 {
  color: #fff;
  font-weight: bold !important;
  background: #666 !important;
  border: 1px solid #414141;
  text-align: center;
  vertical-align: middle;
}
.speeding {
  display: inline-block;
  border: 1px solid #333;
  padding: 4px 8px;
  font-weight: 700;
}
.plus {
  padding: 0 5px;
  font-weight: 700;
}
body.responsive-sp .plus {
  display: block;
  margin: 5px 0;
}
sup {
  font-size: 11px;
}
h1 sup { /*180627追加*/
  vertical-align: 1em;
}
h2 sup { /*180710追加*/
  vertical-align: 0.6em;
}
.blue {
  color: #00b0f0;
}
.app {
  background: #dcdcdc;
  padding: 15px;
}
.app h4 {
  font-size: 109%;
  margin-bottom: 10px;
}
.app li {
  float: left;
  width: 30.2%;
  padding: 0 1.5%;
  border-right: 1px solid #929091;
}
.app li:last-child {
  border-right: none;
}
.app h5 {
  margin-bottom: 5px;
  font-size: 105%;
}
.app img {
  margin-bottom: 5px;
}
body.responsive-sp .app {
  padding: 15px 10px;
}
body.responsive-sp .app h4 {
  text-align: center;/*margin-bottom: 25px;*/
}
body.responsive-sp .app li {
  float: none;
  width: 98%;
  padding: 0 2% 25px;
  border-right: none;
  text-align: center;
  /*margin-bottom: 25px;*/
  margin-top: 25px;
  border-bottom: 1px solid #929091;
}
body.responsive-sp .app li:last-child {
  border-bottom: none;
}
body.responsive-sp .app h5 {
  margin-bottom: 5px;
}
.arrow {
  margin-top: 2px;
  display: inline-block;
}
.cclink {
  width: 100%;
  margin-bottom: 10px;
}
.cclink th {
  border: 1px solid #777372;
  background-color: #dcdcdc;
  padding: 10px;
  text-align: center;
}
.cclink td {
  border: 1px solid #777372;
  background-color: #eee;
  padding: 10px;
  font-weight: 700;
}
.cclink th.red {
  background-color: #f6c4ab;
  border-top: 2px solid #e04158;
  border-left: 2px solid #e04158;
  border-right: 2px solid #e04158;
}
.cclink td.red {
  background-color: #fdece3;
  border-left: 2px solid #e04158;
  border-right: 2px solid #e04158;
}
.cclink td.red2 {
  background-color: #fdece3;
  border-left: 2px solid #e04158;
  border-right: 2px solid #e04158;
  border-bottom: 2px solid #e04158;
}
.clearfix.lineups {
  margin-bottom: 20px;
}
.listindent li {
  margin-bottom: 0.5em;
  font-size: 100%;
  color: #333;
  padding-left: 1.5em;
  text-indent: -1.0em;
}
p.catch-title {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: bold;
}
.alLeft {
  height: 50px;
}
body.responsive-sp p.alLeft {
  height: auto !important;
}
/* 20171018追加ここから */
}
/* IV-S70 series */
.mainVisualBoxIv-s70_series .txtBox {
  top: 30px;
}
.mainVisualBoxIv-s70_series .txtSub {
  color: #d0fffa;
  padding-top: 26px;
}
body.responsive-sp .mainVisualBoxIv-s70_series .txtBox {
  top: 16px;
  left: 4%;
  font-size: 92%;
}
body.responsive-sp .mainVisualBoxIv-s70_series .txtMain {
  width: 64%;
}
body.responsive-sp .mainVisualBoxIv-s70_series .txtSub {
  width: 56%;
  padding-top: 8px;
}

@media (max-width: 480px) {
body.responsive-sp .mainVisualBoxIv-s70_series .txtBox {
  top: 12px;
  left: 4%;
}
body.responsive-sp .mainVisualBoxIv-s70_series .txtMain {
  font-size: 100%;
}
body.responsive-sp .mainVisualBoxIv-s70_series .txtSub {
  font-size: 100%;
  padding-top: 10px;
}
}

@media (min-width: 1024px) {
body.responsive-sp .mainVisualBoxIv-s70_series .txtSub {
  width: 38%;
}
}
/* -- LED: 発光色用 --  */

.textRed {
  color: #ff0000;
}
.textBlue {
  color: #0000ff;
}
.textWhite {
  color: #FFFFFF;
}
/* 20171018追加ここまで */

/* -- LED:  --  */

.mainVisualText-LED {
  font-size: 130%;
}
/* 20171102追加ここまで */


/*----------------------------------------------------
	自動搬送装置（AGV） 
----------------------------------------------------*/
/* AGV 製品ラインアップ */
.lineupBox .productsFloat {
  float: none;
  width: 100%;
}
.lineupBox .productsFloat .pw46 {
  text-align: center;
  line-height: 2;
}
.lineupBox .productsFloat .pw46 .btn span {
  margin-left: 0.5em;
}
/* XFシリーズ　特長 */
.rBlockSect.detail01.xf_series {/*180705セレクタ名に.xf_series追加 以下同様*/
  position: relative;
  background-color: #7B9AB7;
  background-image: url(/business/agv/products/images/pic_detail_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top -76px center;
  min-height: 395px;
  /*margin-bottom: 15px;*/
}
.rBlockSect.detail01.xf_series + .notesList li {
    margin-bottom: 0.5em;
    font-size: 100%;
    color: #666;
    padding-left: 1em;
    text-indent: -1em;
}
.rBlockSect.detail01.xf_series .catch-title {
  color: #405161;
  text-align: center;
  padding: 25px 0 0;
  font-size: 190%;
  letter-spacing: 1px;
  text-shadow: 0 0 4px #FFF;
}
.rBlockSect.detail01.xf_series .catch-title sup {
  vertical-align: 100%;
  font-size: 50%;
}
.rBlockSect.detail01.xf_series .catch-title span {
  display: block;
  font-size: 120%;
}
.rBlockSect.detail01.xf_series ul {
  padding: 0 3%;
}
.rBlockSect.detail01.xf_series ul:first-of-type {
  padding-top: 162px;
}
.rBlockSect.detail01.xf_series ul.notesList li {
  position: relative;
  color: #fff;
  font-size: 115%;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
/*.rBlockSect.detail01 ul.notesList li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 15px;
  line-height: 1;
  background-color: #FFF;
  position: absolute;
  top: 1px;
  left: 0;
}*/
.flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.indentBlock .wp100 .title {
  font-size: 108%;		/*171228 120→108に変更*/
  margin-bottom: 1em;		/*171226 0.5→1に変更*/
  padding-top:1.5em;	/*171226追加*/
  padding-left:1em;		/*171226追加*/
  text-indent:-1em;		/*171226追加*/
}
.indentBlock .wp100 .title span{	/*171226追加*/
/*  background:#ebeef0;
  padding:3px 8px;	*/		/*171228コメントアウト*/
  color:#295e71;	/*171228追加*/
}

/*SP*/
body.responsive-sp .indentBlock .wp100 .title {	/*171228追加*/
  font-size: 104%;
  margin-bottom: 1em;
  padding-top:1.5em;
  padding-left:1em;
  text-indent:-1em;
}


/*sec01*/
.sec01 .pcFlLeft.rLayout-60 .pcFlLeft {
  position: relative;
  overflow: hidden;
}
.sec01 .wp100 .pcFlLeft:nth-child(1) {
  width: 25%;
  margin-right: 30px;
}
.sec01 .wp100 .pcFlLeft:nth-child(2) {
  width: 30%;
  margin-right: 30px;
}
.sec01 .wp100 .pcFlLeft:nth-child(3) {
  width: 35%;
}
.sec01 .wp100 .pcFlLeft img {
  max-width: inherit;
  height: 215px;
}
.sec01 .wp100 .text {
  margin-top: 1em;
  margin-bottom: 1em;
}
.sec01 .wp100 .text h5 {
  margin-bottom: 0.5em;
}
.sec01 .wp100 .text p {
  font-size: 1em;
}
.sec01 .rLayout-60 h4 {
  font-size: 176%;
  margin-bottom: 19px;
}
.sec01 .wp100 .text + div {
  position: relative;
}
/*.sec01 .pcFlLeft .text + div > .rText {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
}
.sec01 .pcFlLeft .text + div > .lText01 {
    position: absolute;
    top: 60px;
    left: 180px;
    color: #ffe731;
    font-weight: 700;
    font-size: 115%;
    text-shadow: 1px 1px 3px #333;
}
.sec01 .pcFlLeft .text + div > .lText02 {
    position: absolute;
    bottom: 7px;
    left: 10px;
    color: #fb1b1b;
    font-size: 115%;
    font-weight: 700;
    text-shadow: 1px 1px 2px #FFF;
}*/


/*sec02*/
.sec02 .pcFlRight img {
  width: auto;
  height: 112px;
}
.sec02 .pcFlLeft dl dd, .sec02 .pcFlRight dl dd {
  margin-top: 1em;
}
/*sec03*/
.sec03 .pcFlLeft {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec03 .rLayout-35 {
  width: 37%;
  padding: 0 0;
}
.sec03 .rLayout-65 {
  width: 63%;
}
.pcFlLeft.rLayout-65.alCenter {
  padding-left: 15px;
}
.sec03 .pcFlLeft.rLayout-65 .rLayout-50 {
  padding: 0 5px;
}
.sec03 .pcFlLeft.rLayout-65 dl dt {
  margin-bottom: 1em;
}
.sec03 .pcFlLeft.rLayout-65 dl dd p {
  text-align: left;
  margin-top: 0.5em;
}
.sec03 .pcFlLeft dl dt {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.sec03 .pcFlLeft dl dd {
  height: auto;
  font-size: 1em;
  margin: 0 0 2em;
}
.sec03 .pcFlLeft dl {
/*  margin-top: 1em;	*/	/*171226コメントアウト*/
  overflow: hidden;
}
.sec03 .pcFlLeft dl dd {
  position: relative;
  /*padding-left: 1em;*/
}
.sec03 .pcFlLeft dl dd.arrow {
    display: inline-block;
    height: 40px;
    width: 10px;
    background-color: #5bc0de;
    position: relative;
    top: 90px;
    left: 10px;	/*171228変更 20→10*/
    padding: 0;
}
.sec03 .pcFlLeft dl dd.arrow::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-left: 20px solid #5bc0de;
    left: 10px;
    top: -10px;
}
.sec03 .pcFlLeft:first-child dl dd:nth-last-of-type(-n+4) {
  float: right;
  width: 47%;	/*171228変更 50→47*/
  padding-left: 1em;	/*171228変更 1→2*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0.5em;
}
.sec03 .pcFlLeft:first-child dl dd.notesList2 {
  margin-bottom: 0.5em;
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
}
.sec03 .pcFlLeft:first-child dl dd:nth-last-of-type(-n+4)::before {
  content: url(/business/agv/images_global/tab_arrow_on.gif);
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
}
.sec03 .pcFlLeft:first-child dl dd:last-child::before {
  display: none;
}
.sec03 .pcFlLeft dl dd small {
  display: block;
  font-size: 1em;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.sec03 .pcFlLeft:first-child dl dd:nth-of-type(2) {
  float: left;
  width: 47%;
  margin-right: 3%;
}
/*SP*/
body.responsive-sp .rBlockSect.detail01.xf_series {/*180705セレクタ名に.xf_series追加 以下同様*/
  min-height: inherit;
  background-position: top center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 0;
}
body.responsive-sp .rBlockSect.detail01.xf_series .catch-title {
  padding: 4vw 0 0;
  font-size: 5vw;
}
body.responsive-sp .rBlockSect.detail01.xf_series ul {
  padding-bottom: 1em;
}
body.responsive-sp .rBlockSect.detail01.xf_series ul:first-of-type {
  padding-top: 28vw;
  padding-right: 3%;
  padding-bottom: 3%;
}
body.responsive-sp .rBlockSect.detail01.xf_series ul:first-of-type li {
  padding-left: 0;
  text-indent: 0;
}
body.responsive-sp .rBlockSect + .notesList2 {
    margin: 0 3.125%;
}
body.responsive-sp .lineupBox .productsFloat .lineupThumb {
  margin: 1em 0;
}
body.responsive-sp .lineupBox .productsFloat .pw46 .btn span {
  display: block;
  margin: 0;
}
body.responsive-sp .pcFlLeft {
  margin-bottom: 10%;
}
/*body.responsive-sp .lineupDetailBox .lineupTab li {
  max-height: 74px;
}*/
body.responsive-sp .sec03 .pcFlLeft:first-child dl dd:nth-last-of-type(-n+4) {	/*171228追加*/
  float: right;
  width: 47%;
  padding-left: 2em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0.5em;
}
body.responsive-sp .sec03 .pcFlLeft:first-child dl dd.notesList2 {	/*171228追加*/
  margin-bottom: 0.5em;
  font-size: 11px;
  padding-left: 2em;
  text-indent: -1em;
}
body.responsive-sp .sec03 .pcFlLeft:first-child dl dd:nth-last-of-type(-n+4)::before {	/*171228追加*/
  content: url(/business/agv/images_global/tab_arrow_on.gif);
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 16px;
}
body.responsive-sp .sec03 .pcFlLeft:first-child dl dd:last-child::before {	/*171228追加*/
  display: none;
}

/*sec01*/
body.responsive-sp .sec01 .rLayout-60 h4 {
  font-size: 140%;
  margin-bottom: 1em;
  text-align: center;
}
body.responsive-sp .sec01 .pcFlLeft.rLayout-60 .pcFlLeft {
  width: 100%;
}
body.responsive-sp .sec01 .wp100 .text h5 {
  text-align: center;
  margin-bottom: 0.5em;
}
body.responsive-sp .pcFlLeft img {
  display: block;
  margin: auto;
  max-width: 100%;
}
body.responsive-sp .sec01 .wp100 .pcFlLeft {
  width: 100%;
}


/*sec03*/
body.responsive-sp .sec03 .pcFlLeft.rLayout-65 {
  padding-left: 0;
  margin-left: -5px;
  margin-right: -5px;
}
body.responsive-sp .sec03 .pcFlLeft dl + dl {
/*padding: 0 10px;*/
}
body.responsive-sp .sec03 .pcFlLeft dl:first-of-type dd:first-of-type {
/*padding: 0 10px;*/
}
body.responsive-sp .sec03 .pcFlLeft:first-child dl dd:nth-of-type(2) {
  width: 100%;
}
body.responsive-sp .sec03 .pcFlLeft dl dt {
    clear: left;
}
body.responsive-sp .sec03 .pcFlLeft dl dd.arrow {
    display: block;
    height: 15px;
    width: 40px;
    top: 10px;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0 auto 60px;
    z-index: 100;
}
body.responsive-sp .sec03 .pcFlLeft dl dd.arrow:before {
    position: absolute;
    content: "";
    border: 30px solid transparent;
    border-top: 20px solid #5bc0de;
    right: 0;
    left: -24%;
    top: 15px;
}
body.responsive-sp .sec03 .pcFlLeft:first-child dl dd:nth-last-of-type(-n+4) {
  width: 100%;
}

/*XF-100特長ページ　180703追加ここから*/

/*.rBlockSect.detail01_xf-100{
    position: relative;
}
*/

/* -- 製品メインビジュアル--  */
.mainVisualBox {
  position: relative;
}
.mainVisualBox img {
  /*position: relative;*/
  z-index: 1;
}
.mainVisualBox .txtBox {
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
  font-weight: bold;
  width: 100%;
}

/*XF-100用*/
.mainVisualBox.mainVisualBoxXf-100 .txtBox {
}
.mainVisualBox.mainVisualBoxXf-100 .txtSub {
  font-size: 130%;
  color: #000f52;
  text-align:center;
  text-shadow: 0 0 5px #fff;
  padding-top: 15px;
}
.mainVisualBox.mainVisualBoxXf-100 .txtMain {
  color: #FFF;
  font-size: 200%;
  text-align:center;
  text-shadow: 0 0 5px #000;
  padding-top:20px;
}
.mainVisualBox.mainVisualBoxXf-100 .txtMain sup{
	vertical-align: 1.5em;
}
.mainVisualBox.mainVisualBoxXf-100 {
	position:relative;
}
.mainVisualBox.mainVisualBoxXf-100 .new_label{
	background-color:red;
	color:white;
	padding:0.2em 0.3em;
	font-size:140%;
	text-align:right;
	position:absolute;
	right:20px;
	bottom:20px;
}

body.responsive-sp .mainVisualBoxXf-100 img{
	width:100%;
}
body.responsive-sp .mainVisualBoxXf-100 .txtBox {
/*  top: 16px;
  left: 4%;*/
}
body.responsive-sp .mainVisualBoxXf-100 .txtMain {
  font-size: 4vw;
  padding-top:0;
}
body.responsive-sp .mainVisualBoxXf-100 .txtSub {
  font-size: 4vw;
      padding:0.5em;
}
body.responsive-sp .mainVisualBox.mainVisualBoxXf-100 .txtMain sup{
	vertical-align: 0.5em;
}
body.responsive-sp .mainVisualBox.mainVisualBoxXf-100 .new_label{
	background-color:red;
	color:white;
	padding:0.2em 0.3em;
	font-size:110%;
	text-align:right;
	position:absolute;
	right:10px;
	bottom:10px;
}
/*XF-100特長ページ　180703追加ここまで*/


/*----------------------------------------------------
	自動搬送装置（AGV）
----------------------------------------------------*/
/* 仕様表
----------------------------------------------------------- */
.tbl02 tbody th {
  white-space: nowrap;
  vertical-align: middle;
}
.tbl02 tr.even td img {
  width: 100%;
  display: block;
  margin: auto;
}
.tbl02 tbody tr:last-child th, .tbl02 tbody tr:last-child td {
  border-bottom: 1px solid #b4b9bd;
}

/*SP*/
body.responsive-sp .tbl02 tbody th {
  white-space: normal;
}
body.responsive-sp .tbl02 tbody td {
  width: 60%;
}

/* オプション一覧表
----------------------------------------------------------- */
table.optionlist.tbl02.tblEven {
    table-layout: fixed;
}
table.optionlist.tbl02.tblEven th {
  white-space: normal;
}





/*180814 動画バナー用追加ここから*/
.movieBannerBackground0{
	/*background-color: #fff;*/
 	overflow: hidden;
	padding: 10px 0 0;
	    border-radius: 4px;
}
.movieBannerBackground{
	/*background-color: #284197;*/
	background-color: #3E5D75;
  overflow: hidden;
	    border-radius: 4px;
	

}
.movieBannerBackground2{
	transform:skew(0deg, -5deg);
	/*background: #1F3172; */
	background-color: #224153;
}
.movieBanner{
	padding: 0;
	/*background-color: #243986;*/
	color: white;
transform:skew(0deg, 5deg);
	position: relative;
}

.movieBanner .arrow{
	float: left;
	width: 50px;
	padding: 0 0 0 10px; 
	
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.movieBanner .arrow img{
	width: 38px;
	height: 76px;
}

.movieBanner .left{
	text-align: center;
	width: 210px;
	height: auto;
	float: left;
	/*padding: 30px 1em 0 3em;*/
	padding: 10px 10px 10px 10px;
}
.movieBanner .left .first{
	font-size: 100%;
}
.movieBanner .left .second{
	font-size: 110%;
	font-weight: bold;
	margin-left: 0.5em;
}
.movieBanner .right{
	width: 230px;
	height: 127px;
	float: right;
	background-color: white;
	position: relative;
	overflow: hidden;
}

.movieBanner .right :hover{
	opacity: 0.75 !important;
}
.movieBanner .right img{
	position: absolute;
	top: -24px;
}
.movieBanner .right .playIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -22px;
    display: block;
    width: 63px;
    height: 44px;
	pointer-events: none;
}


/*SP*/

body.responsive-sp .movieBannerList .box:last-child{/*190621追加*/
    margin-bottom: 2em;
    padding-bottom: 0.1em;
}

body.responsive-sp .movieBannerBackground0{
    padding: 0px 11px 10px;
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    margin-top: -10px;	
}

body.responsive-sp .productsdetailsSpBannerSpace{	/*180830追加　製品トップ以外の位置調整用*/
    padding-top: 30px;
    margin-bottom: -20px;
}

body.responsive-sp .movieBanner .left{
	width: 45%;
	padding: 1em 1em 1em 1em;
	text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
body.responsive-sp .movieBanner .left .first{
	font-size: 110%;
}
body.responsive-sp .movieBanner .left .second{
	font-size: 120%;
	margin-left: 0;
}
body.responsive-sp .movieBanner .right{
	padding-top: 0;
	width: 46%;
	height: 21vw;
}

body.responsive-sp .movieBanner .arrow img{
	display: none;
	/*width: 40%;
	height: auto*/
}

body.responsive-sp .notesList2{
padding-left:10px;
padding-bottom:10px;
}

body.responsive-sp .movieBanner .right a{
	/*position: relative;*/
	/*top: -4.1vw;*/
}

body.responsive-sp .movieBanner .right img{
	top: -5vw;
}
body.responsive-sp .movieBanner .right .playIcon{
	top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -25px;
}
body.responsive-sp .movieBanner .right .playIcon {
    width: 50px;
    height: auto;
}

/*180814 動画バナー用追加ここまで*/


/*231011 アンカー位置調整*/
.anchor{
	display: block;
    padding-top: 20px;
    margin-top: -20px;
}