@charset "UTF-8";

/*** CSS Document ********************************************
  20190903
  特集
*************************************************************/
.nbsc_specialPoint .nbsc_list>li:before,
.nbsc_specialSolution:before,
.nbsc_specialMiniColumn .nbsc_label:before,
.nbsc_specialProduct h3:before,
.nbsc_specialContact-btn:before,
.nbsc_specialContact-btn span:before,
.nbsc_ico-knowledge01:before,
.nbsc_ico-knowledge02:before,
.nbsc_ico-knowledge03: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 (max-width: 767px) {
  .nbsc_specialPage {
    font-size: 15px;
  }
}

.nbsc_specialBreadCrumb {
  background-color: #f1f4f6;
  padding: 10px 0;
}

.nbsc_specialBreadCrumb .nbsc_breadcrumb {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .nbsc_specialBreadCrumb {
    padding: 8px 10px;
  }
}

.nbsc_specialContents {
  max-width: 960px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .nbsc_specialContents {
    margin: 0 10px 30px;
  }
}

.nbsc_specialMeta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.2em;
}

.nbsc_specialMeta .nbsc_ico-new-feature,
.nbsc_specialMeta .nbsc_ico-design {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 8px;
}

.nbsc_specialMeta .nbsc_ico-new-feature {
  line-height: 1;
  border: 1px solid #00a0e6;
  color: #00a0e6;
}

.nbsc_specialMeta .nbsc_ico-design {
  line-height: 14px;
  color: #fff;
  background-color: #b156d3;
}

.nbsc_specialMeta .nbsc_date {
  font-size: 14px;
  margin-left: .5em;
}

@media screen and (max-width: 767px) {
  .nbsc_specialMeta {
    margin-top: 10px;
  }

  .nbsc_specialMeta .nbsc_ico-new-feature,
  .nbsc_specialMeta .nbsc_ico-design {
    padding: 4px 8px;
    font-size: 10px;
    margin-right: 5px;
  }

  .nbsc_specialMeta .nbsc_date {
    font-size: 12px;
  }
}

.nbsc_specialHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.5em;
}

.nbsc_specialHeader .nbsc_label {
  width: 132px;
}

.nbsc_specialHeader .nbsc_ttl {
  padding-left: 24px;
  -webkit-flex: 1;
  flex: 1;
}

.nbsc_specialHeader .nbsc_ttl h1 {
  font-size: 36px;
  font-weight: bold;
}

.nbsc_specialHeader .nbsc_ttl-sub {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .nbsc_specialHeader {
    margin-top: 1em;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .nbsc_specialHeader .nbsc_label {
    width: 44px;
  }

  .nbsc_specialHeader .nbsc_ttl {
    padding-left: 12px;
  }

  .nbsc_specialHeader .nbsc_ttl h1 {
    font-size: 18px;
  }

  .nbsc_specialHeader .nbsc_ttl-sub {
    font-size: 16px;
  }
}

.nbsc_specialMv {
  margin: 1.5em 0 2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nbsc_specialMv {
    margin: 1em 0;
  }
}

.nbsc_specialPoint {
  background-color: #fff1f1;
  padding: 30px 50px;
  margin: 2em 0;
  overflow: hidden;
  position: relative;
}

.nbsc_specialPoint:before,
.nbsc_specialPoint:after {
  content: "";
  border-style: solid;
  border-width: 30px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
}

.nbsc_specialPoint:before {
  left: 0;
  border-color: #e83939 transparent transparent #e83939;
}

.nbsc_specialPoint:after {
  right: 0;
  border-color: #e83939 #e83939 transparent transparent;
}

.nbsc_specialPoint .nbsc_heading {
  text-align: center;
  margin-bottom: 40px;
}

.nbsc_specialPoint .nbsc_heading h2 {
  display: inline;
  border-bottom: 4px solid #e83939;
  font-size: 30px;
  line-height: 1.8;
  color: #e83939;
  font-weight: bold;
  padding: .2em 0;
}
#column_inner .nbsc_specialPoint .nbsc_list li{
  list-style: none;
  margin-left: 0;
}
.nbsc_specialPoint .nbsc_list>li {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .5em;
  padding-left: 45px;
  position: relative;
}

