/*--------------------------------------------------------------------------
   Case
---------------------------------------------------------------------------*/
#Case {
  position: relative;
  width: 100%; }
  #Case .sec {
    position: relative;
    padding-top: 130px;
    width: 900px;
    margin: auto; }
    @media screen and (max-width: 960px) {
      #Case .sec {
        width: 92%;
        margin: auto;
        padding-top: 21.33333vw; } }
    #Case .sec .inner {
      width: 100%; }
      @media screen and (max-width: 960px) {
        #Case .sec .inner {
          width: 100%; } }
  #Case .sec1 {
    padding-top: 100px; }
    @media screen and (max-width: 960px) {
      #Case .sec1 {
        padding-top: 16.0vw; } }
    #Case .sec1 .txt:before {
      content: "";
      width: 100px;
      height: 1px;
      background-color: #333333;
      display: inline-block;
      vertical-align: middle;
      margin-right: 30px;
      font-size: 22px; }
      @media screen and (max-width: 960px) {
        #Case .sec1 .txt:before {
          font-size: 4.8vw;
          margin-right: 5.33333vw;
          width: 20.0vw; } }
  #Case .sec2 .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #Case .sec2 .lists .list {
      width: 285px;
      box-sizing: border-box;
      border: 1px solid #AAAAAA;
      padding: 40px 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 960px) {
        #Case .sec2 .lists .list {
          width: 48%;
          margin-bottom: 4.0vw;
          padding: 5.33333vw 4.0vw; } }
      #Case .sec2 .lists .list .ttl {
        text-align: center;
        font-weight: bold;
        word-break: break-all;
        margin-bottom: 35px; }
        @media screen and (max-width: 960px) {
          #Case .sec2 .lists .list .ttl {
            font-size: 3.2vw; } }
      #Case .sec2 .lists .list .logo {
        padding: 10px; }
      #Case .sec2 .lists .list .news {
        margin-top: 45px;
        text-align: center; }
        @media screen and (max-width: 960px) {
          #Case .sec2 .lists .list .news {
            margin-top: 4.0vw; } }
        #Case .sec2 .lists .list .news a {
          position: relative;
          padding-right: 20px;
          color: #333333 !important; }
          @media screen and (max-width: 960px) {
            #Case .sec2 .lists .list .news a {
              font-size: 3.2vw;
              padding-right: 4.0vw; } }
          #Case .sec2 .lists .list .news a:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            border-top: 1px solid #333333;
            border-right: 1px solid #333333;
            box-sizing: border-box;
            transform: translateY(-50%) rotate(45deg);
            width: 10px;
            height: 10px; }
            @media screen and (max-width: 960px) {
              #Case .sec2 .lists .list .news a:after {
                width: 2.0vw;
                height: 2.0vw; } }
