/* 売却コンテンツ用のヘッダースタイル */
header.trend-sell {
  position: static;
}

header.trend-sell .header-nav_catchTxt {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  letter-spacing: 0.2rem;
}

header.trend-sell .img-inner {
  margin: 0 0 0 auto;
}

header.trend-sell .img-inner .satisfaction {
  width: 225px;
  height: auto;
  display: inline-block;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  header.trend-sell .img-inner {
    padding-right: 35px;
  }

  header.trend-sell .img-inner .satisfaction {
    width: 130px;
  }
}

.trend-sell.hamburgerMenu #g-nav #g-nav-list .btn:not(:first-of-type) {
  border-top: solid 1px #cdcdcd;
}

.trend-sell .gloval-nav {
  background-color: #e8e8e8;
}

@media screen and (min-width: 769px) {
  .trend-sell .gloval-nav ul {
    width: 1080px;
  }
}

.trend-sell .gloval-nav ul {
  display: flex;
  margin: 0 auto;
}

.trend-sell .gloval-nav ul li {
  width: calc(100% / 4);
  display: flex;
  justify-content: center;
  position: relative;
}

.trend-sell .mansion .gloval-nav ul li {
  width: calc(100% / 5);
}

.trend-sell .gloval-nav ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 34px;
  background-color: #9a9a9a;
  top: calc(50% - 17px);
  left: -1px;
}

.trend-sell .gloval-nav ul li:first-of-type::before {
  display: none;
}

.trend-sell .gloval-nav ul li a {
  padding: 16px 0 17px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.2s linear;
}

@media screen and (min-width: 768px) {
  .trend-sell .gloval-nav ul li a:hover {
    opacity: 0.5;
  }
}

.trend-sell .gloval-nav ul li a p {
  font-size: 1.6rem;
  text-decoration: underline;
}
