body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
main p {
  color: #333;
}
main a {
  color: #1d87b7;
  cursor: pointer;
}
html {
  overflow: overlay;
}
img {
  vertical-align: bottom;
}

.h2-title-inner {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.tab-line-chart-wrapper .h2-title-inner,
.case-study-wrapper .h2-title-inner,
.sale-price-soba-wrapper .h2-title-inner {
  padding-bottom: 10px;
}
.h2-title-inner h2 {
  font-size: 3.2rem;
  font-weight: 800;
  padding: 0 0 0 16px;
  position: relative;
}
.h2-title-inner h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 35px;
  background-color: #343e48;
  left: 0;
  top: calc(100% - 38px);
}
.h2-title-inner .sub-txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #8e8e8e;
  line-height: 1.6;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .h2-title-inner {
    width: auto;
    padding-bottom: 22px;
  }
  .h2-title-inner h2 {
    font-size: 2rem;
    padding: 0 0 0 12px;
  }
  .h2-title-inner h2::before {
    width: 3px;
    height: 20px;
    top: 5px;
  }
  .h2-title-inner .sub-txt {
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 7px;
  }
}
h3.ttl {
  font-size: 2rem;
  padding-left: 10px;
  position: relative;
}
h3.ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 22px;
  background-color: #333;
  left: 0;
  top: calc(50% - 11px);
}
@media screen and (max-width: 767px) {
  h3.ttl {
    font-size: 1.6rem;
  }
  h3.ttl::before {
    height: 18px;
    top: calc(50% - 8px);
  }
}

.attention-txt {
  padding: 12px 0 8px;
  max-width: 1080px;
  margin: 0 auto;
}
.attention-txt p {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
.attention-txt p.small-txt {
  font-size: 1rem;
}

/* マンション、一戸建て　ヘッダー下リンク */
@media screen and (min-width: 768px) {
  .trend-sell .nav-wrapper {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.trend-sell .nav-inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .trend-sell .nav-inner {
    width: 100%;
    margin: 0;
  }
}
.trend-sell .global-nav {
  border: 1px solid #257f99;
  box-shadow: none;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .trend-sell .global-nav {
    margin-bottom: 1px;
  }
}
.trend-sell .global-nav li {
  width: calc(100% / 5);
  border-left: 1px solid #257f99;
}
@media screen and (min-width: 768px) {
  .trend-sell .mansion .global-nav li p {
    line-height: 1.4;
    text-align: center;
  }
  .trend-sell .mansion .global-nav li a {
    height: 66px;
  }
}
@media screen and (max-width: 767px) {
  .trend-sell .mansion .global-nav li p {
    line-height: 1.3;
    text-align: center;
  }
  .trend-sell .mansion .global-nav li a {
    height: 60px;
  }
}
.trend-sell .global-nav li:first-of-type {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .trend-sell .global-nav {
    flex-wrap: wrap;
    border: none;
    border-top: 1px solid #257f99;
  }
  .trend-sell .global-nav li {
    width: calc(100% / 2);
    border: none;
    border-right: 1px solid #257f99;
    border-bottom: 1px solid #257f99;
  }
  .trend-sell .global-nav li:nth-of-type(2n) {
    border-right: none;
  }
}
.trend-sell .global-nav a {
  background: #d9f3f8;
}
.trend-sell .global-nav a p {
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* 売却・価格相場・査定依頼 */
.market-table-wrapper .h2-title-inner {
  padding-bottom: 10px;
}
.sell-marketprice-wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-wrapper {
    width: calc(100% - 40px);
    margin: 20px 20px 0;
  }
  .sell-marketprice-wrapper .caption-txt {
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: end;
  }
  .sell-marketprice-wrapper .caption-txt .comments-link {
    width: 40%;
  }
}
.sell-marketprice-wrapper .h2-title-inner {
  padding-bottom: 20px;
}
.sell-marketprice-wrapper .h2-title-inner .sub-txt {
  padding-top: 20px;
}
.sell-marketprice-inner:not(.kodate) {
  border: solid 2px #f2f2f2;
}
@media screen and (min-width: 768px) {
  .sell-marketprice-inner .nocolor-ttl {
    padding: 10px 20px;
  }
}
.sell-marketprice-inner .ttl,
.sell-marketprice-inner .nocolor-ttl {
  background: #f2f2f2;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  padding: 10px;
}
.sell-marketprice-inner .nocolor-ttl {
  background: none;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-inner .ttl,
  .sell-marketprice-inner .nocolor-ttl {
    font-size: 1.4rem;
    padding: 6px 10px;
  }
}
.sell-marketprice-inner .txt-inner,
.sell-marketprice-inner .txt-inner .marketprice-inner {
  padding: 10px 20px;
  display: flex;
  font-weight: bold;
  justify-content: space-evenly;
}
.sell-marketprice-inner .txt-inner .marketprice-inner p {
  font-size: 2.2rem;
}
.sell-marketprice-inner .txt-inner .marketprice-inner p:nth-child(2n) {
  color: #e65d44;
  padding-left: 20px;
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-inner .txt-inner {
    display: block;
  }
  .sell-marketprice-inner .txt-inner .marketprice-inner {
    padding: 0;
    justify-content: space-around;
  }
  .sell-marketprice-inner .txt-inner .marketprice-inner p {
    font-size: 1.4rem;
  }
  .sell-marketprice-inner .txt-inner .marketprice-inner p:nth-child(2n) {
    font-size: 1.8rem;
  }
}

/* 売却・価格相場・査定を地域、沿線・駅から確認 */
.sell-list-inner {
  width: 1080px;
  margin: 0 auto;
}
.sell-list-inner .select-txt {
  background: #f7f7f7;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 20px;
}
.sell-list-inner .h2-title-inner {
  padding: 10px 0 0 0;
}
.sell-list-inner .h2-title-inner .sub-txt {
  padding-top: 10px;
}
.sell-list-inner .sell-list-txt p.ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 5px;
}
.sell-list-inner .sell-list-txt ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
}
.sell-list-inner .sell-list-txt ul li {
  font-size: 1.6rem;
  padding: 6px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .sell-list-inner .sell-list-txt:not(.list-train) ul li {
    width: calc(100% / 5);
  }
  .sell-list-inner .sell-list-txt:not(.list-train) ul li:nth-child(n + 5) {
    padding-right: 0;
  }
  .sell-list-inner .sell-list-txt.list-train ul li {
    width: calc(100% / 4);
  }
  .sell-list-inner .sell-list-txt.list-train ul li:nth-child(n + 3) {
    padding-right: 0;
  }
}
.sell-list-inner .sell-list-txt ul li a {
  text-decoration: underline;
}
.sell-list-inner .btn-txt {
  text-align: right;
  font-size: 1.6rem;
  font-weight: normal;
}
.sell-list-inner .btn-txt a {
  width: 100%;
  padding: 18px 35px 8px 16px;
  display: block;
  position: relative;
  transition: 0.2s all;
  text-decoration: underline;
  color: #000;
}
.sell-list-inner .btn-txt a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc((100% - -4px) / 2);
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sell-list-inner {
    width: 100%;
  }
  .sell-list-inner .h2-title-inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 10px 0 5px 0;
  }
  .sell-list-inner .select-txt {
    font-size: 1.6rem;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sell-list-inner .sell-list-txt {
    width: calc(100% - 40px);
    margin: 0 auto 10px auto;
  }
  .sell-list-inner .sell-list-txt ul li {
    padding-right: 40px;
    font-size: 1.4rem;
    width: calc(100% / 3);
  }
  .sell-list-inner .btn-txt {
    font-size: 1.4rem;
  }
  .sell-list-inner .sell-list-txt.list-train ul li {
    width: auto;
    padding-right: 20px;
    width: calc(100% / 2);
  }
  .sell-list-inner .sell-list-txt.list-station ul li {
    padding-right: 30px;
  }
  .sell-list-inner .btn-txt a {
    text-align: center;
    padding-top: 10px;
  }
  .sell-list-inner .btn-txt a::before {
    right: 45px;
    top: calc(100% / 2);
  }
}

