/* -------------------------------------------------------------------------
  header
------------------------------------------------------------------------- */
.fs-l-header {
    background: #900;
}
/* シンプルヘッダ */
.fs-l-header--min {
}

/* ロゴ周り
------------------------------------------------------------------------- */
.headerOriginal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .headerOriginal {
    padding: 10px 30px;
  }
}

/* シンプルヘッダ */
.fs-l-header--min .headerOriginal {
  justify-content: flex-start;
}

.headerCopy {
  display: none;
}
@media screen and (min-width: 768px) {
  .headerCopy {
    display: block;
    padding: 0 30px;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .fs-p-headerUtilityMenu {
    margin: 0 0 0 auto;
  }
}
.fs-p-headerUtilityMenu__list > li {
  
}
.fs-p-logo__image {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .fs-p-logo__image {
    width: 163px;
  }
}
.fs-p-headerUtilityMenu__list a:link {
  color: #fff;
}
.fs-p-headerUtilityMenu__list a:visited {
  color: #fff;
}
.fs-p-headerUtilityMenu__list a:hover {
  color: #fff;
  text-decoration: underline;
}
.fs-p-headerUtilityMenu__list a:active {
  color: #fff;
  text-decoration: underline;
}

/* ナビ
------------------------------------------------------------------------- */
.fs-p-headerNavBar {
  background: #f6f6f6;
  border-bottom: 1px solid #999;
}
.fs-p-headerNavigation__link:link {
  color: #333;
}
.fs-p-headerNavigation__link:visited {
  color: #333;
}
.fs-p-headerNavigation__link:hover {
  color: #000;
}

.fs-p-headerNavigation__link:active {
  color: #000;
}
.fs-p-headerNavigation__link:hover {
  background: rgba(0, 0, 0, 0.15);
}
.fs-l-header__welcomeMsg {
  display: block !important;
  flex-grow: 1;
  padding: 5px 0;
  border-bottom: 1px dashed #aaa;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fs-l-header__welcomeMsg {
    flex-grow: 0;
    padding: 0;
    border: none;
  }
}
.fs-p-welcomeMsg {
  color: #333;
}

/* -------------------------------------------------------------------------
  footer
------------------------------------------------------------------------- */
.fs-l-footer {
  border-top: 1px solid #999;
}
@media screen and (min-width: 768px) {
  .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border-top: 1px dashed #900;
  }
}
.fs-p-footerNavigationItem__title {
  border-bottom: 1px solid #aaa;
  font-size: 1.4rem;
}
.fs-p-footerNavigationItem__ctrlIcon::before {
    font-size: 1.8rem;
    margin-top: -1.2em;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
  border-top: 1px dashed #ccc;
}
.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
  border-top: 1px dashed #ccc;
}

/* -------------------------------------------------------------------------
  その他
------------------------------------------------------------------------- */
/* パンくず
------------------------------------------------------------------------- */
.fs-c-breadcrumb {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .fs-c-breadcrumb {
    padding: 10px 30px;
  }
}