@charset "utf-8";

p.category_lead {
  margin-bottom: 60px;
}

h2.tech_category {
  clear: both;
  font-weight: bold;
  font-size: 1.5em;
  margin: 30px 0;
}
div.category_header h1.tech_name {
  font-size: 1.8em;
}
div.category_header div.detail_thumbnail {
  position: absolute;
  top: 0;
  right: 0;
}
div.detail_thumbnail img.extra {
  box-sizing: border-box;
  border: 1px solid #A1A1A1;
}

@media(max-width: 768px) {
  div.category_header div.detail_thumbnail {
    width: 43vw;
    overflow: hidden;
  }
  div.category_header div.detail_thumbnail img {
    width: auto;
    height: 43vw;
  }
  div.category_header h1.tech_name {
    font-size: 5vw;
  }
}

/* ===== TOP ====== */
.tech_col {
  float: left;
  width: 352px;
  margin: 0 12px 43px 0;
  cursor: pointer;
  color:#333!important;
}
.tech_col:hover{text-decoration: none;}
.tech_col img {
  border: 1px solid #FFF;
  width: 100%;
  height: auto;
}
.tech_col img.wht {
  border: 1px solid #A1A1A1;
}

div.tech_top .tech_col:nth-child(3n) {
  margin-right: 0;
}

div.tech_top .tech_col:nth-child(3n+1) {
  clear: both;
}
.tech_col div.caption {
  padding: 18px 18px 0;
}
.tech_col div.caption h3 {
  font-size: 1.0em;
  margin: 0 0 8px;
  font-weight: bold;
}
.tech_col div.caption h3 a {
  color: #000;
}

@media(min-width: 769px) {
  .tech_col:hover img {
    opacity: 0.8; /* 0.0～1.0 */
    filter: alpha(opacity=80); /* 0～100 */
  }
}
@media(max-width: 768px) {
  .tech_col {
    float: none;
    width: auto;
    margin: 0 0 40px;;
  }
  .tech_col img {
    width: 100%;
    height: auto;
  }

  .tech_col div.caption {
    padding: 18px 0 0;
  }
}


/* ===== products detail ====== */
div.detail_section {
  width: 980px;
  margin: 0 auto;
  font-size: 1.0em;
}

h4.sub_title {
  font-size: 1.4em;
  color: #004091;
  font-weight: bold;
  margin: 80px 0 20px;
  clear: both;
}
.spec_caption {
  clear: both;
  margin: 80px 0 0;
}
.spec_caption h4.sub_title {
  margin-top: 0;
}

div.detail_section h5 {
  color: #004091;
  font-size: 1.1em;
  font-weight: bold;
  margin: 30px 0 10px;
  position: relative;
  padding-left: 1.2em;
}
div.detail_section h5.none {
  padding-left: 0;
}
div.detail_section  .spec_caption h5 {
  margin-top: 0;
}
div.detail_section h5:before {
  content: '';
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #004091;
  position: absolute;
  top: 0.25em;
  left: 0;
}
div.detail_section h5.none:before {
  display: none;
}
div.detail_section h4.sub_title h5 {
  margin-top: 0;
}

@media(max-width: 768px) {
  .sub_title + h5{margin-top:0!important;}
}


table.spec,
table.spec_2 {
  width: 100%;
  border: 1px solid #A1A1A1;
}
table.spec th,
table.spec td,
table.spec_2 th,
table.spec_2 td {
  text-align: left;
  font-weight: normal;
  padding: 15px;
  vertical-align: top;
  border: 1px solid #A1A1A1;
}
table.spec th,
table.spec_2 th {
  background: #E9E9E9;
  width: 24%;
}
table.spec th.sub,
table.spec_2 th.sub {
  width: auto;
}
table.spec th.narrow,
table.spec_2 th.narrow {
  width: 25%;
  border: none;
  border-bottom: 1px solid #A1A1A1
}
table.spec th.unit,
table.spec_2 th.unit {
  width: 5%;
  text-align: right;
  border: none;
  border-bottom: 1px solid #A1A1A1
}
table.spec th.vertical_text,
table.spec_2 th.vertical_text {
  /*width: 2em;*/
  vertical-align: middle;
}
th.vertical_text div,
table.spec_2 th.vertical_text div {
  margin: 0 auto;
  white-space: nowrap;
  line-height: 1em;
}

