@charset "utf-8";
        
        .list-table table tbody tr:last-child td:nth-child(1) {
            border-bottom: 1px solid #7D0F40;
        }
        
        .text ol {
            font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
            color: #707070;
            line-height: 30px;
            margin-top: 20px;
        }
        
        @media screen and (max-width: 700px){
            .list-table table tbody tr td:nth-child(1) {
            border-bottom: none;
        }
        
        .list-table table {
            border: none;
        }
        }