@charset "utf-8";@charset "UTF-8";
/* -------------------------------------------- *
 *  検索フロー
 * -------------------------------------------- */
.sec-contents {
  padding-top: 5px;
  color: #000; /* 部分的に新UIにしたカテゴリトップへの暫定対応 */
  background-color: #f5f5f5;
  border-bottom: 1px solid transparent;
}

/* 新UI対応 */
.mod-personalIdentity {
  margin-bottom: 0;
}

/* カテゴリトップLP一部新UI対応の調整 */
.temporaryWrap {
  background-color: #fff;
  overflow: hidden;
}

/* 戸建てトップLPの調整 */
.mod-companyLinkList + .temporaryWrap,
.mod-rankingLinkList + .temporaryWrap {
  margin-top: 1px;
}

.lifullFont {
  font-family: "LIFULLFONT", sans-serif;
}
@charset "UTF-8";
/* = mod-contentsHeader
----------------------------------------------- *
 * ページ見出し
----------------------------------------------- */
.mod-contentsHeader {
  font-size: 1rem;
}

.mod-contentsHeader .header {
  margin: 10px;
  line-height: 1.4;
}

.mod-contentsHeader .header .heading {
  font-size: 1.125em;
  font-weight: bold;
}

.mod-contentsHeader .header .note {
  font-size: 0.75em;
  padding: 5px 0 10px;
}

/* theme,keyword等、headingTextがないときには上下にborderを挿入 */
.mod-contentsHeader .lead {
  margin: 0;
  padding: 0.857em 10px;
  font-size: 0.875em;
  border: solid #d8d8d8;
  border-width: 1px 0;
}

.mod-contentsHeader .header + .lead {
  margin: 0.5em 0;
  padding: 0 10px;
  border: none;
}
@charset "UTF-8";
/* = mod-transit
----------------------------------------------- *
 * 通勤時間
----------------------------------------------- */
.mod-transit {
  font-size: 1rem;
  margin-bottom: 20px;
}

.mod-transit .heading {
  margin: 10px 10px 0;
  font-size: 1.125em;
  font-weight: bold;
}

/* リード */
/* theme等、headingがないときは上下にborderを挿入 */
.mod-transit .lead {
  margin: 0;
  padding: 0.857em 10px;
  line-height: 1.5;
  font-size: 0.875em;
  border: solid #d8d8d8;
  border-width: 1px 0;
}

.mod-transit .heading + .lead {
  margin: 0.5em 10px;
  padding: 0;
  border: none;
}

.mod-transit .notes {
  margin: 1em 10px;
  line-height: 1.4;
  font-size: 0.875em;
}

.mod-transit .notes small {
  font-size: 0.857em;
}

.mod-transit .notes .num {
  color: #ed6103;
}

/* 設定枠追加 */
.mod-transit .addTransit {
  margin: 20px 10px;
}

.mod-transit .addTransit a {
  display: block;
  width: 60%;
  margin: auto;
  padding: 1em;
  border-radius: 1.5em;
  line-height: 1;
  color: inherit;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  text-decoration: none;
}

.mod-transit .addTransit a .label::before {
  content: "＋";
  margin-right: 10px;
  color: #6c6c6c;
}

/* 設定枠 */
.mod-transit .transitList {
  margin: 1em 10px;
}

.mod-transit .transit {
  margin: 1em 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  counter-increment: condition;
}

/* 設定枠：コントローラー */
.mod-transit .transitControll {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}

/* 設定枠：コントローラー：順番 */
.mod-transit .transitControll .order {
  display: table-cell;
  padding: 0.5em;
}

.mod-transit .transitControll .order::before {
  content: counter(condition);
  display: inline-block;
  width: 1em;
  color: #ed6103;
  text-align: center;
}

/* 設定枠：コントローラー：削除 */
.mod-transit .transitControll .delete {
  display: table-cell;
  width: 3em;
  text-align: right;
}

.mod-transit .transitControll .deleteTransit {
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5em 10px;
  border: 0;
  background-color: transparent;
  font-size: inherit;
}

/* 設定枠：枠 */
.mod-transit .transit .transitSetting {
  overflow: hidden;
}

