@charset "UTF-8";
/*!
 * Honoka v4.3.1 (http://honokak.osaka/)
 * Copyright 2015 windyakin
 * Licensed under MIT (https://github.com/windyakin/Honoka/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 

/* Honokaのcssのfont-familyを日本語フォントのみにして、bootstrap.cssとの差分からフォントのウエイト設定などを抜き出したもの */

body{
  /* font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-family:"Hiragino Sans", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* font-weight: 400; */
}
dt {
  font-weight: 600;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}

.display-1 {
  font-weight: 400;
}
.display-2 {
  font-weight: 400;
}
.display-3 {
  font-weight: 400;
}
.display-4 {
  font-weight: 400;
}
.blockquote {
  font-size: 1rem;
}

.tooltip {
  font-family:"Hiragino Sans", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.popover {
  font-family:"Hiragino Sans", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-weight-light {
  font-weight: 400 !important;
}

/* .font-weight-normal {
  font-weight: 400 !important;
} */

.font-weight-bold {
  font-weight: 600 !important;
}