
        @charset "utf-8";
        /* CSS Document */
    
        .short-news {
            margin: 0px 0px;
            overflow: hidden;
            position: relative;
        }
    
    
        .short-topic {
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 0 5px 0;
            padding: 15px 0 15px 0;
            background-color: #E05826;
            height: auto;
        }
    
        .short-arnd {
            display: block;
            font-size: 20px;
            font-weight: 600;
            line-height: 100%;
            text-align: center;
            width: auto;
            color: #fff;
            /* font-family: 'League Gothic', sans-serif; */
        }
    
        .short-arnd:before {
            display: inline-block;
            content: " ";
            width: 18px;
            height: 18px;
            margin: 0 5px -2px 0;
            background: url(../images/logo_cut.png) left bottom;
            background-repeat: no-repeat;
            background-size: cover;
        }
    
        .short-img {
            clear: both;
            width: 100%;
            /* calc(100% - 10px); */
            height: 330px;
            margin: 0;
            border: 0px solid black;
            background-size: cover;
            position: relative;
            overflow: hidden;
        }
    
        .short-content {
            margin: 5px 0 0 0;
            clear: both;
            background-color: #BEBEBE;
            padding: 25px 35px 25px 20px;
            color: #000;
        }
    
    
        .short-content ul {
            list-style-type: none;
            font-weight: 300;
            padding: 10px 0 10px 20px;
        }
    
        .short-content li {
            padding: 0 0 0 20px;
            margin: 20px 0;
            background: url(../images/list_pc.png) 0% 1px no-repeat;
        }
    
        .short-content>strong {
            font-weight: 600;
        }