.nbsc_specialPoint .nbsc_list>li:before {
  content: "";
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ff7b7b;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 0;
}

.nbsc_specialPoint .nbsc_specialContact {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .nbsc_specialPoint {
    padding: 20px 20px 15px 20px;
    margin: 1.5em 0;
  }

  .nbsc_specialPoint:before,
  .nbsc_specialPoint:after {
    border-width: 15px;
    width: 15px;
    height: 15px;
  }

  .nbsc_specialPoint .nbsc_heading {
    margin-bottom: 25px;
  }

  .nbsc_specialPoint .nbsc_heading h2 {
    border-bottom-width: 3px;
    font-size: 18px;
  }

  .nbsc_specialPoint .nbsc_list>li {
    font-size: 16px;
    padding-left: 30px;
  }

  .nbsc_specialPoint .nbsc_list>li:before {
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
}

.nbsc_specialSolution {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0;
  padding: 120px 0 80px;
  position: relative;
}

.nbsc_specialSolution:before {
  content: "";
  background-color: #00a0e6;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}

.nbsc_specialSolution:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-color: #00a0e6;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg) skew(20deg,20deg);
  transform: rotate(-45deg) skew(20deg,20deg);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

.nbsc_specialSolution.-noIcon {
  padding-top: 0;
}

.nbsc_specialSolution.-noIcon:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .nbsc_specialSolution {
    font-size: 20px;
    padding: 70px 0 40px;
    margin: 1em 0;
  }

  .nbsc_specialSolution br {
    display: none;
  }

  .nbsc_specialSolution:before {
    font-size: 36px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }

  .nbsc_specialSolution:after {
    border-width: 0 0 3px 3px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
}

.nbsc_specialMiniColumn {
  background-color: #fffae7;
  padding: 50px;
  border-top: 4px solid #ec9c02;
  position: relative;
}

.nbsc_specialMiniColumn .nbsc_label {
  background-color: #ec9c02;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  border-radius: 0 0 4px 4px;
  padding: 8px 14px 10px 32px;
  position: absolute;
  top: 0;
  left: 40px;
}

.nbsc_specialMiniColumn .nbsc_label:before {
  content: "";
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 12px;
}

.nbsc_specialMiniColumn .nbsc_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .5em;
}

.nbsc_specialMiniColumn .nbsc_body {
  font-size: 16px;
  line-height: 40px;
  background: url(/wp-content/uploads/2019/09/special-bg-minicolumn.png) repeat 0 0;
  background-size: 4px auto;
}
#column_inner .nbsc_specialMiniColumn .nbsc_body p{
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .nbsc_specialMiniColumn {
    margin: 1.5em 0;
    padding: 40px 15px 25px;
    border-top-width: 3px;
  }

  .nbsc_specialMiniColumn .nbsc_label {
    font-size: 12px;
    padding: 5px 10px 8px 26px;
    left: 15px;
  }

  .nbsc_specialMiniColumn .nbsc_label:before {
    font-size: 14px;
    left: 10px;
  }

  .nbsc_specialMiniColumn .nbsc_ttl {
    font-size: 16px;
  }

  .nbsc_specialMiniColumn .nbsc_body {
    font-size: 14px;
    line-height: 30px;
    background-size: 3px auto;
  }
}

.nbsc_specialBody>p {
  line-height: 1.875;
  margin: 1.5em 0;
}

.nbsc_specialBody>p a {
  color: #00a0e6;
}

.nbsc_specialBody>p sup {
  font-size: .5em;
  vertical-align: top;
}

.nbsc_specialBody .nbsc_imgL {
  float: left;
  margin: 0 2em 1em 0;
}

.nbsc_specialBody .nbsc_imgR {
  float: right;
  margin: 0 0 1em 2em;
}

.nbsc_specialBody .nbsc_specialHd01,
.nbsc_specialBody .nbsc_specialHd01-quiz {
  background-color: #00a0e6;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  padding: .5em 1em;
  margin: 2.5em 0 1.2em;
  position: relative;
}

