/*メンバー企業一覧*/
.pc_content1 {
  margin-bottom: 50px;
}
.pc_content1 ul {
  margin: 0px;
  padding: 0px;
}
.pc_content1 ul li {
  float: left;
  border-right: solid 1px #333;
  padding: 0px 10px;
}
.pc_content1 ul li a {
  text-decoration: none;
}
.pc_content2_child h3 {
  background-color: #0095E5;
  padding: 10px;
  width: 100%;
  border-bottom: solid 3px #FFF000;
  margin-bottom: 25px;
  font-size: 16px;
  color: #FFF;
}
.pc_content2_child {
  padding-bottom: 30px;
}
.pcc2_body {
  clear: both;
}
.pcc2_body_left {
  float: left;
  width: 48%;
  margin-bottom: 5px;
}
.pcc2_body_right {
  float: right;
  width: 48%;
  margin-bottom: 5px;
}
.pcc2_left {
  float: left;
  width: 30%;
  background-color: #EFEBE1;
  text-align: center;
  padding: 5px 0px;
}
.pcc2_right {
  float: right;
  width: 70%;
  background-color: #F0F0F0;
  text-align: center;
  padding: 5px 0px;
}

@media screen and (max-width: 640px) {
  /*メンバー企業一覧*/
  .pc_content1 ul li {
    margin-bottom: 15px;
  }
  .pcc2_body_left,
  .pcc2_body_right {
    float: none;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 10px;
    display: flex;
  }
}