

html{width: 100%;height: 100%; background-image:url(../images/23_02.png);background-size: cover;background-repeat: no-repeat;background-attachment: fixed;background-position: center}


.member-container__list{width: calc(100%/3 - 20px);margin: 10px;}
.member-but-box{width: 100%;;margin: 20px 0 0;}
.member-container-bottom{width: 98%;margin: 10px 0;border: 0;border-bottom: 1px dotted #8a8a8a;min-height: 50px;height: auto;}
.member-container-bottom:last-child{border: 0;}
.member-container-title{height: auto;min-height:80px ;line-height: normal;display: flex;align-items: center;padding: 5px;justify-content: center;}
.member-container__list:nth-child(even) h4{background-color: #ffe2cb;}
.member-container-bottom a{justify-content:left;padding: 0 0 0 30px;min-height: 50px;height: auto;font-size: 1.3em;}
.member-container-bottom a::before{margin: 4px 0px 0 10px;}
.member-container-bottom a:hover{color: #0137ca;}
.member-container-bottom:hover{background-color:#ffffff;}


@media only screen and (max-width:830px)
{
   .member-container__list{width: 100%;}
}