.nbsc_specialBody .nbsc_specialHd01:before,
.nbsc_specialBody .nbsc_specialHd01-quiz:before {
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: #00a0e6 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 40px;
}

.nbsc_specialBody .nbsc_specialHd01-quiz {
  background-color: #4b41ac;
}

.nbsc_specialBody .nbsc_specialHd01-quiz:before {
  border-color: #4b41ac transparent transparent transparent;
}

.nbsc_specialBody .nbsc_specialHd02,
.nbsc_specialBody .nbsc_specialHd02-quiz {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  padding: .25em 0 .25em 1em;
  margin: 2em 0 1.2em;
  border-left: 5px solid #00a0e6;
}

.nbsc_specialBody .nbsc_specialHd02-quiz {
  border-left-color: #4b41ac;
}

.nbsc_specialBody .nbsc_specialHd03 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  margin: 2em 0 .5em;
}

.nbsc_specialBody .nbsc_specialHd04 {
  text-align: center;
  margin: 3em 0;
}

.nbsc_specialBody .nbsc_specialHd04 h2 {
  text-align: center;
  display: inline-block;
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  color: #00a0e6;
  padding: .5em 0;
  border-bottom: 5px solid #00a0e6;
  position: relative;
}

.nbsc_specialBody .nbsc_specialHd04 h2:before,
.nbsc_specialBody .nbsc_specialHd04 h2:after {
  content: "";
  border-style: solid;
  border-width: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
}

.nbsc_specialBody .nbsc_specialHd04 h2:before {
  border-color: #00a0e6 transparent transparent transparent;
  top: calc(100% + 5px);
  z-index: 0;
}

.nbsc_specialBody .nbsc_specialHd04 h2:after {
  border-color: #fff transparent transparent transparent;
  top: calc(100% - 2px);
  z-index: 1;
}

.nbsc_specialBody .nbsc_specialHd05 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  margin: 2em 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.nbsc_specialBody .nbsc_specialHd05 .nbsc_label {
  white-space: nowrap;
  display: inline-block;
  background-color: #00a0e6;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 8px 10px 8px 14px;
  margin: .2em 0;
  position: relative;
  margin-right: 25px;
}

.nbsc_specialBody .nbsc_specialHd05 .nbsc_label:before {
  content: "";
  border-style: solid;
  border-width: 17px 10px;
  border-color: transparent transparent transparent #00a0e6;
  position: absolute;
  top: 0;
  left: 100%;
}

.nbsc_specialBody .nbsc_specialImg {
  text-align: center;
  margin: 2em 0;
}

.nbsc_specialBody .nbsc_specialImgL {
  text-align: left;
  margin: 2em 0;
}

@media screen and (max-width: 767px) {
  .nbsc_specialBody>p {
    line-height: 1.75;
    margin: 1em 0;
  }

  .nbsc_specialBody .nbsc_specialHd01,
  .nbsc_specialBody .nbsc_specialHd01-quiz {
    font-size: 17px;
    margin: 1.5em 0 1em;
  }

  .nbsc_specialBody .nbsc_specialHd01:before,
  .nbsc_specialBody .nbsc_specialHd01-quiz:before {
    border-width: 8px;
    left: 25px;
  }

  .nbsc_specialBody .nbsc_specialHd02,
  .nbsc_specialBody .nbsc_specialHd02-quiz {
    font-size: 16px;
    margin: 1.5em 0 .6em;
    padding-left: .6em;
    border-left-width: 4px;
  }

  .nbsc_specialBody .nbsc_specialHd03 {
    font-size: 16px;
    margin: 1.5em 0 .5em;
  }

  .nbsc_specialBody .nbsc_specialHd04 {
    margin: 1.5em 0;
  }

  .nbsc_specialBody .nbsc_specialHd04 h2 {
    font-size: 20px;
    border-bottom-width: 3px;
  }

  .nbsc_specialBody .nbsc_specialHd04 h2:before,
  .nbsc_specialBody .nbsc_specialHd04 h2:after {
    border-width: 12px;
    margin-left: -12px;
  }

  .nbsc_specialBody .nbsc_specialHd04 h2:before {
    top: calc(100% + 3px);
  }

  .nbsc_specialBody .nbsc_specialHd05 {
    font-size: 16px;
    display: block;
    margin: 1.5em 0 0;
  }

  .nbsc_specialBody .nbsc_specialHd05 .nbsc_label {
    white-space: normal;
    font-size: 14px;
    padding: 5px 5px 5px 7px;
    margin-right: 20px;
  }

  .nbsc_specialBody .nbsc_specialHd05 .nbsc_label:before {
    border-width: 12px 10px;
  }

  .nbsc_specialBody .nbsc_specialImg {
    margin: 1em 0;
  }

  .nbsc_specialBody .nbsc_specialImgL {
    margin: 1em 0;
  }
}

