@charset "UTF-8";

/*** CSS Document ********************************************
  20190903
  商品一覧 & 商品カテゴリTOP
*************************************************************/
.nbsc_productsTbl tbody td .nbsc_maru:before,
.nbsc_productsBlock-header .nbsc_topBtn:before,
.nbsc_productsBlock .nbsc_productsCase>li>a:before,
.nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_catalogue span:before,
.nbsc_productsSsacImg .nbsc_btnList li a:before,
.category-list_main li a:before,
.category-list_sub li a:before {
  display: inline-block;
  font-family: "nbsc";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {

  .nbsc_productsPage .nbsc_contentsBody,
  .nbsc_productsCategoryPage .nbsc_contentsBody {
    line-height: 1.5;
    margin-bottom: 60px;
  }

  .nbsc_productsPage .nbsc_heading01,
  .nbsc_productsCategoryPage .nbsc_heading01 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .nbsc_productsPage .nbsc_contentsBody {
    margin-bottom: 20px;
  }

  .nbsc_productsPage .nbsc_breadcrumb {
    margin-bottom: 10px;
  }

  .nbsc_productsCategoryPage .nbsc_contentsBody {
    margin-bottom: 30px;
  }

  .nbsc_productsCategoryPage .nbsc_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.nbsc_products-old-link {
  text-align: right;
  margin-bottom: 15px;
}

.nbsc_products-old-link>a {
  font-weight: bold;
}

.nbsc_productsTbl {
  width: 100%;
  margin-bottom: 10px;
}

.nbsc_productsTbl caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.nbsc_productsTbl thead {
  background-color: #f5f5f5;
  border-top: 2px solid #666;
  border-bottom: 1px solid #ddd;
}

.nbsc_productsTbl thead th {
  vertical-align: middle;
  font-size: 13px;
  color: #666;
  padding: 10px;
}

.nbsc_productsTbl thead th.nbsc_col-support {
  text-align: center;
}

.nbsc_productsTbl thead th .nbsc_ico-natrus {
  display: block;
  background: url(/wp-content/uploads/2019/09/natrus-icon.png) no-repeat center center;
  background-size: contain;
  width: 66px;
  height: 24px;
  margin: auto;
}

.nbsc_productsTbl tbody tr {
  border-bottom: 1px solid #ddd;
}

.nbsc_productsTbl tbody tr.is-trlink:hover {
  background: #fffbf3;
  color: #ffa200;
}
.nbsc_productsTbl tbody tr.is-trlink td,
.nbsc_productsTbl tbody tr.is-trlink th{
  cursor: pointer;
}
.nbsc_productsTbl tbody tr.is-trlink:hover td.nbsc_col-img img{
  opacity: 0.6;
}
.nbsc_productsTbl tbody tr.is-trlink:hover td.nbsc_col-type a{
  color: #ffa200;
}

.nbsc_productsTbl tbody td {
  padding: 10px;
  vertical-align: middle;
}

.nbsc_productsTbl tbody td.nbsc_col-type {
  font-size: 16px;
  font-weight: bold;
}

.nbsc_productsTbl tbody td.nbsc_col-type a {
  font-weight: bold;
  color: #00a0e6;
}

.nbsc_productsTbl tbody td.nbsc_col-summary {
  font-size: 14px;
}

.nbsc_productsTbl tbody td.nbsc_col-support {
  text-align: center;
}

.nbsc_productsTbl tbody td .nbsc_maru {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.nbsc_productsTbl tbody td .nbsc_maru:before {
  content: "";
  color: #ec9c02;
}

.nbsc_productsTbl tbody td .nbsc_ico-old {
  display: block;
  border: 1px solid #e20000;
  font-size: 12px;
  line-height: 1;
  color: #e20000;
  padding: .25em .5em;
  width: 6.5em;
  text-align: center;
  margin-bottom: .5em;
}

@media print,
screen and (min-width: 768px) {
  .nbsc_productsTbl.-nbsc-categoryTop {
    margin-bottom: 20px;
  }

  .nbsc_productsTbl.-nbsc-categoryTop thead th {
    font-size: 15px;
  }

  .nbsc_productsTbl.-nbsc-categoryTop thead th.nbsc_col-img {
    width: 130px;
  }

  .nbsc_productsTbl.-nbsc-categoryTop thead th.nbsc_col-type {
    width: 420px;
  }

  .nbsc_productsTbl.-nbsc-categoryTop tbody td.nbsc_col-img {
    padding-left: 0;
  }

  .nbsc_productsTbl.-nbsc-categoryTop tbody td.nbsc_col-img img {
    width: 120px;
  }

  .nbsc_productsTbl.-nbsc-categoryTop tbody td.nbsc_col-type {
    font-size: 18px;
  }

  .nbsc_productsTbl.-nbsc-categoryTop tbody td.nbsc_col-summary {
    font-size: 16px;
  }

  .nbsc_productsTbl.-nbsc-categoryTop tbody td .nbsc_maru {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nbsc_productsTbl caption {
    font-size: 16px;
  }

  .nbsc_productsTbl thead th {
    font-size: 10px;
    line-height: 1;
    padding: 5px;
    white-space: nowrap;
  }

  .nbsc_productsTbl thead th.nbsc_col-support {
    padding-left: 0;
  }

  .nbsc_productsTbl thead th .nbsc_ico-natrus {
    width: 40px;
    height: 15px;
  }

  .nbsc_productsTbl tbody td {
    padding: 8px 5px;
  }

  .nbsc_productsTbl tbody td.nbsc_col-type {
    font-size: 14px;
  }

  .nbsc_productsTbl tbody td.nbsc_col-summary {
    font-size: 11px;
  }

  .nbsc_productsTbl tbody td .nbsc_maru {
    font-size: 14px;
  }

  .nbsc_productsTbl tbody td .nbsc_ico-old {
    font-size: 10px;
    width: 100%;
  }

  .nbsc_productsTbl.-nbsc-categoryTop thead th.nbsc_col-img {
    display: none;
  }

  .nbsc_productsTbl.-nbsc-categoryTop tbody td.nbsc_col-img {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
  }

  .nbsc_productsTbl.-nbsc-categoryTop tbody td.nbsc_col-img img {
    width: 75px;
  }

  .nbsc_productsTbl.-nbsc-categoryTop tbody td.nbsc_col-type {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    padding: 5px 5px 8px 0;
    word-break: break-word;
  }

  .nbsc_productsTbl.-nbsc-categoryTop tbody td.nbsc_col-openclose {
    font-size: 11px;
  }
}

.nbsc_productsSpecial {
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 20px;
}

.nbsc_productsSpecial .nbsc_feature_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nbsc_productsSpecial .nbsc_feature_list>li {
  width: 50%;
}

.nbsc_productsSpecial .nbsc_feature_list>li:nth-child(2n-1) {
  padding-right: 30px;
  border-right: 1px solid #ddd;
}

.nbsc_productsSpecial .nbsc_feature_list>li:nth-child(2n) {
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .nbsc_productsSpecial .nbsc_feature_list>li:nth-child(n+3){
    margin-top: 40px;
  }
  .nbsc_productsSpecial .nbsc_feature_list>li:nth-child(n+3)::before{
    content: "";
    border-top: 1px solid #ddd;
    height: 1px;
    width: calc(100% + 30px);
    display: block;
    top: -20px;
    position: relative;
  }
  .nbsc_productsSpecial .nbsc_feature_list>li:nth-child(2n+4)::before{
    left: -30px;
  }
}

.nbsc_productsSpecial .nbsc_feature_list>li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nbsc_productsSpecial .nbsc_feature_list>li a figure {
  position: relative;
  width: 180px;
}

/*.nbsc_productsSpecial .nbsc_feature_list>li a figure.nbsc_kaisetsu:after {
  content: "解説";
  background-color: #47c4ae;
  color: #fff;
  padding: .5em .75em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  min-width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}*/

.nbsc_productsSpecial .nbsc_feature_list>li a .nbsc_desc {
  -webkit-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.nbsc_productsSpecial .nbsc_feature_list>li a .nbsc_title,
#overview .nbsc_productsSpecial .nbsc_feature_list>li a .nbsc_title{
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.nbsc_productsSpecial .nbsc_feature_list>li a .nbsc_content,
#overview .nbsc_productsSpecial .nbsc_feature_list>li a .nbsc_content{
  font-size: 14px;
  margin: .8em 0 0 0;
}

.nbsc_productsCategoryPage .nbsc_productsSpecial {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .nbsc_productsSpecial {
    border-width: 1px 0 0 0;
    padding: 0;
    margin: 20px -10px 0;
  }

  .nbsc_productsSpecial .nbsc_feature_list {
    display: block;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li {
    width: 100%;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li:nth-child(2n-1) {
    padding-right: 0;
    border-right: none;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li:nth-child(2n) {
    padding-left: 0;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li a {
    padding: 15px 10px;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li a figure {
    width: 33.8%;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li a figure.nbsc_kaisetsu:after {
    min-width: initial;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li a .nbsc_desc {
    padding-left: 12px;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li a .nbsc_title,
  #overview .nbsc_productsSpecial .nbsc_feature_list>li a .nbsc_title{
    font-size: 14px;
  }

  .nbsc_productsSpecial .nbsc_feature_list>li a .nbsc_content {
    font-size: 11px;
  }

  .nbsc_productsCategoryPage .nbsc_productsSpecial {
    border-bottom: 1px solid #ddd;
  }
}

.nbsc_products-lead {
  margin-bottom: 1.5em;
}

.nbsc_productsSection {
  margin-bottom: 60px;
  position: relative;
}

.nbsc_productsSection:before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.nbsc_productsSection:last-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .nbsc_productsSection {
    margin-bottom: 25px;
  }

  .nbsc_productsSection:last-of-type {
    margin-bottom: 25px;
  }
}

.nbsc_productsBlock {
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.nbsc_productsBlock-header {
  margin-bottom: 25px;
}

.nbsc_productsBlock-header a {
  display: inline-block;
}

.nbsc_productsBlock-header h3 {
  font-size: 30px;
  font-weight: bold;
  color: #00a0e6;
  display: inline-block;
  vertical-align: middle;
}

.nbsc_productsBlock-header .nbsc_topBtn {
  display: inline-block;
  vertical-align: middle;
  background-color: #00a0e6;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  border-radius: 40px;
  padding: 10px 35px 10px 25px;
  margin-left: 20px;
  position: relative;
}

.nbsc_productsBlock-header .nbsc_topBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
}

.nbsc_productsBlock-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nbsc_productsBlock-column01 {
  width: 360px;
}

.nbsc_productsBlock-column02 {
  -webkit-flex: 1;
  flex: 1;
  padding-left: 40px;
}

.nbsc_productsBlock .nbsc_productsCase {
  margin: 25px 10px 0;
}

.nbsc_productsBlock .nbsc_productsCase>li:not(:last-child) {
  margin-bottom: 10px;
}

.nbsc_productsBlock .nbsc_productsCase>li>a {
  display: block;
  padding: .8em 3.5em .8em 2.5em;
  line-height: 1.4;
  border-radius: 40px;
  position: relative;
  text-align: center;
  font-weight: bold;
  border: 2px solid #333;
}

.nbsc_productsBlock .nbsc_productsCase>li>a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}

@media screen and (max-width: 767px) {
  .nbsc_productsBlock {
    padding: 0 10px;
    margin: 0 -15px 25px;
  }

  .nbsc_productsBlock-header {
    margin-bottom: 20px;
    text-align: center;
  }

  .nbsc_productsBlock-header a {
    text-align: center;
  }

  .nbsc_productsBlock-header h3 {
    font-size: 22px;
    display: block;
    text-align: center;
  }

  .nbsc_productsBlock-header .nbsc_topBtn {
    font-size: 12px;
    padding: 8px 35px 8px 25px;
    margin: 8px auto 0;
    font-weight: normal;
  }

  .nbsc_productsBlock-body {
    display: block;
  }

  .nbsc_productsBlock-column01 {
    width: auto;
  }

  .nbsc_productsBlock-column02 {
    padding: 20px 0 0 0;
  }

  .nbsc_productsBlock .nbsc_productsCase {
    margin: 15px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .nbsc_productsBlock .nbsc_productsCase>li {
    width: 50%;
  }

  .nbsc_productsBlock .nbsc_productsCase>li>a {
    border-width: 1px;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    padding: 1em;
    text-align: center;
  }

  .nbsc_productsBlock .nbsc_productsCase>li>a:before {
    display: none;
  }

  .nbsc_productsBlock .nbsc_productsCase>li:not(:last-child) {
    margin-bottom: 0;
  }

  .nbsc_productsBlock .nbsc_productsCase>li:not(:last-child)>a {
    border-radius: 4px 0 0 4px;
    border-right: none;
  }
}

.nbsc_products-itemlist-btn {
  text-align: center;
  margin: 60px 0;
}

.nbsc_products-itemlist-btn a {
  width: 80%;
  font-size: 18px;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .nbsc_products-itemlist-btn {
    margin: 0 10px 15px;
  }

  .nbsc_products-itemlist-btn a {
    width: 100%;
    font-size: 16px;
    padding-top: .8em;
    padding-bottom: .8em;
  }
}

.nbsc_productsOther-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nbsc_productsOther-list>li {
  width: calc(17% - 10px);
}

.nbsc_productsOther-list>li>a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 175px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0.5em;
  margin-bottom: 1em;
}

.nbsc_productsOther-list>li.nbsc_eurtec>a {
  background-image: url(/wp-content/uploads/2019/09/category-other_bg01.jpg);
}

.nbsc_productsOther-list>li.nbsc_seatdoor>a {
  background-image: url(/wp-content/uploads/2019/09/category-other_bg02.jpg);
}

.nbsc_productsOther-list>li.nbsc_unique>a {
  background-image: url(/wp-content/uploads/2019/09/category-other_bg03.jpg);
}

.nbsc_productsOther-list>li.nbsc_disasterPrevention>a {
  background-image: url(/wp-content/uploads/2021/09/category-other_bg04-2.jpg);
}

.nbsc_productsOther-list>li.nbsc_safetybarrier>a {
  background-image: url(/wp-content/uploads/2022/02/category-other_bg05.jpg);
}

.nbsc_productsOther-list>li.nbsc_top-light>a {
  background-image: url(/wp-content/uploads/2022/02/category-other_bg06.jpg);
}


@media screen and (max-width: 767px) {
  .nbsc_productsOther-list>li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .nbsc_productsOther-list>li>a {
    height: 100px;
    font-size: 16px;
    padding: 1em;
  }
}

.nbsc_productsMv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .nbsc_productsMv {
    height: 150px;
  }
}

.nbsc_productsCatHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}

.nbsc_productsCatHeader h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}

.nbsc_productsCatHeader .nbsc_old {
  font-size: 24px;
  color: #e20000;
  font-weight: bold;
}

.nbsc_productsCatHeader .nbsc_link {
  margin-left: auto;
}

.nbsc_productsCatHeader .nbsc_link>a {
  font-weight: bold;
}

.nbsc_productsCatHeader .nbsc_productsNav {
  margin-top: 30px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nbsc_productsCatHeader .nbsc_productsNav>li {
  font-size: 18px;
  width: calc(100% / 3);
  border: 1px solid #fff;
}

.nbsc_productsCatHeader .nbsc_productsNav>li a {
  display: block;
  padding: 1em;
  font-weight: bold;
  text-align: center;
}

.nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_works {
  background-color: #00a0e6;
}

.nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_works a {
  color: #fff;
}

.nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_case {
  background-color: #00a496;
}

.nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_case a {
  color: #fff;
}

.nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_catalogue {
  background-color: #ededed;
}

.nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_catalogue span {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}

.nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_catalogue span:before {
  content: "";
  color: #e20000;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
}

@media screen and (max-width: 767px) {
  .nbsc_productsCatHeader {
    display: block;
    margin-bottom: 20px;
  }

  .nbsc_productsCatHeader h1 {
    text-align: center;
    font-size: 24px;
  }

  .nbsc_productsCatHeader .nbsc_old {
    font-size: 14px;
    text-align: center;
  }

  .nbsc_productsCatHeader .nbsc_link {
    text-align: right;
    margin-top: 1em;
  }

  .nbsc_productsCatHeader .nbsc_productsNav {
    margin-top: 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nbsc_productsCatHeader .nbsc_productsNav>li {
    font-size: 14px;
    width: calc(100% / 2);
  }

  .nbsc_productsCatHeader .nbsc_productsNav>li a {
    padding: .8em;
  }

  .nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_catalogue {
    width: 100%;
  }

  .nbsc_productsCatHeader .nbsc_productsNav>li.nbsc_catalogue span:before {
    font-size: 18px;
  }
}

.nbsc_productsCardWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nbsc_productsCardWrap+.nbsc_heading02 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .nbsc_productsCardWrap {
    display: block;
    margin: 0 -10px;
  }

  .nbsc_productsCardWrap+.nbsc_heading02 {
    margin-top: 30px;
  }
}

.nbsc_productsCard {
  width: calc(345 / 1100 * 100%);
  margin: 0 32px 60px 0;
}

.nbsc_productsCard:nth-child(3n) {
  margin-right: 0;
}

.nbsc_productsCard .nbsc_link {
  display: block;
}

.nbsc_productsCard .nbsc_link h3 {
  color: #00a0e6;
}

.nbsc_productsCard .nbsc_desc {
  margin-top: 15px;
}

.nbsc_productsCard .nbsc_desc h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: .5em;
}
.nbsc_productsCard .nbsc_desc .nbsc_subimg{
  margin-bottom: 1em;
}
.is-revolving .nbsc_subimg img{
  max-width: 180px;
}
.nbsc_productsCard .nbsc_desc .nbsc_iconList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.nbsc_productsCard .nbsc_desc .nbsc_iconList>li {
  margin: 0 8px 8px 0;
}

.nbsc_productsCard .nbsc_desc .nbsc_iconList .nbsc_ico-natrus {
  display: block;
  width: 66px;
  height: 24px;
  background: url(/wp-content/uploads/2019/09/natrus-icon.png) no-repeat center center;
  background-size: contain;
}

.nbsc_productsCard .nbsc_desc .nbsc_iconList .nbsc_ico-jis {
  display: block;
  font-size: 13px;
  line-height: 1;
  padding: .4em .8em;
  background-color: #999;
  color: #fff;
}

.nbsc_productsCard .nbsc_desc dl {
  margin-top: 1em;
}

.nbsc_productsCard .nbsc_desc dl>dt {
  font-weight: bold;
}

.nbsc_productsCard .nbsc_desc dl>dd {
  font-size: 14px;
}

.nbsc_productsCard .nbsc_desc a {
  display: block;
}

.nbsc_productsCard .nbsc_desc a>dl>dt {
  color: #00a0e6;
}

.nbsc_productsCard .nbsc_ico-old {
  display: inline-block;
  border: 1px solid #e20000;
  font-size: 12px;
  line-height: 1;
  color: #e20000;
  padding: .25em .5em;
  margin-right: .5em;
  width: 6.5em;
  text-align: center;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .nbsc_productsCard {
    width: auto;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .nbsc_productsCard:first-child {
    border-top: 1px solid #ddd;
  }

  .nbsc_productsCard .nbsc_link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .nbsc_productsCard figure {
    width: calc(210 / 710 * 100%);
  }

  .nbsc_productsCard .nbsc_desc {
    margin-top: 0;
    padding: 5px 0 5px 12px;
    -webkit-flex: 1;
    flex: 1;
    font-size: 12px;
  }

  .nbsc_productsCard .nbsc_desc h3 {
    font-size: 14px;
  }

  .nbsc_productsCard .nbsc_ico-old {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .nbsc_productsCard.-nbsc-wide {
    width: auto;
    margin: 0;
    padding: 20px 10px;
  }

  .nbsc_productsCard.-nbsc-wide:nth-child(3n),
  .nbsc_productsCard.-nbsc-wide:not(:nth-last-child(-n+3)) {
    margin: 0;
  }

  .nbsc_productsCard.-nbsc-wide:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .nbsc_productsCard.-nbsc-wide .nbsc_link {
    display: block;
  }

  .nbsc_productsCard.-nbsc-wide figure {
    width: auto;
  }

  .nbsc_productsCard.-nbsc-wide figure img {
    width: 100%;
  }

  .nbsc_productsCard.-nbsc-wide .nbsc_desc {
    margin-top: 10px;
  }

  .nbsc_productsCard.-nbsc-wide .nbsc_desc h3 {
    font-size: 18px;
    text-align: center;
  }

  .nbsc_productsCard.-nbsc-wide .nbsc_desc .nbsc_iconList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .nbsc_productsCard.-nbsc-wide .nbsc_desc .nbsc_iconList>li {
    margin: 0 4px;
  }

  .nbsc_productsCard.-nbsc-wide .nbsc_desc .nbsc_iconList .nbsc_ico-natrus {
    width: 50px;
    height: 18px;
  }

  .nbsc_productsCard.-nbsc-wide .nbsc_desc .nbsc_iconList .nbsc_ico-jis {
    font-size: 11px;
    padding: .3em .8em;
  }

  .nbsc_productsCard.-nbsc-wide .nbsc_desc dl>dt {
    font-weight: bold;
  }

  .nbsc_productsCard.-nbsc-wide .nbsc_desc dl>dd {
    font-size: 14px;
  }
}

.nbsc_productsSsacImg {
  padding: 80px 0;
  position: relative;
}

.nbsc_productsSsacImg figure {
  text-align: center;
}

.nbsc_productsSsacImg .nbsc_btnList li {
  position: absolute;
}

.nbsc_productsSsacImg .nbsc_btnList li a {
  display: block;
  border-bottom: 2px solid #00a0e6;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: .3em .5em .3em 1.5em;
}

.nbsc_productsSsacImg .nbsc_btnList li a:before {
  content: "";
  color: #00a0e6;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -.5em;
}

.nbsc_productsSsacImg .nbsc_btnList li:nth-child(1) {
  top: 0;
  left: 100px;
}

.nbsc_productsSsacImg .nbsc_btnList li:nth-child(2) {
  top: 50px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .nbsc_productsSsacImg {
    padding: 40px 0;
  }

  .nbsc_productsSsacImg .nbsc_btnList li {
    position: absolute;
  }

  .nbsc_productsSsacImg .nbsc_btnList li a {
    font-size: 12px;
  }

  .nbsc_productsSsacImg .nbsc_btnList li:nth-child(1) {
    top: 0;
    left: 30px;
  }

  .nbsc_productsSsacImg .nbsc_btnList li:nth-child(2) {
    top: 20px;
    right: 0;
  }
}

/*=========================================
category_link
=========================================*/
#category_link {
  padding: 50px 0;
  background-color: #e5f5fc;
}

#category_link h2 {
  padding-left: 70px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

#category_link h2::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #00a0e6;
  background-image: url(/assets/images/product_lower/door-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% auto;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

/* category-list */
.category-list_main,
.category-list_sub {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}

.category-list_main {
  margin-top: 40px;
}

.category-list_main li,
.category-list_sub li {
  width: calc(100% / 3 - 28px);
  margin: 0 14px;
  height: 65px;
  border-bottom: 1px solid #c6e0eb;
}

.category-list_main li:nth-child(-n+3) {
  border-top: 1px solid #c6e0eb;
}

.category-list_sub li:last-child {
  border-top: 1px solid #c6e0eb;
}

.category-list_main li a,
.category-list_sub li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}

.category-list_main li a::before,
.category-list_sub li a::before {
  content: "\e911";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  color: #00a0e6;
  font-size: 1.3em;
}

.category-list_other {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}

.category-list_other li {
  width: 170px;
}

.category-list_other li a {
  display: block;
  padding: 71px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.category-list_other li:nth-child(1) a {
  background-image: url(/wp-content/uploads/2019/09/category-other_bg01.jpg);
}

.category-list_other li:nth-child(2) a {
  background-image: url(/wp-content/uploads/2019/09/category-other_bg02.jpg);
}

.category-list_other li:nth-child(3) a {
  background-image: url(/wp-content/uploads/2022/02/category-other_bg05.jpg);
}

.category-list_other li:nth-child(4) a {
  background-image: url(/wp-content/uploads/2022/02/category-other_bg06.jpg);
}

.category-list_other li:nth-child(5) a {
  background-image: url(/wp-content/uploads/2019/09/category-other_bg03.jpg);
}

.category-list_other li:nth-child(6) a {
  background-image: url(/wp-content/uploads/2021/09/category-other_bg04-2.jpg);
}

/*=========================================
contact-bar
=========================================*/
/*#contact-bar {
  padding: 15px 40px;
  background-color: #00a0e6;
  border: 2px solid #00a0e6;
  border-radius: 6px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#contact-bar.active {
  padding: 30px;
  background-color: #fff;
}

#contact-bar .contact-bar_btn {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
}

#contact-bar.active .contact-bar_btn {
  width: 44px;
  height: 44px;
  background-color: #00a0e6;
  top: -33px;
  right: 0;
}

#contact-bar .contact-bar_btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-color: #00a0e6;
  border-style: solid;
  border-width: 2px 0 0 2px;
  transform: translate(-50%) rotate(45deg);
  position: absolute;
  top: 10px;
  left: 50%;
}

#contact-bar.active .contact-bar_btn::after {
  width: 12px;
  height: 12px;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  top: 13px;
}

#contact-bar.active .off {
  display: none;
}

#contact-bar .on {
  display: none;
}

#contact-bar.active .on {
  display: block;
}

#contact-bar .off p {
  padding-right: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

#contact-bar .on .mail {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #00a0e6;
}

#contact-bar .on h2 {
  padding-left: 45px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#contact-bar .on h2 span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

#contact-bar .on h2::before {
  display: block;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

#contact-bar .on .tell h2::before {
  content: url(/assets/images/introduction/product_detail/tell-icon.svg);
  width: 26px;
  height: 35px;
}

#contact-bar .on .mail h2::before {
  content: url(/assets/images/introduction/product_detail/mail-icon.svg);
  width: 32px;
  height: 24px;
}

#contact-bar .on a {
  display: block;
  width: 290px;
  margin-top: 15px;
  padding: 15px 0;
  background-color: #00a0e6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

#contact-bar .on a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
}*/

/*=========================================
modal
=========================================*/
.mfp-bg,
.mfp-wrap {
  min-width: 1140px;
  position: absolute;
}

.modal {
  width: 1040px;
  margin: auto;
  padding: 40px;
  background-color: #fff;
  position: relative;
}

.modal .mfp-close {
  width: 60px;
  height: 60px;
  font-size: 60px;
  top: 10px;
  right: 10px;
}

.dl_data h2 {
  font-size: 24px;
  font-weight: bold;
}

.dl_data table {
  margin-top: 30px;
}

.dl_data thead th {
  padding: 15px 0;
  background-color: #e5f5fc;
  border: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
}

.dl_data thead th:nth-child(1) {
  width: 296px;
}

.dl_data thead th:nth-child(2) {
  width: 296px;
}

.dl_data thead th:nth-child(3) {
  width: 196px;
}

.dl_data thead th:nth-child(4) {
  width: 171px;
}

.dl_data tbody td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  vertical-align: middle;
}

.dl_data tbody td:last-child a {
  display: block;
  width: 100px;
  margin: auto;
  padding: 7.5px 0 7.5px 15px;
  background-color: #00a0e6;
  color: #fff;
  border-radius: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.dl_data tbody td:last-child a::before {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 23px;
}

#pdf_dl.dl_data tbody td:last-child a::before {
  background-image: url(/assets/images/introduction/product_detail/pdf_dl-icon.svg);
}

#cad_dl.dl_data tbody td:last-child a::before {
  background-image: url(/assets/images/introduction/product_detail/cad_dl-icon.svg);
}

.dl_data table+p {
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
}

.dl_data ul {
  margin-top: 10px;
}

.dl_data ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

/*=========================================
responsive
=========================================*/
@media screen and (max-width: 767px) {

  /*=========================================
  product_category
  =========================================*/
  #product_category h2 {
    padding: 13px 0 13px 40px;
    font-size: 16px;
  }

  #product_category h2::before {
    width: 20px;
    height: 14px;
    left: 10px;
  }

  /*=========================================
  product_detail
  =========================================*/
  #product_detail {
    margin-top: 10px;
  }

  /* breadcrumb */
  .breadcrumb {
    margin: 0 10px;
  }

  .breadcrumb li {
    font-size: 10px;
  }

  .breadcrumb li+li {
    margin-left: 2em;
  }

  .breadcrumb li+li::before {
    width: 5px;
    height: 5px;
    left: -15px;
  }

  #product_detail h2 {
    margin: 15px 10px 0;
    font-size: 28px;
  }

  #product_detail h2 span {
    font-size: 16px;
  }

  /* new_product */
  .new_product {
    margin-top: 20px;
  }

  .new_product a {
    padding: 15px 10px;
  }

  .new_product figure {
    width: 100px;
    height: 66px;
  }

  .new_product .new_product-inner {
    margin-left: 110px;
  }

  .new_product .new_product-lead {
    padding-left: 15px;
    font-size: 12px;
  }

  .new_product .new_product-lead::before {
    width: 12px;
    height: 12px;
  }

  .new_product .product_name {
    font-size: 14px;
  }

  .new_product .product_text {
    font-size: 11px;
  }

  /* download */
  .download {
    margin: 20px 10px 0;
  }

  .download > li:first-child {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .cad_download li {
    width: 50%;
  }
  .cad_download li:first-child{
    border-right: none;
  }

  .download li a {
    font-size: 14px;
  }

  .download li a div {
    padding-left: 20px;
  }

  .download li a div::before {
    width: 13px;
    height: 16px;
  }

  /* product_detail-wrapper */
  .product_detail-wrapper {
    margin: 20px 0 30px;
  }

  /* detail_tab */
  .detail_tab::before {
    left: 10px;
  }

  .detail_tab::after {
    right: 10px;
  }

  .detail_tab ul {
    margin: 0 10px;
  }

  .detail_tab ul li {
    min-width: 0;
    padding: 15px 20px;
    font-size: 13px;
  }

  .detail_tab ul li.active::after {
    width: 8px;
    height: 8px;
  }

  /* product_detail-inner */
  .product_detail-inner {
    margin: 25px 0 35px;
  }

  .product_detail-inner .anchor {
    margin: 0 10px;
  }

  .product_detail-inner .anchor li {
    margin-right: 20px;
  }

  .product_detail-inner .anchor li a {
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
  }

  .product_detail-inner .anchor li a::before {
    width: 6px;
    height: 6px;
    left: 9px;
  }

  .product_detail-inner section {
    margin-top: 20px;
    padding: 0 10px;
  }

  .product_detail-inner section+section {
    padding-top: 20px;
  }

  .product_detail-inner section h3 {
    padding-left: 7px;
    border-left: 3px solid #00a0e6;
    font-size: 16px;
  }

  /* overview */
  #overview p {
    margin-top: 15px;
    font-size: 14px;
  }

  .product-image {
    margin: 20px 0 45px;
    padding: 0 !important;
  }

  .product-image .product-image_large {
    width: 100%;
  }

  .product-image .product-image_large .slick-prev,
  .product-image .product-image_large .slick-next {
    display: none !important;
  }

  .product-image .product-image_large li {
    margin: 0;
  }

  #overview table {
    margin-top: 15px;
  }

  #overview table caption {
    font-size: 14px;
  }

  #overview table thead th {
    padding: 3px;
    font-size: 10px;
  }

  #overview table thead .name {
    width: 110px;
  }

  #overview table thead .natrus,
  #overview table thead .jis {
    width: 50px;
  }

  #overview table tbody th {
    padding: 5px 0;
  }

  #overview table tbody th a {
    font-size: 14px;
  }

  #overview table tbody td {
    padding: 5px 0;
    font-size: 11px;
  }
  #overview table tbody td.nbsc_col-subtext{
    padding-left: 4px;
    padding-right: 4px;
  }
  #overview table tbody td p{
    font-size: 11px;
  }

  #overview table tbody td .check-mark {
    width: 12px;
    height: 12px;
  }

  #overview table+p {
    margin-top: 15px;
  }

  #overview table+p::after {
    right: 5px;
  }

  /* specification */
  #specification p {
    font-size: 14px;
  }

  #specification table+p {
    margin-top: 15px;
  }

  #specification .relation_link {
    margin-top: 10px;
  }

  #specification .relation_link a {
    color: #00a0e6;
    position: relative;
  }

  #specification .relation_link a::after {
    width: 7px;
    height: 7px;
    bottom: 4px;
    right: -15px;
  }

  #specification table {
    margin-top: 15px;
  }

  #specification table th {
    width: 17%;
    padding: 5px;
    font-size: 11px;
    word-break: break-all;
  }

  #specification table td {
    padding: 5px;
    font-size: 12px;
    word-break: break-all;
  }

  #specification table td.col1 {
    width: calc(83% / 1);
  }

  #specification table td.col2 {
    width: calc(83% / 2);
  }

  #specification table td.col3 {
    width: calc(83% / 3);
  }

  #specification table td.col4 {
    width: calc(83% / 4);
  }

  #specification table td.col5 {
    width: calc(83% / 5);
  }

  #specification table td.col6 {
    width: calc(83% / 6);
  }

  .icon-box {
    margin-top: 20px;
  }

  .icon-box figure {
    width: 70px;
  }

  .icon-box .icon-text {
    margin-left: 80px;
  }

  /*=========================================
  category_link
  =========================================*/
  #category_link {
    padding: 20px 10px 30px;
  }

  #category_link h2 {
    padding-left: 40px;
    font-size: 16px;
  }

  #category_link h2::before {
    width: 30px;
    height: 30px;
  }

  /* category-list */
  .category-list_main {
    margin: 20px -5px 0;
  }

  .category-list_main li {
    width: calc(50% - 10px);
    margin: 0 5px;
    height: 50px;
  }

  .category-list_sub li {
    width: 100%;
    height: 50px;
  }

  .category-list_main li:nth-child(3) {
    border-top: none;
  }

  .category-list_main li:last-child {
    border-bottom: none;
  }

  .category-list_sub li:first-child {
    border-top: 1px solid #c6e0eb;
  }

  .category-list_sub li:last-child {
    border-top: none;
  }

  .category-list_main li a,
  .category-list_sub li a {
    padding-left: 25px;
    font-size: 15px;
    font-weight: normal;
  }

  .category-list_other {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .category-list_other li {
    width: calc(50% - 5px);
  }

  .category-list_other li:nth-child(n+3) {
    margin-top: 10px;
  }

  .category-list_other li a {
    padding: 39px 0;
    font-size: 15px;
  }

  /*=========================================
  contact-bar
  =========================================*/
  /*#contact-bar {
    width: 235px;
    margin: auto;
    padding: 6.5px 15px;
    border-radius: 18px;
    bottom: 10px;
    left: 0;
    right: 0;
  }

  #contact-bar.active {
    width: calc(100% - 20px);
    padding: 20px;
  }

  #contact-bar .contact-bar_btn {
    width: 16px;
    height: 16px;
    right: 8px;
  }

  #contact-bar.active .contact-bar_btn {
    width: 30px;
    height: 30px;
    top: -20px;
  }

  #contact-bar .contact-bar_btn::after {
    width: 5px;
    height: 5px;
    border-width: 1px 0 0 1px;
    top: 7px;
  }

  #contact-bar.active .contact-bar_btn::after {
    width: 8px;
    height: 8px;
    border-width: 0 1px 1px 0;
    top: 10px;
  }

  #contact-bar .off p {
    padding-right: 16px;
    font-size: 13px;
  }

  #contact-bar .on .mail {
    margin-top: 17px;
    padding-top: 10px;
  }

  #contact-bar .on h2 {
    padding-left: 40px;
    font-size: 16px;
  }

  #contact-bar .on h2 span {
    font-size: 12px;
  }

  #contact-bar .on .tell h2::before {
    width: 22.5px;
    height: 30px;
  }

  #contact-bar .on .mail h2::before {
    width: 30px;
    height: 22px;
  }

  #contact-bar .on a {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 15px;
  }

  #contact-bar .on a::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }*/

  /*=========================================
  modal
  =========================================*/
  .mfp-bg,
  .mfp-wrap {
    min-width: 0;
  }

  .mfp-container {
    padding: 10px;
  }

  .modal {
    width: 100%;
    padding: 14px 14px 25px;
  }

  .modal .mfp-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
    top: 5px;
    right: 5px;
  }

  .dl_data h2 {
    font-size: 16px;
  }

  .dl_data table {
    margin-top: 15px;
  }

  .dl_data table.sp {
    display: table;
  }

  .dl_data thead th {
    font-size: 10px;
  }

  .dl_data tbody td {
    padding: 10px;
  }

  .dl_data tbody td .size {
    font-size: 14px;
    font-weight: bold;
  }

  .dl_data tbody td .data {
    margin-top: 10px;
    font-size: 11px;
  }

  .dl_data tbody td div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .dl_data tbody td .file {
    color: #999;
    font-size: 11px;
  }

  .dl_data tbody td:last-child a {
    width: 90px;
    margin: 0 0 0 10px;
    padding: 5.5px 0 5.5px 13px;
    font-size: 13px;
  }

  .dl_data tbody td:last-child a::before {
    width: 9px;
    height: 12px;
  }

  .dl_data table+p {
    font-size: 12px;
  }

  .dl_data ul li {
    font-size: 11px;
  }
}

