@charset "UTF-8";
.container {
padding: 40px 0 70px;
}
.bgimg_members {
background-image: url("/asset/img/members/cat_mainimg.jpg");
}
/* 会員一覧 ------------------------- */
#con_menu_wrap {
padding-bottom: 54px;
}
.mem_menu_ul {
display: flex;
flex-wrap: wrap;
}
.mem_menu_ul li {
width: calc((100% - 80px) / 5);
margin: 0 20px 16px 0;
}
.mem_menu_ul li:nth-child(5n) {
margin-right: 0px;
}
.mem_menu_ul .ahover_ul {
font-size: 1.5rem;
font-weight: bold;
padding-top: 4px;
height: 40px;
letter-spacing: 0em;
}
.mem_menu_ul i.arrow_2ea7e0 {
transform: rotate(90deg);
}
.members_list_con {
position: relative;
/*padding-top: 70px;*/
margin-top: 30px;
overflow: hidden;
transform: translate3d(0,0,0);
}
.members_list_con,
.member_listcon{
transition: all 0.3s ease 0s;
}
.member_listcon{ opacity: 0; }
.open .member_listcon{ opacity: 1; }

.mem_list_ttl i{
transition:transform 0.3s ease 0s;
}
.open .mem_list_ttl i{
transform: rotate(180deg);
}

.list_item_anc{
position: absolute;
top:-70px;
left:0;
}

/*.members_list_con div {
padding: 36px 50px 50px;
background-color: #fff;
}*/
.members_list {
display: flex;
flex-wrap: wrap;
}
.members_list li {
width: 50%;
border-bottom: solid 1px #d4d4d4;
}
.members_list li a {
display: block;
padding: 14px 24px;
font-size: 1.5rem;
font-weight: bold;
}
.members_list li i {
margin-right: 14px;
}
.mem_list_ttl {
display: flex;
justify-content: space-between;
height: 50px;
background-color: #959595;
line-height: 50px;
cursor: pointer;
padding: 0 10px 0 24px;
}
.mem_list_ttl .meml_ttl {
font-size: 1.8rem;
font-weight: bold;
color: #fff;
}
.meml_arrow {
display: block;
width: 30px;
height: 30px;
background-color: #2ea7e0;
margin-top: 10px;
}
.meml_arrow i {
display: block;
width: 12px;
height: 12px;
margin: 10px auto 0;
}
.member_listcon {
padding: 36px 50px 50px;
background-color: #fff;
}