.nbsc_specialImgTxt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nbsc_specialImgTxt-img {
  width: 260px;
}

.nbsc_specialImgTxt-txt {
  flex: 1;
  -webkit-flex: 1;
  padding-left: 2em;
}

.nbsc_specialImgTxt-txt>p {
  line-height: 1.875;
  margin: 0 0 1.5em 0;
}

@media screen and (max-width: 767px) {
  .nbsc_specialImgTxt {
    display: block;
  }

  .nbsc_specialImgTxt-img {
    width: 120px;
    float: right;
    margin: 0 0 1em 1em;
  }

  .nbsc_specialImgTxt-txt {
    padding-left: 0;
  }

  .nbsc_specialImgTxt-txt>p {
    line-height: 1.75;
    margin: 0 0 1em 0;
  }
}

.nbsc_specialProduct {
  background-color: #e5f5fc;
  padding: 60px 0 10px;
}

#column_inner .nbsc_specialProduct{
  padding-left: 40px;
  padding-right: 40px;
}

.nbsc_specialProduct h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.2em;
  position: relative;
  padding-left: 60px;
}

.nbsc_specialProduct h3:before {
  content: "";
  display: block;
  background-color: #00a0e6;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 36px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nbsc_specialProduct .nbsc_specialWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -23.3333px;
}

.nbsc_specialProduct .nbsc_specialItem {
  width: 25%;
  padding: 0 23.3333px 40px;
}

.nbsc_specialProduct .nbsc_specialItem-desc {
  padding-top: 10px;
}

.nbsc_specialProduct .nbsc_specialItem .nbsc_ttl {
  font-size: 18px;
  color: #00a0e6;
  font-weight: bold;
}

.nbsc_specialProduct .nbsc_specialItem .nbsc_txt {
  font-size: 14px;
  margin-top: .5em;
}

.nbsc_specialProduct .nbsc_specialItem.nbsc_wide {
  width: 100%;
}

.nbsc_specialProduct .nbsc_specialItem.nbsc_wide .nbsc_specialItem-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nbsc_specialProduct .nbsc_specialItem.nbsc_wide .nbsc_specialItem-img {
  width: 36%;
}

.nbsc_specialProduct .nbsc_specialItem.nbsc_wide .nbsc_specialItem-desc {
  -webkit-flex: 1;
  flex: 1;
  padding: 0 0 0 30px;
}