/*=========================================
タイトル横のアイコン_241213追記
=========================================*/
.nbsc_productsCard .nbsc_desc h3{
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}
.nbsc_productsCard .nbsc_desc h3 .ttl-award_logo{
  display: inline-flex;
  align-items: center;
  width: 90px;
}
.nbsc_productsCard .nbsc_desc h3 .icn-network{
  width: 34px;
}
.nbsc_productsTbl tbody td.nbsc_col-type a{
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  align-items: center;
}
.nbsc_productsTbl tbody td.nbsc_col-type .ttl-award_logo{
  display: inline-flex;
  align-items: center;
  width: 80px;
}
.nbsc_productsTbl tbody td.nbsc_col-type .icn-network{
  width: 34px;
}

@media screen and (max-width: 767px) {
  .nbsc_productsCard .nbsc_desc h3{
    gap: 3px;
  }
  .nbsc_productsCard .nbsc_desc h3 .ttl-award_logo{
    width: 76px;
  }
  .nbsc_productsCard .nbsc_desc h3 .icn-network{
    width: 30px;
  }
  .nbsc_productsTbl tbody td.nbsc_col-type a{
    display: flex;
  }
  .nbsc_productsTbl tbody td.nbsc_col-type .ttl-award_logo{
    width: 76px;
  }
  .nbsc_productsTbl tbody td.nbsc_col-type .icn-network{
    width: 30px;
  }
}