body {
    background: #161e30;
    color: #e2e8f0;
    font-family: -apple-system, sans-serif;
}

#App_Help {
    padding-bottom: 55px;
}

.Title_Img {
    border-bottom: 1px solid #5d6488;
}
.Title_Img img {
    width: 100%;
    display: block;
}

.AA_Content  {
    display: flex;
    gap: 20px;
    justify-content: center;    
    align-items: center;
    margin: 60px 20px 20px 20px;
}
.AA_Member {
    
}
.TAA_Img {
    display: flex;
    justify-content: center;    
    align-items: center;
}
.TAA_Img img {
    width: 100%;
}

.AA_Member .Name {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.AA_Member .Name span {
    border-bottom: 1px solid #5d6488;
    padding: 5px 10px;
}
.AA_Member .Text {
    line-height: 1.8;
    font-size: 0.95rem;
    padding: 20px 0px 10px 0px;
}
.AA_Member .More {
    background: #112ab8;
    border: 1px solid #5d6488;
    text-align: center;
    margin-top: 15px;
    padding: 10px 0px;
}

.Whart {
    border-top: 1px solid #5d6488;
    border-bottom: 1px solid #5d6488;
    margin-top: 200px;
}
.Whart img {
    width: 100%;
    display: block;
}