.nbsc_specialProduct .nbsc_specialItem.nbsc_wide .nbsc_specialItem-desc .nbsc_txt {
  font-size: 16px;
  margin-top: 1em;
}

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

  #column_inner .nbsc_specialProduct{
    padding-left: 0;
    padding-right: 0;
  }

  .nbsc_specialProduct .nbsc_container {
    padding: 0 10px;
  }

  .nbsc_specialProduct h3 {
    font-size: 16px;
    padding-left: 38px;
  }

  .nbsc_specialProduct h3:before {
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
  }

  .nbsc_specialProduct .nbsc_specialWrap {
    margin: 0 -5px;
  }

  .nbsc_specialProduct .nbsc_specialItem {
    width: 50%;
    padding: 0 5px 25px;
  }

  .nbsc_specialProduct .nbsc_specialItem-desc {
    padding-top: 8px;
  }

  .nbsc_specialProduct .nbsc_specialItem .nbsc_ttl {
    font-size: 15px;
  }

  .nbsc_specialProduct .nbsc_specialItem .nbsc_txt {
    font-size: 11px;
  }

  .nbsc_specialProduct .nbsc_specialItem.nbsc_wide {
    width: 100%;
    padding: 0 10px 10px;
  }

  .nbsc_specialProduct .nbsc_specialItem.nbsc_wide .nbsc_specialItem-link {
    display: block;
  }

  .nbsc_specialProduct .nbsc_specialItem.nbsc_wide .nbsc_specialItem-img {
    width: 72%;
    margin: auto;
  }

  .nbsc_specialProduct .nbsc_specialItem.nbsc_wide .nbsc_specialItem-desc {
    padding: 10px 0 0 0;
  }

  .nbsc_specialProduct .nbsc_specialItem.nbsc_wide .nbsc_specialItem-desc .nbsc_ttl {
    text-align: center;
  }

  .nbsc_specialProduct .nbsc_specialItem.nbsc_wide .nbsc_specialItem-desc .nbsc_txt {
    font-size: 13px;
    margin-top: .5em;
  }
}

.nbsc_specialContact {
  margin: 40px 0;
  text-align: center;
}

.nbsc_specialContact-btn {
  display: inline-block;
  background-color: #ec9c02;
  color: #fff !important;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 40px;
  padding: 1em 4em 1em 3em;
  position: relative;
}

.nbsc_specialContact-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -.5em;
}

.nbsc_specialContact-btn span {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 44px;
}

.nbsc_specialContact-btn span:before {
  content: "";
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
}

@media screen and (max-width: 767px) {
  .nbsc_specialContact {
    margin: 20px 0;
  }

  .nbsc_specialContact-btn {
    font-size: 16px;
    padding: 1em 3em 1em 1.5em;
  }

  .nbsc_specialContact-btn:before {
    right: 15px;
  }

  .nbsc_specialContact-btn span {
    padding-left: 30px;
  }

  .nbsc_specialContact-btn span:before {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .nbsc_specialMovie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .nbsc_specialMovie iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    height: 100%;
  }
}
/* ミュート動画をIDで呼び出す */
.nbsc_specialMovie #specialMovie{
  width: 960px;
  height: 540px;
}
@media screen and (max-width: 767px) {
  .nbsc_specialMovie #specialMovie{
    width: 100%;
    height: 100%;
  }
}

