.hero-icon::before {
  background: url("/origin/gifu-noushin-center/dist/img/common/hero-medical-system.svg") center/contain no-repeat !important;
}

.lead-txt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .lead-txt {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lead-txt {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .lead-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .lead-txt {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .lead-txt {
    font-size: 1.4rem;
  }
}

.counter {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .counter {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .counter {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.counter .wrap {
  position: relative;
}

.counter .wrap::before {
  content: '';
  position: absolute;
  top: -48px;
  left: -160px;
  background: url("/origin/gifu-noushin-center/dist/img/common/logo-mark.svg") center/contain no-repeat;
  width: 340px;
  height: 430px;
  opacity: .08;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .counter .wrap::before {
    position: absolute;
    top: 0;
    left: -80px;
    width: 230px;
    height: 300px;
  }
}

.counter .counter-vsl {
  margin-bottom: calc(8px * 5);
  width: 100%;
  padding: 0 64px;
}

@media screen and (max-width: 959px) {
  .counter .counter-vsl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .counter .counter-vsl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .counter .counter-vsl {
    padding: 0 48px;
  }
}

@media screen and (max-width: 1023px) {
  .counter .counter-vsl {
    padding: 0 32px;
  }
}

@media screen and (max-width: 959px) {
  .counter .counter-vsl {
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .counter .counter-vsl {
    padding: 0;
  }
}

.counter .counter-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c3c198;
  border-radius: 4px;
  padding: 24px 0;
}

@media screen and (max-width: 1279px) {
  .counter .counter-list__item {
    padding: 20px 0;
  }
}

@media screen and (max-width: 959px) {
  .counter .counter-list__item {
    padding: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .counter .counter-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
  }
}

.counter .counter-list__item:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .counter .counter-list__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .counter .counter-list__item:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.counter .counter-list__item:nth-child(2) dt span {
  color: #f27133;
}

.counter .counter-list__item:nth-child(2) dd .btn-list__item span::before {
  background: #f27133;
}

.counter .counter-list__item:nth-child(3) dt span {
  color: #6BBE0B;
}

.counter .counter-list__item:nth-child(3) dd .btn-list__item span::before {
  background: #6BBE0B;
}

.counter .counter-list__item:nth-child(4) dt span {
  color: #0BBE87;
}

.counter .counter-list__item:nth-child(4) dd .btn-list__item span::before {
  background: #0BBE87;
}

.counter .counter-list__item:nth-child(5) dt span {
  color: #00adec;
}

.counter .counter-list__item:nth-child(5) dd .btn-list__item span::before {
  background: #00adec;
}

.counter .counter-list__item dt {
  width: 145px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .counter .counter-list__item dt {
    width: 140px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .counter .counter-list__item dt {
    width: 120px;
  }
}

@media screen and (max-width: 959px) {
  .counter .counter-list__item dt {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .counter .counter-list__item dt {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #c3c198;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 1.8rem;
  }
}

.counter .counter-list__item dt span {
  color: #f29233;
}

.counter .counter-list__item dd {
  border-left: 2px solid #c3c198;
  width: calc(100% - 145px);
}

@media screen and (max-width: 1279px) {
  .counter .counter-list__item dd {
    width: calc(100% - 140px);
  }
}

@media screen and (max-width: 1023px) {
  .counter .counter-list__item dd {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 959px) {
  .counter .counter-list__item dd {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  .counter .counter-list__item dd {
    width: 100%;
    border-left: none;
  }
}

.counter .counter-list__item dd .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .counter .counter-list__item dd .btn-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding-left: 0;
  }
}

.counter .counter-list__item dd .btn-list__item {
  padding: 8px 12px 6px;
  background: #f8f7ec;
  border-radius: 2px;
}

.counter .counter-list__item dd .btn-list__item span {
  display: block;
  position: relative;
  padding-left: 12px;
  line-height: 1.4;
}

.counter .counter-list__item dd .btn-list__item span::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f29233;
}

@media screen and (max-width: 767px) {
  .counter .counter-list__item dd .btn-list__item span::before {
    position: absolute;
    top: 6px;
    left: 0;
  }
}

.medical-system .medical-system-list {
  counter-reset: medical-system-counter;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .medical-system .medical-system-list {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .medical-system .medical-system-list {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.medical-system .medical-system-list__item {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 24px;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .medical-system .medical-system-list__item {
    font-size: 1.6rem;
    padding-left: 22px;
  }
}

@media screen and (max-width: 959px) {
  .medical-system .medical-system-list__item {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}

.medical-system .medical-system-list__item::before {
  counter-increment: medical-system-counter;
  content: counter(medical-system-counter) ". ";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 2rem;
  translate: 0 -50%;
}

@media screen and (max-width: 1279px) {
  .medical-system .medical-system-list__item::before {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .medical-system .medical-system-list__item::before {
    font-size: 1.6rem;
  }
}

.medical-system .medical-system-list__item span {
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .medical-system .medical-system-list__item span {
    font-size: 1.2rem;
  }
}

.medical-system .support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .medical-system .support-list {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .medical-system .support-list {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .medical-system .support-list {
    gap: 8px;
  }
}

@media screen and (max-width: 519px) {
  .medical-system .support-list {
    gap: 0 8px;
  }
}

.medical-system .support-list__item .ico-circle {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 959px) {
  .medical-system .support-list__item .ico-circle {
    padding-left: 16px;
  }
}

.medical-system .support-list__item .ico-circle::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background: url("/origin/gifu-noushin-center/dist/img/medical-system/circle.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .medical-system .support-list__item .ico-circle::before {
    width: 13px;
    height: 13px;
  }
}

.medical-system .support-list__item .ico-square {
  position: relative;
  padding-left: 12px;
}

@media screen and (max-width: 959px) {
  .medical-system .support-list__item .ico-square {
    padding-left: 13px;
  }
}

.medical-system .support-list__item .ico-square::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background: url("/origin/gifu-noushin-center/dist/img/medical-system/square.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .medical-system .support-list__item .ico-square::before {
    width: 11px;
    height: 11px;
  }
}

.medical-system .support-list__item .ico-hyphen {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 959px) {
  .medical-system .support-list__item .ico-hyphen {
    padding-left: 16px;
  }
}

.medical-system .support-list__item .ico-hyphen::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background: url("/origin/gifu-noushin-center/dist/img/medical-system/hyphen.svg") center/contain no-repeat;
}

.medical-system .system-tbl {
  overflow: auto;
}

.medical-system .system-tbl table {
  border: 1px solid #c3c198;
  border-radius: 4px;
  width: 100%;
  max-width: 1040px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .medical-system .system-tbl table {
    font-size: 1.4rem;
    min-width: 767px;
  }
}

@media screen and (max-width: 519px) {
  .medical-system .system-tbl table {
    min-width: 480px;
  }
}

.medical-system .system-tbl tr {
  padding: 12px;
}

@media screen and (max-width: 959px) {
  .medical-system .system-tbl tr {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .medical-system .system-tbl tr {
    padding: 8px;
  }
}

.medical-system .system-tbl th {
  vertical-align: middle;
  background-color: #FFFEF7;
  border-bottom: solid 1px #c3c198;
  border-right: solid 1px #c3c198;
  white-space: nowrap;
  padding: 12px;
}

.medical-system .system-tbl th span {
  font-size: 1.4rem;
}

.medical-system .system-tbl td {
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #c3c198;
  border-right: solid 1px #c3c198;
  white-space: nowrap;
  padding: 16px 24px;
}

@media screen and (max-width: 959px) {
  .medical-system .system-tbl td {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .medical-system .system-tbl td {
    padding: 0 !important;
  }
}

.medical-system .system-tbl td img {
  width: 16px;
  height: 16px;
  margin-inline: auto;
}

@media screen and (max-width: 959px) {
  .medical-system .system-tbl td img {
    width: 13px;
    height: 13px;
  }
}

/*# sourceMappingURL=../../maps/pages/medical-system.css.map */
