@charset "UTF-8";
/*
    muratec.jp
    jp-div.css
    2025.11.23
*/
/*--------------------------------------
 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: 59px;
  /*width: 460px;*/
  height: auto;
  margin: 0;
  padding: 14px;
  background-color: #e4e4e4;
  z-index: 10;
}
#main_nav li.header-global ul {
  position: absolute;
  top: 23px;
  left: 227px;
  /*width: 200px;*/
  height: auto;
  margin: 0;
  padding: 14px;
  background-color: #e4e4e4;
  z-index: 10;
}
/* 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.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;
}
/* 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.7em 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 .link-nav {
  width: 400px;
  padding: 0 20px;
  border-right: none;
  border-left: 1px solid #e4e4e4;
}
@media screen and (max-width: 768px) {
  #cfa .link-nav {
    width: 100%;
    padding: 0;
    border-right: none;
    border-left: none;
  }
}
#cfa .news-wrap {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #cfa .news-wrap {
    width: 100%;
  }
}
#cfa .scroll {
  width: 585px;
}
@media screen and (max-width: 768px) {
  #cfa .scroll {
    width: 100%;
    height: 200px;
  }
}
#cfa .banner-area {
  width: 100%;
  margin-top: 40px;
  padding: 0;
}
#cfa h5.product-tit {
  margin: 0 0 14px !important;
  font-size: 1.6rem;
  color: #212121 !important;
}
/* MT */
#mt .global-subnavi li {
  background: url("/mt/assets/images/mt_arrow.png") 0 0 no-repeat;
}
#mt #content {
  background: url("/assets/images/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("/mt/assets/images/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("/mt/assets/images/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("/mt/assets/images/mt_arrow_link.png") 0 0.4em no-repeat;
}
#mt .div-arrow_back li {
  background: url("/mt/assets/images/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 .slick-dots {
  bottom: 0;
  padding-right: 20px;
  text-align: right;
}
#mt .slick-dots li {
  margin: 0;
}
#mt .slick-dots li button:before {
  font-size: 50px;
  color: #fff;
  opacity: 1;
}
#mt .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #005799;
}
#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 5px;
  padding: 0 0 0 16px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: url("/mt/assets/images/mt_arrow.png") 0 0.2em no-repeat;
}
#mt .div-content_left {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #mt .div-content_left {
    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 .div-content_right {
  width: 600px;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
  #mt .div-content_right {
    width: 100%;
    padding: 0;
  }
}
#mt .banner-area {
  width: 100%;
  margin-top: 40px;
  padding: 0;
}
#mt h5.product-tit {
  margin: 0 0 14px !important;
  color: #212121;
  line-height: 1.8;
}
.navi-border {
  border-top: 5px solid #5a6d81 !important;
}
.css-txt {
  font-size: 2.2rem;
  letter-spacing: 0.4em;
}
#mt .global-navi li a {
  padding-right: 20px;
  letter-spacing: 0.04em;
}
#mt ul.sns-navi {
  right: 15px;
}
#mt ul.sns-navi li:nth-child(2) {
  margin: 0 8px;
}
/* SM */
#sm .global-subnavi li {
  background: url("/sm/assets/images/sm_arrow.png") 0 0 no-repeat;
}
#sm #content {
  background: url("/assets/images/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("/sm/assets/images/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("/sm/assets/images/sm_arrow.png") 0 0.4em no-repeat;
}
#sm .div-arrow_link li {
  background: url("/sm/assets/images/sm_arrow_link.png") 0 0.4em no-repeat;
}
#sm .div-arrow_back li {
  background: url("/sm/assets/images/sm_arrow_back.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 .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: 500px;
  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;
}
#sm h5.product-tit {
  margin: 0 0 14px !important;
  color: #445e85;
}
.navi-border {
  border-top: 5px solid #5a6d81 !important;
}
.css-txt {
  font-size: 2.2rem;
  letter-spacing: 0.4em;
}
/* CE */
#ce .global-subnavi li {
  background: url("/ce/assets/images/ce_arrow.png") 0 0 no-repeat;
}
#ce #sideArea ul.sidenavBg li {
  background: url("/ce/assets/images/ce_arrow.png") 14px 0.7em no-repeat;
}
#ce .div-arrow li {
  background: url("/ce/assets/images/ce_arrow.png") 0 0.4em no-repeat;
}
#ce .link-nav ul li {
  background: url("/ced/assets/images/ce_arrow.png") 0 0.2em no-repeat;
}
#ce .global-navi li a:hover::before, #ce .global-navi li a.ac::before, #ce .global-navi li a.active::before {
  background-color: #6c9dd5;
}
.ce-footer_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #6b6b6b;
}
@media screen and (max-width: 768px) {
  .ce-footer_inner {
    width: 90%;
  }
}
.ce-footer_navi {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ce-footer_navi {
    display: block;
  }
}
.ce-footer_navi p {
  width: 230px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .ce-footer_navi p {
    margin-bottom: 15px;
  }
}
.ce-footer_navi ul {
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .ce-footer_navi ul {
    display: block;
  }
}
.ce-footer_navi ul li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 16px;
  border-right: 1px solid #e4e4e4;
  font-size: 1.2rem;
  background: url("/ce/assets/images/ce_arrow.png") 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  .ce-footer_navi ul li {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 1.3rem;
    border-right: 0;
  }
}
.ce-footer_navi ul li:last-child {
  padding-right: 0;
  border-right: none;
}
/* FS */
#fs .global-subnavi li {
  background: url("/fs/assets/images/fs_arrow.png") 0 0 no-repeat;
}
#fs #sideArea ul.sidenavBg li {
  background: url("/fs/assets/images/fs_arrow.png") 14px 0.7em no-repeat;
}
#fs .div-arrow li {
  background: url("/fs/assets/images/fs_arrow.png") 0 0.4em no-repeat;
}
#fs .link-nav ul li {
  background: url("/fs/assets/images/fs_arrow.png") 0 0.2em no-repeat;
}
#fs .global-navi li a:hover::before, #fs .global-navi li a.ac::before, #fs .global-navi li a.active::before {
  background-color: #5978be;
}
/* catalog download */
.btn-catalog_download {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  padding: 30px;
  font-size: 2rem;
  text-align: center;
  border-radius: 10px;
  background: #536797;
  transition: all .4s ease-in;
}
@media screen and (max-width: 768px) {
  .btn-catalog_download {
    margin: 30px 0;
    font-size: 1.8rem;
  }
}
.btn-catalog_download:hover {
  color: #536797;
  background: #fff;
}
.btn-catalog_download::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 72px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 992px) {
  .btn-catalog_download::after {
    right: 20px;
  }
}
.btn-catalog_download:hover::after {
  border-top: 2px solid #536797;
  border-right: 2px solid #536797;
}
a.btn-catalog_download {
  color: #fff;
  font-weight: 500;
}