.members_container {
    display: flex;
    align-items: center;
    justify-content: center; /* テキストを水平方向に中央揃えするために追加 */
    height: 380px;
}

.left_image,
.right_image {
    max-width: 300px;
}

.members_title_item h1,
.members_title_item h2 {
    margin: 0;
    text-align: center;
}
.members_title_item h1{
    font-weight: bold;
}
/* .left_image {
    margin-right: 20px;
} */

/* .right_image {
    margin-left: 20px;
} */
.members_menu_box{
    background-color: #08BCB1;
    text-align: center;
}
.members_menu_item{
    padding: 60px 0;
}
.members_menu_box h3{
    color: #fff;
    margin-bottom: 40px;
    font-size: 2rem;
}
.members_menu_box h4{
    color: #333;
    margin-bottom: 12px;
}
.members_menu_box ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.menu_btn_container{
    background-color: #fff;
    border-radius: 8px;
    width: 200px;
    height: 120px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease-in-out;
}
.menu_btn_item{
    padding: 20px 0;
    display: block;
}
  .menu_btn_container:hover {
    transform: translateY(4px);
    box-shadow: none;
  }
  
  .menu_btn_container:active {
    transform: translateY(6px);
  }
#wpmem_restricted_msg{
    text-align: center;
    margin-bottom: 20px;
  }
  .button_div input[type="submit"] {
    margin: 20px auto 80px;
}
