@charset "utf-8";

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

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

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

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

.c-header-frame.__vari01 .c-paragraph01 {
  top: 0;
}

.c-header-frame .c-paragraph01 {
  top: -12px;
  right: 0;

  display: inline-flex;
  align-items: center;
}
.c-header-frame .c-paragraph01__number {
  margin-left: 2px;
}  
.c-header-frame .c-paragraph01__break {
  display: none;
}

.c-paragraph01 {
  position: absolute;
  top: 10px;
  right: -70px;

  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-normal);
  font-size: 15px;
  color: var(--color-accent);
}
