.content{
  .headDEI{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 33px;
    text-align: center;
    margin-top:20px;
    font-style: italic;
    line-height:1.0;
    margin-bottom:15px;
    strong{
      color: #c70025;
    }
    span{
      font-size:16px;
      font-style: normal;
      letter-spacing: .04em;
    }

    &:first-child{
      margin-top:0;
    }
  }
}

@media screen and (min-width: 768px) {
    table{
      &.balance-support{
        th{
          width:35%;
          width:240px;
        }
      }
    }

}

@media screen and (max-width: 767px) {
    .content{
      .headDEI{
        font-size: 6vw;
        span{
          font-size: 3.47vw;
        }
      }
    }

}
