/*====================
sell.css
====================*/

/* --------------- reset --------------- */

img {
  width: 100%;
  display: block;
}

/* --------------- //reset --------------- */



/* --------------- common --------------- */

/* ---- 改行 ---- */
.spOnly {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .spOnly {
    display: block !important;
  }
}

.tbOnly {
  display: none;
}

@media only screen and (max-width: 960px) {
  .tbOnly {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .tbOnly {
    display: none;
  }
}

.pcOnly {
  display: block !important;
}

@media only screen and (max-width: 960px) {
  .pcOnly {
    display: none !important;
  }
}

.spNone {
  display: block;
}

@media only screen and (max-width: 640px) {
  .spNone {
    display: none;
  }
}

.tbNone {
  display: block;
}

@media only screen and (max-width: 960px) {
  .tbNone {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .tbNone {
    display: block;
  }
}

.pcNone {
  display: none !important;
}

@media only screen and (max-width: 960px) {
  .pcNone {
    display: block !important;
  }
}

/* ---- 余白、レイアウト ---- */
.sectionL+.sectionL {
  margin-top: 80px;
}

@media only screen and (max-width: 640px) {
  .sectionL+.sectionL {
    margin-top: 48px;
  }
}

.sectionM+.sectionM {
  margin-top: 48px;
}

@media only screen and (max-width: 640px) {
  .sectionM+.sectionM {
    margin-top: 24px;
  }
}

.sell .maininner {
  max-width: inherit;
  margin-top: 0;
}

#content.sell .textColumnTitle {
  text-align: center;
  font-size: 1.2rem;
  padding: 12px 22px;
  background-color: #FCFCFA;
  font-weight: bold;
  margin: 0 0 30px;
  background: repeating-linear-gradient(-55deg, #f4f4ee, #f4f4ee 10px, #fdfdfb 10px, #fcfcfc 20px);
  border-bottom: solid 1px #F2F2EB;
}

#content .textColumnTitle__sub {
  font-size: 0.9rem;
  display: block;
}

#content h3.mainTitle {
  padding: 0;
  margin: 0 auto 20px;
  color: #141414;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

#content h3.mainTitle.--left {
  text-align: left;
}

#content h3.mainTitle.--small {
  font-size: 1.1rem;
}

@media only screen and (max-width: 640px) {
  #content h3.mainTitle.--small {
    margin: 0 auto 10px;
  }
}

#content .inner {
  /* max-width: 800px; */
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 90%;
}

#sellBegginer .contentsInner .textWrap {
  margin: 0 auto 40px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer .contentsInner .textWrap {
    margin: 0 auto 24px;
  }
}

/* ---- テキスト ---- */
#sellBegginer .contentsInner .text {
  font-size: 1rem;
}

#content .inner .text {
  font-size: 1rem !important;
}

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

.text.--lineH-high {
  line-height: 3;
}

@media only screen and (max-width: 640px) {
  .text.--lineH-high {
    line-height: 2.3;
  }
}

.text+.text {
  margin-top: 30px;
}


/* ---- 2カラム ---- */
.sell__col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .sell__col2 {
    display: block;
  }
}

.sell__col2+.sell__col2 {
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .sell__col2+.sell__col2 {
    /* margin-top: 24px; */
    margin-top: 32px;
  }
}

.sell__col2.--reverse {
  flex-flow: row-reverse;
}

.sell__col2.--small {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .sell__col2.--small {
    align-items: flex-start;
  }
}

.sell__col2__element {
  flex-basis: calc((100% - 2rem)/2);
}

@media only screen and (max-width: 640px) {
  .sell__col2__element {
    flex-basis: 100%;
  }
}

.sell__col2__element.--col2-35 {
  flex-basis: calc(35% - 25px);
}

.sell__col2__element.--col2-65 {
  flex-basis: calc(65% - 25px);
}

@media only screen and (max-width: 960px) {
  .sell__col2__element.--col2-35 {
    flex-basis: calc(33% - 15px);
  }

  .sell__col2__element.--col2-65 {
    flex-basis: calc(67% - 15px);
  }
}

@media only screen and (max-width: 640px) {
  .sell__col2__element.--col2-35 {
    width: 50%;
    margin: 0 auto;
  }

  .sell__col2__element.--col2-65 {
    width: 100%;
  }
}

.sell__col2__list {
  margin-top: 12px;
}

.sell__col2__item {
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
}

.sell__col2__item:before {
  display: inline-block;
  content: "";
  margin-top: 0;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 5px;
}

.sell__col2__item+.sell__col2__item {
  margin-top: 5px;
}

@media only screen and (max-width: 960px) {
  .sell__col2__list {
    margin-top: 8px;
  }

  .sell__col2__item {}
}



