/* media query */
.pickupArea2 ul.col2 li:first-child {
  width: 30%; }
  @media screen and (max-width: 668px) {
    .pickupArea2 ul.col2 li:first-child {
      width: 100%; } }
.pickupArea2 ul.col2 li:last-child {
  width: 66%; }
  @media screen and (max-width: 668px) {
    .pickupArea2 ul.col2 li:last-child {
      width: 100%;
      margin-top: 20px; } }
.pickupArea2 dl dd.staff {
  margin-bottom: 20px; }
  .pickupArea2 dl dd.staff::before {
    content: none; }
  .pickupArea2 dl dd.staff ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-grow: 1;
    align-items: center;
    border: none;
    padding: 10px 0 0; }
    .pickupArea2 dl dd.staff ul li {
      text-align: left; }
      .pickupArea2 dl dd.staff ul li img {
        max-width: 150px; }
      .pickupArea2 dl dd.staff ul li:first-child {
        max-width: 160px; }
