#brandhome #media .inner .flex_press {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 834px) {
    #brandhome #media .inner .flex_press {
      display: block; } }
  #brandhome #media .inner .flex_press .tit__case h2 {
    font-family: "Roboto", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 834px) {
      #brandhome #media .inner .flex_press .tit__case h2 {
        font-size: 2rem; } }
  #brandhome #media .inner .flex_press .media__list {
    width: 85%; }
    @media only screen and (max-width: 834px) {
      #brandhome #media .inner .flex_press .media__list {
        width: 100%; } }
    #brandhome #media .inner .flex_press .media__list .new_press {
      margin: 0 0 40px; }
      @media only screen and (max-width: 834px) {
        #brandhome #media .inner .flex_press .media__list .new_press {
          margin: 0 0 30px; } }
      #brandhome #media .inner .flex_press .media__list .new_press dl {
        display: flex;
        align-items: start;
        border-bottom: 1px solid #ddd;
        padding: 0 0 14px; }
        @media only screen and (max-width: 834px) {
          #brandhome #media .inner .flex_press .media__list .new_press dl {
            display: block; } }
        #brandhome #media .inner .flex_press .media__list .new_press dl dt {
          width: 14%;
          font-size: 1.1rem;
          font-weight: bold; }
          @media only screen and (max-width: 834px) {
            #brandhome #media .inner .flex_press .media__list .new_press dl dt {
              width: 100%; } }
          #brandhome #media .inner .flex_press .media__list .new_press dl dt .item_tag {
            display: block;
            margin: 2px 0 0; }
            @media only screen and (max-width: 834px) {
              #brandhome #media .inner .flex_press .media__list .new_press dl dt .item_tag {
                display: inline-block;
                margin: 0 0 0 6px; } }
            #brandhome #media .inner .flex_press .media__list .new_press dl dt .item_tag span {
              display: block;
              width: 96px;
              font-weight: normal;
              line-height: 20px;
              text-align: center;
              border: solid #999 1px;
              border-radius: 10px; }
        #brandhome #media .inner .flex_press .media__list .new_press dl dd {
          width: 86%;
          font-size: 1.3rem;
          line-height: 1.5;
          letter-spacing: 0.05em; }
          @media only screen and (max-width: 834px) {
            #brandhome #media .inner .flex_press .media__list .new_press dl dd {
              width: 100%;
              margin: 4px 0 0; } }
          #brandhome #media .inner .flex_press .media__list .new_press dl dd .heading {
            display: inline-block;
            vertical-align: baseline; }
          #brandhome #media .inner .flex_press .media__list .new_press dl dd a {
            display: inline-block;
            vertical-align: baseline;
            text-decoration: none;
            color: #05b;
            margin: 0 0 0 5px; }
            #brandhome #media .inner .flex_press .media__list .new_press dl dd a:hover {
              color: #e2231a; }
          #brandhome #media .inner .flex_press .media__list .new_press dl dd a + a {
            margin: 0 0 0 10px; }
      #brandhome #media .inner .flex_press .media__list .new_press dl + dl {
        margin: 14px 0 0; }
