.pc-recycle-head {
  padding: 57px 0;
}
.pc-recycle-head .inner {
  max-width: 990px;
}
.pc-recycle-head__bnr {
  text-align: center;
}
.pc-recycle-head__text {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
.pc-recycle-head__text span {
  color: #e60012;
}

.pc-recycle-possible {
  text-align: center;
  background: #ebf9ff;
  padding: 59px 0 79px;
}
.pc-recycle-possible .inner {
  max-width: 1094px;
}
.pc-recycle-possible__main {
  display: flex;
  gap: 2.9411764706%;
  margin-top: 47px;
}
.pc-recycle-possible__content {
  width: 70.6831119545%;
  border: 4px solid #e60012;
  border-radius: 10px;
  background: #fff;
}
.pc-recycle-possible__content--impossible {
  width: 26.375711575%;
  border-color: #004490;
}
.pc-recycle-possible__content--impossible .pc-recycle-possible__mark {
  background: #004490;
}
.pc-recycle-possible__content--impossible .pc-recycle-possible__mark::after {
  width: 36px;
  height: 36px;
  background: url(../img/pc-recycle/cross.png) center/cover no-repeat;
}
.pc-recycle-possible__mark {
  position: relative;
  width: 100%;
  height: 64px;
  background: #e60012;
}
.pc-recycle-possible__mark::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../img/pc-recycle/circle.png) center/cover no-repeat;
}
.pc-recycle-possible__list {
  display: flex;
  justify-content: center;
  gap: 16px 3.9647577093%;
  padding: 16px 3.7991858887% 18px;
}
.pc-recycle-possible__text {
  margin: 22px 0 0 10px;
}
.pc-recycle-possible__text span {
  display: inline;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #e60012;
  border-bottom: 1px solid #e60012;
}
.pc-recycle-possible__caution {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  margin-top: 18px;
}

.pc-recycle-possible-item__ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.pc-recycle-possible-detail {
  background: #fff;
  border-radius: 10px;
  padding: 0 52px;
  margin-top: 24px;
}
.pc-recycle-possible-detail__row {
  display: flex;
  gap: 48px;
  align-items: center;
  padding: 31px 0;
  border-bottom: 1px solid #e5e5e5;
}
.pc-recycle-possible-detail__row:last-child {
  padding-top: 27px;
  border-bottom: none;
}
.pc-recycle-possible-detail__ttl {
  flex: 0 0 114px;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 20px;
  background: #f7f7f7;
}
.pc-recycle-possible-detail__text {
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.08em;
  text-align: left;
}

.pc-recycle-contact {
  padding: 109px 0 80px;
}
.pc-recycle-contact__main {
  text-align: center;
  background: #004490;
  border-radius: 10px;
  padding: 0 20px 59px;
}
.pc-recycle-contact__balloon {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background: #fff000;
  border-radius: 45px;
  margin: -45px 20px 0 0;
  padding: 9px 55px;
}
.pc-recycle-contact__balloon span {
  color: #e60012;
}
.pc-recycle-contact__balloon::after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 36px;
  height: 18px;
  background: #fff000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.pc-recycle-contact__ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 30px;
}

