.d--d3 {
  background: url("../../../img/layout/d-header-bg.webp") center center no-repeat;
  background-size: cover;
}

.d--d3 .d__contents {
  padding-top: 4.75rem;
}

.d--d3 .d__title {
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 1.5rem;
}

.d--d3::after {
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.28) 50%, rgba(92, 92, 92, 0.28) 83%, rgba(0, 0, 0, 0.28) 100%);
  content: '';
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}

.d--d3 .d__contents {
  padding-top: 4.6875rem;
  position: relative;
  z-index: 2;
}

.d--d3 .d__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 0.125rem 0.25rem #4a4a4a;
}

.d--d3 .d__intro {
  text-shadow: 0 0.125rem 0.25rem #4a4a4a;
}

.d--d3 .dropdown__label-text {
  text-shadow: 0 0.125rem 0.25rem rgba(74, 74, 74, 0.5);
}

@media screen and (min-width: 48em) {
  .d--d3 .d__contents {
    padding-top: 8.125rem;
  }

  .d--d3 .d__title {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .d--d3 .d__contents {
    padding-top: 10.625rem;
  }

  .d--d3 .d__title {
    font-size: 1rem;
  }
}
