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

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

.linklist_ccon .linklist_ktc:last-child {
margin-bottom: 0px;
}
.lnklist_list li {
display: flex;
align-items: center;
border-bottom: solid 1px #d4d4d4;
}
.lnklist_list li a {
display: block;
width: 60%;
padding: 14px 24px;
font-size: 1.5rem;
font-weight: bold;
}
.lnklist_list li div {
width: 40%;
padding: 14px 24px;
text-align: right;
}
.lnklist_list li i {
margin-right: 14px;
}
.lnklist_list li i::before {
content: url(/asset/img/common/icon_exlink_14x14_2ea7e0.svgz);
}
.lnklist_ttl {
display: flex;
justify-content: space-between;
height: 50px;
background-color: #959595;
line-height: 50px;
cursor: pointer;
padding: 0 10px 0 24px;
}
.lnklist_ttl .linkl_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;
}
.linklist_listcon {
padding: 36px 50px 50px;
background-color: #fff;
}
.a_none {
pointer-events: none
}
.a_none i {
opacity: 0.3;
}
