@charset "UTF-8";
html .medicalD_base {
  text-align: center;
}
@media screen and (min-width: 768px) {
  html .medicalD_base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html .medicalD_base_txt {
  position: relative;
  z-index: 0;
  line-height: 1.4;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid var(--line);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  html .medicalD_base_txt {
    margin-right: 31px;
  }
}
@media screen and (max-width: 768px) {
  html .medicalD_base_txt {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
html .medicalD_base_txt::before {
  position: absolute;
  z-index: 0;
  width: 1em;
  height: 1em;
  color: #333;
}
@media screen and (min-width: 768px) {
  html .medicalD_base_txt::before {
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  html .medicalD_base_txt::before {
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
  }
}
html .medicalD_base_txt.head {
  background-color: #4d3746;
  color: #fff;
}
@media screen and (min-width: 768px) {
  html .medicalD_base_txt.head {
    width: 24%;
    padding-top: 33px;
  }
}
html .medicalD_base_txt.head::before {
  content: "＝";
}
html .medicalD_base_txt.main {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  html .medicalD_base_txt.main {
    width: 22%;
    padding-bottom: 10px;
  }
}
html .medicalD_base_txt.main::before {
  content: "－";
}
@media screen and (min-width: 768px) {
  html .medicalD_base_txt.main:nth-child(2) {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  html .medicalD_base_txt.main:nth-child(3), html .medicalD_base_txt.main:nth-child(4) {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  html .medicalD_base_txt:nth-child(4n) {
    margin-right: 0;
  }
  html .medicalD_base_txt:nth-child(4n)::before {
    display: none;
  }
}
html .list_asteNum li {
  position: relative;
  z-index: 0;
  counter-increment: number;
  padding-left: 2em;
}
html .list_asteNum li:first-of-type {
  margin-top: 0;
}
html .list_asteNum li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 2em;
  height: 1em;
  content: "※" counter(number);
}
html ul.dot {
  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;
}
html ul.dot li {
  position: relative;
  padding-left: 15px;
}
html ul.dot li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #ffc3df;
  margin-right: 10px;
}

html .table_type01:has(> thead > tr > th[colspan="2"]) tbody tr th {
  border-left: 0;
}
html .table_type01:has(> thead > tr > th[colspan="2"]) tbody tr > th[rowspan]:first-child {
  border-left: 1px solid var(--line);
}
html .table_type01:has(> thead > tr > th[colspan="2"]) tbody tr:not(:first-child) > th[rowspan]:first-child {
  border-top: 1px solid var(--line);
}
html .table_type01:has(> thead > tr > th[colspan="2"]) tbody tr:last-child > th:first-child {
  border-radius: 0;
}
html .table_type01:has(> thead > tr > th[colspan="2"]) tbody tr:nth-last-child(2) > th[rowspan="2"]:first-child,
html .table_type01:has(> thead > tr > th[colspan="2"]) tbody tr:nth-last-child(3) > th[rowspan="3"]:first-child {
  border-radius: 0 0 0 10px;
      border-top: none;
}
@media screen and (max-width: 768px) {
  html .table_type01:has(> thead > tr > th[colspan="2"]) tbody tr:nth-last-child(2) > th[rowspan="2"]:first-child,
  html .table_type01:has(> thead > tr > th[colspan="2"]) tbody tr:nth-last-child(3) > th[rowspan="3"]:first-child {
    border-radius: 0 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  html .medicalD_base_txt.main:last-child:before {
    display: none;
  }
}