@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 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/reconditioned/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;
}
.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: 84.2vw;
  margin: 4.8vw auto 7.4666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .rdp__mv--product {
    /* width: 584px; */
    width: 830px;
    margin: 22px auto 20px;
  }
}
.rdp__mv--product::after {
  content: "";
  width: 64.8vw;
  height: 33.6vw;
  background: url(/products/largeprinter/reclamation-program/reconditioned/images/mv-product-shadow.png) center center/contain no-repeat;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: -12vw;
}
@media screen and (min-width: 768px) {
  .rdp__mv--product::after {
    width: 442px;
    height: 229px;
    left: 10vw;
    bottom: -95px;
  }
}
.rdp__mv--product--img {
  width: 69.8vw;
  /* margin-left: 6.9333333333vw; */
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .rdp__mv--product--img {
    width: 66.4383561644%;
    margin: auto;
  }
}
.rdp__mv--product--certificate {
  width: 35.3333333333vw;
  position: absolute;
  right: -3.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: 25%;
  }
}
@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__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/reconditioned/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/reconditioned/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/reconditioned/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/reconditioned/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/reconditioned/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--explain {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__flow--explain {
    width: 100%;
    margin: 60px auto 0px;
  }
}
.rdp__flow--explain h3 {
  padding-bottom: 10.6666666667vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__flow--explain h3 {
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--explain h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--explain h3 {
    letter-spacing: 0.05em;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--explain h3 {
    font-size: 5.8666666667vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--explain h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5909090909em;
  }
}
.rdp__flow--explain ul li {
  margin-top: 2.4vw;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__flow--explain ul li {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--explain ul li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__flow--explain ul li {
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__flow--explain ul li {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__flow--explain ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__flow--explain ul li::before {
  content: "・";
  font-weight: bold;
}
.rdp__flow--explain ul li:first-child {
  margin-top: 0px;
}
.rdp__flow--explain ul li.redText {
  color: #CC0000;
}

.rdp__service {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__service {
    padding-top: 150px;
  }
}
.rdp__service--block {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .rdp__service--block {
    margin-top: 60px;
  }
}
.rdp__service--block:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .rdp__service--block:first-child {
    width: 100%;
  }
}
.rdp__service--body {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .rdp__service--body {
    margin-top: 70px;
  }
}
.rdp__service--body h3 {
  padding-bottom: 10.6666666667vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__service--body h3 {
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--body h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--body h3 {
    letter-spacing: 0.05em;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__service--body h3 {
    font-size: 8vw;
    line-height: 12vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__service--body h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5em;
  }
}
.rdp__service--body h3.small {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .rdp__service--body h3.small {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__service--body h3.small {
    font-size: 5.8666666667vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__service--body h3.small {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5909090909em;
  }
}
.rdp__service--body ul li {
  margin-top: 2.4vw;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__service--body ul li {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--body ul li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--body ul li {
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__service--body ul li {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__service--body ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__service--body ul li::before {
  content: "・";
  font-weight: bold;
}
.rdp__service--body ul li:first-child {
  margin-top: 0px;
}
.rdp__service--body ul li.redText {
  color: #CC0000;
}
.rdp__service--exp {
  margin-top: 2.4vw;
}
@media screen and (min-width: 768px) {
  .rdp__service--exp {
    margin-top: 10px;
  }
}
.rdp__service--exp a {
  padding: 0 0 0 21px;
  background: url(/common/images/ico_link_01.gif) no-repeat left center;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__service--exp a {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--exp a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--exp a {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__service--exp a {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__service--exp a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__service picture {
  display: block;
}
.rdp__service picture img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .rdp__service--plicelist {
    max-width: 766px;
    margin: 0px auto;
  }
}
.rdp__service--plicelist--sp {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .rdp__service--plicelist--sp {
    display: none;
  }
}
.rdp__service--plicelist--sp thead th {
  width: 25vw;
  height: 13.3333333333vw;
}
.rdp__service--plicelist--sp thead td {
  border-top: none;
  border-left: none;
}
.rdp__service--plicelist--sp tbody th {
  width: 16vw;
}
.rdp__service--plicelist--sp th {
  height: 10.6666666667vw;
  background: #FAFAFA;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CBCBCB;
}
@media screen and (max-width: 767px) {
  .rdp__service--plicelist--sp th {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--plicelist--sp th {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667em;
  }
}
.rdp__service--plicelist--sp th b {
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 767px) {
  .rdp__service--plicelist--sp th b {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--plicelist--sp th b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
.rdp__service--plicelist--sp td {
  height: 10.1333333333vw;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CBCBCB;
}
@media screen and (max-width: 767px) {
  .rdp__service--plicelist--sp td {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--plicelist--sp td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
.rdp__service--plicelist--pc {
  width: 100%;
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .rdp__service--plicelist--pc {
    display: none;
  }
}
.rdp__service--plicelist--pc thead th:nth-child(2) {
  width: 20.4960835509%;
}
.rdp__service--plicelist--pc thead th:nth-child(3) {
  width: 18.0156657963%;
}
.rdp__service--plicelist--pc thead td {
  border-top: none;
  border-left: none;
}
.rdp__service--plicelist--pc tbody th {
  width: 43.6031331593%;
}
.rdp__service--plicelist--pc th {
  font-weight: bold;
  background: #FAFAFA;
}
.rdp__service--plicelist--pc th, .rdp__service--plicelist--pc td {
  height: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CBCBCB;
}
@media screen and (max-width: 767px) {
  .rdp__service--plicelist--pc th, .rdp__service--plicelist--pc td {
    font-size: 4.2666666667vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--plicelist--pc th, .rdp__service--plicelist--pc td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1875em;
  }
}
.rdp__service--schedule {
  margin-top: 11.2vw;
}
@media screen and (min-width: 768px) {
  .rdp__service--schedule {
    max-width: 1200px;
    margin: 70px auto 0px;
  }
}
.rdp__service--certificate {
  padding-top: 11.2vw;
}
@media screen and (min-width: 768px) {
  .rdp__service--certificate {
    max-width: 1030px;
    margin: 0px auto;
    padding-top: 70px;
  }
}
.rdp__service--certificate.appear .rdp__service--certificate--body div::after {
  animation: reflection 3s ease-in-out infinite;
}
.rdp__service--certificate--header {
  background: #01893E;
}
.rdp__service--certificate--header h3 {
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .rdp__service--certificate--header h3 {
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--certificate--header h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--certificate--header h3 {
    padding: 20px 0px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__service--certificate--header h3 {
    font-size: 8vw;
    line-height: 12vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__service--certificate--header h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--certificate--header h3 br {
    display: none;
  }
}
.rdp__service--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__service--certificate--body {
    padding: 25px 20px 20px;
    text-align: center;
  }
}
.rdp__service--certificate--body p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .rdp__service--certificate--body p {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--certificate--body p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .rdp__service--certificate--body p {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .rdp__service--certificate--body p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .rdp__service--certificate--body p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.rdp__service--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__service--certificate--body div {
    width: 283px;
    margin-top: 20px;
  }
}
.rdp__service--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;
}


/*20240516 追記*/
.rdp__mv--product.two .rdp__mv--product--img {
	width: 85vw;
}
.rdp__mv--product.two .rdp__mv--product--certificate {
	width: 37.3333333333vw;
	right: -1.3333333333vw;
}
.rdp__mv--product.two::after {
	bottom: -8vw;
}

@media screen and (min-width: 768px) {
	.rdp__mv--product.two {
		width: 584px;
		margin: 4.8vw auto 7.4666666667vw;
	}
	.rdp__mv--product.two::after {
        width: 442px;
        height: 229px;
        bottom: -60px;
        left: 0;
    }
	.rdp__mv--product.two .rdp__mv--product--img {
		width: 100%;
	}
	.rdp__mv--product.two .rdp__mv--product--certificate {
		width: 253px;
        right: 0px;
        bottom: 0px;
	}
}


/*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;
}
}