/* pageContent
------------------------- */
.pageContent p {
  font-size: 130%;
}

/* pageContent
------------------------- */
.pageContent .img + .img {
  margin-top: 40px;
}

/* ul.list
------------------------- */
.pageContent ul.list li {
  font-size: 130%;
}
.pageContent ul.list li > ul.list li {
  font-size: 100%;
}

/* search
------------------------- */
.search {
  padding-bottom: 4em;
}

/* btn
------------------------- */
.btn.software {
  margin: 0;
  font-size: 120%;
}
.btn.software a {
    margin: 0 auto;
    padding: 1em 6em 1em 3.5em;
    text-decoration: none;
    background-image: url(../images/common/icon_arrow.png);
    background-size: auto 0.4em;
    background-position: 85% center;
    background-repeat: no-repeat;
}

.btn.software.blank a {
    margin: 0 auto;
    padding: 1em 4em 1em 4em;
    text-decoration: none;
    background-image: url(../images/common/icon_c_window_white.png);
    background-size: auto 1em;
    background-position: 90% center;
    background-repeat: no-repeat;
    line-height: 1.2;
}

@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) {
    /* pageContent
  ------------------------- */
  .pageContent p {
    font-size: 100%;
  }
  /* ul.list
  ------------------------- */
  .pageContent ul.list li {
    font-size: 100%;
  }
  /* pageTitle
  ------------------------- */
  .pageTitle.nonImg  .pageTitleBox {
    padding: calc(60 / 767 * 100vw) 15px;
  }
  /* search
  ------------------------- */
  /* search
------------------------- */


  /* btn
  ------------------------- */
  .btn.software a {
    width: 70%;
    padding: 1.2em 0;
  }
  .btn.software.blank a {
   width: 90%;
   padding: 1.2em 0;
  }
}


.pageTitle.pageTitleSoft .pageTitleBox {
  display: flex;
  align-items: center;
  height: 268px;
  padding: 10px 0
}
.pageTitle.pageTitleSoft .pageTitleH {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .pageTitle.pageTitleSoft .pageTitleBox {
    height: 34vw;
  }
}



#version .tableScroll{word-break: break-all;}

#version .tableScroll .btn a {
    background-color: #005ab4;
    margin: 0 auto;
	padding: 1em;
    text-decoration: none;
}

#version .tablesSpecification .btn a{
min-width:150px;
}


#version .tablesSpecification tr th, #version .tablesSpecification tr td {
   padding: 15px 8px;
}


#version .tablesSpecification tr th:last-child {
    border-right: solid 1px #fff;
}
#version .tablesSpecification .taL{
text-align: left;}

@media screen and (max-width: 767px){
#version .tableScrolle {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #eaeaea;
    margin-top: 3px;
    border-radius: 4px;
    padding: 0 0px 7px;
}

#version .tablesSpecification .btn a {
    width: auto;
}

#version .tableScroll .tablesSpecification {
    min-width: 960px;
    }
    
#version .tableScroll .btn a {
    padding: 1.5em 1em;
}
}

/* service_img
------------------------- */
.service_img {
  position: relative;
  margin-bottom: 20px;
}
.service_img img {
  max-width: 100%;
}
.service_img .link a img {
  transition: 0.2s;
}
.service_img .link a:hover img {
  opacity: 0.6;
}
.service_img .bg .bg_pc { display: inline; }
.service_img .bg .bg_sp { display: none; }
.service_img .bg {
  text-align: center;
  padding-top: 70px;
}
.service_img .bg img {
  width: 364px;
  height: auto;
}
.service_img .link {
  position: absolute;
  width: 273px;
  height: auto;
}
.service_img .link.robots {
  top: 0;
  bottom: auto;
  left: 22px;
  right: auto;
}
.service_img .link.vision {
  top: 205px;
  bottom: auto;
  left: 10px;
  right: auto;
}
.service_img .link.support {
  top: 405px;
  bottom: auto;
  left: 90px;
  right: auto;
}
.service_img .link.feeding {
  top: 0;
  bottom: auto;
  left: auto;
  right: 30px;
}
.service_img .link.force {
  top: 155px;
  bottom: auto;
  left: auto;
  right: 10px;
}
.service_img .link.camera {
  top: 345px;
  bottom: auto;
  left: auto;
  right: 80px;
}
.service_img .link a {
  transition: 0.2s;
}
.service_img .link a:hover {
  opacity: 0.6;
}

  @media only screen and (max-width: 1000px) {
    .service_img .bg {
      padding-top: calc(70 / 1000 * 100vw);
    }
    .service_img .bg img {
      width: calc(354 / 1000 * 100vw);
    }
    .service_img .link {
      width: calc(273 / 1000 * 100vw);
    }
    .service_img .link.robots {
      top: 0;
      bottom: auto;
      left: calc(22 / 1000 * 100vw);
      right: auto;
    }
    .service_img .link.vision {
      top: calc(205 / 1000 * 100vw);
      bottom: auto;
      left: calc(10 / 1000 * 100vw);
      right: auto;
    }
    .service_img .link.support {
      top: calc(405 / 1000 * 100vw);
      bottom: auto;
      left: calc(90 / 1000 * 100vw);
      right: auto;
    }
    .service_img .link.feeding {
      top: 0;
      bottom: auto;
      left: auto;
      right: calc(30 / 1000 * 100vw);
    }
    .service_img .link.force {
      top: calc(155 / 1000 * 100vw);
      bottom: auto;
      left: auto;
      right: calc(10 / 1000 * 100vw);
    }
    .service_img .link.camera {
      top: calc(345 / 1000 * 100vw);
      bottom: auto;
      left: auto;
      right: calc(80 / 1000 * 100vw);
    }
  }

  @media only screen and (max-width: 767px) {
    .service_img .bg .bg_pc { display: none; }
    .service_img .bg .bg_sp { display: inline; }
    .service_img .bg {
      padding-top: 3em;
    }
    .service_img .bg {
      padding-top: calc(205 / 767 * 100vw);
    }
    .service_img .bg img {
      width: calc(546 / 767 * 100vw);
    }
    .service_img .link {
      width: calc(312 / 767 * 100vw);
    }
    .service_img .link.robots {
      top: calc(50 / 767 * 100vw);
      bottom: auto;
      left: 0;
      right: auto;
    }
    .service_img .link.vision {
      top: calc(610 / 767 * 100vw);
      bottom: auto;
      left: 0;
      right: auto;
    }
    .service_img .link.support {
      top: calc(205 / 767 * 100vw);
      bottom: auto;
      left: auto;
      right: 0;
    }
    .service_img .link.feeding {
      top: 0;
      bottom: auto;
      left: auto;
      right: calc(30 / 767 * 100vw);
    }
    .service_img .link.force {
      top: calc(580 / 767 * 100vw);
      bottom: auto;
      left: auto;
      right: 0;
    }
    .service_img .link.camera {
      top: calc(810 / 767 * 100vw);
      bottom: auto;
      left: auto;
      right: 0;
      width: calc(338 / 767 * 100vw);
    }
  }
  
