@charset "UTF-8";
/*** CSS Document ********************************************
  20190903
  サイトマップ
*************************************************************/
.nbsc_sitemap-list > li: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; }

.nbsc_sitemapItem:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7; }

@media screen and (max-width: 767px) {
  .nbsc_sitemapItem:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 15px; } }
.nbsc_sitemap-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em; }
.nbsc_sitemap-ttl a {
  color: #00a0e6;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .nbsc_sitemap-ttl {
    font-size: 18px; } }
.nbsc_sitemap-subttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 20px;
  position: relative; }
.nbsc_sitemap-subttl:before {
  content: "";
  display: block;
  background: #00a0e6;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0; }
.nbsc_sitemap-subttl a {
  color: #00a0e6;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .nbsc_sitemap-subttl {
    font-size: 16px;
    padding-left: 15px; }
  .nbsc_sitemap-subttl:before {
    width: 8px; } }
.nbsc_sitemap-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.nbsc_sitemap-list > li {
  width: calc(100% / 2);
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px; }
.nbsc_sitemap-list > li:before {
  content: "";
  font-size: 12px;
  color: #00a0e6;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em; }
.nbsc_sitemap-list > li .nbsc_external {
  color: #333; }
.nbsc_sitemap-list.-secondary {
  margin: 0 0 20px 30px;
  padding: 10px 0 0 30px;
  border-left: 2px solid #e7e7e7; }
.nbsc_sitemap-list.-secondary + .nbsc_sitemap-list {
  margin-top: 50px; }

@media screen and (max-width: 767px) {
  .nbsc_sitemap-list > li {
    width: 100%; }
  .nbsc_sitemap-list.-secondary {
    margin: 0 0 0 20px;
    padding: 0;
    border-left: none; }
  .nbsc_sitemap-list.-secondary + .nbsc_sitemap-list {
    margin-top: 25px; } }
.nbsc_sitemap-productWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 20px 30px;
  margin: 0 0 30px 30px;
  background-color: #f1f4f6; }
.nbsc_sitemap-productWrap .nbsc_sitemap-list {
  width: 100%;
  margin: 0 0 20px 20px; }
.nbsc_sitemap-productWrap .nbsc_sitemap-subttl {
  width: calc(100% / 4); }

@media screen and (max-width: 767px) {
  .nbsc_sitemap-productWrap {
    padding: 15px 15px 0 15px;
    margin: 0 0 20px 0; }
  .nbsc_sitemap-productWrap .nbsc_sitemap-list {
    width: 100%;
    margin: 0 0 20px 10px; }
  .nbsc_sitemap-productWrap .nbsc_sitemap-subttl {
    width: calc(100% / 2); } }
