@charset "UTF-8";
/* 売る
-----------------------------------------------------------*/
.sell {
  position: relative;
}
.sell .tabPanel_inner {
  position: relative;
  z-index: 10;
  padding-top: 7rem;
}
.sell .searchStoreBtn_img {
  width: 60.1rem;
}
.sell .hasSmartphoneTitle_img {
  width: 67.4rem;
}
.sell .hasSmartphone_text {
  margin-top: 2.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.sell .hasSmartphone_text span {
  font-size: inherit;
  font-weight: inherit;
}
.sell .hasSmartphoneJunk_image img {
  width: 72.3rem;
}
.sell .hasSmartphoneJunk_card {
  position: relative;
  margin: -4rem 0 7rem;
  padding: 4rem;
}
.sell .hasSmartphoneJunk_card .hasSmartphoneJunk_list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.sell .hasSmartphoneJunk_card .hasSmartphoneJunk_list img {
  width: 19.4rem;
}
.sell .hasSmartphoneJunk_card .hasSmartphoneJunk_list h3 {
  margin-top: 0.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary);
}
.sell .hasSmartphoneJunk_card .hasSmartphoneJunk_list + .note_list {
  margin-top: 2rem;
}
.sell .result .rsultTitle_image {
  margin-top: 10rem;
}
.sell .result .rsultTitle_image img {
  width: 83.4rem;
}
.sell .result .result_date {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.sell .result .result_catch {
  position: relative;
}
.sell .result .result_catch img {
  width: 93rem;
}
.sell .result .result_catch p {
  position: absolute;
  top: 9rem;
  left: 40rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.sell .result .result_catch p span {
  font-size: 1.2em;
  font-weight: inherit;
  line-height: 1.3;
}
.sell .result .result_subTitle {
  position: relative;
  margin-top: -5rem;
}
.sell .result .result_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
}
.sell .result .result_list .-left {
  width: 43rem;
}
.sell .result .result_list .-left img {
  width: 100%;
}
.sell .result .result_list .-right {
  width: 47rem;
}
.sell .result .result_list .-right h3 {
  font-size: 2.8rem;
  font-weight: bold;
}
.sell .result .result_list .-right p {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.sell .point_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
}
.sell .point_list li {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 28.6rem;
  padding: 9rem 2rem 2rem;
  border: 0.4rem solid black;
  background-color: white;
}
.sell .point_list li .num {
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: black;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: white;
}
.sell .point_list li .num span {
  display: block;
  margin-top: 0.5rem;
  font-size: 4rem;
  font-weight: inherit;
  line-height: 1;
  text-align: center;
}
.sell .point_list li h4 {
  flex-grow: 1;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
.sell .point_list li:nth-child(1) h4 {
  text-align: center;
}
.sell .point_list li mark {
  background: linear-gradient(transparent 50%, #fae276 50%);
  font-weight: inherit;
}
.sell .point_list li small {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.sell .point_list li .point_image {
  flex-grow: 0;
  margin-top: 1rem;
}
.sell .point_list li .point_image img {
  margin: 0 auto;
}
.sell .point_list li:nth-child(1) .point_image img {
  width: 20.7rem;
}
.sell .point_list li:nth-child(2) .point_image img {
  width: 17.7rem;
}
.sell .point_list li:nth-child(3) .point_image img {
  width: 14.2rem;
}
.sell .courteous {
  position: relative;
}
.sell .courteous .title-secondary {
  margin-bottom: 0;
}
.sell .courteous .title-secondary span {
  display: inline-block;
  font-size: inherit;
}
.sell .courteous .courteous_image {
  position: relative;
  height: 38.2rem;
}
.sell .courteous .courteous_image img {
  position: absolute;
  top: 0;
  left: -21rem;
  width: 112.6rem;
  max-width: 112.6rem;
}
.sell .courteous h4 {
  margin: 4rem 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.sell .courteous h4 span {
  font-size: inherit;
  font-weight: inherit;
}
.sell .spApp .spAppTitle_image {
  margin-top: 10rem;
}
.sell .spApp .spAppTitle_image img {
  width: 78.6rem;
}
.sell .spApp .spApp_text {
  margin-top: 2.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.sell .spApp .spAppDetail_image {
  margin-top: 4rem;
}
.sell .spApp .spAppDetail_image a img {
  width: 42.8rem;
}
.sell .spApp .sellStep_title {
  margin-bottom: 0;
}
.sell .spApp .sellStep_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 2rem 0 7rem;
}
.sell .spApp .sellStep_list li {
  display: flex;
  flex-direction: column;
  width: 28.6rem;
  padding: 2rem;
  border: 0.4rem solid black;
  background-color: white;
}
.sell .spApp .sellStep_list li .num {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: var(--color-primary);
}
.sell .spApp .sellStep_list li .num span {
  display: block;
  margin-top: 0.5rem;
  font-size: 4rem;
  font-weight: inherit;
  line-height: 1;
  text-align: center;
}
.sell .spApp .sellStep_list li .sellStep_text {
  flex-grow: 1;
}
.sell .spApp .sellStep_list li .sellStep_text h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.8em;
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary);
}
.sell .spApp .sellStep_list li .sellStep_text p {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.sell .spApp .sellStep_list li .sellStep_text small {
  display: block;
  margin-top: 0.5rem;
  padding-left: 1em;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  text-indent: -1em;
}
.sell .spApp .sellStep_list li .step_image {
  position: relative;
  flex-grow: 0;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 0.2rem solid #ccc;
}
.sell .spApp .sellStep_list li .step_image img {
  margin: 0 auto;
}
.sell .spApp .sellStep_list li .step_image a {
  display: block;
  position: absolute;
  bottom: -1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary);
}
.sell .spApp .sellStep_list li .step_image a::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid var(--color-primary);
  border-right: 0.2rem solid var(--color-primary);
  transform: rotate(45deg);
  content: "";
}
.sell .spApp .sellStep_list li:nth-child(1) .step_image img {
  width: 23.3rem;
}
.sell .spApp .sellStep_list li:nth-child(2) .step_image img {
  width: 23.7rem;
}
.sell .spApp .sellStep_list li:nth-child(3) .step_image img {
  width: 24.1rem;
}
.sell .easy4Step hgroup h2 {
  margin-bottom: 0;
  font-size: 4.8rem;
}
.sell .easy4Step hgroup img {
  width: 47.3rem;
}
.sell .easy4Step .easy4Step_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 4rem;
}
.sell .easy4Step .easy4Step_list li {
  display: flex;
  flex-direction: column;
  width: 20.9rem;
  padding: 2rem;
  border: 0.4rem solid black;
  background-color: white;
}
.sell .easy4Step .easy4Step_list li .num {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: var(--color-primary);
}
.sell .easy4Step .easy4Step_list li .num span {
  display: block;
  margin-top: 0.5rem;
  font-size: 4rem;
  font-weight: inherit;
  line-height: 1;
  text-align: center;
}
.sell .easy4Step .easy4Step_list li > div {
  flex-grow: 1;
}
.sell .easy4Step .easy4Step_list li h3 {
  height: 2.8em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary);
}
.sell .easy4Step .easy4Step_list li p {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.sell .easy4Step .easy4Step_list li small {
  display: block;
  margin-top: 0.5rem;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -0.09em;
  text-align: left;
  text-indent: -1em;
}
.sell .easy4Step .easy4Step_list li a {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
  padding-right: 1.2rem;
  border-bottom: 0.2rem solid var(--color-primary);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: var(--color-primary);
}
.sell .easy4Step .easy4Step_list li a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid var(--color-primary);
  border-right: 0.2rem solid var(--color-primary);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.sell .easy4Step .easy4Step_list li .step_image {
  position: relative;
  flex-grow: 0;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 0.2rem solid #ccc;
}
.sell .easy4Step .easy4Step_list li .step_image img {
  width: auto;
  height: 7.6rem;
  margin: 0 auto;
}
.sell .easy4Step .takuhaikaitoriDetail_button {
  margin-top: 5rem;
}
.sell .easy4Step .takuhaikaitoriDetail_button img {
  width: 47.2rem;
}
.sell .tabPanelBottom .scrollBuy_button img {
  width: 47.2rem;
}
.sell .cloud_img1 {
  position: absolute;
  top: 30rem;
  left: 94rem;
  width: 37.2rem;
}
.sell .cloud_img2 {
  position: absolute;
  top: 150rem;
  left: -19rem;
  width: 129.3rem;
  max-width: 129.3rem;
}
.sell .cloud_img3 {
  position: absolute;
  top: 300rem;
  left: 90rem;
  width: 22.1rem;
}
.sell .cloud_img4 {
  position: absolute;
  top: 582rem;
  left: -7rem;
  width: 147.6rem;
  max-width: 147.6rem;
}
.sell .cloud_img5 {
  position: absolute;
  top: 689rem;
  left: 95rem;
  width: 22.1rem;
}
.sell .cloud_img6 {
  position: absolute;
  top: 760rem;
  left: -26rem;
  z-index: 1;
  width: 173.4rem;
  max-width: 173.4rem;
}