@charset "UTF-8";
/*
    muratec.com.cn
    cn-div.css
    2024.04.10
*/
/*--------------------------------------
 header
---------------------------------------*/
#header {
  border-bottom: 0;
}
#header-inner {
  height: 91px;
}
@media screen and (max-width: 768px) {
  #header-inner {
    width: 100%;
    height: 76px;
  }
}
/* header-navi */
#main_nav li.corp ul {
  position: absolute;
  top: 23px;
  left: 96px;
  height: auto;
  margin: 0;
  padding: 14px;
  background-color: #e4e4e4;
  z-index: 10;
}
#main_nav li.dept ul {
  left: 168px;
}
/* global */
.global {
  padding-top: 10px;
  background: #4c679b;
}
@media screen and (max-width: 768px) {
  .global {
    display: none;
  }
}
#localNaviArea {
  position: relative;
  background: url(/common/img/ind_lnavi_bg.png) top left no-repeat;
  width: 1000px;
  height: 90px;
  margin: 0 auto;
}
#division-logo {
  position: absolute;
  top: 10px;
}
#lnaviArea, #cfa-lnaviArea, #sensor-lnaviArea {
  position: absolute;
  bottom: 8px;
  left: 245px;
}
#smallLnaviArea {
  position: absolute;
  top: 20px;
  left: 244px;
}
ul#lnaviArea, ul#cfa-lnaviArea, ul#sensor-lnaviArea, ul#smallLnaviArea {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#lnaviArea li, ul#cfa-lnaviArea li, ul#sensor-lnaviArea li, ul#smallLnaviArea li {
  margin: 0;
  padding: 0;
  float: left;
}
.global-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(to bottom, #ffffff 0%, #e7e9ea 15%, #fefefe 100%);
  border-bottom: 2px solid #444;
}
.global-logo {
  margin: 0;
  padding: 0 0 0 40px;
}
.global-navi {
  display: flex;
  position: absolute;
  top: 36px;
  left: 244px;
  margin: 0;
  padding: 0;
}
.global-navi li a {
  display: block;
  position: relative;
  padding-right: 25px;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #333;
}
.global-navi li a:hover, .global-navi li a:active {
  text-decoration: none;
}
.global-navi li a:hover::before, .global-navi li a.ac::before, .global-navi li a.active::before {
  content: '';
  width: calc(100% - 10px);
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 0;
}
.global-navi li a.ac {
  color: #c3c3c3;
}
.global-navi li span {
  display: block;
  padding-top: 6px;
  font-size: 8px;
  /*transform: scale(0.8);
  transform-origin: left top;*/
  line-height: 1;
  letter-spacing: normal;
  color: #ccc;
}
.global-subnavi {
  display: flex;
  position: absolute;
  top: 11px;
  left: 244px;
  margin: 0;
  padding: 0;
}
.global-subnavi li {
  margin-right: 12px;
  padding-left: 15px;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #333;
}
.global-subnavi li a {
  color: #333;
}
.global-subnavi li a:hover {
  color: #c3c3c3;
  text-decoration: none;
}
/* 
new global
*/
.global-wrap {
  padding-top: 10px;
  background: #4c679b;
}
@media screen and (max-width: 768px) {
  .global-wrap {
    display: none;
  }
}
.global-wrap_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.gnav-wrap {
  display: flex;
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffffff 0%, #e7e9ea 15%, #fefefe 100%);
  border-bottom: 2px solid #444;
}
.h1-logo {
  margin: 0;
  padding: 0 0 0 40px;
}
.h1-logo img {
  max-width: 140px !important;
}
.gnav-inner {
  margin: 0;
  padding: 11px 0 0 64px;
}
.gnav-sub {
  display: flex;
  margin: 0;
  padding: 0;
}
.gnav-sub li {
  margin-right: 12px;
  padding-left: 16px;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #333;
}
.gnav-sub li a {
  color: #333;
}
.gnav-sub li a:hover {
  color: #c3c3c3;
  text-decoration: none;
}
.gnav-sub li ul {
  display: none;
}
.gnav-sub li:hover ul {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, .8);
}
/*--------------------------------------
sideArea
---------------------------------------*/
#sideArea h2 {
  width: 221px;
  margin: 0;
  padding: 28px 0 18px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  background: #5b5b5b;
  border-bottom: 14px solid #5a6d81;
}
#sideArea ul {
  border-top: 0;
}
#sideArea ul li a {
  border-left: 5px solid #5a6d81;
}
/* WeChat */
ul.sns-navi {
  position: absolute;
  bottom: 15px;
  right: 30px;
  margin: 0;
  padding: 0;
}
ul.sp-sns-navi {
  margin: 0;
  padding: 0;
}
ul.sp-sns-navi li {
  margin: 0;
  padding: 20px;
  border: 0 !important;
}
ul.sns-navi li img, ul.sp-sns-navi li img {
  width: 40px;
}
.modalArea, .sp-modalArea {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg, .sp-modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.6);
}
.modalWrapper, .sp-modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 380px;
  padding: 20px;
  background-color: #fff;
}
.modalContents img, .sp-modalContents img {
  width: 100%;
}
.modalContents p, .sp-modalContents p {
  font-size: 1.3rem;
  line-height: 1.2;
}
#openModal, #sp-openModal {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  cursor: pointer;
}
#content .corp-index h4 {
  font-size: 1.8rem !important;
  color: #445e85 !important;
}
.div-arrow {
  margin: 0;
  padding: 0;
}
.div-arrow li {
  margin-bottom: 6px;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.div-arrow li:last-child {
  margin-bottom: 0;
}
.txt-gray {
  color: #555;
}
.td-center td {
  text-align: center;
}
.td-right td {
  text-align: right;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w300 {
  width: 300px;
}
.w50per {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .w100, .w150, .w200, .w300, .w50per {
    width: 100%;
  }
}
/* division index */
.pdf-icon {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #ff021c;
  border-radius: 3px;
}
.main-image {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-image {
    padding-top: 80px;
  }
}
.div-content_wrap {
  width: 90%;
}
.div-content {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .div-content {
    display: block;
    width: 90%;
  }
}
.banner-area ul {
  margin: 0;
  padding: 0;
}
.banner-area ul li {
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .banner-area ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .banner-area ul li:nth-of-type(odd) {
    margin-right: 10px;
  }
}
.table-contact {
  width: 100%;
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .table-contact {
    border-right: none;
    border-bottom: none;
  }
}
.table-contact th {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  word-break: break-all;
  text-align: left;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f3f3f3;
}
.table-contact td {
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-break: break-all;
  /*vertical-align: top;*/
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 768px) {
  .table-contact th, .table-contact td {
    display: block;
    width: 100%;
    padding: 8px;
  }
}
/* CFA */
#cfa .global-subnavi li {
  background: url("/cfa/assets/images/cfa_arrow.png") 0 0 no-repeat;
}
#cfa #sideArea ul.sidenavBg li {
  background: url("/cfa/assets/images/cfa_arrow.png") 14px 0.6em no-repeat;
}
#cfa .div-arrow li {
  background: url("/cfa/assets/images/cfa_arrow.png") 0 0.4em no-repeat;
}
#cfa .link-nav ul li {
  background: url("/cfa/assets/images/cfa_arrow.png") 0 0.2em no-repeat;
}
#cfa .global-navi li a:hover::before, #cfa .global-navi li a.ac::before, #cfa .global-navi li a.active::before {
  background-color: #38a1ca;
}
#cfa .global-navi li a.active {
  color: #c3c3c3;
}
#cfa .news-wrap {
  width: 580px;
  margin: 0;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #cfa .news-wrap {
    width: 100%;
    padding-right: 0;
  }
}
#cfa .scroll {
  width: 560px;
}
@media screen and (max-width: 768px) {
  #cfa .scroll {
    width: 100%;
    height: 200px;
  }
}
#cfa .link-nav {
  width: 420px;
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  #cfa .link-nav {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* SM */
/* slide */
.slide {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slide {
    padding-top: 80px;
    width: 100%;
  }
}
.slider {
  clear: both;
  margin: 0;
  padding: 0;
}
.slider img {
  width: 100%;
}
.slider li {
  line-height: 0;
  position: relative;
}
.slidesjs-container {
  z-index: 0;
}
#sm .global-subnavi li {
  background: url("/sm/assets/images/sm_arrow.png") 0 0 no-repeat;
}
#sm #sideArea ul.sidenavBg li {
  background: url("/sm/assets/images/sm_arrow.png") 14px 0.6em no-repeat;
}
#sm .div-arrow li {
  background: url("/sm/assets/images/sm_arrow.png") 0 0.4em no-repeat;
}
#sm .link-nav ul li {
  background: url("/sm/assets/images/sm_arrow.png") 0 0.2em no-repeat;
}
#sm .global-navi li a:hover::before, #sm .global-navi li a.ac::before, #sm .global-navi li a.active::before {
  background-color: #7ec0be;
}
#sm .global-navi li a.active {
  color: #c3c3c3;
}
#sm #sideArea {
  margin-bottom: 30px;
}
.product-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #445e85;
}
h5.product-tit {
  margin: 0 0 14px !important;
  color: #445e85;
}
.prism-player .prism-big-play-btn {
  z-index: 3 !important;
}
.prism-player .prism-cover {
  z-index: 2 !important;
}
@media screen and (max-width: 768px) {
  .prism-player {
    width: 100% !important;
    height: 280px !important;
    margin-bottom: 20px;
  }
  .prism-player .prism-info-display {
    padding: 0 !important;
  }
}
img.qr-img {
  width: 100px;
  margin-bottom: 5px;
}
/* MT */
#mt .global-subnavi li {
  background: url("/mt/assets/images/mt_arrow.png") 0 0 no-repeat;
}
#mt #sideArea ul.sidenavBg li {
  background: url("/mt/assets/images/mt_arrow.png") 14px 0.6em no-repeat;
}
#mt .div-arrow li {
  background: url("/mt/assets/images/mt_arrow.png") 0 0.4em no-repeat;
}
#mt .link-nav ul li {
  background: url("/mt/assets/images/mt_arrow.png") 0 0.2em no-repeat;
}
#mt .global-navi li a:hover::before, #mt .global-navi li a.ac::before, #mt .global-navi li a.active::before {
  background-color: #919dd7;
}
#mt .global-navi li a.active {
  color: #c3c3c3;
}
#mt h5.product-tit {
  margin: 0 0 14px !important;
  font-size: 1.6rem;
  color: #212121 !important;
}
.car-img {
  width: 180px
}
/* TM */
.products-h4 {
  margin: 0 0 20px !important;
  padding: 0 0 0 10px !important;
  font-size: 1.5rem;
  color: #212121 !important;
  border-left: #2760a8 solid 6px;
}
.sub-title {
  margin-left: 15px;
  font-size: 1.6rem;
}
#tm .global-subnavi li {
  background: url("/tm/assets/images/tm_arrow.png") 0 0 no-repeat;
}
#tm #sideArea ul.sidenavBg li {
  background: url("/tm/assets/images/tm_arrow.png") 14px 0.6em no-repeat;
}
#tm .div-arrow li {
  background: url("/tm/assets/images/tm_arrow.png") 0 0.4em no-repeat;
}
#tm .link-nav ul li {
  background: url("/tm/assets/images/tm_arrow.png") 0 0.2em no-repeat;
}
#tm .global-navi li a:hover::before, #tm .global-navi li a.ac::before, #tm .global-navi li a.active::before {
  background-color: #589bc8;
}
#tm .global-navi li a.active {
  color: #c3c3c3;
}
#tm #sideArea {
  margin-bottom: 30px;
}