main p {
  color: #333;
}
main a {
  color: #1D87B7;
  cursor: pointer;
}
.market-price-title-wrapper .h1-inner {
  position: relative;
  z-index: 1;
}
.market-price-title-wrapper .h1-inner {
  padding: 10px 0 0;
}
.market-price-title-wrapper .h1-inner p {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .market-price-title-wrapper .h1-inner p {
    font-size: 1.2rem;
  }
}
/*折れ線グラフ*/
.tab-line-chart .tab-inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.mv-left .tab-line-chart .tab-inner {
  width: 100%;
}
.tab-line-chart .tab-inner .tab {
  width: calc(100% / 2);
  background: #F6F6F6;
  box-sizing: border-box;
  border-bottom: solid 1px #C8C8C8;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .tab-line-chart .tab-inner .tab {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tab-line-chart .tab-inner .tab.is-active {
  background: #FFF;
  border-top: solid 2px #017F9D;
  border-bottom: none;
  border-right: solid 1px #C8C8C8;
  border-left: solid 1px #C8C8C8;
}
.tab-line-chart .tab-inner .tab p {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab-line-chart .tab-inner {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.tab-content {
  display: none;
}
.tab-content.is-show {
  display: block;
}
.tab-content {
  border-left: solid 1px #C8C8C8;
  border-right: solid 1px #C8C8C8;
  border-bottom: solid 1px #C8C8C8;
  padding: 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .tab-content {
    padding: 10px 5px 0;
  }
}
.chart-line {
  width: 1080px;
  margin: 0 auto;
}
.mv-left .chart-line {
  width: 100%;
}
.chart-line .chart-line-inner {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .chart-line {
    width: auto;
    margin: 0 20px 5px;
  }
  .chart-line .chart-line-inner {
    height: 400px;
  }
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner {
  background-color: rgba(147, 205, 217, 0.9);
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .fix-btn-wrapper .CTA-btn.request-CTA-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .fix-btn-wrapper .CTA-btn.request-CTA-inner {
    padding: 7px 10px 14px;
  }
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner a {
  padding: 8px 30px 8px 16px;
  border-radius: 3px;
  display: block;
}
@media screen and (min-width: 768px) {
  .fix-btn-wrapper .CTA-btn.request-CTA-inner a {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .fix-btn-wrapper .CTA-btn.request-CTA-inner a {
    padding: 6px 10px 7px 5px;
  }
  .fix-btn-wrapper .CTA-btn.request-CTA-inner div:not(.col2) a {
    padding: 4px 20px 5px 10px;
  }
  .fix-btn-wrapper .CTA-btn.request-CTA-inner .col2 a::before {
    display: inline-block;
    right: 10px;
    width: 4px;
    height: 4px;
  }
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner .col2 {
  display: flex;
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner .col2 a:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .fix-btn-wrapper .CTA-btn.request-CTA-inner .col2 a:first-of-type {
    margin-right: 10px;
  }
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner > .txt {
  display: flex;
  align-items: center;
  margin-right: 15px;
  padding: 4px 0 0;
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner > .txt p {
  color: #333;
  line-height: 1.4;
  font-size: 1.3rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .fix-btn-wrapper .CTA-btn.request-CTA-inner > .txt {
    margin: 0;
    padding: 0 0 4px;
    justify-content: center;
  }
  .fix-btn-wrapper .CTA-btn.request-CTA-inner > .txt p {
    font-size: 1rem;
    font-weight: 200;
    display: inline-block;
    padding: 0 16px;
    position: relative;
  }
  .fix-btn-wrapper .CTA-btn.request-CTA-inner > .txt p::before, .fix-btn-wrapper .CTA-btn.request-CTA-inner > .txt p::after {
    content: "／";
    display: inline-block;
    position: absolute;
    color: #333;
    top: 0;
    right: 0;
  }
  .fix-btn-wrapper .CTA-btn.request-CTA-inner > .txt p::before {
    content: "＼";
    left: 0;
  }
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .fix-btn-wrapper .CTA-btn.request-CTA-inner p {
    font-size: 1.2rem;
    bottom: 0;
  }
  .fix-btn-wrapper .CTA-btn.request-CTA-inner div:not(.col2):not(.txt) p {
    font-size: 1.4rem;
  }
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner p.small-txt {
  font-size: 1rem;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .fix-btn-wrapper .CTA-btn.request-CTA-inner p.small-txt {
    letter-spacing: 0;
  }
  .fix-btn-wrapper .CTA-btn.request-CTA-inner div:not(.col2) p.small-txt {
    font-size: 1rem;
    padding-bottom: 1px;
  }
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner .sale {
  background-color: #017F9D;
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner .rent {
  background-color: #FFF;
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner a.rent::before {
  border-top: 1px solid #017F9D;
  border-right: 1px solid #017F9D;
}
.fix-btn-wrapper .CTA-btn.request-CTA-inner .rent p {
  color: #017F9D;
}
.section-inner:first-of-type {
  padding: 4px 0 20px;
}
/*ページトップに戻るボタンの位置*/
main~ footer .footer-gotoTop.is-fixed {
  bottom: 90px;
}
@media screen and (max-width: 767px) {
  main~ footer .footer-gotoTop.is-fixed {
    bottom: 90px;
  }
}
/*市区町村・駅 相場リスト*/
.price-inner {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .price-inner {
    padding-bottom: 15px;
  }
}
/*コメントリンク*/
.comments-link {
  font-size: 1.2rem;
  width: 1080px;
  text-align: right;
  margin: 0 auto;
  white-space: nowrap;
}
.comments-link, .comments-link a {
  font-size: 1rem;
  color: #919191;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .comments-link {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.caption-txt p {
  font-size: 1rem;
  color: #919191;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .caption-txt {
    width: 1080px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .caption-txt.right {
    justify-content: right;
  }
  .caption-txt .comments-link {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .caption-txt {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .caption-txt .comments-link {
    width: 100%;
    margin: 0;
  }
}
/*推移テキスト*/
.transition-txt {
  background: #F6F6F6;
  padding: 20px;
  width: 1080px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .transition-txt {
    width: calc(100% - 40px);
    margin: 20px 20px 0;
    padding: 8px 10px 10px;
  }
}
.transition-txt p {
  font-size: 1.4rem;
  color: #000;
}
.transition-txt .ttl {
  font-size: 2rem;
  color: #017F9D;
  font-weight: 800;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .transition-txt .ttl {
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
}
.transition-txt span {
  font-weight: 800;
  text-decoration: underline;
  background: linear-gradient(transparent 40%, rgb(222 208 82 / 85%) 40%);
}