/* ---- ボタン ---- */
.sell__btn {
  display: block;
  text-align: center;
  padding-top: 15px;
}

@media only screen and (max-width: 640px) {
  .sell__btn {
    padding-top: 0;
  }
}

.sell__btn.--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

@media only screen and (max-width: 960px) {
  .sell__btn.--flex {
    display: block;
  }
}

.sell__btnText {
  line-height: 3;
  letter-spacing: 0.5px;
  font-size: 100%;
}

@media only screen and (max-width: 960px) {
  .sell__btnText {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.sell__btn__common {
  margin: 0 auto;
}

/* ---- 電話アイコン ---- */
.sell__phone {
  width: 640px;
  margin: 0 auto 2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #00374a;
  text-decoration: none;
  background-position: 0 50%;
  letter-spacing: 0.7px;
  display: block;
  background-repeat: no-repeat;
  background-position: 4% 50%;
  background-size: 14px auto;
  padding: 0 10px 0 10px;
  line-height: 1.3;
}

@media only screen and (max-width: 960px) {
  .sell__phone {
    width: auto;
    font-size: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .sell__phone.--first {
    margin-bottom: 10px;
    width: auto;
  }
}

.sell__phone.--small {
  width: auto;
  margin: 0 auto 0;
  font-weight: bold;
  font-size: 1.6rem;
}

/* --------------- //common --------------- */



/* --------------- kv --------------- */

/* PC時のスライドショーの全画面表示 common.css打ち消し */
#topicsArea {
  max-width: inherit;
}

#topicsArea .left {
  float: none;
  width: 100%;
  overflow: visible;
}

#topicsArea .left #mainSlide {
  margin-bottom: 0;
  float: none;
}

#topicsArea .left #mainSlide .slick-prev,
#topicsArea .left #mainSlide .slick-next {
  margin-top: -32px;
  z-index: 1;
  overflow: visible;
}

#topicsArea .left #mainSlide .slick-prev {
  left: 0px;
}

#topicsArea .left #mainSlide .slick-next {
  right: 10px;
}

#topicsArea .left #mainSlide .slick-prev::before,
#topicsArea .left #mainSlide .slick-next::before {
  border-right: 3px solid #FFF;
  border-top: 3px solid #FFF;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  top: 17px;
  height: 18px;
  width: 18px;
  opacity: 1.0;
}

#topicsArea .left #mainSlide .slick-prev::before {
  left: 10px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

#topicsArea .left #mainSlide .slick-next::before {
  right: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* スマホ時のスライドショーの矢印表示 common.css打ち消し */
@media only screen and (max-width: 640px) {

  #topicsArea .left #mainSlide .slick-next,
  #topicsArea .left #logoSlide .slick-next,
  #topicsArea .left #openHouseSlide .slick-next,
  #topicsArea .left #bannerSlide .slick-next {
    display: block !important;
  }

  #topicsArea .left #mainSlide .slick-prev,
  #topicsArea .left #logoSlide .slick-prev,
  #topicsArea .left #openHouseSlide .slick-prev,
  #topicsArea .left #bannerSlide .slick-prev {
    display: block !important;
  }

}

/* --------------- //kv --------------- */



/* --------------- service --------------- */
#content .service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1.5rem;
}

@media only screen and (max-width: 960px) {
  #content .service__list {
    margin-top: -1rem;
  }
}

#content .service__item {
  background-color: #e5e5e5;
  flex-basis: calc((100% - 3rem)/3);
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  #content .service__item {
    flex-basis: calc((100% - 2rem)/3);
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 640px) {
  #content .service__item {
    flex-basis: calc((100% - 1rem)/2);
  }
}

#content .service__item__inner {
  padding: 20px;
}

@media only screen and (max-width: 960px) {
  #content .service__item__inner {
    padding: 10px;
  }
}

#content .service__headingS {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}

#content .service__headingS.--text {
  text-align: center;
}

#content .service__item__img {
  width: 60%;
  margin: 1rem auto 0;
}

#content .service__item p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

#content .arrow {
  display: block;
  font-size: 1rem;
}

#content .arrow a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: .05em;
  text-indent: 0.05em;
  color: #89ba4d;
  border: 1px solid #89ba4d;
  border-radius: 1.25em;
  width: 100%;
  max-width: 120px;
  margin: 1rem auto 0;
}

#content .arrow a:hover {
  background-color: #89ba4d;
  color: #fff;
}

.service__cont {
  width: 75%;
  max-width: 680px;
  margin: 0 auto;
  border: solid 1px #78bd36;
}

@media only screen and (max-width: 640px) {
  .service__cont {
    width: 88%;
  }
}

.service__contInner {
  padding: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .service__contInner {
    padding: 1rem;
  }
}

.service__text {
  font-size: 1rem;
  margin: 0 auto;
}

