@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@keyframes bottomIn {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translateY(10px);
  }
  70% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}
[data-appear=bottomIn] {
  visibility: hidden;
}
[data-appear=bottomIn].appear {
  animation: bottomIn 0.7s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    will-change: opacity;
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
[data-appear=fadeIn] {
  visibility: hidden;
}
[data-appear=fadeIn].appear {
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes leftIn {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
}
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.rdp .sub_category_link {
  display: none;
}
.rdp #contents .container {
  overflow: visible;
}

.rdp__none {
  display: none;
}

.rdp__heading h2 {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rdp__heading h2 {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__heading h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__heading h2 {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__heading h2 {
    font-size: 9.6vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__heading h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1em;
  }
}
.rdp__heading p {
  margin-top: 13.3333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__heading p {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__heading p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__heading p {
    max-width: 1000px;
    margin: 50px auto 0px;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__heading p {
    font-size: 4.8vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__heading p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.9444444444em;
  }
}

.rdp__font16 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__font16 {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__font16 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__font16 {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__font16 {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__font16 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

.rdp__inner {
  width: 95.4666666667%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .rdp__inner {
    width: 100%;
    max-width: 1240px;
    position: relative;
    padding: 0 15px;
  }
}

.rdp__contact {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__contact {
    width: 77.4193548387%;
    width: 100%;
    max-width: 960px;
    padding-top: 150px;
    margin: 0px auto;
  }
}
.rdp__contact .rdp__heading h2 {
  color: #01893E;
}
.rdp__contact a {
  color: #000 !important;
  pointer-events: all !important;
}
.rdp__contact--body {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__contact--body {
    margin-top: 70px;
  }
}
.rdp__contact--body--title {
  height: 10.6666666667vw;
  background: #979797;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .rdp__contact--body--title {
    height: 40px;
  }
}
.rdp__contact--body--title p {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__contact--body--title p {
    font-size: 4vw;
    line-height: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__contact--body--title p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__contact--body--inner {
    display: flex;
    justify-content: center;
  }
}
.rdp__contact--block {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .rdp__contact--block {
    width: 50%;
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .rdp__contact--block--inner {
    max-width: 340px;
  }
}
.rdp__contact--block--tel {
  padding: 5.3333333333vw 0px;
  gap: 0px 2.6666666667vw;
  display: flex;
  justify-content: center;
  border: 1px solid #979797;
}
@media screen and (min-width: 768px) {
  .rdp__contact--block--tel {
    padding: 0px;
    gap: 0px 10px;
  }
}
.rdp__contact--block--tel::before {
  content: "";
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background: url(/products/common/images/ico_ph_calling.gif) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__contact--block--tel::before {
    width: 55px;
    height: 55px;
  }
}
.rdp__contact--block--mail {
  margin-top: 3.2vw;
  padding: 5.3333333333vw 0px;
  gap: 0px 2.6666666667vw;
  display: flex;
  justify-content: center;
  border: 1px solid #e7e7e7;
  border-top-color: #979797;
  background: #e7e7e7;
}
@media screen and (min-width: 768px) {
  .rdp__contact--block--mail {
    margin-top: 0px;
    padding: 0px;
    gap: 0px 20px;
  }
}
.rdp__contact--block--mail::before {
  content: "";
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background: url(/products/common/images/ico_ph_form.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__contact--block--mail::before {
    width: 55px;
    height: 55px;
  }
}
.rdp__contact--number1 {
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__contact--number1 {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__contact--number1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333em;
  }
}
.rdp__contact--number2 {
  letter-spacing: 0.05em;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__contact--number2 {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__contact--number2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__contact small {
  margin-top: 1.3333333333vw;
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__contact small {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__contact small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__contact small {
    margin-top: 5px;
  }
}
.rdp__contact--mail {
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__contact--mail {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__contact--mail {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333em;
  }
}
.rdp__contact--mail span {
  display: inline-block;
  line-height: 0;
}

/*
  NAME SPACE: rdp
*/
@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

.rdp__mv {
  margin-top: 3.7333333333vw;
  padding: 6.6666666667vw 0px 8.5333333333vw 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .rdp__mv {
    margin-top: 20px;
    padding: 47px 0px;
    background-size: 2616px auto;
    background-position: top center;
  }
}
.rdp__mv::before {
  content: "";
  width: 266.6666666667vw;
  height: 91.4666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  background: url(/products/largeprinter/reclamation-program/refurbished/images/mv-bg.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__mv::before {
    width: 2616px;
    height: 635px;
    margin-left: -8%;
  }
}
.rdp__mv .rdp__mv--heading,
.rdp__mv .rdp__mv--product--img,
.rdp__mv .rdp__mv--product--certificate,
.rdp__mv .rdp__mv--product::after,
.rdp__mv .rdp__mv--leads {
  visibility: hidden;
}
.rdp__mv.appear .rdp__mv--heading {
  animation: fadeIn 1s ease forwards;
  position: relative;
}
.rdp__mv.appear .rdp__mv--product::after {
  animation: fadeIn 0.7s ease forwards;
}
.rdp__mv.appear .rdp__mv--product--img {
  animation: bottomIn 0.7s ease-in-out forwards 0.3s;
}
.rdp__mv.appear .rdp__mv--product--certificate {
  animation: fadeIn 0.7s ease forwards 1s;
}
.rdp__mv.appear .rdp__mv--leads {
  animation: fadeIn 1s ease forwards 0.8s;
  position: relative;
}
.rdp__mv--inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .rdp__mv--heading {
    width: 95.4666666667%;
    margin: 0 auto;
  }
}
.rdp__mv--heading p {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__mv--heading p {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv--heading p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv--heading p {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv--heading p {
    font-size: 11.2vw;
    line-height: 16.5333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv--heading p {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4761904762em;
  }
}
.rdp__mv--heading p span {
  display: block;
  letter-spacing: normal;
}
.rdp__mv--product {
  width: 83.2vw;
  margin: 4.8vw auto 7.4666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .rdp__mv--product {
    width: 584px;
    margin: 22px auto 20px;
  }
}
.rdp__mv--product::after {
  content: "";
  width: 64.8vw;
  height: 33.6vw;
  background: url(/products/largeprinter/reclamation-program/refurbished/images/mv-product-shadow.png) center center/contain no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -8vw;
}
@media screen and (min-width: 768px) {
  .rdp__mv--product::after {
    width: 442px;
    height: 229px;
    bottom: -60px;
  }
}
.rdp__mv--product--img {
  width: 56.8vw;
  margin-left: 6.9333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .rdp__mv--product--img {
    width: 66.4383561644%;
    margin-left: 46px;
  }
}
.rdp__mv--product--certificate {
  width: 37.3333333333vw;
  position: absolute;
  right: -1.3333333333vw;
  bottom: -2.6666666667vw;
  z-index: 3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .rdp__mv--product--certificate {
    width: 253px;
    right: 0px;
    bottom: 0px;
  }
}
.rdp__mv--product--certificate::after {
  content: "";
  width: 26.6666666667vw;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.5);
  transform: skew(-10deg);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 30px;
  top: -180px;
  animation: reflection 3s ease-in-out forwards;
}
.rdp__mv--leads {
  margin-top: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__mv--leads {
    margin-top: 0px;
  }
}
.rdp__mv--leads h2 {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__mv--leads h2 {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv--leads h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv--leads h2 {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv--leads h2 {
    font-size: 11.2vw;
    line-height: 16.5333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv--leads h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4761904762em;
  }
}
.rdp__mv--leads p {
  margin-top: 2.6666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__mv--leads p {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv--leads p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv--leads p {
    margin-top: 24px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv--leads p {
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv--leads p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv--leads p br {
    display: none;
  }
}

.rdp__nav {
  max-width: 1240px;
  margin: 0px auto;
  padding-bottom: 0.8vw;
  position: sticky;
  top: 0px;
  background: linear-gradient(271deg, #69d2ff, #7cb700);
  -webkit-backdrop-filter: saturate(180%) blur(3px);
          backdrop-filter: saturate(180%) blur(3px);
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .rdp__nav {
    margin-top: 5px;
    padding-bottom: 3px;
  }
}
.rdp__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rdp__nav ul li {
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.rdp__nav ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  transition: height 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.rdp__nav ul li:first-child::before, .rdp__nav ul li:last-child::before {
  content: "";
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0px;
  background: #fff;
  pointer-events: none;
}
.rdp__nav ul li:first-child::before {
  right: 100%;
}
.rdp__nav ul li:last-child::before {
  left: 100%;
}
.rdp__nav ul li.isCurrent::after {
  height: 0%;
}
.rdp__nav ul li.isCurrent svg path,
.rdp__nav ul li.isCurrent svg text {
  fill: #fff;
}
.rdp__nav ul li.isCurrent p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .rdp__nav ul li {
    width: 25%;
  }
  .rdp__nav ul li:nth-child(1) svg {
    width: 90%;
  }
  .rdp__nav ul li:nth-child(2) svg {
    width: 50%;
  }
  .rdp__nav ul li:nth-child(3) svg {
    width: 90%;
  }
  .rdp__nav ul li:nth-child(4) svg {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .rdp__nav ul li {
    height: 66px;
    padding: 0px 36px;
  }
  .rdp__nav ul li:hover::after {
    height: 0%;
  }
  .rdp__nav ul li:hover p {
    color: #fff;
  }
}
.rdp__nav ul li span {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.rdp__nav ul li span svg {
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: block;
}
.rdp__nav ul li span svg path {
  fill: #000;
  transition: fill 0.4s ease;
}
@media screen and (min-width: 768px) {
  .rdp__nav ul li span {
    display: none;
  }
}
.rdp__nav ul li p {
  letter-spacing: 0em;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: color 0.4s ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .rdp__nav ul li p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__nav ul li p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .rdp__nav ul li p {
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__nav ul li p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .rdp__nav ul li p {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .rdp__nav ul li p {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__nav ul li p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__nav ul li p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__nav ul li p br {
    display: none;
  }
}

.rdp__intro {
  padding-top: 18.1333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro {
    padding-top: 150px;
  }
}
.rdp__intro--picture {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rdp__intro--picture {
    width: 36.6184448463%;
  }
}
.rdp__intro--picture img {
  width: 100%;
  max-width: 80vw;
  height: auto;
}
.rdp__intro--detail {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail {
    flex: 1;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .rdp__intro--detail--type {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--type {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7857142857em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--detail--type {
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--detail--type {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4375em;
  }
}
.rdp__intro--detail--name {
  margin-top: 1.3333333333vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__intro--detail--name {
    font-size: 6.4vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0416666667em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--name {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--detail--name {
    font-size: 8vw;
    line-height: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--detail--name {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6666666667em;
  }
}
.rdp__intro--detail--price {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--price {
    margin-top: 20px;
  }
}
.rdp__intro--detail--price p {
  padding: 1.3333333333vw 2.6666666667vw;
  border: 1px solid #dddddd;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .rdp__intro--detail--price p {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--price p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7857142857em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--price p {
    padding: 10px 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--detail--price p {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--detail--price p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25em;
  }
}
.rdp__intro--detail--links {
  margin-top: 2.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw 0px;
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--links {
    margin-top: 20px;
    gap: 10px 0px;
  }
}
.rdp__intro--detail--links li {
  width: 100%;
}
.rdp__intro--detail--links li a {
  padding: 1.0666666667vw 2.6666666667vw;
  display: inline-block;
  background: #0059B3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .rdp__intro--detail--links li a {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--links li a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.0833333333em;
  }
}
.rdp__intro--detail--links li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--links li a {
    padding: 10px 30px;
    transition: opacity 0.4s ease;
  }
  .rdp__intro--detail--links li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.rdp__intro--detail--note {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .rdp__intro--detail--note {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--note {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0833333333em;
  }
}
.rdp__intro--detail--tablewrap {
  width: 100%;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--tablewrap {
    margin-top: 30px;
  }
}
.rdp__intro--detail--table {
  width: 100%;
}
.rdp__intro--detail--table th, .rdp__intro--detail--table td {
  padding: 1.3333333333vw 2.6666666667vw;
  border: 1px solid #CBCBCB;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .rdp__intro--detail--table th, .rdp__intro--detail--table td {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--table th, .rdp__intro--detail--table td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.0833333333em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--detail--table th, .rdp__intro--detail--table td {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--detail--table th, .rdp__intro--detail--table td {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--detail--table th, .rdp__intro--detail--table td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__intro--detail--table thead th {
  background: #FAFAFA;
}
.rdp__intro--detail--table tbody th, .rdp__intro--detail--table tbody td {
  font-weight: normal;
}
.rdp__intro--detail--table tbody th {
  width: 30%;
  text-align: left;
}
.rdp__intro--detail--table tbody td {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .rdp__intro--main {
    width: 89.1935483871%;
    margin: 76px auto 0px;
    display: flex;
    gap: 0px 60px;
  }
}
.rdp__intro--pack {
  margin-top: 8vw;
  border: 1px solid #707070;
  padding: 5.3333333333vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack {
    margin-top: 50px;
    padding: 50px 30px;
  }
}
.rdp__intro--pack--blcoks {
  margin-top: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 8vw 0px;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks {
    margin-top: 45px;
    gap: 40px 0px;
  }
}
.rdp__intro--pack--blcoks--block {
  width: 100%;
}
.rdp__intro--pack--blcoks--title {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__intro--pack--blcoks--title {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks--title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7857142857em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--pack--blcoks--title {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--pack--blcoks--title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
  }
}
.rdp__intro--pack--blcoks--lead {
  margin-top: 2.6666666667vw;
}
@media screen and (max-width: 767px) {
  .rdp__intro--pack--blcoks--lead {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks--lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks--lead {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--pack--blcoks--lead {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--pack--blcoks--lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__intro--pack--blcoks--points {
  margin-top: 2.6666666667vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__intro--pack--blcoks--points {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks--points {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks--points {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--pack--blcoks--points {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--pack--blcoks--points {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__intro--pack--blcoks--note {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks--note {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rdp__intro--pack--blcoks--note li {
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks--note li {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--pack--blcoks--note li {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--pack--blcoks--note li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__intro--pack--blcoks--links {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks--links {
    margin-top: 15px;
  }
}
.rdp__intro--pack--blcoks--links a {
  padding: 0 0 0 21px;
  background: url(/common/images/ico_link_01.gif) no-repeat left center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .rdp__intro--pack--blcoks--links a {
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--blcoks--links a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--pack--blcoks--links a {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--pack--blcoks--links a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__intro--pack--tablewrap {
  margin-top: 8vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--tablewrap {
    margin-top: 10px;
  }
}
.rdp__intro--pack--tablewrap--date {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .rdp__intro--pack--tablewrap--date {
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--date {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--pack--tablewrap--date {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__intro--pack--tablewrap--tableouter {
  margin-top: 2.6666666667vw;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--tableouter {
    margin-top: 10px;
  }
}
.rdp__intro--pack--tablewrap--tableouter--table {
  width: 160vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--tableouter--table {
    width: 100%;
  }
  .rdp__intro--pack--tablewrap--tableouter--table .wide {
    min-width: 160px;
  }
}
.rdp__intro--pack--tablewrap--tableouter--table th, .rdp__intro--pack--tablewrap--tableouter--table td {
  padding: 1.3333333333vw 2.6666666667vw;
  border: 1px solid #CBCBCB;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .rdp__intro--pack--tablewrap--tableouter--table th, .rdp__intro--pack--tablewrap--tableouter--table td {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--tableouter--table th, .rdp__intro--pack--tablewrap--tableouter--table td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.0833333333em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--tableouter--table th, .rdp__intro--pack--tablewrap--tableouter--table td {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__intro--pack--tablewrap--tableouter--table th, .rdp__intro--pack--tablewrap--tableouter--table td {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--tableouter--table th, .rdp__intro--pack--tablewrap--tableouter--table td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__intro--pack--tablewrap--tableouter--table--head {
  font-weight: bold;
  background: #FAFAFA;
}
.rdp__intro--pack--tablewrap--tableouter--table--wide {
  min-width: 42.6666666667vw;
  font-weight: bold;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--tableouter--table--wide {
    min-width: 160px;
  }
}
.rdp__intro--pack--tablewrap--tableouter--table--type {
  min-width: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--tableouter--table--type {
    min-width: 100px;
  }
}
.rdp__intro--pack--tablewrap--tableouter--table--price {
  min-width: 45.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__intro--pack--tablewrap--tableouter--table--price {
    min-width: 170px;
  }
}

.rdp__about {
  padding-top: 18.1333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__about {
    padding-top: 150px;
  }
}
.rdp__about--overview {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .rdp__about--overview {
    margin-top: 70px;
    display: flex;
    gap: 0px 2.4193548387%;
  }
  .rdp__about--overview.appear .rdp__about--block h3, .rdp__about--overview.appear .rdp__about--block figcaption, .rdp__about--overview.appear .rdp__about--block div::after, .rdp__about--overview.appear .rdp__about--block a {
    animation: fadeIn 1s ease forwards;
  }
  .rdp__about--overview.appear .rdp__about--block div > img {
    animation: bottomIn 1s ease-in-out forwards 0.3s;
  }
}
.rdp__about--block {
  margin-top: 6.6666666667vw;
  padding: 5.3333333333vw;
  background: #F4F4F4;
  border-radius: 2.6666666667vw;
}
@media screen and (max-width: 767px) {
  .rdp__about--block.appear h3, .rdp__about--block.appear figcaption, .rdp__about--block.appear div::after, .rdp__about--block.appear a {
    animation: fadeIn 1s ease forwards;
  }
  .rdp__about--block.appear div > img,
  .rdp__about--block.appear div a {
    animation: bottomIn 1s ease forwards 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .rdp__about--block {
    width: 100%;
    max-width: 393px;
    margin-top: 0px;
    padding: 0px;
    background: none;
    border-radius: none;
  }
}
.rdp__about--block:first-child {
  margin-top: 0px;
}
.rdp__about--block h3 {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .rdp__about--block h3 {
    height: 5.8870967742vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1240px) {
  .rdp__about--block h3 {
    height: 73px;
  }
}
.rdp__about--block h3 p {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rdp__about--block h3 p {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__about--block h3 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__about--block h3 p {
    font-size: 1.935483871vw;
    line-height: 2.8225806452vw;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1240px) {
  .rdp__about--block h3 p {
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1240px) and (max-width: 767px) {
  .rdp__about--block h3 p {
    font-size: 6.4vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 1240px) and (min-width: 768px) {
  .rdp__about--block h3 p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4583333333em;
  }
}
.rdp__about--block div {
  margin-top: 5.3333333333vw;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rdp__about--block div {
    height: 160px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.rdp__about--block div > img {
  visibility: hidden;
}
.rdp__about--block div::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px auto;
  visibility: hidden;
}
.rdp__about--block figcaption {
  margin-top: 5.3333333333vw;
  letter-spacing: 0.05em;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .rdp__about--block figcaption {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__about--block figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__about--block figcaption {
    margin-top: 37px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__about--block figcaption {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__about--block figcaption {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
.rdp__about--block a {
  padding: 0 0 0 21px;
  background: url(/common/images/ico_link_01.gif) no-repeat left center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .rdp__about--block a {
    margin-top: 10px;
  }
}
.rdp__about--block a p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__about--block a p {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__about--block a p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__about--block a p {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__about--block a p {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__about--block a p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
.rdp__about--block a img {
  margin-left: 0.2666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__about--block a img {
    margin-left: 3px;
  }
}
.rdp__about--loop {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__about--loop {
    padding: 0px;
  }
}
.rdp__about--loop img {
  width: 25.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__about--loop img {
    width: 136px;
  }
}
.rdp__about--loop::after {
  width: 44.8vw;
  height: 5.6vw;
  background: url(/products/largeprinter/reclamation-program/refurbished/images/about-img1-shadow.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__about--loop::after {
    width: 240px;
    height: 30px;
  }
}
.rdp__about--maintenance {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__about--maintenance {
    padding: 0px;
  }
}
.rdp__about--maintenance img {
  width: 23.4666666667vw;
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__about--maintenance img {
    width: 137px;
    margin-left: 14px;
  }
}
.rdp__about--maintenance::after {
  width: 25.3333333333vw;
  height: 5.8666666667vw;
  background: url(/products/largeprinter/reclamation-program/refurbished/images/about-img2-shadow.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__about--maintenance::after {
    width: 149px;
    height: 35px;
  }
}
.rdp__about--co2 {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__about--co2 {
    padding: 0px;
  }
}
.rdp__about--co2 img {
  width: 25.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__about--co2 img {
    width: 157px;
  }
}
.rdp__about--co2::after {
  width: 38.4vw;
  height: 4.8vw;
  background: url(/products/largeprinter/reclamation-program/refurbished/images/about-img3-shadow.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__about--co2::after {
    width: 240px;
    height: 30px;
  }
}

.rdp__flow {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow {
    padding-top: 150px;
  }
}
.rdp__flow--steps {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--steps {
    max-width: 818px;
    margin: 76px auto 0px;
    display: flex;
    justify-content: center;
    gap: 0px 6.6014669927%;
  }
  .rdp__flow--steps.appear li:nth-child(0) {
    animation: leftIn 1s ease forwards 0s;
  }
  .rdp__flow--steps.appear li:nth-child(1) {
    animation: leftIn 1s ease forwards 0.2s;
  }
  .rdp__flow--steps.appear li:nth-child(2) {
    animation: leftIn 1s ease forwards 0.4s;
  }
  .rdp__flow--steps.appear li:nth-child(3) {
    animation: leftIn 1s ease forwards 0.6s;
  }
  .rdp__flow--steps.appear li:nth-child(4) {
    animation: leftIn 1s ease forwards 0.8s;
  }
  .rdp__flow--steps.appear li:nth-child(5) {
    animation: leftIn 1s ease forwards 1s;
  }
  .rdp__flow--steps.appear li:nth-child(6) {
    animation: leftIn 1s ease forwards 1.2s;
  }
  .rdp__flow--steps.appear li:nth-child(7) {
    animation: leftIn 1s ease forwards 1.4s;
  }
  .rdp__flow--steps.appear li:nth-child(8) {
    animation: leftIn 1s ease forwards 1.6s;
  }
  .rdp__flow--steps.appear li:nth-child(9) {
    animation: leftIn 1s ease forwards 1.8s;
  }
  .rdp__flow--steps.appear li:nth-child(10) {
    animation: leftIn 1s ease forwards 2s;
  }
}
@media screen and (min-width: 1240px) {
  .rdp__flow--steps {
    gap: 0px 54px;
  }
}
.rdp__flow--steps li {
  margin-top: 15.2vw;
  position: relative;
  display: flex;
  align-items: stretch;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .rdp__flow--steps li.appear {
    animation: bottomIn 1s ease forwards;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--steps li {
    width: 20.0488997555%;
    margin-top: 0px;
    display: block;
    position: relative;
  }
}
.rdp__flow--steps li::after {
  content: "";
  width: 10.4vw;
  height: 4.5333333333vw;
  background: url(/products/largeprinter/reclamation-program/refurbished/images/flow-arrow.svg) center center/contain no-repeat;
  position: absolute;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .rdp__flow--steps li::after {
    bottom: -10.6666666667vw;
    left: 0px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--steps li::after {
    width: 39px;
    height: 34px;
    background: url(/products/largeprinter/reclamation-program/refurbished/images/flow-arrow-pc.svg) center center/contain no-repeat;
    top: 110px;
    right: -28.0487804878%;
  }
}
@media screen and (min-width: 1240px) {
  .rdp__flow--steps li::after {
    right: -46px;
  }
}
.rdp__flow--steps li:first-child {
  margin-top: 0px;
}
.rdp__flow--steps li:last-child::after {
  display: none;
}
.rdp__flow--icon {
  width: 22.6666666667vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .rdp__flow--icon {
    width: 100%;
    height: 162px;
    margin-top: 37px;
  }
}
.rdp__flow--icon--step1 img {
  width: 19.7333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--icon--step1 img {
    width: 98px;
  }
}
.rdp__flow--icon--step2 img {
  width: 17.0666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--icon--step2 img {
    width: 86px;
  }
}
.rdp__flow--icon--step3 img {
  width: 17.0666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--icon--step3 img {
    width: 98px;
  }
}
.rdp__flow--icon--step4 img {
  width: 15.4666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--icon--step4 img {
    width: 101px;
  }
}
.rdp__flow--detail {
  flex: 1;
}
.rdp__flow--detail--heading {
  display: flex;
  align-items: center;
  gap: 0px 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--detail--heading {
    height: 50px;
    display: block;
  }
}
.rdp__flow--detail--heading h3 {
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #01893E;
}
@media screen and (max-width: 767px) {
  .rdp__flow--detail--heading h3 {
    font-size: 4.8vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--detail--heading h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.9444444444em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--detail--heading h3 {
    text-align: center;
  }
}
.rdp__flow--detail--heading h3 small {
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .rdp__flow--detail--heading h3 small {
    font-size: 3.7333333333vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--detail--heading h3 small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--detail--heading h3 small {
    display: block;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--detail--heading h3 small {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--detail--heading h3 small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__flow--detail--heading span {
  width: 16.2666666667vw;
  height: 5.3333333333vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.0666666667vw;
  background: #01893E;
}
@media screen and (min-width: 768px) {
  .rdp__flow--detail--heading span {
    width: 98px;
    height: 37px;
    border-radius: 19px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }
}
.rdp__flow--detail--heading span img {
  width: 10.6666666667vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .rdp__flow--detail--heading span img {
    width: 61px;
  }
}
.rdp__flow--detail p {
  margin-top: 1.3333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__flow--detail p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--detail p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--detail p {
    margin-top: 15px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--detail p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--detail p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__flow--other {
  margin-top: 16vw;
  display: flex;
  flex-direction: column;
  gap: 8vw 0px;
}
@media screen and (min-width: 768px) {
  .rdp__flow--other {
    margin-top: 70px;
    gap: 70px 0px;
  }
}
.rdp__flow--other--block {
  width: 100%;
}
.rdp__flow--other--subtitle {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rdp__flow--other--subtitle {
    font-size: 5.3333333333vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--subtitle {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8em;
  }
}
.rdp__flow--other--sublead {
  margin-top: 2.6666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__flow--other--sublead {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--sublead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--sublead {
    margin-top: 20px;
    text-align: center;
  }
}
.rdp__flow--other--pics {
  margin-top: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw 0px;
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--pics {
    max-width: 880px;
    margin: 40px auto 0px;
    flex-direction: row;
    justify-content: space-between;
    gap: 0px 10px;
  }
}
.rdp__flow--other--pics--packing {
  gap: 16vw 0px;
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--pics--packing {
    gap: 0px 80px;
  }
}
.rdp__flow--other--pics--packing li:first-child {
  position: relative;
}
.rdp__flow--other--pics--packing li:first-child::after {
  content: "";
  width: 100%;
  height: 8vw;
  position: absolute;
  right: 0px;
  bottom: -12vw;
  background: url(/products/largeprinter/reclamation-program/refurbished/images/arrowbottom.svg) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--pics--packing li:first-child::after {
    width: 40px;
    height: 100%;
    right: -60px;
    bottom: 1em;
    background: url(/products/largeprinter/reclamation-program/refurbished/images/arrowright.svg) center center/contain no-repeat;
  }
}
.rdp__flow--other--pics li {
  width: 100%;
}
.rdp__flow--other--pics li img {
  width: 100%;
}
.rdp__flow--other--pics li p {
  margin-top: 2.6666666667vw;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__flow--other--pics li p {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--pics li p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333333333em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--pics li p {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--other--pics li p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--other--pics li p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__flow--other--packingnote {
  margin-top: 8vw;
  border: 1px solid #000;
  padding: 5.3333333333vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--packingnote {
    margin-top: 60px;
    padding: 60px;
  }
}
.rdp__flow--other--packingnote--title {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__flow--other--packingnote--title {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--packingnote--title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333333333em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--packingnote--title {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--other--packingnote--title {
    font-size: 5.8666666667vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--other--packingnote--title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5909090909em;
  }
}
.rdp__flow--other--packingnote--lead {
  margin-top: 2.6666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__flow--other--packingnote--lead {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--packingnote--lead {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8333333333em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--other--packingnote--lead {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--other--packingnote--lead {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--other--packingnote--lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__flow--certificate {
  padding-top: 11.2vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate {
    max-width: 1030px;
    margin: 0px auto;
    padding-top: 70px;
  }
}
.rdp__flow--certificate.appear .rdp__flow--certificate--body div::after {
  animation: reflection 3s ease-in-out infinite;
}
.rdp__flow--certificate--header {
  background: #01893E;
}
.rdp__flow--certificate--header h3 {
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__flow--certificate--header h3 {
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--header h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--header h3 {
    padding: 20px 0px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--certificate--header h3 {
    font-size: 8vw;
    line-height: 12vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--certificate--header h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--header h3 br {
    display: none;
  }
}
.rdp__flow--certificate--body {
  padding: 6.9333333333vw 5.8666666667vw;
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--body {
    padding: 25px 20px 20px;
    text-align: center;
  }
}
.rdp__flow--certificate--body p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__flow--certificate--body p {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--body p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--body p {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--certificate--body p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--certificate--body p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__flow--certificate--body div {
  width: 75.4666666667vw;
  margin: 9.3333333333vw auto 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--body div {
    width: 283px;
    margin-top: 20px;
  }
}
.rdp__flow--certificate--body div::after {
  content: "";
  width: 26.6666666667vw;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  transform: skew(-10deg);
  box-shadow: 0px 0px 10px rgb(255, 255, 255);
  height: 100%;
  width: 30px;
  top: -180px;
}
.rdp__flow--certificate--note {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--note {
    margin-top: 20px;
  }
}
.rdp__flow--certificate--note dl dt {
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .rdp__flow--certificate--note dl dt {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--note dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--note dl dt {
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--certificate--note dl dt {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--certificate--note dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__flow--certificate--note dl dd {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__flow--certificate--note dl dd {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--note dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--certificate--note dl dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--certificate--note dl dd {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--certificate--note dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
  }
}

a.blueBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  background-color: #005AB4;
  color: #FFF;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  a.blueBtn {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  a.blueBtn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  a.blueBtn {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  a.blueBtn {
    font-size: 4.8vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  a.blueBtn {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2em;
  }
}
a.blueBtn::after {
  content: "";
  display: inline-block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/products/largeprinter/reclamation-program/refurbished/images/arrow.svg) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  a.blueBtn::after {
    width: 22px;
    height: 22px;
  }
}




#contents {
  min-width: 1240px;
}
.rdp__shoplist {
  padding-top: 13.3333333333vw;
}
.rdp__intro--pack--tablewrap--tableouter--table--company {
  width: 26%;
}
.rdp__intro--pack--tablewrap--tableouter--table--address {
  width: 28%;
}
.rdp__intro--pack--tablewrap--tableouter--table--url {
  width: 30%;
}
.rdp__intro--pack--tablewrap--tableouter--table--tel {
  width: 16%;
}
.rdp__intro--pack--tablewrap--tableouter--table.table--center td {
  text-align: left;
}
.rdp__intro--pack--tablewrap.tablewrap_s {
  padding: 0 31px;
}
a.rdp__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  background-color: #005AB4;
  color: #FFF;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
a.rdp__btn.rdp__btn-s {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .rdp__shoplist {
    padding-top: 150px;
  }
  .rdp__nav.rdp__nav_ctm .rdp__nav_pc {
    display: block;
  }
  .rdp__nav.rdp__nav_ctm .rdp__nav_sp {
    display: none;
  }
  a.rdp__btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #contents {
    min-width: auto;
  }
  .rdp__nav.rdp__nav_ctm .rdp__nav_sp ul li p {
    display: block;
    font-size: 3.4vw;
    font-weight: bold;
  }
  .rdp__nav ul.rdp__nav_sp_row1 li:nth-child(1),
  .rdp__nav ul.rdp__nav_sp_row1 li:nth-child(2) {
    width: 50%;
  }
  .rdp__nav ul.rdp__nav_sp_row1 li:nth-child(1) svg {
    width: 80%;
  }
  .rdp__nav ul.rdp__nav_sp_row1 li:nth-child(2) svg {
    width: 34%;
  }
  .rdp__nav ul.rdp__nav_sp_row2 li,
  .rdp__nav ul.rdp__nav_sp_row2 li,
  .rdp__nav ul.rdp__nav_sp_row2 li {
    width: calc(100%/3);
  }
  .rdp__nav ul.rdp__nav_sp_row2 li:nth-child(1) svg {
    width: 86%;
  }
  .rdp__nav ul.rdp__nav_sp_row2 li:nth-child(2) svg {
    width: 86%;
  }
  .rdp__nav ul.rdp__nav_sp_row2 li:nth-child(3) svg {
    width: 68%;
  }
  .rdp__nav.rdp__nav_ctm .rdp__nav_pc {
    display: none;
  }
  .rdp__nav.rdp__nav_ctm .rdp__nav_sp {
    display: block;
  }
  .rdp__nav.rdp__nav_ctm  {
    background: linear-gradient(271deg, #69d2ff, #6fc9aa);
  }
  .rdp__nav.rdp__nav_ctm .rdp__nav_sp .rdp__nav_sp_row1 {
    background: linear-gradient(271deg, #6fc9aa, #7cb700);
    -webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);
    padding-bottom: 0.8vw;
  }
  .rdp__intro--pack--tablewrap.tablewrap_s {
    padding: 0;
  }
  a.rdp__btn {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  a.rdp__btn {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2em;
  }
}
a.rdp__btn::after {
  content: "";
  display: inline-block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/products/largeprinter/reclamation-program/images/arrow.svg) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  a.rdp__btn::after {
    width: 22px;
    height: 22px;
  }
}
.btnhover:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .btnhover {
    transition: opacity 0.4s ease;
  }
  .btnhover:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}