@charset "UTF-8";

/* Navigation */
.nav_wrap {
  margin-bottom: 35px;
  width: 100%;
}
.nav_wrap .nav {
  overflow: hidden;
}
.nav_wrap .nav > li {
  float: left;
  margin-right: 2px;
  width: calc((100% - 10px) / 6);
}
.nav_wrap .nav > li:last-child {
  margin-right: 0;
}
.nav_wrap .nav > li a {
  display: block;
  padding: 15px 0 13px;
  background: #7b7b7b;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s;
}
#suppor_wrap.c_manual .page_manual a,
#suppor_wrap.c_movie .page_movie a,
#suppor_wrap.c_guide .page_guide a,
#suppor_wrap.c_software .page_software a,
#suppor_wrap.c_contact .page_contact a,
.nav_wrap .nav > li a:hover {
  background: #d3514c;
}

/* Title Style */
.ttl_style01 {
  margin: 35px 0;
  padding: 7px 0 2px 12px;
  border-left: 5px solid #d3514c;
  font-weight: bold;
  font-size: 24px;
}
.ttl_style02 {
  position: relative;
  margin: 30px 0;
  padding: 4px 0 10px 15px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 19px;
  line-height: 1em;
}
.ttl_style02:after {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 5px;
  height: 20px;
  background: #7b7b7b;
  content: "";
}
.ttl_style03 {
  margin: 30px 0 25px;
  padding: 10px 15px 8px;
  border-bottom: 2px solid #ccc;
  background: #f1f1f1;
  font-weight: bold;
  font-size: 15px;
}
.ttl_style04 {
  margin: 20px 0 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 15px;
}

/* Text */
#suppor_wrap p {
  margin: 15px 0;
}

/* Download Style */
.download_style01 {
  overflow: hidden;
}
.download_style01 li {
  float: left;
  box-sizing: border-box;
  margin: 0 15px 30px;
  width: calc((100% - 120px) / 4);
}
.download_style01 li a {
  position: relative;
  display: block;
  padding: 0 0 50px;
}
.download_style01 li a .ttl {
  display: block;
  margin: 0 0 10px;
  padding: 6px 0;
  height: 47px;
  border-bottom: 1px solid #ccc;
  background: #f1f1f1;
  color: #333;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
}
.download_style01 li a .ttl.line1 {
  padding: 14px 0;
}
.download_style01 li a .img {
  display: block;
  margin: 0 auto 10px;
  width: 174px;
  height: 178px;
  text-align: center;
}
.download_style01 li a .img img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #e1e1e1;
}
.download_style01 li a .txt {
  display: block;
  color: #333;
  text-align: center;
  font-size: 12px;
}
.download_style01 li a:hover .txt {
  color: #f00;
}
.download_style01 li a:after {
  position: absolute;
  bottom: 3px;
  left: 5%;
  display: block;
  padding: 6px 10px 5px 33px;
  width: 90%;
  border-radius: 2px;
  background: url("https://www.keyence.co.jp/img/elements/btn_catalog_01.png") no-repeat 10px center #d00303;
  color: #fff;
  content: "ダウンロード";
  font-size: 12px;
}
.download_style02 {
  border-top: 1px dotted #ccc;
}
.download_style02 dt {
  padding: 10px 10px 8px;
  border-bottom: 1px dotted #ccc;
  background: #f8f8f8;
}
.download_style02 dd,
.download_style02 li {
  border-bottom: 1px dotted #ccc;
}
.download_style02 dd a,
.download_style02 li a {
  position: relative;
  display: block;
  padding: 18px 190px 16px 10px;
}
.download_style02 dd a .txt,
.download_style02 li a .txt {
  display: block;
  color: #333;
}
.download_style02 dd a:hover .txt,
.download_style02 li a:hover .txt {
  color: #f00;
}
.download_style02 dd a .cap,
.download_style02 li a .cap {
  display: block;
  margin-left: 1.5em;
  color: #333;
  text-indent: -1.5em;
  font-size: 12px;
}
.download_style02 dd a:hover .cap,
.download_style02 li a:hover .cap {
  color: #f00;
}
.download_style02 dd a:after,
.download_style02 li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -16px;
  padding: 6px 10px 5px 33px;
  width: 172px;
  border-radius: 2px;
  background: url("https://www.keyence.co.jp/img/elements/btn_catalog_01.png") no-repeat 10px center #d00303;
  color: #fff;
  content: "ダウンロード";
  font-size: 12px;
}

