/* 医院様専用のCSS */
@media print,
screen and (min-width: 1025px) {
  .care .up-box .item .circle img {
    width: 9vw;
    margin-top: 1vw;
  }

  .care .down-box .item .circle img {
    width: 9vw;
    margin-top: 1vw;
  }
}