<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
--------------------------------

    New Layout-module Style
    File: nt_layout.css
    Create: 2019.10.15
    Update: 

--------------------------------
*/
.page-wrap {
  width: 75%;
}

.bgindent {
  text-indent: -9999px;
}

.mgauto {
  margin: 0 auto;
  text-align: center;
}

.dblock {
  float: left;
  overflow: hidden;
  display: block;
}

.linkhover a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}

.linkhover2 a:hover img {
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  opacity: 0.9;
  zoom: 1;
}

.gen-mt45 {
  margin-top: 45px;
}

.gen-mt80 {
  margin-top: 80px;
}

/** 既存モジュールの調整
--------------------------------
--------------------------------
*/
#G-PRINT-AREA {
  margin-bottom: 70px;
}

#G-FOOTER-BANNER {
  margin-top: 0;
}

#G-MAIN-AREA.nomgn {
  margin-bottom: 0;
}

#G-TOPIC-PATH {
  margin-bottom: 0;
}

#NEW-INQUIRY-AREA {
  max-width: 690px;
  margin: 90px auto 90px;
}

/** コンテンツレイアウト
--------------------------------
--------------------------------
*/
/** 検索画面用スタイルここから */
#Product-search {
  background: url(../img/bg_search_nav.gif) 0 0 repeat-y;
}

#Product-search.flag-fullsize {
  margin: 0 !important;
  background: none;
}

#Product-search.flag-fullsize .layout-contents {
  width: 100%;
  margin-left: 0;
}

#Product-search.flag-fullsize .hdl-pagetitle {
  margin-top: 0 !important;
}

/** 検索画面用スタイルここまで */
.layout-wrap {
  width: 100%;
  margin-top: 60px;
  box-sizing: border-box;
}

.layout-wrap.clm2_contents .clm2-inner {
  display: flex;
}

