*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* =========================
     about grid
     ========================= */

.c-about-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media (min-width: 768px) {
  body.bullous-pemphigoid .c-about-grid {
    max-width: 819px;
    justify-content: space-between;
    grid-template-columns: 323px 323px;
  }

  body.bullous-pemphigoid .l-row-2 .l-row-2_box {
    width: auto;
  }
}

.c-about-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  min-height: 2.5em;
}

.c-about-img-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}

.c-about-img {
  height: auto;
  width: 100%;
  max-width: 934px;
}

/* =========================
     difference grid
     ========================= */

.c-diff-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media (min-width: 768px) {
  body.bullous-pemphigoid .c-diff-grid {
    max-width: 1100px;
    justify-content: space-between;
    grid-template-columns: 468px 468px;
  }

  body.bullous-pemphigoid .l-btns .l-btn.l-btn-w800 {
    width: 90%;
    max-width: 529px;
  }
}

@media (max-width: 767px) {
  body.bullous-pemphigoid .l-btns .l-btn.l-btn-w800 {
    width: 92%;
  }
}

body.bullous-pemphigoid .c-diff-grid .l-row-2_box {
  width: auto;
}

.c-diff-pill {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
  height: 41px;
  width: 402px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(61 141 141 / var(--tw-bg-opacity, 1));
  font-size: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 767.98px) {
  .c-diff-pill {
    width: 100%;
  }
}

.c-diff-img {
  margin-bottom: 55px;
}

/* =========================
     kensa / yellowbox layout（kensastep）
     ========================= */

body.bullous-pemphigoid .kensastep .yellowbox {
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(252 255 228 / var(--tw-bg-opacity, 1));
  padding-top: 10px;
  padding-right: 70px;
  padding-bottom: 10px;
  padding-left: 45px;
}

body.bullous-pemphigoid .kensastep .yellowbox .textbox {
  min-width: 0px;
  flex: 1 1 0%;
}

body.bullous-pemphigoid .kensastep .yellowbox .img {
  max-width: 223px;
  flex: none;
  flex: 0 0 223px;
}

body.bullous-pemphigoid .kensastep .yellowbox .img img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 223px;
}

body.bullous-pemphigoid .kensastep .yellowbox .textbox h3 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 145 0 / var(--tw-text-opacity, 1));
}

@media (max-width: 934px){
  body.bullous-pemphigoid .kensastep .yellowbox {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    padding-left: 16px;
  }

  body.bullous-pemphigoid .kensastep .yellowbox .img {
    max-width: 100%;
    flex: none;
  }

  body.bullous-pemphigoid .kensastep .yellowbox .img img {
    margin-left: auto;
    margin-right: auto;
  }

  body.bullous-pemphigoid .kensastep .yellowbox .textbox h3 {
    padding-top: 20px;
  }
}

/* =========================
     BPDAI yellowbox（#severity内）
     ========================= */

body.bullous-pemphigoid #severity .yellowbox {
  box-sizing: border-box;
  --tw-bg-opacity: 1;
  background-color: rgb(252 255 228 / var(--tw-bg-opacity, 1));
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  body.bullous-pemphigoid #severity .yellowbox {
    padding-right: 40px;
    padding-left: 40px;
  }
}

body.bullous-pemphigoid #severity .yellowbox > h3 {
  margin: 0px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 145 0 / var(--tw-text-opacity, 1));
}

body.bullous-pemphigoid #severity .yellowbox > p {
  margin-top: 0px;
}

body.bullous-pemphigoid #severity .yellowbox > h3,
  body.bullous-pemphigoid #severity .yellowbox > p {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  body.bullous-pemphigoid #severity .yellowbox > h3,
  body.bullous-pemphigoid #severity .yellowbox > p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.bullous-pemphigoid #severity .yellowbox .kensatable {
  width: 100%;
  table-layout: fixed;
  border-width: 0px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #6DC6C7;
  border-left: 1px solid #6DC6C7;
}

body.bullous-pemphigoid #severity .yellowbox .kensatable th,
  body.bullous-pemphigoid #severity .yellowbox .kensatable td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

@media (min-width: 768px) {
  body.bullous-pemphigoid #severity .yellowbox .kensatable th,
  body.bullous-pemphigoid #severity .yellowbox .kensatable td {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
  }
}

