@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　product
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sec-recommend-wrap {
  margin-top: 60px;
  border-top: 1px solid #f2f3f5;
  border-bottom: 1px solid #d1d7dc;
}

.recommend-detail {
  margin-top: 0;
  border-bottom: 0;
}

.sec-recommend {
  margin: 0 auto;
  padding: 20px 0;
  width: 980px;
  overflow: hidden;
  position: relative;
}

.sec-recommend .green {
  border-color: #57b53c;
  color: #57b53c;
}

.sec-recommend .red {
  border-color: #b53c3c;
  color: #b53c3c;
}

.sec-recommend .orange {
  border-color: #EB5505;
  color: #EB5505;
}

.sec-recommend .blue {
  border-color: blue;
  color: blue;
}

.sec-recommend > img {
  float: right;
}

.sec-recommend h4 {
  margin-top: 60px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.sec-recommend h4 .min {
  margin-top: 3px;
  display: block;
  font-size: 20px;
}

.sec-recommend h4 span {
  display: inline-block;
}

.sec-recommend h4 .sub {
  margin-bottom: 8px;
  font-size: 25px;
}

.sec-recommend h4 .main {
  font-size: 35px;
}

.sec-recommend ul {
  margin-top: 20px;
  font-size: 0;
}

.sec-recommend ul li {
  display: inline-block;
  margin-left: 10px;
  border: 2px solid;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  text-align: center;
  vertical-align: top;
}

.sec-recommend ul li:first-child {
  margin-left: 0;
}

.sec-recommend ul li:before {
  content: "";
  display: inline-block;
  height: 74px;
  vertical-align: middle;
}

.sec-recommend ul li span {
  display: inline-block;
  vertical-align: middle;
}

.sec-recommend ul .line_1 {
  font-size: 18px;
}

.sec-recommend ul .line_2 {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.sec-recommend ul .line_3 {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.sec-recommend .recommend-anno {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.sec-product-index {
  margin-top: 80px;
  padding: 80px 0;
}

.sec-product-index ul {
  margin: 0 auto;
  font-size: 0;
  width: 980px;
}

.sec-product-index ul li {
  margin: 0 0 40px 20px;
  width: 230px;
  display: inline-block;
  vertical-align: top;
}

.sec-product-index ul li:nth-child(4n+1) {
  margin-left: 0;
}

.sec-product-index ul li a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sec-product-index ul li a:hover {
  opacity: 0.7;
}

.sec-product-index ul li a img {
  border: 1px solid #e3e6ec;
}

.sec-product-index ul li dl {
  padding-top: 17px;
}

.sec-product-index ul li dl dt {
  font-size: 16px;
  line-height: 1.45;
}

.sec-product-index ul li dl dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.sec-product-index h5 {
  text-align: center;
  font-weight: normal;
  font-size: 11px;
}

.sec-product-index h5 span {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Noto Sans", Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  color: #222528;
}

.sec-product-index .new_device figure,
.sec-product-index .exit_device figure {
  position: relative;
}

.sec-product-index .new_device .new-icon,
.sec-product-index .exit_device .exit-icon {
  display: block;
  border-radius: 50%;
  border: 2px solid;
  width: 38px;
  height: 38px;
  z-index: 1;
  text-align: center;
  position: absolute;
  bottom: 12px;
  right: 10px;
}

.sec-product-index .new_device .new-icon:before,
.sec-product-index .exit_device .exit-icon:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.sec-product-index .new_device .new-icon span,
.sec-product-index .exit_device .exit-icon span {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: bold;
}

.sec-product-index .new_device .new-icon {
  border-color: #d36f6f;
  color: #b53c3c;
}

.sec-product-index .new_device .exit-icon {
  border-color: #a3afba;
  color: #63696f;
}

.sec-recommend-wrap .news {
  background-color: #35cdd8;
}

.sec-recommend-wrap .news p {
  margin: 0 auto;
  padding: 7px 0;
  width: 980px;
}

.sec-recommend-wrap .news p a {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 0;
  position: relative;
}

.sec-recommend-wrap .news p a:after {
  content: "";
  display: block;
  width: 95%;
  position: absolute;
  right: 0;
  bottom: 3px;
}

.sec-recommend-wrap .news p a:hover:after {
  border-bottom: 1px solid #fff;
}

.sec-recommend-wrap .news p img {
  margin-right: 20px;
  vertical-align: middle;
}

.sec-recommend-wrap .news p span {
  display: inline-block;
  vertical-align: middle;
}

#sec-product-index-device {
  background-color: #f9fafb;
}

#sec-product-index-products {
  background-color: #f4f5f7;
}

.back-page {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 14px;
  color: #475A72;
}

#sec-product-device {
  background-color: #F2F3F5;
}

.sec-product-device .sec-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 70px;
}

