/*CSSによるオリジナルテキスト挿入箇所のデフォルト*/
#title-is_registered_facility::before,
.text-mapHelp-registered_facility::before {
  content: "登録医";
}
#is_registered_facility_1-text::before {
  content: "登録医のみ";
}
.label-registered_facility::before {
  content: "登録医療機関";
}
#link-pc-header-registered_facility .link-pc-header-text::before,
#link-sp-footer-registered_facility .link-sp-footer-text::before,
#title-registered_facility-text::before {
  content: "登録医一覧";
}
#link-pc-header-map_search .link-pc-header-text::before,
#link-sp-footer-map_search .link-sp-footer-text::before {
  content: "地図から探す";
}
#link-pc-header-my_list .link-pc-header-text::before,
#link-sp-footer-my_list .link-sp-footer-text::before {
  content: "MYリスト";
}
#link-pc-header-guide .link-pc-header-text::before,
#link-sp-footer-guide .link-sp-footer-text::before {
  content: "ご案内";
}
#label-is_tourokui-text::before {
  content: "登録医のみ表示";
}
#title-mapHelpModal-text::before {
  content: "地図から探すページについて";
}

/*
ブレークポイント毎の設定
*/
@media (max-width: 375px) {
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
