.worry-contents {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 980px;
  width: 100%;
  margin: 3.8rem auto 0;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .worry-contents {
    padding: 0 2.4rem;
    gap: 3.2rem;
  }
}
.worry-contents:before {
  content: none;
}
.worry-contents .worry-items {
  display: flex;
  align-items: center;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.worry-contents .worry-items:before {
  content: none;
}
.worry-contents .worry-items .worry-img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items .worry-img {
    width: 25rem;
  }
}
.worry-contents .worry-items .worry-img img {
  width: 49rem;
  filter: drop-shadow(24px 24px 40px rgba(167, 102, 37, 0.2509803922));
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items .worry-img img {
    width: 100%;
  }
}
.worry-contents .worry-items .txt-area {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items .txt-area {
    width: 100%;
  }
}
.worry-contents .worry-items .txt-area .worry-ttl {
  font-size: 2.4rem;
  font-weight: 900;
  border-bottom: 0.8rem solid #ffebaa;
  margin: 0;
  text-align: left;
  line-height: 1;
  padding-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items .txt-area .worry-ttl {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
  }
}
.worry-contents .worry-items .txt-area .worry-ttl em {
  font-weight: 900;
  padding-left: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items .txt-area .worry-ttl em {
    padding-bottom: 0.4rem;
    padding-left: 0;
    line-height: 1.2;
  }
}
.worry-contents .worry-items .txt-area .worry-ttl span {
  line-height: 1;
  font-size: 7.2rem;
  color: #ffb300;
  font-weight: 700;
}
.worry-contents .worry-items .txt-area .worry-txt {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.worry-contents .worry-items:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items:nth-child(even) {
    flex-direction: column;
  }
}
.worry-contents .worry-items:nth-child(odd) .txt-area .worry-ttl {
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items:nth-child(odd) .txt-area .worry-ttl {
    padding-left: 0;
  }
}
.worry-contents .worry-items:nth-child(odd) .txt-area .worry-txt {
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items:nth-child(odd) .txt-area .worry-txt {
    padding-left: 0;
  }
}
.worry-contents .worry-items:not(:first-child) {
  margin-top: -3.5rem;
}
@media only screen and (max-width: 768px) {
  .worry-contents .worry-items:not(:first-child) {
    margin-top: 0;
  }
}

.wholesale-solution .wholesale-title {
  margin-top: 10rem;
}

.wholesale-items {
  margin-top: 6.4rem;
}
.wholesale-items .wi-ttl {
  font-size: 2.4rem;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wholesale-items .wi-ttl {
    line-height: 1.2;
  }
}
.wholesale-items .wi-txt {
  font-size: 1.8rem;
  text-align: left;
  margin: 0;
  margin-top: 0.8rem;
}
.wholesale-items div.wholesale-image-text dl {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 769px) {
  .wholesale-items .wholesale-image-text {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .wholesale-items .wholesale-image-text {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
}

section.sec-wholesale div.wholesale-image-text h4 {
  margin-top: 0;
}

section.sec-wholesale div.wholesale-image-text h4 {
  display: inline-block;
  margin: 1.25em 0 1em;
  padding: 0.75em;
  background-color: #ffebaa;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}/*# sourceMappingURL=biz_ec_update.css.map */