/*--------------
　　kv
--------------*/
.member-listkv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/member-list_kv_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.member-list_text {
    color: #F8F8F8;
    padding-top: 85px;
}
.member-list_text p {
    display: inline;
}
.bigtitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
}
.smalltitle {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle;
}
@media (max-width: 750px){
    .member-listkv {
        margin: 7rem auto 0;
        width: 100%;
        height: 12rem;
        background: url(../image/member-list_kv_sp.jpg) center center / cover no-repeat;
        position: relative;
    }
    .member-list_text {
        padding-top: 4.5rem;
        padding-left: 1rem;
    }
    .bigtitle {
        font-size: 2rem;
    }
    .smalltitle {
        font-size: 0.8rem;
        padding-left: 1rem;
    }
}

/*--------------
タイトル
--------------*/
.abouttitle {
    width: 100%;
    background-color: #F8F8F8;
    padding: 80px 0 100px;
}
.abouttitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_g.svg");
    background-repeat: no-repeat;
}
@media (max-width: 750px){
    .abouttitle {
        padding: 4rem 0 6rem;
    }
}

/*--------------
会員一覧
--------------*/
.member-list {
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 220px;
    position: relative;
    z-index: -1;
}
.gray_logo_bg {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}
.member-list_content {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.member-list_company {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 10px;
    border-left: solid 3px #00696f;
}
.member-list_address {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 20px;
    padding-left: 10px;
}

@media (max-width: 750px){
    .member-list {
        padding-bottom: 6rem;
    }
    .gray_logo_bg {
        width: 33rem;
        top: 30rem;
    }
    .member-list_content {
        max-width: 90%;
        padding-top: 1rem;
    }
    .member-list_company {
        font-size: 1.0rem;
        margin-bottom:0.3rem;
        line-height: 1.4rem;
    }
    .member-list_address {
        font-size: 0.8rem;
        margin-bottom: 1.2rem;
        line-height: 1.6rem;
    }
}