@charset "utf-8";@charset "UTF-8";
/* -------------------------------------------- *
 *  base
 * -------------------------------------------- */
html,
body {
  height: auto;
}

html {
  font-size: 100%;
}

body {
  color: #000;
  background: #fff;
  font-size: inherit;
  font-family: HiraKakuProN-W3, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* 計測タグ系で高さ1pxの画像が入ることがあるのでそれを描画範囲外に飛ばす */
body > script ~ img {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* 計測タグ系で高さや幅をもつiframeが入ることがあるのでそれを描画範囲外に飛ばす */
body > iframe,
body > [id^=deqwas-] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* focus-visible */
:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #236dda;
}
@charset "UTF-8";
/* stylelint-disable */
/* font-size: 100%;なページがちょいちょいあるのでそれ用 */
:target {
  scroll-margin-top: 64px;
}

.Header *,
.Header *::before,
.Header *::after,
.Menu *,
.Menu *::before,
.Menu *::after,
.Footer *,
.Footer *::before,
.Footer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: currentColor;
  line-height: 1.5;
  font-family: inherit;
  letter-spacing: 0;
  text-decoration: none;
  text-underline-position: under;
}

.Header a,
.Footer a {
  color: currentColor;
}

.Header,
.Footer {
  color: #000;
  font-family: LIFULLFONT, LIFULLYUGO, "Yu Gothic", YuGothic, LIFULLHIRAGINO, sans-serif;
}

.Header :focus-visible,
.Footer :focus-visible {
  outline: 2px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #236dda;
}

.js-focus-visible .Header .focus-visible,
[data-whatintent=keyboard] .Header :focus,
.js-focus-visible .Footer .focus-visible,
[data-whatintent=keyboard] .Footer :focus {
  outline: 2px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #236dda;
}

.Header__visuallyHidden,
.Menu__visuallyHidden,
.Footer__visuallyHidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.Header {
  min-width: 320px;
  background-color: #fff;
  border-top: 8px solid #ed6103;
  border-bottom: 1px solid #d2d2d2;
}

.Header__skipLink {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1.5em;
  background-color: #ed6103;
  font-weight: bold;
  transform: translateY(-100%);
}

.Header__skipLink:link,
.Header__skipLink:visited {
  color: #fff;
}

.Header__skipLink:focus {
  transform: translateY(0%);
}

.Header__inner {
  display: flex;
}

.Header__logo {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.Header__lhLogo {
  display: block;
  padding: 18px 12px 20px;
}

.Header__lhLogo > img {
  display: block;
  width: auto;
  height: 26px;
}

.Header__market {
  display: flex;
  align-items: center;
  height: 26px;
  padding-right: 12px;
  padding-left: 12px;
  border-left: 1px solid #a5a5a5;
  font-size: 0.75rem;
  font-weight: bold;
}

.Header__market:link,
.Header__market:visited {
  color: #626262;
}

.Header__slogan:link,
.Header__slogan:visited {
  align-self: center;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #626262;
  text-decoration: underline;
}

.Header__slogan:hover {
  color: #ed6103;
}

.Header__separator {
  flex-grow: 1;
}

.Header__links {
  flex-shrink: 9999;
  display: none;
  flex-wrap: wrap;
}

.Header__links > * + * {
  position: relative;
  padding-left: 17px;
}

.Header__links > * + *::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  width: 1px;
  height: 38px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #d2d2d2;
}

.Header__links > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.Header__links dt {
  flex-basis: calc(0.8125rem + 6px);
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 1px;
  color: #626262;
  font-size: 0.75rem;
  white-space: nowrap;
}

.Header__links dd {
  flex-grow: 1;
  display: flex;
}

