@charset "UTF-8";
/* =====================
  MV
===================== */
.mv{
    background-image: url("../../img/guide/member/mv.png");
}

/* =====================
  プライバシーポリシー
===================== */
.guide_member-contents .member-serch{
    display: grid;
    border: 1px solid #d6d6d6;
    border-radius: 2.66666666vw;
    background-color: var(--white);
    font-size: var(--fz-small);
    font-weight: bold;
    grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
    margin-bottom: 8.6666666vw;
}
.guide_member-contents .member-serch:empty{
    display: none;
}
.guide_member-contents .member-serch li{
    font-weight: bold;
    color: var(--darkblue);
    cursor: pointer;
    padding: 2vw 4vw;
    text-align: center;
}
.guide_member-contents .member-serch li:not(:nth-child(5n)){
    border-right: 1px solid #dae5eb;
}
.guide_member-contents .member-serch li:nth-child(n + 6){
    border-top: 1px solid #dae5eb;
}

.guide_member-contents .member-item ul li a{
    font-size: var(--fz-middle);
    text-decoration: none;
    padding-left: 1em;
}
.guide_member-contents .member-item ul li a::before{
    content: "●";
    background-image: none!important;
    width: inherit!important;
    height: inherit!important;
    font-size: .6em!important;
    margin-right: .6em!important;
    color: var(--blue);
}
.loading{
    text-align: center!important;
    min-height: 50vh!important;
}