.a-flight-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 3px solid #e4e6ec;
}

.a-flight-head::before {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 83px;
  height: 3px;
  background: #cc0000;
  background: #cc0000;
  content: "";
}

.a-flight-head__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.a-flight-head__ttl .__elem {
  font-weight: 500;
  font-size: 2.4rem;
}

.a-flight-head__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.a-flight-head__number__value {
  margin-left: 32px;
}

.a-flight-head__number__value .__elem {
  color: #cc0000;
  font-weight: 100;
  font-size: 4.8rem;
  letter-spacing: 0;
  line-height: 1;
}

.a-flight-head__number__unit {
  margin-left: 8px;
}

.a-unko-binsu-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e6ec;
}

.a-unko-binsu-number__img .__elem {
  fill: #cc0000;
}

.a-unko-binsu-number__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.a-unko-binsu-number__text__number {
  color: #cc0000;
  font-weight: 100;
  font-size: 8.0rem;
  letter-spacing: 0;
}

.a-unko-binsu-number__text__unit {
  color: #cc0000;
  font-size: 2.8rem;
}

.a-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

.a-graph__item {
  position: relative;
  width: 300px;
  height: 300px;
}

.a-graph__item .__elem {
  height: 100%;
}

.a-graph__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 300px;
}

.a-graph__text .__elem {
  color: #cc0000;
  font-weight: 200;
  font-size: 4.0rem;
  letter-spacing: 0;
}

@media screen and (min-width: 320px) and (max-width: 767.499px) {
  .a-flight-head {
    display: block;
  }
  .a-flight-head__ttl .__elem {
    font-size: 2rem;
  }
  .a-flight-head__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 16px;
  }
  .a-flight-head__number__value {
    margin-left: 8px;
  }
  .a-flight-head__number__value .__elem {
    font-size: 4.0rem;
  }
  .a-flight-head__number__unit {
    margin-left: 4px;
  }
  .a-unko-binsu-number {
    display: block;
    margin-top: 16px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .a-unko-binsu-number__text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .a-unko-binsu-number__text__number {
    line-height: 8.0rem;
  }
  .a-graph {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .a-graph__text {
    width: 100%;
  }
}

/* scss未修整で対応 */