/* ここからしたがチーム */
.member-container {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* background-color: cadetblue; */
    justify-content: space-between;
    justify-content: flex-start;
    margin: auto;
    padding: 2% 1% 2% 1%;
    /* padding: 1% 1% 1% 1%; */
}

.member-item {
    background: linear-gradient(to bottom,#002, #004);
    width: 31.3%;
    /* width: 32.3%; */
    height: 20%;
    /* height: auto; */
    /* border: 2px solid #ffd700; */
    margin: 0% 1% 2% 1%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
   
}



summary::marker {
    content: none; /* デフォルトのマーカー（三角形）を非表示に */
}



/* .member-photo-box {
    margin: 0;
    padding: 0;
    
    box-sizing: border-box;
    
    margin: auto;
    height: auto;
    
    background: #b6beff;
} */



.member-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0%;
    top: 0%;
    /* transform: translateY(-7%); */
}

/* ここから新規 */
body{
    background-color: #00000095;
    /* background-color: #fff; */
    /* background-color: #1c1c23; */
    font-family: "Poppins", sans-serif;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    background-image: url("https://static.igem.wiki/teams/5140/backgraund-space.png");
    background-blend-mode: overlay;
}

h2{
    /* display: block; */
    margin-bottom: 0.4rem;
    color: #f2bc00;
    /* color: #e5b200; */
    padding-top: 5.7rem;
    margin-top: -5.7rem;
    /* text-decoration-line: underline;
    text-decoration-thickness: 3.5px;
    text-underline-position: under; */
    font-size: 2.5rem;
}

hr{
    margin: 0;
    color: #f2bc00;
    opacity: 1;
    margin-bottom: 2.2rem;
}

p{
    color: #f0f0f0;
    /* color: #000; */
    /* font: Arial; */
    margin-bottom: 1rem;
    line-height: 1.75rem;
    font-size: 1.15rem;
    /* background: linear-gradient(to bottom,#002, #004); */
}

.member-toggle{
    background: linear-gradient(to bottom,#002, #004);
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.mozi {
    color: #f0f0f0;
    margin-bottom: 1rem;
    line-height: 1.75rem;
    font-size: 1.15rem;
    background-color: rgba(255, 255, 255, 0);
}

.header-self{
    /* padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important;
    margin-bottom: 4.5rem!important; */
    background-color: #00000040;
    background-image: url(https://static.igem.wiki/teams/5140/head2.webp);
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-blend-mode: overlay;
}

.header-h1{
    font-size: 5rem;
    text-align: center;
    margin-top: 0!important;
}

.header-des-p{
    text-align: center;
}
