@charset "UTF-8";

.main_content {
  width: 1000px;
  margin: 30px auto;
}

.main_img {
  display: block;
  margin: 0 auto;
}

.startNav {
}

.startNav_ul {
  margin: 30px -10px;
}

.startNav_ul > li {
  padding: 0 10px 20px;
  width: 20%;
  float: left;
}

.startNav_ul > li > a {
  display: block;
  position: relative;
  height: 50px;
  padding: 0 10px 0 0;
  border-radius: 5px;
  background: #00adee;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.startNav_ul > li > a:hover,
.serviceNav_li > a:focus {
  opacity: 0.7;
}

.startNav_ul > li > a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

.startNav_ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 13px;
  margin-top: -8px;
  border-radius: 50%;
  background: url(../img/scanner/menu_arrow.png) no-repeat center center;
}

.serviceNav_text {
  display: inline-block;
  vertical-align: middle;
}

.banner {
  background: #edf7ff;
  margin-bottom: 25px;
  height: 100px;
  line-height: 50px;
	padding:25px;
}

h2 {
  font-size: 20px;
	margin:5px;
  text-align: center;
  font-weight: bold;
}

.movie {
  width: 620px;
  margin: 0 auto 30px;
}

.point_title {
  font-size: 16px;
  font-weight: bold;
  background: #00adee;
  color: #fff;
  padding: 5px 20px;
  margin: 0;
}

.point_inner {
  padding: 25px;
  border: 1px solid #edf7ff;
  margin-bottom: 30px;
}

.point_sub {
  color: #00adee;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.pattern {
  margin-bottom: 35px;
}

.spec {
  width: 100%;
  margin-bottom: 15px;
}

th,
td {
  border: 1px solid #b6daed;
  background: #edf7ff;
  padding: 10px 15px;
}

.products {
  text-align: center;
  font-weight: bold;
}

tr.camera_img th,
tr.camera_img td {
  background: none;
  text-align: center;
  border: none;
}

tr.blue th,
tr.blue td {
  background: #eff8ff52;
}

.spec_sub {
  margin-bottom: 40px;
}

.cad_img {
  margin: 0 auto 45px;
  text-align: center;
}

.mv {
  margin-bottom: 50px;
}
.whatsNew_item {
  display: block;
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}
.whatsNew_text {
  margin: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.whatsNew_item:after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -9px;
  width: 18px;
  height: 18px;
  background: #00adee;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.manualApply {
  margin-bottom: 50px;
}

.manualApply > a {
  display: block;
  width: 460px;
  margin: 0 auto;
  padding: 11px 0;
  border-radius: 4px;
  background: #d4251e;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.last {
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .main_content {
    width: 95%;
    margin: 20px auto;
  }
  .startNav {
    width: 100%;
    margin: 25px 0 0;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .startNav_ul {
    margin: 0 -6px 20px;
  }

  .startNav_ul > li {
    width: 50%;
    padding: 0 6px;
    margin: 0 0 12px;
  }
  .movie {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mv li {
    width: 50%;
    margin-bottom: 15px;
  }
  .whatsNew_text {
    margin: 10px 10px;
    font-size: 14px;
  }
  .whatsNew_item {
    height: inherit;
  }
  .manualApply > a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    border-radius: 3px;
    font-size: 18px;
  }
}

.main_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -90px 0 100px;
}
.main_list_box {
  width: 47%;
  margin-top: 100px;
}
.main_list_box figure img {
  display: block;
  width: 100%;
}
.main_list_box figure a:hover img {
  opacity: 0.7;
}
.main_list_tit {
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
  color: #00adee;
  line-height: 130%;
  font-weight: bold;
}
.main_list_tit span {
  font-size: 60%;
}
.main_list_box ul {
  margin: 20px 10px;
}
.main_list_box li {
  font-size: 15px;
  font-weight: bold;
}
.main_list_box .detail {
  display: flex;
  justify-content: space-between;
}
.main_list_box .detail a {
  display: block;
  width: 48%;
  border-radius: 5px;
  background: #00adee;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
}
.main_list_box .detail a:hover {
  opacity: 0.7;
}

.pageh1 {
  margin: 0 auto 5px;
  font-weight: bold;
  color: #00adee;
  text-align: center;
  line-height: 130%;
}
.pageh1 span {
  font-size: 60%;
}

.startNav_ul02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px auto;
}
.startNav_ul02 > li {
  width: 23%;
}
.startNav_ul02 > li a {
  display: block;
  position: relative;
  height: 50px;
  border-radius: 5px;
  background: #00adee;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}
.startNav_ul02 > li a:hover {
  opacity: 0.7;
}
.startNav_ul02 > li > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 13px;
  margin-top: -8px;
  border-radius: 50%;
  background: url(../img/scanner/menu_arrow.png) no-repeat center center;
}
.pageh2 {
  margin-top: 80px;
}
.pageh3 {
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.point_title02 {
  font-size: 26px;
  text-align: center;
}
.point_title02 br {
  display: none;
}
.point_inner02 p {
  margin-bottom: 30px;
  font-size: 16px;
}
.point_inner02 p.point_sub {
  font-size: 25px;
  margin-bottom: 10px;
}
.point_inner02 p.point_sub br {
  display: none;
}
.col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.col2-1 {
  width: 500px;
}
.col2-2 {
  width: calc(100% - 550px);
}
.col2-1b {
  width: 400px;
}
.col2-2b {
  width: calc(100% - 450px);
}
@media screen and (max-width: 767px) {
  .main_list {
    display: block;
    margin: -20px 0 50px;
  }
  .main_list_box {
    width: 100%;
    margin-top: 50px;
  }

  .startNav_ul02 {
    width: 95%;
    margin: 20px auto -10px;
    padding: 0;
  }
  .pageh1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 120%;
  }
  .pageh1 span {
    font-size: 55%;
  }
  .startNav_ul02 > li {
    width: 48%;
    margin-bottom: 15px;
  }
  .pageh2 {
    margin-top: 40px;
  }
  .point_title02 {
    padding: 15px 20px 12px;
    font-size: 18px;
    line-height: 140%;
  }
  .point_title02 br {
    display: block;
  }
  .point_inner02 p {
    font-size: 14px;
  }
  .point_inner02 p.point_sub {
    font-size: 20px;
    line-height: 160%;
  }
  .point_inner02 p.point_sub br {
    display: block;
  }
  .movie iframe {
    width: 100% !important;
    height: 220px !important;
  }
  .col2 {
    display: block;
  }
  .col2-1,
  .col2-1b {
    width: 100%;
    margin-bottom: 20px;
  }
  .col2-2,
  .col2-2b {
    width: 100%;
  }
}

.exocad_movie li {
  margin-bottom: 30px;
  text-align: center;
  font-size: 110%;
}
.exocad_movie li div {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding-top: 60%;
}
.exocad_movie li div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagetop {
  margin: 0 auto 40px;
  font-weight: bold;
  color: #00adee;
  text-align: center;
  line-height: 130%;
}
.pagetop span {
  font-size: 60%;
}

.fw-bold {
  font-weight: bold;
}

/* --------------
*      改行
-----------------*/

.br-pc {
  display: block;
}
.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