/* あの頃から何が変わった？自動ドア */
.nbsc_changeMv {
  padding: 80px 0;
  background-image: url(/assets/images/introduction/change-bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nbsc_changeMv-box {
  text-align: center;
}

.nbsc_changeMv-ttl {
  font-size: 36px;
  margin-bottom: .8em;
  color: #fff;
}

.nbsc_changeMv-label {
  border: 3px solid #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: .6em 2em .6em 1.5em;
}

.nbsc_changeMv .nbsc_ico-knowledge01,
.nbsc_changeMv .nbsc_ico-knowledge02,
.nbsc_changeMv .nbsc_ico-knowledge03 {
  margin-right: .5em;
}

.nbsc_changeMv .nbsc_ico-knowledge01:before {
  content: "\e921";
}

.nbsc_changeMv .nbsc_ico-knowledge02:before {
  content: "\e922";
}

.nbsc_changeMv .nbsc_ico-knowledge03:before {
  content: "\e939";
}

@media screen and (max-width: 767px) {
  .nbsc_changeMv {
    padding: 30px 20px;
    background-image: url(/assets/images/introduction/change-bg_sp.jpg);
    background-position: center top;
  }

  .nbsc_changeMv-ttl {
    font-size: 20px;
  }

  .nbsc_changeMv-label {
    font-size: 18px;
    border-width: 2px;
  }
}

/*Create sys*/
.sys_specialRel{
  margin: 50px 0;
}
.sys_specialRelList__inner .category.maintenance {
  color: #365969;
  border: 1px solid #365969;
}
.sys_specialRelList__inner .category.renewal {
  color: #00a496;
  border: 1px solid #00a496;
}
.sys_specialRelList__title {
  font-weight: bold;
}
/*PC*/
@media screen and (min-width: 768px) {
  .sys_specialRelList{
    display: flex;
    flex-wrap: wrap;
  }
  .sys_specialRelList__item{
    width: calc(100% / 3 - 22px);
    margin-right: 32px;
  }
  .sys_specialRelList__item:nth-child(3n) {
      margin-right: 0;
  }
  .sys_specialRelList__item:nth-child(n+4) {
    margin-top: 40px;
  }
  .sys_specialRelList__link{
    display: block;
  }
  .sys_specialRelList__inner .category {
    margin-top: 15px;
  }
  .sys_specialRelList__inner .category {
    display: inline-block;
    padding: 0.25em 1.25em 0.25em 0.75em;
    font-size: 12px;
  }
  .sys_specialRelList__title{
    font-size: 20px;
    margin-top: 10px;
  }
  .sys_specialRelList__lead {
    margin-top: 1em;
  }
}
/*SP*/
@media screen and (max-width: 767px) {
  .nbsc_container .sys_specialRel{
    margin: 50px -15px;
  }
  .nbsc_container .sys_specialRel__title{
    margin-left: 15px;
  }
  .sys_specialRelList{
    border-top: 1px solid #ddd;
  }
  .sys_specialRelList__item{
    border-bottom: 1px solid #ddd;
  }
  .sys_specialRelList__link{
    display: flex;
    padding: 15px 0;
  }
  .nbsc_container .sys_specialRelList__link{
    padding: 15px 15px;
  }
  .sys_specialRelList__img{
    width: 33.8%;
  }
  .sys_specialRelList__inner{
    flex: 1;
    padding-left: 12px;

    display: flex;
    flex-direction: column;
  }
  .sys_specialRelList__inner .category {
    order: 2;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: .5em;
    padding: .25em .7em .25em .25em;
    font-size: 10px;
  }
  .sys_specialRelList__title{
    font-size: 14px;
    order: 1;
  }
  .sys_specialRelList__lead {
    order: 3;
    margin-top: .5em;
    font-size: 11px;
  }
}




/*自動ドアの基礎知識*/

.nbsc_knowledgeBasicTbl {
  width: 100%;
  border-collapse: separate;
}

.nbsc_knowledgeBasicTbl thead {
  background-color: #365969;
}

.nbsc_knowledgeBasicTbl thead th {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: .5em 1em;
  vertical-align: middle;
}

.nbsc_knowledgeBasicTbl thead th:not(:first-child) {
  border-left: 1px solid #5e7a87;
}


.nbsc_knowledgeBasicTbl tbody th,
.nbsc_knowledgeBasicTbl tbody td {
  padding: 1em;
  border-bottom: 1px solid #cdd5d9;
  font-size: 15px;
}

.nbsc_knowledgeBasicTbl tbody th.nbsc_ttl,
.nbsc_knowledgeBasicTbl tbody td.nbsc_ttl {
  background-color: #00a0e6;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.nbsc_knowledgeBasicTbl tbody th.nbsc_box_style01,
.nbsc_knowledgeBasicTbl tbody td.nbsc_box_style01 {
  background-color: #e5f5fc;
  font-weight: bold;
  text-align: left;
  border-left: 1px solid #cdd5d9;
}

.nbsc_knowledgeBasicTbl tbody th,
.nbsc_knowledgeBasicTbl tbody td {
  border-right: 1px solid #cdd5d9;
  text-align: left;
}


@media screen and (max-width: 767px) {
  .nbsc_knowledgeBasicTbl thead th {
    font-size: 11px;
    padding: .5em;
  }

  .nbsc_knowledgeBasicTbl tbody th,
  .nbsc_knowledgeBasicTbl tbody td {
    padding: .8em .5em;
    font-size: 12px;
  }

  .nbsc_knowledgeBasicTbl tbody th.nbsc_ttl,
  .nbsc_knowledgeBasicTbl tbody td.nbsc_ttl {
    font-size: 12px;
  }
}

  .nbsc_knowledgeBasic_ubtit {
    border-bottom: 2px solid #2EA0E6 ;
    padding-bottom: 2px;
    margin-bottom: 1em;
  }