html,
body{
    margin: 0;
    padding: 0;
    font-family: 'Meiryo';
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
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) {
.brokers_page{
    padding: 150px 0;
    text-align: center;
}
.brokers_page h1{
    font-size: 120px;
    margin: 0;
    text-align: center;
    margin: 0 auto;
}
.h1_p{
    margin: 10px 0;
    font-size: 36px;
}
.module .item{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px;
    width: 55%;
    margin: 50px auto;
    border-radius: 24px;
    background: linear-gradient(308deg,#fff3,#0000 10.12%),linear-gradient(139deg,#fff3 1%,#0000 15.27%),#000;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
}
.module .item::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; 
    border-radius: 24px;
    background: linear-gradient(to left top, #a7a7a7 0%, transparent 30%, transparent 70%, #a7a7a7 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    }
    .module .item .left{
        width: 30%;
        text-align: left;
    }

.module .item .logo_icon{
    max-width: 20%;
    border-radius: 8px;
}
.module .item .more{
    border-radius: 8px;
    border: 1px solid #ffffff;
    padding: 10px 0;
    margin: 30px 0 10px;
    display: inline-block;
    width: 50%;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}
.ba_f{background: #ffffff;width: 20%;}
.ba_f img{max-width: 100%;width: 100%;}
h1.bottom_title{
    font-size: 100px;
    margin: 150px 0 0;
}
.bottom_brokers{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
    font-weight: bold;
}

.menu_top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
   }
   .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: 20px 0;
    width: 100%;
    margin: 0 auto;
   }
   .menu_top ul li{
    color: #ffffff;
    list-style: none;
    padding:10px 20px;
    position: relative;
    border-radius: 8px;
   }
   .menu_top ul li a{
    color: #ffffff;
    text-decoration: none;
   }
   .menu_top ul li:hover{
    background: #2e2e2e;
   }
   .menu_top ul li:hover a{
    color: #ffffff !important;
   }
   .menu_top.active,.menu_top.active ul{
    background: #ffffff !important;
   }
   .menu_top.active a{
    color: #000000 !important;
   }
   .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) {
    .brokers_page{
        padding: 100px 10px;
        text-align: center;
    }
    .brokers_page h1{
        font-size: 32px;
        margin: 0;
        text-align: center;
    }
    .h1_p{
        margin: 5px 0;
        font-size: 18px;
    }
    .module{
        margin: 30px 10px;
    }
    .module .item{
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 20px 10px;
        width: 100%;
        margin: 25px auto;
        border-radius: 24px;
        background: linear-gradient(308deg,#fff3,#0000 10.12%),linear-gradient(139deg,#fff3 1%,#0000 15.27%),#000;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        flex-direction: column-reverse;
        text-decoration: none;
        color: #ffffff;
    }
    .module .item::before{
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px; 
        border-radius: 24px;
        background: linear-gradient(to left top, #a7a7a7 0%, transparent 30%, transparent 70%, #a7a7a7 100%);
        -webkit-mask: 
            linear-gradient(#fff 0 0) content-box, 
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        }
        .module .item .left{
            width: 90%;
            text-align: center;
        }
    
    .module .item .logo_icon{
        width: 60%;
        border-radius: 8px;
    }
    .module .item .more{
        border-radius: 8px;
        border: 1px solid #ffffff;
        padding: 5px 0;
        margin: 15px 0 5px;
        display: inline-block;
        width: 50%;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
    }
    h1.bottom_title{
        font-size: 25px;
        margin: 50px 0 0;
    }
    .bottom_brokers{
        width: 90%;
        margin: 25px auto;
        font-weight: bold;
    }
    .bottom_brokers p{
        margin: 0 0 10px;
    }
    
       .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;
       }
       .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;}
    }