@charset "utf-8";

/*******************
 * アウラ 更新用CSS
 *******************/
/* ======================================
  CSS Variables
====================================== */
:root {
  /* color */
  --color-accent: #eb6101;
  --color-text:#333333;

  /* Font Weight */
  --font-weight-bold: 700;
  --font-weight-normal: 400;

  /* Line Height */
  --line-height: 1.2;
}

.c-header-logo {
  position: relative;
}

.c-header-logo.__vari01 .c-paragraph01 {
  top: 12px;
}

.c-paragraph01 {
  position: absolute;
  top: 8px;
  right: -60px;

  font-weight: var(--font-weight-normal);
  font-size: 10px;
  line-height: var(--line-height);
  color: var(--color-text);
  text-align: left;

  white-space: nowrap;
}

.c-paragraph01__body {
  display: inline-flex;
  align-items: center;
}

.c-paragraph01__number {
  margin-right: 2px;
  font-weight: var(--font-weight-bold);
  font-size: 13px;
  color: var(--color-accent);
}