.searchby_header_select_displayed {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.searchby_header_select_displayed {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.searchby {
  margin-top: 34px;
  padding-bottom: 33px;
}
@media only screen and (min-width: 768px) {
  .searchby {
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto;
  }
}
.searchby_header {
  background-color: #5eb7e8;
  border-radius: 13px 13px 0 0;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .searchby_header {
    gap: 24px;
    flex-direction: row;
    padding: 21px 12px 18px 10px;
  }
}
.searchby_header_label {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7619047619;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .searchby_header_label {
    width: auto;
    font-size: clamp(1.8rem, 1.8rem + 0.0047468354 * (100vw - 768px), 2.1rem);
  }
}
.searchby_header_label img {
  width: 20px;
  position: relative;
  top: -0.25em;
}
@media only screen and (min-width: 768px) {
  .searchby_header_label img {
    width: 30px;
    left: -6px;
  }
}
.searchby_header_select {
  width: 100%;
  font-weight: 700;
  color: #545251;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .searchby_header_select {
    width: 386px;
    font-size: 1.8rem;
  }
}
.searchby_header_select_displayed {
  font-size: 1.5rem;
  width: 100%;
  position: relative;
  line-height: 2;
  padding: 4px 46px 4px 16px;
}
@media only screen and (min-width: 768px) {
  .searchby_header_select_displayed {
    font-size: 1.6rem;
    padding: 7px 46px 5px 16px;
    height: 40px;
    line-height: 1.7;
    cursor: pointer;
  }
}
.searchby_header_select_displayed.is_open::after {
  rotate: 180deg;
}
.searchby_header_select_displayed::after {
  content: "";
  width: 17px;
  height: 9px;
  position: absolute;
  top: 51%;
  right: 16px;
  translate: 0 -50%;
  background-color: #5eb7e8;
  mask-image: url("./../images/common/icon_arrow_down_w.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  transition: rotate 300ms ease;
}
@media only screen and (min-width: 768px) {
  .searchby_header_select_displayed::after {
    width: 20px;
    height: 12px;
  }
}
.searchby_header_select_option {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .searchby_header_select_option {
    transition: opacity 300ms ease;
  }
  .searchby_header_select_option:hover {
    opacity: 0.6;
  }
}
.searchby_header_select_option.selected {
  display: none;
}
.searchby_header_select_option_lists {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 15px 16px;
  position: absolute;
  z-index: 1;
  border-radius: 5px;
  top: calc(100% - 7px);
  left: 0;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .searchby_header_select_option_lists {
    font-size: 1.6rem;
    gap: 7px;
    padding: 8px 16px 15px;
  }
}
.searchby_body {
  background-color: rgba(94, 183, 232, 0.15);
  border-radius: 0 0 13px 13px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .searchby_body {
    padding: 33px 20px;
  }
}
.searchby_lists {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .searchby_lists {
    max-width: 940px;
    gap: 33px 28px;
    margin-left: auto;
    margin-right: auto;
  }
}
.searchby_card {
  --card-bc: #709df0;
  width: calc(50% - 5px);
}
@media only screen and (min-width: 768px) {
  .searchby_card {
    width: calc(25% - 21px);
    width: clamp(25% - 21px, (1024px - 100vw) * 1000, 33.33% - 18.6666666667px);
  }
}
.searchby_card[data-color-themes="#709DF0"] {
  --card-bc: #709df0;
}
.searchby_card[data-color-themes="#AF75EA"] {
  --card-bc: #af75ea;
}
.searchby_card[data-color-themes="#FFCA39"] {
  --card-bc: #ffca39;
}
.searchby_card[data-color-themes="#F7965A"] {
  --card-bc: #f7965a;
}
.searchby_card[data-color-themes="#F465A2"] {
  --card-bc: #f465a2;
}
.searchby_card[data-color-themes="#B1DD3D"] {
  --card-bc: #b1dd3d;
}
.searchby_card[data-color-themes="#9B9B9B"] {
  --card-bc: #9b9b9b;
}
.searchby_card[data-color-themes="#ED4DE7"] {
  --card-bc: #ed4de7;
}
.searchby_card.is_disabled {
  opacity: 0.15;
  pointer-events: none;
}
.searchby_card_link {
  display: block;
  background-color: var(--card-bc);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.22);
  border-radius: 7px;
}
.searchby_card_photo {
  aspect-ratio: 1.9454545455;
  border-radius: 7px 7px 0 0;
}
@media only screen and (min-width: 768px) {
  .searchby_card_photo {
    aspect-ratio: 1.9454545455;
  }
}
.searchby_card_photo img {
  height: 100%;
  object-fit: cover;
}
.searchby_card_context {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 7px 7px;
}
@media only screen and (min-width: 768px) {
  .searchby_card_context {
    min-height: 77px;
    font-size: 1.7rem;
  }
}
.searchby_card_title {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.4705882353;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .searchby_card_title {
    font-size: 1.7rem;
  }
}

.lr_goals {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .lr_goals {
    margin-top: 10px;
  }
}
.lr_goals_txt {
  color: #464646;
}