.product-device-img {
  float: left;
  width: 360px;
  margin-right: 55px;
}

.product-device-title {
  font-weight: normal;
  font-size: 11px;
}

.product-device-title span {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Noto Sans", Verdana, sans-serif;
  font-weight: 400;
  color: #222528;
  padding-right: 0.5em;
}

.product-device-title2 {
  font-size: 30px;
  line-height: 1.6;
  font-weight: normal;
  margin: 30px 0;
}

.product-device-txt {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.875;
}

.product-device-outline-title {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  color: #57b53c;
}

.product-device-outline-title-2 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 80px;
}

.product-device-outlines {
  overflow: hidden;
  text-align: center;
  margin: 60px 0 85px 0;
}

.product-device-outlines li {
  display: inline-block;
  text-align: left;
  width: 360px;
  margin: 0 30px;
}

.product-device-outlines li p {
  margin-top: 20px;
}

.product-device-outlines-summary li {
  display: table;
  margin-bottom: 50px;
}

.product-device-outlines-summary h5,
.product-device-outlines-summary p {
  display: table-cell;
  color: #222528;
}

.product-device-outlines-summary h5 {
  width: 290px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.66;
}

.product-device-outlines-summary p {
  width: 640px;
  border-left: 2px solid #D4DADE;
  padding-left: 30px;
  line-height: 1.875;
}

.product-device-nav {
  background-color: #E9ECEF;
  padding: 28px 0;
  margin-bottom: 65px;
}

.product-device-nav ul {
  width: 980px;
  margin: 0 auto;
  display: table;
}

.product-device-nav li {
  display: table-cell;
}

.product-device-nav ul a {
  color: #475A72;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  width: 200px;
  box-sizing: border-box;
  border: 1px solid #E9ECEF;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 10px;
}

.product-device-nav ul a:hover {
  border: 1px solid #475A72;
}

.product-device-link a.btn.btn-l {
  width: 460px;
}

/* new-page */
.in-page-nav {
  width: 100%;
  border-bottom: 1px solid #a3afba;
  background-color: #f6f7f9;
  position: absolute;
  font-size: 0;
  text-align: left;
}

.fix-menu {
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 500;
}

.in-page-nav ul {
  margin: 0 auto;
  max-width: 980px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  position: relative;
}

.in-page-nav li {
  display: inline-block;
  padding: 20px 26px;
  font-size: 16px;
}

.in-page-nav li.back {
  margin-right: 40px;
  background-color: #e6e9ed;
}

.in-page-nav .under-line {
  display: block;
  height: 3px;
  background-color: #a3afba;
  position: absolute;
  width: 50px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  z-index: 1;
}

.in-page-nav .left-allow,
.in-page-nav .right-allow {
  display: none;
}

.sec-new-product-device {
  padding: 120px 0 60px;
  background-color: #f2f3f5;
}

.sec-new-product-device h6 {
  font-size: 18px;
  font-weight: normal;
}

.sec-new-product-device .sec-inner {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
}

