#member{
    position: relative;
    padding: 50px;
    background: white;
    -webkit-box-shadow: 0 5px 15px rgb(33 32 36 / 10%);
    box-shadow: 0 5px 15px rgb(33 32 36 / 10%);
    border-radius: 20px;
}
#member .title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#member .title h2{
    font-size: 29px;
    color: #3f3f3f;
}
#member .ganbox{
    margin-bottom: 50px;
}
.boox01 p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
}
.boox01{
    margin: 13px auto 60px;
}
.boox01 img{
    margin-bottom: 20px;
}
.boox01 img.MB{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}
.dowwnn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
}
.dowwnn a{
    display: flex;
    align-items: center;
    color: white;
    padding: 10px 30px;
    background: #d77f2e;
    border-radius: 5px;
}
.dowwnn .fa{
    color: white;
    margin-left: 10px;
}
/*ganbox*/
.ganbox h2{
    font-size: 20px;
    color: #3f3f3f;
}
.ganbox p{
    font-weight: 500;
    color: #646464;
    line-height: 180%;
    text-align: justify;
}
.ganbox .mmbox{
    display: flex;
}
.ganbox .mmbox .teext{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.ganbox .mmbox .imgg{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.ganbox .mmbox .imgg h2{
    text-align: center;
}
.ganbox .mmbox .imgg .lisst h2{
    text-align: left;
}
.ganbox .mmbox .imgg .lisst{
    padding: 20px 40px;
}

/*tabble*/

#tabble{
    position: relative;
    padding: 50px;
    background: white;
    -webkit-box-shadow: 0 5px 15px rgb(33 32 36 / 10%);
    box-shadow: 0 5px 15px rgb(33 32 36 / 10%);
    border-radius: 20px;
    margin-top: 50px;
}
#tabble table{
    width: 100%;
}
#tabble table{
    padding: 20px;
    border: 1px solid #0000;
    border-collapse: collapse;
}
#tabble tr, #tabble td {
    border: 1px solid #00000080;
    padding: 4px 3px;
}


.titleJJ{
    margin: 50px 20px 0;
    position: relative;
    padding-left: 30px;
}
.titleJJ:before{
    content:"";
    height: 90%;
    position: absolute;
    top: 5%;
    width: 3px;
    background: #e55f3c;
    left: 0;
}
.titleJJ h2{
    font-size: 27px;
}
@media screen and (min-width: 551px){
    .boox01 img.MB{display:none;}
}
@media screen and (max-width: 890px){
    .ganbox .mmbox{
        flex-direction: column;
    }
    .ganbox .mmbox .teext{width:100%;}
    .ganbox .mmbox .imgg{width:100%;}
    #tabble{
    padding: 20px 5px;
    margin-top: 60px;
    box-shadow: unset;
}
}
@media screen and (max-width: 640px) {
	#member{
        padding: 30px 10px;
    }
    #member .title h2{
    font-size: 20px;
}
}

@media screen and (max-width: 550px) {
    .boox01 img.PC{display:none;}
    #tabble td:first-child{
        width: 16%;
    }
    #tabble td:nth-child(3){
    width: 20%;
}
    #tabble td{
        width: 30%;
        padding: 8px 7px;
    }
}
