/***************************************************
  member.css
***************************************************/
.l_gNav .pulldown_menu li:nth-child(5) a::before {
  display: block; }

/* #member.index
------------------------------------------------------------ */
#member.index .l_mainContent {
  padding-top: 60px; }
  #member.index .l_mainContent .memberList {
    padding: 0 20px 120px; }
    #member.index .l_mainContent .memberList .c_columns_item {
      position: relative;
      width: 32.3333%;
      margin: 0 .5% 30px;
      padding: 20px 20px 45px;
      border: 1px solid #ccc; }
      #member.index .l_mainContent .memberList .c_columns_item::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background-color: #f5f5f5; }
      #member.index .l_mainContent .memberList .c_columns_item figure img {
        width: 100%;
        border-bottom: 5px solid #1883b0; }
      #member.index .l_mainContent .memberList .c_columns_item figure figcaption {
        padding: 15px 0 20px;
        color: #1883b0;
        font-size: 2rem; }

/* extend
------------------------------------------------------------ */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
