/* Factorpage css */
.bluegbtext {
  background-color: #5b85d9;
  display: inline-block;
  color: #fff;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 6px;
  margin-top: 59px;
  margin-bottom: 29px;
}
#treatment-factor .banner-text h1:after {
  right: 28%;
  width: 46%;
  top: 50px;
}
#disease-symptoms .banner-text h1:after {
  top: 40px;
  right: 24%;
  width: 53%;
}
#disease-about .banner-text h1:after {
  top: 41px;
  right: 33%;
  width: 35%;
}

body#treatment-goals h1.mobile-view {
  display: none !important;
}

#treatment-kosen h1.mobile-view {
  display: none !important;
}
body#treatment-goals .banner-text h1:after {
  position: absolute;
  content: "";
  border-bottom: 15px solid #fff04f;
  top: 46px;
  right: 0;
  width: 94%;
  border-radius: 10px;
  z-index: -1;
}
body#treatment-goals .banner-text h1 {
  font-size: 48px;
  line-height: 36px;
  color: #393c40;
  position: relative;
  z-index: 0;
  align-items: center;
  display: inline-flex;
  margin: 18px auto;
  left: 0;
}
.pb-40 {
  padding-bottom: 40px;
}
span.yellow-border {
  border-bottom: 4px solid #fff04f;
  border-radius: 1px;
}
#treatment-kosen .banner-text h1 {
  align-items: center;
  display: inline-flex;
  margin: 18px auto;
  left: 0;
  gap: 10px;
}
#treatment-kosen .banner-text h1:after {
  right: 0;
  width: 94%;
}
/* .epidemiology-graph .field-promotext3 p {
  display: flex;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.25px;
} */
.factor .field-promoicon img {
  max-width: auto;
  height: auto;
  margin-top: 16px;
}
#factor {
  background: url(/-/media/565C01224CCD4B61A68835A498E7BA4B);
  background-size: 100% 100%;
  max-height: 465px;
  height: 465px;
  background-repeat: no-repeat;
  padding: 16px 8px 0px 32px;
  max-width: 960px;
  margin: 59px auto;
}
#factor .field-promoicon img {
  max-width: 350px;
  height: auto;
  margin-top: 16px;
}
#factor .col-12.col-md-6 {
  text-align: center;
  position: relative;
}
#factor .col-12.col-md-6:first-child::after {
  content: "";
  position: absolute;
  background: url(/-/media/44A7B3168E03461A899E94140067948C);
  width: 52px;
  height: 52px;
  background-size: 34px;
  top: 102px;
  right: -36px;
  background-repeat: no-repeat;
}
#factor .component.promo.col-12.col-md-6:first-child::after {
  content: none;
}
#factor .leftText-rightImage .field-promotext p {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  margin-top: 16px;
}
#factor .textorImage p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #5b85d9;
}
#factor .leftText-rightImage {
  gap: 12px;
}
#factor .section .field-promoicon img {
  max-width: 28px;
  height: auto;
  margin-top: 8px;
}
#factor h3 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #393c40;
}
#factor .txt-alignRight {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  text-align: right;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin: 16px auto 0 auto;
}

/* Kosenpage css  */
.three-box {
  display: flex;
  gap: 17px;
  max-height: 346px;
  height: 346px;
}

.one-box {
  max-width: 460px;
  width: 100%;
  display: grid;
}
.two-box {
  max-width: 483px;
  width: 100%;
  display: grid;
}
.box {
  border: 2px solid #5b85d9;
  border-radius: 14px;
  padding: 10px 24px;
  margin-bottom: 17px;
}

.box h2 {
  background-color: #5b85d9;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  margin: -10px -25px 10px -25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* .box ul {
  list-style: none;
  padding-left: 0;
}

.box ul li::before {
  content: "●";
  color: #3b76c2;
  padding-right: 8px;
} */

.btmnote {
  margin-top: 5px;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
}
.btmnote p {
  margin: 0;
}
/* Kosenpage table css  */
/* .kosen-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
} */
.kosen-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border: 2px solid #5b85d9;
  border-radius: 14px;
  display: inline-block;
  margin-top: 25px;
}

