@charset "UTF-8";
@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(https://www.epson.jp/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(https://www.epson.jp/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
*/
.rdp__mv {
  margin-top: 3.7333333333vw;
  padding: 6.6666666667vw 0px 3.2vw 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .rdp__mv {
    margin-top: 20px;
    padding: 37px 0px 35px;
    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);
  z-index: -1;
  background: url(/products/largeprinter/reclamation-program/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;
}
.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;
}
.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--heading p.sub {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 2.6666666667vw auto;
  border-radius: 5.3333333333vw;
  padding: 0.5333333333vw 2.6666666667vw;
}
@media screen and (max-width: 767px) {
  .rdp__mv--heading p.sub {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv--heading p.sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv--heading p.sub {
    margin: 20px auto;
    border-radius: 20px;
    padding: 2px 10px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv--heading p.sub {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv--heading p.sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
.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::before {
  content: "";
  width: 64.8vw;
  height: 33.6vw;
  background: url(/products/largeprinter/reclamation-program/images/mv-product-shadow.png) center center/contain no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -8vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .rdp__mv--product::before {
    width: 442px;
    height: 229px;
    bottom: -60px;
  }
}
.rdp__mv--product--img {
  width: 56.8vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .rdp__mv--product--img {
    width: 66.4383561644%;
  }
}
.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;
  padding: 0px 1.3333333333vw;
  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 p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .rdp__nav ul li {
    width: 28.5714285714%;
  }
}
@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 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 (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__env {
  padding-top: 18.1333333333vw;
  padding-bottom: 18.1333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .rdp__env {
    padding-top: 70px;
  }
}
.rdp__env--overview {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .rdp__env--overview {
    margin-top: 70px;
    display: flex;
    gap: 0px 2.4193548387%;
  }
  .rdp__env--overview.appear .rdp__about--block h3,
  .rdp__env--overview.appear .rdp__about--block figcaption,
  .rdp__env--overview.appear .rdp__about--block div::after,
  .rdp__env--overview.appear .rdp__about--block a {
    animation: fadeIn 1s ease forwards;
  }
  .rdp__env--overview.appear .rdp__about--block div > img {
    animation: bottomIn 1s ease-in-out forwards 0.3s;
  }
}
.rdp__env .rdp__env_bg_up {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.rdp__env .rdp__env_bg_btm {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.rdp__env h2 {
  position: relative;
  filter: drop-shadow(0 0 3px #FFF) drop-shadow(0 0 3px #FFF);
}
.rdp__env h2::after {
  content: "";
  position: absolute;
  width: 60vw;
  height: 7.2vw;
  background: url(/products/largeprinter/reclamation-program/images/env-h2-bg.svg) center center/contain no-repeat;
  bottom: -1.3333333333vw;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  background-blend-mode: screen;
  mix-blend-mode: screen;
}
@media screen and (min-width: 768px) {
  .rdp__env h2::after {
    width: 265px;
    height: 37px;
    bottom: -20px;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .rdp__heading p {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env .rdp__heading p {
    font-size: 4.8vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env .rdp__heading p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.9444444444em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .rdp__heading p.notes {
    margin-top: 0;
    padding-top: 20px;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env .rdp__heading p.notes {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env .rdp__heading p.notes {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714em;
  }
}
.rdp__env .mind p {
  font-weight: bold;
  margin-top: 10.6666666667vw;
  letter-spacing: 0em;
  filter: drop-shadow(0 0 3px #FFF) drop-shadow(0 0 3px #FFF);
}
@media screen and (max-width: 767px) {
  .rdp__env .mind p {
    font-size: 4vw;
    line-height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .mind p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .mind p {
    margin-top: 40px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env .mind p {
    font-size: 4.8vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env .mind p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.9444444444em;
  }
}
.rdp__env .mind p.l {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__env .mind p.l {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .mind p.l {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777777778em;
  }
}
@media screen and (max-width: 767px) {
  .rdp__env .mind p.l {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .mind p.l {
    margin-top: 90px;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env .mind p.l {
    font-size: 8.5333333333vw;
    line-height: 11.2vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env .mind p.l {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.3125em;
  }
}
.rdp__env .attempt p {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__env .attempt p {
    margin-top: 60px;
  }
}
.rdp__env .attempt p img {
  width: 100%;
}
.rdp__env .attempt dl {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__env .attempt dl {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .attempt dl {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
.rdp__env .attempt dl dt {
  letter-spacing: 0.05em;
  margin-bottom: 4vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rdp__env .attempt dl dt {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .attempt dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6923076923em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .attempt dl dt {
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env .attempt dl dt {
    font-size: 4.8vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env .attempt dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.9444444444em;
  }
}
.rdp__env .attempt dl dd {
  letter-spacing: 0.05em;
  margin-top: 4vw;
  text-indent: -4vw;
  padding-left: 4vw;
}
.rdp__env .attempt dl dd::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  .rdp__env .attempt dl dd {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .attempt dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .attempt dl dd {
    margin-top: 10px;
    text-indent: -22px;
    padding-left: 22px;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .pict {
    width: 50%;
    float: left;
    text-align: right;
  }
  .rdp__env .reduct .pict img {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .word {
    float: right;
    width: 50%;
  }
  .rdp__env .reduct .word ul {
    width: 60%;
  }
}
.rdp__env .reduct dt {
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 6.6666666667vw;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__env .reduct dt {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct dt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct dt {
    letter-spacing: 0.05em;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env .reduct dt {
    font-size: 5.8666666667vw;
    line-height: 8vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env .reduct dt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636363636em;
  }
}
.rdp__env .reduct dt span {
  display: block;
}
.rdp__env .reduct dt::after {
  content: "";
  position: absolute;
  width: 49.3333333333vw;
  height: 4.5333333333vw;
  background: url(/products/largeprinter/reclamation-program/images/env-h4-bg.svg) center center/contain no-repeat;
  bottom: -5.3333333333vw;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  background-blend-mode: screen;
  mix-blend-mode: screen;
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct dt::after {
    width: 160px;
    height: 20px;
    bottom: -20px;
  }
}
.rdp__env .reduct .change dd ul {
  display: flex;
  margin-top: 5.3333333333vw;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .change dd ul {
    margin-bottom: 30px;
    margin-top: 40px;
    gap: 6px 40px;
  }
}
.rdp__env .reduct .change dd ul li {
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .change dd ul li {
    width: 200px;
  }
}
.rdp__env .reduct .change dd ul li span {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rdp__env .reduct .change dd ul li span {
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .change dd ul li span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375em;
  }
}
.rdp__env .reduct .change dd ul li img {
  width: 80%;
}
.rdp__env .reduct .pack .clear {
  clear: both;
}
.rdp__env .reduct .pack dd ul {
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .pack dd ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.rdp__env .reduct .pack dd ul li {
  margin-top: 4vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-indent: -7.2vw;
  padding-left: 16vw;
}
@media screen and (max-width: 767px) {
  .rdp__env .reduct .pack dd ul li {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .pack dd ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .pack dd ul li {
    letter-spacing: 0.05em;
    margin-top: 15px;
    padding-left: 60px;
    text-indent: -27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env .reduct .pack dd ul li {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env .reduct .pack dd ul li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444em;
  }
}
.rdp__env .reduct .pack dd ul li::before {
  content: "";
  vertical-align: -20%;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  margin-right: 1.3333333333vw;
  display: inline-block;
  background: url(/products/largeprinter/reclamation-program/images/li-img.svg) bottom center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .pack dd ul li::before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
}
.rdp__env .reduct .pack dd ul li::after {
  content: "";
  position: absolute;
  width: calc(100% - 21.3333333333vw);
  height: 4.5333333333vw;
  background: url(/products/largeprinter/reclamation-program/images/li-line.svg) center center/contain no-repeat;
  bottom: -2.1333333333vw;
  left: 13.3333333333vw;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  background-blend-mode: screen;
  mix-blend-mode: screen;
}
@media screen and (min-width: 768px) {
  .rdp__env .reduct .pack dd ul li::after {
    width: calc(100% - 80px);
    left: 50px;
    height: 37px;
    bottom: -20px;
  }
}
.rdp__env .rdp__inner {
  width: 90.6666666667vw;
  margin: 0 auto;
}
.rdp__env h3 {
  position: relative;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 16vw;
}
@media screen and (max-width: 767px) {
  .rdp__env h3 {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env h3 {
    margin-top: 80px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env h3 {
    font-size: 9.6vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1em;
  }
}
.rdp__env h3.sub::before {
  content: attr(sub);
  position: absolute;
  top: -5.3333333333vw;
  background-color: #333333;
  border-radius: 5.3333333333vw;
  color: #FFF;
  letter-spacing: 0.05em;
  display: block;
  height: 4.5333333333vw;
  left: 50%;
  padding: 0 2.6666666667vw;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .rdp__env h3.sub::before {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env h3.sub::before {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env h3.sub::before {
    height: 18px;
    top: -40px;
    padding: 0 20px;
  }
}
.rdp__env h3::after {
  content: "";
  position: absolute;
  width: 40vw;
  height: 7.2vw;
  background: url(/products/largeprinter/reclamation-program/images/env-h3-bg.svg) center center/contain no-repeat;
  bottom: -1.3333333333vw;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  background-blend-mode: screen;
  mix-blend-mode: screen;
}
@media screen and (min-width: 768px) {
  .rdp__env h3::after {
    width: 265px;
    height: 37px;
    bottom: -20px;
  }
}
.rdp__env--block {
  margin-top: 6.6666666667vw;
  padding: 5.3333333333vw;
  background: #F4F4F4;
  border-radius: 2.6666666667vw;
}
@media screen and (max-width: 767px) {
  .rdp__env--block.appear h3,
  .rdp__env--block.appear figcaption,
  .rdp__env--block.appear div::after,
  .rdp__env--block.appear a {
    animation: fadeIn 1s ease forwards;
  }
  .rdp__env--block.appear div > img,
  .rdp__env--block.appear div a {
    animation: bottomIn 1s ease forwards 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env--block {
    width: 100%;
    max-width: 393px;
    margin-top: 0px;
    padding: 0px;
    background: none;
    border-radius: none;
  }
}
.rdp__env--block:first-child {
  margin-top: 0px;
}
.rdp__env--block h3 {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .rdp__env--block h3 {
    height: 5.8870967742vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1240px) {
  .rdp__env--block h3 {
    height: 73px;
  }
}
.rdp__env--block h3 p {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rdp__env--block h3 p {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env--block h3 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env--block h3 p {
    font-size: 1.935483871vw;
    line-height: 2.8225806452vw;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1240px) {
  .rdp__env--block h3 p {
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1240px) and (max-width: 767px) {
  .rdp__env--block h3 p {
    font-size: 6.4vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 1240px) and (min-width: 768px) {
  .rdp__env--block h3 p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4583333333em;
  }
}
.rdp__env--block div {
  margin-top: 5.3333333333vw;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rdp__env--block div {
    height: 160px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.rdp__env--block div > img {
  visibility: hidden;
}
.rdp__env--block div::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px auto;
  visibility: hidden;
}
.rdp__env--block figcaption {
  margin-top: 5.3333333333vw;
  letter-spacing: 0.05em;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .rdp__env--block figcaption {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env--block figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env--block figcaption {
    margin-top: 37px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env--block figcaption {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env--block figcaption {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
.rdp__env--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__env--block a {
    margin-top: 10px;
  }
}
.rdp__env--block a p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__env--block a p {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env--block a p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__env--block a p {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__env--block a p {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__env--block a p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
.rdp__env--block a img {
  margin-left: 0.2666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__env--block a img {
    margin-left: 3px;
  }
}
.rdp__env--loop {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__env--loop {
    padding: 0px;
  }
}
.rdp__env--loop img {
  width: 25.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__env--loop img {
    width: 136px;
  }
}
.rdp__env--loop::after {
  width: 44.8vw;
  height: 5.6vw;
  background: url(/products/largeprinter/reclamation-program/images/about-img1-shadow.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__env--loop::after {
    width: 240px;
    height: 30px;
  }
}
.rdp__env--maintenance {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__env--maintenance {
    padding: 0px;
  }
}
.rdp__env--maintenance img {
  width: 23.4666666667vw;
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .rdp__env--maintenance img {
    width: 137px;
    margin-left: 14px;
  }
}
.rdp__env--maintenance::after {
  width: 25.3333333333vw;
  height: 5.8666666667vw;
  background: url(/products/largeprinter/reclamation-program/images/about-img2-shadow.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__env--maintenance::after {
    width: 149px;
    height: 35px;
  }
}
.rdp__env--co2 {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__env--co2 {
    padding: 0px;
  }
}
.rdp__env--co2 img {
  width: 25.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__env--co2 img {
    width: 157px;
  }
}
.rdp__env--co2::after {
  width: 38.4vw;
  height: 4.8vw;
  background: url(/products/largeprinter/reclamation-program/images/about-img3-shadow.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__env--co2::after {
    width: 240px;
    height: 30px;
  }
}

.rdp__mv_btm {
  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_btm {
    margin-top: 20px;
    padding: 47px 0px;
    background-size: 2616px auto;
    background-position: top center;
  }
}
.rdp__mv_btm::before {
  content: "";
  width: 266.6666666667vw;
  height: 91.4666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
  z-index: -1;
  background: url(/products/largeprinter/reclamation-program/refurbished/images/mv-bg.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm::before {
    width: 2616px;
    height: 635px;
    margin-left: -8%;
  }
}
.rdp__mv_btm.reconditioned::before {
  background: url(/products/largeprinter/reclamation-program/reconditioned/images/mv-bg.png) center center/contain no-repeat;
}
.rdp__mv_btm.refurbished::before {
  background: url(/products/largeprinter/reclamation-program/refurbished/images/mv-bg.png) center center/contain no-repeat;
}
.rdp__mv_btm .rdp__mv_btm--heading,
.rdp__mv_btm .rdp__mv_btm--product--img,
.rdp__mv_btm .rdp__mv_btm--product--certificate,
.rdp__mv_btm .rdp__mv_btm--product::after,
.rdp__mv_btm .rdp__mv_btm--leads {
  visibility: hidden;
}
.rdp__mv_btm.appear .rdp__mv_btm--heading {
  animation: fadeIn 1s ease forwards;
}
.rdp__mv_btm.appear .rdp__mv_btm--product::after {
  animation: fadeIn 0.7s ease forwards;
}
.rdp__mv_btm.appear .rdp__mv_btm--product--img {
  animation: bottomIn 0.7s ease-in-out forwards 0.3s;
}
.rdp__mv_btm.appear .rdp__mv_btm--product--certificate {
  animation: fadeIn 0.7s ease forwards 1s;
}
.rdp__mv_btm.appear .rdp__mv_btm--leads {
  animation: fadeIn 1s ease forwards 0.8s;
}
.rdp__mv_btm--inner {
  position: relative;
}
.rdp__mv_btm--heading p {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__mv_btm--heading p {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--heading p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--heading p {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv_btm--heading p {
    font-size: 11.2vw;
    line-height: 16.5333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv_btm--heading p {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4761904762em;
  }
}
.rdp__mv_btm--heading p span {
  display: block;
  letter-spacing: normal;
}
.rdp__mv_btm--heading p.sub {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 2.6666666667vw auto;
  border-radius: 5.3333333333vw;
  padding: 0.5333333333vw 2.6666666667vw;
}
@media screen and (max-width: 767px) {
  .rdp__mv_btm--heading p.sub {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--heading p.sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--heading p.sub {
    margin: 20px auto;
    border-radius: 20px;
    padding: 2px 10px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv_btm--heading p.sub {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv_btm--heading p.sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}
.rdp__mv_btm--product {
  width: 83.2vw;
  margin: 4.8vw auto 7.4666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--product {
    width: 584px;
    margin: 22px auto 20px;
  }
}
.rdp__mv_btm--product::after {
  content: "";
  width: 64.8vw;
  height: 33.6vw;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -8vw;
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--product::after {
    width: 442px;
    height: 229px;
    bottom: -60px;
  }
}
.rdp__mv_btm--product--img {
  width: 56.8vw;
  margin-left: 6.9333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--product--img {
    width: 66.4383561644%;
    margin-left: 46px;
  }
}
.rdp__mv_btm--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_btm--product--certificate {
    width: 253px;
    right: 0px;
    bottom: 0px;
  }
}
.rdp__mv_btm--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_btm--leads {
  margin-top: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--leads {
    margin-top: 0px;
  }
}
.rdp__mv_btm--leads h2 {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__mv_btm--leads h2 {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--leads h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--leads h2 {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv_btm--leads h2 {
    font-size: 11.2vw;
    line-height: 16.5333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv_btm--leads h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4761904762em;
  }
}
.rdp__mv_btm--leads p {
  margin-top: 2.6666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__mv_btm--leads p {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--leads p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--leads p {
    margin-top: 24px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv_btm--leads p {
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv_btm--leads p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.45em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--leads p br {
    display: none;
  }
}
.rdp__mv_btm .desc {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__mv_btm .desc {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm .desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm .desc {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv_btm .desc {
    font-size: 3.7333333333vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv_btm .desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.5714285714em;
  }
}
.rdp__mv_btm .desc p {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: left;
  padding: 0 5.3333333333vw;
}
@media screen and (max-width: 767px) {
  .rdp__mv_btm .desc p {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm .desc p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
  }
}
@media screen and (max-width: 767px) {
  .rdp__mv_btm .desc p br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm .desc p {
    text-align: center;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv_btm .desc p {
    font-size: 4.8vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv_btm .desc p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2em;
  }
}
.rdp__mv_btm .desc a {
  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) {
  .rdp__mv_btm .desc a {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm .desc a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm .desc a {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__mv_btm .desc a {
    font-size: 4.8vw;
    line-height: 9.6vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__mv_btm .desc a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2em;
  }
}
.rdp__mv_btm .desc a::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) {
  .rdp__mv_btm .desc a::after {
    width: 22px;
    height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.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;
  }
}

/*20240516 追記*/
.rdp__mv--product.two .rdp__mv--product--img {
	width: 85vw;
}
@media screen and (min-width: 768px) {
	.rdp__mv--product.two .rdp__mv--product--img {
		width: 100%;
	}
}

.rdp__mv_btm--product.two .rdp__mv_btm--product--img {
	width: 78vw;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .rdp__mv_btm--product.two .rdp__mv_btm--product--img {
    width: 90%;
  }
}


/*20240606 追記*/
/* purchase_box_02  ------------------------------------ */
.purchase_box_02 {
    display: block;
    margin-top: 5.3333333333vw;
  }
  .purchase_box_items_02 {
    width: 100%;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #cbcbcb;
  }
  .purchase_box_items_02:first-child {
    border-top: 1px solid #cbcbcb;
  }
  .purchase_box_items_02 .title {
    display: block;
    width: 100%;
    line-height: 2.5em;
    font-size: 1.4rem;
    color: #333333;
    font-weight: bold;
    background-color: #ffffff;
    padding-top: 20px;
    height: auto;
    text-align: center;
  }
  .purchase_box_items_02 .tel {
    height: 90px;
    padding: 15px 0px 0 60px;
    background: #ffffff url(/products/common/images/ico_ph_calling.gif) no-repeat 4% 15% !important;
    background-size: 30px auto !important;
  }
  .purchase_box_items_02 .tel a {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1;
  }
  .purchase_box_items_02 .tel .smallfont {
  font-size: 14px;
  font-weight: normal;
  }
  .purchase_box_items_02 .mail.singular a {
    background: #ffffff url(/products/common/images/ico_ph_form.png) no-repeat 4% 30% !important;
    background-size: 30px auto !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 10px 10px;
    height: 60px;
    text-decoration: none;
  }
  .purchase_box_items_02 .mail.singular .form_text {
    font-size: 1.4rem;
    padding: 12px 0px 10px 50px;
    color: #333333;
    font-weight: bold;
  }
  .purchase_box_items_02 .mail.singular .form_text img {
  position: relative;
  top: -4px;
  right: auto;
  margin-left: 5px;
  }
@media screen and (min-width: 768px) {
.purchase_box_02 {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  gap: 10px;
}
.purchase_box_items_02 {
  border: 1px solid #979797;
  width: 350px;
}
.purchase_box_items_02 .title {
  height: 2.5em;
  background-color: #979797;
  color: #ffffff;
  font-size: 1.4rem;
  padding-top: 0;
}
.purchase_box_items_02 .tel {
  height: 120px;
  padding: 25px 0px 0 74px;
  background: #ffffff url(/products/common/images/ico_ph_calling.gif) no-repeat 4% 54% !important;
}
.purchase_box_items_02 .tel a {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1;
}
.purchase_box_items_02 .mail.singular a {
  background: #e7e7e7 url(/products/common/images/ico_ph_form.png) no-repeat 12% center !important;
  padding: 12px;
  height: 120px;
  color: #000;
}
.purchase_box_items_02 .mail.singular .form_text {
  font-size: 17px;
  padding: 28px 0px 25px 70px;
  margin: 0 auto;
}
}