html {
  scroll-behavior: smooth;
}

#dcs-03 {
  background: #fffde6;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-wrap {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-wrap {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}

.section-title04{
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.support-titleSub{
  position: static;
  margin: 0 auto 0.9375rem;
  width: 16.375rem;
  height: 6.35rem;
  padding: 1.5rem 0 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ed7a94;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: url(../../img/dcs/page04/work-fukidashi.png) no-repeat top center / 100% auto;
}
.support01-container, .support02-container{
  text-align: center;
}
.support01-container{
  margin: 0 auto 5rem;
}
.support-title{
  display: inline-block;
  padding: 0.09em 1em 0.08em 1em;
  margin-bottom: 1.0625rem;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 5px;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #418fde;
}
.support01-text{
  margin-bottom: 2.1875rem;
}
.support01-img, .support02-img{
  display: inline-block;
  width: 48.75rem;
}
.support02-container{
  margin-bottom: 1.9rem;
}
.support02-img{
  margin-bottom: 2.1875rem;
}
.support02-text{
  margin-bottom: 2.1875rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #418fde;
}
.support-box{
  padding-bottom: 5rem;
}
.support-box .c-button {
  max-width: 26.25rem;
}


@media only screen and (max-width: 48em){
  .section-title04{
    text-align: left;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.7;
  }
  .support-titleSub{
    width: 12.5rem;
    height: 4.9rem;
    font-size: 1rem;
    margin: 0 auto 0.6rem;
    padding: 1.3rem 0px 0 0;
  }
  .support-box{
    padding: 2.5rem 1.25rem 3.5rem;
  }
  .support-title{
    font-size: 1.1rem;
  }
  .support01-container{
    margin-bottom: 3.125rem;
  }
  .support01-text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .support01-img, .support02-img{
    width: 100%;
  }
  .support02-container{
    margin-bottom: 1.5rem;
  }
  .support02-text{
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
  .support-box .c-button {
    width: 100%;
  }
}

/* 外部ストアリンク */
.external-store-links {
  margin-top: 1rem;
  text-align: left;
}

.external-store-link {
  display: inline-block;
  color: #595757;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.external-store-link:hover {
  text-decoration: underline;
}

.external-store-link .external-icon {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.3em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23595757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 48em) {
  .external-store-links {
    margin-top: 0.75rem;
    text-align: center;
  }

  .external-store-link {
    font-size: 0.7rem;
    line-height: 2;
  }
}