/* --------------- //service --------------- */



/* --------------- message --------------- */

.message__contentsInner {
  position: relative;
}

.message__inner {
  text-align: center;
  /* padding-bottom: 20px; */
}

.message__img.--img01,
.message__img.--img02 {
  position: absolute;
}

@media only screen and (max-width: 960px) {

  .message__img.--img01,
  .message__img.--img02 {
    position: static;
  }
}

.message__img.--img01,
.message__img.--img02 {
  width: calc((100vw - 230px - 580px)/2);
  max-width: 400px;
}

.message__img.--img01 {
  top: 0;
  right: 0;
}

.message__img.--img02 {
  left: 0;
  top: 35%;
}

.message__img.--img03 {
  width: calc((100vw - 230px)/2.5);
  max-width: 520px;
  margin: 2rem 0 0 auto;
}

@media only screen and (max-width: 960px) {

  .message__img.--img01,
  .message__img.--img02 {
    width: calc((100% - 1rem)/2);
  }

  .message__img.--img01 {
    top: inherit;
    right: inherit;
  }

  .message__img.--img02 {
    left: inherit;
    top: inherit;
  }

  .message__img.--img03 {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 960px) {
  .message__inner__flex {
    display: flex;
    justify-content: space-between;
    margin: 1rem auto;
  }
}


/* --------------- //message --------------- */



/* --------------- promise --------------- */
#sellBegginer h3.promiseTitle {
  padding: 0;
  margin: 0 auto 10px;
  color: #141414;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  #sellBegginer h3.promiseTitle {
    margin: 15px auto 5px;
  }
}

.promise__trouble__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .promise__trouble__list {
    display: block;
  }
}

.promise__trouble__item {
  flex-basis: calc(100%/3);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .promise__trouble__item {
    padding: 6px;
  }
}

.promise__trouble__item+.promise__trouble__item {
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}

@media only screen and (max-width: 640px) {
  .promise__trouble__item+.promise__trouble__item {
    border-left: none;
  }
}

.promise__trouble__item:nth-of-type(2),
.promise__trouble__item:nth-of-type(3) {
  border-top: none;
}

@media only screen and (max-width: 640px) {

  .promise__trouble__item:nth-of-type(2),
  .promise__trouble__item:nth-of-type(3) {
    border-top: solid 1px #e5e5e5;
  }
}

.promise__trouble__item:nth-of-type(4) {
  border-left: none;
}

.promise__trouble__img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .promise__trouble__img {
    margin-bottom: 10px;
  }
}

.promise__trouble__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.promise__trouble__btn {
  overflow: hidden;
  display: block;
  width: 300px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  background: #031f28;
  color: #fff !important;
  /* margin-left: 30px; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* --------------- //promise --------------- */



/* --------------- Q&A --------------- */

.accordion__sectionL+.accordion__sectionL {
  margin-top: 1rem;
}

.accordion__header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e5e5e5;
}

.accordion__header__flex.--bgGray {
  background-color: #e5e5e5;
  border-bottom: none;
}

.accordion__inner {
  display: none;
}

.accordion__inner.open {
  display: block;
}

.accordion__inner.--sizeL {
  padding: 2rem 0 1rem;
}

@media only screen and (max-width: 960px) {
  .accordion__inner.--sizeL {
    padding: 1rem 0 0rem;
  }
}

.accordion__text {
  line-height: 1.5;
  font-size: 1.1rem;
  width: 100%;
  padding: 8px 0;
  text-align: center;
}

.accordion__text.--heading {
  width: calc(100% - 30px);
  padding: 12px 0 4px 2rem;
  text-indent: -1rem;
  text-align: left;
}

.accordion__text.--heading::before {
  content: "Q.";
  display: inline-block;
  padding: 0 8px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.accordion__icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 640px) {
  .accordion__icon {
    width: 25px;
    height: 25px;
  }
}

.accordion__icon:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 8px;
  right: 10px;
  transform: rotate(135deg);
  transition: transform .3s;
}