@media(max-width: 768px) {
  table.spec th.vertical_text,
  table.spec_2 th.vertical_text {
    width: 2em;
  }
  th.vertical_text div,
  table.spec_2 th.vertical_text div {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 1em;
    /*text-orientation: upright;*/
  }
}

table.spec td p,
table.spec_2 td p {
  margin: 0;
}
th sup,
td sup,
li sup {
  font-size: 10px;
  vertical-align: 0.5em;
}
.spec_caption:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.spec_caption.narrow{width:70%;}
.spec_caption p{margin-bottom:0.5em;}
.caption_L{float:left;width:50%;}
.caption_L.wide{float:left;width:45%;}
.caption_L.rate60{float:left;width:60%;}
.caption_L.w200{float:left;width:calc(100% - 200px);}
.photo_R{float:right;width:420px;}
.photo_R.wide{float:right;width:520px;}
.photo_R.w240{float:right;width:240px;}
.photo_R.w260{float:right;width:260px;}
.photo_R.w360{float:right;width:360px;}
.photo_R.w460{float:right;width:460px;}
.photo_R.w150{float:right;width:150px;}
.photo_R img{width:100%;height:auto;}

ul.list_square,
ul.list_disc {
  margin-bottom: 15px;
}
ul.list_square {
  padding-left: 0px;
}

ul.list_square li,
ul.list_disc li {
  list-style: none;
  margin: 0 0 5px;
}
ul.list_square li:last-child,
ul.list_disc li:last-child {
  margin: 0;
}