.mod-transit .transitSetting dl {
  margin: 10px;
}

.mod-transit .transitSetting dt {
  margin: 0.5em 0;
  font-weight: bold;
}

.mod-transit .transitSetting .setCondition {
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 0 10px 10px;
}

/* 設定枠：駅入力欄 */
.mod-transit .transit .pseudo_form {
  border: 1px solid #a5a5a5;
  border-radius: 4px;
  background-color: #fff;
}

.mod-transit .transit .pseudo_form_station {
  display: block;
  padding: 0.5em;
  line-height: 1.5;
  text-overflow: ellipsis; /* for ellipsis */
  white-space: nowrap; /* for ellipsis */
  overflow: hidden; /* for ellipsis */
}

.mod-transit .transit .pseudo_form_station:empty::after {
  content: "例）品川";
  color: #a5a5a5;
}

/* 設定枠：セレクトボックス */
.mod-transit .transit select {
  -webkit-appearance: none;
  appearance: none;
  width: 90%;
  padding: 0.5em;
  border: 2px solid #a5a5a5;
  border-radius: 4px;
  line-height: 1.2;
  background: #fff url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22120%22%20height%3D%22120%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20fill%3D%22%236c6c6c%22%3E%3Cpath%20d%3D%22M99.6%2C46.9l-4.2-4.2c-1.6-1.6-4.1-1.6-5.7%2C0l-26.9%2C26.8c-1.6%2C1.6-4.1%2C1.6-5.7%2C0l-26.8-26.8c-1.6-1.6-4.1-1.6-5.7%2C0l-4.2%2C4.2c-1.6%2C1.6-1.6%2C4.1%2C0%2C5.7l36.8%2C36.8c.8.8%2C1.8%2C1.2%2C2.8%2C1.2%2C1%2C0%2C2.1-.4%2C2.8-1.2l36.8-36.8c1.6-1.6%2C1.6-4.1%2C0-5.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 100% 50%;
  background-position: right 0.5em top 50%;
  background-size: 0.75em;
  font-size: inherit;
}

.mod-transit .transit select.is-selected {
  border-color: #ed6103;
}
@charset "UTF-8";
/* = mod-transitSuggest
----------------------------------------------- *
 * 通勤時間検索時の駅サジェスト(in modal)
----------------------------------------------- */
.is-transitSuggest .sec-header,
.is-transitSuggest .sec-contents,
.is-transitSuggest .sec-footer,
.is-transitSuggest .mod-banner,
.is-transitSuggest .sec-overlay {
  display: none;
}

.mod-transitSuggest {
  font-size: 1rem;
  display: none;
}

.is-transitSuggest .mod-transitSuggest {
  display: block;
}

.mod-transitSuggest .setting {
  background-color: rgba(204, 204, 204, 0.85);
}

.mod-transitSuggest .heading {
  padding: 10px 10px 0;
  line-height: 1.4;
}

/* form */
.mod-transitSuggest .form {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 10px;
}

.mod-transitSuggest .form .input,
.mod-transitSuggest .form .cancel {
  display: table-cell;
}

.mod-transitSuggest .form .cancel {
  width: 7em;
}

.mod-transitSuggest .form .input input {
  box-sizing: border-box;
  width: 100%;
  height: 2.5em;
  padding: 0.75em 0.5em;
  border: 0;
  font-size: inherit;
}

.mod-transitSuggest .form .cancel .button {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  padding: 0.75em 0.5em;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  color: inherit;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* suggest */
.mod-transitSuggest .suggest .suggestItem {
  border-bottom: 1px solid #a5a5a5;
}

.mod-transitSuggest .suggest .suggestItem a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mod-transitSuggest .suggest .suggestItem a.is-active {
  outline: auto 1px Highlight;
  outline: auto 1px -webkit-focus-ring-color;
}

.mod-transitSuggest .suggest .suggestItem a .label {
  display: block;
  padding: 10px;
  line-height: 1.5;
  font-weight: bold;
}
@charset "UTF-8";
/* = mod-fixedButtonArea
----------------------------------------------- *
 * 下部固定ボタン
----------------------------------------------- */
.mod-fixedButtonArea {
  font-size: 0.62rem;
  margin: 20px 0;
  background-color: rgba(204, 204, 204, 0.85);
  text-align: center;
}

/* 下部固定用class */
.mod-fixedButtonArea.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  margin: 0;
}

