/* 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;
  }
}
.section-inner input[type="checkbox"]#trigger {
  display: none;
}
.section-inner input[type="checkbox"]#trigger:checked ~ .hidden-view {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.section-inner input[type="checkbox"]#trigger:checked ~ .button::before {
  content: "閉じる";
  position: absolute;
  color: #000;
  font-size: 1.6rem;
}

.buildingType-btb-wrapper {
  width: 630px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.buildingType-btb-wrapper .txt {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .buildingType-btb-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .buildingType-btb-wrapper .txt {
    margin-bottom: 10px;
  }
}

.buildingType-btb-wrapper ul {
  display: flex;
  justify-content: space-between;
}

.buildingType-btb-wrapper .accordion-inner {
  display: none;
}

@media screen and (max-width: 767px) {
  .buildingType-btb-wrapper .accordion-inner {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .buildingType-btb-wrapper ul {
    padding: 10px 20px;
  }
  .buildingType-btb-wrapper ul.col4-wrapper {
    padding: 10px 20px 25px;
  }
}

.buildingType-btb-wrapper ul li {
  width: calc((100% - 20px) / 3);
}

@media screen and (max-width: 767px) {
  .buildingType-btb-wrapper ul.col3-wrapper li:nth-child(2) {
    margin: 0 10px;
  }

  .buildingType-btb-wrapper ul.col3-wrapper li:nth-child(n + 2) label div {
    padding-bottom: 7px;
  }

  .buildingType-btb-wrapper ul.col4-wrapper {
    flex-wrap: wrap;
  }

  .buildingType-btb-wrapper ul.col4-wrapper li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 10px;
  }
}

.buildingType-btb-wrapper ul li label {
  padding: 10px 5px 10px;
  border-radius: 10px;
  border: solid 2px #1fafc7;
  cursor: pointer;
  box-shadow: rgba(0 0 0 / 25%) 3px 3px 3px;
  background-color: #fff;
  display: block;
}

.buildingType-btb-wrapper ul li.simple label {
  padding: 10px 0 10px;
  border-radius: 6px;
  border: solid 2px #1fafc7;
  cursor: pointer;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: rgba(0 0 0 / 25%) 3px 3px 3px;
}

.buildingType-btb-wrapper ul li label.no-active {
  filter: grayscale(100%);
  background-color: #eaeaea;
}

@media screen and (max-width: 767px) {
  .buildingType-btb-wrapper ul.col3-wrapper li label {
    min-height: 67px;
  }
  .buildingType-btb-wrapper ul.col3-wrapper li:nth-child(n + 2) label {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .buildingType-btb-wrapper ul.col3-wrapper li {
    width: calc((100% - 60px) / 3);
  }

  .buildingType-btb-wrapper ul.col4-wrapper li {
    width: calc((100% - 20px) / 4);
  }

  .buildingType-btb-wrapper ul li:not(.simple) label {
    padding: 0;
    height: 95px;
    display: flex;
    align-items: center;
    transition: 0.2s linear;
  }

  .buildingType-btb-wrapper ul li label:hover {
    box-shadow: none;
    position: relative;
    transform: translate3d(0, 4px, 0);
  }

  .buildingType-btb-wrapper .no-design label:hover {
    box-shadow: none;
    position: relative;
    opacity: 0.5;
  }

  .buildingType-btb-wrapper ul li label div {
    width: 100%;
  }
}

.buildingType-btb-wrapper .no-design {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .buildingType-btb-wrapper .no-design {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .buildingType-btb-wrapper .no-design {
    margin: 10px 0 15px;
  }
}

.buildingType-btb-wrapper .no-design a {
  color: #1fafc7;
  display: inline-block;
  position: relative;
  border-bottom: solid 1px #1fafc7;
  padding: 0 10px 3px 3px;
  margin-top: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.2s linear;
}

.buildingType-btb-wrapper input[type="checkbox"]:checked + label {
  border: solid 2px #1fafc7;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .buildingType-btb-wrapper .no-design a {
    font-size: 1.4rem;
    border-bottom: solid 1px #1fafc7;
    margin-top: 0;
  }
}

.buildingType-btb-wrapper .col3-wrapper label {
  margin: auto;
  display: block;
  text-align: center;
}

.buildingType-btb-wrapper ul li img {
  width: 40px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .buildingType-btb-wrapper ul li img {
    width: 40px;
    height: auto;
  }
}

.buildingType-btb-wrapper ul li p {
  color: #333;
  font-weight: 800;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .buildingType-btb-wrapper ul li p {
    margin-top: 5px;
  }
}

.buildingType-btb-wrapper ul li.simple p {
  margin-top: 0;
  font-size: 1.4rem;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .buildingType-btb-wrapper ul li p {
    font-size: 1.8rem;
    margin-top: 3px;
    line-height: 1;
  }

  .buildingType-btb-wrapper ul li.simple p {
    margin-top: 0;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}

/* 匿名査定ページ導線バナー */
.section-inner.bnr-wrapper p img {
  width: 100%;
}

.section-inner.bnr-wrapper p a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .section-inner.bnr-wrapper {
    width: 750px;
    margin: 0 auto;
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .section-inner.bnr-wrapper {
    width: 90vw;
    margin: 0 auto;
    padding: 0 0 30px;
  }
}

/* 売却価格の相場が知りたい */
.sell-souba-wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sell-souba-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.sell-souba-inner {
  width: 440px;
}
@media screen and (min-width: 768px) {
  .sell-souba-box {
    display: flex;
  }
  .sell-souba-inner:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sell-souba-inner {
    width: 100%;
  }
  .sell-souba-inner:first-child {
    margin-bottom: 10px;
  }
}
/*CVボタン*/
.CV-btn-inner.type01 {
  padding-bottom: 6px;
}
.CV-btn-inner.type01 a {
  border-radius: 7px;
  height: 180px;
  background-color: #fff;
  display: block;
  cursor: pointer;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .CV-btn-inner.type01 a {
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .CV-btn-inner.type01 a:hover {
    opacity: 0.5;
  }
}
.CV-btn-inner.type01 a .txt {
  height: calc(100% - 120px);
  background-color: #fff;
  border-radius: 0 0 7px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .CV-btn-inner.type01 a .txt {
    height: calc(100% - 95px);
  }
}
.CV-btn-inner.type01 a .txt p {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}
.CV-btn-inner.type01 a .txt p span {
  font-weight: 800;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .CV-btn-inner.type01 a .txt p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .CV-btn-inner.type01 a .txt p span {
    font-size: 1.4rem;
  }
}
.CV-btn-inner.type01 a .bg-inner {
  width: 100%;
  border: none;
  height: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 7px 7px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .CV-btn-inner.type01 a .bg-inner {
    height: 95px;
  }
}
.CV-btn-inner.type01 a .bg-inner .txt-inner {
  position: relative;
  padding-right: 28px;
}
.CV-btn-inner.type01 a .bg-inner .txt-inner::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(100% / 2);
  right: 7px;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  z-index: 10;
}
.CV-btn-inner.type01 a .bg-inner .txt-inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc((100% - 13px) / 2);
  right: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50vh;
  z-index: 1;
}
.CV-btn-inner.type01 a .bg-inner p {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.CV-btn-inner.type01 a .bg-inner p.small-txt {
  font-size: 1.2rem;
  line-height: 1.2;
  padding-top: 7px;
}
.CV-btn-inner.type01.sell a .bg-inner {
  background-image: url(/trend/img/img_sell_btn.jpg);
}
