@charset "utf-8";

/*--------------------------------------------------
  headerCount
--------------------------------------------------*/

.headerCount {
  border-top: 3px solid #3399FE;
}

.headerCount__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background-color: #fff;
  width: 958px;
  margin: 0 auto;
}

.headerCount__logo {
  flex-shrink: 0;
  margin: 0;
  line-height: 0;
}

.headerCount__desc {
  min-width: 118px;
}

.headerCount__service {
  background-color: #2E4DAE;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 4px;
  text-align: center;
  margin-bottom: 3px;
  font-family: "Hiragino Sans", sans-serif;
}

.headerCount__count {
  color: #2E4DAE;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Hiragino Sans", sans-serif;
}

.headerCount__number {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.headerCount__note {
  border-top: 1px solid #d2d2d2;
  background-color: #f8f8f8;
  padding: 2px 8px;
  color: #333;
  font-size: 10px;
  line-height: 1.6;
  text-align: right;
}

.headerCount__noteInner {
  width: 958px;
  margin: 0 auto;
}
