/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
img {
  border-style: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
@media (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Noto Sans JP", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  display: block;
  cursor: pointer;
  color: #0073b5;
}
a:hover {
  color: #0073b5;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
a:visited {
  color: #0073b5;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .inner {
    max-width: 972px;
  }
}
@media (min-width: 1099px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1099px) {
  .header__wrap__inner {
    width: auto;
  }
}
.article-detail__header {
  padding-top: 19px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .article-detail__header {
    padding-top: 25.7px;
    padding-bottom: 0;
  }
}
.article-detail__header .title {
  font-size: 15px;
  font-weight: 900;
  line-height: 28px;
  color: #169870;
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .article-detail__header .title {
    margin-bottom: 44px;
    font-size: 30px;
    line-height: 44px;
  }
}
.article-detail__body {
  padding-bottom: 47.6px;
  margin-bottom: 51.8px;
  border-bottom: 1px solid #c9c9c9;
}
@media (min-width: 768px) {
  .article-detail__body {
    padding-top: 0;
    padding-bottom: 85.1px;
    margin-bottom: 71.5px;
  }
}
.article-detail__body .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .article-detail__body .img {
    width: 550px;
    max-width: 100%;
    margin-bottom: 69.7px;
  }
}
.article-detail__body a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  word-break: break-all;
}
@media (min-width: 768px) {
  .article-detail__body a {
    font-size: 17px;
    line-height: 36px;
  }
}
.topic-path {
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .topic-path {
    margin-bottom: 24px;
  }
}
.topic-path .list {
  line-height: 20px;
}
.topic-path .item {
  display: inline;
}
.topic-path .item:not(:last-child):after {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 13px;
  content: ">";
}
.topic-path .item a,
.topic-path .item span {
  display: inline;
  font-size: 10px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .topic-path .item a,
  .topic-path .item span {
    font-size: 12px;
  }
}
.topic-path .item a:hover,
.topic-path .item a:visited,
.topic-path .item span:hover,
.topic-path .item span:visited {
  color: #333;
}
.topic-path .item a br,
.topic-path .item span br {
  display: none;
}
.overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #333;
  z-index: 10000;
  opacity: 0.6;
}
.overlay.is-active {
  display: block;
}
.header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  z-index: 999999999;
}
@media (min-width: 1099px) {
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 13.8px;
  padding-right: 9.6px;
}
@media (min-width: 768px) {
  .header__wrap {
    max-height: 60px;
  }
}
@media (min-width: 1099px) {
  .header__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 45px;
    padding-right: 22px;
  }
}
@media (min-width: 1099px) {
  .header__wrap__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 366px;
  }
}
.header__logo--realty {
  margin-left: 23px;
}
.footer .logo {
  max-width: 259px;
  margin-top: 49.6px;
  margin-bottom: 42.6px;
  margin-left: auto;
  margin-right: auto;
}
.footer .list {
  padding-top: 37.6px;
  padding-bottom: 33px;
  background-color: #169870;
}
@media (min-width: 768px) {
  .footer .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 45.6px;
    padding-bottom: 26px;
  }
}
.footer .item {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .item:not(:last-of-type) a:after {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    display: block;
    content: "|";
  }
}
.footer .item a {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .item a {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1;
  }
}
.footer .item a:hover,
.footer .item a:visited {
  color: #fff;
}
.footer .copyright {
  padding-bottom: 10px;
  background-color: #169870;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .footer .copyright {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }
}
/* 2025-10-08 ロゴサイズ調整 */
.header__logo.header__logo--repark img {
  width: 128px;
  height: auto;
}

.header__logo.header__logo--realty img {
  width: 130px;
  height: auto;
}
.footer .logo img {
  width: 259px;
  height: auto;
}
@media (min-width: 768px) {
  .header__logo.header__logo--repark img {
    width: 167px;
    height: auto;
  }
  .header__logo.header__logo--realty img {
    width: 167px;
    height: auto;
  }
  .footer .logo img {
    width: 259px;
    height: auto;
  }
}

/* toppi common component */
.toppi-promo {
  margin: 0 auto;
  padding: 24px;
  border: 2px solid #ddd;
  border-radius: 8px;
  color: #111;
}

.toppi-promo__logo {
  margin: 0 0 18px;
}

.toppi-promo__logo img {
  display: block;
  width: 160px;
  height: auto;
}

.toppi-promo__body {
  line-height: 1.8;
}

.toppi-promo__body p {
  margin: 0;
}

.toppi-promo__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 12px;
  padding: 5px 24px 5px 48px;
  border-radius: 6px;
  background-color: #0f6f44;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
}

.toppi-promo__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}

.toppi-promo__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #0f6f44;
  transform: translateY(-50%);
}

.toppi-promo__link:hover,
.toppi-promo__link:visited {
  color: #fff;
}

.toppi-promo__link:hover {
  background-color: #0b5635;
}

@media (min-width: 768px) {
  .toppi-promo {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .toppi-promo__logo {
    flex: 0 0 160px;
    margin-bottom: 0;
  }

  .toppi-promo__content {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .toppi-promo {
    padding: 20px 16px;
  }

  .toppi-promo__logo {
    text-align: center;
  }

  .toppi-promo__logo img {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
  }
}