/* 売却価格別物件数 */
.price-table-wrapper {
  width: 1080px;
  margin: 0 auto;
}
.price-table-wrapper > div {
  position: relative;
}
.price-table-wrapper > div:nth-of-type(2) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .price-table-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .price-table-wrapper .caption-txt {
    width: 100%;
    margin: 0;
    padding-top: 6px;
  }
  .price-table-wrapper .title-inner {
    width: 100%;
    margin: 0;
  }
  .price-table-wrapper > div:nth-of-type(2) {
    margin-top: 20px;
  }
}
.price-table-wrapper .h2-title-inner .sub-txt {
  position: absolute;
  width: 740px;
}
@media screen and (max-width: 767px) {
  .price-table-wrapper .h2-title-inner .sub-txt {
    width: 100%;
    position: static;
    line-height: 1.4;
  }
}
.price-table-wrapper .price-table-inner:not(:last-of-type) {
  padding-bottom: 40px;
}
.price-table-inner table {
  width: 1080px;
  padding-top: 25px;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .price-table-wrapper .price-table-inner:not(:last-of-type) {
    padding-bottom: 25px;
  }
  .price-table-inner table {
    width: calc(100% + 10px);
    margin: 0 0 auto -10px;
    padding-top: 0;
  }
}
.price-table-wrapper .price-table-inner .txt-inner {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
}
.price-table-wrapper .price-table-ttl .txt-inner {
  top: 50px;
}
.price-table-wrapper .price-table-inner .txt-inner:last-child {
  top: 0;
}
.price-table-wrapper .price-table-inner .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .price-table-wrapper .price-table-inner .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.price-table-inner table th,
.price-table-inner table td {
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
}
.price-table-inner table th,
.price-table-inner table th p {
  color: #6d6d6d;
  font-weight: 300;
}
.price-table-inner table .vertical-label {
  width: 76px;
  border-right: solid 2px #efefef;
  text-align: right;
  padding-right: 14px;
  white-space: nowrap;
}
.price-table-inner table td {
  border-right: solid 1px #efefef;
  border-top: solid 1px #efefef;
  height: 45px;
  width: calc((1080px - 90px) / 8);
  font-size: 1.5rem;
  color: #959595;
}
@media screen and (max-width: 767px) {
  .price-table-inner table th,
  .price-table-inner table th p,
  .price-table-inner table td {
    font-size: 1rem;
    line-height: 1.2;
  }
  .price-table-inner table .vertical-label {
    width: 55px;
    padding-right: 7px;
  }
  .price-table-inner table td {
    font-size: 1.1rem;
    width: calc((100% - 62px) / 8);
    line-height: 1;
  }
}
.price-table-inner table td.bg01,
.price-table-inner table td.bg02,
.price-table-inner table td.bg03,
.price-table-inner table td.bg04,
.price-table-inner table td.bg05 {
  color: #333;
}
.price-table-inner table td.bg01 {
  background-color: #fff;
}
.price-table-inner table td.bg02 {
  background-color: #f3fdff;
}
.price-table-inner table td.bg03 {
  background-color: #bbe7f1;
}
.price-table-inner table td.bg04 {
  background-color: #8dc7d4;
}
.price-table-inner table td.bg05 {
  background-color: #60b8cb;
}
.price-table-inner table tr:nth-last-of-type(-n + 2) td {
  border-bottom: solid 2px #efefef;
  height: 47px;
}
.price-table-inner table tr:last-of-type th {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .price-table-inner table tr:last-of-type th {
    margin: 0 auto;
  }
  .price-table-inner table tr:last-of-type th p {
    text-align: right;
    vertical-align: top;
    padding-top: 7px;
    display: inline-block;
  }
}
.price-table-inner table tr:last-of-type .vertical-label {
  border: none;
}
.price-table-wrapper .caption-txt {
  margin: 4px auto 0;
}