.pc-recycle-contact-tel {
  display: flex;
  justify-content: center;
  gap: 5.0526315789%;
  background: #fff;
  border-radius: 76px;
  max-width: 950px;
  width: 100%;
  margin: 36px auto 0;
  padding: 35px 40px 37px;
}
.pc-recycle-contact-tel__text {
  color: #004490;
}
.pc-recycle-contact-tel__desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.pc-recycle-contact-tel__num {
  margin-top: 3px;
}
.pc-recycle-contact-tel__num a {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.pc-recycle-contact-tel__num a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 33px;
  background: url(../img/common/icon-phone_b.svg) center/contain no-repeat;
  margin-right: 7px;
  transform: translateY(2px);
}
.pc-recycle-contact-tel__img img {
  width: 241px;
  height: 80px;
}
@media screen and (max-width: 959px) {
  .pc-recycle-possible-item__ttl {
    font-size: 14px;
    line-height: 1.5;
  }
  .pc-recycle-contact__ttl {
    font-size: 32px;
  }
  .pc-recycle-contact-tel {
    gap: 20px;
    padding: 35px 20px 37px;
  }
  .pc-recycle-contact-tel__img img {
    width: 180px;
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .pc-recycle-mv {
    padding: 20px 0 21px;
  }
  .pc-recycle-head {
    padding: 35px 0;
  }
  .pc-recycle-head__bnr {
    margin-left: -13px;
  }
  .pc-recycle-head__text {
    font-size: 14px;
    line-height: 1.6428571429;
    margin-top: 11px;
  }
  .pc-recycle-possible {
    padding: 33px 0 40px;
  }
  .pc-recycle-possible__main {
    max-width: 335px;
    flex-flow: column;
    gap: 20px;
    margin: 24px auto 0;
  }
  .pc-recycle-possible__content {
    width: 100%;
    border-width: 2px;
    border-radius: 5px;
  }
  .pc-recycle-possible__content--impossible {
    width: 100%;
  }
  .pc-recycle-possible__content--impossible .pc-recycle-possible__mark::after {
    width: 24px;
    height: 24px;
  }
  .pc-recycle-possible__mark {
    height: 38px;
  }
  .pc-recycle-possible__mark::after {
    width: 26px;
    height: 26px;
  }
  .pc-recycle-possible__list {
    flex-flow: column;
    gap: 12px;
    padding: 20px 23px 18px;
  }
  .pc-recycle-possible__text {
    margin: 17px 0 0 0;
  }
  .pc-recycle-possible__text span {
    font-size: 17px;
    line-height: 1.5882352941;
    padding-bottom: 0;
  }
  .pc-recycle-possible__caution {
    font-size: 11px;
    line-height: 1.7727272727;
    margin: 9px -5px 0;
  }
  .pc-recycle-possible-item {
    max-width: 285px;
  }
  .pc-recycle-possible-item__img {
    display: flex;
    gap: 23px;
  }
  .pc-recycle-possible-item__img img {
    width: 43.8596491228%;
  }
  .pc-recycle-possible-item__ttl {
    width: 100%;
    margin-top: 0;
  }
  .pc-recycle-possible-detail {
    border-radius: 5px;
    padding: 18px 25px 15px;
    margin-top: 20px;
  }
  .pc-recycle-possible-detail__row {
    flex-flow: column;
    gap: 13px;
    align-items: center;
    padding: 0;
    border-bottom: none;
  }
  .pc-recycle-possible-detail__row:last-child {
    padding-top: 26px;
  }
  .pc-recycle-possible-detail__ttl {
    flex: auto;
    width: 100%;
    height: 32px;
    font-size: 16px;
    padding: 10px;
  }
  .pc-recycle-possible-detail__text {
    font-size: 13px;
    line-height: 1.5384615385;
  }
  .pc-recycle-contact {
    padding: 56px 0 40px;
  }
  .pc-recycle-contact__main {
    display: flex;
    flex-flow: column;
    align-items: center;
    border-radius: 5px;
    padding: 0 10px 31px;
  }
  .pc-recycle-contact__balloon {
    max-width: 300px;
    font-size: 13px;
    line-height: 18px;
    border-radius: 33px;
    margin: -27px 0 0 0;
    padding: 8px 22px;
  }
  .pc-recycle-contact__balloon::after {
    width: 18px;
    height: 9px;
  }
  .pc-recycle-contact__ttl {
    font-size: 18px;
    margin-top: 15px;
    border-bottom: none;
  }
  .pc-recycle-contact__ttl span {
    border-bottom: 1px solid #fff;
  }
  .pc-recycle-contact-tel {
    flex-flow: column;
    gap: 4px;
    border-radius: 12px;
    max-width: 285px;
    margin-top: 9px;
    padding: 12px 15px 17px;
  }
  .pc-recycle-contact-tel__text {
    order: 1;
  }
  .pc-recycle-contact-tel__desc {
    font-size: 13px;
    line-height: 1.5384615385;
  }
  .pc-recycle-contact-tel__num {
    margin-top: 2px;
  }
  .pc-recycle-contact-tel__num a {
    font-size: 26px;
    letter-spacing: 0.01em;
  }
  .pc-recycle-contact-tel__num a::before {
    width: 18px;
    height: 19px;
    margin: 0 3px;
    transform: none;
  }
  .pc-recycle-contact-tel__img {
    order: 0;
  }
  .pc-recycle-contact-tel__img img {
    width: 93px;
    height: 32px;
  }
}
