.mercury:has(.new-tokusuru-support-trade-in) {
  padding-bottom: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ファーストビュー */
.first-view {
  padding-top: 60px;
  padding-bottom: 70px;
}
.first-view .title-lv1 {
  margin-bottom: 55px;
}
.first-view .text {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .first-view {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .first-view .title-lv1 {
    margin-bottom: 45px;
  }
  .first-view .text {
    text-align: left;
  }
}

/* フロートボタン */
.cv-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgb(0 0 0 / 0.5);
  padding: 15px 0;
  display: block;
}
.cv-fixed .btnArea p {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .cv-fixed {
    padding: 10px 0;
  }
  .cv-fixed .btnArea p {
    margin-top: 0;
  }
}
/* Fade in */
@media (prefers-reduced-motion: no-preference) and (scripting: enabled) {
  .cv-fixed {
    transition-property: opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
  }
  .cv-fixed:not([data-animated="true"]) {
    opacity: 0;
    z-index: -1;
  }
}
@media (any-hover: hover) {
  .cv-fixed[data-animated="true"] .btnArea .btn:hover {
    opacity: 1;
  }
}

/* お手続きの流れ */
.application-flow {
  border-top: 10px solid #fff;
}
.application-flow .application-flow-intro {
  text-align: center;
}
.application-flow .title-lv2 {
  margin-top: 70px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .application-flow {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .application-flow .title-lv2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .application-flow .text {
    margin-top: 0;
    text-align: left;
  }
}
.tab-type01 {
  margin-top: 35px;
}
.tab-type01-menu_link {
  padding: 28px;
}
.tab-type01-detail_item > .section-container {
  padding: 40px 0;
}
.accordion-type02_trigger {
  padding: 17px 34px 17px 40px;
  border: none;
  background-color: #e0e0e0;
}
.accordion-type02_trigger .accordion-type02_trigger-title {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.accordion-type02_trigger .accordion-type02_trigger-title .step-number {
  text-transform: uppercase;
  font-family: Helvetica, Arial;
  font-size: 21px;
  color: #424242;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.accordion-type02_trigger .accordion-type02_trigger-title .step-number span {
  font-size: 11px;
}
.accordion-type02_trigger .accordion-type02_trigger-icon {
  right: 40px;
}
@media only screen and (max-width: 900px) {
  .tab-type01 {
    margin-top: 20px;
  }
  .tab-type01-menu_link {
    padding: 7px 25px;
  }
  .tab-type01-detail_item > .section-container {
    padding: 30px 0;
  }
  .accordion-type02_trigger .accordion-type02_trigger-title {
    font-size: 17px;
  }
  .accordion-type02_trigger {
    padding: 15px 15px;
  }
  .accordion-type02_trigger .accordion-type02_trigger-title .step-number {
    margin-right: 15px;
  }
  .accordion-type02_trigger .accordion-type02_trigger-icon {
    right: 15px;
    width: 12px;
    height: 10px;
  }
}
.accordion-type02_content {
  padding: 0;
  position: relative;
  margin-top: 45px;
  background-color: #f8f8f8;
}
.accordion-type02_content .accordion-type02_content:not(:last-child):after {
  content: url(/online-shop/set/data/guides/img/arrow-flow.svg);
  position: absolute;
  bottom: calc(((44px - 26px) / 2) * -1 - 26px);
  left: 50%;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 0;
  transform: translateX(-50%);
}
.accordion-type02_detail-inner {
  padding: 35px 40px;
  background-color: #fff;
  border-top: none;
}
@media only screen and (max-width: 900px) {
  .accordion-type02_content {
    margin-top: 30px;
  }
  .accordion-type02_content .accordion-type02_content:not(:last-child):after {
    content: url(/online-shop/set/data/guides/img/arrow-flow.svg);
    position: absolute;
    bottom: calc(((30px - 16px) / 2) * -1 - 16px);
    left: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 0;
    transform: translateX(-50%);
  }
  .accordion-type02_detail-inner {
    padding: 25px 15px;
  }
}
.red {
  color: #ff0000;
}
.bold {
  font-weight: 600;
}
.layout-flow-type01 ol {
  display: flex;
  flex-wrap: wrap;
}
.layout-flow-type01 ol li {
  border: none;
  flex-basis: calc((100% - 40px * 2) / 3);
}
.layout-flow-type01 ol li:not(:nth-child(3n)) {
  margin-right: 40px;
}
.layout-flow-type01 ol li::after {
  display: none;
}
@media only screen and (max-width: 900px) {
  .layout-flow-type01 ol li {
    position: relative;
    flex-basis: 100%;
  }
  .layout-flow-type01 ol li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .layout-flow-type01 ol li:not(:nth-child(3)) {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
  .layout-flow-type01 ol li:last-child {
    margin-bottom: 0;
  }
  .layout-flow-type01 ol li:nth-child(1)::after,
  .layout-flow-type01 ol li:nth-child(2)::after {
    display: inline-block;
    content: url(/online-shop/set/data/guides/new-tokusuru-support-trade-in/img/arrow-flow02.svg);
    position: absolute;
    display: inline-block;
    right: 50%;
    top: auto;
    bottom: -20px;
    width: 12px;
    margin-right: -6px;
  }
}
section .box-flow-type01-03_text-number {
  color: #333;
  background-color: #fff;
  font-size: 14px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .box-flow-type01-03_text-number::before,
section .box-flow-type01-03_text-number::after {
  content: "";
  height: 3px;
  background-color: #333;
  flex-basis: 100%;
}

section .box-flow-type01-03_text-number::before {
  margin-right: 12px;
}
section .box-flow-type01-03_text-number::after {
  margin-left: 12px;
}

section .box-flow-type01-03_box {
  padding: 0px;
  margin-top: 15px;
}
.image-type01 {
  text-align: center;
  margin-top: 15px;
}
.layout-flow-type01 ol li .image-type01 img {
  width: 70%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  section .box-flow-type01-03_box {
    margin-top: 20px;
  }
  .image-type01 {
    margin-top: 25px;
  }
  .layout-flow-type01 ol li .image-type01 img {
    width: 100%;
  }
}
.receipt-container {
  background-color: #e8f2fb;
  text-align: center;
  border-radius: 10px;
  margin-top: 25px;
  padding: 25px 0;
}
.receipt-container .receipt-title {
  font-size: 1.6rem;
  font-weight: 600;
}
.receipt-container .receipt-content-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 14px;
}
.receipt-container .receipt-content-box .receipt-content-img {
  width: 100px;
  margin-right: 20px;
}
.receipt-container .receipt-content-box .receipt-content-img img {
  width: 100%;
  height: auto;
}
.receipt-container .receipt-text {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 22px;
}
.list-disc_item {
  text-align: left;
  position: relative;
  padding-left: 2em;
  line-height: calc(24 / 16);
}
.list-disc_item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
  background-color: #333;
  width: 2px;
  height: 2px;
}
.receipt-container .receipt-content-box .list-disc {
  padding: 0;
  margin: 0;
}
.receipt-container .receipt-content-box .list-disc_item {
  font-size: 1.2rem;
  padding-left: 10px;
  line-height: calc(20 / 12);
}
.receipt-container .receipt-content-box .list-disc_item + .list-disc_item {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .receipt-container {
    margin: 20px 0 0;
    padding: 15px 15px 30px;
  }
  .receipt-container .receipt-title {
    display: none;
  }
  .receipt-container .receipt-content-box {
    justify-content: normal;
  }
  .receipt-container .receipt-content-box .receipt-content-img {
    margin-right: 25px;
    margin-left: 9px;
  }
  .receipt-container .receipt-content-box .list-disc {
    padding: 0;
  }
  .receipt-container .receipt-content-box .list-disc_item + .list-disc_item {
    margin-top: 0;
  }
  .receipt-container .receipt-text {
    margin-top: 25px;
  }
}

.accordion-type02_content.step03 .accordion-type02_detail-inner p + p {
  margin-top: 20px;
}
.accordion-type02_content .list-disc {
  padding: 20px 10px 0;
}
.accordion-type02_content .list-disc_item + .list-disc_item {
  margin-top: 20px;
}
.accordion-type02_content .list-caution {
  margin-top: 25px;
}
.list-caution_item {
  text-align: left;
  position: relative;
  line-height: calc(24 / 16);
  padding-left: 2em;
}
.list-caution_item::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .list-disc_item {
    font-size: 1.3rem;
    padding-left: 1em;
  }
  .list-caution_item {
    font-size: 1.3rem;
    padding-left: 1.5em;
  }
  .accordion-type02_content.step03 .accordion-type02_detail-inner p + p {
    margin-top: 5px;
  }
  .accordion-type02_content .list-disc {
    padding: 5px 5px 0;
  }
  .accordion-type02_content .list-disc_item + .list-disc_item {
    margin-top: 5px;
  }
  .accordion-type02_content.step04 .list-caution {
    margin-top: 5px;
  }
}
.accordion-type02_content .list-disc_item::before {
  top: calc(1lh / 2);
}
.tab-type01-detail_item > .cv-container {
  padding: 45px 0;
}
.cv-container {
  background-color: #fff;
}
.cv-container .title-lv2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.cv-container .list-caution_item {
  font-size: 1.3rem;
}
@media only screen and (max-width: 900px) {
  .tab-type01-detail_item > .cv-container {
    padding: 45px 15px;
  }
  .cv-container .title-lv2 {
    margin-bottom: 35px;
  }
  .cv-container .list-caution {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 900px) {
  .accordion-type02 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* ボタンエリア */
.btnArea p {
  margin: 0;
  font-size: 13px;
}

@media only screen and (max-width: 900px) {
  .btnArea p {
    margin-top: 8px;
  }
}

.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.btn {
  display: block;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 12px 0;
  text-align: center;
  /* border: 1px solid #c1c1c2; */
  border: none;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-weight: 300;
  color: #333;
  line-height: 153%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: transparent;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  width: 340px;
}
@media only screen and (max-width: 600px) {
  .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px 0;
    font-size: 15px;
  }
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 600px) {
  .btn {
    width: 100%;
    max-width: 280px;
  }
}
.btn[class*="btnArrow"] {
  position: relative;
}
.btn[class*="btnArrow"]:before {
  content: "";
  display: block;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 25px;
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 600px) {
  .btn[class*="btnArrow"]:before {
    width: 4px;
    height: 4px;
    border-width: 1px;
    right: 20px;
  }
}
.btn.btnArrowR:before {
  margin-top: -4px;
}
@media only screen and (max-width: 600px) {
  .btn.btnArrowR:before {
    margin-top: -4px;
  }
}
@media only screen and (max-width: 600px) {
  .btn.btnArrowR:before {
    margin-top: -2px;
  }
}
.btn.btnArrowR:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn.btnColorWh {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn.btnColorWh[class*="btnArrow"]:before {
  border-color: #fff;
}
.bgGra {
  background: -webkit-gradient(linear, left bottom, left top, from(#0f82b8), to(#0b5bce));
  background: -webkit-linear-gradient(bottom, #0f82b8 0%, #0b5bce 100%);
  background: linear-gradient(0deg, #0f82b8 0%, #0b5bce 100%);
  color: #fff;
}
