.recycle {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.recycle .recycle-header {
  padding-bottom: 30px;
  margin-bottom: 45px;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .recycle .recycle-header {
    padding: 70px 12px 0;
    margin-bottom: 40px;
    border: none;
  }
}
.recycle .recycle-header .main-title {
  margin-bottom: 25px;
}
.recycle .recycle-header .main-title .text-jp {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recycle .recycle-header .main-title .text-jp {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 5px;
  }
}
.recycle .recycle-header .main-title .text-en {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recycle .recycle-header .main-title .text-en {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.recycle .recycle-header .main-title__description {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .recycle .recycle-header .main-title__description {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .recycle .contents-area {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .recycle .contents-area {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.recycle .notes {
  background-image: url(../img/sustainability/social/recycle/attention-bg.jpg);
}
.recycle .notes .notes-bg__white {
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 768px) {
  .recycle .notes .notes-bg__white {
    border-radius: 0 0 16px 16px;
  }
}
.recycle .btn-link {
  display: inline-block;
  width: 450px;
  background: #fff;
  text-align: center;
  border: 2px solid #a11217;
  color: #a11217 !important;
  position: relative;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .recycle .btn-link {
    line-height: 1.5;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
  }
}
.recycle .btn-link:after {
  border-color: #a11217;
}
@media screen and (max-width: 767px) {
  .recycle .btn-link:after {
    right: 20px;
  }
}
.recycle .faq .title-border {
  border-top: none;
}
.recycle .faq .faq-contents {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .recycle .faq .faq-contents {
    margin-top: 50px;
  }
}
.recycle .faq .faq-contents dt {
  font-size: 17px;
  line-height: 1.6;
  color: #a11217;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .recycle .faq .faq-contents dt {
    font-size: 24px;
    line-height: 1.5;
  }
}
.recycle .faq .faq-contents dd {
  padding-left: 20px;
  margin-top: 10px;
  position: relative;
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .recycle .faq .faq-contents dd {
    padding-left: 30px;
    margin-top: 15px;
    font-size: 17px;
  }
}
.recycle .faq .faq-contents dd:before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .recycle .faq .faq-contents dd:before {
    font-size: 17px;
  }
}