@charset "UTF-8";
/* =========================================
   Font size utilities (10px–60px)
   Responsive: sp / tab / pc / xs / sm / md / lg / xl
   ========================================= */

/* ========== Base font sizes (10px–60px) ========== */
.f-10px { font-size:10px !important; }
.f-11px { font-size:11px !important; }
.f-12px { font-size:12px !important; }
.f-13px { font-size:13px !important; }
.f-14px { font-size:14px !important; }
.f-15px { font-size:15px !important; }
.f-16px { font-size:16px !important; }
.f-17px { font-size:17px !important; }
.f-18px { font-size:18px !important; }
.f-19px { font-size:19px !important; }
.f-20px { font-size:20px !important; }
.f-21px { font-size:21px !important; }
.f-22px { font-size:22px !important; }
.f-23px { font-size:23px !important; }
.f-24px { font-size:24px !important; }
.f-25px { font-size:25px !important; }
.f-26px { font-size:26px !important; }
.f-27px { font-size:27px !important; }
.f-28px { font-size:28px !important; }
.f-29px { font-size:29px !important; }
.f-30px { font-size:30px !important; }
.f-31px { font-size:31px !important; }
.f-32px { font-size:32px !important; }
.f-33px { font-size:33px !important; }
.f-34px { font-size:34px !important; }
.f-35px { font-size:35px !important; }
.f-36px { font-size:36px !important; }
.f-37px { font-size:37px !important; }
.f-38px { font-size:38px !important; }
.f-39px { font-size:39px !important; }
.f-40px { font-size:40px !important; }
.f-41px { font-size:41px !important; }
.f-42px { font-size:42px !important; }
.f-43px { font-size:43px !important; }
.f-44px { font-size:44px !important; }
.f-45px { font-size:45px !important; }
.f-46px { font-size:46px !important; }
.f-47px { font-size:47px !important; }
.f-48px { font-size:48px !important; }
.f-49px { font-size:49px !important; }
.f-50px { font-size:50px !important; }
.f-51px { font-size:51px !important; }
.f-52px { font-size:52px !important; }
.f-53px { font-size:53px !important; }
.f-54px { font-size:54px !important; }
.f-55px { font-size:55px !important; }
.f-56px { font-size:56px !important; }
.f-57px { font-size:57px !important; }
.f-58px { font-size:58px !important; }
.f-59px { font-size:59px !important; }
.f-60px { font-size:60px !important; }

/* ========== sp 以下 (≤575.98px) ========== */
@media (max-width:575.98px){
  [class*="sp\:f-"] { font-size:inherit; } /* 安全用（任意） */
  .sp\:f-10px { font-size:10px !important; }
  .sp\:f-11px { font-size:11px !important; }
  .sp\:f-12px { font-size:12px !important; }
  .sp\:f-13px { font-size:13px !important; }
  .sp\:f-14px { font-size:14px !important; }
  .sp\:f-15px { font-size:15px !important; }
  .sp\:f-16px { font-size:16px !important; }
  .sp\:f-17px { font-size:17px !important; }
  .sp\:f-18px { font-size:18px !important; }
  .sp\:f-19px { font-size:19px !important; }
  .sp\:f-20px { font-size:20px !important; }
  .sp\:f-21px { font-size:21px !important; }
  .sp\:f-22px { font-size:22px !important; }
  .sp\:f-23px { font-size:23px !important; }
  .sp\:f-24px { font-size:24px !important; }
  .sp\:f-25px { font-size:25px !important; }
  .sp\:f-26px { font-size:26px !important; }
  .sp\:f-27px { font-size:27px !important; }
  .sp\:f-28px { font-size:28px !important; }
  .sp\:f-29px { font-size:29px !important; }
  .sp\:f-30px { font-size:30px !important; }
  .sp\:f-31px { font-size:31px !important; }
  .sp\:f-32px { font-size:32px !important; }
  .sp\:f-33px { font-size:33px !important; }
  .sp\:f-34px { font-size:34px !important; }
  .sp\:f-35px { font-size:35px !important; }
  .sp\:f-36px { font-size:36px !important; }
  .sp\:f-37px { font-size:37px !important; }
  .sp\:f-38px { font-size:38px !important; }
  .sp\:f-39px { font-size:39px !important; }
  .sp\:f-40px { font-size:40px !important; }
  .sp\:f-41px { font-size:41px !important; }
  .sp\:f-42px { font-size:42px !important; }
  .sp\:f-43px { font-size:43px !important; }
  .sp\:f-44px { font-size:44px !important; }
  .sp\:f-45px { font-size:45px !important; }
  .sp\:f-46px { font-size:46px !important; }
  .sp\:f-47px { font-size:47px !important; }
  .sp\:f-48px { font-size:48px !important; }
  .sp\:f-49px { font-size:49px !important; }
  .sp\:f-50px { font-size:50px !important; }
  .sp\:f-51px { font-size:51px !important; }
  .sp\:f-52px { font-size:52px !important; }
  .sp\:f-53px { font-size:53px !important; }
  .sp\:f-54px { font-size:54px !important; }
  .sp\:f-55px { font-size:55px !important; }
  .sp\:f-56px { font-size:56px !important; }
  .sp\:f-57px { font-size:57px !important; }
  .sp\:f-58px { font-size:58px !important; }
  .sp\:f-59px { font-size:59px !important; }
  .sp\:f-60px { font-size:60px !important; }
}