/* 売却相場 平均価格 */
.salesoba-table-wrapper {
  width: 1080px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.salesoba-table-wrapper .h2-title-inner {
  padding-bottom: 20px;
}
.salesoba-table-wrapper .h2-title-inner .sub-txt {
  padding-top: 10px;
}
.salesoba-table-wrapper .salesoba-table dt,
.salesoba-table-wrapper .salesoba-table dt ul {
  display: flex;
  background: #f6f6f6;
  font-weight: bold;
}
.salesoba-table-wrapper .salesoba-table dd {
  display: flex;
  flex-wrap: wrap;
}
.salesoba-table-wrapper .salesoba-table dd ul {
  display: flex;
  border-bottom: 2px solid #f6f6f6;
}
.salesoba-table-wrapper .salesoba-table li {
  width: calc((1080px - 20px) / 6);
  padding: 8px 0 8px 20px;
}
.salesoba-table-wrapper .salesoba-table li p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.salesoba-table-wrapper .salesoba-table ul li:first-child {
  padding-left: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .salesoba-table-wrapper {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .salesoba-table-wrapper .salesoba-table dd li {
    font-weight: normal;
  }
  .salesoba-table-wrapper .salesoba-table li {
    width: calc((100vw - 20px) / 3);
    padding-left: 10px;
  }
  .salesoba-table-wrapper .salesoba-table li p span {
    font-size: 1.4rem;
  }
  .salesoba-table-wrapper .salesoba-table ul li:first-child {
    padding-left: 10px;
  }
  .salesoba-table-wrapper .salesoba-table {
    margin-bottom: 10px;
  }
  .salesoba-table-wrapper .caption-txt {
    width: 100%;
    margin: 5px auto 0 auto;
    display: block;
  }
  .salesoba-table-wrapper .caption-txt > div {
    width: 370px;
  }
}
.supplement-inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 0 4px 10px;
}
@media screen and (max-width: 767px) {
  .supplement-inner {
    padding: 4px 0 0 0;
    justify-content: right;
  }
}
.supplement-inner p {
  font-size: 1.2rem;
}
.supplement-inner ul {
  display: flex;
  margin: 0 7px;
}
.supplement-inner ul li {
  width: 48px;
  height: 20px;
  border: solid 1px #d8d8d8;
}
@media screen and (max-width: 767px) {
  .supplement-inner ul li {
    width: 45px;
    height: 20px;
  }
}
.supplement-inner ul li:not(:first-of-type) {
  margin-left: 4px;
}
.supplement-inner ul li.bg01 {
  background-color: #fff;
}
.supplement-inner ul li.bg02 {
  background-color: #f3fdff;
}
.supplement-inner ul li.bg03 {
  background-color: #bbe7f1;
}
.supplement-inner ul li.bg04 {
  background-color: #8dc7d4;
}
.supplement-inner ul li.bg05 {
  background-color: #60b8cb;
}

/* 売却成約したお客様の声 */
.customer-wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .customer-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .customer-wrapper .title-inner {
    width: 100%;
    margin: 0;
  }
}
.customer-wrapper .txt {
  font-size: 1.6rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .customer-wrapper .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .voice-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .voice-inner {
    display: flex;
    flex-direction: column;
    width: calc((100% - 40px) / 2);
  }
  .voice-inner:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 40px;
  }
  .voice-inner:nth-of-type(2n) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .voice-inner:not(:first-of-type) {
    margin-top: 30px;
  }
}
.voice-title {
  display: flex;
  align-content: center;
  align-items: center;
}
.voice-title .voice-img {
  width: 80px;
  margin-right: 20px;
  box-sizing: border-box;
}
.voice-title .voice-img img {
  border-radius: 5px;
}
.voice-title .txt {
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .voice-title .txt {
    width: 350px;
  }
}
.voice-title .txt p {
  font-size: 1.6rem;
  color: #6f6f6f;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .voice-title .txt p {
    font-size: 1.4rem;
  }
}
.voice-title .txt p.title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .voice-title .txt p.title {
    font-size: 1.6rem;
  }
}
.voice-inner.is-hidden {
  display: none;
}
.voice-inner .voice {
  background: #ddf5f9;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
  flex: 2;
  height: 100%;
  min-height: 0%;
  box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4);
}
.voice-inner .voice::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("/trend/img/img_comment01_left.png");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  top: -25px;
  left: 20px;
}
.voice-inner .voice p {
  font-size: 1.6rem;
  z-index: 1;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .voice-inner .voice p {
    font-size: 1.4rem;
  }
}
.under-line {
  background: linear-gradient(transparent 60%, #fff399 60%);
}
@media screen and (min-width: 768px) {
  .show-btn-inner {
    padding: 40px 0 0;
  }
  .show-btn {
    background-color: #f6f6f6;
    border-radius: 50vh;
    width: 460px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .show-btn p {
    color: #333;
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-inner.hidden-voice-inner .voice p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .show-btn {
    padding: 0 5px 6px;
    font-size: 1.3rem;
    width: calc(100% + 40px);
    margin: -3px -20px 0;
    background: #fff;
    position: relative;
    text-align: center;
  }
  .show-btn::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 80px;
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(
      rgba(255, 255, 255, 0) 2%,
      rgba(255, 255, 255, 0.3) 25%,
      rgba(255, 255, 255, 0.7) 45%,
      rgba(255, 255, 255, 1) 90%,
      rgba(255, 255, 255, 1) 95%
    );
    background: -o-linear-gradient(
      rgba(255, 255, 255, 0) 2%,
      rgba(255, 255, 255, 0.3) 25%,
      rgba(255, 255, 255, 0.7) 45%,
      rgba(255, 255, 255, 1) 90%,
      rgba(255, 255, 255, 1) 95%
    );
    background: linear-gradient(
      rgba(255, 255, 255, 0) 2%,
      rgba(255, 255, 255, 0.3) 25%,
      rgba(255, 255, 255, 0.7) 45%,
      rgba(255, 255, 255, 1) 90%,
      rgba(255, 255, 255, 1) 95%
    );
    top: -80px;
    left: 0;
  }
  .show-btn p {
    color: #333;
    background-color: #f6f6f6;
    border-radius: 50vh;
    width: 150px;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    z-index: 1;
  }
}

/* 汎用系白ボタン、お役立ち記事、共通section-inner */
.article-wrapper .btn-normal {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main:not(.trend-detail) .btn-normal {
    width: 100%;
    margin: 0 auto;
  }
  .article-wrapper .btn-normal {
    margin-top: 10px;
  }
  .article-wrapper .article-inner {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .article-wrapper .h2-title-inner {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .main.trend-sell .col2_article .mod-article_list {
    margin-top: 0;
  }
}
.trend-sell .section-inner {
  padding: 25px 0 65px;
}
@media screen and (max-width: 767px) {
  .trend-sell .section-inner {
    padding: 20px 0 30px;
  }
}

/* 新着物件情報 */
.section-inner .building-inner:not(:last-of-type) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section-inner .building-inner:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .section-inner .sell-building-inner .h2-title-inner {
    width: calc(100% - 40px);
  }
}
.building-inner h3.ttl {
  width: 1080px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .building-inner h3.ttl {
    width: calc(100% - 40px);
    margin: 0 20px 15px;
  }
  .trend-sell-mansion .building-detail-inner:not(:nth-of-type(1)) {
    margin-top: 13px;
  }
}
.building-inner .building-link-list,
.building-inner .building-detail-wrapper {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .building-inner .building-link-list,
  .building-inner .building-detail-wrapper {
    padding-bottom: 10px;
  }
}

.search-wrapper {
  width: 1080px;
  margin: 0 auto;
}
.search-room-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .search-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .search-room-inner {
    flex-flow: column;
  }
}
.search-wrapper .search-room-inner:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .search-wrapper .search-room-inner:not(:first-of-type) {
    margin-top: 20px;
  }
}
.search-room-inner .search-link-wrapper {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .search-room-inner .buy-link-inner {
    width: calc((1080px - 10px) / 3 * 2);
    display: block;
  }
  .search-room-inner .rent-link-inner {
    width: calc((1080px - 40px) / 3);
    margin: 30px 0 0 0;
  }
  .search-room-inner .link-inner.col2 .search-link-wrapper {
    display: flex;
  }
  .search-room-inner .link-inner.col3 .search-link-wrapper {
    display: flex;
    width: 1080px;
  }
  .search-room-inner .link-inner.col2 .search-link {
    width: calc((100% - 20px) / 2);
  }
  .search-room-inner .link-inner.col3 .search-link {
    width: calc((100% - 20px) / 3);
  }
  .search-room-inner .link-inner.col2 .search-link:first-of-type {
    margin-right: 20px;
  }
  .search-room-inner .link-inner.col3 .search-link {
    margin-right: 20px;
  }
  .search-room-inner .link-inner.col3 .search-link:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-room-inner .rent-link-inner {
    margin-top: 20px;
  }
  .search-room-inner .link-inner .search-link-wrapper .col3 {
    margin-top: 20px;
    display: flex;
  }
  .search-room-inner .link-inner.col2 .search-link:first-of-type,
  .search-room-inner .link-inner.col3 .search-link:first-of-type,
  .search-room-inner .link-inner.col3 .search-link:nth-child(2) {
    margin-bottom: 20px;
  }
}
.search-room-inner .search-link a {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  border-radius: 3px;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .search-room-inner .search-link a:hover {
    opacity: 0.5;
  }
}
.search-room-inner .search-link.rent a::after {
  background-image: url(/trend/img/img_search_rent_pc.jpg);
}
.search-room-inner .search-link.mansion a::after {
  background-image: url(/trend/img/img_search_mansion_pc.jpg);
}
.search-room-inner .search-link.kodate a::after {
  background-image: url(/trend/img/img_search_house_pc.jpg);
}
.search-room-inner .search-link.tochi a::after {
  background-image: url(/trend/img/img_search_tochi.jpg);
}
@media screen and (max-width: 767px) {
  .search-room-inner .search-link.rent a::after {
    background-image: url(/trend/img/img_search_rent_sp.jpg);
  }
  .search-room-inner .search-link.mansion a::after {
    background-image: url(/trend/img/img_search_mansion_sp.jpg);
  }
  .search-room-inner .search-link.kodate a::after {
    background-image: url(/trend/img/img_search_house_sp.jpg);
  }
}

/* 物件を探す */
.search-link-wrapper .btn-normal {
  width: auto;
  margin: 0;
}
.search-link-wrapper .btn-normal:not(:nth-of-type(n + 3)) {
  padding-top: 0;
}
.search-link-wrapper .btn-normal a {
  width: 100%;
}
.search-link-wrapper.col3 .btn-normal {
  width: calc((100% - 40px) / 3);
}
.search-link-wrapper.col3 .btn-normal:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .search-link-wrapper.col3 .btn-normal {
    width: calc((100% - 20px) / 3);
    padding-top: 0;
  }
  .search-link-wrapper.col3 .btn-normal:not(:last-of-type) {
    margin-right: 10px;
  }
}
.search-room-inner .search-link a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc((100% - 6px) / 2);
  right: 20px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.search-room-inner .search-link a::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 116px;
  height: 85px;
  background-size: 116px 85px;
  border-radius: 3px 0 0 3px;
}
.search-room-inner .search-link a .txt {
  margin: 0 0 0 auto;
  width: calc(100% - 122px);
  padding-right: 30px;
  box-sizing: border-box;
}
.search-room-inner .search-link a p {
  color: #333;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.search-room-inner .search-link a .small-txt {
  font-size: 1.2rem;
  padding-bottom: 4px;
  font-weight: 300;
}
.search-room-inner.col3 .link-inner {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .search-room-inner.col3 {
    flex-flow: row;
    flex-wrap: wrap;
  }
  .search-room-inner.col3 .link-inner {
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
  .search-room-inner.col3 .link-inner:first-of-type {
    margin-right: 10px;
  }
  .search-room-inner.col3 .link-inner:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.search-room-inner.col3 .link-inner.col4 {
  width: calc((100% - 20px) / 2);
  margin: 0;
}
.search-room-inner.col3 .link-inner.col4 .search-link-wrapper {
  display: flex;
}
.search-room-inner.col3 .link-inner.col4 .btn-normal {
  width: calc((100% - 42px) / 4);
}
@media screen and (min-width: 768px) {
  .search-room-inner.col3 .link-inner.col4 .btn-normal:not(:first-of-type) {
    margin-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .search-room-inner.col3 .link-inner.col4 {
    width: 100%;
    margin: 0;
  }
  .search-room-inner.col3 .link-inner.col4 .search-link-wrapper {
    flex-wrap: wrap;
  }
  .search-room-inner.col3 .link-inner.col4 .btn-normal {
    width: calc((100% - 10px) / 2);
  }
  .search-room-inner.col3 .link-inner.col4 .btn-normal:nth-of-type(2n) {
    margin-left: 10px;
  }
}
.search-wrapper .btn-normal a::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.search-wrapper .btn-normal a.link_blank::before {
  display: none;
}
.search-wrapper .btn-normal a.link_blank::after {
  right: 18px;
}
.sell-link-inner {
  width: 1080px;
  margin: 0 auto -20px;
}
@media screen and (max-width: 767px) {
  .sell-link-inner {
    width: 100%;
    margin: 0 0 -12px;
  }
}
.sell-link-inner .ttl {
  font-size: 1.6rem;
  line-height: 1.5;
}
.sell-link-inner .accord-btn {
  padding: 10px 0 0;
  margin-top: 8px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sell-link-inner .accord-btn.ttl {
    padding: 10px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .sell-link-inner .accord-btn span {
    position: relative;
    padding-right: 32px;
    display: inline-block;
    width: 120px;
    white-space: nowrap;
  }
  .sell-link-inner .accord-btn span::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #666;
    left: inherit;
    right: 0;
    top: calc(50% - 1px);
  }
  .sell-link-inner .accord-btn span::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #666;
    right: 0;
    top: calc(50% - 1px);
    opacity: 1;
    transform: rotate(90deg);
  }
  .sell-link-inner .accord-btn.is-active span::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .sell-link-inner .accord-btn::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #666;
    left: inherit;
    right: 20px;
    top: calc(50% - 1px);
  }
  .sell-link-inner .accord-btn::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #666;
    right: 20px;
    top: calc(50% - 1px);
    opacity: 1;
    transform: rotate(90deg);
  }
  .sell-link-inner .accord-btn.is-active::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .sell-link-inner .ttl {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
.sell-link-inner .list-inner:not(:first-of-type) {
  margin-top: 20px;
}
.sell-link-inner ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
  padding-bottom: 20px;
}
.sell-link-inner ul li:not(:last-of-type) {
  margin: 0 15px 15px 0;
}
.sell-link-inner .accord-box {
  display: none;
}
.sell-link-inner .list-box {
  display: flex;
  margin-right: 10px;
}
.sell-link-inner .list-box p {
  width: 200px;
  font-size: 1.6rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sell-link-inner .list-box p {
    width: 160px;
  }
  .sell-link-inner .list-box,
  .sell-link-inner .accord-box {
    margin: 0 auto;
  }
  .sell-link-inner ul {
    width: calc(100% + 12px);
    padding-bottom: 12px;
  }
  .sell-link-inner ul li:not(:last-of-type) {
    margin-right: 12px;
  }
}
.sell-link-inner ul a {
  font-size: 1.4rem;
  background-color: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
  font-weight: 200;
  color: #333;
  font-weight: 500;
  padding: 5px 10px;
  display: inline-block;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .sell-link-inner ul a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .sell-link-inner ul a {
    font-size: 1.2rem;
  }
}

/* 専門家によるエリア評価コメント　未使用（htmlはコメントアウトで残してあるのでcssも残し）*/
/* 開発側では不要でしたら削除お願いします */
@media screen and (max-width: 767px) {
  .trend-sell-mansion .writer-comment-inner .writer-inner .comment {
    background-color: transparent;
    padding-top: 0;
  }
}
/* アンケート　未使用（htmlはコメントアウトで残してあるのでcssも残し）*/
/* 開発側では不要でしたら削除お願いします */
.enquete-wrapper {
  width: 1080px;
  margin: 0 auto;
}
.enquete-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .enquete-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .enquete-inner {
    flex-flow: column;
  }
}
.enquete-inner {
  padding-top: 10px;
}
.enquete-inner .enquete-list-wrapper {
  width: calc((100% - 60px) / 2);
}
@media screen and (min-width: 768px) {
  .enquete-inner .enquete-list-wrapper:nth-of-type(n + 3) {
    margin-top: 50px;
  }
  .enquete-inner .enquete-list-wrapper:nth-of-type(2n) {
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .enquete-inner .enquete-list-wrapper {
    width: 100%;
  }
  .enquete-inner .enquete-list-wrapper:not(:first-of-type) {
    margin-top: 30px;
  }
}
.enquete-inner .enquete {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 800;
  padding-left: 50px;
  position: relative;
}
.enquete-inner .enquete::before {
  content: "Q";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #017f9d;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
  background-size: cover;
  border-radius: 50vh;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .enquete-inner .enquete {
    font-size: 1.6rem;
    min-height: 40px;
    display: flex;
    align-items: center;
    line-height: 1.4;
    font-weight: 800;
    padding-left: 50px;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .enquete-inner .enquete::before {
    top: calc(50% - 20px);
  }
}
.enquete-list li {
  padding: 10px 20px 11px;
  border-bottom: solid 1px #efefef;
}
.enquete-list li:nth-of-type(2n) {
  background-color: #f6f6f6;
}
.enquete-list div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enquete-list div p {
  font-size: 1.6rem;
}
.enquete-list div .pct-txt {
  color: #017f9d;
  font-size: 2rem;
  font-weight: 800;
  padding-left: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .enquete-list div p {
    font-size: 1.4rem;
  }
  .enquete-list div .pct-txt {
    font-size: 1.8rem;
  }
}
/* こんなお悩みありませんか?　未使用（htmlはコメントアウトで残してあるのでcssも残し）*/
/* 開発側では不要でしたら削除お願いします */
.worry-txt-wrapper {
  background-color: #1f82e5;
  padding: 30px 0 38px;
  margin-bottom: -25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .worry-txt-wrapper {
    margin: 25px 0 -20px;
  }
}
.worry-txt-inner {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry-txt-inner {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .worry-txt-inner::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url("/trend/img/img_building.png");
    width: 383px;
    height: 341px;
    background-size: cover;
    left: -230px;
    bottom: -55px;
    z-index: 0;
  }
}
.worry-txt-inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("/trend/img/img_woman.png");
  width: 214px;
  height: 308px;
  background-size: cover;
  right: -170px;
  bottom: -38px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .worry-txt-inner::after {
    width: 184px;
    height: 265px;
    background-size: cover;
    right: -50px;
    bottom: -38px;
    z-index: 0;
  }
}
.worry-txt-inner * {
  z-index: 1;
}
.worry-txt-inner .ttl {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
  padding-bottom: 24px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry-txt-inner .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.worry-txt-inner .comment-wrapper .comment-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .worry-txt-inner .comment-wrapper .comment-inner {
    justify-content: left;
  }
}
.worry-txt-inner .comment-wrapper .comment-inner:not(:last-of-type) {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .worry-txt-inner .comment-wrapper .comment-inner:not(:last-of-type) {
    padding-bottom: 16px;
  }
}
.worry-txt-inner .comment-inner .comment:not(:first-of-type) {
  margin-left: 40px;
}
.worry-txt-inner .comment-wrapper .comment p {
  font-size: 2rem;
  font-weight: 800;
  background-color: #b3efa4;
  border-radius: 50vh;
  padding: 2px 20px 3px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry-txt-inner .comment-wrapper .comment p {
    font-size: 1.6rem;
  }
}
.worry-txt-inner .comment-wrapper .comment p::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(/trend/img/img_comment_green.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  left: 20px;
  bottom: -10px;
}

/* 相場・価格推移を調べる */
.mansion-soba-wrapper .search-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mansion-soba-wrapper .h2-title-inner {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .mansion-soba-wrapper .search-wrapper {
    flex-flow: column;
  }
}
.mansion-soba-wrapper .search-wrapper .search-ttl {
  font-size: 1.6rem;
  font-weight: 800;
  padding-bottom: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .search-wrapper .search-input-txt {
    margin: 0;
  }
}
.mansion-soba-wrapper .search-wrapper .search-input-txt input,
.mansion-soba-wrapper .search-wrapper .search-input-txt .input-btn {
  height: 55px;
}
.mansion-soba-wrapper .search-wrapper .search-input-txt input {
  font-size: 1.6rem;
}
.mansion-soba-wrapper .search-link-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 40px) / 3 * 2 + 20px);
}
.mansion-soba-wrapper .search-link-inner.col2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mansion-soba-wrapper .search-link-inner.col2 .search-link {
    width: calc((100% - 40px) / 2);
  }
  .mansion-soba-wrapper
    .search-link-inner.col2
    .search-link:not(:first-of-type) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mansion-soba-wrapper .search-link-inner {
    width: 100%;
    flex-flow: column;
  }
}
.mansion-soba-wrapper .search-link-inner .search-link {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .mansion-soba-wrapper .search-link-inner .search-link {
    width: 100%;
  }
  .mansion-soba-wrapper .search-link-inner .search-link:not(:first-of-type) {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mansion-soba-wrapper .search-link-inner .search-link:not(:first-of-type) {
    margin-left: 20px;
  }
}
.mansion-soba-wrapper .search-link-inner .search-link a {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  border-radius: 3px;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .mansion-soba-wrapper .search-link-inner .search-link a:hover {
    opacity: 0.5;
  }
}
.mansion-soba-wrapper .search-link-inner .search-link a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc((100% - 6px) / 2);
  right: 20px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #017f9d;
  border-right: 1px solid #017f9d;
}
.mansion-soba-wrapper .search-link-inner .search-link a::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 116px;
  height: 80px;
  background-size: 116px 80px;
  border-radius: 3px 0 0 3px;
}
.mansion-soba-wrapper
  .search-link-inner.sell-mansion
  .search-link.area
  a::after {
  background-image: url(/trend/img/img_area_pc04.jpg);
}
.mansion-soba-wrapper
  .search-link-inner.sell-mansion
  .search-link.station
  a::after {
  background-image: url(/trend/img/img_station_pc04.jpg);
}
@media screen and (min-width: 768px) {
  .mansion-soba-wrapper .search-link-inner.col2 .search-link a {
    width: 100%;
    height: 85px;
  }
  .mansion-soba-wrapper .search-link-inner.col2 .search-link a p {
    color: #333;
    font-size: 2rem;
    margin: 0 0 0 auto;
    width: calc(100% - 190px);
    display: flex;
    justify-content: center;
    padding-right: 12px;
  }
  .mansion-soba-wrapper .search-link-inner.col2 .search-link a::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: calc((100% - 6px) / 2);
    right: 20px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #017f9d;
    border-right: 1px solid #017f9d;
  }
  .mansion-soba-wrapper .search-link-inner.col2 .search-link a::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 190px;
    height: 85px;
    background-size: cover;
    border-radius: 3px 0 0 3px;
    background-position: bottom;
  }
  .mansion-soba-wrapper
    .search-link-inner.col2.sell-mansion
    .search-link.area
    a::after {
    background-image: url(/trend/img/img_area_sp04.jpg);
  }
}
@media screen and (max-width: 767px) {
  .mansion-soba-wrapper .search-link-inner.sell-mansion .search-link a p {
    font-size: 1.6rem;
    width: calc(100% - 150px);
    line-height: 1.4;
    padding-bottom: 1px;
  }
  .mansion-soba-wrapper .search-link-inner.sell-mansion .search-link a::after {
    width: 150px;
    height: 80px;
    background-size: 150px 80px;
  }
  .mansion-soba-wrapper
    .search-link-inner.sell-mansion
    .search-link.area
    a::after {
    background-image: url(/trend/img/img_area_sp04.jpg);
  }
  .mansion-soba-wrapper
    .search-link-inner.sell-mansion
    .search-link.station
    a::after {
    background-image: url(/trend/img/img_station_sp04.jpg);
  }
}
.mansion-soba-wrapper .search-link-inner .search-link a p {
  color: #333;
  margin: 0 0 0 auto;
  width: calc(100% - 116px);
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 16px;
  display: flex;
  justify-content: center;
}