body.bullous-pemphigoid #severity .yellowbox .kensatable th,
  body.bullous-pemphigoid #severity .yellowbox .kensatable td{
  line-height: 1.2;
  border: none;
}

body.bullous-pemphigoid #severity .yellowbox .kensatable th.color1 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 198 199 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

body.bullous-pemphigoid #severity .yellowbox .kensatable th.color1:last-child{
  border-right: 1px solid #6DC6C7;
}

body.bullous-pemphigoid #severity .yellowbox .kensatable th.color2 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 242 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(109 198 199 / var(--tw-text-opacity, 1));
  border-right: 1px solid #6DC6C7;
  border-bottom: 1px solid #6DC6C7;
}

body.bullous-pemphigoid #severity .yellowbox .kensatable td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  border-right: 1px solid #6DC6C7;
  border-bottom: 1px solid #6DC6C7;
}

body.bullous-pemphigoid #severity .icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 30px;
  width: 103px;
}

body.bullous-pemphigoid #severity .is-highest-severity {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 46px;
  width: 92%;
  max-width: 607px;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(109 198 199 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  body.bullous-pemphigoid #severity .is-highest-severity {
    height: 56px;
    font-size: 20px;
    line-height: 56px;
  }
}

/* =========================
     treatment2
     ========================= */

body.bullous-pemphigoid #treatment2 .l-img-center {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  width: 100%;
  max-width: 894px;
}

body.bullous-pemphigoid #treatment2 .l-img-center p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.4;
}

body.bullous-pemphigoid #treatment2 .l-section-title-h3.green {
  --tw-text-opacity: 1;
  color: rgb(61 141 141 / var(--tw-text-opacity, 1));
}

body.bullous-pemphigoid #treatment2 .treatmenttable {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  table-layout: fixed;
  border-width: 0px;
}

body.bullous-pemphigoid #treatment2 .treatmenttable th {
  width: 26%;
  --tw-bg-opacity: 1;
  background-color: rgb(109 198 199 / var(--tw-bg-opacity, 1));
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  body.bullous-pemphigoid #treatment2 .treatmenttable th {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
  }
}

body.bullous-pemphigoid #treatment2 .treatmenttable th {
  border-top: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

body.bullous-pemphigoid #treatment2 .treatmenttable th span {
  display: block;
  font-size: 12px;
}

@media (min-width: 768px) {
  body.bullous-pemphigoid #treatment2 .treatmenttable th span {
    font-size: 16px;
  }
}

body.bullous-pemphigoid #treatment2 .treatmenttable td {
  width: 74%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #6DC6C7;
}

body.bullous-pemphigoid #treatment2 .note {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  body.bullous-pemphigoid .l-section-title-h3 {
    font-size: 16px;
  }

  body.bullous-pemphigoid #treatment2 .treatmenttable th {
    font-size: 16px;
  }
}

/* =========================
     certification yellowbox
     ========================= */

body.bullous-pemphigoid .yellowbox-certification {
  margin-bottom: 40px;
  box-sizing: border-box;
  --tw-bg-opacity: 1;
  background-color: rgb(252 255 228 / var(--tw-bg-opacity, 1));
  padding: 20px;
}

body.bullous-pemphigoid .yellowbox-certification > h3 {
  margin: 0px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 145 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  body.bullous-pemphigoid .yellowbox-certification > h3 {
    text-align: left;
    font-size: 20px;
  }
}

body.bullous-pemphigoid .yellowbox-certification .certification_standards {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  box-sizing: border-box;
  max-width: 654px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  border: 1px solid #FF9100;
}

body.bullous-pemphigoid .yellowbox-certification .certification_standards p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 700;
}

body.bullous-pemphigoid .yellowbox-certification .certification_standards p:last-child {
  margin-bottom: 0px;
}

body.bullous-pemphigoid .yellowbox-certification p.note {
  font-size: 14px;
  line-height: 1.6;
}

/* =========================
     bggreen title
     ========================= */

body.bullous-pemphigoid .bggreen_title {
  margin-bottom: 10px;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(225 242 241 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  body.bullous-pemphigoid .bggreen_title {
    font-size: 20px;
  }
}

/* =========================
     other-subsidies image
     ========================= */

body.bullous-pemphigoid #other-subsidies .l-img-center {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 592px;
}