.layout-wrap.line {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.layout-wrap.float {
  display: flex;
  margin-top: 0;
}

.layout-wrap.is-lock .layout-sidebar {
  overflow: auto;
  position: fixed;
  top: 70px;
  left: 0;
  height: 100vh;
  padding: 30px 0 100px 20px;
  box-sizing: border-box;
}

.layout-wrap.is-scroll_bottom .layout-sidebar {
  padding-bottom: 250px;
}

.layout-wrap.is-scroll_bottom .layout-sidebar.flag-2step {
  padding-bottom: 180px;
}

.layout-wrap.bgcolor-gray {
  margin-top: 40px;
  padding: 80px 0;
  background: #f6f6f6;
  border-top: 1px solid #e5e5e5;
}

.layout-wrap.bgcolor-gray .hdl-title {
  margin-top: 0;
}

.layout-wrap.is-fullwidth {
  width: 100%;
}

.layout-wrap.is-fullwidth.is-mgn0 {
  margin: 0;
}

.layout-wrap.is-fullwidth .layout-inner {
  width: 100%;
  max-width: 100%;
}

.layout-wrap .layout-inner {
  width: 100%;
  max-width: 1285px;
  margin: 0 auto;
  box-sizing: border-box;
}

.layout-wrap .layout-inner.mgnbox {
  margin: 0 auto 90px;
}

.layout-wrap .layout-sidebar {
  position: absolute;
  width: 304px;
  height: 100vh;
  padding: 30px 20px 0 20px;
  padding-bottom: 20px;
  background: #37393f;
  box-sizing: border-box;
}

.layout-wrap .layout-sidebar.mCustomScrollbar {
  padding-right: 0;
}

.layout-wrap .layout-contents {
  width: calc(100% - 304px);
  margin-left: 340px;
  padding: 50px 0;
  box-sizing: border-box;
}

.layout-liquid {
  width: 94%;
  margin: 0 auto 50px;
}

/*.m-richtext用*/
.layout-imgcotents {
  margin: 0 0 20px 0;
}

.layout-imgcotents .imgarea {
  text-align: center;
  box-sizing: border-box;
}

.layout-imgcotents.img-up .imgarea {
  margin-bottom: 20px;
}

.layout-imgcotents.img-down .imgarea {
  margin-top: 20px;
}

.layout-imgcotents.img-left {
  display: flex;
}

.layout-imgcotents.img-left.ai-center {
  align-items: center;
}

.layout-imgcotents.img-left .clm {
  width: 47%;
}

.layout-imgcotents.img-left .imgarea {
  margin: 0;
  padding: 20px;
}

.layout-imgcotents.img-right {
  display: flex;
}

.layout-imgcotents.img-right.ai-center {
  align-items: center;
}

.layout-imgcotents.img-right .clm {
  width: 47%;
}

.layout-imgcotents.img-right .imgarea {
  margin: 0;
  padding: 20px;
}

/** コンテンツ自体のカラムレイアウト
--------------------------------
--------------------------------
*/
/*製品詳細ページ*/
.layout-fullwidth .imgarea {
  width: 100% !important;
}

.layout-fullwidth .textarea {
  padding: 0 !important;
}

.layout-fullwidth .layout-column {
  width: 60%;
}

.clm2_contents .layout-sidebar {
  position: relative;
  height: auto;
  padding: 0;
  background: #fff;
  color: #000;
}

.clm2_contents .layout-contents {
  margin: 0 0 0 60px;
  padding: 0;
}

.clm2_contents .layout-contents .layout-wrap {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.clm2_sidenav {
  margin-top: 0;
}

.clm2_sidenav .layout-inner {
  display: flex;
}

.clm2_sidenav .layout-sidenav {
  width: 229px;
}

.clm2_sidenav .layout-contents {
  width: calc(100% - 222px);
  margin: 0 0 0 39px;
  padding: 0;
}

.clm2_sidenav .layout-contents .hdl-title:first-child {
  margin-top: 0;
}

/** カラムレイアウト
--------------------------------
--------------------------------
*/
.layout-column {
  display: flex;
  flex-wrap: wrap;
  /*業界詳細ページ用レイアウト*/
  /*In Focus*/
}

.layout-column.layout-industry_2clm {
  min-height: 440px;
}

.layout-column.layout-industry_2clm .clm {
  margin-bottom: 0;
}

.layout-column.flag-float .clm:nth-child(2n) {
  width: calc(100% - 500px);
}

.layout-column.link-boxwrap .clm .link-box {
  margin-bottom: 22px;
}

.layout-column.ai-center {
  align-items: center;
}

.layout-column .clm {
  width: 48.5%;
  margin: 0 2.5% 36px 0;
}

.layout-column .clm:nth-child(2n) {
  width: 48.5%;
  margin-right: 0;
}

.layout-column .clm.mgn80 {
  margin-bottom: 80px;
}

.layout-column .clm.mgn-10 {
  margin-top: -10px;
}

.layout-column .clm.mgn-22 {
  margin-top: -22px;
}

.layout-column .clm.mgn-l10p {
  margin-right: 1%;
}

.layout-column .clm.w400 {
  width: 400px;
  padding-right: 40px;
}

.layout-column .clm.w70p {
  width: 60%;
}

.layout-column .clm.w60p {
  width: 59%;
}

.layout-column .clm.w30p {
  width: 28%;
}

.layout-column .clm.w30p:nth-child(2n) {
  margin-right: 2%;
}

.layout-column .clm.w30p:nth-child(3n) {
  margin-right: 0;
}

.layout-column .clm.w40p {
  width: 39%;
  margin-right: 0;
}

.layout-column .clm.w48p {
  width: 48.3%;
}

.layout-column .clm.w44p {
  width: 48%;
  margin: 0 3% 36px 0;
}

.layout-column .clm.w44p:nth-child(2n) {
  margin-right: 0;
}

.layout-column .clm.w33p {
  width: 32%;
  margin-right: 1%;
}

.layout-column .clm.w33p:nth-child(2n) {
  margin-right: 1%;
}

.layout-column .clm.w33p:nth-child(3n) {
  margin-right: 0;
}

.layout-column .clm.w25p {
  width: 24%;
  margin-right: 1.2%;
}

.layout-column .clm.w25p:nth-child(2n) {
  margin-right: 1.2%;
}

.layout-column .clm.w25p:nth-child(4n) {
  margin-right: 0;
}

.layout-column .clm.w20p {
  width: 19%;
  margin-right: 1.2%;
}

.layout-column .clm.w20p:nth-child(2n) {
  margin-right: 1.2%;
}

.layout-column .clm.w20p:nth-child(5n) {
  margin-right: 0;
}

.layout-column .layout-contactbox {
  width: 100%;
  margin-bottom: 30px;
}

.layout-column .layout-contactbox .clm {
  width: 22%;
  height: 45px;
}

@media screen and (max-width: 960px) {
  .layout-column .layout-contactbox .clm {
    height: auto;
  }
}

.layout-column .layout-contactbox .clm &gt; div {
  height: 100%;
}

.layout-column .layout-contactbox .clm img {
  height: 100%;
}

@media screen and (max-width: 960px) {
  .layout-column .layout-contactbox .clm img {
    height: auto;
    width: 100%;
  }
}

.layout-column .layout-contactbox .w250 {
  width: 40%;
}

.layout-column .layout-contactbox .btn-contacts {
  width: 100%;
}

.layout-column.clm4--1 .clm {
  width: calc((100% - 60px) / 4);
}

.layout-column.clm4--1 .clm:not(:nth-of-type(4n)) {
  margin-right: 20px;
}

@media screen and (max-width: 1260px) {
  .layout-column.clm4--1 .clm {
    width: calc((100% - 40px) / 3);
  }
  .layout-column.clm4--1 .clm:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .layout-column.clm4--1 .clm:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 960px) {
  .layout-column.clm4--1 .clm {
    width: 100%;
  }
  .layout-column.clm4--1 .clm:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .layout-column.clm4--1 .clm {
    margin-bottom: 0;
  }
}

/* local navi wrap*/
.lnav-linkbox_wrap .clm {
  margin-bottom: 0;
}

.lnav-linkbox_wrap .clm.w25p {
  width: 22.42%;
  margin-right: 3.42%;
}

.lnav-linkbox_wrap .clm.w25p:nth-child(2n) {
  margin-right: 3.42%;
}

.lnav-linkbox_wrap .clm.w25p:nth-child(4n) {
  width: 22.42%;
  margin-right: 0;
}

/** width 1320px
--------------------------------
--------------------------------
*/
@media screen and (max-width: 1320px) {
  /** コンテンツレイアウト
    --------------------------------
    --------------------------------
    */
  .layout-wrap {
    padding: 0 40px;
  }
  .layout-wrap.is-fullwidth {
    padding: 0;
  }
  .layout-wrap.float {
    padding: 0;
  }
  .layout-wrap.bgcolor-gray {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/** width 960px
--------------------------------
--------------------------------
*/
@media screen and (max-width: 960px) {
  #Product-search {
    background: none;
  }
  /** コンテンツレイアウト
    --------------------------------
    --------------------------------
    */
  .layout-wrap {
    margin-top: 40px;
    padding: 0;
  }
  .layout-wrap.bgcolor-gray {
    padding-left: 0;
    padding-right: 0;
  }
  .layout-wrap {
    width: 100%;
    box-sizing: border-box;
  }
  .layout-wrap.float {
    display: flex;
  }
  .layout-wrap.bgcolor-gray {
    padding: 40px 0 80px;
    background: #f6f6f6;
    border-top: 1px solid #e5e5e5;
  }
  .layout-wrap .layout-inner {
    width: 100%;
    max-width: 1285px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .layout-wrap .layout-inner.mgnbox {
    width: 95%;
    margin: 0 auto 90px;
  }
  .layout-wrap.clm2_sidenav {
    margin-top: 0;
  }
  .layout-wrap.clm2_sidenav .layout-inner {
    display: block;
  }
  .layout-wrap.clm2_sidenav .layout-sidenav {
    width: 100%;
    margin-bottom: 30px;
    background: #ededed;
    overflow-x: auto;
  }
  .layout-wrap.clm2_sidenav .layout-contents {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .layout-wrap.clm2_sidenav .layout-contents .hdl-title:first-child {
    margin-top: 0;
  }
  .layout-wrap .layout-sidebar {
    display: none;
    overflow: auto;
    z-index: 1200;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 20px 90px;
    box-sizing: content-box;
  }
  .layout-wrap .layout-sidebar.is-active {
    display: block;
  }
  .layout-wrap .layout-sidebar .layout-inner {
    padding-bottom: 100px;
  }
  .layout-wrap .layout-contents {
    width: 100%;
    margin-left: 0;
    padding: 0 0 50px 0;
    box-sizing: border-box;
  }
  .layout-wrap .contents-wrap {
    width: 95%;
    margin: 0 auto;
  }
  .layout-wrap.clm2_contents {
    margin-top: 0;
  }
  .layout-wrap.clm2_contents .layout-contents {
    padding: 0 1%;
  }
  /*.m-richtext用*/
  .layout-imgcotents {
    margin: 0 0 20px 0;
  }
  .layout-imgcotents .imgarea {
    text-align: center;
    box-sizing: border-box;
  }
  .layout-imgcotents.img-up .imgarea {
    margin-bottom: 20px;
  }
  .layout-imgcotents.img-down .imgarea {
    margin-top: 20px;
  }
  .layout-imgcotents.img-left {
    display: block;
  }
  .layout-imgcotents.img-left .clm {
    width: 100%;
  }
  .layout-imgcotents.img-left .imgarea {
    margin: 0;
    padding: 20px;
  }
  .layout-imgcotents.img-right {
    display: block;
  }
  .layout-imgcotents.img-right .clm {
    width: 100%;
  }
  .layout-imgcotents.img-right .imgarea {
    margin: 0;
    padding: 20px;
  }
  /** カラムレイアウト
    --------------------------------
    --------------------------------
    */
  .layout-column {
    width: 98%;
    margin: 0 auto 40px;
    /*In Focus*/
  }
  .layout-column.flag-float .clm {
    width: 95% !important;
    margin: 0 auto;
    padding: 0;
  }
  .layout-column.flag-float .clm:nth-child(2n) {
    width: 95%;
    margin: 0 auto;
  }
  .layout-column.sp-clm2 {
    width: 98%;
    margin: 0;
  }
  .layout-column.sp-clm2 .clm {
    width: 49%;
    margin-left: 10px;
    margin-bottom: 0px !important;
  }
  .layout-column.sp-clm2 .clm .clm::before {
    margin-right: 0px;
  }
  .layout-column.sp-clm2 .clm.w20p {
    width: 47%;
    margin-right: 0;
  }
  .layout-column.sp-clm2 .clm.w20p::nth-child(2n) {
    margin-right: 0 impo !important;
  }
  .layout-column.sp-block .clm {
    width: 49.5%;
    margin-left: 0;
  }
  .layout-column.sp-block .clm .clm::before {
    margin-right: 10px;
  }
  .layout-column.sp-block .clm.w44p {
    width: 100%;
    margin: 0 0 36px 0;
  }
  .layout-column.sp-block .clm.w44p:nth-child(2n) {
    width: 100%;
    margin-right: 0;
  }
  .layout-column.sp-block .clm.w20p {
    width: 100%;
    margin-right: 0;
  }
  .layout-column.sp-block .clm.w20p::nth-child(2n) {
    margin-right: 0;
  }
  .layout-column .clm {
    margin-right: 5px;
  }
  .layout-column .clm.sp-w100p {
    width: 100%;
  }
  .layout-column .clm.sp-w33p {
    width: 32%;
    margin-right: 2%;
  }
  .layout-column .clm.sp-w33p:nth-child(3n) {
    margin-right: 0;
  }
  .layout-column .clm.mgn-22 {
    margin-top: 0;
  }
  .layout-column .layout-contactbox .clm {
    margin-bottom: 20px !important;
  }
  .layout-column .layout-contactbox .w250 {
    margin-bottom: 0 !important;
  }
  .layout-column .photo {
    width: 60%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout-column .photo img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}

@media (max-width: 960px) {
  body {
    min-width: auto;
  }
  .layout-wrap .layout-inner.sp-inner_space {
    width: 95%;
    margin: 0 auto;
  }
}

/** width 767px
--------------------------------
--------------------------------
*/
@media screen and (max-width: 767px) {
  .clm {
    margin-right: 4px;
  }
}

@media screen and (max-width: 640px) {
  /** コンテンツレイアウト
    --------------------------------
    --------------------------------
    */
  /** カラムレイアウト
    --------------------------------
    --------------------------------
    */
  .layout-column {
    box-sizing: border-box;
  }
  .layout-column.tb-2clm_mode .clm {
    width: 100%;
    margin: 0 !important;
  }
  .layout-column.tb-2clm_mode .clm.w44p {
    width: 100%;
    margin: 0 0 36px 0;
  }
  .layout-column.tb-2clm_mode .clm.w44p:nth-child(2n) {
    width: 100%;
    margin-right: 0;
  }
  .layout-column.tb-2clm_mode .clm.w20p {
    width: 100%;
  }
  .layout-column.tb-2clm_mode .clm.w20p::nth-child(2n) {
    margin-right: 0;
  }
  .layout-column.sp-1clm {
    width: 100%;
  }
  .layout-column.sp-1clm.lnav-linkbox_wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .layout-column.sp-1clm.mgn0auto {
    width: 95%;
    margin: 0 auto;
  }
  .layout-column.sp-1clm .clm {
    width: 100%;
    margin-right: 0;
  }
  .layout-column.sp-1clm .clm:nth-child(2n) {
    margin-right: 0;
  }
  .layout-column.sp-1clm .clm:nth-child(4n) {
    width: 100%;
    margin-right: 0;
  }
  .layout-column.sp-2clm {
    width: 100%;
    margin-bottom: 2px;
  }
  .layout-column.sp-2clm .clm {
    width: 100%;
  }
  .layout-column.sp-2clm_mode {
    width: 98%;
    margin: 0 auto;
  }
  .layout-column.sp-2clm_mode .clm {
    width: 48.2%;
    margin: 0 0 20px 0;
  }
  .layout-column.sp-2clm_mode .clm:nth-child(2n) {
    margin-left: 3%;
    margin-right: 0;
  }
  .layout-column.sp-block {
    width: 98%;
    margin: 0 auto 45px;
  }
  .layout-column.sp-block .clm {
    width: 100%;
    margin-bottom: 0;
  }
  .layout-column.sp-block .clm.sp-mgnb20 {
    margin-bottom: 20px;
  }
  .layout-column.sp-block .clm.w20p {
    width: 100%;
  }
  .layout-column.sp-block .clm.w20p::nth-child(2n) {
    margin-right: 6px;
  }
  .layout-column .clm.mgn-22 {
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  /** カラムレイアウト
    --------------------------------
    --------------------------------
    */
  .layout-column.sp-block {
    margin: 0 auto 25px;
  }
  .layout-column.sp-block .clm {
    margin-bottom: 0;
  }
  .layout-column.sp-block .clm.sp-mgnb20 {
    margin-bottom: 0px;
  }
}

.layout-boxs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0 0 0;
}

@media (max-width: 767px) {
  .layout-boxs {
    flex-wrap: wrap;
  }
}

.layout-boxs .itm {
  flex: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  border: solid 1px #e0e0e0;
  height: 130px;
}

@media (max-width: 767px) {
  .layout-boxs .itm {
    height: 150px;
  }
}

.layout-boxs .itm.w50p {
  flex: none;
  display: block;
  width: 50%;
}

.layout-boxs .itm.w50p .itm-body {
  padding: 10px 0;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .layout-boxs .itm.w50p {
    width: 100%;
  }
}

.layout-boxs .itm .itm-head {
  height: 60px;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1.4;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .layout-boxs .itm .itm-head {
    height: 80px;
  }
}

.layout-boxs .itm .itm-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-boxs .itm:not(:last-of-type) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .layout-boxs .itm:not(:last-of-type) {
    margin-right: 10px;
  }
}

.layout-itms {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.layout-itms .itm {
  box-sizing: border-box;
  width: calc((100% - 20px) /2);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e0e0e0;
}

.layout-itms .itm:not(:nth-of-type(2n)) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .layout-itms .itm:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }
}

.layout-itms .itm:not(:nth-of-type(-n + 2)) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .layout-itms .itm:not(:nth-of-type(-n + 2)) {
    margin-top: 10px;
  }
}

.layout-table-collapse {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .layout-table-collapse {
    flex-direction: column;
  }
}

.layout-table-collapse .itm {
  box-sizing: border-box;
  width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 960px) {
  .layout-table-collapse .itm {
    width: 100%;
    border-left: solid 1px #ddd;
    border-bottom: none;
    border-top: solid 1px #ddd;
  }
}

.layout-table-collapse .itm:nth-of-type(-n + 2) {
  border-top: solid 1px #ddd;
}

.layout-table-collapse .itm:not(:nth-of-type(even)) {
  border-left: solid 1px #ddd;
}

@media screen and (max-width: 960px) {
  .layout-table-collapse .itm:last-of-type {
    border-bottom: solid 1px #ddd;
  }
}

.layout-table-collapse .itm .itm-head {
  padding: 5px;
  width: 130px;
  border-right: solid 1px #ddd;
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .layout-table-collapse .itm .itm-head {
    width: 90px;
  }
}

.layout-table-collapse .itm .itm-body {
  padding: 5px;
  flex: 1;
  margin-top: 0;
}
</pre></body></html>