.mv {
  margin-bottom: 32px;
}
.search-wrapper h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  margin-bottom: 24px;
}

/* 検索窓 */
.search__area-table {
  border: 1px solid var(--main-green-color);
  border-radius: 8px;
  border-collapse: separate;
  width: 100%;
  padding: 16px;
}
.search__area-table th,
.search__area-table td {
  display: block;
  width: auto;
}
.search__area-table th {
  text-align: left;
  font-size: 14px;
}
.search__area-table tr:not(:last-child) th {
  padding-bottom: 8px;
}
.search__area-table tr:not(:last-child) td {
  padding-bottom: 16px;
}
.search__area-table td {
  color: var(--main-green-color);
  padding-bottom: 16px;
}
.search__area-table td:last-child {
  padding-bottom: 0;
}
.area-list {
  display: flex;
  flex-wrap: wrap;
}
.area-list li {
  padding-right: 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.area-list a {
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-size: 17px;
}
.area-list a:hover {
  text-decoration: underline;
}

/* 男性を探す・女性を探す */
.search-member__wrapper {
  margin-bottom: 24px;
}
.search-member__wrapper:nth-of-type(2n) {
  margin-bottom: 64px;
}
.search-member__wrapper--subtxt {
  font-weight: 500;
  letter-spacing: 0.016vw;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1;
}
.search-list {
  justify-content: space-between;
  display: block;
}
.search-list__profession {
  background-color: var(--beige-color);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  width: auto;
  height: 64px;
  margin-bottom: 16px;
}
.search-list__profession:hover,
.search-list__condition:hover {
  background-color: var(--light-green-color);
}
.search-list__profession a {
  display: flex;
  align-items: center;
}
.search-list__profession p {
  color: var(--main-green-color);
  font-weight: 500;
  font-size: 17px;
  padding: 20px 0 20px 16px;
}
.search-list__profession > a:after,
.search-list__condition > a:after {
  content: "";
  background: url(/img/guest/angle.svg) no-repeat center center / cover;
  width: 1.25vw; /* for unsupported browser */
  width: min(1.25vw, 16px);
  height: 1.25vw; /* for unsupported browser */
  height: min(1.25vw, 16px);
  display: inline-block;
  margin: auto 0;
  margin-left: auto;
  margin-right: 1.563vw; /* for unsupported browser */
  margin-right: min(1.563vw, 20px);
}
.search-list__condition {
  background-color: var(--beige-color);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  width: auto;
  margin-bottom: 16px;
}
.search-list__condition a {
  display: flex;
  padding: 20px 0;
}
.search-list__condition p {
  padding-left: 16px;
}
.search-list__condition p span {
  color: var(--main-green-color);
  margin-bottom: 0.625vw;
  font-weight: 500;
  font-size: 16px;
}
.search-list__profession img {
  width: auto;
  height: 64px;
}
.search-list__profession > a:after,
.search-list__condition > a:after {
  width: 4vw;
  height: 4vw;
  margin-right: 5.4vw;
}