@charset "UTF-8";
/*||| トップページ |||*/
.topPage .membersArea .section + .section {
  padding-top: 0;
}
.topPage .searchArea .searchLinkWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .topPage .searchArea .searchLinkWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.topPage .searchArea .searchLinkWrap a {
  width: 100%;
  height: 5rem;
  border-width: 2px !important;
  font-size: 1.3em;
  font-weight: 700 !important;
}
.topPage .searchArea .notes {
  margin-top: 1.5em;
  text-align: center;
  color: #e54268;
  font-size: 1.3em;
}
/*会員用メッセージ（header下）*/
.memberMessage{
  padding: 0.8em;
  background-color: #f9f9f9;
  text-align: right;
  font-size: min(2.667vw, 12px);
}