/* fv */
.fv-inner {
  width: 1350px;
  height: 430px;
  margin: 0 auto;
  background-image: url(/trend/img/bg_sell_pc.jpg);
}
.fv-wrapper.sell .fv-inner {
  width: 100%;
  height: 220px;
  margin: 0 auto;
  background-image: url(/trend/img/bg_sell.jpg);
  background-size: cover;
  background-position: bottom;
}
.fv-inner .txt-wrapper {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.fv-wrapper.sell .fv-inner .txt-inner {
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fv-inner {
    width: 100%;
    height: 320px;
    background-image: url(/trend/img/bg_sell_sp.jpg);
    background-size: auto 100%;
    margin: 0;
    background-position: left;
    padding: 15px 20px 14px;
  }
  .fv-wrapper.sell .fv-inner {
    width: 100%;
    height: 100px;
    padding: 0 10px;
    background-image: url(/trend/img/bg_sell.jpg);
    background-position: center;
  }
  .fv-inner .txt-wrapper {
    width: 100%;
  }
  .fv-wrapper.sell .fv-inner .txt-inner {
    padding-bottom: 3px;
  }
}
.fv-inner * {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  line-height: 1.5;
}
.fv-wrapper.sell * {
  font-family: "Noto Sans JP", sans-serif;
}
.fv-inner .txt-wrapper {
  position: relative;
}
.fv-inner .txt-wrapper::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(/trend/img/img_achievement.png);
  width: 230px;
  height: 230px;
  background-size: cover;
  top: 10px;
  right: 80px;
}
.fv-wrapper.sell .fv-inner .txt-wrapper::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv-inner .txt-wrapper::before {
    width: 120px;
    height: 120px;
    background-size: cover;
    top: -20px;
    right: -18px;
  }
}
.fv-inner .h1-inner h1 {
  display: inline-block;
  color: #006ca1;
  background-color: #fff;
  padding: 3px 14px 1px;
  font-size: 2.3rem;
}
.fv-wrapper.sell .fv-inner .h1-inner h1 {
  display: block;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-size: 5.5rem;
  padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .fv-inner .h1-inner h1 {
    font-size: 1.5rem;
    padding: 2px 8px 0;
  }
  .fv-wrapper.sell .fv-inner .h1-inner h1 {
    font-size: 2rem;
    padding: 0 0 5px;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
}
.fv-inner .main-txt {
  font-size: 7.5rem;
  line-height: 1.1;
  padding: 10px 0 15px;
}
.fv-inner .main-txt span {
  font-size: 6rem;
}
.fv-inner .sub-txt {
  font-size: 2.8rem;
}
.fv-wrapper.sell .fv-inner .sub-txt {
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .fv-inner .main-txt {
    font-size: 4rem;
    padding: 16px 0 24px;
    line-height: 1.4;
  }
  .fv-inner .main-txt span {
    font-size: 3rem;
  }
  .fv-inner .sub-txt {
    font-size: 1.6rem;
  }
  .fv-wrapper.sell .fv-inner .sub-txt {
    font-size: 1.2rem;
  }
}
.fv-wrapper .sell-form-input-wrapper {
  margin: 0 auto 35px;
}
.fv-wrapper.sell .sell-form-input-wrapper {
  padding-top: 0;
}
.fv-wrapper .sell-form-input-wrapper {
  margin: 0 auto 35px;
}
.fv-wrapper.sell .sell-form-input-wrapper {
  padding-top: 0;
}
.fv-wrapper.sell .sell-form-input-wrapper > .catch-txt-inner {
  width: 100%;
  background-color: #3b3049;
  padding: 20px;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv-wrapper.sell .sell-form-input-wrapper > .catch-txt-inner p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
.fv-wrapper.sell .sell-form-input-wrapper > .catch-txt-inner p span {
  background-color: #fff;
  color: #3b3049;
  padding: 0 5px 2px;
  font-size: 1.8rem;
  line-height: 1.1;
  border-radius: 3px;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv-wrapper.sell .sell-form-input-wrapper > .catch-txt-inner {
    width: calc(100% + 40px);
    margin: 0 -20px 17px;
    padding: 7px 20px 5px;
    text-align: center;
  }
  .fv-wrapper.sell .sell-form-input-wrapper > .catch-txt-inner p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .fv-wrapper.sell .sell-form-input-wrapper > .catch-txt-inner p span {
    padding: 0 5px 2px;
    font-size: 1.4rem;
  }
  .fv-wrapper.sell .sell-CTA-inner {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrapper .sell-form-input-wrapper {
    border-radius: 10px 10px 0 0;
    margin-top: -14px;
    padding-top: 15px;
  }
  .fv-wrapper.sell .sell-form-input-wrapper {
    margin: 0 0 10px;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .sell-marketprice-inner.kodate .sell-marketprice-inner-box {
    display: flex;
    justify-content: space-between;
  }
}
.sell-marketprice-inner.kodate .sell-marketprice-inner-box {
  margin-bottom: 20px;
}
.sell-marketprice-inner.kodate .sell-marketprice-inner-box div:first-child {
  box-shadow: #cbcbcb 1px 1px 5px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-inner.kodate .sell-marketprice-inner-box div:first-child {
    margin-bottom: 20px;
  }
}
.sell-marketprice-inner.kodate .sell-marketprice-inner-box .sub-txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #8e8e8e;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-inner.kodate .sell-marketprice-inner-box .sub-txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.sell-marketprice-inner.kodate .sell-marketprice-inner-box div:first-child div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-box
  div:first-child
  div
  p {
  font-size: 1.8rem;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.sell-marketprice-inner.kodate .sell-marketprice-inner-box div:first-child p {
  font-weight: bold;
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-box
  div:first-child
  p:nth-child(2) {
  font-size: 3rem;
  color: #e65d44;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-box
    div:first-child
    div
    p {
    font-size: 1.4rem;
  }
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-box
    div:first-child
    p:nth-child(2) {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sell-marketprice-inner.kodate .sell-marketprice-inner-box div:first-child {
    width: 48%;
  }
  .sell-marketprice-inner.kodate .sell-marketprice-inner-box div:last-child {
    width: 50%;
  }
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div:not(.txt-inner) {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-subbox
    div:not(.txt-inner) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sell-marketprice-inner.kodate .sell-marketprice-inner-subbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-subbox
    div:not(.txt-inner) {
    width: 49%;
  }
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-subbox
    div:not(.txt-inner)
    .ttl {
    padding: 10px 20px;
  }
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div:not(.txt-inner)
  .ttl {
  text-align: left;
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div:not(.txt-inner)
  div:first-child::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -25px;
  border: 10px solid transparent;
  transform: rotate(270deg);
  border-top: 14px solid #d9d9d9;
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div
  div.txt-inner
  div:first-child
  p:first-child::after {
  content: "~";
  position: absolute;
  top: 0;
  right: -15px;
}
.sell-marketprice-inner.kodate .sell-marketprice-inner-subbox div.txt-inner {
  border: #f2f2f2 1px solid;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-subbox
    div:not(.txt-inner)
    div:first-child::after {
    top: 23px;
  }
  .sell-marketprice-inner.kodate .sell-marketprice-inner-subbox div.txt-inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 8px 0 5px;
  }
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-subbox
    div.txt-inner
    div {
    width: 45%;
  }
}
.sell-marketprice-inner.kodate .sell-marketprice-inner-subbox div.txt-inner p {
  font-size: 1.8rem;
  line-height: 1.4;
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div.txt-inner
  p:nth-child(2)
  span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-subbox
    div.txt-inner
    p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-subbox
    div.txt-inner
    p:nth-child(2)
    span {
    font-size: 2rem;
  }
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div.txt-inner
  p.low {
  color: #5397cf;
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div.txt-inner
  p.high {
  position: relative;
  color: #e65d44;
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div.txt-inner
  p.low
  span,
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div.txt-inner
  p.high
  span {
  position: relative;
  margin-left: -20px;
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div.txt-inner
  p.low
  span::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -25px;
  border: 10px solid transparent;
  border-top: 14px solid #5397cf;
}
.sell-marketprice-inner.kodate
  .sell-marketprice-inner-subbox
  div.txt-inner
  p.high
  span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  border: 10px solid transparent;
  transform: rotate(180deg);
  border-top: 14px solid #e65d44;
}
@media screen and (max-width: 767px) {
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-subbox
    div.txt-inner
    p.low
    span::after {
    right: -14px;
    border: 6px solid transparent;
    border-top: 9px solid #5397cf;
  }
  .sell-marketprice-inner.kodate
    .sell-marketprice-inner-subbox
    div.txt-inner
    p.high
    span::after {
    right: -15px;
    border: 6px solid transparent;
    transform: rotate(180deg);
    border-top: 9px solid #e65d44;
  }
}
.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;
  }
}

@media screen and (min-width: 768px) {
  .case-study-wrapper {
    width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .case-study-wrapper,
  .sale-price-soba-wrapper {
    width: calc(100% - 40px);
    margin: 20px 20px 0;
  }
}
.case-study-wrapper .case-study-txt {
  font-size: 1.4rem;
  line-height: 1.2;
  padding-bottom: 20px;
}
.case-study-wrapper .table-inner.trend-sell-table table th > div {
  min-height: 45px;
}
.case-study-wrapper .table-inner.trend-sell-table table td p span {
  font-size: 1.4rem;
}
.case-study-wrapper
  .table-inner.trend-sell-table
  table
  td:nth-child(2)
  > div
  > p {
  color: #e65d44;
  font-weight: bold;
}
.case-study-wrapper .table-inner.trend-sell-table table {
  border: #f2f2f2 1px solid;
}
.case-study-wrapper .table-inner.trend-sell-table table th {
  border-right: none;
  border-bottom: #f2f2f2 1px solid;
}
.case-study-wrapper
  .table-inner.trend-sell-table
  tbody
  tr:not(:last-of-type)
  td {
  border-bottom: #f2f2f2 1px solid;
}
.case-study-wrapper .table-inner.trend-sell-table table td {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .case-study-wrapper .table-inner.trend-sell-table table td > div {
    padding: 8px 10px;
    min-width: 80px;
  }
  .case-study-wrapper
    .table-inner.trend-sell-table
    tbody
    tr
    td:nth-child(2)
    div {
    min-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .sale-price-soba-wrapper {
    width: 1080px;
    margin: 0 auto;
  }
}
.sale-price-soba-wrapper p.txt {
  font-size: 1.6rem;
  padding-bottom: 20px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sale-price-soba-wrapper p.txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.sale-price-soba-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sale-price-soba-inner div:not(.hidden-view) {
  display: flex;
  justify-content: center;
  width: calc((100% / 3) - 20px);
  box-shadow: #cbcbcb 1px 1px 5px;
  align-items: center;
  padding: 10px;
  margin: 10px;
}
.sale-price-soba-inner div p {
  font-size: 1.6rem;
}
.sale-price-soba-inner div p:last-child {
  font-size: 2rem;
  color: #e65d44;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .sale-price-soba-inner div:not(.hidden-view) {
    width: calc((100% / 2) - 10px);
    display: block;
    text-align: center;
    padding: 10px 0px;
  }
  .sale-price-soba-inner div:not(.hidden-view):nth-child(odd) {
    margin: 10px 0 10px 10px;
  }
  .sale-price-soba-inner div:not(.hidden-view):nth-child(even) {
    margin: 10px 10px 10px 0;
  }
  .sale-price-soba-inner div p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .sale-price-soba-inner div p:last-child {
    font-size: 1.8rem;
  }
  .sale-price-soba-wrapper .caption-txt {
    margin: 10px 0px 0;
    width: 100%;
  }
}
.sale-price-soba-inner .hidden-view {
  display: none;
}