/*　スターツグループの強み */
.strong-taste-wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .strong-taste-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding-bottom: 10px;
  }
}
.strong-taste-inner .strong-taste {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #f4fcfe;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .strong-taste-inner .strong-taste {
    flex-direction: column;
    padding: 20px 25px;
  }
}
.strong-taste-inner .strong-taste:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .strong-taste-inner .strong-taste:not(:first-of-type) {
    margin-top: 25px;
  }
}
.strong-taste-inner .strong-taste figure {
  width: 425px;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .strong-taste-inner .strong-taste figure {
    width: 100%;
    padding: 0 0 20px;
  }
}
.strong-taste-inner .strong-taste figure img {
  display: block;
}
.strong-taste-inner .strong-01 figure img {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .strong-taste-inner .strong-01 figure img {
    width: 100%;
    margin: 0 auto;
    max-width: 240px;
  }
}
.strong-taste-inner .strong-02 figure img {
  width: 230px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .strong-taste-inner .strong-02 figure img {
    width: 100%;
    margin: 0 auto;
    max-width: 185px;
  }
}
.strong-taste-inner .strong-03 figure img {
  width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .strong-taste-inner .strong-03 figure img {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
}
.strong-taste-inner .strong-taste .txt-inner {
  width: calc(100% - 425px);
}
@media screen and (max-width: 767px) {
  .strong-taste-inner .strong-taste .txt-inner {
    width: 100%;
  }
}
.strong-taste-inner .strong-taste .txt-inner p {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
}
.strong-taste-inner .strong-taste .txt-inner .ttl {
  font-size: 2.4rem;
  font-weight: 800;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .strong-taste-inner .strong-taste .txt-inner p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .strong-taste-inner .strong-taste .txt-inner .ttl {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 15px;
  }
}

/*　不動産の流れ */
.section-inner.bg-gray#sell-flow {
  background: #f6f6f6;
  padding: 30px 0;
  margin: 20px 0;
}
.sell-flow-wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.sell-flow-wrapper .sell-flow-inner {
  padding-bottom: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper .sell-flow-inner {
    padding-bottom: 18px;
  }
}
.sell-flow-wrapper .sell-flow-inner:last-of-type {
  padding-bottom: 0;
}
.sell-flow-wrapper .sell-flow-inner::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -38px;
  left: calc(50% - 50px);
  border-style: solid;
  border-color: #e8e8e8 transparent transparent transparent;
  border-width: 38px 50px 0px 50px;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper .sell-flow-inner::before {
    bottom: -24px;
    left: calc(50% - 32px);
    border-width: 24px 32px 0px 32px;
  }
}
.sell-flow-wrapper .sell-flow-inner:last-of-type::before {
  display: none;
}
.sell-flow-wrapper .sell-flow-inner:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper .sell-flow-inner:not(:first-of-type) {
    margin-top: 39px;
  }
}
.sell-flow-wrapper .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 20px;
}
.sell-flow-wrapper .step-ttl + .txt {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 15px;
  }
  .sell-flow-wrapper .step-ttl + .txt {
    margin-top: 0;
  }
}
.sell-flow-wrapper .step-ttl {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper .step-ttl {
    padding-bottom: 10px;
    align-items: flex-start;
  }
}
.sell-flow-wrapper .step-ttl * {
  font-size: 2.2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper .step-ttl * {
    font-size: 1.6rem;
  }
  .sell-flow-wrapper .step-ttl .ttl {
    line-height: 1.4;
  }
}
.sell-flow-wrapper .step-ttl .step {
  margin-right: 30px;
  height: 38px;
  padding: 0 10px 0 14px;
  background-color: #cae6eb;
  position: relative;
}
.sell-flow-wrapper .step-ttl .step span {
  font-size: 1.8rem;
  display: flex;
  height: 100%;
  align-items: center;
  white-space: nowrap;
}
.sell-flow-wrapper .step-ttl .step::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  right: -12px;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 12px;
  border-color: transparent transparent transparent #cae6eb;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper .step-ttl .step {
    height: 24px;
    padding: 0 5px 0 7px;
    margin-right: 15px;
  }
  .sell-flow-wrapper .step-ttl .step span {
    font-size: 1.4rem;
  }
  .sell-flow-wrapper .step-ttl .step::before {
    right: -6px;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 6px;
  }
}

