/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #sub1-1 .wrap
                { width             : 95%;              height              : auto;             max-width           : 1100px;           }
   #sub1-1 .wrap .swiper,
   #sub1-1 .wrap .swiper img
                { width             : 100%;             height              : auto;}
   #sub1-1 .wrap .table
                { width             : 100%;             height              : auto;             display             : flex;             flex-direction      : column;
                  align-items       : center;           justify-content     : center;           margin-top          : 3em;              border               : 1px solid #ddd;}            
   #sub1-1 .wrap .table .tableList                             
                { width             : 100%;             height              : auto;             display             : flex;             
                  align-items       : stretch;          justify-content     : flex-start;       border-bottom       : 1px solid #ddd;}   
   #sub1-1 .wrap .table .tableList:last-child
                { border-bottom     : none;}                             
   #sub1-1 .wrap .table .tableList .name
                { line-height       : 1em;              font-weight         : 500;              background          : #f1f1f1;          color               : #333;
                  display           : flex;             align-items         : center;           justify-content     : center;           padding             : 1.5em 0;
                  width             : 15%;}     
   #sub1-1 .wrap .table .tableList .value
                { width             : calc(100% - 15%); height              : auto;             display             : flex;             align-items         : center;
                  justify-content   : flex-start;       padding             : 1.5em 1em;        word-break          : keep-all;         color               : #333;}


@media(max-width:640px){
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #sub1-1 .wrap .table .tableList .name
                { width             : 30%;}
   #sub1-1 .wrap .table .tableList .value  
                { width             : 70%;}              
}                            

                 