*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
ul,
ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  position: relative;
  overflow-x: clip;
  background-color: #fff;
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  color: #25282a;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
}
a[href],
button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a[href]:hover,
  button:hover {
    opacity: 0.6;
  }
}
img,
video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
sup,
sub {
  line-height: 1;
}
.JiaFooter {
  padding: 34px 24px 40px;
  background-color: #ffd100;
}
.JiaFooterNav__selflist p {
  line-height: 1.777777777777778;
  font-size: 1.8rem;
  font-weight: 700;
}
.JiaFooterNav__selflist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 0;
}
.JiaFooterNav__selflist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 8px;
}
.JiaFooterNav__selflist li::before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 0;
}
.JiaFooterNav__selflist a {
  line-height: 1.357142857142857;
  font-size: 1.4rem;
  font-weight: 500;
}
.JiaFooterNav__selflist + .JiaFooterNav__selflist {
  margin-top: 32px;
  padding-top: 36px;
  position: relative;
}
.JiaFooterNav__selflist + .JiaFooterNav__selflist::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(90deg, #000, #000 4px, transparent 4px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.JiaFooterNav__extenallist {
  margin-top: 32px;
  padding-top: 36px;
  position: relative;
}
.JiaFooterNav__extenallist::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(90deg, #000, #000 4px, transparent 4px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.JiaFooterNav__extenallist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0;
}
.JiaFooterNav__extenallist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1.375;
  font-size: 1.6rem;
  font-weight: 500;
}
.JiaFooterNav__extenallist a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/jia/asset/img/common/icon_tab.svg");
  background-size: cover;
}
.JiaFooterCopyright {
  margin-top: 32px;
  text-align: center;
}
.JiaFooterCopyright small {
  line-height: 1.416666666666667;
  font-size: 1.2rem;
  font-weight: 500;
}
#material-number {
  margin-top: 32px;
  line-height: 1.75;
  font-size: 1.2rem;
}
.JiaHeader {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 24px;
  padding-right: 24px;
}
.JiaHeaderLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.JiaHeaderLogo__image {
  width: 200px;
}
.userway-s3-2 .JiaHeaderLogo__image {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
.JiaHeaderLogo__text {
  line-height: 1.285714285714286;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .JiaHeaderBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .JiaHeaderBtn {
    width: 94px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
  }
}
.JiaHeaderBtn__close {
  display: none;
}
body.is-navOpen .JiaHeaderBtn__open {
  display: none;
}
body.is-navOpen .JiaHeaderBtn__close {
  display: block;
}
.JiaSideLeft {
  background-image: url("/jia/asset/img/common/bg_left-content.jpg");
  background-size: cover;
  background-position: bottom center;
  height: calc(100dvh / var(--jia-zoom, 1));
  overflow-y: auto;
  position: sticky;
  top: 0;
  --jia-side-reference-width: 495px;
}
@media (max-width: 767px) {
  .JiaSideLeft {
    display: none;
  }
}
.JiaSideLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: auto;
  margin-top: 60px;
  width: calc(413px * var(--jia-side-scale, 1));
  height: calc(169px * var(--jia-side-scale, 1));
  background-image: url("/jia/asset/img/common/bg_title.png");
  background-size: 100% 100%;
}
.JiaSideLogo__image {
  width: calc(316px * var(--jia-side-scale, 1));
}
.userway-s3-2 .JiaSideLogo__image {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}
.JiaSideLogo__text {
  font-size: calc(24px * var(--jia-side-scale, 1));
  font-weight: 700;
}
.JiaSideRight {
  height: calc(100dvh / var(--jia-zoom, 1));
  background-color: #ffd100;
  top: 0;
  left: 0;
  --jia-side-reference-width: 495px;
}
@media (min-width: 768px) {
  .JiaSideRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: safe center;
        -ms-flex-pack: safe center;
            justify-content: safe center;
    overflow-y: auto;
    position: sticky;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .JiaSideRight {
    display: contents;
  }
}
@media (max-width: 767px) {
  .JiaSideNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: fixed;
    inset: 0;
    z-index: 10;
    overflow-y: auto;
    background-color: #ffd100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (max-width: 767px) {
  body.is-navOpen .JiaSideNav {
    opacity: 1;
    pointer-events: auto;
  }
}
body.is-navOpen {
  overflow: hidden;
}
.JiaSideNav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (0fr)[2];
  grid-template-columns: repeat(2, 0fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  .JiaSideNav__list {
    gap: calc(20px * var(--jia-side-scale, 1)) 0;
  }
}
@media (max-width: 767px) {
  .JiaSideNav__list {
    gap: 20px 0;
    margin: auto;
    padding-top: 84px;
    padding-bottom: 127px;
  }
}
@media (min-width: 768px) {
  .JiaSideNav__list li {
    width: calc(202px * var(--jia-side-scale, 1));
  }
}
@media (max-width: 767px) {
  .JiaSideNav__list li {
    width: 164px;
  }
}
@media (min-width: 768px) {
  .JiaSideNav__list img {
    width: calc(102px * var(--jia-side-scale, 1));
  }
}
@media (max-width: 767px) {
  .JiaSideNav__list img {
    width: 102px;
  }
}
.JiaSideNav__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .JiaSideNav__list a {
    gap: calc(4px * var(--jia-side-scale, 1));
    font-size: calc(16px * var(--jia-side-scale, 1));
  }
}
@media (max-width: 767px) {
  .JiaSideNav__list a {
    gap: 2px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .JiaSideNav__bannerWrap {
    position: fixed;
    left: 0;
    bottom: 76px;
    z-index: 15;
    width: 100%;
  }
}
.JiaSideNav__banner {
  display: block;
}
@media (min-width: 768px) {
  .JiaSideNav__banner {
    margin-top: calc(24px * var(--jia-side-scale, 1));
    margin-left: auto;
    margin-right: auto;
    width: calc(306px * var(--jia-side-scale, 1));
    -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.16);
            box-shadow: 0px 4px 6px rgba(0,0,0,0.16);
  }
}
@media (max-width: 767px) {
  .JiaSideNav__banner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.is-bannerClosed .JiaSideNav__bannerWrap {
    display: none;
  }
}
@media (min-width: 768px) {
  .JiaSideNav__bannerClose {
    display: none;
  }
}
@media (max-width: 767px) {
  .JiaSideNav__bannerClose {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 2rem;
    font-family: sans-serif;
    cursor: pointer;
  }
}
#floating-banner-wrapper {
  display: none !important;
}
@media (min-width: 768px) {
  .JiaWrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr calc(450px * var(--jia-content-scale, 1) / var(--jia-zoom, 1)) 1fr;
    grid-template-columns: 1fr calc(450px * var(--jia-content-scale, 1) / var(--jia-zoom, 1)) 1fr;
  }
}
.JiaContent {
  position: relative;
  overflow: clip;
  width: 100%;
  margin: 0 auto;
  background-color: #fffbeb;
  --jia-content-reference-width: 1440px;
}
@media (min-width: 768px) {
  .JiaContent {
    max-width: calc(450px * var(--jia-content-scale, 1) / var(--jia-zoom, 1));
  }
}
.JiaSide {
  display: none;
  position: fixed;
  top: 0;
  width: calc(50% - 225px * var(--jia-content-scale, 1) / var(--jia-zoom, 1));
  height: 100%;
}
@media (min-width: 768px) {
  .JiaSide {
    display: block;
  }
}
.JiaSection {
  padding: 40px 20px;
}
.JiaSection.-bg01 {
  background-color: #fffbeb;
}
.JiaSection.-bg02 {
  background-color: #fff;
}
.JiaSection:has(+ .JiaFoot) {
  padding: 40px 20px 0px;
}
.JiaSubSection + .JiaSubSection {
  margin-top: 40px;
}
.JiaSubSection.-bg01 {
  border-radius: 4px;
  border: 2px solid #dbdcdc;
  padding: 18px;
  background-color: #fff;
}
.JiaBox {
  overflow: clip;
  border-radius: 4px;
  padding: 18px;
}
.JiaBox.-border01 {
  border: 2px solid #dbdcdc;
  background-color: #fff;
}
.JiaBox.-border02 {
  border: 2px solid #000;
  background-color: #fff;
}
.JiaHead {
  padding: 0 20px 40px;
}
.JiaHead .JiaBreadcrumb {
  margin-top: 0;
}
.JiaFoot {
  padding: 40px 20px;
}
.JiaTopContent + .JiaFoot {
  background-color: #fff3c1;
}
.-bg01 + .JiaFoot {
  background-color: #fffbeb;
}
.-bg02 + .JiaFoot {
  background-color: #fff;
}
.JiaBreadcrumb {
  margin-top: 40px;
}
.JiaBreadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 0;
}
.JiaBreadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.JiaBreadcrumb li:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.JiaBreadcrumb li:nth-child(n + 2)::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-top: 8px;
  width: 5px;
  aspect-ratio: 5/9;
  background-image: url("/jia/asset/img/common/icon_breadclumb-arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.JiaBreadcrumb a {
  text-decoration: underline;
  line-height: 2.166666666666667;
  font-size: 1.2rem;
}
.JiaImage {
  width: 100%;
}
.JiaText {
  line-height: 1.8125;
  font-size: 1.6rem;
}
.JiaText + .JiaText {
  margin-top: 20px;
}
.JiaSectionTitle + .JiaText {
  margin-top: 20px;
}
.JiaSubSectionTitle + .JiaText {
  margin-top: 20px;
}
.JiaCopy + .JiaText {
  margin-top: 24px;
}
.JiaNote + .JiaText {
  margin-top: 20px;
}
.JiaCopy {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
}
.JiaSectionTitle + .JiaCopy {
  margin-top: 20px;
}
.JiaNote {
  line-height: 1.833333333333333;
  font-size: 1.2rem;
}
.JiaImage + .JiaNote {
  margin-top: 30px;
}
.JiaText + .JiaNote {
  margin-top: 20px;
}
.JiaCopy + .JiaNote {
  margin-top: 10px;
}
.JiaFootAnnotation {
  line-height: 1.909090909090909;
  font-size: 1.1rem;
}
.JiaArrowText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  line-height: 1.5625;
  font-size: 1.6rem;
  font-weight: 500;
}
.JiaArrowText::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
  width: 14px;
  height: 17px;
  background-image: url("/jia/asset/img/common/icon_arrow-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.JiaArrowText.-arrow-s {
  line-height: 1.5;
  font-size: 1.4rem;
}
.JiaArrowText.-arrow-s::before {
  margin-top: 3px;
  width: 12px;
  height: 14.5px;
}
.JiaDotText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
.JiaDotText::before {
  content: "●";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
  color: #a21e41;
  font-size: 1rem;
}
.JiaPageTitle {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 24px;
  min-height: 8.8rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
.JiaPageTitle::before {
  content: '';
  display: block;
  width: 21.5rem;
  height: 8.8rem;
  background-image: url("/jia/asset/img/common/bg_title.png");
  background-size: 100% 100%;
  position: absolute;
  top: calc(50% - 1.2rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -5;
}
.JiaPageTitle::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(90deg, #000, #000 4px, transparent 4px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.JiaSectionTitle {
  border-radius: 4px;
  padding: 15px 0;
  background-color: #ffd100;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}
.JiaSectionTitle.-secondary {
  background-color: #a21e41;
  color: #fff;
}
.JiaText + .JiaSectionTitle {
  margin-top: 40px;
}
.JiaSubSectionTitle {
  position: relative;
  padding-bottom: 14px;
  line-height: 1.388888888888889;
  font-size: 1.8rem;
}
.JiaSubSectionTitle::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(90deg, #ffd100, #ffd100 4px, transparent 4px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.JiaSubSectionTitle.-secondary::after {
  background-image: repeating-linear-gradient(90deg, #a21e41, #a21e41 4px, transparent 4px, transparent 10px);
}
.JiaHowTableLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 17px;
  margin-top: 3px;
  margin-right: 9px;
}
.JiaHowTableLinkList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
.JiaHowTableLinkList li.-yellow::before {
  background-image: url("/jia/asset/img/common/icon_arrow-yellow.svg");
}
.JiaHowTableLinkList li.-red::before {
  background-image: url("/jia/asset/img/common/icon_arrow-red.svg");
}
.JiaHowTableLinkList li::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2px;
  aspect-ratio: 10/12;
  width: 10px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.JiaHowTableLinkList a {
  text-decoration: underline;
}
.JiaHowTable {
  margin-top: 20px;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  line-height: 1.166666666666667;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 700;
}
.JiaHowTable * {
  border: 1px solid #e9e9e9;
}
.JiaHowTable th {
  padding: 10px 0;
  background-color: #ddd;
}
.JiaHowTable td {
  padding: 10px 0 8px;
}
.JiaHowVideo {
  margin-top: 30px;
  border-radius: 4px;
  border: 2px solid #ffd100;
  padding: 18px;
  width: 100%;
}
.JiaHowVideo p {
  text-align: center;
  line-height: 1.8125;
  font-size: 1.6rem;
  font-weight: 700;
}
.JiaHowVideo video {
  margin-top: 10px;
  aspect-ratio: 16/9;
  width: 100%;
  background-color: #ddd;
}
.JiaHowSection + .JiaHowSection {
  margin-top: 30px;
}
.JiaHowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 20px;
  padding: 0;
}
.JiaHowList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.JiaInfoCheckList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0;
}
.JiaInfoCheckList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  line-height: 1.785714285714286;
  font-size: 1.4rem;
}
.JiaInfoCheckList li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
  aspect-ratio: 18/16;
  width: 18px;
  background-image: url("/jia/asset/img/common/icon_check.svg");
  background-repeat: no-repeat;
}
.JiaInfoCheckList .-etc {
  margin-left: auto;
  margin-right: 0;
}
.JiaInfoDetailsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 12px;
  padding: 0;
}
.JiaInfoDetailsList li {
  min-width: 50%;
}
.JiaInfoText {
  line-height: 1.785714285714286;
  font-size: 1.4rem;
  font-weight: 500;
}
.JiaMedicalSectionTitle {
  margin-top: 30px;
  padding: 10px 0;
  background-color: #a21e41;
  text-align: center;
  line-height: 1.444444444444444;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.JiaMedicalTable {
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
}
.JiaMedicalTable th,
.JiaMedicalTable td {
  border: 1px solid #000;
  text-align: center;
  font-size: 1rem;
}
.JiaMedicalTable thead {
  background-color: #fff3c1;
}
.JiaMedicalTable tbody {
  background-color: #fff;
}
.JiaMedicalTable th {
  padding: 6px 0;
  line-height: 1.4;
  font-weight: 700;
}
.JiaMedicalTable td {
  padding: 8px 0;
  line-height: 1.5;
}
.JiaMedicalBoxTitle {
  margin-top: -18px;
  margin-left: -18px;
  margin-right: -18px;
  padding: 10px 0;
  background-color: #ffd100;
  text-align: center;
  line-height: 1.375;
  font-size: 1.6rem;
  font-weight: 500;
}
.JiaMedicalBoxText {
  line-height: 1.714285714285714;
  font-size: 1.4rem;
}
.JiaMedicalDescList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.JiaMedicalDescList dd {
  margin-top: 4px;
  margin-left: 14px;
  line-height: 1.714285714285714;
  font-size: 1.4rem;
}
.JiaMedicalArrowText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  line-height: 1.785714285714286;
  font-size: 1.4rem;
  font-weight: 500;
}
.JiaMedicalArrowText::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 6px;
  aspect-ratio: 10/12;
  width: 10px;
  background-image: url("/jia/asset/img/medical_bills/icon_arrow.svg");
  background-size: 100% 100%;
}
.JiaMedicalBenList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.JiaMedicalBenList dt {
  line-height: 1.785714285714286;
  font-size: 1.4rem;
  font-weight: 700;
  color: #a21e41;
}
.JiaMedicalBenList dd {
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.785714285714286;
  font-size: 1.4rem;
}
.JiaMedicalOtherTitle {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
.JiaMedicalOtherList {
  margin-top: 10px;
  margin-left: 14px;
  padding: 0;
}
.JiaMedicalOtherList li {
  line-height: 1.785714285714286;
  font-size: 1.4rem;
}
.JiaMedicalBoxNote {
  margin-top: 20px;
  line-height: 1.8125;
  font-size: 1.6rem;
  font-weight: 700;
  color: #a21e41;
}
.JiaEffextSymptom {
  margin-top: 40px;
  position: relative;
}
.JiaEffextSymptom__image {
  width: 162px;
  position: absolute;
  top: calc(462 / 987 * 100%);
  right: calc(162 / 335 * 100%);
  z-index: 5;
}
.JiaEffextSymptom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  position: relative;
}
.JiaEffextSymptom__list > div {
  width: 100%;
  position: relative;
  z-index: 10;
}
.JiaEffextSymptom__list > div.-half {
  padding: 10px;
  width: 52.537313432835816%;
}
.JiaEffextSymptom__list dt {
  border-radius: 9999px;
  padding: 5px 0;
  background-color: #ffd100;
  text-align: center;
  line-height: 1.375;
  font-size: 1.6rem;
  font-weight: 700;
}
.JiaEffextSymptom__list dd {
  margin-top: 10px;
}
.JiaEffextSymptomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 10px;
  padding: 0;
}
.JiaEffextSymptomList.-col1 li {
  width: 100%;
}
.JiaEffextSymptomList li {
  min-width: calc(50% - 5px);
}
.JiaEffectTypical {
  margin-top: 20px;
}
.JiaEffectTypical dt {
  margin-top: -18px;
  margin-left: -18px;
  margin-right: -18px;
  padding: 5px 0;
  background-color: #9a99a1;
  text-align: center;
  line-height: 1.375;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.JiaEffectTypical ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 10px;
  padding: 0;
}
.JiaEffectTypical .-col2 li:nth-child(2n - 1) {
  width: calc(198 / 295 * 100%);
}
.JiaEffectTypical .-col3 li {
  width: calc(91 / 295 * 100%);
}
.JiaSubsidyTableWrapper {
  margin-top: 20px;
}
.JiaSubsidyTableTitle {
  padding: 10px 0;
  background-color: #a21e41;
  text-align: center;
  line-height: 1.444444444444444;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.JiaSubsidyTableNote {
  text-align: right;
  line-height: 1.285714285714286;
  font-size: 7px;
}
.JiaSubsidyTable {
  margin: 4px 0;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 500;
}
.JiaSubsidyTable col.-wid01 {
  width: 32px;
}
.JiaSubsidyTable th,
.JiaSubsidyTable td {
  padding: 0 2px;
  height: 43px;
  border: 1px solid #000;
}
.JiaSubsidyTable .-heightS {
  height: 27px;
}
.JiaSubsidyTable .-bg01 {
  background-color: #fff3c1;
}
.JiaSubsidyTable .-bg02 {
  background-color: #fffbeb;
}
.JiaSubsidyTable .-left {
  text-align: left;
}
.JiaSubsidyTable .-sizeXl {
  font-size: 1.4rem;
}
.JiaSubsidyTable .-sizeL {
  font-size: 1.2rem;
}
.JiaSubsidyTable .-sizeS {
  font-size: 0.8rem;
}
.JiaSubsidyTable .-regular {
  font-weight: 400;
}
.JiaSubsidyTable .-plain {
  font-weight: 500;
}
.JiaSubsidyNumList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  padding: 0;
}
.JiaSubsidyNumList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  line-height: 1.785714285714286;
  font-size: 1.4rem;
}
.JiaSubsidyDocList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 10px;
  padding: 0;
}
.JiaSubsidyDocEtc {
  margin-top: 10px;
  text-align: right;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
.JiaTopKv {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 89.33333333333333%;
}
@media (min-width: 768px) {
  .JiaTopKv {
    display: none;
  }
}
.JiaTopTitle {
  border-radius: 30px 0 0 0;
  padding: 42px 0;
  background-color: #ffd100;
  text-align: center;
  line-height: 1.521739130434783;
  font-size: 2.3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .JiaTopTitle {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .JiaTopTitle {
    margin-top: 24px;
  }
}
.JiaTopContent {
  padding: 20px 20px 0;
  background-color: #fff3c1;
}
.JiaTopEditor {
  margin-bottom: 30px;
}
.JiaTopEditorCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.JiaTopEditorCol__label {
  border-radius: 4px;
  padding: 4px 5px;
  background-color: #25282a;
  line-height: 1.416666666666667;
  font-size: 1.2rem;
  color: #fff;
}
.JiaTopEditorCol__name {
  line-height: 1.5;
  font-size: 1.2rem;
}
.JiaTopEditor__desc {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 1rem;
}
.JiaWhatsBox {
  padding: 20px 20px 0;
}
.JiaWhatsBox p {
  line-height: 1.785714285714286;
  font-size: 1.4rem;
}
.JiaWhatsCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.JiaWhatsCol .JiaText {
  width: 50.14925373134328%;
}
.JiaWhatsCol .JiaImage {
  width: 43.88059701492537%;
}
.JiaWhatsDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.JiaWhatsDesc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
p.JiaWhatsDesc,
.JiaWhatsDesc dd {
  line-height: 1.714285714285714;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
.u-ls--10 {
  letter-spacing: -0.01em;
}
.u-mt-0 {
  margin-top: 0px;
}
.u-mb-0 {
  margin-bottom: 0px;
}
.u-ml-0 {
  margin-left: 0px;
}
.u-mr-0 {
  margin-right: 0px;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-ml-10 {
  margin-left: 10px;
}
.u-mr-10 {
  margin-right: 10px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-ml-20 {
  margin-left: 20px;
}
.u-mr-20 {
  margin-right: 20px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mb-30 {
  margin-bottom: 30px;
}
.u-ml-30 {
  margin-left: 30px;
}
.u-mr-30 {
  margin-right: 30px;
}
.u-mt-40 {
  margin-top: 40px;
}
.u-mb-40 {
  margin-bottom: 40px;
}
.u-ml-40 {
  margin-left: 40px;
}
.u-mr-40 {
  margin-right: 40px;
}
.u-mt-50 {
  margin-top: 50px;
}
.u-mb-50 {
  margin-bottom: 50px;
}
.u-ml-50 {
  margin-left: 50px;
}
.u-mr-50 {
  margin-right: 50px;
}
.u-mt-60 {
  margin-top: 60px;
}
.u-mb-60 {
  margin-bottom: 60px;
}
.u-ml-60 {
  margin-left: 60px;
}
.u-mr-60 {
  margin-right: 60px;
}
.u-mt-70 {
  margin-top: 70px;
}
.u-mb-70 {
  margin-bottom: 70px;
}
.u-ml-70 {
  margin-left: 70px;
}
.u-mr-70 {
  margin-right: 70px;
}
.u-mt-80 {
  margin-top: 80px;
}
.u-mb-80 {
  margin-bottom: 80px;
}
.u-ml-80 {
  margin-left: 80px;
}
.u-mr-80 {
  margin-right: 80px;
}
.u-mt-90 {
  margin-top: 90px;
}
.u-mb-90 {
  margin-bottom: 90px;
}
.u-ml-90 {
  margin-left: 90px;
}
.u-mr-90 {
  margin-right: 90px;
}
.u-mt-100 {
  margin-top: 100px;
}
.u-mb-100 {
  margin-bottom: 100px;
}
.u-ml-100 {
  margin-left: 100px;
}
.u-mr-100 {
  margin-right: 100px;
}
.u-fw-medium {
  font-weight: 500;
}
