@charset "utf-8";

section {
  padding: 0;
}

h1 {
  font-weight: bold;
  background-color: #FFEC9F;
  color: #646464;
  line-height: 50px;
  overflow: hidden;
  margin: 60px 0 20px;
  position: relative;
  padding: 0.5em 4em calc(0.5em - 6px);
  max-width: 925px;
}

h1::before {
  content: "";
  position: absolute;
  bottom: 3px; /* 下端から10px上に白い線を設定 */
  left: 0;
  width: 100%;
  height: 2px; /* 白い線の高さを設定 */
  background-color: #fff;
}

h1::after {
  content: '';
  background-color: #FFE477;
  opacity: 0.3;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 300px;
  height: 500px;
}

h1 img {
  position: absolute;
  left: 40px; /* 左端からの位置を設定 */
}

h2 {
  border-left: solid 8px #198f72;
  color: #198f72;
  line-height: 40px;
  padding-left: 10px;
}

h3 {
  background-color: #FFF3C0;
  border-left: solid 15px #FFEC9F;
  margin: 10px 0;
  padding: 5px 0 0 10px;
}

.recycle_type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 0;
  max-width: 925px;
}

.recycle_group {
  background-color: #FFF3C0;
  border-radius: 10px;
  display: block;
  padding: 0 10px 10px;
  width: 420px;
}

.recycle_title {
  color: #198F72;
  font-size: 20px;
  font-weight: bold;
  margin: 5px;
  text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.25);
}

.recycle_title02 {
  font-size: 18px;
  font-weight: 500;
  margin: 5px;
}

.recycle_text {
  color: #333;
  font-size: 14px;
  margin: 0;
}

.type_group {
  margin: 30px 0 50px;
}

.btn_group {
  display: flex;
  margin: 10px 0 40px;
}

.btn {
  margin-right: 10px;
}