/* Movie List Style */
.movie_list_style01 {
  overflow: hidden;
}
.movie_list_style01 li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 60px) / 4);
}
.movie_list_style01 li:nth-child(4n) {
  margin-right: 0;
}
.movie_list_style01 li a {
  display: block;
}
.movie_list_style01 li a .img {
  margin-bottom: 10px;
}
.movie_list_style01 li a .txt {
  display: block;
  color: #333;
  font-weight: bold;
}
.movie_list_style01 li a:hover .txt {
  color: #f00;
}

/* Unique Style Top Index */
#suppor_wrap.top_index .index_nav {
  overflow: hidden;
  margin-bottom: 60px;
}
#suppor_wrap.top_index .index_nav > li {
  float: left;
  margin-right: 20px;
  width: calc((100% - 80px) / 5);
}
#suppor_wrap.top_index .index_nav > li:last-child {
  margin-right: 0;
}
#suppor_wrap.top_index .index_nav > li a {
  display: block;
  padding: 15px 0;
  height: 100%;
  border: 3px solid #d3514c;
}
#suppor_wrap.top_index .index_nav > li a .ttl {
  display: block;
  margin-bottom: 7px;
  padding: 10px 0;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
#suppor_wrap.top_index .index_nav > li a .ttl.line2 {
  padding: 0;
}
#suppor_wrap.top_index .index_nav > li a .img {
  display: block;
  margin-bottom: 7px;
  height: 89px;
  text-align: center;
}
#suppor_wrap.top_index .index_nav > li a .txt {
  display: block;
  color: #333;
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
}
#suppor_wrap.top_index .bottom_bnr {
  overflow: hidden;
}
#suppor_wrap.top_index .bottom_bnr > a {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
}
#suppor_wrap.top_index .bottom_bnr > a:nth-child(3n) {
  margin-right: 0;
}
#suppor_wrap.top_index .bottom_bnr > a > .img {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin: 3px;
  vertical-align: middle;
}
#suppor_wrap.top_index .bottom_bnr > a > .txt {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
}
#suppor_wrap.top_index .bottom_bnr > a > .txt > span {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}

/* Unique Style Contact Index */
#suppor_wrap.c_contact.p_index .contact_area {
  overflow: hidden;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box {
  float: left;
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .inner {
  height: 190px;
  border: 3px solid #7a7b7b;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box:last-child {
  margin-right: 0;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .ttl {
  margin: 0 0 10px;
  background: #7a7b7b;
  text-align: center;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .ttl span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0 14px 32px;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .ttl.icon_tel span {
  background: url("/img/support/user/vision/iv/icon_tel.png") no-repeat left center;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .ttl.icon_fax span {
  background: url("/img/support/user/vision/iv/icon_fax.png") no-repeat left center;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .ttl.icon_contact span {
  background: url("/img/support/user/vision/iv/icon_contact.png") no-repeat left center;
  padding-left: 44px;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .txt {
  display: block;
  margin: 0 0 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .tel_box {
  padding: 0 0 15px 34px;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .tel_box .tel_lead {
  margin: 0 0 5px;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .tel_box .tel_no {
  margin: 0 0 5px;
  padding-left: 30px;
  background: url("/img/support/user/vision/iv/icon_freedial.png") no-repeat left center;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  line-height: 1em;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .tel_box .tel_cap {
  margin: 0;
  text-align: left;
  font-size: 11px;
  line-height: 1em;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .tel_box .fax_sheet {
  margin: 5px 0 0;
  text-align: left;
  font-size: 12px;
  line-height: 1em;
}
#suppor_wrap.c_contact.p_index .contact_area .contact_box .contact_btn {
  display: block;
  margin: 0 18px;
  padding: 12px 0 11px;
  border-radius: 3px;
  background: #d3514c;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/* Modal Movie */
.movie_wrap {
  text-align: center;
  padding: 70px 0;
}

.movie_wrap .videoJs-outer {
  margin: 0 auto;
}