@charset "utf-8";
.digital_header {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 1240px;
  box-sizing: border-box;
  background-color: #fff;
}
.digital_header .header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.digital_header .header__flex .header__right p {
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
}
.digital_header .header__flex .header__right p span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .digital_header .header__flex .header__right p {
    font-size: 10px;
  }
}