/* Title
------------------------- */
.Title1 {
  float: none;
  background-color: #ff9900;
  width: 100%;
  font-size: 225%;
  color: #fff;
  position: relative;
  padding-left: 15px;
  margin: 60px 0 20px;
}

.title_block1{
  float: none;
  background-color: #ff9900;
  width: 100%;
  position: relative;
  padding: 8px 0px 6px 50px;
  margin: 60px 0 20px;
}

.title_block2{
  float: none;
  background-color: #ff9900;
  width: 100%;
  position: relative;
  padding: 5px 18px 5px 41px;
  margin: 60px 0 20px;
}

.Title2 {
  position: relative;
  color: #ff9900;
  font-size: 162.5%;
  line-height: 1.4;
  padding-left: 25px;
  border-bottom: 2px solid #ff9900;
  margin: 30px 0 15px;
}

.Title2:before {
  position: relative;
  top: 1px;
  left: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #ff9900;
}

.Title2-2 {
  float: none;
  background-color: #ffc97b;
  font-size: 162.5%;
  position: relative;
  padding-left: 15px;
  margin: 60px 0 20px;
}
.Title2-2:before {
  margin-right: 10px;
  margin-left: -5px;
  border-left: solid 4px #fff;
  content: '';
  padding: 4px 0px;
}

.Title3 {
  color: #ff9900;
  font-size: 125%;
  line-height: 1.4;
  margin: 40px 0 15px;
}

.col4-2-2 {
    width: 44%;
}

  @media only screen and (max-width: 767px) {
    .Title1 {
      margin-top: 25px;
    }
    .title_block1{
      padding: 0px 14px 7px 14px;
      margin: -20px 0 20px;
    }
    .title_block2{
      padding: 0px 14px 7px 16px;
      margin: -20px 0 20px;
    }
    .col4-2-2 {
    width: 96%;
    }
    .Title2-2 {
    margin-top: 22px;
   }
}

/* Liblary
------------------------- */
.liblary_parts {
  background-color: #ff9900;
  width: 92%;
  color: #fff;
  padding: 20px 66px;
  margin: 30px auto;
  font-weight: bold;
}

.liblary_parts:before {
  margin-right: 10px;
  margin-left: -44px;
  border-left: solid 4px #fff;
  content: '';
  padding: 20px 0 187px;
}

.liblary_block1 {
  margin: 45px auto;
  padding: 20px;
  border: 2px solid #2980b7;
}

.dli-caret-right {
  display: inline-block;
  line-height: 1;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #ff9900;
  position: relative;
  top: 140px
}

.liblary_block2 {
  margin: 45px auto;
  padding: 20px;
  border: 2px solid #ff9900;
}

.simulation_block {
  margin: 20px auto;
  padding: 13px 21px;
  border: 2px solid #ff9900;
}

  @media only screen and (max-width: 767px) {
    .liblary_parts {
      width: 100%;
      padding: 5px 20px;
      margin: 40px auto;
    }
    .liblary_parts:before {
      margin-left: -10px;
      border-left: solid 3px #fff;
    }
     .liblary_block1 {
       margin: 30px auto;
    }
    .dli-caret-right {
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 21px solid #ff9900;
      top: auto;
      margin-bottom: 20px;
    }
    .liblary_block2 {
      margin: -15px auto;
    }
}

.table.base tr .th-center {
  text-align: center;
}

.table.base tr td {
  text-align: center;
}

.colSet.marginSet .list.list2 {
  margin-top: 345px;
}

  @media only screen and (max-width: 767px) {
    .colSet.marginSet .list.list2 {
      margin-top: 30px;
    }
  }