@media only screen and (max-width: 640px) {
  .accordion__icon:before {
    width: 8px;
    height: 8px;
    top: 6px;
    right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .accordion__icon.--heading:before {
    right: 10px;
  }
}

.accordion__icon.js-icon-show:before {
  transform: rotate(-45deg);
  transition: transform .3s;
  top: 14px;
}

@media only screen and (max-width: 640px) {
  .accordion__icon.js-icon-show:before {
    top: 12px;
  }
}

.accordion__cont {
  padding: 8px 2rem 24px;
}

@media only screen and (max-width: 960px) {
  .accordion__cont {
    padding: 4px 2rem 16px;
  }
}


/* --------------- //Q&A --------------- */



/* --------------- shops --------------- */
.text.--shops {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .text.--shops {
    margin: 5px auto 20px;
  }
}

.shops__btnWrap {
  margin-top: 32px;
}

@media only screen and (max-width: 640px) {
  .shops__btnWrap {
    margin-top: 10px;
  }
}

a.sell__btn__btn {
  width: 186px;
  font-size: 0.8em;
  padding: 10px 0 10px 0px;
  background-size: 27px auto;
  background-repeat: no-repeat;
  background-position: 14% 50%;
  background-size: 20px auto;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #031f28;
  transition: 0.5s;
  margin: inherit;
  margin-left: 1rem;
}

@media only screen and (max-width: 960px) {
  a.sell__btn__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

a.sell__btn__btn:hover {
  background: #78bd36;
  background-repeat: no-repeat;
  background-position: 14% 50%;
  background-size: 20px auto;
}

.shop__col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 960px) {
  .shop__col2 {
    display: block;
  }
}

.shop__col2+.shop__col2 {
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .shop__col2+.shop__col2 {
    margin-top: 24px;
  }
}

.shop__col2__element {
  flex-basis: calc((100% - 2rem)/2);
}

@media only screen and (max-width: 640px) {
  .shop__col2__element {
    flex-basis: 100%;
  }
}


.shop__col2__element:nth-of-type(2n-1) {
  flex-basis: calc(55% - 15px);
}

.shop__col2__element:nth-of-type(2n) {
  flex-basis: calc(45% - 15px);
  margin-top: -10px;
}

@media only screen and (max-width: 960px) {
  .shop__col2__element:nth-of-type(2n) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {

  .shop__col2__element:nth-of-type(2n-1),
  .shop__col2__element:nth-of-type(2n) {
    flex-basis: 100%;
  }
}

.shops__text {
  font-size: 1rem;
  margin: 10px auto 0;
  line-height: 1.5;
}

@media only screen and (max-width: 960px) {
  .shops__text {
    margin: 10px auto 0;
  }
}

.shops__text+.shops__info {
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .shops__text+.shops__info {
    margin-top: 20px;
  }
}

.shops__info__map {
  line-height: 1;
}

iframe {
  width: 100%;
  aspect-ratio: 2.15;
}


/* --------------- //shops --------------- */



/* --------------- flowページ --------------- */

.flow__wrap {
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .flowWrap {
    margin-bottom: 40px;
  }
}

/* ---- 査定&売却の流れ ---- */
.flow__inner {
  width: 75%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .flow__inner {
    width: 88%;
  }
}

.flow__flex {
  position: relative;
  z-index: 1;
}

.flow__item {
  background-color: #e5e5e5;
  padding: 0.8rem 1.1rem;
  position: relative;
}

.flow__item+.flow__item {
  margin-top: 1.4rem;
}

@media only screen and (max-width: 640px) {
  .flow__item+.flow__item {
    margin-top: 1.2rem;
  }
}

.flow__text {
  text-align: center;
  /* font-weight: bold; */
}

.flow__badge {
  display: block;
  color: #ffffff;
  background-color: #78bd36;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: -14px;
  left: -24px;
}

@media only screen and (max-width: 640px) {
  .flow__badge {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -10px;
    left: -12px;
  }
}

.flow__line {
  height: 100%;
  border-left: solid 1px #333;
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
}


/* ---- 売却時にかかる諸経費 ---- */
.flow__cost__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
  .flow__cost__list {
    display: block;
  }
}

.flow__cost__item {
  flex-basis: calc(100%/2);
  padding: 16px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .flow__cost__item {
    padding: 10px;
  }
}

.flow__cost__item+.flow__cost__item {
  border-top: solid 1px #e5e5e5;
}

.flow__cost__item:nth-of-type(2n-1)+.flow__cost__item:nth-of-type(2n) {
  border-left: solid 1px #e5e5e5;
}

@media only screen and (max-width: 960px) {
  .flow__cost__item:nth-of-type(2n-1)+.flow__cost__item:nth-of-type(2n) {
    border-left: none;
  }
}

.flow__cost__item:nth-of-type(2) {
  border-top: none;
}

@media only screen and (max-width: 960px) {
  .flow__cost__item:nth-of-type(2) {
    border-top: solid 1px #e5e5e5;
  }
}

.flow__cost__itemText {
  font-size: 1rem;
  line-height: 1.7;
}

.flow__cost__text {
  text-align: center;
  font-size: 0.95rem;
}

@media only screen and (max-width: 640px) {
  .flow__cost__text {
    text-align: left;
  }
}

/* --------------- //flowページ --------------- */

/*
     FILE ARCHIVED ON 08:29:14 Mar 26, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:12:02 May 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 2.515
  load_resource: 76.719
  PetaboxLoader3.resolve: 39.263
  PetaboxLoader3.datanode: 31.644
*/