.kosen-table th,
.kosen-table td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #5b85d980;
}
.kosen-table td {
  padding-left: 35px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.kosen-table th.category {
  background-color: #5b85d9;
  color: #fff;
  width: 200px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: 1px solid #ebf1fa;
}
.kosen-table tr:first-child th.category {
  border-top-left-radius: 10px;
}
.kosen-table tr:last-child th.category {
  border-radius: 0 0 0 10px;
  vertical-align: middle;
  border-bottom: none;
}

.kosen-table tr:last-child td {
  border-bottom: none;
}
#centre-promo .leftText-rightImage {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
/* Kosenpage css ends here */

/* Goalspage css */
.goals .leftText-rightImage img {
  max-width: 202px;
  height: auto;
}
/* Goalspage css ends here */
@media (max-width: 767px) {
  #disease-symptoms .banner-text h1:after {
    border-bottom: 7px solid #fff04f;
    top: 67px;
    right: 0%;
    width: 100%;
  }
  #disease-symptoms .banner-text h1::before {
    right: 104px;
  }
  #disease-about .banner-text h1:after {
    top: 66px;
    right: 20%;
    width: 61%;
  }
  #disease-about h1::before {
    top: 30px;
    right: 105px;
    width: 58px;
  }
  #disease-epidemiology .banner-text h1:after {
    border-bottom: 7px solid #fff04f;
    top: 68px;
    right: 6%;
    width: 90%;
  }
  #disease-epidemiology .banner-text h1::before {
    top: 29px;
    right: 102px;
    width: 63px;
  }
  #treatment-factor .banner-text h1:after {
    right: 28%;
    width: 46%;
    top: 50px;
  }
  #treatment-factor .banner-text h1::before {
    top: 55px;
    right: 98px;
    width: 58px;
  }

  #treatment-factor .banner-text h1:after {
    top: 92px;
    right: 8%;
    width: 86%;
  }
  #treatment-factor .banner-text h1.mobile-view img {
    max-width: 28px;
  }
  #treatment-kosen .banner-text h1.mobile-view img:nth-child(2) {
    max-width: 100%;
  }
  #treatment-kosen .banner-text h1.mobile-view img:nth-child(1) {
    max-width: 23px;
  }

  #treatment-kosen #common-banner .text-over-img {
    top: 60px;
  }
  #treatment-kosen .banner-text h1:after {
    position: absolute;
    content: "";
    border-bottom: 0px solid #fff04f;
  }
  #treatment-kosen .banner-text h1 {
    margin: 0px auto;
  }
  #treatment-kosen .banner-text h1::before {
    right: 0;
    width: 58px;

    left: 97px;
  }
  .kosen-table tr:last-child th.category {
    border-radius: 0;
    vertical-align: middle;
    border-bottom: none;
  }
  .references p {
    gap: 15px;
  }
  .promo ul {
    list-style-image: url("/-/media/Themes/Otezla/kansen-partners-jp/Kansen-PPP/Images/goals/Ellipse 5") !important;
  }
  body#treatment-goals .banner-text h1 {
    display: none;
  }
  body#treatment-goals h1.mobile-view {
    display: block !important;
  }
  #treatment-kosen .banner-text h1 {
    display: none;
  }
  #treatment-kosen h1.mobile-view {
    display: block !important;
  }

  body#treatment-goals .banner-text h1.mobile-view img:nth-child(2) {
    max-width: 100%;
  }
  body#treatment-goals .banner-text h1.mobile-view img:nth-child(1) {
    max-width: 23px;
  }

  body#treatment-goals #common-banner .text-over-img {
    top: 60px;
  }
  body#treatment-goals .banner-text h1:after {
    position: absolute;
    content: "";
    border-bottom: 0px solid #fff04f;
  }
  body#treatment-goals .banner-text h1 {
    margin: 0px auto;
  }
  body#treatment-goals .banner-text h1::before {
    right: 0;
    width: 58px;

    left: 97px;
  }
  .bluegbtext {
    font-size: 20px;
    line-height: 30px;
    margin-top: 44px;
    margin-bottom: 21px;
  }

  .three-box {
    gap: 0;
    max-height: 100%;
    height: 100%;
    flex-direction: column;
  }
  .box {
    padding: 10px 24px;
    margin-bottom: 17px;
  }
  .btmnote {
    margin-top: 5px;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
  }

  .kosen .kosen-table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .kosen .kosen-table tr:first-child th.category {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .kosen .kosen-table th.category {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
  }
  .kosen .kosen-table td {
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
  }
  .kosen .leftText-rightImage {
    gap: 11px;
  }
  .btmnote p:first-child {
    padding-bottom: 8px;
  }
  #centre-promo .leftText-rightImage {
    padding-bottom: 30px;
  }
  .kosen .twolink .row {
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
  }
  .kosen .twolink .onelink-left li {
    text-align: left;
    display: inline-flex;
  }
  .kosen .twolink .onelink-right .content-container {
    display: flex;
    justify-content: center;
  }
  .kosen .twolink .onelink-right li {
    margin-top: 55px;
    margin-bottom: 55px;
    max-width: 70%;
    text-align: right;
  }
  .kosen .twolink .onelink-right li a::after {
    right: -32px;
    top: 4px;
  }
  #factor {
    background: url(/-/media/EB9E4E35491C43DB89C4F02435960FEF);
    width: 92%;
    height: 100%;
    max-height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 59px 15px;
    padding: 14px 0px 0px 0px;
  }
  #factor .section {
    padding: 24px 16px 10px 30px;
  }
  #factor .col-12.col-md-6 {
    margin-bottom: 65px;
  }
  #factor .col-12.col-md-6:first-child::after {
    width: 34px;
    height: 34px;
    background-size: 26px;
    top: 112%;
    right: 158px;
    transform: rotate(90deg);
  }
  #factor .leftText-rightImage .field-promotext p {
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
  }
  #factor .field-promoicon img {
    max-width: 279px;
    height: auto;
    margin-top: 16px;
  }
  #factor .textorImage p {
    font-size: 20px;
    line-height: 30px;
  }
  #factor h3 {
    margin: 0;
    font-size: 16px;
  }
  .goals .leftText-rightImage img {
    max-width: 106px;
    height: auto;
  }
  .goals .leftText-rightImage {
    gap: 12px;
  }
}
