.care-meister-side-section {
  width: 200px;
}

.care-meister-side {
  margin-top: 7px;
}

.care-meister-side__container {
  list-style: none;
}

.care-meister-side__item {
  border-bottom: 1.5px dotted #abacad;
  padding: 20px 0;
}

.care-meister-side__item p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #202020;
}

.care-meister-side__item a {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  left: 20px;
  padding: 5px 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #202020;
  text-decoration: none;
}

@media (max-width: 1160px) {
  .care-meister-side-section {
    order: 1;
    width: 100%;
    padding: 0 10px;
  }
}
