.dt-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .dt-hidden {
    display: block;
  }
}

.sp-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: block;
  }
}

#strong .advice#emp04 {
  background-image: unset;
  height: auto;
}
@media screen and (max-width: 768px) {
  #strong .advice#emp04 {
    padding: 0 5% 60px;
  }
}
#strong .advice#emp04 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  #strong .advice#emp04 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 30px 0;
  }
}
#strong .advice#emp04 .row-box {
  width: 49%;
  border: 1px solid #059dd4;
}
@media screen and (max-width: 768px) {
  #strong .advice#emp04 .row-box {
    width: 100%;
  }
}
#strong .advice#emp04 .row-box__header {
  background-color: #059dd4;
  color: white;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #strong .advice#emp04 .row-box__header {
    padding: 15px;
  }
}
#strong .advice#emp04 .row-box__header .copy {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #strong .advice#emp04 .row-box__header .copy {
    font-size: 18px;
  }
}
#strong .advice#emp04 .row-box__body {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #strong .advice#emp04 .row-box__body {
    padding: 15px;
  }
}