/* inactive時は非表示 */
.mod-fixedButtonArea.is-fixed.is-inactive {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* active時animationで表示 */
.mod-fixedButtonArea.is-fixed.is-active {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mod-fixedButtonArea .itemGroup {
  font-size: 16px;
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
  width: 100%;
}

.mod-fixedButtonArea .itemGroup .itemTxt {
  display: table-cell;
  font-size: 0.875em;
  text-align: left;
  vertical-align: middle;
}

.mod-fixedButtonArea .itemTxt .num {
  display: inline-block;
  padding: 0.25em 0.25em 0 0;
  font-size: 1.5em;
}

.mod-fixedButtonArea .itemGroup .itemBtn {
  display: table-cell;
  padding: 0;
}

.mod-fixedButtonArea .itemGroup .itemTxt + .itemBtn {
  width: 60%;
}

.mod-fixedButtonArea .itemBtn .button {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.75em 10px;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  color: #ed6103;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
}

.mod-fixedButtonArea .itemBtn .button.disabled {
  color: #a5a5a5;
  background-color: #ebebeb;
  box-shadow: none;
  pointer-events: none;
}

@media only screen and (max-width: 349px) {
  .mod-fixedButtonArea .itemBtn .button {
    font-size: 1em;
  }
}
@charset "UTF-8";
/* = mod-fixedButtonArea
----------------------------------------------- *
 * 下部固定ボタン
----------------------------------------------- */
.mod-fixedButtonArea {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: rgba(204, 204, 204, 0.85);
}

/* 下部固定用class */
.mod-fixedButtonArea.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* inactive時は非表示 */
.mod-fixedButtonArea.is-fixed.is-inactive {
  transition: transform 0.3s;
  transform: translateY(100%);
}

/* active時animationで表示 */
.mod-fixedButtonArea.is-fixed.is-active {
  transition: transform 0.3s;
  transform: translateY(0);
}

.mod-fixedButtonArea .itemGroup {
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
  width: 100%;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .container {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  height: 45px;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .container.disabled {
  color: #a5a5a5;
  background-color: #ebebeb;
  box-shadow: none;
  pointer-events: none;
}

.mod-fixedButtonArea.is-want-not-bg-color {
  background-color: transparent;
  pointer-events: none;
}

.mod-fixedButtonArea .itemGroup.is-want-bg-color {
  background-color: rgba(204, 204, 204, 0.85);
  pointer-events: initial;
}

.mod-fixedButtonArea .itemTxt {
  padding: 10px;
  color: inherit;
  font-size: 0.875em;
}

.mod-fixedButtonArea .itemGroup .itemTxt {
  display: table-cell;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .itemTxt {
  display: flex;
  width: 125px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .divider {
  background-color: #d2d2d2;
  width: 1px;
  height: 30px;
  align-self: center;
}

.mod-fixedButtonArea .itemTxt .num {
  display: inline-block;
  padding: 0.25em 0.25em 0 0;
  font-size: 1em;
}

.mod-fixedButtonArea .itemGroup .itemTxt .num {
  font-size: 1.5em;
}

.mod-fixedButtonArea .raCountRedesign .itemTxt .num {
  padding: 0;
  color: #ed6103;
  font-size: 16px;
}

.mod-fixedButtonArea .raCountRedesign .disabled .itemTxt .num {
  color: #a5a5a5;
}

.mod-fixedButtonArea .raCountRedesign .itemTxt .unit {
  font-size: 12px;
}

.mod-fixedButtonArea .raCountRedesign .itemTxt .label {
  font-size: 12px;
}

.mod-fixedButtonArea.is-bkodate .itemGroup .itemTxt .num {
  color: #ed6103;
}

/* module.cssの打ち消し */
.mod-fixedButtonArea .itemGroup .itemBtn {
  width: 70%;
  padding: 0;
  display: table-cell;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .itemBtn {
  flex: 1;
  display: flex;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .itemBtn a {
  justify-content: center;
  align-items: center;
  display: flex;
  align-self: stretch;
}

.mod-fixedButtonArea .itemGroup .itemTxt + .itemBtn {
  width: 60%;
}

.mod-fixedButtonArea .itemBtn .button {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.75em 10px;
  border: 0;
  border-radius: 4px;
  line-height: 1;
  color: #ed6103;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
}

.mod-fixedButtonArea .raCountRedesign .itemBtn .button {
  align-self: center;
  padding: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}

.mod-fixedButtonArea .itemGroup .itemBtn:only-child .button,
.mod-fixedButtonArea .itemGroup .itemTxt + .itemBtn .button {
  font-size: 1.125em;
}

.mod-fixedButtonArea .itemBtn .button.disabled {
  color: #a5a5a5;
  background-color: #ebebeb;
  box-shadow: none;
  pointer-events: none;
}

.mod-fixedButtonArea .itemGroup .townBtn {
  width: 30%;
  padding: 0;
  display: table-cell;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .townBtn {
  flex: 1;
  display: flex;
}

.mod-fixedButtonArea .itemGroup.raCountRedesign .townBtn a {
  justify-content: center;
  align-items: center;
  display: flex;
  align-self: stretch;
}

.mod-fixedButtonArea .itemGroup .itemTxt + .townBtn {
  width: 60%;
}

.mod-fixedButtonArea .townBtn .button {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.6em 10px;
  border: 0;
  border-radius: 4px;
  line-height: 1.9;
  color: #0d0501;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.925em;
  font-weight: bold;
  text-decoration: none;
}

.mod-fixedButtonArea .raCountRedesign .townBtn .button {
  align-self: center;
  padding: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}

.mod-fixedButtonArea .itemGroup .townBtn:only-child .button,
.mod-fixedButtonArea .itemGroup .itemTxt + .townBtn .button {
  font-size: 1.125em;
}

.mod-fixedButtonArea .townBtn .button.disabled {
  color: #a5a5a5;
  background-color: #ebebeb;
  box-shadow: none;
  pointer-events: none;
}

.mod-fixedButtonArea .wantSearchBox {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
}

.mod-fixedButtonArea .wantSearchBox.is-fadeout {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.mod-fixedButtonArea .wantSearchBox.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ed6103;
  background-color: #fff;
  margin: 0 16px 8px;
  border-radius: 4px;
  padding: 8px 14px;
  position: relative;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner:before {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 26%;
  border: 7px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner:after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: 26%;
  border: 7px solid transparent;
  border-top: 9px solid #ed6103;
  z-index: 1;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner .want-message {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  padding-right: 4px;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner .want-message-bold {
  font-weight: bold;
}

.mod-fixedButtonArea .wantSearchBox .wantSearchInner .wantSearch {
  background: #ed6103;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  padding: 12px 24px;
  white-space: nowrap;
}

.mod-fixedButtonArea .wantSearchBox .closeButton {
  display: block;
  position: absolute;
  top: -13px;
  right: 7px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #353535;
  z-index: 1;
}

.mod-fixedButtonArea .wantSearchBox .closeButton::before,
.mod-fixedButtonArea .wantSearchBox .closeButton::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  transform-origin: center;
}

.mod-fixedButtonArea .wantSearchBox .closeButton::before {
  transform: rotate(45deg);
}

.mod-fixedButtonArea .wantSearchBox .closeButton::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 320px) {
  .mod-fixedButtonArea .townBtn .button {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.99em 10px 0.85em;
    border: 0;
    border-radius: 4px;
    line-height: 1.9;
    color: #0d0501;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }
}
@charset "UTF-8";
/* = mod-backLink
----------------------------------------------- *
 * 前のページに戻るリンク
 ----------------------------------------------- */
.mod-backLink {
  font-size: 1rem;
  margin: 20px 10px;
}

.mod-backLink a {
  display: table;
  border-radius: 4px;
  line-height: 1;
  color: inherit;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
  text-decoration: none;
}

.mod-backLink .icon,
.mod-backLink .label {
  display: table-cell;
  vertical-align: middle;
}

.mod-backLink .icon {
  padding: 0 0.25em 0 1.17em;
  font-size: 12px; /* svgのサイズに揃える */
}

.mod-backLink .label {
  padding: 1.21em 1em 1.21em 0;
}
@charset "UTF-8";
/* = mod-banner
----------------------------------------------- *
 * バナー
 *
 * 使用箇所：マドリームバナー（LP、reTop（前回検索条件で賃貸の時のみ）、賃流会社詳細）
 *             L mod-bannerMadream.html.twig
 *             L mod-bannerMadreamRealtor.html.twig
 *         Gomezバナー（賃貸　各LP　※賃貸TOP、物件種別、広域、都道府県、政令指定都市、市区、駅のみ）
 *             L mod-bannerGomez.html.twig
 *         マンスリーサイトバナー（賃貸TOP、マンスリーマンションテーマTOPのみ）
 *             L mod-bannerMonthly.html.twig
 *             L mod-bannerMonthlyPr.html.twig
----------------------------------------------- */
.mod-banner {
  margin: 0.87rem 0.43rem;
  text-align: center;
}

/* = mod-banner-madoguchi
----------------------------------------------- *
 * Madoguchi banner styling
 *
 * Usage: Madoguchi consultation banner
----------------------------------------------- */
.mod-banner.mod-banner-madoguchi {
  margin: 0 10px 20px 10px;
}

.mod-banner.mod-banner-madoguchi img {
  width: 100%;
}

/*
----------------------------------------------- *
 * レビュー投稿キャンペーン
 *
 * 使用箇所：新築マンション広域エリアTOP, 都道府県TOP
----------------------------------------------- */
.visitorBannerText {
  text-align: right;
  margin-top: 10px;
}

/* = banner-daily3updatesFlow
----------------------------------------------- *
 * CTUXUV5DE-10569 繁忙期対応（埋まっちゃうかも訴求）
 *
 * 使用箇所：賃貸トップ、賃貸都道府県トップ
----------------------------------------------- */
.banner-daily3updatesFlow {
  margin: 16px 10px;
  margin-top: 0px;
  text-align: center;
}

.banner-daily3updatesFlow img {
  width: 100%;
  height: auto;
  max-width: 414px;
  max-height: 70px;
}
@charset "UTF-8";
/* = mod-lastCondition
----------------------------------------------- *
 * 前回検索条件
----------------------------------------------- */
.mod-lastCondition {
  font-size: 1rem;
  margin: 0px 10px 16px;
  border-radius: 4px;
  line-height: 1.4;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mod-lastCondition .lastCond .anchor {
  position: relative;
  display: block;
  padding: 10px 22px 10px 10px;
  text-decoration: none;
  color: inherit;
}

.mod-lastCondition .lastCond .anchor::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22120%22%20height%3D%22120%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cpath%20fill%3D%22%236c6c6c%22%20d%3D%22M89.3%2056.6l-44.7-44.7c-1.9-1.9-4.9-1.9-6.8%200l-7.1%207.1c-1.9%201.9-1.9%204.9%200%206.8l30.8%2030.8c1.9%201.9%201.9%204.9%200%206.8l-30.8%2030.8c-1.9%201.9-1.9%204.9%200%206.8l7.1%207.1c1.9%201.9%204.9%201.9%206.8%200l44.7-44.7c1.9-1.9%201.9-4.9%200-6.8z%22/%3E%3C/svg%3E') no-repeat 50% 50%;
  background-size: 1em;
  font-size: 0.75em;
}

.mod-lastCondition .lastCond .anchor .label {
  font-size: 0.875em;
  margin-bottom: 5px;
}

.mod-lastCondition .lastCond .label .searchLabel {
  font-weight: bold;
}

.mod-lastCondition .lastCond .condition {
  font-size: 0.75em;
}

/* 新UIに完全移行してHTML側も改修したら不要 */
.mod-lastCondition .lastCond .label .searchIcon,
.mod-lastCondition .lastCond .anchor .anchorIcon {
  display: none;
}
