@charset "UTF-8";
.l-sms .content .row .title {
  text-align: center;
  color: var(--clr-blue);
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .title {
    font-size: 1.8rem;
  }
}
.l-sms .content .row .title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.l-sms .content .row .title.health-declaration::before {
  width: 529px;
  height: 84px;
  background-image: url("../../assets/image/sms/sustainability/title-health-declaration.png");
  transform: translateX(50px);
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .title.health-declaration::before {
    width: 265px;
    height: 42px;
    transform: translateX(20px);
  }
}

.l-sms .content .row p {
  padding: 25px 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row p {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}

.l-sms .content .row .title2 {
  padding: 25px 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--clr-blue);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .title2 {
    padding: 15px 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}



.l-sms .content .row p.text-right {
  text-align: right;
}
.l-sms .content .row .external-evaluation-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .external-evaluation-cont {
    gap: 30px 0;
  }
}
.l-sms .content .row .external-evaluation-cont .paragraph {
  width: 925px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .external-evaluation-cont .paragraph {
    width: 100%;
    margin: 0 auto;
  }
}
.l-sms .content .row .external-evaluation-cont .certificate {
  border: solid 1px #9e9e9e;
  width: 215px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .external-evaluation-cont .certificate {
    width: 80%;
    margin: 0 auto;
  }
}