html,
body{
    margin: 0;
    padding: 0;
    font-family: 'Meiryo';
}
ul{
    margin: 0;
    padding: 0;
}

@keyframes shake {
    0%, 45%, 55%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); } 
    52% { transform: translateX(5px); }
    54% { transform: translateX(-2px); }
    56% { transform: translateX(0); }
  }
@media screen and (width > 750px) {
.menu_top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    }
    .menu_top ul{
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
    }
    .menu_top ul li{
    color: #000000;
    list-style: none;
    padding:10px 20px;
    position: relative;
    border-radius: 8px;
    }
    .menu_top ul li a{
    color: #000000;
    text-decoration: none;
    }
    .menu_top ul li:hover{
    background: #2e2e2e;
    }
    .menu_top ul li:hover a{
    color: #ffffff!important;
    }
    .new-flow-content{
        margin: 120px 20px;
    }
    .new-flow-content .title{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .new-flow-content h1{
        font-size: 32px;
        margin: 0;
        margin-bottom: 50px;
    }
    .new-flow-flex{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .new-flow-content .left{
        width: 60%;
    }
    .new-flow-content .left table{
        border-collapse: collapse; 
        border-spacing: 0;
        width: 100%;
        background-color: inherit;
    }
    .new-flow-content .left table tr{
        text-align: left;
        cursor: pointer;
    }
    .new-flow-content .left table tr th{
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        padding: 20px 0;
        color: #707070;
        font-size: 14px;
        font-weight: 400;
    }
    .new-flow-content .left table tr td{
        border-bottom: 1px solid #eaeaea;
        padding-left: 20px;
    }
    .new-flow-content .left table tr.items td:nth-of-type(1),
    .new-flow-content .left table tr.items td:nth-last-of-type(1),.new-flow-content .right .right_items .title{
        color: #707070;
        font-size: 14px;
        font-weight: 400;
    }
    .new-flow-content .left table tr.name th:nth-last-of-type(1),
    .new-flow-content .left table tr.items td:nth-last-of-type(1){
        text-align: right;
        padding: 20px;
    }
    .new-flow-content .right{
        width: 40%;
        border-left: 1px solid #eaeaea;
        padding: 100px 150px;
        box-sizing: border-box;
    }
    .new-flow-content .right .right_content{
        margin-top: 30px;
        font-size: 16px;
        font-weight: 600;
    }
    .new-flow-content .right .right_items{
        position: relative;
    }
    .new-flow-content .right .right_items::after{
        background: linear-gradient(0deg, #fff, #ffffff00);
        bottom: 0;
        content: "";
        height: 50%;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .go_url{
        margin: 80px auto 0;
        background: #ffffff;
        display: block;
        padding: 20px 30px;
        color: #000000;
        font-size: 24px;
        text-align: center;
        border-radius: 20px;
        width: 14%;
        border: 1px solid #2e2e2e;
    }
    .go_url:hover{
        background: #2e2e2e;
        color: #ffffff;
    }
    .right_page{
        display: none;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.3s ease;
    }
    .right_page.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
      }
      .items {
        cursor: pointer;
        transition: background 0.2s ease;
      }
      
      .items:hover {
        background: #f3f3f3;
      }
      
      .items.active {
        background: #e8e8e8;
        font-weight: bold;
      }
      .right_close{
        display: none;
      }
      .chat_window{
        position: fixed;
        bottom: 30px;
        right: 30px;
        padding: 10px 30px;
        background: #000000;
        color: #ffffff;
        border-radius: 20px;
        border:1px solid #999;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        cursor: pointer;
       }
       .chat_window img{
        width: 80px;
        border-radius: 50%;
       }
       .chat_window p{margin: 0 0 5px;}
       .chat_window:hover{
        background: #ffffff;
        color: #000000;
       }
}
@media screen and (width < 750px) {
    .new-flow-content{
        margin: 60px 20px;
    }
    .new-flow-content .title{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .new-flow-content h1{
        font-size: 25px;
        margin: 0;
        margin-bottom: 30px;
    }
    .new-flow-content .left table{
        border-collapse: collapse; 
        border-spacing: 0;
        width: 100%;
        background-color: inherit;
    }
    .new-flow-content .left table tr{
        text-align: left;
        cursor: pointer;
    }
    .new-flow-content .left table tr th{
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        padding: 20px 0;
        color: #707070;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }
    .new-flow-content .left table tr td{
        border-bottom: 1px solid #eaeaea;
        font-size: 14px;
        padding: 20px;
    }
    .new-flow-content .left table tr.items td:nth-of-type(1),
    .new-flow-content .left table tr.items td:nth-last-of-type(1),.new-flow-content .right .right_items .title{
        color: #707070;
        font-size: 14px;
        font-weight: 400;
    }
    .new-flow-content .left table tr.name th:nth-last-of-type(1),
    .new-flow-content .left table tr.items td:nth-last-of-type(1){
        text-align: right;
        padding: 20px;
    }
    .new-flow-content .right{
        border: 1px solid #eaeaea;
        padding: 80px 10px;
        box-sizing: border-box;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        background: #ffffff;
        left: 0;
        z-index: 333333;
    }
    .new-flow-flex-right{display: none;}
    .new-flow-flex-right.active{
        display: block;
    }
    .new-flow-content .right .right_content{
        margin-top: 30px;
        font-size: 16px;
        font-weight: 600;
        height: 41vh;
        overflow: hidden;
    }
    .new-flow-content .right .right_content p{
        word-wrap: break-word; 
        overflow-wrap: break-word;
    }
    .new-flow-content .right .right_items{
        position: relative;
    }

    .new-flow-content .right .right_items h2{
        display: -webkit-box;          
        -webkit-box-orient: vertical;  
        -webkit-line-clamp: 4;          
        overflow: hidden;                
        text-overflow: ellipsis; 
    }
    .new-flow-content .right .right_items::after{
        background: linear-gradient(0deg, #fff, #ffffff00);
        bottom: 0;
        content: "";
        height: 50%;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .go_url{
        margin: 80px auto 0;
        background: #ffffff;
        display: block;
        padding: 10px;
        color: #000000;
        font-size: 14px;
        text-align: center;
        border-radius: 20px;
        width: 40%;
        border: 1px solid #2e2e2e;
    }
    .go_url:hover{
        background: #2e2e2e;
        color: #ffffff;
    }
    .right_page{
        display: none;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.3s ease;
    }
    .right_page.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
      }
      .items {
        cursor: pointer;
        transition: background 0.2s ease;
      }
      
      .items:hover {
        background: #f3f3f3;
      }
      
      .items.active {
        background: #e8e8e8;
        font-weight: bold;
      }

      .menu_top{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
       }
       .menu_top ul{
        background: linear-gradient(
        to bottom,
        #00000060 0%,
        #00000060 70%,
        rgba(0, 0, 0, 0.1) 100%
        );
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 10px 0;
        width: 100%;
        margin: 0 auto;
       }
       .menu_top ul li{
        color: #ffffff;
        list-style: none;
       }
       .menu_top ul li a{
        color: #ffffff;
        text-decoration: none;
       }
       .menu_top.active,.menu_top.active ul{
        background: #ffffff !important;
       }
       .menu_top.active a{
        color: #000000 !important;
       }
       .right_close{
            position: absolute;
            display: block;
            top: 5%;
            right: 5%;
        }
        .chat_window{
            position: fixed;
            bottom: 15%;
            right: 20px;
            padding: 10px;
            background: #000000;
            color: #ffffff;
            border-radius: 20px;
            border:1px solid #999;
            z-index: 3;
            text-align: center;
            cursor: pointer;
            animation: shake 10s linear infinite;
           }
        .chat_window img{
        width: 40px;
        border-radius: 50%;
        }
        .chat_window p{margin: 0 0 5px;font-size: 12px;}
        .chat_bottom_go_url{font-size: 12px;}
}