.Header__links a {
  padding: 5px 8px 4px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.Header__links a:only-child {
  min-width: 52px;
  text-align: center;
}

.Header__links a:hover {
  background-color: #f4f4f4;
}

.Header__links a:active {
  background-color: #e8e8e8;
}

.Header__utils {
  display: flex;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.Header__util {
  display: flex;
  width: 64px;
}

.Header__util a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.Header__util a:hover {
  background-color: #f4f4f4;
}

.Header__util a:active {
  background-color: #e8e8e8;
}

.Header__util span {
  color: #626262;
  font-size: 0.625rem;
}

.Header__util div {
  position: relative;
  margin-top: 4px;
}

.Header__util b {
  position: absolute;
  top: -4px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: inherit;
  min-width: 16px;
  height: 16px;
  background-color: #ffc95c;
  border-radius: 8px;
  font-size: 0.625rem;
  box-shadow: 0 0 0 1px #fff;
}

.Header__util b:empty {
  display: none;
}

.Header__util img {
  display: block;
}

.Header__menu {
  display: flex;
  width: 64px;
}

.Header__menu > button {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  background-color: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.Header__menu > button:hover {
  background-color: #f4f4f4;
}

.Header__menu > button:active {
  background-color: #e8e8e8;
}

.Header__menu > button > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Header__menu > button > span > span {
  color: #626262;
  font-size: 0.625rem;
}

.Header__menu img {
  margin-top: 4px;
}

.Header__stickyBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  visibility: hidden;
  color: #fff;
  background-color: #ed6103;
  transform: translateY(-100%);
  transition: 300ms ease;
  transition-property: transform, visibility;
}

.Header__stickyBar :focus-visible {
  outline-color: #ffe4ad;
  outline-offset: -3px;
}

.js-focus-visible .Header__stickyBar .focus-visible,
[data-whatintent=keyboard] .Header__stickyBar :focus {
  outline-color: #ffe4ad;
  outline-offset: -3px;
}

.Header__stickyBar_shown {
  visibility: visible;
  transform: translateY(0%);
}

.Header__stickyBar > div {
  display: flex;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.Header__stickyBar > div > a {
  flex-shrink: 0;
}

.Header__stickyBar > div > p {
  flex-shrink: 4;
  min-width: 8em;
  margin-right: 24px;
  margin-left: 24px;
  align-self: center;
  font-size: 0.75rem;
  font-weight: bold;
}

.Header__stickyBar > div > ul {
  display: flex;
  margin-left: auto;
}

.Header__stickyBarLogo {
  display: flex;
  align-items: center;
}

.Header__stickyBarLogo > img {
  width: auto;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.Header__stickyBarUtil {
  display: flex;
}

.Header__stickyBarUtil > a {
  display: flex;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #ed6103;
  font-size: 0.75rem;
  font-weight: bold;
}

.Header__stickyBarUtil > a:hover {
  background-color: #d24e00;
  text-decoration: underline;
}

.Header__stickyBarUtil > a > span:nth-of-type(1) {
  flex-grow: 1;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Header__stickyBarUtil > a > span:nth-of-type(2) {
  flex-shrink: 0;
}

@media (min-width: 1044px) {
  .Header__inner {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .Header__lhLogo {
    margin-right: -12px;
    margin-left: -12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Header__lhLogo > img {
    height: 40px;
  }
  .Header__market {
    height: 40px;
    margin-left: 16px;
    font-size: 0.875rem;
  }
  .Header__slogan {
    margin-left: 20px;
  }
  .Header__links {
    display: flex;
  }
  .Header__util {
    width: 80px;
  }
  .Header__util span {
    font-size: 0.75rem;
  }
  .Header__menu > button > span > span {
    font-size: 0.75rem;
  }
  .Header__stickyBar {
    display: block;
  }
}
@media (max-width: 1043.9px) {
  .Menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483646;
    display: none;
  }
  .Menu_opened {
    display: flex;
  }
  .Menu > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 8px;
  }
  .Menu > div > div {
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    height: 0;
  }
  .Menu > div > div > div {
    width: 280px;
    overflow-y: auto;
    background-color: #f4f4f4;
    border-top: 1px solid #d2d2d2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overscroll-behavior: contain;
  }
  .Menu__backdrop {
    position: absolute;
    top: 73px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .Menu__closeButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    padding: 0 0 4px;
    border: 0;
    background-color: #f4f4f4;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .Menu__closeButton:active {
    background-color: #e8e8e8;
  }
  .Menu__closeButton > span {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Menu__closeButton > span > span {
    color: #626262;
    font-size: 0.625rem;
  }
  .Menu__closeButton > span > img {
    margin-top: 4px;
  }
  .Menu__user {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 8px 16px 18px;
    font-size: 0.75rem;
  }
  .Menu__user > span {
    flex-grow: 1;
    display: flex;
    width: 0;
  }
  .Menu__user > span > span:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Menu__user > span > span:nth-child(2) {
    flex-shrink: 0;
  }
  .Menu__user > a {
    flex-shrink: 0;
    margin-left: 16px;
  }
  .Menu__registerLink {
    padding: 6px 16px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__registerLink:hover {
    background-color: #f4f4f4;
  }
  .Menu__registerLink:active {
    background-color: #e8e8e8;
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__utils {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__utils > * + * {
    border-top: 1px solid #d2d2d2;
  }
  .Menu__util > a {
    display: flex;
    align-items: center;
    padding: 12px 16px 11px;
    background-color: #fff;
  }
  .Menu__utilIcon {
    flex-shrink: 0;
    align-self: center;
    width: 24px;
    height: 24px;
  }
  .Menu__utilLabel {
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    margin-left: 20px;
    font-size: 0.75rem;
  }
  .Menu__utilLabel > span:nth-of-type(1) {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__utilLabel > b {
    margin-left: auto;
    font-size: 0.875rem;
    font-weight: inherit;
  }
  .Menu__area2 {
    margin-top: -7px;
  }
  .Menu__linkGroup > div {
    margin-top: 20px;
  }
  .Menu__linkGroup > div > ul {
    margin-top: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__linkGroup > div > ul > * + * {
    border-top: 1px solid #d2d2d2;
  }
  .Menu__linkHeading {
    padding-right: 16px;
    padding-left: 16px;
    color: #ed6103;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__link {
    background-color: #fff;
  }
  .Menu__link > a {
    display: block;
    padding: 14px 16px 14px;
    font-size: 0.875rem;
  }
  .Menu__linkSubText {
    display: block;
    color: #626262;
    font-size: 0.75rem;
  }
  .Menu__section {
    margin-top: 20px;
  }
  .Menu__section > h3 {
    padding-right: 16px;
    padding-left: 16px;
    color: #ed6103;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__section > div {
    margin-top: 8px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__section > div > p {
    font-size: 0.875rem;
  }
  .Menu__section > div > p::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: -0.25em;
  }
  .Menu__section > div > p::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -0.25em;
  }
  .Menu__section > div > p a {
    color: #0052e8;
    text-decoration: underline;
  }
  .Menu__section > div > p a:hover {
    color: #ed6103;
  }
  .Menu__section > div > p > small {
    display: block;
    margin-top: 10px;
    font-size: 0.75rem;
  }
  .Menu__counterCta {
    margin-top: 16px;
  }
  .Menu__counterCta > * + * {
    margin-top: 8px;
  }
  .Menu__counterVideo > a {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #0052e8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__counterVideo > a:hover {
    background-color: #0052e8;
  }
  .Menu__counterVideo > a:active {
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__counterVideo > a:focus-visible {
    outline-offset: 2px;
  }
  .js-focus-visible .Menu__counterVideo > a:focus,
  [data-whatintent=keyboard] .Menu__counterVideo > a:focus {
    outline-offset: 2px;
  }
  .Menu__counterVideo > a > span:nth-child(1) {
    padding: 8px 6px;
    border-right: 1px solid #535ffe;
  }
  .Menu__counterVideo > a > span:nth-child(2) {
    flex-grow: 1;
    padding: 4px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
  }
  .Menu__counterVideo > a > span > img {
    display: block;
  }
  .Menu__footer {
    margin-top: 24px;
    padding: 16px;
    background-color: #e8e8e8;
    font-size: 0.6875rem;
    line-height: 1.63636;
  }
}
@media (min-width: 1044px) {
  .Menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483646;
    display: none;
    justify-content: center;
    min-height: 100%;
  }
  .Menu_opened {
    display: flex;
  }
  .Menu > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 1044px;
    margin-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .Menu > div > div {
    flex-grow: 1;
    height: 0;
    max-width: 100%;
    padding-bottom: 32px;
  }
  .Menu > div > div > div {
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overscroll-behavior: contain;
  }
  .Menu__backdrop {
    position: absolute;
    top: 89px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .Menu__closeButton {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 80px;
    padding: 0 0 4px;
    border: 0;
    background-color: #f4f4f4;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .Menu__closeButton:active {
    background-color: #e8e8e8;
  }
  .Menu__closeButton > span {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Menu__closeButton > span > span {
    color: #626262;
    font-size: 0.75rem;
  }
  .Menu__closeButton > span > img {
    margin-top: 4px;
  }
  .Menu__area1 {
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Menu__area1 > div {
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
  }
  .Menu__user {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 234px;
    margin-left: auto;
    font-size: 0.75rem;
  }
  .Menu__user > span {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    width: 0;
  }
  .Menu__user > span > span:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Menu__user > span > span:nth-child(2) {
    flex-shrink: 0;
  }
  .Menu__user > a {
    flex-shrink: 0;
    margin-left: 16px;
  }
  .Menu__registerLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__registerLink:hover {
    background-color: #f4f4f4;
  }
  .Menu__registerLink:active {
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__utils {
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
  }
  .Menu__util {
    margin-right: 24px;
  }
  .Menu__util > a {
    display: flex;
    align-items: center;
  }
  .Menu__utilLabelSubText {
    margin-top: 0.4375rem;
  }
  .Menu__utilIcon {
    width: 24px;
    height: 24px;
  }
  .Menu__utilLabel {
    display: flex;
    align-items: baseline;
    margin-left: 8px;
    margin-top: 2px;
    font-size: 0.875rem;
  }
  .Menu__utilLabel > span:nth-of-type(1) {
    font-weight: bold;
  }
  .Menu__utilLabel > b {
    margin-left: 8px;
    font-size: 1.25rem;
    font-weight: inherit;
  }
  .Menu__util > a:hover .Menu__utilLabel > b,
  .Menu__util > a:hover .Menu__utilLabel > span:nth-of-type(2) {
    color: #ed6103;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: #ed6103;
    text-decoration-color: #ed6103;
    text-decoration-thickness: 1px;
    text-underline-position: auto;
  }
  .Menu__area2 {
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Menu__area2 > * + * {
    padding-left: 24px;
    box-shadow: -1px 0 0 #d2d2d2;
  }
  .Menu__area21 {
    display: flex;
    min-width: 0;
  }
  .Menu__area21 > * + * {
    margin-left: 8px;
  }
  .Menu__area21 > div {
    width: 130px;
    padding-bottom: 8px;
  }
  .Menu__linkGroup > * + * {
    margin-top: 32px;
  }
  .Menu__linkGroup h3 {
    font-weight: bold;
  }
  .Menu__linkGroup h3::before {
    content: "";
    display: block;
    margin-bottom: -0.25em;
  }
  .Menu__linkGroup ul {
    margin-top: 5px;
  }
  .Menu__linkHeading {
    color: #ed6103;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__link > a {
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 0.875rem;
  }
  .Menu__link > a:hover {
    color: #ed6103;
    text-decoration: underline;
  }
  .Menu__linkSubText {
    display: inline-block;
    vertical-align: bottom;
    color: #626262;
    font-size: 0.75rem;
    line-height: 1.16667;
    text-decoration: none !important;
  }
  .Menu__area22 {
    flex-grow: 1;
    display: flex;
    min-width: 0;
  }
  .Menu__area22 > * + * {
    margin-left: 30px;
  }
  .Menu__section {
    flex-grow: 1;
    width: 249px;
    padding-bottom: 8px;
  }
  .Menu__section > h3 {
    font-size: 0.875rem;
    font-weight: bold;
  }
  .Menu__section > h3::before {
    content: "";
    display: block;
    margin-bottom: -0.25em;
  }
  .Menu__section > div {
    margin-top: 6px;
  }
  .Menu__section p {
    font-size: 0.75rem;
    line-height: 1.66667;
  }
  .Menu__section small {
    font-size: inherit;
  }
  .Menu__section > div > p a {
    color: #0052e8;
    text-decoration: underline;
  }
  .Menu__section > div > p a:hover {
    color: #ed6103;
  }
  .Menu__counterCta {
    margin-top: 7px;
  }
  .Menu__counterCta > * + * {
    margin-top: 16px;
  }
  .Menu__counterVideo > a {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #0052e8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__counterVideo > a:hover {
    background-color: #0052e8;
  }
  .Menu__counterVideo > a:active {
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__counterVideo > a:focus-visible {
    outline-offset: 2px;
  }
  .js-focus-visible .Menu__counterVideo > a:focus,
  [data-whatintent=keyboard] .Menu__counterVideo > a:focus {
    outline-offset: 2px;
  }
  .Menu__counterVideo > a > span:nth-child(1) {
    padding: 7px;
    border-right: 1px solid #535ffe;
  }
  .Menu__counterVideo > a > span:nth-child(2) {
    flex-grow: 1;
    padding: 4px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
  }
  .Menu__counterVideo > a > span > img {
    display: block;
    width: 28px;
    height: 28px;
  }
  .Menu__footer {
    display: flex;
    margin-top: 16px;
    padding: 16px 20px;
    background-color: #f4f4f4;
    border-radius: 0 0 3px 3px;
  }
  .Menu__footer > div {
    flex-grow: 1;
    width: 0;
  }
  .Menu__footer > div > p {
    font-size: 0.6875rem;
    line-height: 1.63636;
  }
}
.Footer {
  position: relative;
  min-width: 320px;
  background-color: #fff;
}

.Footer__part1 a:hover {
  color: #ed6103;
  text-decoration: underline;
}

.Footer__linkGroupHeading {
  font-weight: bold;
}

.Footer__areaList > dt {
  font-weight: bold;
}

.Footer__verticalLinedList > li {
  display: inline;
}

.Footer__verticalLinedList > li + li::before {
  content: " | ";
}

.Footer__safetyText {
  background-color: #f4f4f4;
  font-weight: bold;
}

.Footer__safetyItem > div > p > b {
  font-weight: bold;
}

.Footer__part3 {
  background-color: #ed6103;
  color: #fff;
  font-weight: bold;
}

.Footer__part3 a:hover {
  text-decoration: underline;
}

.Footer__part3 :focus-visible {
  outline-color: #ffe680;
  outline-offset: -3px;
}

.js-focus-visible .Footer__part3 .focus-visible,
[data-whatintent=keyboard] .Footer__part3 :focus {
  outline-color: #ffe680;
  outline-offset: -3px;
}

.Footer__copyright {
  font-size: 0.75rem;
}

@media (max-width: 1043.9px) {
  .Footer__part1 {
    border-bottom: 1px solid #d2d2d2;
    font-size: 0.75rem;
  }
  .Footer__linkGroup {
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid #d2d2d2;
  }
  .Footer__linkGroupHeading {
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
    padding: 12px 20px 12px 10px;
    font-size: 0.875rem;
  }
  .Footer__linkGroupHeading > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    color: transparent;
    text-align: right;
    cursor: pointer;
  }
  .Footer__linkGroupHeading > button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin-top: auto;
    margin-bottom: auto;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20points%3D%228%209.85%203.98%205.83%204.92%204.9%208%207.98%2011.08%204.9%2012.02%205.83%208%209.85%22%20fill%3D%22%236c6c6c%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
  }
  .Footer__linkGroupHeading > button[aria-expanded=true]::before {
    transform: rotate(180deg);
  }
  .Footer__linkGroupPanel {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .Footer__linkGroupPanel[aria-hidden=true] {
    display: none;
  }
  .Footer__areaList > dt {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .Footer__areaList > dt > a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .Footer__areaList > dt ~ dt {
    margin-top: 20px;
  }
  .Footer__verticalLinedList {
    line-height: 3;
  }
  .Footer__verticalLinedList::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: -1em;
  }
  .Footer__verticalLinedList::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -1em;
  }
  .Footer__verticalLinedList > li > a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .Footer__part2 {
    font-size: 0.75rem;
  }
  .Footer__part2 > div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .Footer__part2 > div > div {
    display: flex;
    margin: 20px -10px 10px;
  }
  .Footer__safetyText {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 10px;
    font-size: 0.875rem;
  }
  .Footer__safetyItem {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .Footer__safetyItem + .Footer__safetyItem {
    border-left: 1px solid #d2d2d2;
  }
  .Footer__safetyItemImage {
    display: block;
    min-height: 62px;
    margin: 6px auto 16px;
    text-align: center;
  }
  .Footer__safetyItemImage > img {
    display: inline-block;
    vertical-align: bottom;
  }
  .Footer__part3 {
    font-size: 0.8125rem;
    padding-bottom: 8px;
  }
  .Footer--simple .Footer__linksAndLogo {
    display: flex;
  }
  .Footer__linksAndLogo > div > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
    margin-left: -1px;
    border-bottom: 1px solid;
  }
  .Footer__linksAndLogo > div > ul > li {
    flex-grow: 1;
    width: 50%;
    border-top: 1px solid;
    border-left: 1px solid;
  }
  .Footer__linksAndLogo > div > ul > li > a {
    display: block;
    padding: 18px 10px;
  }
  .Footer__linksAndLogo > img {
    display: block;
    width: 218px;
    height: 76px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .Footer__copyright {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
}
@media (min-width: 1044px) {
  .Footer__part1 {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.75rem;
  }
  .Footer__part1 > div {
    display: flex;
    margin-left: -40px;
    padding-top: 12px;
  }
  .Footer__part1 > div > div {
    width: 50%;
    padding-left: 40px;
  }
  .Footer__linkGroup {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .Footer__linkGroup + .Footer__linkGroup {
    border-top: 1px solid #d2d2d2;
  }
  .Footer__linkGroupHeading {
    margin-bottom: 12px;
    font-size: 0.875rem;
  }
  .Footer__linkGroupHeading > button {
    display: none;
  }
  .Footer__areaList {
    display: flex;
    flex-wrap: wrap;
  }
  .Footer__areaList > dt {
    width: 90px;
    line-height: 2;
  }
  .Footer__areaList > dt > a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .Footer__areaList > dd {
    width: calc(100% - 90px);
  }
  .Footer__verticalLinedList {
    line-height: 2;
  }
  .Footer__verticalLinedList > li > a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .Footer__part2 {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.75rem;
  }
  .Footer__part2 > div > div {
    display: flex;
    margin: 20px -20px 40px;
  }
  .Footer__safetyText {
    padding: 16px 10px;
    font-size: 0.875rem;
    text-align: center;
  }
  .Footer__safetyItem {
    display: flex;
    align-items: flex-start;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Footer__safetyItem + .Footer__safetyItem {
    border-left: 1px solid #d2d2d2;
  }
  .Footer__safetyItemImage {
    flex-shrink: 0;
  }
  .Footer__safetyItemImage > img {
    display: block;
    margin-right: 20px;
  }
  .Footer__safetyItemText::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: -0.25em;
  }
  .Footer__safetyItemText::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -0.25em;
  }
  .Footer__part3 {
    font-size: 0.8125rem;
  }
  .Footer__part3 > div {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 36px;
  }
  .Footer--simple .Footer__part3 > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
  }
  .Footer__linksAndLogo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .Footer__linksAndLogo > div {
    overflow: hidden;
  }
  .Footer__linksAndLogo > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: hidden;
    margin-right: -8px;
    padding-top: 30px;
    padding-bottom: 12px;
  }
  .Footer__linksAndLogo > div > ul > li {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
  }
  .Footer__linksAndLogo > div > ul > li::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: #fff;
  }
  .Footer__linksAndLogo > div > ul > li > a {
    display: block;
    line-height: 2;
  }
  .Footer__linksAndLogo > img {
    flex-shrink: 0;
    width: 218px;
    height: 76px;
    margin-top: 16px;
    margin-left: -15px;
  }
  .Footer__copyright {
    text-align: right;
  }
  .Footer--simple .Footer__copyright {
    margin-top: 16px;
  }
}
/*
 * smartApp bannerがnative実装されてないため、index, retopでheaderより高い位置に
 * 要素が存在してしまっているのでyでなくx方向に飛ばす応を入れる
 */
.Header__skipLink {
  transform: translateX(-100%);
}

.Header__skipLink:focus {
  transform: translateX(0%);
}

/*
 * ios safari 15系のfocus-visibleバグ対応
 * https://bugs.webkit.org/show_bug.cgi?id=241408
 */
.Header__menu > button > span,
.Menu__closeButton > span {
  pointer-events: none;
}

/* no.1テキスト */
.Header__no1Text {
  padding: 0.5rem 1rem;
  background-color: #f4f4f4;
  border-top: 1px solid #d2d2d2;
  color: #626262;
  font-size: 0.75rem;
}

.Header__no1Text > p {
  margin: auto;
  max-width: 1044px;
  padding: 0 12px;
  box-sizing: border-box;
}

.Header__no1Text a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1043.9px) {
  .Header__no1Text {
    padding: 0.5rem 0;
  }
}
.mod-modalDialog {
  font-size: 16px;
}
.mod-modalDialog[hidden] {
  display: none;
}
.mod-modalDialog:not([hidden]) {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mod-modalDialog-contentsWrapper {
  position: relative;
  pointer-events: none;
  padding: 48px 24px;
}
.mod-modalDialog-contents {
  position: relative;
  pointer-events: initial;
  box-sizing: border-box;
  width: 320px;
  max-width: 100%;
  margin: auto;
  padding: 24px;
  background-color: #fff;
  border-radius: 4px;
}
.mod-modalDialog-contents-head {
  margin-bottom: 20px;
}
.mod-modalDialog-contents-heading {
  color: #ed6103;
  font-weight: bold;
}
.mod-modalDialog-contents-heading.heading-center {
  text-align: center;
}
.mod-modalDialog-contents-heading.heading-font-medium {
  font-size: 1.125em;
}
.mod-modalDialog-contents-leadText {
  color: #515151;
  font-size: 0.75em;
}
.mod-modalDialog-contents-foot {
  margin-top: 20px;
}
.mod-modalDialog-contents-close-button {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 1em;
  font-weight: bold;
}
.mod-modalDialog-contents-close-textLink {
  display: block;
  margin: -8px auto 0 auto;
  padding: 12px 16px 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 0.875em;
  color: inherit;
}
.mod-modalDialog-contents-close-icon-button {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: auto;
  left: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background-color: #000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.mod-modalDialog-contents-close-icon-button svg {
  flex: 0 0 10px;
}
.mod-modalDialog-backdrop-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}
/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
@charset "UTF-8";
/* = mod-addFavoriteOverlay
----------------------------------------------- *
 * お気に入り追加した場合の黒い半透明レイヤーで全体を覆いアラートを出す
 * hws 一覧、History
 * nus 賃貸物件詳細、myhome's
----------------------------------------------- */
.mod-addFavoriteOverlay {
  font-size: 1rem;
  overflow: visible;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  width: 84%;
}

.mod-addFavoriteOverlay::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.mod-addFavoriteOverlay .addFavorite {
  font-size: 0.875em;
}

.mod-addFavoriteOverlay .head {
  margin-bottom: 1em;
}

.mod-addFavoriteOverlay .head .heading {
  color: #ed6103;
  font-weight: bold;
  /* 上書き */
  font-size: inherit;
}

.mod-addFavoriteOverlay .body {
  margin-bottom: 20px;
}

.mod-addFavoriteOverlay .body .lead {
  line-height: 1.4;
  margin-bottom: 20px;
  /* 上書き */
  font-size: inherit;
}

.mod-addFavoriteOverlay .body .image {
  text-align: center;
  margin-bottom: 20px;
}

.mod-addFavoriteOverlay .body .btn {
  display: block;
  padding: 1em 10px;
  border-radius: 4px;
  color: inherit;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  /* ui-btn の上書き */
  border: 0;
  text-shadow: none;
}

.mod-addFavoriteOverlay .foot .checkboxInfo {
  padding: 0.5em;
  text-align: center;
}

.mod-addFavoriteOverlay .foot .checkbox,
.mod-addFavoriteOverlay .foot .text {
  display: inline-block;
  vertical-align: middle;
}

.mod-addFavoriteOverlay .foot .text {
  font-size: 0.85em;
}

.mod-addFavoriteOverlay .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 1em;
  height: 1em;
  padding: 0.25em;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 1;
  color: #fff;
  background: #000;
  font-size: 1.15em;
  text-align: center;
  cursor: pointer;
  box-sizing: content-box;
}
@charset "UTF-8";
/* = is-loading
----------------------------------------------- *
 * 画面全体を覆うローディング表示用のAndroid用補助設定
 * body.is-loading の際にはタップハイライトを無効化する
----------------------------------------------- */
.is-loading {
  position: relative;
}

.is-loading .sec-header,
.is-loading .sec-contents,
.is-loading .sec-footer,
.is-loading .sec-overlay {
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Android でタップ時の枠線を消すため */
}

/* -------------------------------------------- *
 * ローディング領域（背景）
 * -------------------------------------------- */
.sec-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
}

/* = mod-loading
----------------------------------------------- *
 * ローディング
----------------------------------------------- */
.mod-loading {
  font-size: 1rem;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px;
  border: 3px solid #ed6103;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mod-loading .ui-icon {
  margin-bottom: 0.75em;
  font-size: 2em;
}
@charset "UTF-8";
/* = mod-moreTrigger
----------------------------------------------- *
 * 追加表示
----------------------------------------------- */
.mod-moreTrigger {
  font-size: 1rem;
  margin: 20px 10px 30px;
}

.mod-moreTrigger:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* もっと見るボタン */
.mod-moreTrigger > .trigger a {
  position: relative;
  display: block;
  padding: 20px 10px;
  color: inherit;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mod-moreTrigger > .trigger .more {
  color: #ed6103;
  font-weight: bold;
}

.mod-moreTrigger > .trigger .remain {
  display: inline-block;
  padding-top: 0.5em;
  font-size: 0.75em;
}

/* ローディング */
.mod-moreTrigger .loading {
  margin-bottom: 20px;
  padding: 20px 10px;
  border: 1px dotted #c4c4c4;
  background-color: #fff;
  font-size: 0.875em;
  text-align: center;
}

.mod-moreTrigger .loading .ui-icon {
  font-size: 1.4em;
}
@charset "UTF-8";
/* = mod-shinchikuCaution
----------------------------------------------- *
 * 新築注意文言
----------------------------------------------- */
.mod-shinchikuCaution {
  font-size: 0.75rem;
  margin: 10px 0;
  padding: 10px;
}

.mod-shinchikuCaution ul {
  line-height: 1.5;
}

.mod-shinchikuCaution li {
  margin-left: 1em;
  text-indent: -1em;
}

.mod-shinchikuCaution li::before {
  content: attr(data-list-style-type);
}
@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
----------------------------------------------- */
.mod-banner {
  font-size: 16px; /* 新UI移行時に `1rem` に変更 */
  margin: 20px 0;
  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%;
}
@charset "UTF-8";
/* = mod-countInfo
----------------------------------------------- *
 * 物件数表示(表示中の戸数と総戸数)
----------------------------------------------- */
.mod-countInfo {
  margin: 20px 10px;
}

.mod-countInfo.cKodate .num {
  color: #ed6103;
}
@charset "UTF-8";
/* = mod-ltagInline
----------------------------------------------- *
 * SP: インライン・テキストリンクでのLIFULLタグ
 * @modifier [mod-ltagInline--button] ボタンUI化
----------------------------------------------- */
.mod-ltagInline,
.mod-ltagInline--button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: #000000;
  display: inline-flex;
  align-items: flex-start;
  text-decoration: none;
  text-align: left;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.4;
}

.mod-ltagInline::before,
.mod-ltagInline--button::before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  flex-shrink: 0;
  margin: 2px 4px 0 0;
  background-image: url('/smp/assets/img/smartphone/module/ltag/ltag-hash.svg?v=fc763cd5a1bc424dc33a3dc1c34eb987#primary');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.mod-ltagInline--button {
  border: 1px solid #ed6103;
  color: #ed6103;
  padding: 11px 8px;
  border-radius: 4px;
}

a.mod-ltagInline,
a.mod-ltagInline--button,
button.mod-ltagInline,
button.mod-ltagInline--button {
  color: #ed6103;
}
@charset "UTF-8";
/* -------------------------------------------- *
 *  一覧
 * -------------------------------------------- */
.sec-contents {
  padding-top: 5px;
  background-color: #f5f5f5;
}

.sec-searchResult {
  margin: 20px 10px;
}

/* 一覧：kks新築分譲マンションエリアバナー（下段） */
.sec-mansionAreaBanner {
  margin: 30px 10px;
}

.sec-mansionAreaBanner > .heading {
  margin-bottom: 0.75em;
  font-size: 1rem;
  font-weight: bold;
  /* ui-heading_bar_lv2_2 上書き */
  padding: 0;
  line-height: 1;
  color: inherit;
  background: none;
}

/* 一覧：賃貸「ページトップへ」ボタン直上SEOリンク枠 */
.mod-expansionPanel + .sec-linkAccordionboxField {
  margin-top: 0;
}
.mod-expansionPanel + .sec-linkAccordionboxField .mod-expansionPanel {
  border-top: 0;
}

.sec-linkAccordionboxField {
  margin-top: 1px; /* 子要素の−1pxのクリアのため */
  margin-bottom: 10px;
}

.sec-linkAccordionboxField:empty {
  display: none;
}

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

.animation .bounceBaloon {
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes bounce {
  from, 20%, 50%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -18px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -12px, 0);
  }
  90% {
    transform: translate3d(0, -6px, 0);
  }
}
@charset "UTF-8";
/* = kks-listBuilding
/* -------------------------------------------- *
 *  物件一覧　特広
 *  使用箇所：
 *  通常一覧／学校検索物件一覧／
 *  会社検索物件一覧／テーマ物件一覧
 * -------------------------------------------- */
.kks-listBuilding {
  font-size: 0.875rem;
  margin: 20px 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* 種別・物件名表示 */
.kks-listBuilding > .heading {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.4;
  font-weight: bold;
  /* for ellipsis */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.kks-listBuilding .icon-pr {
  display: inline-block;
  margin-right: 1px;
  padding: 0 0.5em;
  border: 1px solid;
  line-height: 2;
  background-color: #fff;
  font-size: 0.714em;
  font-weight: normal;
  vertical-align: bottom;
}

.kks-listBuilding .icon-pr.rent_residence,
.kks-listBuilding .icon-pr.rent_business {
  border-color: #ed6103;
  color: #ed6103;
}

.kks-listBuilding .icon-pr.rent_residence.gray-icon,
.kks-listBuilding .icon-pr.rent_business.gray-icon {
  border-color: #797979;
  color: #797979;
}

.kks-listBuilding .icon-pr.sale_residence,
.kks-listBuilding .icon-pr.sale_business {
  border-color: #397db2;
  color: #397db2;
}

.kks-listBuilding .ra_name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

/* 概要 */
.kks-listBuilding .summary {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 120px;
}

.kks-listBuilding .summary .inner {
  display: table-row;
  color: inherit;
  text-decoration: none;
}

/* 概要：写真 */
.kks-listBuilding .photoBox {
  display: table-cell;
  width: 40%;
  padding: 1px 0;
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border-bottom-left-radius: 4px;
}

.kks-listBuilding .photoBox.noImage {
  color: #a5a5a5;
}

.kks-listBuilding .photoBox .photo {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: auto;
  position: absolute;
  inset: 0;
  margin: auto;
}

/* 概要：スペック */
.kks-listBuilding .specBox {
  display: table-cell;
  padding: 10px 5px 10px 10px;
  vertical-align: middle;
}

.kks-listBuilding .specBox dl {
  display: table-row;
}

.kks-listBuilding .specBox dt,
.kks-listBuilding .specBox dd {
  display: table-cell;
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
  padding-top: 0.4em;
}

.kks-listBuilding .specBox dt {
  padding-right: 0.5em;
  color: #626262;
  white-space: nowrap;
  padding-top: 0.4em;
}

.kks-listBuilding .specBox p {
  line-height: 1.3;
  /* for ellipsis */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.kks-listBuilding .specBox p + p {
  margin-top: 0.4em;
}

.kks-listBuilding .specBox .price {
  color: #ed6103;
  font-weight: bold;
  word-break: break-all;
}

.kks-listBuilding .specBox .price .num {
  font-size: 1.25em;
}

.kks-listBuilding .specBox .extraPrice {
  color: #ed6103;
}

.kks-listBuilding .linkArrow {
  display: table-cell;
  width: 1em;
  padding-right: 5px;
  font-size: 0.875em;
  vertical-align: middle;
}

.kks-listBuilding .linkArrow::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  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%23000%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;
}

.kks-listBuilding .linkArrow .ui-icon {
  display: none;
}

/* module.css 上書き */
.kks-listBuilding .icon-bukkenType {
  line-height: 2;
  margin-right: 0.5em;
  font-size: 0.714em;
  vertical-align: bottom;
}

.kks-listBuilding .icon-bukkenType .bType,
.kks-listBuilding .icon-bukkenType .bStatus {
  padding: 0 0.5em;
}

.kks-listBuilding .icon-bukkenType.rent_residence .bType {
  border-color: #ed6103;
}

.kks-listBuildings.is-rentOnly .heading .icon-pr {
  order: 3;
  margin-right: 0;
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 1;
  font-size: 0.857em;
  font-weight: bold;
}
.kks-listBuildings.is-rentOnly .heading .icon-bukkenType {
  margin-right: 0;
}
.kks-listBuildings.is-rentOnly .heading .ra_name {
  margin: 0 8px;
}

.kks-listBuildings.is-saleOnly {
  background-color: #fce6d4;
  padding: 13px 10px;
  width: 100%;
  margin: 0 calc(50% - 50vw);
}
.kks-listBuildings.is-saleOnly .kks-title {
  line-height: 1;
  font-size: 0.857em;
  margin-top: 11px;
}
.kks-listBuildings.is-saleOnly .kks-title .icon-pr {
  background-color: #fff;
  color: #797979;
  border: 1px solid #797979;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 10px;
}
.kks-listBuildings.is-saleOnly .kks-listBuilding:last-child {
  margin-bottom: 7px;
}
.kks-listBuildings.is-saleOnly .kks-listBuilding .icon-pr.sale_residence {
  display: none;
}
@charset "UTF-8";
/* = mod-listNavigation
----------------------------------------------- *
 * 一覧ナビゲーション
----------------------------------------------- */
.mod-listNavigation {
  font-size: 1em;
  margin: 0 10px 20px;
}
.mod-listNavigation.rentListConditionAppeal {
  margin: 0 10px 12px;
}

.mod-listNavigation .navigationList {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mod-listNavigation .navigation + .navigation {
  border-top: 1px solid #d8d8d8;
}

.mod-listNavigation .navigation .anchor {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 8px 15px;
  color: inherit;
  text-decoration: none;
}

.mod-listNavigation .navigation .anchor .conditionList {
  display: table-row;
}

.mod-listNavigation .navigation li {
  display: table-cell;
  vertical-align: middle;
}

.mod-listNavigation .navigation .condition {
  width: 6em;
  width: calc(18px + 0.25em + 4em + 0.5em);
  font-size: 0.875em;
  font-weight: bold;
}

.mod-listNavigation .navigation .condition .icon {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 0.25em;
}

/* テンプレ側で対応する内容だが、AB時は暫定的にCSSで対応する */
.mod-listNavigation .navigation .condition .icon svg use {
  fill: #6c6c6c;
}

.mod-listNavigation .navigation .conditionData {
  font-size: 0.75em;
  /* for ellipsis */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mod-listNavigation .navigation .conditionChange {
  width: 5.5em;
  text-align: right;
  font-size: 0.75em;
  font-weight: bold;
  color: #ed6103;
}

.mod-listNavigation .navigation .conditionChange .ui-svg-icon {
  margin-left: 0.3em;
}

.mod-listNavigation .navigationList .saveCondition {
  border-top: 1px solid #d8d8d8;
}

.mod-listNavigation .navigationList .saveCondition .saveBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0;
  background: #fff;
  font-size: 14px;
  line-height: 0;
  color: #000;
  border-width: 0;
  border-style: solid;
  border-color: #d8d8d8;
  border-radius: 0px 0px 4px 4px;
  cursor: pointer;
}

.mod-listNavigation .navigationList .saveCondition .saveBtn .icon {
  margin-right: 8px;
  margin-bottom: 2px;
}

/* = schoolListNavigation
----------------------------------------------- *
 * 流通 学区検索 条件スタイル
----------------------------------------------- */
.mod-listNavigation.schoolListNavigation .navigation .anchor {
  border-spacing: 8px 10px;
}

.mod-listNavigation.schoolListNavigation .navigation .condition {
  width: 2.7em;
  font-size: 0.75em;
  text-align: center;
  color: #ed6103;
}

.mod-listNavigation.schoolListNavigation .navigation .condition .icon {
  vertical-align: 0;
  margin-right: 0;
  margin-bottom: 0.33em;
}

/* テンプレ側で対応する内容だが、AB時は暫定的にCSSで対応する */
.mod-listNavigation.schoolListNavigation .navigation .condition .icon svg use {
  fill: #ed6103;
}

.mod-listNavigation.schoolListNavigation .navigation .conditionData {
  white-space: inherit;
  line-height: 1.6;
  max-height: 3.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.mod-listNavigation.schoolListNavigation .navigation .conditionChange {
  font-size: 0.875em;
}
@charset "UTF-8";
/* = mod-resultNav
----------------------------------------------- *
 * 一覧検索結果
----------------------------------------------- */
.mod-resultNav {
  font-size: 1rem;
  display: table;
  width: 100%;
  margin: 20px 0;
}

.mod-resultNav .result,
.mod-resultNav .changeSort {
  display: table-cell;
  vertical-align: middle;
}

.mod-resultNav .changeSort {
  text-align: right;
}

.mod-resultNav .result {
  font-size: 0.875em;
}

.mod-resultNav .result .num {
  color: #ed6103;
}

.mod-resultNav .changeSort select {
  font-size: 0.875em;
}

.section-background {
  background-color: #ffffff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: -0.25rem;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
}
@charset "UTF-8";
/* = mod-conditionSetting
----------------------------------------------- *
 * 検索条件変更
----------------------------------------------- */
.mod-conditionSetting {
  font-size: 1rem;
}

.mod-conditionSetting .heading {
  position: relative;
  padding: 0.75em 10px 0.75em 26px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #f7f7f7;
  font-size: 1.125em;
}

.mod-conditionSetting .heading::before {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 10px;
  width: 6px;
  height: 1.5em;
  margin: auto;
  border-radius: 3px;
  background: #ed6103;
  /* ui の上書き */
  box-shadow: none;
}

.mod-conditionSetting .changeCondition {
  background-color: #fff;
}

.mod-conditionSetting .changeCondition .conditionListItem {
  border-bottom: 1px solid #d8d8d8;
}

.mod-conditionSetting .changeCondition .item {
  position: relative;
  display: block;
  padding: 15px 5em 15px 10px;
  padding: 15px calc(15px + 4.125em) 15px 10px;
  line-height: 1.4;
  color: inherit;
  text-decoration: none;
}

.mod-conditionSetting .changeCondition .item .label {
  font-weight: bold;
}

@media only screen and (max-width: 359px) {
  .mod-conditionSetting .changeCondition .item .label {
    font-size: 0.875em;
  }
}
.mod-conditionSetting .changeCondition .item .condition {
  font-size: 0.75em;
}

.mod-conditionSetting .changeCondition .item .icon {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  height: 1em;
  margin: auto;
  color: #ed6103;
  font-size: 0.75em;
  font-weight: bold;
}

.mod-conditionSetting .changeCondition .item .icon span {
  display: none;
}

.mod-conditionSetting .changeCondition .item .icon::before {
  content: "変更する";
  white-space: nowrap;
}

.mod-conditionSetting .changeCondition .item .icon::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  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%23ed6103%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;
  vertical-align: text-bottom;
}

/* 条件保存 */
.mod-conditionSetting .saveCondition .btn {
  background-color: #ebebeb;
  padding: 20px 10px;
}

.mod-conditionSetting .saveCondition .btn a {
  display: block;
  border-radius: 4px;
  color: inherit;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 16px 10px;
  /* ui-btn の上書き */
  border: 0;
  text-shadow: none;
}
@charset "UTF-8";
/* = mod-crossActionButton
----------------------------------------------- *
 * まとめてお問合せ／お気に入りボタンセット
----------------------------------------------- */
.mod-crossActionButton {
  font-size: 1rem;
  position: relative;
  margin: 20px -10px;
}

/* 下段時のみmargin-bottom削除 */
.mod-crossActionButton.lower:last-child {
  margin-bottom: 0;
}

.mod-crossActionButton .crossActionButton {
  padding-bottom: 10px;
  background: rgba(204, 204, 204, 0.85);
}

/* リードテキスト */
.mod-crossActionButton .lead {
  padding: 7px 10px 6px;
  font-size: 0.875em;
  font-weight: bold;
}

.mod-crossActionButton .lead .icon {
  background: 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%3Cpath%20fill%3D%22%23000%22%20d%3D%22M110.8%2C8.6c-31.6%2C16.2-54%2C67.7-54%2C67.7l-20.9-19-25.5%2C15.4c10.8%2C3.9%2C34.8%2C16.2%2C47.9%2C32.4%2C9.3-17%2C39.2-52.1%2C53.1-55.2.1-16%2C0-27.9-.6-41.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
  background-size: 0.85em;
  font-size: 1.5em;
  vertical-align: -0.25em;
}

/* ボタン */
.mod-crossActionButton .buttonList {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 10px 0;
}

.mod-crossActionButton .buttonListItem {
  display: table-cell;
  vertical-align: middle;
}

.mod-crossActionButton .buttonListItem button,
.mod-crossActionButton .buttonListItem span {
  display: block;
  padding: 0.75em 10px;
  border-radius: 4px;
  line-height: 1;
  color: inherit;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: inherit;
  font-weight: bold;
  /* ui-btn 上書き */
  border: 0;
  text-shadow: none;
}

.mod-crossActionButton .buttonListItem button.ui-btn-primary {
  color: #fff;
  background-color: #0052e8;
}

/* 固定表示設定
----------------------------------------------- */
.mod-crossActionButton.is-position-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0;
}

.mod-crossActionButton.is-position-fixed.is-inactive {
  height: 0;
  overflow: hidden; /* fix for iOS5-6 */
}

.mod-crossActionButton.is-position-fixed.is-active {
  height: auto;
}

.mod-crossActionButton.is-position-fixed .crossActionButton {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mod-crossActionButton.is-position-fixed.is-inactive .crossActionButton {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.mod-crossActionButton.is-position-fixed.is-active .crossActionButton {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* トンガリ設定
----------------------------------------------- */
.mod-crossActionButton:not(.is-position-fixed):after,
.mod-crossActionButton.lower:not(:last-child):not(.is-position-fixed):before {
  content: "";
  position: absolute;
  left: 20px;
  border-width: 11px;
  border-style: solid;
  border-color: rgba(204, 204, 204, 0.85) rgba(0, 0, 0, 0);
}

/* 上段・中段時の設定：下トンガリ */
.mod-crossActionButton.upper:not(.is-position-fixed):after,
.mod-crossActionButton.lower:not(:last-child):not(.is-position-fixed):before {
  bottom: -11px;
  border-bottom-width: 0;
}

/* 中段・下段時の設定：上トンガリ */
.mod-crossActionButton.lower:not(.is-position-fixed):after {
  top: -11px;
  border-top-width: 0;
}
@charset "UTF-8";
/* = mod-newArrivalMailGuidance
----------------------------------------------- *
 * 新着メール導線
 * 一覧検索結果の物件が全て表示されたら出てくる
----------------------------------------------- */
.mod-newArrivalMailGuidance {
  font-size: 1rem;
  margin: 30px 10px;
}

/* リード文 */
.mod-newArrivalMailGuidance .lead {
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-size: 0.875em;
}

.mod-newArrivalMailGuidance .lead b {
  font-size: 1.15em;
  font-weight: bold;
}

/* 新着メール受取り */
.mod-newArrivalMailGuidance .getNewArrivalMail {
  margin: 0.5em 0;
}

.mod-newArrivalMailGuidance .getNewArrivalMail .btn {
  display: block;
  padding: 1em 10px;
  border-radius: 4px;
  color: inherit;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  /* ui-btn の上書き */
  border: 0;
  text-shadow: none;
}
@charset "UTF-8";
/* = mod-themeTopicHeading
----------------------------------------------- *
 * テーマラベル・リード文箇所のcss
 * 賃貸・戸建・中古マンション・新築マンション
----------------------------------------------- */
.mod-themeTopicHeading {
  font-size: 16px;
}
.mod-themeTopicHeading__title {
  padding: 8px 10px 10px;
  color: #000;
  background-color: #f5f5f5;
  font-weight: bold;
}
.mod-themeTopicHeading__areaCategory {
  display: block;
  line-height: 1.57;
  font-size: 0.875em;
}
.mod-themeTopicHeading__titleText {
  display: block;
  float: right;
  margin-top: 12px;
  width: calc(100% - 90px);
  box-sizing: border-box;
  transform: translateY(-5px);
}
.mod-themeTopicHeading__badge {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 3px 3px 3px 4px;
  color: #fff;
  background: #ed6103;
  margin-right: 5px;
  line-height: 1;
  font-size: 0.875em;
}
.mod-themeTopicHeading__badge::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  border-width: 10px 5px 10px 0;
  border-style: solid;
  border-color: #ed6103 transparent #ed6103 #ed6103;
}
.mod-themeTopicHeading__topic {
  line-height: 1.44;
  font-size: 1.125em;
  color: #ed6103;
}
.mod-themeTopicHeading__title > .mod-themeTopicHeading__topic {
  display: block;
  float: right;
  margin-top: 12px;
  width: calc(100% - 90px);
  box-sizing: border-box;
  transform: translateY(-5px);
}
.mod-themeTopicHeading__imageWrapper {
  display: inline-block;
  padding: 0 10px;
}
.mod-themeTopicHeading__titleImage {
  width: 80px;
  height: 60px;
}
.mod-themeTopicHeading__lead {
  padding: 12px 10px 20px;
  font-size: 0.875em;
  line-height: 1.43;
  clear: both;
}
.mod-themeTopicHeading__lead--on-disclosure {
  padding: 12px 10px 5px;
}
.mod-themeTopicHeading__disclosure {
  position: relative;
  padding: 0px 10px 20px;
  font-size: 0.875em;
  line-height: 1.43;
  clear: both;
}
.mod-themeTopicHeading__disclosure .mod-themeTopicHeading__button--close {
  display: block;
}
.mod-themeTopicHeading__disclosure .mod-themeTopicHeading__button--open {
  display: none;
}
.mod-themeTopicHeading__disclosure.is-expanded .mod-themeTopicHeading__disclosure-box {
  display: block;
}
.mod-themeTopicHeading__disclosure.is-expanded .mod-themeTopicHeading__button--close {
  display: none;
}
.mod-themeTopicHeading__disclosure.is-expanded .mod-themeTopicHeading__button--open {
  display: block;
}
.mod-themeTopicHeading__disclosure.is-expanded .mod-themeTopicHeading__arrow {
  transform: rotate(180deg);
}
.mod-themeTopicHeading__disclosure-box {
  display: none;
}
.mod-themeTopicHeading__disclosure-content {
  display: flex;
  position: relative;
  padding: 0px 10px 20px;
  font-size: 0.875em;
  line-height: 1.43;
  clear: both;
  flex-direction: column;
}
.mod-themeTopicHeading__disclosure-title {
  font-weight: 600;
}
.mod-themeTopicHeading__disclosure-text {
  margin-top: 0.25rem;
}
.mod-themeTopicHeading__disclosure-detail {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.mod-themeTopicHeading__button-cover {
  display: flex;
  justify-content: flex-end;
}
.mod-themeTopicHeading__button {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  background-color: #f5f5f5;
  border: none;
  cursor: pointer;
  padding-right: 0;
}
.mod-themeTopicHeading__arrow {
  margin-left: 0.5rem;
  width: 1em;
  height: 1em;
  background: 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 50% 50%;
  background-size: 1em;
}
@charset "UTF-8";
/* = mod-themeDescription
----------------------------------------------- *
 * テーマの説明文
----------------------------------------------- */
.mod-themeDescription {
  margin: 10px 0;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
}
@charset "UTF-8";
/* = mod-rentConditionSetting
----------------------------------------------- *
 * 賃貸 検索条件変更
----------------------------------------------- */
.mod-rentConditionSetting {
  font-size: 1rem;
}

.mod-rentConditionSetting .heading {
  position: relative;
  padding: 0.75em 10px 0.75em 26px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #f7f7f7;
  font-size: 1.125em;
}

.mod-rentConditionSetting .heading::before {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 10px;
  width: 6px;
  height: 1.5em;
  margin: auto;
  border-radius: 3px;
  background: #ed6103;
  /* ui の上書き */
  box-shadow: none;
}

.mod-rentConditionSetting .changeCondition {
  background-color: #fff;
}

.mod-rentConditionSetting .changeCondition .conditionListItem {
  border-bottom: 1px solid #d8d8d8;
}

.mod-rentConditionSetting .changeCondition .item {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 10px 15px;
  color: inherit;
  text-decoration: none;
}

.mod-rentConditionSetting .changeCondition .item ul,
.mod-rentConditionSetting .changeCondition .item .icon {
  display: table-cell;
  vertical-align: middle;
}

.mod-rentConditionSetting .changeCondition .item ul {
  line-height: 1.4;
}

.mod-rentConditionSetting .changeCondition .item .label {
  margin-bottom: 0.25em;
  font-weight: bold;
}

.mod-rentConditionSetting .changeCondition .item .labelCondition {
  font-size: 0.75em;
}

@media only screen and (max-width: 359px) {
  .mod-rentConditionSetting .changeCondition .item .label {
    font-size: 0.875em;
  }
  .mod-rentConditionSetting .changeCondition .item .labelCondition {
    font-size: 0.85em;
  }
}
.mod-rentConditionSetting .changeCondition .item .labelIcon {
  display: inline-flex;
  padding-right: 0.3em;
  padding-bottom: 1px;
  vertical-align: text-bottom;
}

.mod-rentConditionSetting .changeCondition .item .condition {
  font-size: 0.75em;
}

.mod-rentConditionSetting .changeCondition .item .icon {
  color: #ed6103;
  width: 5.5em;
  font-size: 0.75em;
  font-weight: bold;
}

.mod-rentConditionSetting .changeCondition .item .icon span {
  margin-left: 0.3em;
}

/* 条件保存 */
.mod-rentConditionSetting .saveCondition .btn {
  background-color: #ebebeb;
  padding: 20px 10px;
}

.mod-rentConditionSetting .saveCondition .btn a {
  display: block;
  border-radius: 4px;
  color: inherit;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 16px 10px;
  /* ui-btn の上書き */
  border: 0;
  text-shadow: none;
}
@charset "UTF-8";
/* 新着物件メール・条件保存 */
.mod-registNewMail {
  position: relative;
  background-color: #ebebeb;
}
.mod-registNewMail__heading {
  font-weight: bold;
  position: static;
  padding: 0px 10px;
  color: inherit;
  background: none;
  text-shadow: none;
  box-shadow: none;
  font-size: initial;
  border: 0px;
}
.mod-registNewMail__heading::before {
  content: none;
}
.mod-registNewMail__items {
  padding: 12px 10px 0px;
}
.mod-registNewMail__list {
  text-align: center;
  list-style-type: none;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.mod-registNewMail__list li {
  display: inline-block;
  font-size: initial;
  width: calc(50% - 5px);
}
.mod-registNewMail__list li a {
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  background-color: #fff;
  display: block;
  color: inherit;
  font-size: inherit;
  text-align: center;
  text-decoration: none;
  padding: 16px 10px;
  border: 0;
  text-shadow: none;
}
.mod-registNewMail__notice {
  padding: 8px 10px 20px 10px;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@charset "UTF-8";
/* = mod-sortingLinkBox
----------------------------------------------- *
 * 物件一覧の下部 SEO用のリンク
 * 見たい順リンクリスト
 * 対象：賃貸市区一覧、駅一覧
----------------------------------------------- */
.mod-sortingLinkBox {
  margin-top: -1px;
  font-size: 0.875rem;
  border-top: solid #d8d8d8 1px;
  border-bottom: solid #d8d8d8 1px;
}

.mod-sortingLinkBox .title {
  display: table-cell;
  height: 1.8em;
  padding: 13px 12px;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}

.mod-sortingLinkBox .linkList {
  padding: 0 12px;
  font-size: 0.86em;
}

.mod-sortingLinkBox .linkList a:link {
  text-decoration: none;
  color: inherit;
}

.mod-sortingLinkBox .linkList a:visited {
  text-decoration: none;
  color: #6c6c6c;
}

.mod-sortingLinkBox .linkList ul {
  margin-bottom: 21px;
}

.mod-sortingLinkBox .linkList li {
  display: inline;
  line-height: 2;
}

.mod-sortingLinkBox .linkList li a {
  display: inline-block;
}

.mod-sortingLinkBox .linkList li::after {
  content: "|";
  margin: 0 5px;
}

.mod-sortingLinkBox .linkList li:last-child::after {
  content: "";
}

.mod-sortingLinkBox .anchor {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  padding-right: 1em;
}

.mod-sortingLinkBox .anchor::after {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background: 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%22M57.3%2C30.3l-36.2%2C36.1c-1.5%2C1.5-1.5%2C4%2C0%2C5.5l5.7%2C5.7c1.5%2C1.5%2C4%2C1.5%2C5.5%2C0l24.9-24.9c1.5-1.5%2C4-1.5%2C5.5%2C0l24.9%2C24.9c1.5%2C1.5%2C4%2C1.5%2C5.5%2C0l5.8-5.7c1.5-1.5%2C1.5-4%2C0-5.5l-36.2-36.1c-1.5-1.5-3.9-1.5-5.4%2C0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
  background-size: 1em;
}

.mod-sortingLinkBox .anchor:not(.is-selected)::after {
  background-image: 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');
}
@charset "UTF-8";
/* = mod-realtorInquiryBox
----------------------------------------------- *
 * 賃貸 検索条件変更
----------------------------------------------- */
.mod-realtorInquiryBox {
  font-size: 1rem;
}

.mod-realtorInquiryBox .heading {
  position: relative;
  padding: 0.75em 10px 0.75em 26px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #f7f7f7;
  font-size: 1.125em; /* 18px */
}

.mod-realtorInquiryBox .heading::before {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 10px;
  width: 6px;
  height: 1.5em;
  margin: auto;
  border-radius: 3px;
  background: #ed6103;
  /* ui の上書き */
  box-shadow: none;
}

.mod-realtorInquiryBox .textSupport {
  margin: 15px 10px 0;
  font-size: 0.875em; /* 14px */
}

/* スライダー（swiper）枠内 */
.mod-realtorInquiryBox .swiper-container-rentInquiryBox {
  overflow: hidden;
}

.mod-realtorInquiryBox .swiper-container-rentInquiryBox .swiper-wrapper {
  padding: 20px 0;
  font-size: 0.75em; /* 12px */
  line-height: 1.4;
  z-index: 0; /* swiper.css上書き */
}

.mod-realtorInquiryBox .swiper-container-rentInquiryBox .swiper-slide {
  margin-right: 10px;
  padding: 20px;
  display: block;
  background: #fff;
  width: 270px;
  color: #000;
  font-size: inherit;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-radius: 4px;
}

.mod-realtorInquiryBox .swiper-container-rentInquiryBox .swiper-slide:first-child {
  margin-left: 10px;
}

.mod-realtorInquiryBox .swiper-slide a {
  color: inherit;
  text-decoration: none;
}

.mod-realtorInquiryBox .swiper-slide .toRealtor {
  position: relative;
  display: block;
  padding-right: 10px;
}

.mod-realtorInquiryBox .swiper-slide .toRealtor::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  width: 6px;
  height: 6px;
  margin: auto;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

.mod-realtorInquiryBox .swiper-slide .lineChange {
  display: block;
}

.mod-realtorInquiryBox .swiper-slide .num {
  color: #ed6103;
  font-size: 1.25em; /* 15px */
  font-weight: bold;
}

.mod-realtorInquiryBox .swiper-slide .realtorName {
  margin: 10px 0;
  font-size: 1.25em; /* 15px */
  font-weight: bold;
}

.mod-realtorInquiryBox .swiper-slide .infoRealtorData {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mod-realtorInquiryBox .infoRealtorData .photo img {
  width: 100px;
  max-height: 100px;
  object-fit: contain;
  block-size: auto;
}

.mod-realtorInquiryBox .infoRealtorData .photo.noImage {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  width: 100px;
  height: 100px;
  color: #a5a5a5;
}

.mod-realtorInquiryBox .swiper-slide .infoRealtorData ul {
  width: calc(100% - 100px);
  padding-left: 10px;
}

.mod-realtorInquiryBox .swiper-slide .infoRealtorData .label {
  margin-right: 5px;
  font-weight: bold;
}

.mod-realtorInquiryBox .swiper-slide .realtorPrtext {
  margin-top: 10px;
  line-height: 1.5;
}

.mod-realtorInquiryBox .swiper-slide .inquireNav {
  margin-top: 10px;
  padding-right: 10px;
}

.mod-realtorInquiryBox .swiper-slide .inquireNav .btnRealtorTel {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  background-color: #acdfff;
  border: 1px solid #acdfff;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  font-size: 1.083em; /* 13px */
  font-weight: bold;
  line-height: 1.2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mod-realtorInquiryBox .btnRealtorTel .ui-svg-icon {
  align-self: flex-start;
}

.mod-realtorInquiryBox .btnRealtorTel .text {
  display: flex;
  flex-flow: column;
  align-items: start;
  margin-left: 5px;
}

.mod-realtorInquiryBox .btnRealtorTel .text .free {
  font-size: 0.846em; /* 11px */
}

.mod-realtorInquiryBox .swiper-slide .attentionText {
  margin-top: 10px;
  font-size: 0.917em; /* 11px */
}
.mod-roomPhotoModal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  font-size: 14px;
  /* media queries */
}
.mod-roomPhotoModal__loading {
  display: none;
  background: url('/smp/assets/img/smartphone/page/list/rent/RoomPhotoViewer_loading.gif?v=f92938639fa894a0e8ded1c3368abe98') no-repeat 0 0/24px 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 2;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
.mod-roomPhotoModal__closeBtn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}
.mod-roomPhotoModal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}
.mod-roomPhotoModal__photoIndex {
  display: inline-block;
  margin: 16px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  line-height: 1;
  font-size: 0.75em; /* 12px */
  border-radius: 16px;
  width: 60px;
  white-space: nowrap;
  text-align: center;
}
.mod-roomPhotoModal__slideImage img {
  display: block;
  width: 100vw;
  height: calc(100vh - 100px);
  object-fit: contain;
  object-position: center;
}
.mod-roomPhotoModal__contentsFooter {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.mod-roomPhotoModal__contentsFooter .ui-btn {
  width: 244px;
  height: 48px;
  font-size: 16px;
  line-height: 1.4em;
  color: #ed6103;
}
.mod-roomPhotoModal__contentsFooter .orange .ui-btn {
  width: 240px;
  padding: 16px 0;
  font-size: 16px;
  color: #ed6103;
  border: none;
}
.mod-roomPhotoModal__photoComment {
  padding: 12px;
  font-size: 0.875em;
  line-height: 1.375em;
  margin-bottom: -12px;
}
.mod-roomPhotoModal__photoComment:empty {
  display: none;
}
.mod-roomPhotoModal__detailBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0 32px;
}
.mod-roomPhotoModal__detailBtn.orange {
  padding: 24px 0 24px;
}
.mod-roomPhotoModal__carouselControls {
  position: absolute;
  display: none;
  z-index: 1;
  top: calc(50% - 80px);
  width: 40px;
  height: 160px;
  cursor: pointer;
}
.mod-roomPhotoModal__carouselControls::before, .mod-roomPhotoModal__carouselControls::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.mod-roomPhotoModal__carouselControls::before {
  width: 32px;
  height: 64px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 2px rgba(255, 255, 255, 0.1607843137);
}
.mod-roomPhotoModal__carouselControls::after {
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.mod-roomPhotoModal__carouselControls--prev {
  left: 0;
}
.mod-roomPhotoModal__carouselControls--prev::before {
  left: 0;
  border-radius: 0 32px 32px 0;
}
.mod-roomPhotoModal__carouselControls--prev::after {
  left: 0;
  border-radius: 0 24px 24px 0;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20id%3D%22%u5C71%u578B%u77E2%u5377-6px%22%20transform%3D%22translate(24)%20rotate(90)%22%3E%3Cg%20id%3D%22%u5C71%u578B%u77E2%u5377-6px-2%22%20data-name%3D%22%u5C71%u578B%u77E2%u5377-6px%22%3E%3Cg%20id%3D%22%u30B0%u30EB%u30FC%u30D7_152660%22%20data-name%3D%22%u30B0%u30EB%u30FC%u30D7%20152660%22%3E%3Cg%20id%3D%22Icon_Interface_%u30A4%u30F3%u30BF%u30FC%u30D5%u30A7%u30A4%u30B9%22%3E%3Cg%20id%3D%22%u30B0%u30EB%u30FC%u30D7_152659%22%20data-name%3D%22%u30B0%u30EB%u30FC%u30D7%20152659%22%3E%3Cpath%20id%3D%22%u30D1%u30B9_233480%22%20data-name%3D%22%u30D1%u30B9%20233480%22%20d%3D%22M15.335%2C26.1%2C6.164%2C17.055a.214.214%2C0%2C0%2C1%2C0-.3l1.505-1.525a.214.214%2C0%2C0%2C1%2C.3%2C0l7.365%2C7.267a.213.213%2C0%2C0%2C0%2C.3%2C0L23%2C15.225a.214.214%2C0%2C0%2C1%2C.3%2C0l1.505%2C1.525a.214.214%2C0%2C0%2C1%2C0%2C.3L15.636%2C26.1A.214.214%2C0%2C0%2C1%2C15.335%2C26.1Z%22%20transform%3D%22translate(-3.486%20-8.664)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20id%3D%22%u9577%u65B9%u5F62_80144%22%20data-name%3D%22%u9577%u65B9%u5F62%2080144%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  margin-left: 4px;
}
.mod-roomPhotoModal__carouselControls--next {
  right: 0;
}
.mod-roomPhotoModal__carouselControls--next::before {
  right: 0;
  border-radius: 32px 0 0 32px;
}
.mod-roomPhotoModal__carouselControls--next::after {
  right: 0;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20id%3D%22%u5C71%u578B%u77E2%u5377-6px%22%20transform%3D%22translate%280%2024%29%20rotate%28-90%29%22%3E%3Cg%20id%3D%22%u5C71%u578B%u77E2%u5377-6px-2%22%20data-name%3D%22%u5C71%u578B%u77E2%u5377-6px%22%3E%3Cg%20id%3D%22%u30B0%u30EB%u30FC%u30D7_152660%22%20data-name%3D%22%u30B0%u30EB%u30FC%u30D7%20152660%22%3E%3Cg%20id%3D%22Icon_Interface_%u30A4%u30F3%u30BF%u30FC%u30D5%u30A7%u30A4%u30B9%22%3E%3Cg%20id%3D%22%u30B0%u30EB%u30FC%u30D7_152659%22%20data-name%3D%22%u30B0%u30EB%u30FC%u30D7%20152659%22%3E%3Cpath%20id%3D%22%u30D1%u30B9_233480%22%20data-name%3D%22%u30D1%u30B9%20233480%22%20d%3D%22M15.335%2C26.1%2C6.164%2C17.055a.214.214%2C0%2C0%2C1%2C0-.3l1.505-1.525a.214.214%2C0%2C0%2C1%2C.3%2C0l7.365%2C7.267a.213.213%2C0%2C0%2C0%2C.3%2C0L23%2C15.225a.214.214%2C0%2C0%2C1%2C.3%2C0l1.505%2C1.525a.214.214%2C0%2C0%2C1%2C0%2C.3L15.636%2C26.1A.214.214%2C0%2C0%2C1%2C15.335%2C26.1Z%22%20transform%3D%22translate%28-3.486%20-8.664%29%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20id%3D%22%u9577%u65B9%u5F62_80144%22%20data-name%3D%22%u9577%u65B9%u5F62%2080144%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  margin-right: 4px;
}
.mod-roomPhotoModal__carouselControls.is-visible {
  display: block;
}
.mod-roomPhotoModal__outdatedNotify {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  width: calc(100% - 40px);
  padding: 20px;
  font-size: 0.92857em;
  line-height: 1.4;
}
.mod-roomPhotoModal__outdatedNotify .close {
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  padding: 8px;
  text-align: center;
  width: 96px;
  margin: auto;
}
.mod-roomPhotoModal__notifyContent {
  padding-right: 72px;
  margin-bottom: 10px;
  min-height: 140px;
  background-image: url('/search/assets/img/shared/homeskun/normal/01-14_thanks.svg');
  background-repeat: no-repeat;
  background-size: 72px;
  background-position: right center;
}
.mod-roomPhotoModal__notifyHead {
  font-size: 1.23076em;
  font-weight: bold;
  margin-bottom: 12px;
}
.mod-roomPhotoModal.is-visible {
  display: block;
}
.mod-roomPhotoModal.is-loading .mod-roomPhotoModal__loading {
  display: block;
}
.mod-roomPhotoModal.is-display-mode .mod-roomPhotoModal__contentsFooter {
  background: transparent;
}
.mod-roomPhotoModal.is-display-mode .mod-roomPhotoModal__photoComment,
.mod-roomPhotoModal.is-display-mode .mod-roomPhotoModal__carouselControls {
  display: none;
}
.mod-roomPhotoModal.is-display-mode .mod-roomPhotoModal__photoIndex {
  visibility: hidden;
}
.mod-roomPhotoModal.is-display-mode .mod-roomPhotoModal__favorite {
  display: none;
}
.mod-roomPhotoModal.is-display-mode .mod-roomPhotoModal__favoriteBtn {
  visibility: hidden;
}
.mod-roomPhotoModal__favorite {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.mod-roomPhotoModal__favoriteBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 12px;
  background: transparent;
  width: 130px;
  height: 38px;
  color: #fff;
  font-size: 0.875rem;
  border: 1px solid #fff;
  border-radius: 20px;
}
.mod-roomPhotoModal__favoriteBtn_label {
  font-weight: 600;
  margin-left: 6px;
}
.mod-roomPhotoModal__favorite .is-hide {
  display: none;
}
@media screen and (orientation: landscape) {
  .mod-roomPhotoModal__detailBtn {
    padding: 20px 0;
  }
  .mod-roomPhotoModal__photoComment {
    margin-bottom: -20px;
  }
}
.mod-pagination {
  margin: 24px 10px 48px;
}
.mod-pagination__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 -4px;
}
.mod-pagination__pages {
  display: inline-flex;
  justify-content: space-evenly;
  min-width: 70%;
}
.mod-pagination__page {
  font-size: 0.875em;
}
@media only screen and (max-width: 320px) {
  .mod-pagination__page {
    font-size: 0.75em;
  }
}
.mod-pagination .mod-pagination__navigationLink, .mod-pagination .mod-pagination__pageLink {
  color: #ed6103;
  text-decoration: none;
}
.mod-pagination__pageLink {
  font-weight: bold;
  padding: 0 4px;
}
.mod-pagination__pageLink--ellipsis {
  display: inline-block;
  padding: 0 4px;
  transform: translateX(-4px);
  letter-spacing: -10px;
}
@media only screen and (max-width: 320px) {
  .mod-pagination__pageLink--ellipsis {
    letter-spacing: -8px;
  }
}
.mod-pagination__pageLink--current {
  font-weight: bold;
  padding: 0 4px;
}
.mod-pagination__navigations {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.mod-pagination__navigation {
  width: 35%;
}
.mod-pagination__navigation + .mod-pagination__navigation {
  margin-left: 24px;
}
.mod-pagination__navigationLink {
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  background-color: #fff;
  display: block;
  padding: 16px 0;
  text-align: center;
}
@charset "UTF-8";
/*---------------------------------------------*
 * 新着物件枠
 *---------------------------------------------*/
.mod-bukkenNewArrival {
  padding-bottom: 12px;
  background-color: #f5f5f5;
  font-size: 16px;
}
.mod-bukkenNewArrival .heading {
  position: relative;
  padding: 0.75em 10px 0.75em 25px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 1.125em;
}
.mod-bukkenNewArrival .heading::before {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 10px;
  width: 7px;
  border-radius: 3px;
  background-color: #ed6103;
}
.mod-bukkenNewArrival .summary {
  margin: 8px 10px 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  background-color: #fff;
  font-weight: normal;
}
.mod-bukkenNewArrival .summary a {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
  text-decoration: none;
}
.mod-bukkenNewArrival .summary .photoBox {
  display: table-cell;
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px 0 0 4px;
}
.mod-bukkenNewArrival .summary .photoBox.noImage {
  color: #a5a5a5;
  background: #f7f7f7;
  font-size: 0.875em;
}
.mod-bukkenNewArrival .summary .photoBox .photo {
  max-width: 100%;
  max-height: 100%;
}
.mod-bukkenNewArrival .summary .specBox {
  position: relative;
  display: table-cell;
  padding: 10px 28px 10px 10px;
  line-height: 1.6;
  vertical-align: middle;
}
.mod-bukkenNewArrival .summary .specBox::after {
  width: 1em;
  height: 1em;
  background: 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%22M57.3%2C30.3l-36.2%2C36.1c-1.5%2C1.5-1.5%2C4%2C0%2C5.5l5.7%2C5.7c1.5%2C1.5%2C4%2C1.5%2C5.5%2C0l24.9-24.9c1.5-1.5%2C4-1.5%2C5.5%2C0l24.9%2C24.9c1.5%2C1.5%2C4%2C1.5%2C5.5%2C0l5.8-5.7c1.5-1.5%2C1.5-4%2C0-5.5l-36.2-36.1c-1.5-1.5-3.9-1.5-5.4%2C0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
  background-size: 1em;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  left: auto;
  content: "";
  display: block;
  margin: auto 0;
}
.mod-bukkenNewArrival .summary .specBox .icon-bukkenType .bType {
  padding: 0.35em;
  border: 0;
}
.mod-bukkenNewArrival .summary .specBox .bukkenName {
  font-size: 0.625em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-bukkenNewArrival .summary .specBox .price {
  line-height: 1.2;
  color: #ed6103;
  font-weight: bold;
}
.mod-bukkenNewArrival .summary .specBox .price .num {
  font-size: 1.125em;
}
.mod-bukkenNewArrival .summary .specBox .price .unit {
  font-size: 0.875em;
}
.mod-bukkenNewArrival .summary .specBox .price .extraPrice {
  display: inline-block;
  font-weight: normal;
  font-size: 0.75em;
}
.mod-bukkenNewArrival .summary .specBox .traffic,
.mod-bukkenNewArrival .summary .specBox .address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875em;
}
.mod-bukkenNewArrival .summary .specBox ul {
  display: block;
  line-height: 1.2;
}
.mod-bukkenNewArrival .summary .specBox li {
  display: inline;
  padding-right: 0.25em;
  font-size: 0.875em;
  white-space: nowrap;
}
.mod-bukkenNewArrival .summary .specBox li + li::before {
  content: "/";
  margin: 0 0.333em 0 0.167em;
}
.mod-bukkenNewArrival .more {
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
}
.mod-bukkenNewArrival .more a {
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  background-color: #fff;
  margin: 12px 10px 20px;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 1em;
}
.mod-bukkenNewArrival .more .label {
  display: inline-flex;
  align-items: center;
}
.mod-bukkenNewArrival .more .label::after {
  width: 1em;
  height: 1em;
  background: 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%22M57.3%2C30.3l-36.2%2C36.1c-1.5%2C1.5-1.5%2C4%2C0%2C5.5l5.7%2C5.7c1.5%2C1.5%2C4%2C1.5%2C5.5%2C0l24.9-24.9c1.5-1.5%2C4-1.5%2C5.5%2C0l24.9%2C24.9c1.5%2C1.5%2C4%2C1.5%2C5.5%2C0l5.8-5.7c1.5-1.5%2C1.5-4%2C0-5.5l-36.2-36.1c-1.5-1.5-3.9-1.5-5.4%2C0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
  background-size: 1em;
  transform: rotate(180deg);
  content: "";
  margin-left: 4px;
}
.mod-registNewArrivalNotifications {
  font-size: 1rem;
  margin: -8px 10px 10px;
}
.mod-registNewArrivalNotifications_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.mod-registNewArrivalNotifications_title {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  font-weight: bold;
}
.mod-registNewArrivalNotifications_title::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2056%2056"%3E%3Cpath%20fill="%23ed6103"%20d="M47,32.3a7.4,7.4,0,0,1-3.8-6.2c0-11.6-5.4-15.8-10.2-17.3a5,5,0,0,0-9.9,0c-4.8,1.5-10.2,5.7-10.2,17.3a7.4,7.4,0,0,1-3.8,6.2A4.8,4.8,0,0,0,7,36.1v3.5A4.4,4.4,0,0,0,11.4,44h7.7A9,9,0,0,0,37,44h7.7A4.4,4.4,0,0,0,49,39.6V36.1A4.7,4.7,0,0,0,47,32.3ZM28,48a4.8,4.8,0,0,1-4.8-4h9.7A4.9,4.9,0,0,1,28,48Zm17-8.4c0,.2-.1.4-.3.4H11.4a.4.4,0,0,1-.4-.4V36.1c0-.2.1-.3.3-.4a11.3,11.3,0,0,0,5.6-9.6c0-11.5,6-14,11-14.1h.3c5,.1,11,2.6,11,14.1a11.3,11.3,0,0,0,5.6,9.6c.2.1.2.2.2.4Z"/%3E%3C/svg%3E') no-repeat 50% 50%/100%;
}
.mod-registNewArrivalNotifications_newArrivalContainer {
  display: flex;
}
.mod-registNewArrivalNotifications_meansOfReceiving {
  display: flex;
  gap: 10px;
}
.mod-registNewArrivalNotifications_registButton {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  min-width: 6em;
  margin: 0;
  padding: 12px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #000;
  background-color: #fff;
  line-height: 1;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.mod-registNewArrivalNotifications_registButton.savecond {
  width: 112px;
  font-size: 12px;
  padding: 9px 0;
  line-height: 16px;
}
@media (max-width: 340px) {
  .mod-registNewArrivalNotifications_registButton.savecond {
    width: 100px;
    min-width: 7em;
  }
}
.mod-registNewArrivalNotifications_registButton.savecond .icon {
  margin-right: 4px;
}
.mod-registNewArrivalNotifications_registButton.line {
  width: 68px;
  min-width: 4em;
  font-size: 12px;
  margin-right: 8px;
}
@media (max-width: 340px) {
  .mod-registNewArrivalNotifications_registButton.line {
    width: 60px;
  }
}
.mod-registNewArrivalNotifications_registButton.mail {
  width: 68px;
  min-width: 4em;
  font-size: 12px;
}
@media (max-width: 340px) {
  .mod-registNewArrivalNotifications_registButton.mail {
    width: 60px;
  }
}
.mod-conditionSaveModal {
  font-size: 16px;
  margin-top: 32px;
}

.mod-conditionSaveModal .lead {
  margin-bottom: 16px;
  line-height: 1.3;
  text-align: center;
}

.mod-conditionSaveModal .lead::before {
  content: "";
  display: block;
  background: url('/smp/assets/img/smartphone/page/list/condition_save_modal/bg_homeskun.png?v=1fcecbdbc9d242bc23a4fd64ebb87936') no-repeat 50% 50%;
  background-size: contain;
  height: 106px;
  margin-bottom: 16px;
}

.mod-conditionSaveModal .lead b {
  color: #ed6103;
  font-weight: bold;
}

.mod-conditionSaveModal .button {
  display: block;
  text-align: center;
}

.mod-conditionSaveModal .button img {
  width: 100%;
  height: auto;
  max-width: 248px;
}

.mod-conditionSaveModal .button.mail {
  margin-top: 12px;
}
@charset "UTF-8";
/* = mod-expandList
----------------------------------------------- *
 * 賃貸ゆるふわ物件一覧
----------------------------------------------- */
.mod-expandList {
  font-size: 1rem;
  margin: 30px 0;
}

/* ゆるふわ吹出し部分 */
.mod-expandList .expandMassage {
  position: relative;
  margin: 0 auto 14px;
  width: 245px;
  border: 1px solid #ed6103;
  border-radius: 4px;
  background-color: #fbf3ed;
}

/* 吹出しのanimation */
.mod-expandList .expandMassage.animation {
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-name: bounce;
  transform-origin: center bottom;
}

/* animationのキーフレーム */
@keyframes bounce {
  from, 20%, 50%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -18px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -12px, 0);
  }
  90% {
    transform: translate3d(0, -6px, 0);
  }
}
/* 吹出し尻尾部分 */
.mod-expandList .expandMassage::before,
.mod-expandList .expandMassage::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid;
}

.mod-expandList .expandMassage::before {
  bottom: -10px;
  border-top-color: #ed6103;
}

.mod-expandList .expandMassage::after {
  bottom: -9px;
  border-top-color: #fdf3ed;
}

/* ゆるふわ吹出しテキスト部分 */
.mod-expandList .expandMassage .txt {
  position: relative;
  padding: 1.2em 1em 1.2em 75px;
  line-height: 1.3;
  font-size: 0.875em;
}

.mod-expandList .expandMassage .txt:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 48px;
  height: 50px;
  background: url('/smp/assets/img/smartphone/page/expand_search/homes_kun_48x50.png?v=8534ea1add1d24d098776004243fd7a3') no-repeat 0 0;
  background-size: 100%;
}

/* ゆるふわタイトル部分 */
.mod-expandList .expandHeader {
  position: relative;
  padding: 0.75em 10px 0.75em 26px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #f7f7f7;
  font-size: 1.125em;
}

.mod-expandList .expandHeader::before {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 10px;
  width: 6px;
  height: 1.5em;
  margin: auto;
  border-radius: 3px;
  background: #ed6103;
  /* ui の上書き */
  box-shadow: none;
}

/* ゆるふわ物件一覧 */
.mod-expandList .expandResult {
  margin: 20px 10px;
}

/* 該当件数表示 */
.mod-expandList .expandResult .resultNavi {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.mod-expandList .resultNavi .resultNum {
  display: table-cell;
  line-height: 1.2;
  font-size: 0.875em;
  vertical-align: middle;
}

.mod-expandList .resultNavi .resultNum .num {
  padding: 0 0.2em;
  color: #ed6103;
}

/* 開閉処理のCSS */
.mod-expandList .resultNavi .openSearchCond,
.mod-expandList .resultNavi.is-closed .closeSearchCond {
  display: table-cell;
  line-height: 1.2;
  text-align: right;
  vertical-align: middle;
  font-size: 0.875em;
  font-weight: bold;
}

.mod-expandList .resultNavi.is-closed .openSearchCond,
.mod-expandList .resultNavi .closeSearchCond {
  display: none;
}

/* 広げた条件内容表示枠 */
.mod-expandList .searchConditon {
  display: none;
  padding: 15px;
  border-radius: 4px;
  line-height: 1.4;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
}

.mod-expandList .searchConditon .txt {
  padding-bottom: 0.5em;
  font-weight: bold;
}

.mod-expandList .searchConditon .txt span {
  float: right;
  font-size: 0.857em;
  font-weight: normal;
}

.mod-expandList .searchConditon .txt span em {
  color: #ed6103;
  font-weight: bold;
}

.mod-expandList .searchConditon .conditions {
  font-size: 0.857em;
}

.mod-expandList .searchConditon .conditions dt,
.mod-expandList .searchConditon .conditions dd {
  display: inline;
  word-break: break-all;
}

.mod-expandList .searchConditon .conditions .new {
  color: #ed6103;
  font-weight: bold;
}

.mod-expandList .searchConditon .conditions dd:not(:last-child)::after {
  content: "、";
  color: #000;
  font-weight: normal;
}

/* すべての物件を見るボタン */
.mod-expandList .resultNavi .expandListLink {
  display: table-cell;
  text-align: right;
}

.mod-expandList .resultNavi .expandListLink .icon {
  display: none;
}

.mod-expandList .resultNavi .expandListLink a {
  display: inline-block;
  padding: 1em;
  border-radius: 4px;
  color: #ed6103;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* 物件情報 */
.mod-expandList .expandResult .building {
  margin: 20px 0;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.875em;
}

/* 物件名 */
.mod-expandList .building .heading {
  padding: 10px;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.4;
  font-weight: bold;
  /* for ellipsis */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 棟情報 */
.mod-expandList .building .summary a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.mod-expandList .building .summary .photoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  width: 140px;
  max-height: 140px;
}

.mod-expandList .building .photoBox.noImage {
  height: 140px;
  background-color: #f7f7f7;
  color: #a5a5a5;
}

.mod-expandList .building .photoBox .photo {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.mod-expandList .building .summary .specBox {
  flex: 1;
  padding: 15px 10px;
}

.mod-expandList .building .specBox .traffic {
  line-height: 1.5;
  margin-bottom: 5px;
}

.mod-expandList .building .specBox .address {
  line-height: 1.5;
  margin-bottom: 7px;
}

.mod-expandList .building .specBox .specList {
  line-height: 1.2;
}

.mod-expandList .building .specBox .specListItem {
  display: inline;
}

.mod-expandList .building .specBox .specListItem:not(:first-child)::before {
  content: "/";
}

/* 戸情報 */
/* .mod-expandList .building .roomList {} */
.mod-expandList .building .roomList a {
  position: relative;
  display: block;
  padding-right: calc(0.875em + 11px);
  border-top: 1px solid #d8d8d8;
  color: inherit;
  text-decoration: none;
}

.mod-expandList .building .roomList a::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%23000%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.875em;
}

.mod-expandList .building .roomList .roomInfo {
  padding: 1px 0;
}

/* 写真・スペックのwrapper */
.mod-expandList .building .roomInfo .specInfoBox {
  display: flex;
  align-items: center;
}

.mod-expandList .building .roomInfo .photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  width: 100px;
  height: 100px;
  padding: 4px 10px 16px;
  box-sizing: border-box;
}
.mod-expandList .building .roomInfo .photo.roomPhotoModalTrigger::after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 34px;
  height: 34px;
  background: url('/smp/assets/img/smartphone/page/list/rent/RoomPhotoViewer_trigger.svg?v=3764a45015c0d26f1a385aa390e0b2b0') no-repeat center/23px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.mod-expandList .building .roomInfo .photo.noImage {
  height: 100px;
  background-color: #f7f7f7;
  color: #a5a5a5;
  font-size: 0.85em;
}

.mod-expandList .building .roomInfo .photo img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

/* スペック情報 */
.mod-expandList .building .roomInfo .spec {
  flex: 1;
  padding: 10px 0 10px 10px;
  line-height: 1.6;
}

/* 階数・間取り・面積 */
.mod-expandList .building .roomInfo .spec ul {
  line-height: 1.4;
  margin-bottom: 0.37em;
}

.mod-expandList .building .roomInfo .spec ul li {
  display: inline-block;
}

.mod-expandList .building .roomInfo .spec li + li::before {
  content: "/";
}

/* 価格 */
.mod-expandList .building .roomInfo .spec .price {
  display: block;
  margin-bottom: 0.37em;
  line-height: 1.2;
  color: #ed6103;
  font-weight: bold;
}

.mod-expandList .building .roomInfo .spec .price .num {
  font-size: 1.25em;
}

.mod-expandList .building .roomInfo .spec .price .extraPrice {
  display: inline-block;
  font-weight: normal;
}

/* 敷金・礼金 */
.mod-expandList .building .roomInfo .spec .deposit,
.mod-expandList .building .roomInfo .spec .keyMoney {
  display: inline-flex;
  line-height: 1.4;
}

.mod-expandList .building .roomInfo .spec dl dt,
.mod-expandList .building .roomInfo .spec dl dd {
  display: inline;
}

.mod-expandList .building .roomInfo .spec dl + dl::before {
  content: "/";
}

/* PRコメント・会社名部分 */
.mod-expandList .building .roomInfo .prInfoBox {
  padding: 12px 0 12px 10px;
  border-top: 1px dashed #d8d8d8;
}

.mod-expandList .building .roomInfo .prInfoBox .point,
.mod-expandList .building .roomInfo .prInfoBox .memberName {
  font-size: 0.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.mod-expandList .building .roomInfo .prInfoBox .point {
  line-height: 1.5;
  -webkit-line-clamp: 2;
}

.mod-expandList .building .roomInfo .prInfoBox .memberName {
  color: #3a515a;
  -webkit-line-clamp: 1;
}

.mod-expandList .building .roomInfo .prInfoBox .point + .memberName {
  margin-top: 7px;
}

.mod-expandList .building .roomInfo .linkArrow {
  display: none;
}

/* module.css 上書き */
.mod-expandList .building .icon-bukkenType.rent_residence {
  line-height: 2;
  margin-right: 0.5em;
  font-size: 0.714em;
  vertical-align: bottom;
}

.mod-expandList .building .icon-bukkenType.rent_residence .bType {
  padding: 0 0.5em;
  border: 0;
}
@charset "UTF-8";
.mod-frequentViewRooms {
  font-size: 0.875rem;
  margin-top: 20px;
}
.mod-frequentViewRooms-head {
  margin-bottom: 8px;
}
.mod-frequentViewRooms-heading {
  font-weight: bold;
}
.mod-frequentViewRooms-rooms {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  padding: 2px 1px;
  overflow: auto;
  scroll-snap-type: x mandatory;
}
.mod-frequentViewRooms-room {
  box-sizing: border-box;
  flex: 0 0 80vw;
  width: 80vw;
  scroll-snap-align: center;
}

.mod-frequentViewRoom {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
}
.mod-frequentViewRoom-head {
  padding: 10px;
  border-bottom: 1px solid #d8d8d8;
}
.mod-frequentViewRoom-heading {
  line-height: 1.4;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mod-frequentViewRoom button {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  font-size: 100%;
  font-weight: inherit;
  font-family: inherit;
  text-overflow: inherit;
  white-space: inherit;
  overflow: inherit;
}
.mod-frequentViewRoom button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mod-frequentViewRoom .icon-bukkenType.rent_residence, .mod-frequentViewRoom .icon-bukkenType.rent_business {
  line-height: 2;
  margin-right: 0.5em;
  font-size: 0.714em;
  vertical-align: bottom;
}
.mod-frequentViewRoom .icon-bukkenType.rent_residence .bType, .mod-frequentViewRoom .icon-bukkenType.rent_business .bType {
  padding: 0 0.5em;
  border: 0;
}
.mod-frequentViewRoom-body {
  flex: 1 0 auto;
}
.mod-frequentViewRoom-detail {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding-right: 16px;
}
.mod-frequentViewRoom-detail_photo {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.mod-frequentViewRoom-detail_photo img {
  max-width: 100%;
  max-height: 116px;
}
.mod-frequentViewRoom-detail_photo.noImage {
  color: #a5a5a5;
  background-color: #f7f7f7;
}
.mod-frequentViewRoom-detail_spec {
  flex: 0 1 auto;
  max-width: calc(100% - 100px - 16px);
  padding: 10px 0;
  line-height: 1.4;
}
.mod-frequentViewRoom-detail_spec .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mod-frequentViewRoom-detail_spec_trafic {
  margin: 2px 0;
}
.mod-frequentViewRoom-detail_spec_trafic dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mod-frequentViewRoom-detail_spec_floor {
  margin: 2px 0;
}
.mod-frequentViewRoom-detail_spec_floor dt {
  display: inline;
}
.mod-frequentViewRoom-detail_spec_floor dd {
  display: inline;
}
.mod-frequentViewRoom-detail_spec_floor dd:not(:last-child):after {
  content: "/";
}
.mod-frequentViewRoom-detail_spec_cost {
  margin: 2px 0;
  color: #ed6103;
  line-height: 1.2;
}
.mod-frequentViewRoom-detail_spec_cost .inline dt,
.mod-frequentViewRoom-detail_spec_cost .inline dd {
  display: inline;
}
.mod-frequentViewRoom-detail_spec_cost .inline dt::after {
  content: "：";
}
.mod-frequentViewRoom-detail_spec_cost_rent {
  font-weight: bold;
}
.mod-frequentViewRoom-detail_spec_cost_rent_num {
  font-size: 1.143em;
}
.mod-frequentViewRoom-detail_spec_other_cost {
  margin: 2px 0;
}
.mod-frequentViewRoom-detail_spec_other_cost dd,
.mod-frequentViewRoom-detail_spec_other_cost dt {
  display: inline;
}
.mod-frequentViewRoom-detail_spec_other_cost dd + dt::before {
  content: "/";
}
@charset "UTF-8";
.mod-sortbyViewRooms {
  margin: 24px 0 30px;
  font-size: 0.875rem;
}
.mod-sortbyViewRooms-head {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.mod-sortbyViewRooms-head_link {
  color: #000;
}
.mod-sortbyViewRooms-heading {
  font-weight: bold;
}
.mod-sortbyViewRooms-rooms {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  padding: 2px 1px;
  overflow: auto;
  scroll-snap-type: x mandatory;
}
.mod-sortbyViewRooms-room {
  box-sizing: border-box;
  flex: 0 0 180px;
  width: 180px;
  color: #000;
  text-decoration: none;
  scroll-snap-align: center;
}
.mod-sortbyViewRooms-room_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.75rem;
  overflow: hidden;
}
.mod-sortbyViewRooms-room_card-heading {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mod-sortbyViewRooms-room_card-detail {
  padding: 12px;
  position: relative;
}
.mod-sortbyViewRooms-room_card-detail_photo {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 134px;
  font-size: 1rem;
}
.mod-sortbyViewRooms-room_card-detail_photo img {
  width: 100%;
  height: 134px;
  object-fit: cover;
}
.mod-sortbyViewRooms-room_card-detail_photo.noImage {
  color: #a5a5a5;
  background-color: #e8e8e8;
}
.mod-sortbyViewRooms-room_card-detail_spec {
  flex: 0 1 auto;
  line-height: 1;
}
.mod-sortbyViewRooms-room_card-detail_spec .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mod-sortbyViewRooms-room_card-detail_spec_trafic {
  margin-bottom: 8px;
  max-width: calc(100% - 20px);
}
.mod-sortbyViewRooms-room_card-detail_spec_trafic dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mod-sortbyViewRooms-room_card-detail_spec_floor dt {
  display: inline;
}
.mod-sortbyViewRooms-room_card-detail_spec_floor dd {
  display: inline;
}
.mod-sortbyViewRooms-room_card-detail_spec_floor dd:not(:last-child):after {
  content: "/";
}
.mod-sortbyViewRooms-room_card-detail_spec_cost {
  margin-bottom: 8px;
  color: #ed6103;
}
.mod-sortbyViewRooms-room_card-detail_spec_cost .inline dt,
.mod-sortbyViewRooms-room_card-detail_spec_cost .inline dd {
  display: inline;
}
.mod-sortbyViewRooms-room_card-detail_spec_cost .inline dt::after {
  content: "：";
}
.mod-sortbyViewRooms-room_card-detail_spec_cost_rent {
  margin-bottom: 4px;
  font-weight: bold;
}
.mod-sortbyViewRooms-room_card-detail_spec_cost_rent_num {
  font-size: 1rem;
}
@charset "UTF-8";
/* = mod-building
----------------------------------------------- *
 * 物件棟表示
 * [使用]
 * 棟寄せ一覧,会社検索物件一覧
 *
 * ※お気に入り追加/削除ボタン用デザイン
 * sp/page/list/mod/building.cssの複製
　マージすると下記のクラスがぶつかるため別ファイルで対応
　.mod-building .room .favorite
　.mod-building .room .specCont
----------------------------------------------- */
.mod-building {
  font-size: 0.875rem;
  margin: 20px 0;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* 種別・棟名表示 */
.mod-building > .heading {
  padding: 10px;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.4;
  font-weight: bold;
  /* for ellipsis */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mod-building > .heading .ra_name {
  color: inherit;
  text-decoration: none;
}

/* 通勤時間情報 */
.mod-building > .commute_info {
  position: relative;
  background-color: #f7f7f7;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 1px solid #d8d8d8;
}

.mod-building > .commute_info > .icon {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}

.mod-building > .commute_info .list li:before {
  content: counter(commute_list);
  color: #ed6103;
}

.mod-building > .commute_info .list li {
  counter-increment: commute_list;
  line-height: 1.4;
}

/* 棟概要 */
.mod-building .summary {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mod-building .summary .inner {
  display: table-row;
  color: inherit;
  text-decoration: none;
}

/* 棟概要：写真 */
.mod-building .photoBox {
  display: table-cell;
  text-align: center;
  width: 80px;
  vertical-align: middle;
  background-color: #f7f7f7;
}

.mod-building .summary .photoBox {
  width: 140px;
}

.mod-building .summary .photoBox.photoBoxDefault {
  width: 40%;
}

.mod-building .roomList .photoBox {
  width: 120px;
}

.mod-building .photoBox.noImage {
  color: #a5a5a5;
  background: #f7f7f7;
  vertical-align: middle;
  font-size: 0.85em;
}

.mod-building .photoBox .photo {
  max-width: 100%;
  max-height: 170px;
}

.mod-building .photoBox.photoBoxDefault .photo {
  max-height: 120px;
}

.mod-building .summary .photoBox .photo {
  max-height: 270px;
}

.mod-building .summary .photoBox.photoBoxDefault .photo {
  max-height: 120px;
  object-fit: contain;
}

/* 棟概要：スペック */
.mod-building .specBox {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}

.mod-building .specBox dl {
  display: table-row;
}

.mod-building .specBox dt,
.mod-building .specBox dd {
  display: table-cell;
  padding-top: 0.4em;
  line-height: 1.3;
  vertical-align: top;
}

.mod-building .specBox dt {
  padding-right: 1em;
  color: #3a515a;
  white-space: nowrap;
}

.mod-building .specBox dd {
  word-break: break-all;
}

.mod-building .specBox p {
  line-height: 1.3;
  word-break: break-all;
}

.mod-building .specBox dl + p,
.mod-building .specBox p + p {
  margin-top: 0.4em;
}

/* 棟概要：スペック：住所 */
.mod-building .summary .address {
  margin-bottom: 5px;
  line-height: 1.2;
}

/* 棟概要：スペック：築年・階建 */
.mod-building .summary .specList {
  line-height: 1.2;
}

.mod-building .summary .specListItem {
  display: inline;
}

.mod-building .summary .specListItem:not(:first-child)::before {
  content: " / ";
}

/* 棟概要：スペック：複数駅 */
.mod-building .traffic {
  margin-bottom: 7px;
  line-height: 1.2;
}

.mod-building .trafficList,
.mod-building .trafficListItem {
  margin-bottom: 5px;
  line-height: 1.2;
}

/* 部屋一覧 */
/* 部屋一覧：もっと見るボタン */
.mod-building .moreRoomList {
  border-top: 1px solid #d8d8d8;
}

.mod-building .moreRoomList a,
.mod-building .moreRoomList button {
  display: block;
  padding: 1em;
  color: #ed6103;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.mod-building .moreRoomList button {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  line-height: inherit;
  background: none;
  border: none;
}

.mod-building .moreRoomList .icon {
  margin-right: -1em;
}

/* 各部屋 */
.mod-building .room {
  border-top: 1px solid #d8d8d8;
}

.mod-building .room .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* 各部屋：チェックボックス */
.mod-building .room .checkbox {
  display: none;
  width: 40px;
  border: 1px solid #fff;
  background-color: #dedede;
  text-align: center;
  vertical-align: middle;
}

.mod-building .room.is-checkable .checkbox {
  display: table-cell;
}

/* 各部屋：閲覧済み */
.mod-building .room .visited {
  display: inline-block;
  padding: 2px;
  border: 1px solid #d8d8d8;
  line-height: 1;
  background-color: #fff;
  font-size: 0.75em;
  vertical-align: top;
}

/* 各部屋：お気に入り */
.mod-building .room .favorite {
  position: absolute;
  right: 8px;
  top: 8px;
  /* ui-icon 上書き */
  background: none;
}

/* 各部屋：部屋情報 */
.mod-building .room .spec {
  vertical-align: middle;
  line-height: 1.4;
  background-color: #fff;
  display: table-cell;
  width: 100%;
  padding: 0;
}

.mod-building .room .spec a {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: table;
  vertical-align: middle;
  width: 100%;
}

.mod-building .room .spec a::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%23000%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.875em;
}

.mod-building .room .specCont {
  display: table-cell;
  padding: 16px 22px 16px 10px;
}

.mod-building .room dl {
  word-break: break-all;
}

.mod-building .room dl.singleline {
  /* for ellipsis */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mod-building .room dl dt,
.mod-building .room dl dd {
  display: inline;
  padding-left: 0.5em;
}

.mod-building .room dl dt {
  color: #3a515a;
}

.mod-building .room dl dt:first-child {
  padding-left: 0;
}

/* アイコン */
.mod-building .room .commercialIcons {
  margin-top: 4px;
}

.mod-building .room .commercialIcons .item {
  display: inline-block;
}

.mod-building .room .commercialIcons .item .icon {
  display: inline-flex;
  align-items: center;
  padding: 3px 0.5em;
  border: 1px solid #eb6103;
  line-height: 1;
  font-weight: normal;
  color: #ed6103;
  background-color: #fff;
  font-size: 0.857em;
  text-align: center;
}

.mod-building .room .commercialIcons .item .ui-svg-icon {
  margin-right: 3px;
}

.mod-building .room .price {
  display: table;
  margin-bottom: 0.25em;
  line-height: 1.2;
  color: #ed6103;
  font-weight: bold;
  word-break: break-word;
}

.mod-building .room dd.price {
  display: inline;
}

.mod-building .room dl.sale {
  display: table-row;
}

.mod-building .room dl.sale dt,
.mod-building .room dl.sale dd {
  display: table-cell;
  padding-left: 0;
}

.mod-building .room dl.sale dt {
  padding-right: 1em;
  white-space: nowrap;
}

.mod-building .room .price .num {
  font-size: 1.25em;
  color: #ed6103;
  display: inline;
}

.mod-building .room .price .num span {
  font-size: 0.8em;
}

.mod-building .room .extraPrice {
  font-weight: normal;
}

.mod-building .room .price .extraPrice {
  display: inline-block;
  padding-left: 0;
}

.mod-building .room .price .proviso {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 11px;
  color: black;
}

.mod-building .room .price + br {
  display: none;
}

.mod-building .room .linkArrow {
  display: none;
}

.mod-building .room .spec li {
  display: inline-block;
}

.mod-building .room .spec li + li::before {
  content: "/";
  margin: 0 0.333em 0 0.167em;
}

/* 流通 戸建とマンションのみ インスペクション */
.mod-building .feature {
  margin-top: 0.286em;
  line-height: 1.2;
}

.mod-building .feature .inspection {
  border: 1px solid #d8d8d8;
  display: table;
  padding: 0.286em 0.214em;
}

.mod-building .feature .inspection .icon {
  padding: 0 1.182em;
  text-align: center;
  font-size: 0.786em;
  background: url('/smp/assets/img/smartphone/page/list/inspection/bg_inspection.png?v=c5e9c9eba769a4047ec1e464c05b915f') no-repeat left top, url('/smp/assets/img/smartphone/page/list/inspection/bg_inspection.png?v=c5e9c9eba769a4047ec1e464c05b915f') no-repeat right top;
  background-size: cover;
}

.mod-building .feature .inspection .text {
  padding: 0 0.357em;
}

.mod-building .feature .inspection .icon,
.mod-building .feature .inspection .text {
  display: table-cell;
  vertical-align: middle;
}

.mod-building .feature .inspection .checked {
  display: block;
  font-size: 0.857em;
}

.mod-building .feature .inspection .authorized {
  display: block;
  color: #ed6103;
  font-size: 0.786em;
}

/* checkbox */
.mod-building input[type=checkbox] {
  /* ui-checkbox の打ち消し */
  box-shadow: none;
  /* 設定 */
  -webkit-appearance: none;
  appearance: none;
  width: 1.8em;
  height: 1.8em;
  margin: 0;
  border: 2px solid #95989a;
  border-radius: 2px;
  background: #fff;
  font-size: 1em;
  vertical-align: bottom;
  cursor: pointer;
}

.mod-building input[type=checkbox]:checked {
  border-color: #ed6103;
  background: #ed6103 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%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M110.8%2C8.6c-31.6%2C16.2-54%2C67.7-54%2C67.7l-20.9-19-25.5%2C15.4c10.8%2C3.9%2C34.8%2C16.2%2C47.9%2C32.4%2C9.3-17%2C39.2-52.1%2C53.1-55.2.1-16%2C0-27.9-.6-41.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
  background-size: 1.35em;
}

.mod-building input[type=checkbox]:disabled {
  border-color: #858f90;
  background: #dee3e4;
  cursor: default;
}

/* module.css 上書き */
.mod-building .icon-bukkenType {
  line-height: 2;
  margin-right: 0.5em;
  font-size: 0.714em;
  vertical-align: bottom;
}

.mod-building .icon-bukkenType .bType,
.mod-building .icon-bukkenType .bStatus {
  padding: 0 0.5em;
  border: 0;
}

/* 見学レビュー掲載中アイコン */
.mod-building .icon-visitorReviewSbMansion {
  display: inline-block;
  background: url('/smp/assets/img/smartphone/page/list/mansion/shinchiku/icon_visitor_review.png?v=89bde011c844d7132bfb1b5979bdc115') no-repeat 2px center;
  background-size: 18px;
  border: 1px solid #ed6103;
  margin-top: 10px;
  padding: 6px 3px 6px 20px;
}

.mod-building .icon-visitorReviewSbMansion .tagline {
  font-size: 0.7rem;
  font-weight: bold;
  color: #ed6103;
  letter-spacing: -1.3px;
  line-height: 0.8;
}

.mod-building .icon-visitorReviewSbMansion .new {
  background-color: #fbb000;
  border-radius: 2px;
  margin-left: 3px;
  padding: 0 3px;
  display: inline-block;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.2;
  letter-spacing: -1px;
}

/* 新着ラベル部分 右上に表示 */
.mod-building .inner .spec .flame-new::before,
.mod-building .inner .spec .flame-visited::before {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  z-index: 100;
}

.mod-building .inner .spec .flame-new::before {
  border-right-color: #ed6103;
}

/* 閲覧済ラベル部分 右上に表示 */
.mod-building .inner .spec .flame-visited::before {
  border-right-color: #a5a5a5;
}

.mod-building .inner .spec .flame-new::after,
.mod-building .inner .spec .flame-visited::after {
  font-size: 10px;
  font-weight: bold;
  display: block;
  top: 8px;
  transform: rotate(45deg);
  color: #fff;
  position: absolute;
  z-index: 101;
}

.mod-building .inner .spec .flame-new::after {
  content: "NEW";
  right: 2px;
}

.mod-building .inner .spec .flame-visited::after {
  content: "閲覧済";
  right: 1px;
}

.mod-building .room .twoLine .extraPrice {
  display: block;
  padding-top: 3px;
}
@charset "UTF-8";
/* = mod-rentResidenceBuilding
----------------------------------------------- *
 * 賃貸物件一覧
 * 間取り画像を表示
 *
 * ※お気に入り追加/削除ボタン用デザイン
 * sp/page/list/rent/mod/rentResidenceBuilding.cssの複製
　マージすると下記のクラスがぶつかるため別ファイルで対応
　.mod-rentResidenceBuilding .room a
　.mod-rentResidenceBuilding .room .favorite
----------------------------------------------- */
.mod-rentResidenceBuilding {
  font-size: 0.875rem;
  margin: 20px 0;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  /* 32C008 dislike機能 */
  /* 通勤時間情報 */
  /* 棟代表物件 */
  /* 棟概要：スペック */
  /* 棟概要：スペック：住所 */
  /* 棟概要：スペック：築年・階建 */
  /* 棟概要：スペック：複数駅 */
  /* 部屋一覧 */
  /* 各部屋 */
  /* 各部屋：チェックボックス */
  /* 各部屋：チェックボックス以外のwrapper */
  /* 各部屋：リンクのスタイルとアロー設定 */
  /* 各部屋：画像 */
  /* 各部屋：お気に入り */
  /* 各部屋：部屋情報 */
  /* 各部屋：新着物件アイコン */
  /* 各部屋：閲覧済 */
  /* 各部屋：階数・間取り・部屋面積 */
  /* 各部屋：価格 */
  /* 各部屋：敷金・礼金 */
  /* 各部屋：PRコメント・会社名 */
  /* 各部屋：継承元テンプレートのアローを消す */
  /* 部屋一覧：もっと見るボタン */
  /* checkbox */
  /* module.css 上書き */
  /* ltagInfoBox */
  /* AB終了後こちらは棟のLtagデザインとして利用 */
  /* ltagInfoBox */
  /* AB終了後こちらは戸のLtagデザインとして利用 */
}
.abtest_32C008 .mod-rentResidenceBuilding {
  margin: 0 0 20px;
}
.mod-rentResidenceBuilding > .heading {
  padding: 10px;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.4;
  font-weight: bold;
  /* for ellipsis */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mod-rentResidenceBuilding > .heading > .ra_name {
  color: inherit;
  text-decoration: none;
}
.mod-rentResidenceBuilding > .commute_info {
  position: relative;
  background-color: #f7f7f7;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 1px solid #d8d8d8;
}
.mod-rentResidenceBuilding > .commute_info > .icon {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}
.mod-rentResidenceBuilding > .commute_info .list li::before {
  content: counter(commute_list);
  color: #ed6103;
}
.mod-rentResidenceBuilding > .commute_info .list li {
  counter-increment: commute_list;
  line-height: 1.4;
}
.mod-rentResidenceBuilding .summary .inner {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.mod-rentResidenceBuilding .summary .photoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  width: 140px;
  max-height: 140px;
}
.mod-rentResidenceBuilding .summary .photoBox.noImage {
  height: 140px;
  background-color: #f7f7f7;
  color: #a5a5a5;
}
.mod-rentResidenceBuilding .summary .photoBox .photo {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}
.mod-rentResidenceBuilding .summary .specBox {
  flex: 1;
  padding: 15px 10px;
  word-break: break-word;
}
.mod-rentResidenceBuilding .summary .address {
  margin-bottom: 7px;
  line-height: 1.4;
}
.mod-rentResidenceBuilding .summary .specList {
  line-height: 1.2;
}
.mod-rentResidenceBuilding .summary .specListItem {
  display: inline;
}
.mod-rentResidenceBuilding .summary .specListItem:not(:first-child)::before {
  content: " / ";
}
.mod-rentResidenceBuilding .traffic {
  margin-bottom: 7px;
}
.mod-rentResidenceBuilding .trafficList,
.mod-rentResidenceBuilding .trafficListItem {
  margin-bottom: 5px;
  line-height: 1.4;
}
.mod-rentResidenceBuilding .roomList .room {
  border-top: 1px solid #d8d8d8;
}
.mod-rentResidenceBuilding .room .inner {
  display: flex;
  padding: 1px 0;
}
.mod-rentResidenceBuilding .room .checkbox {
  display: none;
  width: 40px;
  margin-right: 1px;
  background-color: #dedede;
}
.mod-rentResidenceBuilding .room.is-checkable .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-rentResidenceBuilding .room .spec,
.mod-rentResidenceBuilding .room .spec .specDataBox {
  flex: 1;
}
.mod-rentResidenceBuilding .room a {
  position: relative;
  display: block;
  padding-right: calc(0.875em + 20px);
  color: inherit;
  text-decoration: none;
}
.mod-rentResidenceBuilding .room a::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%23000%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.875em;
}
.mod-rentResidenceBuilding .room .photo {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
.mod-rentResidenceBuilding .room .photo.noImage {
  height: 100px;
  background-color: #f7f7f7;
  color: #a5a5a5;
  font-size: 0.85em;
}
.mod-rentResidenceBuilding .room .photo.roomPhotoModalTrigger::after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 34px;
  height: 34px;
  background: url('/smp/assets/img/smartphone/page/list/rent/RoomPhotoViewer_trigger.svg?v=3764a45015c0d26f1a385aa390e0b2b0') no-repeat center/23px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.mod-rentResidenceBuilding .room .photo img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}
.mod-rentResidenceBuilding .room .favorite {
  position: absolute;
  right: 8px;
  top: 8px;
  /* ui-icon 上書き */
  background: none;
}
.mod-rentResidenceBuilding .room .favorite.added {
  background-color: #ccc;
}
.mod-rentResidenceBuilding .room .specData {
  flex: 1;
  padding: 10px 0 10px 10px;
}
.mod-rentResidenceBuilding .room .specData .detailIcon {
  display: flex;
  align-items: center;
}
.mod-rentResidenceBuilding .room .specData .detailIcon .newArrivalIcon {
  margin-bottom: 0.5em;
  margin-right: 0.333em;
  padding: 2px;
  border: 1px solid #dc482b;
  color: #fff;
  background-color: #dc482b;
  font-size: 0.75em; /* 10px */
  vertical-align: top;
}
.mod-rentResidenceBuilding .room .visited {
  display: block;
  margin-bottom: 0.5em;
  padding: 2px;
  border: 1px solid #d8d8d8;
  line-height: 1;
  background-color: #fff;
  font-size: 0.75em; /* 10px */
}
.mod-rentResidenceBuilding .room [data-for=open-and-modify-date-emphasis] .visited {
  margin-bottom: 6px;
  padding: 3px;
  font-size: 0.75rem;
  border-radius: 4px;
  color: #797979;
  font-weight: bold;
}
.mod-rentResidenceBuilding .room .specData ul {
  margin-bottom: 0.37em;
  line-height: 1.4;
}
.mod-rentResidenceBuilding .room .specData li {
  display: inline-block;
}
.mod-rentResidenceBuilding .room .specData li + li::before {
  content: "/";
}
.mod-rentResidenceBuilding .room .specData .price {
  display: block;
  margin-bottom: 0.37em;
  line-height: 1.2;
  color: #ed6103;
  font-weight: bold;
}
.mod-rentResidenceBuilding .room .specData .price .num {
  font-size: 1.25em;
}
.mod-rentResidenceBuilding .room .specData .price .extraPrice {
  display: inline-block;
  color: #ed6103;
  font-weight: normal;
}
.mod-rentResidenceBuilding .room .specData .deposit,
.mod-rentResidenceBuilding .room .specData .keyMoney {
  display: inline-flex;
  line-height: 1.4;
}
.mod-rentResidenceBuilding .room .specData .deposit dd,
.mod-rentResidenceBuilding .room .specData .keyMoney dd {
  display: inline;
}
.mod-rentResidenceBuilding .room .specData dl + dl::before {
  content: "/";
}
.mod-rentResidenceBuilding .room .specData dl dt {
  display: inline;
}
.mod-rentResidenceBuilding .room .prInfoBox {
  padding: 12px 0 12px 10px;
  border-top: 1px dashed #d8d8d8;
}
.mod-rentResidenceBuilding .room .prInfoBox .point,
.mod-rentResidenceBuilding .room .prInfoBox .memberName {
  font-size: 0.875em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.mod-rentResidenceBuilding .room .prInfoBox .point {
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
.mod-rentResidenceBuilding .room .prInfoBox .memberName {
  color: #3a515a;
  -webkit-line-clamp: 1;
}
.mod-rentResidenceBuilding .room .prInfoBox .point + .memberName {
  margin-top: 7px;
}
.mod-rentResidenceBuilding .room .linkArrow {
  display: none;
}
.mod-rentResidenceBuilding .moreRoomList {
  border-top: 1px solid #d8d8d8;
}
.mod-rentResidenceBuilding .moreRoomList button[type=button] {
  display: block;
  padding: 1em;
  color: #ed6103;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  line-height: inherit;
  background: none;
  border: none;
}
.mod-rentResidenceBuilding .moreRoomList .icon {
  margin-right: -1em;
}
.mod-rentResidenceBuilding input[type=checkbox] {
  /* ui-checkbox の打ち消し */
  box-shadow: none;
  /* 設定 */
  -webkit-appearance: none;
  appearance: none;
  width: 1.8em;
  height: 1.8em;
  margin: 0;
  border: 2px solid #95989a;
  border-radius: 2px;
  background: #fff;
  font-size: 1em;
  vertical-align: bottom;
  cursor: pointer;
}
.mod-rentResidenceBuilding input[type=checkbox]:checked {
  border-color: #ed6103;
  background: #ed6103 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%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M110.8%2C8.6c-31.6%2C16.2-54%2C67.7-54%2C67.7l-20.9-19-25.5%2C15.4c10.8%2C3.9%2C34.8%2C16.2%2C47.9%2C32.4%2C9.3-17%2C39.2-52.1%2C53.1-55.2.1-16%2C0-27.9-.6-41.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
  background-size: 1.35em;
  /* 0.75 * 1.8em */
}
.mod-rentResidenceBuilding input[type=checkbox]:disabled {
  border-color: #858f90;
  background: #dee3e4;
  cursor: default;
}
.mod-rentResidenceBuilding .icon-bukkenType.rent_residence {
  line-height: 2;
  margin-right: 0.5em;
  font-size: 0.714em;
  vertical-align: bottom;
}
.mod-rentResidenceBuilding .icon-bukkenType.rent_residence .bType {
  padding: 0 0.5em;
  border: 0;
}
.mod-rentResidenceBuilding .ltagInfoBuildingBox {
  border-top: 1px dashed #d8d8d8;
  padding: 8px 12px 12px 8px;
}
.mod-rentResidenceBuilding .ltagInfoBuildingBox__listGroup {
  overflow: hidden;
}
.mod-rentResidenceBuilding .ltagInfoBuildingBox__listItem {
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}
.mod-rentResidenceBuilding .ltagInfoBuildingBox__moreCounts {
  float: right;
  margin-top: 4px;
  line-height: 1.4;
  text-align: right;
  color: #626262;
  font-size: 10px;
}
.mod-rentResidenceBuilding .ltagInfoBuildingBox__moreCounts em {
  font-size: 12px;
}
.mod-rentResidenceBuilding .ltagInfoBox {
  border-top: 1px dashed #d8d8d8;
  padding: 12px 12px 12px 8px;
}
.mod-rentResidenceBuilding .ltagInfoBox__listItem:not(:last-child) {
  margin-bottom: 4px;
}
.mod-rentResidenceBuilding .ltagInfoBox__moreCounts {
  text-align: right;
  color: #626262;
  font-size: 10px;
}
.mod-rentResidenceBuilding .ltagInfoBox__moreCounts em {
  font-size: 12px;
}
.mod-rentResidenceBuilding .room .ltagInfoBox {
  padding-right: 0;
}
.mod-rentResidenceBuilding .needsWrapper {
  padding: 10px 0 10px 10px;
  border-top: 1px dashed #d8d8d8;
}
.mod-rentResidenceBuilding .matchRateBar {
  position: relative;
  border: 1px solid #fff;
  border-radius: 100vh;
  background-color: #e8e8e8;
  overflow: hidden;
  isolation: isolate;
}
.mod-rentResidenceBuilding .matchRateBar-bar {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  border: 1px solid #fff;
  border-radius: 100vh;
  background-color: #fce6d6;
  transform: translateX(-100%);
  transition: transform 1s;
  transition-timing-function: ease;
  white-space: nowrap;
  overflow: visible;
}
.mod-rentResidenceBuilding .matchRateBar.is-intersect .matchRateBar-bar {
  transform: translateX(0);
}
.mod-rentResidenceBuilding .matchRateBar-matchText {
  isolation: isolate;
  padding: 6px 16px;
  font-size: 12px;
}
.mod-rentResidenceBuilding .matchRateBar-matchAll {
  padding-left: 16px;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%20120%20120"%20width="12"%20height="12"%20focusable="false"%3E%3Cpath%20fill="%23ed6103"%20d="M110.1%2037.1l-10.2-10.2c-1.9-1.9-4.9-1.9-6.8%200l-38%2038c-1.9%201.9-4.9%201.9-6.8%200l-19.5-19.5c-1.9-1.9-4.9-1.9-6.8%200l-10.2%2010.2c-1.9%201.9-1.9%204.9%200%206.8l36.5%2036.5c1.9%201.9%204.9%201.9%206.8%200l55-55c1.8-1.9%201.8-5%200-6.8z"%3E%3C/path%3E%3C/svg%3E') no-repeat left center;
}
.mod-rentResidenceBuilding .matchRateBar-matchCount {
  color: #ed6103;
  font-size: 14px;
  font-weight: bold;
}
.mod-rentResidenceBuilding .needsOffLabel {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  line-height: 1.4;
  font-size: 12px;
}
.mod-rentResidenceBuilding .needsOffLabel-title {
  flex: 0 0 auto;
  margin-bottom: 8px;
  color: #626262;
  font-weight: bold;
}
.mod-rentResidenceBuilding .needsOffLabel-conditions {
  flex: 1 1 auto;
}
.mod-smartAppBanner {
  background-color: #ebebeb;
  padding: 0.875rem 0.75rem 0.875rem 0;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.mod-smartAppBanner.is-hide {
  display: none;
}

.mod-smartAppBanner .hide {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0.75rem;
}

.mod-smartAppBanner .textbox {
  line-height: 1.5;
  margin-right: 0.5rem;
}

.mod-smartAppBanner .textbox .title {
  font-weight: bold;
}

.mod-smartAppBanner .open {
  margin-left: auto;
}

.mod-smartAppBanner .open .link {
  border-radius: 4px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  background-color: #fff;
  color: #ed6103;
  font-weight: bold;
  text-decoration: inherit;
  white-space: nowrap;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mod-smartAppBanner .icon {
  margin-right: 0.5rem;
}

.mod-smartAppBanner .icon img {
  width: 100%;
  max-width: 40px;
  min-width: 20px;
  height: auto;
}
@charset "UTF-8";
.mod-sortbyRecommendViewRooms {
  margin: 24px 0 30px;
  font-size: 0.875rem;
}
.mod-sortbyRecommendViewRooms-head {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.mod-sortbyRecommendViewRooms-head_link {
  color: #000;
}
.mod-sortbyRecommendViewRooms-heading {
  font-weight: bold;
}
.mod-sortbyRecommendViewRooms-rooms {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  padding: 2px 1px;
  overflow: auto;
  scroll-snap-type: x mandatory;
}
.mod-sortbyRecommendViewRooms-room {
  box-sizing: border-box;
  flex: 0 0 180px;
  width: 180px;
  color: #000;
  text-decoration: none;
  scroll-snap-align: center;
}
.mod-sortbyRecommendViewRooms-room_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.75rem;
  overflow: hidden;
}
.mod-sortbyRecommendViewRooms-room_card-heading {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mod-sortbyRecommendViewRooms-room_card-detail {
  padding: 12px;
  position: relative;
}
.mod-sortbyRecommendViewRooms-room_card-detail_photo {
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 134px;
  font-size: 1rem;
}
.mod-sortbyRecommendViewRooms-room_card-detail_photo img {
  width: 100%;
  height: 134px;
  object-fit: cover;
}
.mod-sortbyRecommendViewRooms-room_card-detail_photo.noImage {
  color: #a5a5a5;
  background-color: #e8e8e8;
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec {
  flex: 0 1 auto;
  line-height: 1;
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_trafic {
  margin-bottom: 8px;
  max-width: calc(100% - 20px);
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_trafic dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_floor dt {
  display: inline;
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_floor dd {
  display: inline;
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_floor dd:not(:last-child):after {
  content: "/";
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_cost {
  margin-bottom: 8px;
  color: #ed6103;
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_cost .inline dt,
.mod-sortbyRecommendViewRooms-room_card-detail_spec_cost .inline dd {
  display: inline;
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_cost .inline dt::after {
  content: "：";
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_cost_rent {
  margin-bottom: 4px;
  font-weight: bold;
}
.mod-sortbyRecommendViewRooms-room_card-detail_spec_cost_rent_num {
  font-size: 1rem;
}
