body {
  margin: 0;
  padding: 0;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.recycle {
  color: #444;
  font-size: 18px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
  background: #fafafa;
}
.recycle img {
  max-width: 100%;
  overflow: hidden;
}
.recycle h2 {
  font-size: 38px;
  color: #222;
  margin: 10px 0;
  text-align: center;
}
.recycle h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin: 0 0 10px 0;
}
.recycle p {
  font-size: 20px;
  letter-spacing: 0;
  color: #444;
  line-height: 2.2;
}
.recycle span {
  padding-bottom: 4px;
  border-bottom: 1px solid #a1a1a1;
}
.recycle a {
  color: #444;
  padding-bottom: 4px;
  border-bottom: 1px solid #a1a1a1;
  text-decoration: none;
}
.recycle a:hover {
  color: #c00;
  border-bottom: 1px solid #c00;
}
.recycle a.btn {
  background: #c00;
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
  padding: 10px 30px;
  line-height: 1.5;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.recycle a.btn:hover {
  color: #fff;
}
.recycle a__title {
  font-weight: 600;
  padding: 0;
  margin: 0em 0 0.45em 0;
  line-height: 1.45;
  text-transform: unset;
  text-align: center;
}
.recycle__txtbox {
  margin: 1% 0 5%;
  background: #fff;
  text-align: left;
  padding: 2% 5%;
}
.recycle .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 0;
}
.recycle__form {
  text-align: center;
  margin: 3% 0;
}
.recycle label {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.recycle textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  display: block;
  width: 40%;
  padding: 5px 10px;
  border: 1px solid #bbbbbb;
  background: transparent;
  margin: 0 auto 10px;
  height: 50px;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 26px;
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .recycle textarea {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .recycle textarea {
    width: 96%;
  }
}
.recycle input[type=text] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #eee;
  background: transparent;
  margin-bottom: 10px;
  height: 50px;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 16px;
  color: #444;
  text-align: center;
}
.recycle .captchabox {
  width: 100%;
  margin: 30px auto;
  max-width: 300px;
}
.recycle .question-group {
  margin: 2% 0;
}
.recycle .question-group select {
  background: none;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: #eee 0 0 5px inset;
          box-shadow: #eee 0 0 5px inset;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  color: #444;
}
.recycle .popup {
  width: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(250, 250, 250, 0.3);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  z-index: 10;
  color: #000;
}
.recycle .popup__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recycle .popup .note {
  color: #444;
}
.recycle .popup-inner {
  margin: 0 auto;
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 15px 0;
  text-align: center;
  word-wrap: break-word;
  -webkit-box-shadow: 0 0 25px #e2e2e2;
          box-shadow: 0 0 25px #e2e2e2;
  color: #fff;
  background-color: #fff;
}
.recycle .popup-inner h2 {
  margin: 0 auto;
  font-weight: 700;
}
.recycle .popup-inner p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.recycle .popup-inner-content {
  padding: 8%;
}
.recycle .popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #333333;
}
.recycle .popup-close::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #333333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.recycle .popup-close::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.recycle .popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #f00;
  cursor: pointer;
}
.recycle .popup-close:hover::after {
  background: #fff;
}
.recycle .popup-close:hover::before {
  background: #fff;
}/*# sourceMappingURL=main.css.map */