ul.list_square li {
  padding-left: 1.2em;
  position: relative;
}
ul.list_square li:before {
  content: '';
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: #000;
  position: absolute;
  top: 0.35em;
  left: 0;
}
ul.list_disc {
  margin-left: 1.4em;
}
ul.list_disc li {
  position: relative;
  list-style: none;
  line-height: 1.3;
}
ul.list_disc span {
  position: absolute;
  top: 0;
  left: -1.3em;
}
.caption_photo_warp{overflow: hidden;}
div.caption_photo {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
div.caption_photo p {
  margin:  0 0 5px;
}

table.robotsystem th,
table.robotsystem td {
  text-align: left;
  padding: 0 15px 30px 0;
  font-weight: normal;
  vertical-align: top;
}
table.robotsystem th {
  padding-left: 10px;
  width: 300px;
}
table.robotsystem th p {
  margin-top: 0!important;
  position: relative;
  margin-left: 1.1em;
}
table.robotsystem th p span {
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}

table.robotsystem td {
  padding-left: 120px;
  background: url(../images/table_arrow.png) no-repeat 0 32%;
  background-size: 100px;
  vertical-align: middle;
}
p.logo_img {
  margin-top: 13px;
}


@media(max-width: 768px) {
  div.detail_section {
    width: auto;
  }
  h4.sub_title {
    margin: 40px 0 20px;
  }

  .spec_caption {
    margin-top: 60px;
  }
  .spec_caption.narrow {
    width: auto;
  }

  table.spec th,
  table.spec td,
  table.spec_2 th,
  table.spec_2 td {
    padding: 8px;
  }
  table.spec th {
    width: auto;
    white-space: nowrap;
    width: 1%;
  }

  div.caption_photo {
    float: none;
    margin: 0 0 30px;
  }

  div.caption_photo img {
    width: 100%;
    height: auto;
  }

  .caption_L,
  .caption_L.wide,
  .caption_L.w200,
  .caption_L.rate60 {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .photo_R,
  .photo_R.wide,
  .photo_R.w360,
  .photo_R.w460 {
    float: none;
    width: auto;
  }
  .photo_R.w150,
  .photo_R.w240,
  .photo_R.w260 {
    float: none;
    width: 100%;
  }
  .logo_img {
    width: 40%;
  }
  .logo_img {
    width: 100%;
    height: auto;
  }


  table.robotsystem th,
  table.robotsystem td {
    display: block;
  }
  table.robotsystem th {
    padding-left: 0;
    width: auto;
    padding-bottom: 10px;
  }
  table.robotsystem td {
    padding-left: 100px;
    background: url(../images/table_arrow.png) no-repeat 0 5px;
    background-size: 90px;
  }


}


@media(max-width: 640px) {
  table.spec {
    border: none;
    border-top: 1px solid #A1A1A1;
  }
  table.spec th,
  table.spec td {
    display: block;
    border: none;
    padding: 5px;
    font-size: 13px;
    width: inherit;
  }
  table.spec_2 th,
  table.spec_2 td {
    padding: 4px;
    font-size: 13px;
  }
  table.spec_2 th.vertical_text {
    width: 1.5em;
  }
  table.spec_2 th.unit {
    font-size: 11px;
  }
  table.spec_2 th.unit sup {
    font-size: 8px;
  }

  table.spec th,
  table.spec td {
    border-bottom: 1px solid #A1A1A1;
  }
  table.spec th,
  table.spec th.sub {
    font-weight: bold;
  }

  table.spec th.sub {
    background: none;
  }
  table.spec td {
    padding-bottom: 10px;
  }


/*
table.spec th.vertical_text {
  width: inherit;
}
th.vertical_text div {
  writing-mode: inherit;
  margin: 0 auto;
  white-space: inherit;
  width: inherit;
  line-height: 1.2;
  text-orientation: inherit;
}
table.spec th.narrow,
table.spec th.unit {
  width: inherit;
  display: list-item;
  list-style: none;
  float: left;
  height: 20px;
  background: none;
  border-bottom: none;
}
table.spec th.unit + td {
  clear: both;
  border-top: 1px solid #A1A1A1;
}
*/


table.robotsystem td {
  padding-left: 60px;
  background: url(../images/table_arrow.png) no-repeat -10px 5px;
  background-size: 60px;
}
}


.mgnb05 {
  margin-bottom: 5px!important;
}
.mgnb10 {
  margin-bottom: 10px!important;
}
.mgnb15 {
  margin-bottom: 15px!important;
}
.mgnb20 {
  margin-bottom: 20px!important;
}
.mgnl10 {
  margin-left: 10px;
}


.photo_column{
  margin:30px 0;
  text-align:center;
}
.photo_column .caption{font-weight: bold;}
.photo_column img{
  display: block;
  margin:10px auto 0;
}


table.free_spec{
  width: 100%;
  border: 1px solid #A1A1A1;
}
table.free_spec th,
table.free_spec td{
  text-align: left;
  font-weight: normal;
  padding: 15px;
  vertical-align: top;
  border: 1px solid #A1A1A1;
}
table.free_spec th{background: #E9E9E9;}
table.free_spec thead th{text-align:center;}
table.free_spec td{text-align:center;}

.color02{color:#014099;}




/*------------------
technology
20200514
------------------*/

.TECh2 {font-weight: bold; font-size: 2.8rem; color: #004091; margin-bottom: 20px;}
.TECh2 > span {font-weight: normal; padding-left: 15px; font-size: 1.8rem;}

.TEChead {color: #004091; font-weight: bold; font-size: 2.2rem;}

.tecBox img.wht {  border: 1px solid #A1A1A1;}
.tecBox > .row > [class*="col"] {padding-left: 15px; padding-right: 15px;}
.tecBox.container {margin-bottom: 70px; margin-top: 10px;}

.tecBox .caption h3 {color: #000000; font-weight: bold; padding-top: 5px; text-decoration: none;}
.tecBox a {text-decoration: none; font-weight: bold;} 


.tecBox02.container {margin-top: 20px;} 
.tecBox02 .col { padding-left: 5px; padding-right: 5px;}
.tecBox02 .img-col { padding:15px; background-color: #eee;}
.tecBox02 .img-cap {background-color: #fff;}

