.treatment .consult-frame {
  margin-right: auto;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .treatment .consult-frame {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .treatment .consult-frame {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-ttl {
    border-radius: 8px;
    margin-bottom: calc(8px * 2);
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 520px) {
  .treatment .consult-frame .consult-frame-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.treatment .consult-frame .consult-frame-tellist {
  padding: 0 16px;
  border: 1px solid #1A438B;
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-tellist {
    padding: 0;
    border: 0;
  }
}

.treatment .consult-frame .consult-frame-tellist__item:not(:last-of-type) {
  border-bottom: 1px dashed #ddd;
}

@media screen and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-tellist__item:not(:last-of-type) {
    margin-bottom: calc(8px * 2);
    border: 0;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-tellist__item:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 520px) {
  .treatment .consult-frame .consult-frame-tellist__item:not(:last-of-type) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.treatment .consult-frame .consult-frame-tellist__item a {
  position: relative;
  display: block;
  padding-top: calc(8px * 2);
  padding-bottom: calc(8px * 2);
  width: 100%;
  height: 100%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-tellist__item a {
    padding-top: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .treatment .consult-frame .consult-frame-tellist__item a {
    padding-top: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-tellist__item a {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .treatment .consult-frame .consult-frame-tellist__item a {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

.treatment .consult-frame .consult-frame-tellist__item a:hover .consult-frame-tellist__num {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media screen and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-tellist__item a {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #1A438B;
  }
}

@media screen and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-tellist__item a::before {
    content: '';
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 10px;
    aspect-ratio: 1;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    background: #1A438B;
  }
}

.treatment .consult-frame .consult-frame-tellist__num {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  color: #1A438B;
  font-family: "Roboto", "Inter", sans-serif;
  font-size: 3.2rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 960px) {
  .treatment .consult-frame .consult-frame-tellist__num {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .treatment .consult-frame .consult-frame-tellist__num {
    padding: 0 0 0 32px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .treatment .consult-frame .consult-frame-tellist__num {
    padding: 0 0 0 30px;
    font-size: 2.2rem;
  }
}

.treatment .consult-frame .consult-frame-tellist__num::before, .treatment .consult-frame .consult-frame-tellist__num::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.treatment .consult-frame .consult-frame-tellist__num::before {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1A438B;
}

@media screen and (max-width: 768px) {
  .treatment .consult-frame .consult-frame-tellist__num::before {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 520px) {
  .treatment .consult-frame .consult-frame-tellist__num::before {
    width: 24px;
    height: 24px;
  }
}

.treatment .consult-frame .consult-frame-tellist__num::after {
  left: 6px;
  -webkit-mask-image: url("/origin/cancer-center/dist/img/icon/tel.svg");
  mask-image: url("/origin/cancer-center/dist/img/icon/tel.svg");
  width: 18px;
  height: 18px;
  background: #ffffff;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .treatment .consult-frame .consult-frame-tellist__num::after {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 520px) {
  .treatment .consult-frame .consult-frame-tellist__num::after {
    left: 5px;
    width: 14px;
    height: 14px;
  }
}

.treatment .consult-frame .consult-frame-tellist__num span {
  font-family: "Zen Kaku Gothic New", "Inter", sans-serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 520px) {
  .treatment .consult-frame .consult-frame-tellist__num span {
    display: inline-block;
    text-indent: -.2em;
    letter-spacing: -.05em;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=../../maps/pages/chemotherapy-center.css.map */