/* ========== tab 以下 (≤991.98px) ========== */
@media (max-width:991.98px){
  .tab\:f-10px { font-size:10px !important; }
  .tab\:f-11px { font-size:11px !important; }
  .tab\:f-12px { font-size:12px !important; }
  .tab\:f-13px { font-size:13px !important; }
  .tab\:f-14px { font-size:14px !important; }
  .tab\:f-15px { font-size:15px !important; }
  .tab\:f-16px { font-size:16px !important; }
  .tab\:f-17px { font-size:17px !important; }
  .tab\:f-18px { font-size:18px !important; }
  .tab\:f-19px { font-size:19px !important; }
  .tab\:f-20px { font-size:20px !important; }
  .tab\:f-21px { font-size:21px !important; }
  .tab\:f-22px { font-size:22px !important; }
  .tab\:f-23px { font-size:23px !important; }
  .tab\:f-24px { font-size:24px !important; }
  .tab\:f-25px { font-size:25px !important; }
  .tab\:f-26px { font-size:26px !important; }
  .tab\:f-27px { font-size:27px !important; }
  .tab\:f-28px { font-size:28px !important; }
  .tab\:f-29px { font-size:29px !important; }
  .tab\:f-30px { font-size:30px !important; }
  .tab\:f-31px { font-size:31px !important; }
  .tab\:f-32px { font-size:32px !important; }
  .tab\:f-33px { font-size:33px !important; }
  .tab\:f-34px { font-size:34px !important; }
  .tab\:f-35px { font-size:35px !important; }
  .tab\:f-36px { font-size:36px !important; }
  .tab\:f-37px { font-size:37px !important; }
  .tab\:f-38px { font-size:38px !important; }
  .tab\:f-39px { font-size:39px !important; }
  .tab\:f-40px { font-size:40px !important; }
  .tab\:f-41px { font-size:41px !important; }
  .tab\:f-42px { font-size:42px !important; }
  .tab\:f-43px { font-size:43px !important; }
  .tab\:f-44px { font-size:44px !important; }
  .tab\:f-45px { font-size:45px !important; }
  .tab\:f-46px { font-size:46px !important; }
  .tab\:f-47px { font-size:47px !important; }
  .tab\:f-48px { font-size:48px !important; }
  .tab\:f-49px { font-size:49px !important; }
  .tab\:f-50px { font-size:50px !important; }
  .tab\:f-51px { font-size:51px !important; }
  .tab\:f-52px { font-size:52px !important; }
  .tab\:f-53px { font-size:53px !important; }
  .tab\:f-54px { font-size:54px !important; }
  .tab\:f-55px { font-size:55px !important; }
  .tab\:f-56px { font-size:56px !important; }
  .tab\:f-57px { font-size:57px !important; }
  .tab\:f-58px { font-size:58px !important; }
  .tab\:f-59px { font-size:59px !important; }
  .tab\:f-60px { font-size:60px !important; }
}