.sec-new-product-device h5 {
  margin-bottom: 60px;
}

.sec-new-product-device .overview-img-area {
  float: left;
}

.sec-new-product-device .overview-img-area .view {
  background-color: #fff;
  width: 470px;
  height: 460px;
}

.sec-new-product-device .overview-img-area .view_btn {
  width: 480px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  margin-top: 20px;
}

.sec-new-product-device .overview-img-area .view_btn li {
  border: 2px solid transparent;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  object-fit: cover;
  object-position: center;
}

.sec-new-product-device .overview-img-area .view_btn li:hover {
  opacity: 0.7;
}

.sec-new-product-device .overview-img-area .view_btn .swiper-slide-thumb-active {
  border: 2px solid #486176;
}

.sec-new-product-device .overview-img-area .view_btn li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec-new-product-device .overview-txt-area {
  width: 470px;
  float: right;
  padding-top: 20px;
}

.sec-new-product-device .overview-txt-area h3 {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: normal;
}

.sec-new-product-device .overview-txt-area .top_txt {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 20px;
}

.sec-new-product-device .overview-txt-area .bottom_txt {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.sec-new-product-device .overview-txt-area .interface {
  margin-top: 35px;
}

.sec-new-product-device .overview-txt-area .interface ul {
  font-size: 0;
  margin-top: 27px;
}

.sec-new-product-device .overview-txt-area .interface ul li {
  display: inline-block;
  margin: 0 0 10px 10px;
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: #4d5963;
  text-align: center;
  vertical-align: top;
}
.sec-new-product-device .overview-txt-area .interface ul li:nth-child(6n+1) {
  margin-left: 0;
}
.sec-new-product-device .overview-txt-area .interface ul .line-1 {
  font-size: 12px;
}
.sec-new-product-device .overview-txt-area .interface ul .line-2 {
  font-size: 11px;
}
.sec-new-product-device .overview-txt-area .interface ul .line-3 {
  font-size: 10px;
}
.sec-new-product-device .overview-txt-area .interface ul li:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.sec-new-product-device .overview-txt-area .interface ul li span {
  display: inline-block;
  vertical-align: middle;
}
.sec-new-product-device .overview-txt-area .app {
  margin-top: 20px;
}
.sec-new-product-device .overview-txt-area .app p {
  margin-top: 35px;
}
.sec-new-product-device .overview-txt-area .app p img,
.sec-new-product-device .overview-txt-area .app p span {
  display: inline-block;
  vertical-align: middle;
}
.sec-new-product-device .overview-txt-area .app p span {
  margin-left: 10px;
  letter-spacing: 0.05em;
}
.sec-new-product-device .overview-system-area {
  padding: 60px 0;
  text-align: center;
  clear: both;
}
.sec-new-product-device .overview-system-area h6 {
  margin-bottom: 30px;
}
.sec-new-product-device .icon {
  background-image: url(../../common/images/arrow_b.png);
  width: 25px;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
.sec-new-feature-device {
  padding-top: 70px;
}
.sec-new-feature-device .sec-inner {
  margin: 0 auto;
  width: 980px;
}
.sec-new-feature-device .sec-inner h5 {
  margin-bottom: 60px;
}
.sec-new-feature-device .sec-inner ul {
  font-size: 0;
}
.sec-new-feature-device .sec-inner li {
  vertical-align: top;
  display: inline-block;
  margin: 0 0 40px 40px;
  border-top: 2px solid #cad1d7;
  padding: 28px;
  width: 470px;
  background-color: #f8f9fa;
  box-sizing: border-box;
}
.sec-new-feature-device .sec-inner li dt {
  margin-bottom: 15px;
  min-height: 50px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.sec-new-feature-device .sec-inner li dt.col_1 {
  min-height: 0;
}
.sec-new-feature-device .sec-inner li dd {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.sec-new-feature-device .sec-inner li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-new-manegement-device {
  padding-top: 30px;
}
.sec-new-config-device {
  padding: 30px 0 15px;
}
.sec-new-manegement-device .sec-inner,
.sec-new-config-device .sec-inner {
  margin: 0 auto;
  width: 980px;
}
.sec-new-manegement-device h5,
.sec-new-config-device h5 {
  margin-bottom: 55px;
}
.product-modal-list {
  font-size: 0;
}
.product-modal-list li {
  display: inline-block;
  width: 230px;
  margin: 0 0 40px 20px;
  vertical-align: top;
}
.product-modal-list li:nth-child(4n+1) {
  margin-left: 0;
}
.product-modal-list li a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-modal-list li a img {
  border: 1px solid #E4E4E6;
  box-sizing: border-box;
}
.product-modal-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.product-modal-list li a > p {
  font-size: 16px;
  margin-top: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.sec-new-dimensions-device {
  padding: 70px 0;
  text-align: center;
  background-color: #f2f3f5;
}
.sec-new-dimensions-device .sec-inner {
  margin: 0 auto;
  width: 980px;
}
.sec-new-dimensions-device h5 {
  margin-bottom: 55px;
}
.sec-new-dimensions-device img {
  margin-bottom: 45px;
}
.sec-new-spec-device {
  padding: 70px 0;
}
.sec-new-spec-device h5 {
  margin-bottom: 55px;
}
.sec-new-spec-device .sec-inner {
  margin: 0 auto;
  width: 980px;
}
.sec-new-spec-device .ta {
  overflow: hidden;
}
.sec-new-spec-device .ta table {
  margin: 0 auto;
  width: 980px;
}
.sec-new-spec-device .ta table .top,
.sec-new-spec-device .ta table .left {
  text-align: center;
  font-weight: normal;
  background-color: #f2f3f5;
}
.sec-new-spec-device .ta table.col3 .left_in,
.sec-new-spec-device .ta table.col2 .left_in {
  background-color: #f2f3f5;
}
.sec-new-spec-device .ta table .left_in {
  text-align: center;
}
.sec-new-spec-device .ta table .td2x {
  width: 200px;
}
.sec-new-spec-device .ta table .td28x {
  width: 280px;
}
.sec-new-spec-device .ta table .td15x {
  width: 150px;
}
.sec-new-spec-device .ta table th,
.sec-new-spec-device .ta table td {
  border: 1px solid #d1d7dc;
  height: 38px;
  vertical-align: middle;
  font-size: 13px;
  box-sizing: border-box;
}
.sec-new-spec-device .ta table .top {
  border-bottom: 2px solid #d1d7dc;
}
.sec-new-spec-device .ta table td {
  padding: 5px 15px;
}
.sec-new-spec-device .ta .anno {
  margin-top: 15px;
  font-size: 13px;
  text-align: left;
}
.sec-new-spec-device .ta .anno + table {
  margin-top: 30px;
}
.sec-new-download-device {
  padding: 65px 0 80px;
  background-color: #486176;
}
.sec-new-download-device .sec-inner {
  margin: 0 auto;
  width: 980px;
}
.sec-new-download-device h5 {
  margin-bottom: 35px;
  color: #ffffff;
}
.sec-new-download-device ul {
  font-size: 0;
}
.sec-new-download-device li {
  margin: 0 0 20px 40px;
  width: 470px;
  font-size: 16px;
  display: inline-block;
}
.sec-new-download-device li a {
  background-color: #ffffff;
}
.sec-new-download-device li:nth-child(2n+1) {
  margin-left: 0;
}
.sec-new-dimensions-device .icon,
.sec-new-download-device .icon {
  background-image: url(../images/icon_down.png);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

/* modal_wrap */
.modal_wrap {
  position: fixed;
  display: none;
  z-index: 2;
  width: 70%;
  max-width: 800px;
  margin: 0;
  background: #fff;
  z-index: 2500;
}
.modal_wrap .modal_img {
  text-align: center;
  background-color: #dadada;
}
.modal_wrap .modal_img img {
  max-width: 100%;
  width: auto;
  max-height: 600px;
}
.modal_wrap p {
  padding: 27px 80px 25px 25px;
  line-height: 1.6;
  font-size: 16px;
}
.modal-overlay {
  z-index: 2000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-open:hover {
  text-decoration: underline;
  cursor: pointer;
}
.modal-close {
  padding: 0 !important;
  text-decoration: underline;
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal-close span {
  display: block;
}
.modal-close:before,
.modal-close:after {
  content: "";
  display: block;
  margin: auto;
  width: 50px;
  height: 3px;
  background-color: #4d5963;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.modal-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
  width: 60px;
}
.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

/* 2017 update */
.sec-product-matrix {
  background-color: #f4f5f7;
  border-top: solid 1px #dadfe4;
  border-bottom: solid 1px #dadfe4;
}
.sec-product-matrix .sec-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec-product-matrix h4 {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  font-family: "mplus-1c-light", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sec-product-matrix .tbl-wrap {
  margin-top: 30px;
}
.sec-product-matrix table {
  width: 100%;
}
.sec-product-matrix table th {
  background-color: #f2f4f6;
}
.sec-product-matrix table th, .sec-product-matrix table td {
  box-sizing: border-box;
  padding: .5em 1em;
  border: solid 1px #c3cbd1;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
}
.sec-product-matrix table th a, .sec-product-matrix table td a {
  color: #57b53c;
}
.sec-product-matrix table th a:hover, .sec-product-matrix table td a:hover {
  text-decoration: underline;
}
.sec-product-matrix table thead th {
  vertical-align: middle;
  padding-top: 1em;
  padding-bottom: 1em;
}
.sec-product-matrix table thead th:nth-of-type(1), .sec-product-matrix table thead th:nth-of-type(2) {
  text-align: left;
}
.sec-product-matrix table thead th:nth-of-type(1) {
  width: 130px;
}
.sec-product-matrix table thead th:nth-of-type(2) {
  width: auto;
}
.sec-product-matrix table thead th:nth-last-of-type(-n+9) {
  width: 70px;
  padding-left: 0;
  padding-right: 0;
}
.sec-product-matrix table tbody th {
  text-align: left;
}
.sec-product-matrix table tbody tr:nth-of-type(odd) td {
  background-color: #ffffff;
}
.sec-product-matrix table tbody td:nth-last-of-type(-n+9) {
  text-align: center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　wmc-sensor
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.wmc-sensor .sec-product-matrix h3 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
.wmc-sensor .sec-product-matrix table tbody tr:nth-of-type(odd) th {
  background-color: #ffffff;
}
.wmc-sensor .sec-product-matrix table thead th:nth-last-of-type(-n+9) {
  width: auto;
}
.wmc-sensor .sec-product-matrix table thead th {
	padding: 1em 5px 1em 5px;
}
.wmc-sensor .sec-product-matrix table thead th:nth-of-type(1) {
  padding-left: 1em;
}
.wmc-sensor .sec-product-matrix table th {
  font-size: 14px;
}
.wmc-sensor .sec-product-matrix table td {
	font-size: 16px;
	text-align: center;
}
.wmc-sensor .sec-product-matrix table tr.tdf_s td {
	font-size: 14px;
}
.sec-sensor {
    background-color: #ffffff;
    padding: 0 0 60px 0;
}
.sec-sensor .sec-inner {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
}
.sec-sensor h3 {
	font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 60px;
}
.sec-sensor h3 span {
	font-size: 16px;
	margin-left: 10px;
}
.sec-sensor .overview-img-area {
  float: left;
}
.sec-sensor .overview-txt-area {
  width: 470px;
  float: right;
  padding-top: 20px;
  padding-left: 40px;
}
.sensor-spec {
	overflow: hidden;
}
.sensor-spec table {
	margin: 0 auto;
	width: 470px;
}
.sensor-spec table th,
.sensor-spec table td {
	padding: 5px 15px;
	border: 1px solid #d1d7dc;
  box-sizing: border-box;
  font-size: 13px;
  height: 38px;
  vertical-align: middle;
  max-height: 100%;
}
.sensor-spec table th {
	width: 167px;
	background-color: #f2f3f5;
  font-weight: normal;
  text-align: center;
}
.sensor-spec .anno {
  font-size: 13px;
  margin-top: 15px;
  text-align: left;
  padding-left: 2em;
  text-indent: -2em;
}
.sensor-lineup {
	overflow: hidden;
	padding-top: 80px;
}
.sec-new-product-device .btn_product_ex i,
.sec-new-spec-device .btn_product_ex i {
	background-image: url(../../common/images/icon_sprite@2x.png);
	width: 8px;
	background-position: -44px -55px;
	background-size: 140px auto;
	top: 2px;
}
.sec-new-product-device .btn_product_ex:hover i.icon-blank,
.sec-new-spec-device .btn_product_ex:hover i.icon-blank {
	background-position: -44px -66px;
}
.btn_product_ex a.btn.btn-l {
	width: 100%;
}
.btn_product_ex {
	margin-top: 40px;
}
.btn_product_ex a.btn.btn-l.btn-spec {
	width: 460px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　wmc-700 比較表
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.com_wmc-700 {
	width: 980px;
	background-color: #f2f3f5;
	padding: 55px 0;
	margin-bottom: 55px;
}
.com_wmc-700 h6 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.com_wmc-700 ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
	-webkit-box-pack: center;
      -ms-flex-pack: center;
      		justify-content: center;
}
.com_wmc-700 ul li {
	width: 250px;
	background-color: #ffffff;
	padding: 30px 20px;
	margin-left: 30px;
}
.com_wmc-700 ul li dl dt {
	margin-top: 30px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
.com_wmc-700 ul li dl dd {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.com_wmc-700 img {
	max-width: 100%;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　クラウドロガーLTE Microsoft Azure Certified
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sec-new-product-device .overview-txt-area .bottom_txt .logo_mac {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-top: 20px;
}
.sec-new-product-device .overview-txt-area .logo_mac img {
	min-width: 50px;
}
.sec-new-product-device .overview-txt-area .logo_mac .mac_txt {
	padding-left: 10px;
	width: auto;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　MRM-900
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.pickup-product {
  margin-top: 4rem;
}

.pickup-product .inner {
  width: 980px;
  margin: 0 auto;
}

.pickup-product .contents-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.pickup-product .product-image {
  width: 48%;
  border: 1px solid #e3e6ec;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.pickup-product .product-image:hover {
  opacity: 0.7;
}

.pickup-product .product-text {
  width: 48%;
}

.pickup-product .product-text h3 {
  font-size: 28px;
  line-height: 1.6;
  color: #222528;
}

.pickup-product .product-text p {
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  margin-top: 1rem;
}

.pickup-product .product-text .flex-btn {
  display: flex;
  justify-content: space-between;
}

.pickup-product .product-text .com-btn {
  display: block;
  width: 48%;
  margin: 0;
  margin-top: 1.5rem;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　HLP-200
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.spec-link{
  color: #57b53c;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　20201217
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.notes-1 {
  font-size: 12px;
  margin-top: 16px;
}
.notes-small {
  font-size: 12px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　20211223
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.specification-tabel-box tbody tr th {
  background-color: #f2f3f5;
}
.iot-01 .sec-inner,
.iot-02 .sec-inner,
.iot-03 .sec-inner,
.iot-04 .sec-inner,
.iot-05 .sec-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}
.iot-02 {
  background-color: #f6f7f9;
}
.iot-04,
.iot-05 {
  border-top: solid 1px #dadfe4;
}
.iot-01 h3,
.iot-02 h3,
.iot-03 h3,
.iot-04 h3,
.iot-05 h3 {
  font-family: "mplus-1c-light", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #222528;
}
.iot-01 h4,
.iot-02 h4,
.iot-03 h4,
.iot-04 h4,
.iot-05 h4 {
  margin-top: 10px;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #222528;
}
.iot-01 .txt-copy,
.iot-02 .txt-copy,
.iot-03 .txt-copy,
.iot-04 .txt-copy,
.iot-05 .txt-copy {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
}
.dot-title {
  margin-top: 60px;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 20px;
  color: #222528;
  margin-bottom: 10px;
  color: #222528;
  border-bottom: dotted 2px #222528;
}
.dot-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.875;
}
.bg-title {
  font-family: "mplus-1c-light", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #222528;
  background-color: #e2e4eb;
  padding: .5em .75em;
}
.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}
.col2 > * {
  width: calc(50% - 20px);
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.iot-01 .sec-inner {
  padding-top: 0;
}
.iot-01 h3 {
  font-size: 42px;
}
.iot-01 .txt-copy {
  margin-top: 40px;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.875;
}
.iot-01 .txt-copy02 {
    margin-top: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
}
.iot-01 h4 {
  font-size: 28px;
  font-family: "mplus-1c-light", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.iot-01 ul {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.iot-01 ul li {
  box-sizing: border-box;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-top: 90px;
  position: relative;
}
.iot-01 ul li:before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-size: auto 100%;
  background-image: url(../images/icons-01.png);
}
.iot-01 ul li:nth-of-type(2):before {
  background-position: -100% 0;
}
.iot-01 ul li:nth-of-type(3):before {
  background-position: -200% 0;
}
.iot-01 ul li:nth-of-type(4):before {
  background-position: -300% 0;
}
.iot-01 ul li:nth-of-type(5):before {
  background-position: -400% 0;
}
.iot-01 ul li dt {
  font-family: "mplus-1c-light", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #222528;
}
.iot-01 ul li dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.875;
}
.iot-01 figure {
  margin-top: 60px;
}

.iot-02 h3 {
  font-size: 28px;
}
.iot-02 figure {
  margin-top: 40px;
}

.iot-03 .ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -1px;
}
.iot-03 .ph > * {
  width: calc(100% / 3 - 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}
.iot-03 figure {
  margin-top: 40px;
}

.iot-04 .partner li {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.iot-04 .partner li.align-t {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.iot-04 .partner li > figure {
  width: 190px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.iot-04 .partner li > span {
  width: calc(100% - 200px);
}
.iot-04 .partner li > p {
  width: 100%;
  margin-top: 10px;
}
.iot-04 .service {
  padding: 30px;
  background-color: #f0f1f5;
}
.iot-04 .service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -1px;
}
.iot-04 .service ul li {
  width: calc(100% / 3 - 15px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 15px;
}
.iot-04 .service ul li p {
  margin-top: 10px;
}
.iot-04 .btm {
  text-align: center;
}

.iot-05 figure {
  background-color: #eeeff3;
  text-align: center;
}
/***** edge-ai *****/
.youtube-box {
  display: flex;
  width: 100%;
}
.edge-ai-youtube-o {
	width: 100%;
	text-align: center;
}
.edge-ai-youtube {
  margin: 30px 16px;
  width: 50%;
}
.edge-ai-youtube .youtube-title {
  margin-top: 16px;
  font-family: "mplus-1c-light", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  color: #222528;
}
.edge-ai-youtube .youtube-text {
  margin-top: 16px;
  text-align: justify;
  font-size: 14px;
  line-height: 1.875;
}
.poc-set{
  text-align: center;
}

.edge-ai-scene figure {
	margin-top: 60px;
}
.edge-ai-title {
	padding-top: 160px;
}
.edge-ai-notes {
	text-align: left;
	margin-top: 32px;
  font-size: 12px;
  line-height: 1.7;
  margin-left: 60px;
}
.edge-ai-link {
  text-align: center;
  margin-top: 32px;
}
.edgeai-aibox {
  background-color: #f6f7f9;
}
.edgeai-aibox .sec-inner {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.edgeai-aibox .sec-inner h3 {
  font-family: "mplus-1c-light", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
.edgeai-aibox .sec-inner figure {
  width: 74%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.edgeai-aibox .sec-inner .dot-text {
  text-align: center;
}

/***** edge-ai spec *****/
.sec-new-spec-device {
	padding: 80px 0 0 0;
}
.sec-new-spec-device .sec-inner {
  margin: 0 auto;
  width: 980px;
}
.sec-new-spec-device h3 {
	font-size: 28px;
}
.sec-new-spec-device .ta {
  overflow: hidden;
  margin-top: 40px;
}
.sec-new-spec-device .ta table {
  margin: 0 auto;
  width: 980px;
  display: table;
  margin-bottom: 120px;
}
.sec-new-spec-device .ta .mb-1 {
  margin-bottom: 1rem;
}
.sec-new-spec-device .ta table .top,
.sec-new-spec-device .ta table .left {
  text-align: center;
  font-weight: normal;
  background-color: #f2f3f5;
}
.sec-new-spec-device .ta table td {
	background-color: #ffffff;
}
.sec-new-spec-device .ta table td.left_in {
  background-color: #f2f3f5;
}
.sec-new-spec-device .ta table .left_in {
  text-align: center;
}
.sec-new-spec-device .ta table th,
.sec-new-spec-device .ta table td {
  border: 1px solid #d1d7dc;
  height: 38px;
  vertical-align: middle;
  font-size: 13px;
  box-sizing: border-box;
}
.sec-new-spec-device .ta table td {
  padding: 5px 15px;
}
.sec-new-spec-device .ta table .center {
  text-align: center;
}
.sec-new-spec-device .ta .anno {
  margin-top: 15px;
  font-size: 13px;
  text-align: left;
}
.sec-new-spec-device .ta .anno + table {
  margin-top: 30px;
}
.sec-new-spec-device .ta .manual-link a {
  color: #68bb50;
}
.sec-new-spec-device .ta .manual-link a:hover {
  text-decoration: underline;
}

/***** lpwa *****/
.sec-lpwa figure {
	text-align: center;
}
.sec-lpwa .iot-01 figure {
	margin: 60px 0;
}
.iot-02 h3.h3-l,
.iot-03 h3.h3-l {
	font-size: 28px;
  line-height: 1.4;
}
.iot-02 .txt-l,
.iot-03 .txt-l {
  margin-top: 40px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.875;
}
.iot-03 h3 span {
	font-size: 16px;
	font-family: "Noto Sans", Verdana, sans-serif;
	font-weight: 400;
	text-align: center;
	color: #57b53c;
}
.lpwa-spec-link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
}

.lpwa-spec-link div {
	margin: 0 30px;
}

.lpwa-spec-link div .box-btn {
	margin: 0;
}

.lpwa-spec-link div .box-btn a {
	width: 360px;
}

.lpwa-spec-link div .box-btn a i {
	right: -10px;
}
.lpwa-case-number {
	margin-top: 100px;
}
.aitell-img {
  width: 74%;
  margin: 0 auto;
  display: flex;
}
.aitell-link {
  text-align: center;
  margin: 30px 0 0 0;
}
.aitell-box {
  margin-bottom: 120px;
}
.aitell-box figure {
  text-align: center;
}
.aitell-box .box-btn {
  text-align: center;
  margin: 30px 0 0;
}
.sec-new-attention .sec-inner {
  margin: 0 auto;
  margin-top: 1rem;
  width: 980px;
}
