/* s_member
---------------------------------------------------------- */

/* ----- key ----- */

.s_member .c-key {
  background-image: url(../img/s_member/img_key.jpg);
  background-position: center;
}

.s_member_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.s_member_list li {
  width: 23%;
  text-align: center;
  margin-bottom: 3%;
  background-color: #fff;
  padding: 40px 0;
}

.s_member_list li a {
  display: block;
}

.s_member_list li img {
  width: 75%;
  margin: auto;
}

.s_member_list li span {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.bg {
  background-color: #f1f4f5;
}

.page .l-main {
  padding-bottom: 0;
}

.l-professional_cont {
  background-color: #fff;
}

/* =================================
 SP first
================================= */

@media screen and (max-width: 767px) {

  /* ----- key ----- */

  .first .c-key {
    background-position: 88% center;
  }

 
  .s_member_list li {
  width: 49%;
  text-align: center;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 30px 20px;
}
  .s_member_list li span {
  font-size: 10px;
  font-size: 1.0rem;
    line-height: 1.2;
    display: inline;
}
}


/* =================================
 iphone5s,SE first
================================= */

@media screen and (max-width: 320px) {

}
