@charset "UTF-8";
/**
iconはbootstrapから取得
https://icons.getbootstrap.jp/

icon詳細ページのSVGのHTMLを下記サイトに貼り付けることでcssの設定を取得可能
https://yoksel.github.io/url-encoder/
*/
.has-icon {
  display: inline-block;
  position: relative;
  padding-right: 1rem;
}
.has-icon.icon-camera-video-fill::before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-camera-video-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5z'/%3E%3C/svg%3E");
}
.has-icon.icon-chat-left-fill::before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chat-left-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3C/svg%3E");
}

ul.pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  margin-top: 20px;
  width: 100%;
}
ul.pagination li.num-box {
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  margin-right: 4px;
  margin-left: 4px;
  border: 1px solid #C7C7CB;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
}
ul.pagination li.num-box a, ul.pagination li.num-box a:visited {
  color: #4D4F5C;
}
ul.pagination li.num-box.active {
  border-color: #6997FF;
  background-color: #6997FF;
  color: #fff;
}/*# sourceMappingURL=pagination.css.map */