@charset "UTF-8";

/* =====================================
  main
===================================== */
.executive {
  position: relative;
}

.bg_city {
  margin-top: 7rem;
  padding-bottom: 0;
}

.executive .bg_city::before {
  background-image: url(/wordpress/wp-content/themes/ecomusubi/img/common/bg_city_gray.png);
}

/* tab + pc */
@media screen and (min-width: 768px) {
  .bg_city {
    margin-top: 10rem;
  }
}

/*
  executive_list
========================== */

.executive_item + .executive_item {
  margin-top: 1em;
}

.executive_item a {
  text-decoration: underline;
}

.executive_list {
  margin-top: 3rem;
}
