#footer {
  background-color: #ebf1fa;
  max-width: 100%;
}
#footer-links {
  background-color: #ebf1fa;
  padding: 40px 0;
}
#footer h3 {
  font-size: 20px;
  line-height: 150%;
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  color: #393c40;
  text-transform: uppercase;
  margin: 0;
}
#footer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: space-between;
}
#footer .row > div {
  position: relative;
  /* padding: 20px 0; */
}
#footer .row div ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0;
  margin-top: 20px;
}
#footer .row div ul li a {
  color: #393c40;
  text-decoration: none;
  font-size: 16px;
  line-height: 34px;
  position: relative;
  /* left: 16px; */
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  display: flex;
  gap: 10px;
}
/* #footer .row div:nth-child(3) h3 {
  color: #8e96a3;
}
#footer .row div:nth-child(3) a {
  color: #8e96a3;
  pointer-events: none;
} */
#footer .row div ul li a:before {
  content: "";
  /* position: absolute; */
  background: url("/-/media/Themes/Otezla/kansen-partners-jp/Kansen-PPP/Images/Icons/right-arrow-footer");
  background-size: 7px;
  width: 7px;
  height: 12px;
  /* top: 7px;
  left: -14px; */
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 9px;
  flex: 0 0 7px;
}
#footer .row.component.column-splitter > div:not(:last-child):after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  right: 0;
  /* border-right: 1px dotted #393c40; */
  border-right: 1px dashed #393c40;
}

#footer .row.component.column-splitter > div:nth-of-type(2):after {
  right: -18px;
}

#fourth li {
  list-style: none;
}
#fourth li a {
  font-size: 20px;
  color: #393c40;
  text-decoration: none;
  font-family: Zen Kaku Gothic New;
  font-weight: 700;
  position: relative;
  width: 85%;
  display: inline-block;
  /* color: #8e96a3;
  pointer-events: none; */
}
#fourth li a:hover {
  color: #f89807;
}
#fourth li a::before {
  content: "";
  position: absolute;
  background: url("/-/media/Themes/Otezla/kansen-partners-jp/Kansen-PPP/Images/Icons/right-arrow-footer");
  background-size: 10px;
  width: 10px;
  height: 18px;
  top: 7px;
  left: -14px;
  background-repeat: no-repeat;
}

.mobview,
.dskview {
  display: none;
}
#bottom-footer svg.quantum-icon {
  display: none;
}
#bottom-footer {
  max-width: 100%;
  background-color: #474f59;
  padding: 23px 16px;
  color: #ffffff;
}
#bottom-footer .quantum-footer__logo-social-row {
  padding-right: 32px;
}
#footer .row div:nth-child(3) {
  max-width: 195px;
}
#footer .row div:nth-child(4) {
  max-width: 212px;
}
#bottom-footer .quantum-footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1130px;
  margin: 0 auto;
  align-items: center;
}
#bottom-footer .quantum-footer__link {
  font-size: 14px;
  line-height: 36px;
  padding-right: 16px;
  text-decoration: none;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
}
#bottom-footer p.quantum-footer__legal-row {
  font-size: 13px;
  line-height: 150%;
  font-family: Zen Kaku Gothic New;
  font-weight: 400;
  color: #ffffff;
  margin-left: auto;
  text-transform: uppercase;
}
#footer .row div ul li a:hover {
  color: #f89807;
}
#footerlinks-three h3 {
  word-break: keep-all;
}
/* 20-05-2025 */
#footer .row div #footerlinks-three ul li a {
  position: unset;
}
/* #footer .row div #footerlinks-three ul li a:before {
  display: none;
} */
/* 20-05-2025 */
@media (max-width: 767px) {
  #footer {
    padding-bottom: 0px;
  }
  #footer .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: flex-start;
    gap: 45px;
    padding-inline: 16px;
  }
  #footer .row.component.column-splitter > div:not(:last-child):after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    /* width: 335px; */
    width: 100%;
    border-bottom: 1px dotted #393c40;
  }
  #footer .row.component.column-splitter > div:not(:last-child):after {
    right: unset;
    top: unset;
    height: unset;
    border-right: none;
  }
  #footer .row div ul {
    margin-top: 10px;
  }
  #footer .row > div {
    width: 100%;
  }
  #footer .row div:nth-child(3) {
    max-width: 100%;
    width: 100%;
  }
  #footer .row div:nth-child(4) {
    max-width: 100%;
  }
  #fourth li a {
    width: 100%;
  }
  #fourth {
    padding-inline: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mobview {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .dskview {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #bottom-footer {
    max-width: 100%;
    background-color: #474f59;
    padding: 50px 16px;
    color: #ffffff;
  }
  #bottom-footer .quantum-footer__inner {
    display: block;
  }
  #bottom-footer .quantum-footer__logo-social-row {
    padding-right: 32px;
    padding-bottom: 28px;
  }
  #bottom-footer .quantum-footer__link {
    font-size: 14px;
    line-height: 21px;
    padding-right: 16px;
    padding-bottom: 10px;
  }
  #bottom-footer .quantum-footer__links-row {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  #bottom-footer p.quantum-footer__legal-row {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer-links {
    max-width: 100%;
    padding: 40px 15px;
  }
  #footer .column-splitter > div {
    max-width: 22% !important;
    flex: 0 0 22%;
  }
  #footer .row.component.column-splitter > div:not(:last-child):after {
    right: -8px;
    height: 100%;
  }
  #footer .row.component.column-splitter > div:nth-of-type(2):after {
    right: -15px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #footer .row.component.column-splitter > div:not(:last-child):after,
  #footer .row.component.column-splitter > div:nth-of-type(2):after {
    right: -8px;
  }
}
@media screen and (min-width: 1200px) {
  #footer .row.component.column-splitter > div:not(:last-child):after,
  #footer .row.component.column-splitter > div:nth-of-type(2):after {
    right: -40px;
  }
}