.sell-flow-wrapper.simple-step .sell-flow-step-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sell-flow-wrapper.simple-step .sell-flow-inner {
  border: 2px solid #ccc;
  margin: 0 18px 20px 0;
  width: 240px;
  height: 100px;
  position: relative;
  background: #fff;
}
.sell-flow-wrapper.simple-step .sell-flow-inner:hover {
  border: 1px solid #238ea0;
  background: #d9f3f8;
}
.sell-flow-wrapper.simple-step .sell-flow-inner a {
  display: block;
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .sell-flow-wrapper.simple-step .sell-flow-inner:nth-child(5n) {
    margin-left: 40px;
  }
}
.sell-flow-wrapper.simple-step .sell-flow-inner:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -16px;
  left: auto;
  top: 28%;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 15px solid #d9d9d9;
  border-right: 0;
}
.sell-flow-wrapper.simple-step .sell-flow-inner p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}
.sell-flow-wrapper.simple-step .sell-flow-inner p:first-child {
  background: #238ea0;
  border-radius: 30px;
  color: #fff;
  padding: 3px 5px;
  width: 90px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper.simple-step .sell-flow-inner {
    width: 90vw;
    margin: 0 0 13px;
    height: auto;
    padding: 0;
  }
  .sell-flow-wrapper.simple-step .sell-flow-inner:not(:last-child)::before {
    right: 37vw;
    bottom: -14px;
    top: auto;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 13px solid #d9d9d9;
    border-bottom: 0;
  }
  .sell-flow-wrapper.simple-step .sell-flow-inner a {
    padding: 13px 10px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .sell-flow-wrapper.simple-step .sell-flow-inner p:first-child {
    margin: 0 10px 0 0;
  }
}
.sell-flow-wrapper.simple-step .sell-flow-inner a p:last-child {
  color: #1d87b7;
}
.sell-flow-wrapper.simple-step .sell-flow-inner p:last-child {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sell-flow-wrapper.simple-step .flow-btn {
  background: #238ea0;
  padding: 13px 0 10px;
  position: relative;
  color: #fff;
  width: 340px;
  height: 55px;
  margin: 20px auto 10px;
  border-radius: 3px;
  transition: 0.2s linear;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sell-flow-wrapper.simple-step .flow-btn {
    width: 100%;
    max-width: 335px;
    min-height: 55px;
  }
}
.sell-flow-wrapper.simple-step .flow-btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 25px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sell-flow-wrapper.simple-step .flow-btn:hover {
  opacity: 0.5;
}
.link-list.trend-sell {
  margin-top: 15px;
}
.link-list.trend-sell li {
  display: block;
}
.link-list.trend-sell li:not(:first-of-type) {
  margin-top: 8px;
}
.sell-flow-inner figure {
  margin-top: 20px;
}
.link-list.trend-sell a {
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 15px;
  position: relative;
  text-decoration: underline;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .link-list.trend-sell a:hover {
    opacity: 0.5;
  }
}
.link-list.trend-sell a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1d87b7;
  border-right: 1px solid #1d87b7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sell-flow-inner .assessment-dl-inner {
  display: flex;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .sell-flow-inner .assessment-dl-inner {
    flex-direction: column;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sell-flow-inner .assessment-dl-inner dl:not(:first-of-type) {
    margin-left: 40px;
  }
}
.sell-flow-inner .assessment-dl-inner dl {
  border: solid 2px #277c97;
  width: calc((100% - 40px) / 2);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .sell-flow-inner .assessment-dl-inner dl {
    width: 100%;
  }
  .sell-flow-inner .assessment-dl-inner dl:not(:first-of-type) {
    margin-top: 15px;
  }
}
.sell-flow-inner .assessment-dl-inner dl dt {
  background-color: #cae6eb;
  padding: 16px 15px;
  color: #277c97;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  border-radius: 10px 10px 0 0;
}
.sell-flow-inner .assessment-dl-inner dl dd {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 12px 15px 14px;
}
@media screen and (max-width: 767px) {
  .sell-flow-inner .assessment-dl-inner dl dt {
    padding: 12px 15px;
    font-size: 1.6rem;
  }
  .sell-flow-inner .assessment-dl-inner dl dd {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 7px 15px 9px;
  }
}
.sell-flow-inner .table-inner.trend-sell-table {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sell-flow-inner .table-inner.trend-sell-table table {
    width: 160%;
  }
}
.table-inner.trend-sell-table table {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .table-inner.trend-sell-table table {
    width: auto;
    margin: 0 auto;
  }
  .table-inner.trend-sell-table .scroll-table {
    overflow-x: auto;
  }
}
.table-inner.trend-sell-table table * {
  font-size: 1.6rem;
}
.table-inner.trend-sell-table table th,
.table-inner.trend-sell-table table td {
  text-align: center;
  vertical-align: middle;
}
.table-inner.trend-sell-table table th {
  background-color: #dbdadb;
  position: relative;
  border-right: 2px solid #9a9a9a;
  border-bottom: 2px solid #9a9a9a;
}
.sell-cost-wrapper .table-inner.trend-sell-table table th {
  width: calc(100% / 3);
}
.table-inner.trend-sell-table table th > div,
.table-inner.trend-sell-table table td > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-inner.trend-sell-table table th > div {
  min-height: 75px;
  padding: 14px 20px 15px;
}
.table-inner.trend-sell-table table td > div {
  min-height: 50px;
  padding: 16px 20px;
}
.table-inner.trend-sell-table table th p {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}
.table-inner.trend-sell-table table.text-align-left td > div {
  text-align: left;
  justify-content: flex-start;
}
.table-inner.trend-sell-table table td {
  border-right: 2px solid #9a9a9a;
}
.table-inner.trend-sell-table table td p {
  font-size: 1.6rem;
  line-height: 1.2;
}
.table-inner.trend-sell-table table td p span {
  font-size: 1.2rem;
}
.table-inner.trend-sell-table table th:last-of-type,
.table-inner.trend-sell-table table td:last-of-type {
  border-right: none;
}
.table-inner.trend-sell-table tbody tr:not(:last-of-type) td {
  border-bottom: solid 2px #9a9a9a;
}
.table-inner.trend-sell-table .supplement-txt {
  margin-top: 20px;
}
.table-inner.trend-sell-table .supplement-txt p {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .table-inner.trend-sell-table table th > div {
    min-height: 60px;
    padding: 7px 10px 8px;
  }
  .table-inner.trend-sell-table table td > div {
    min-height: 60px;
    padding: 8px 20px;
  }
  .table-inner.trend-sell-table table .nowrap p {
    white-space: nowrap;
  }
  .table-inner.trend-sell-table table th p {
    font-size: 1.6rem;
  }
  .table-inner.trend-sell-table table td p {
    font-size: 1.4rem;
  }
  .table-inner.trend-sell-table .supplement-txt {
    margin-top: 10px;
  }
  .table-inner.trend-sell-table .supplement-txt p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.table-inner.trend-sell-table .supplement-txt p:not(:first-of-type) {
  margin-top: 3px;
}
.table-inner.trend-sell-table .supplement-txt p span {
  font-weight: 800;
}
.sell-flow-inner .summary-inner {
  background-color: #f7f4ef;
  border-radius: 10px;
  padding: 20px 40px 24px;
  margin-top: 20px;
}
.sell-flow-inner .summary-inner .ttl {
  color: #017f9d;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.sell-flow-inner .summary-inner p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sell-flow-inner .summary-inner {
    padding: 17px 20px 18px;
  }
  .sell-flow-inner .summary-inner .ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .sell-flow-inner .summary-inner p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.sell-flow-inner .summary-inner p span {
  font-weight: 800;
}
.sell-flow-inner .summary-inner li:not(:first-of-type) {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .sell-flow-inner .summary-inner li:not(:first-of-type) {
    margin-top: 12px;
  }
}
.sell-flow-inner .summary-inner .list li {
  padding-left: 20px;
  position: relative;
}
.sell-flow-inner .summary-inner .list li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #017f9d;
  border-radius: 50vh;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sell-flow-inner .summary-inner .list li {
    padding-left: 16px;
  }
  .sell-flow-inner .summary-inner .list li::before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
}
.sell-flow-inner .summary-inner .list li:not(:first-of-type) {
  margin-top: 5px;
}
.sell-flow-inner .summary-inner .list .small-txt {
  color: #777777;
  font-size: 1.2rem;
}

/* 不動産売却の費用 */
.sell-cost-wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sell-cost-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.sell-service-wrapper,
.charge-shop-wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sell-service-wrapper,
  .charge-shop-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

/* 売却向けのサービス */
.sell-service-inner a {
  text-decoration: underline;
  text-underline-offset: 5px;
  position: relative;
}
.sell-service-inner a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 15px;
  right: -15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #1d87b7;
  border-right: 2px solid #1d87b7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sell-service-inner a::before {
    top: 12px;
    right: -15px;
    width: 5px;
    height: 5px;
  }
}
.sell-service-inner a:hover {
  opacity: 0.5;
}
.sell-service-inner .sell-service {
  display: flex;
  align-items: center;
  padding: 28px 45px 32px;
  border-radius: 10px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .sell-service-inner .sell-service {
    flex-direction: column;
    padding: 19px 20px 21px;
  }
}
.sell-service-inner .sell-service:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .sell-service-inner .sell-service:not(:first-of-type) {
    margin-top: 20px;
  }
}
.sell-service-inner .sell-service .txt-inner {
  width: 800px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sell-service-inner .sell-service .txt-inner {
    width: 100%;
    margin-right: 0;
  }
}
.sell-service-inner .sell-service .txt-inner p {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
}
.sell-service-inner .sell-service .txt-inner .ttl {
  font-size: 2.2rem;
  font-weight: 800;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .sell-service-inner .sell-service .txt-inner p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .sell-service-inner .sell-service .txt-inner .ttl {
    font-size: 1.6rem;
    padding-bottom: 10px;
    text-align: center;
  }
}
.sell-service-inner .sell-service figure {
  width: calc(100% - 850px);
}
@media screen and (max-width: 767px) {
  .sell-service-inner .sell-service figure {
    width: 120px;
    margin: 0 auto 14px;
  }
  .sell-service-inner .sell-service figure.width130 {
    width: 130px;
  }
  .sell-service-inner .sell-service figure.width140 {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .sell-service-inner .sell-service figure:not(.width100) img {
    width: 120px;
    display: block;
    margin: auto;
  }
}
.sell-service-wrapper .btn-normal {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sell-service-wrapper .btn-normal {
    padding-top: 0;
    width: 100%;
    margin: 25px 0 0;
  }
}

/*担当店舗*/
.charge-shop-wrapper .charge-shop-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .charge-shop-wrapper .charge-shop-inner {
    padding: 12px 10px 14px;
  }
  .charge-shop-wrapper .charge-shop-inner p {
    width: 50%;
  }
  .charge-shop-wrapper .charge-shop-inner .shop-info-txt {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .charge-shop-wrapper .charge-shop-inner {
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .charge-shop-wrapper .charge-shop-inner .shop-info-txt {
    margin-top: 10px;
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .charge-shop-inner {
    border: solid 1px #eeeeee;
    padding: 6px 10px 10px;
  }
}
.charge-shop-inner {
  width: 100%;
  background: #fff;
  border-radius: 0;
}
.charge-shop-inner p img {
  border: 1px solid #eee;
}
.charge-shop-inner .shop-name {
  color: #1d87b7;
  font-size: 1.4rem;
  text-decoration: underline;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .charge-shop-wrapper .charge-shop-inner .shop-name {
    font-size: 1.6rem;
  }
}
.charge-shop-inner .table-txt {
  padding: 0 0 14px;
}
.mv-right .charge-shop-inner .table-txt {
  padding: 6px 0 14px;
}
.charge-shop-inner .table-txt tr:not(:first-of-type) td {
  padding-top: 2px;
}
.charge-shop-inner .table-txt tr td:first-of-type {
  white-space: nowrap;
  margin-right: 5px;
}
.charge-shop-inner .table-txt tr td.ttl p {
  background-color: #eceff2;
  width: 80px;
  text-align: center;
  margin-right: 10px;
}
.charge-shop-wrapper .charge-shop-inner .table-txt * {
  font-size: 1.2rem;
  display: block;
}
.charge-shop-wrapper .charge-shop-inner .shop-name {
  font-size: 1.4rem;
}
.charge-shop-inner .table-txt a {
  text-decoration: underline;
}
.charge-shop-wrapper .charge-shop-inner .table-txt tr {
  margin: 5px 0 0 0;
  display: flex;
}
.charge-shop-wrapper .charge-shop-inner .table-txt tr:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .charge-shop-wrapper .charge-shop-inner .table-txt * {
    font-size: 1.4rem;
  }
}
.charge-shop-wrapper .charge-shop-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border: none;
  padding: 0;
}
.charge-shop-wrapper .charge-shop-inner div {
  border: solid 1px #eeeeee;
  padding: 6px 10px 10px;
  width: calc((100% / 3) - 10px);
  margin-right: 15px;
}
.charge-shop-wrapper .charge-shop-inner div:nth-child(3n) {
  margin-right: 0;
}
.charge-shop-wrapper .charge-shop-inner div:nth-child(n + 4) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .charge-shop-wrapper .charge-shop-inner {
    display: block;
    width: 100%;
    margin: 0;
  }
  .charge-shop-wrapper .charge-shop-inner div {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .charge-shop-wrapper .charge-shop-inner div:nth-child(2n) {
    margin-right: 0;
  }
}

/* 不動産売却の記事を読む */
.main.trend-sell .mod-article_inner {
  margin-top: 0;
}

/* エリア別の売却相場を調べる */
.search-area-souba-wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .search-area-souba-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.search-area-souba-inner {
  display: block;
}
.search-area-souba-inner .mansion-link {
  border: solid 1px #e5e5e5;
  border-top: none;
}
.search-area-souba-inner .list-inner .ttl {
  font-size: 1.6rem;
  font-weight: 800;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-top: solid 1px #e5e5e5;
  cursor: pointer;
  transition: 0.2s linear;
  position: relative;
}
.search-area-souba-inner .list-inner .ttl.is-active {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .search-area-souba-inner .list-inner .ttl {
    font-size: 1.4rem;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .search-area-souba-inner .list-inner .ttl:hover {
    background-color: #f7f7f7;
  }
}
.search-area-souba-inner .list-inner .ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #666;
  left: inherit;
  right: 20px;
  top: calc(50% - 1px);
}
.search-area-souba-inner .list-inner .ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #666;
  right: 20px;
  top: calc(50% - 1px);
  opacity: 1;
  transform: rotate(90deg);
}
.search-area-souba-inner .list-inner .ttl.is-active::after {
  opacity: 0;
}
.search-area-souba-inner .accord-box {
  padding: 20px 20px;
}
.search-area-souba-inner .accord-box .link:not(:first-of-type) {
  margin-top: 20px;
}
.search-area-souba-inner .accord-box p {
  font-size: 1.4rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .search-area-souba-inner .accord-box p {
    font-size: 1.2rem;
  }
}
.search-area-souba-inner .list-inner ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
  padding-bottom: 10px;
  margin-top: -15px;
}
.search-area-souba-inner .list-inner li {
  padding: 15px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .search-area-souba-inner .list-inner li {
    padding: 10px 20px 0 0;
    width: 14%;
  }
}

