@charset "UTF-8";
/*
    muratec.net
    en-div.css
    2024.10.28
*/
/*--------------------------------------
 header
---------------------------------------*/
#header {
  border-bottom: 0;
}
#header-inner {
  height: 91px;
}
@media screen and (max-width: 768px) {
  #header-inner {
    width: 100%;
    height: 77px;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    top: 18px;
  }
}
/* header-navi */
#main_nav li.corp ul {
  position: absolute;
  top: 23px;
  left: 60px;
  height: auto;
  margin: 0;
  padding: 14px;
  background-color: #e4e4e4;
  z-index: 10;
}
#main_nav li.header-global ul {
  position: absolute;
  top: 23px;
  left: 254px;
  height: auto;
  margin: 0;
  padding: 14px;
  background-color: #e4e4e4;
  z-index: 10;
}
#main_nav li.header-global ul li {
  white-space: nowrap;
}
/* global */
.global {
  padding-top: 10px;
  background: #4c679b;
}
@media screen and (max-width: 768px) {
  .global {
    display: none;
  }
}
#localNaviArea {
  position: relative;
  background: url(../png/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: 42px;
  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: 24px;
  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.1rem;
  line-height: 1.2;
  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.1em;
  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;
}
/* SNS BUTTON */
ul.sns-navi {
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 30px;
  margin: 0;
  padding: 0;
}
ul.sns-navi li:nth-child(2) {
  margin: 0 15px;
}
ul.sp-sns-navi {
  display: flex;
  margin: 0;
  padding: 20px;
}
ul.sp-sns-navi li {
  width: auto;
  margin: 0;
  padding: 0 20px 0 0;
  border: 0 !important;
}
.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;
}
.sns-button {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .sns-button {
    width: 50px;
  }
}
#content .div-index h4 {
  font-size: 1.8rem !important;
  color: #445e85 !important;
}
.div-arrow, .div-arrow_link, .div-arrow_back {
  margin: 0;
  padding: 0;
}
.div-arrow li, .div-arrow_link li, .div-arrow_back li {
  margin-bottom: 6px;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.div-arrow li:last-child, .div-arrow_link li:last-child {
  margin-bottom: 0 !important;
}
.txt-gray {
  color: #555;
}
.td-center td {
  text-align: center;
}
.td-right td {
  text-align: right;
}
/* division index */
/* Slider */
#slide-box {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #slide-box {
    width: 100%;
    padding-top: 80px;
  }
}
#slide-inner {
  width: 1000px;
  height: 240px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #slide-inner {
    width: 100%;
    height: auto;
  }
}
.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;
  background-image: none !important;
}
@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;
  }
}
.div-index {
  width: 100%;
}
.div-link {
  width: 48%;
  padding: 20px 0;
  vertical-align: top;
  border-top: 2px solid #666;
}
.div-link p {
  margin-bottom: 10px;
}
.div-index h4, .div-index h5 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
  font-weight: 700;
  color: #212121 !important;
}
@media screen and (max-width: 768px) {
  .div-index td {
    display: block;
    width: 100%;
  }
  .div-link {
    padding: 10px 0;
  }
}
.table-div {
  width: 100%;
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .table-div {
    border-right: none;
    border-bottom: none;
  }
}
.table-div th {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  text-align: left;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f3f3f3;
}
.table-div td {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  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-div th, .table-div td {
    display: block;
    width: 100%;
    padding: 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;
  white-space: nowrap;
  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;
    line-height: 1.6;
  }
}
.global-navi li a.active {
  color: #c3c3c3;
}
span.icon_news {
  margin: 0;
  padding: 1px 8px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #96a7c9;
}
span.icon_newp {
  margin: 0;
  padding: 1px 8px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #96a7c9;
}
span.icon_ex {
  margin: 0;
  padding: 1px 8px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #96a7c9;
}
/*--------------------------------------
support
---------------------------------------*/
.btnBox {
  margin: 20px 0;
  text-align: center;
}
.btnBox input {
  margin-right: 60px;
}
.btnBox .left {
  margin: 0 20px 0 0;
}
.btnBox p {
  text-align: center;
  margin: 10px 0 0 0;
}
.input-text, .input-text_s, .text-area {
  padding: 10px 12px;
  line-height: 2;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.input-text {
  width: 100%;
}
.input-text_s {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .input-text_s {
    width: 100%;
  }
}
.text-area {
  width: 100%;
}
select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  select {
    width: 100%;
  }
}
.form-txt {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}
.mainImg {
  margin: 0 30px 0 20px;
  text-align: center;
}
p.txtA001 {
  margin: 30px 30px 15px 28px;
}
p.txtA002 {
  margin: 10px 30px 0 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .input-text, .text-area {
    width: 100%;
    padding: 10px;
  }
}
/* MT */
#mt .global-subnavi li {
  background: url("../png/mt_arrow.png") 0 0 no-repeat;
}
#mt #content {
  background: url("../gif/content-bg.gif") 20px 0 repeat-y;
}
@media screen and (max-width: 768px) {
  #mt #content {
    background-image: none;
  }
}
#mt #sideArea {
  margin-bottom: 30px;
}
#mt #sideArea ul.sidenavBg li {
  background: url("../png/mt_arrow.png") 14px 0.7em no-repeat;
}
#mt #sideArea ul.sidenavBg li.series-top {
  padding-left: 10px;
  background: none;
}
#mt #sideArea ul.sidenavBg li.series-top div {
  border: none;
}
#mt #sideArea ul.sidenavBg li.series-tit {
  padding-left: 10px;
  background: none;
}
#mt #sideArea ul.sidenavBg li.series-tit div {
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
}
#mt #sideInfoArea {
  padding: 0 10px 50px;
}
#mt #sideInfoArea li a {
  color: #1f3382;
  text-decoration: none;
}
#mt #sideInfoArea li a:link {
  color: #1f3382;
}
#mt #sideInfoArea li a:visited {
  color: #1f3382;
}
#mt #sideInfoArea li a:hover {
  color: #1f3382;
}
#mt #sideInfoArea p {
  line-height: 1.4;
}
#mt .div-arrow li {
  background: url("../png/mt_arrow.png") 0 0.4em no-repeat;
}
#mt .div-arrow.float-left li {
  float: left;
  width: 33%;
}
@media screen and (max-width: 768px) {
  #mt .div-arrow.float-left li {
    width: 50%;
  }
}
#mt .div-arrow_link li {
  background: url("../png/mt_arrow_link.png") 0 0.4em no-repeat;
}
#mt .div-arrow_back li {
  background: url("../png/mt_arrow_back.png") 0 0.4em 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 .div-content h2 {
  margin: 40px 0 30px;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #mt .div-content h2 {
    font-size: 1.5rem;
  }
}
#mt .div-content h3.h3-tit {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
#mt .div-content h4 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 700;
}
#mt .div-content ul {
  margin: 0;
  padding: 0;
}
#mt .div-content ul li {
  margin: 0 0 10px;
  padding: 0 0 0 16px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: url("../png/mt_arrow.png") 0 0.2em no-repeat;
}
#mt .news-wrap {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #mt .news-wrap {
    width: 100%;
  }
}
#mt h2.news-h2_block {
  margin: 0;
}
#mt .scroll {
  width: auto;
  height: 300px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #mt .scroll {
    width: 100%;
    height: 200px;
  }
}
#mt .link-nav {
  width: 380px;
}
#mt .banner-area {
  width: 100%;
  margin-top: 40px;
  padding: 0;
}
#mt .product-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #445e85;
}
#mt h5.product-tit {
  margin: 0 0 14px !important;
  color: #212121;
  line-height: 1.8;
}
#mt .global-navi li a {
  padding-right: 20px;
  letter-spacing: 0.04em;
}
/* SM */
#sm .global-subnavi li {
  background: url("../png/sm_arrow.png") 0 0 no-repeat;
}
#sm #content {
  background: url("../gif/content-bg.gif") 20px 0 repeat-y;
}
@media screen and (max-width: 768px) {
  #sm #content {
    background-image: none;
  }
}
#sm #sideArea {
  margin-bottom: 30px;
}
#sm #sideArea ul.sidenavBg li {
  background: url("../png/sm_arrow.png") 14px 0.7em no-repeat;
}
#sm #sideInfoArea {
  padding: 0 10px 50px;
}
#sm #sideInfoArea li a {
  color: #1f3382;
  text-decoration: none;
}
#sm #sideInfoArea li a:link {
  color: #1f3382;
}
#sm #sideInfoArea li a:visited {
  color: #1f3382;
}
#sm #sideInfoArea li a:hover {
  color: #1f3382;
}
#sm #sideInfoArea p {
  line-height: 1.4;
}
#sm .div-arrow li {
  background: url("../png/sm_arrow.png") 0 0.4em no-repeat;
}
#sm .div-arrow_link li {
  background: url("../png/sm_arrow_link.png") 0 0.4em no-repeat;
}
#sm .div-arrow_back li {
  background: url("../png/sm_arrow_back.png") 0 0.4em no-repeat;
}
#sm .link-nav ul li {
  background: url("../png/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 .news-wrap {
  width: 440px;
  margin: 0 20px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #sm .news-wrap {
    width: 100%;
  }
}
#sm .scroll {
  width: auto;
  height: 300px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #sm .scroll {
    width: 100%;
    height: 200px;
  }
}
#sm .link-nav {
  padding: 0 20px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  #sm .link-nav {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}
#sm .link-nav h3.h3-tit {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
#sm .link-nav h4 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 700;
}
#sm .banner-area {
  width: 100%;
  margin-top: 40px;
  padding: 0;
}
#sm .product-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #445e85;
  line-height: 1.2;
}
#sm h5.product-tit {
  margin: 0 0 14px !important;
  color: #445e85;
}
#sm .global-navi li a {
  padding-right: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #sm iframe {
    height: 250px;
  }
}
#sm #em {
  position: relative;
  width: 201px;
  margin: 30px 10px 0;
  padding: 0;
}
.navi-border {
  border-top: 5px solid #5a6d81 !important;
}
.css-txt {
  font-size: 2.2rem;
  letter-spacing: 0.4em;
}