/* disposal
======================================= */
.disposal__inner {
  padding-top: 6.25em;
}
.disposal__lead {
  max-width: 750px;
  margin: 0 auto 2.25em;
  text-align: center;
}
.disposal__btn {
  max-width: 349px;
  margin: 0 auto 3.75em;
}
.disposal__btn a {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.disposal__btn a span {
  width: auto;
  height: auto;
}
.disposal__btn a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  background: url(../img/common/icons/arrow_brown.svg) no-repeat center center/contain;
}
.disposal__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4em;
}
.disposal__item:nth-child(2) .disposal__item-contents {
  padding-bottom: 3.5em;
}
.disposal__item:last-child .disposal__item-left::after {
  display: none;
}
.disposal__item-left {
  width: 33%;
  position: relative;
}
.disposal__item-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 6.4375em;
  height: 3.5em;
  -webkit-transform: translate(-50%, 5.6875em);
          transform: translate(-50%, 5.6875em);
  background: url(../img/common/icons/icon_dotted_arrow-lime.svg) no-repeat center center/contain;
}
.disposal__item-img {
  border-radius: 8px;
  overflow: hidden;
}
.disposal__item-contents {
  width: 60%;
  padding-bottom: 5.4375em;
  border-bottom: 1px solid #E0E5B6;
}
.disposal__item-step {
  margin-bottom: 1rem;
}
.disposal__item-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.disposal__item-btn {
  margin-top: 1em;
  max-width: 236px;
}
.disposal__item-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.disposal__item-btn a span {
  width: auto;
  height: auto;
}
.disposal__item-btn a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  background: url(../img/common/icons/arrow_brown.svg) no-repeat center center/contain;
}

.can {
  background: url(../img/service/disposal/can_bg.png) no-repeat top center/cover;
}
.can__inner {
  padding: 10em 3.75em 16em;
}
.can__title {
  margin-bottom: 3.125em;
}
.can__title-en {
  color: #fff;
}
.can__item {
  border-radius: 4px;
  overflow: hidden;
}

.cant {
  background: url(../img/service/disposal/cant_bg.png) no-repeat top center/cover;
  margin-top: -7em;
}
.cant__inner {
  padding: 10em 3.75em;
}
.cant__title {
  margin-bottom: 3.125em;
}
.cant__list {
  margin-bottom: 4em;
}
.cant__item {
  border-radius: 4px;
  overflow: hidden;
}
.cant__precautions {
  background: url(../img/service/disposal/precautions_bg.png) no-repeat center center/cover;
  text-align: center;
  padding: 3em 3.7%;
  max-width: 800px;
  margin: 0 auto 3.125em;
}
.cant__precautions-title-jp {
  color: #758309;
}
.cant__precautions-lead {
  font-size: 1.125em;
}
.cant__precautions-lead span {
  color: #D73502;
  font-weight: bold;
}
.cant__others {
  text-align: center;
  margin-bottom: 3.125em;
}
.cant__arrow {
  margin: auto;
  width: 6.4375em;
  height: 3.5em;
}