:root {
  --font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, "游ゴシック体",
    "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --pentagon-schedule-color: #ffc000;
  --pentagon-delivery_finish-color: #03a9f4;
  --pentagon-shipping_finish-color: #0667b4;
  --pentagon-shipping_remain-color: #ff3333;
}

body {
  height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

table td {
  height: 84px;
  padding: 5px !important;
  font-weight: bold;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.name-size {
  font-size: 1.5em;
}

.num-size {
  font-size: 3em;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.color1 {
  background-color: var(--pentagon-schedule-color);
}
.color2 {
  background-color: var(--pentagon-delivery_finish-color);
}
.color3 {
  background-color: var(--pentagon-shipping_finish-color);
}
.color4 {
  background-color: var(--pentagon-shipping_remain-color);
}

.table_custom .border_basic_color:nth-child(odd) td div {
  border-color: #39ab76;
}
.border_basic_color td div {
  border-color: #ff9800;
}

.table_custom .border_basic_color:nth-child(odd) td .back_color {
  background-color: #58c693;
}
.border_basic_color td .back_color {
  background-color: #ebb361;
}
.border_custom {
  border: 1px solid #39ab76;
}

.fit-picture {
  height: 55vh;
  opacity: 0.7;
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: -100;
}

.circle {
  width: 55px;
  height: 55px;
  font-size: 1.7em !important;
  border: 2px solid;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.gif {
  max-height: 50px;
  display: block;
  /* animation: move 0.1s infinite; */
}

@keyframes move {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 1px) rotateZ(1deg);
  }
}
