/* dentist
---------------------------------------------------------- */

.l-flex {
  display: flex;
  justify-content: space-between;
}

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

.coremember .c-key {
  background-image: url(../img/coremember/img_coremember_key.jpg);
  background-position: 100% 60% !important;
}

/* ----- coremenber ----- */

.coremember .c-ttl_main {
  border-bottom: solid 2px;
  padding-bottom: 10px;
  width: 140px;
  height: 90px;
  margin-right: 60px;
}

.member_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 140px - 60px);
}

.member_list li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 40px;
  min-width: 195px;
}

.member_list li:nth-child(4n),
.member_list li:last-child {
  margin-right: 0px;
}

.member_list li img {
  width: 100%;
}

.member_list li:last-child {
  margin-right: 0;
}

.member_list_name {
  font-size: 1.6rem;
  letter-spacing: 1.4px;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}

.member_list_name span {
  margin-left: 10px;
}

.web {
  font-size: 1.2rem;
  background-color: #e1edf2;
  color: #16195c !important;
  padding: 0 8px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
}

.web:last-child {
  margin-right: 0px;
}

.coremember table {
  width: 100%;
}

.coremember table tr {
  border: solid 1px #b5b5b5;
}

.coremember table tr:nth-child(1) th {
  padding: 10px 20px;
  font-size: 1.4em;
  background-color: #f1f4f5;
  color: #353694;
}

.coremember table tr:nth-child(1) th p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coremember table tr:nth-child(1) th p span {
  font-size: 1.5rem;

}

.coremember table tr:not(:nth-child(1)) th {
  text-align: center;
}

.coremember table td {
  border: solid 1px #b5b5b5;
  text-align: center;
  line-height: 1.4;
  padding: 10px 0;
}

.coremember table th {
  border: solid 1px #b5b5b5;
  font-weight: bold;
  padding: 10px 0;
}

/* =================================
 SP dentist
================================= */

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

  .l-flex {
    display: block;
  }

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

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


  /* ----- coremenber ----- */

  .coremember .c-ttl_main {
    width: 100px;
    height: 60px;
    margin-right: 60px;
  }

  .member_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .single .member_list li {
    width: 60% !important;
    margin: 10px auto 0;
  }

  .l-flex .single:last-child {
    margin-bottom: 40px;
  }


  .member_list li:nth-child(2n) {
    margin-right: 0px;
  }

  .member_list li {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 0;
  }

  .member_list_name {
    font-size: 1.4rem;
    padding: 4px 0;
  }

  .member_list_name span {
    margin-left: 5px;
  }

  .web {
    font-size: 1.0rem;
    padding: 0 6px;
    margin-right: 5px;
  }

  .coremember .table_cont {
    overflow-x: scroll
  }

  .coremember table {
    min-width: 1000px;
    border-collapse: collapse;
    overflow-x: scroll;
  }

  .coremember .c-key_ttl_en {
    font-size: 4.2rem;
  }


}



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

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

  .coremember .c-key_ttl_en {
    font-size: 3.4rem;
  }
}