/* ========== Bootstrap互換（例） ========== */
@media (max-width:575.98px){  /* xs */
  .xs\:f-10px { font-size:10px !important; }
  .xs\:f-11px { font-size:11px !important; }
  .xs\:f-12px { font-size:12px !important; }
  .xs\:f-13px { font-size:13px !important; }
  .xs\:f-14px { font-size:14px !important; }
  .xs\:f-15px { font-size:15px !important; }
  .xs\:f-16px { font-size:16px !important; }
  .xs\:f-17px { font-size:17px !important; }
  .xs\:f-18px { font-size:18px !important; }
  .xs\:f-19px { font-size:19px !important; }
  .xs\:f-20px { font-size:20px !important; }
  .xs\:f-21px { font-size:21px !important; }
  .xs\:f-22px { font-size:22px !important; }
  .xs\:f-23px { font-size:23px !important; }
  .xs\:f-24px { font-size:24px !important; }
  .xs\:f-25px { font-size:25px !important; }
  .xs\:f-26px { font-size:26px !important; }
  .xs\:f-27px { font-size:27px !important; }
  .xs\:f-28px { font-size:28px !important; }
  .xs\:f-29px { font-size:29px !important; }
  .xs\:f-30px { font-size:30px !important; }
  .xs\:f-31px { font-size:31px !important; }
  .xs\:f-32px { font-size:32px !important; }
  .xs\:f-33px { font-size:33px !important; }
  .xs\:f-34px { font-size:34px !important; }
  .xs\:f-35px { font-size:35px !important; }
  .xs\:f-36px { font-size:36px !important; }
  .xs\:f-37px { font-size:37px !important; }
  .xs\:f-38px { font-size:38px !important; }
  .xs\:f-39px { font-size:39px !important; }
  .xs\:f-40px { font-size:40px !important; }
  .xs\:f-41px { font-size:41px !important; }
  .xs\:f-42px { font-size:42px !important; }
  .xs\:f-43px { font-size:43px !important; }
  .xs\:f-44px { font-size:44px !important; }
  .xs\:f-45px { font-size:45px !important; }
  .xs\:f-46px { font-size:46px !important; }
  .xs\:f-47px { font-size:47px !important; }
  .xs\:f-48px { font-size:48px !important; }
  .xs\:f-49px { font-size:49px !important; }
  .xs\:f-50px { font-size:50px !important; }
  .xs\:f-51px { font-size:51px !important; }
  .xs\:f-52px { font-size:52px !important; }
  .xs\:f-53px { font-size:53px !important; }
  .xs\:f-54px { font-size:54px !important; }
  .xs\:f-55px { font-size:55px !important; }
  .xs\:f-56px { font-size:56px !important; }
  .xs\:f-57px { font-size:57px !important; }
  .xs\:f-58px { font-size:58px !important; }
  .xs\:f-59px { font-size:59px !important; }
  .xs\:f-60px { font-size:60px !important; }
}
@media (max-width:767.98px){  /* sm */
  .sm\:f-10px { font-size:10px !important; }
  .sm\:f-11px { font-size:11px !important; }
  .sm\:f-12px { font-size:12px !important; }
  .sm\:f-13px { font-size:13px !important; }
  .sm\:f-14px { font-size:14px !important; }
  .sm\:f-15px { font-size:15px !important; }
  .sm\:f-16px { font-size:16px !important; }
  .sm\:f-17px { font-size:17px !important; }
  .sm\:f-18px { font-size:18px !important; }
  .sm\:f-19px { font-size:19px !important; }
  .sm\:f-20px { font-size:20px !important; }
  .sm\:f-21px { font-size:21px !important; }
  .sm\:f-22px { font-size:22px !important; }
  .sm\:f-23px { font-size:23px !important; }
  .sm\:f-24px { font-size:24px !important; }
  .sm\:f-25px { font-size:25px !important; }
  .sm\:f-26px { font-size:26px !important; }
  .sm\:f-27px { font-size:27px !important; }
  .sm\:f-28px { font-size:28px !important; }
  .sm\:f-29px { font-size:29px !important; }
  .sm\:f-30px { font-size:30px !important; }
  .sm\:f-31px { font-size:31px !important; }
  .sm\:f-32px { font-size:32px !important; }
  .sm\:f-33px { font-size:33px !important; }
  .sm\:f-34px { font-size:34px !important; }
  .sm\:f-35px { font-size:35px !important; }
  .sm\:f-36px { font-size:36px !important; }
  .sm\:f-37px { font-size:37px !important; }
  .sm\:f-38px { font-size:38px !important; }
  .sm\:f-39px { font-size:39px !important; }
  .sm\:f-40px { font-size:40px !important; }
  .sm\:f-41px { font-size:41px !important; }
  .sm\:f-42px { font-size:42px !important; }
  .sm\:f-43px { font-size:43px !important; }
  .sm\:f-44px { font-size:44px !important; }
  .sm\:f-45px { font-size:45px !important; }
  .sm\:f-46px { font-size:46px !important; }
  .sm\:f-47px { font-size:47px !important; }
  .sm\:f-48px { font-size:48px !important; }
  .sm\:f-49px { font-size:49px !important; }
  .sm\:f-50px { font-size:50px !important; }
  .sm\:f-51px { font-size:51px !important; }
  .sm\:f-52px { font-size:52px !important; }
  .sm\:f-53px { font-size:53px !important; }
  .sm\:f-54px { font-size:54px !important; }
  .sm\:f-55px { font-size:55px !important; }
  .sm\:f-56px { font-size:56px !important; }
  .sm\:f-57px { font-size:57px !important; }
  .sm\:f-58px { font-size:58px !important; }
  .sm\:f-59px { font-size:59px !important; }
  .sm\:f-60px { font-size:60px !important; }
}
@media (max-width:991.98px){  /* md */
  .md\:f-10px { font-size:10px !important; }
  .md\:f-11px { font-size:11px !important; }
  .md\:f-12px { font-size:12px !important; }
  .md\:f-13px { font-size:13px !important; }
  .md\:f-14px { font-size:14px !important; }
  .md\:f-15px { font-size:15px !important; }
  .md\:f-16px { font-size:16px !important; }
  .md\:f-17px { font-size:17px !important; }
  .md\:f-18px { font-size:18px !important; }
  .md\:f-19px { font-size:19px !important; }
  .md\:f-20px { font-size:20px !important; }
  .md\:f-21px { font-size:21px !important; }
  .md\:f-22px { font-size:22px !important; }
  .md\:f-23px { font-size:23px !important; }
  .md\:f-24px { font-size:24px !important; }
  .md\:f-25px { font-size:25px !important; }
  .md\:f-26px { font-size:26px !important; }
  .md\:f-27px { font-size:27px !important; }
  .md\:f-28px { font-size:28px !important; }
  .md\:f-29px { font-size:29px !important; }
  .md\:f-30px { font-size:30px !important; }
  .md\:f-31px { font-size:31px !important; }
  .md\:f-32px { font-size:32px !important; }
  .md\:f-33px { font-size:33px !important; }
  .md\:f-34px { font-size:34px !important; }
  .md\:f-35px { font-size:35px !important; }
  .md\:f-36px { font-size:36px !important; }
  .md\:f-37px { font-size:37px !important; }
  .md\:f-38px { font-size:38px !important; }
  .md\:f-39px { font-size:39px !important; }
  .md\:f-40px { font-size:40px !important; }
  .md\:f-41px { font-size:41px !important; }
  .md\:f-42px { font-size:42px !important; }
  .md\:f-43px { font-size:43px !important; }
  .md\:f-44px { font-size:44px !important; }
  .md\:f-45px { font-size:45px !important; }
  .md\:f-46px { font-size:46px !important; }
  .md\:f-47px { font-size:47px !important; }
  .md\:f-48px { font-size:48px !important; }
  .md\:f-49px { font-size:49px !important; }
  .md\:f-50px { font-size:50px !important; }
  .md\:f-51px { font-size:51px !important; }
  .md\:f-52px { font-size:52px !important; }
  .md\:f-53px { font-size:53px !important; }
  .md\:f-54px { font-size:54px !important; }
  .md\:f-55px { font-size:55px !important; }
  .md\:f-56px { font-size:56px !important; }
  .md\:f-57px { font-size:57px !important; }
  .md\:f-58px { font-size:58px !important; }
  .md\:f-59px { font-size:59px !important; }
  .md\:f-60px { font-size:60px !important; }
}
@media (max-width:1199.98px){ /* lg */
  .lg\:f-10px { font-size:10px !important; }
  .lg\:f-11px { font-size:11px !important; }
  .lg\:f-12px { font-size:12px !important; }
  .lg\:f-13px { font-size:13px !important; }
  .lg\:f-14px { font-size:14px !important; }
  .lg\:f-15px { font-size:15px !important; }
  .lg\:f-16px { font-size:16px !important; }
  .lg\:f-17px { font-size:17px !important; }
  .lg\:f-18px { font-size:18px !important; }
  .lg\:f-19px { font-size:19px !important; }
  .lg\:f-20px { font-size:20px !important; }
  .lg\:f-21px { font-size:21px !important; }
  .lg\:f-22px { font-size:22px !important; }
  .lg\:f-23px { font-size:23px !important; }
  .lg\:f-24px { font-size:24px !important; }
  .lg\:f-25px { font-size:25px !important; }
  .lg\:f-26px { font-size:26px !important; }
  .lg\:f-27px { font-size:27px !important; }
  .lg\:f-28px { font-size:28px !important; }
  .lg\:f-29px { font-size:29px !important; }
  .lg\:f-30px { font-size:30px !important; }
  .lg\:f-31px { font-size:31px !important; }
  .lg\:f-32px { font-size:32px !important; }
  .lg\:f-33px { font-size:33px !important; }
  .lg\:f-34px { font-size:34px !important; }
  .lg\:f-35px { font-size:35px !important; }
  .lg\:f-36px { font-size:36px !important; }
  .lg\:f-37px { font-size:37px !important; }
  .lg\:f-38px { font-size:38px !important; }
  .lg\:f-39px { font-size:39px !important; }
  .lg\:f-40px { font-size:40px !important; }
  .lg\:f-41px { font-size:41px !important; }
  .lg\:f-42px { font-size:42px !important; }
  .lg\:f-43px { font-size:43px !important; }
  .lg\:f-44px { font-size:44px !important; }
  .lg\:f-45px { font-size:45px !important; }
  .lg\:f-46px { font-size:46px !important; }
  .lg\:f-47px { font-size:47px !important; }
  .lg\:f-48px { font-size:48px !important; }
  .lg\:f-49px { font-size:49px !important; }
  .lg\:f-50px { font-size:50px !important; }
  .lg\:f-51px { font-size:51px !important; }
  .lg\:f-52px { font-size:52px !important; }
  .lg\:f-53px { font-size:53px !important; }
  .lg\:f-54px { font-size:54px !important; }
  .lg\:f-55px { font-size:55px !important; }
  .lg\:f-56px { font-size:56px !important; }
  .lg\:f-57px { font-size:57px !important; }
  .lg\:f-58px { font-size:58px !important; }
  .lg\:f-59px { font-size:59px !important; }
  .lg\:f-60px { font-size:60px !important; }
}
@media (max-width:1399.98px){ /* xl */
  .xl\:f-10px { font-size:10px !important; }
  .xl\:f-11px { font-size:11px !important; }
  .xl\:f-12px { font-size:12px !important; }
  .xl\:f-13px { font-size:13px !important; }
  .xl\:f-14px { font-size:14px !important; }
  .xl\:f-15px { font-size:15px !important; }
  .xl\:f-16px { font-size:16px !important; }
  .xl\:f-17px { font-size:17px !important; }
  .xl\:f-18px { font-size:18px !important; }
  .xl\:f-19px { font-size:19px !important; }
  .xl\:f-20px { font-size:20px !important; }
  .xl\:f-21px { font-size:21px !important; }
  .xl\:f-22px { font-size:22px !important; }
  .xl\:f-23px { font-size:23px !important; }
  .xl\:f-24px { font-size:24px !important; }
  .xl\:f-25px { font-size:25px !important; }
  .xl\:f-26px { font-size:26px !important; }
  .xl\:f-27px { font-size:27px !important; }
  .xl\:f-28px { font-size:28px !important; }
  .xl\:f-29px { font-size:29px !important; }
  .xl\:f-30px { font-size:30px !important; }
  .xl\:f-31px { font-size:31px !important; }
  .xl\:f-32px { font-size:32px !important; }
  .xl\:f-33px { font-size:33px !important; }
  .xl\:f-34px { font-size:34px !important; }
  .xl\:f-35px { font-size:35px !important; }
  .xl\:f-36px { font-size:36px !important; }
  .xl\:f-37px { font-size:37px !important; }
  .xl\:f-38px { font-size:38px !important; }
  .xl\:f-39px { font-size:39px !important; }
  .xl\:f-40px { font-size:40px !important; }
  .xl\:f-41px { font-size:41px !important; }
  .xl\:f-42px { font-size:42px !important; }
  .xl\:f-43px { font-size:43px !important; }
  .xl\:f-44px { font-size:44px !important; }
  .xl\:f-45px { font-size:45px !important; }
  .xl\:f-46px { font-size:46px !important; }
  .xl\:f-47px { font-size:47px !important; }
  .xl\:f-48px { font-size:48px !important; }
  .xl\:f-49px { font-size:49px !important; }
  .xl\:f-50px { font-size:50px !important; }
  .xl\:f-51px { font-size:51px !important; }
  .xl\:f-52px { font-size:52px !important; }
  .xl\:f-53px { font-size:53px !important; }
  .xl\:f-54px { font-size:54px !important; }
  .xl\:f-55px { font-size:55px !important; }
  .xl\:f-56px { font-size:56px !important; }
  .xl\:f-57px { font-size:57px !important; }
  .xl\:f-58px { font-size:58px !important; }
  .xl\:f-59px { font-size:59px !important; }
  .xl\:f-60px { font-size:60px !important; }
}