.search-area-souba-inner .list-inner a {
  font-size: 1.4rem;
  text-decoration: underline;
  transition: 0.2s linear;
}
.search-area-souba-inner .list-inner li.none a {
  color: #888;
  text-decoration: none;
  font-weight: 400;
  cursor: auto;
}
@media screen and (min-width: 768px) {
  .search-area-souba-inner .list-inner li:not(.none) a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .search-area-souba-inner .accord-box {
    padding: 15px;
  }
  .search-area-souba-inner .list-inner ul {
    margin-top: -12px;
  }
  .search-area-souba-inner .list-inner li {
    padding: 12px 15px 0 0;
    width: 25%;
  }
  .search-area-souba-inner .list-inner a {
    font-size: 1.2rem;
  }
  .search-area-souba-inner {
    width: 100%;
    margin: 0;
  }
}
.search-area-souba-inner .mansion-link {
  width: 100%;
}

/* 物件種別から売却相場情報を調べる */
.search-wrapper.trend .search-inner {
  display: flex;
}
.search-wrapper.trend .search-inner .link-inner {
  width: calc((100% - 40px) / 2);
  display: flex;
  align-items: center;
}
.search-wrapper.trend .search-inner .link-inner ul {
  display: flex;
  padding-left: 30px;
}
.search-wrapper.trend .search-inner .link-inner ul.list {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .search-wrapper.trend .search-inner .link-inner:not(:first-of-type) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper.trend .search-inner {
    flex-direction: column;
  }
  .search-wrapper.trend .search-inner .link-inner {
    width: 100%;
  }
  .search-wrapper.trend .search-inner .link-inner:not(:first-of-type) {
    margin-top: 20px;
  }
  .search-wrapper.trend .search-inner .link-inner ul {
    padding-left: 20px;
  }
}
.search-wrapper.trend .search-inner .link-inner ul li:not(:first-of-type) {
  margin-left: 10px;
}
.search-wrapper.trend .search-inner .link-inner ul a {
  font-size: 1.4rem;
  background-color: #fff;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
  font-weight: 200;
  color: #333;
  font-weight: 500;
  padding: 5px 10px;
  display: inline-block;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .search-wrapper.trend .search-inner .link-inner ul a:hover {
    opacity: 0.5;
  }
}
.search-wrapper.trend .search-inner .link-inner .ttl {
  font-size: 1.6rem;
  font-weight: 800;
}
