@charset "UTF-8";
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
BASE
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  エリアから探す


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  エリアから探す - 共通
ーーーーーーーーーーーーーーーーーー*/
.area .c-contsTtl {
  font-size: 18px;
}

/*
  エリアから探す - エリアから物件を探す
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .area-search {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 114px;
  }
}

@media (max-width: 750px) {
  .area-search {
    padding-bottom: 80px;
  }
}

.area-search__head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media (max-width: 750px) {
  .area-search__head {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}

.area-search__headTtl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 76px;
  height: 30px;
  margin-right: 30px;
  background: #192d4a;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}

.area-search__cats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.area-search__cat a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  opacity: 1 !important;
  color: #d6d6d6;
  transition: 0.2s;
}

.area-search__cat a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffffff;
  transition: 0.2s cubic-bezier(0.65, 0, 0.17, 0.98);
}

.area-search__cat a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.area-search__cat a::after {
  background: #192d4a;
}

.area-search__cat.is-active a {
  color: #192d4a;
}

.area-search__cat.is-active a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.area-search__cat a:hover {
  color: #192d4a;
}

.area-search__cat:not(:last-child) {
  margin-right: 1em;
}

.area-search__body {
  background: #f3f3f3;
}

@media (min-width: 751px) {
  .area-search__body {
    padding: 50px 110px 26px;
    margin-bottom: 56px;
  }
}

@media (max-width: 750px) {
  .area-search__body {
    padding: 40px;
    margin-bottom: 20px;
  }
}

.area-search__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area-search__item {
  padding-right: 1.3em;
}

@media (min-width: 751px) {
  .area-search__item {
    min-width: 136px;
    margin-bottom: 24px;
  }
}

@media (max-width: 750px) {
  .area-search__item:nth-last-child(n + 3) {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .area-search__item:nth-child(odd) {
    min-width: 52%;
  }
}

@media (max-width: 750px) {
  .area-search__item:nth-child(even) {
    min-width: 48%;
  }
}

.area-search__count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .area-search__count {
    margin-bottom: 14px;
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .area-search__count {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.area-search__countNum {
  position: relative;
  top: 7px;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #00316c;
}

@media (min-width: 751px) {
  .area-search__countNum {
    font-size: 44px;
  }
}

@media (max-width: 750px) {
  .area-search__countNum {
    font-size: 34px;
  }
}

.area-search__only {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .area-search__only {
    margin-bottom: 44px;
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .area-search__only {
    margin-bottom: 36px;
    font-size: 13px;
  }
}

.area-search__onlyNum {
  position: relative;
  top: 7px;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #5e96db;
}

@media (min-width: 751px) {
  .area-search__onlyNum {
    font-size: 44px;
  }
}

@media (max-width: 750px) {
  .area-search__onlyNum {
    font-size: 34px;
  }
}

.area-narrow__table {
  margin-top: 50px;
}

@media (min-width: 751px) {
  .area-narrow__table {
    margin-bottom: 70px;
  }
}

@media (max-width: 750px) {
  .area-narrow__table {
    margin-bottom: 40px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  物件詳細


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  物件詳細 - ファーストビュー
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .detail-fv {
    padding-bottom: 100px;
  }
}

@media (max-width: 750px) {
  .detail-fv {
    width: calc(100% - 40px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 54px;
  }
}

/*
  物件詳細 - スライダー
ーーーーーーーーーーーーーーーーーー*/
.detail-slider {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .detail-slider {
    width: calc(100% - 300px);
    max-width: 1040px;
    margin: 0 auto 32px;
  }
}

.detail-slider .c-btnArrow {
  position: absolute;
  z-index: 2;
}

@media (min-width: 751px) {
  .detail-slider .c-btnArrow {
    top: 50%;
  }
}

@media (max-width: 750px) {
  .detail-slider .c-btnArrow {
    bottom: 0;
  }
}

@media (min-width: 751px) {
  .detail-slider .arrow-prev {
    left: -120px;
  }
}

@media (max-width: 750px) {
  .detail-slider .arrow-prev {
    left: 0;
  }
}

@media (min-width: 751px) {
  .detail-slider .arrow-next {
    right: -120px;
  }
}

@media (max-width: 750px) {
  .detail-slider .arrow-next {
    right: 0;
  }
}

.detail-slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.detail-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.detail-slider .slick-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
  color: transparent;
  width: 18px;
  height: 1px;
  background: #d6d6d6;
}

.detail-slider .slick-dots .slick-active button {
  background: #192d4a;
}

.detail-slider__image img {
    max-width: 100%;
    max-height: 540px;
    margin: 0 auto;
}
@media (max-width: 750px) {
  .detail-slider__image img {
    max-height: 240px;
  }
}

.detail-slider__texts {
  background: #192d4a;
  color: #ffffff;
}

@media (min-width: 751px) {
  .detail-slider__texts {
    padding: 21px 30px 20px;
  }
}

@media (max-width: 750px) {
  .detail-slider__texts {
    padding: 18px 20px 16px;
  }
}

.detail-slider__ttl {
  font-weight: bold;
}

@media (min-width: 751px) {
  .detail-slider__ttl {
    margin-bottom: 8px;
    font-size: 15px;
  }
}

@media (max-width: 750px) {
  .detail-slider__ttl {
    margin-bottom: 6px;
    font-size: 10px;
  }
}

.detail-slider__text {
  line-height: 1.5;
}

@media (min-width: 751px) {
  .detail-slider__text {
    font-size: 13px;
  }
}

@media (max-width: 750px) {
  .detail-slider__text {
    font-size: 10px;
  }
}

/*
  物件詳細 - 物件情報
ーーーーーーーーーーーーーーーーーー*/
.detail-info {
  margin-bottom: 62px;
}

@media (min-width: 751px) {
  .detail-info {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .detail-info__body {
    margin-bottom: 38px;
  }
}

@media (min-width: 751px) {
  .detail-info__cv {
    width: 47.5%;
  }
}

@media (min-width: 751px) {
  .detail-info__image {
    margin-bottom: 20px;
  }
}

.detail-info__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media (min-width: 751px) {
  .detail-info__info {
    margin-bottom: 10px;
  }
}

@media (max-width: 750px) {
  .detail-info__info {
    margin-bottom: 14px;
  }
}

.detail-info__cat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 12px;
  background: #192d4a;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.detail-info__cat.-s {
  width: 100px;
  height: 25px;
}

.detail-info__cat.-l {
  width: 120px;
  height: 30px;
}

.detail-info__price {
  color: #192d4a;
}

@media (min-width: 751px) {
  .detail-info__price {
    margin-bottom: 16px;
  }
}

@media (max-width: 750px) {
  .detail-info__price {
    margin-bottom: 12px;
  }
}

.detail-info__priceMain {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
}

.detail-info__priceSub {
  font-weight: bold;
  font-size: 16px;
  margin-left: 3px;
}

.detail-info__day {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 751px) {
  .detail-info__day {
    margin-left: auto;
  }
}

.detail-info__name {
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.detail-info__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  line-height: 1.8;
}

.detail-info__mapBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #192d4a;
  margin-left: 8px;
  text-decoration:underline;
}
.detail-icon {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.detail-icon div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: bold;
  pointer-events: none;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 600;
  font-style: normal;
  padding:0 10px;
}

.detail-icon div.-new {
  background-color: #FF9595;
  color: #FFFFFF;
}

.detail-icon div.-precedown {
  border:1px solid #FF9595;
  color: #FF9595;
}

.detail-icon div.-no-portal {
  background-color: #FFAF69;
  color: #FFFFFF;
}

@media (min-width: 751px) {
  .detail-dscr {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 751px) {
  .detail-dscr__image {
    width: 49%;
  }
}

@media (max-width: 750px) {
  .detail-dscr__image {
    margin-bottom: 14px;
  }
}

.detail-dscr__text {
  line-height: 1.8;
}

@media (min-width: 751px) {
  .detail-dscr__text {
    width: 47.5%;
    font-size: 15px;
  }
}

@media (max-width: 750px) {
  .detail-dscr__text {
    font-size: 13px;
  }
}

/*
  物件詳細 - Pickup
ーーーーーーーーーーーーーーーーーー*/
.detail-pickup {
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
}

@media (min-width: 751px) {
  .detail-pickup {
    padding-top: 114px;
  }
}

@media (max-width: 750px) {
  .detail-pickup {
    padding-top: 72px;
  }
}

.detail-pickup__inner {
  width: calc(100% - 60px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .detail-pickup__inner {
    margin-bottom: 100px;
    text-align: center;
  }
}

@media (max-width: 750px) {
  .detail-pickup__inner {
    width: calc(100% - 40px);
    margin-bottom: 64px;
  }
}

@media (min-width: 751px) {
  .detail-pickup__box:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  .detail-pickup__box:not(:last-child) {
    margin-bottom: 44px;
  }
}

@media (min-width: 751px) {
  .detail-pickup__image {
    margin-bottom: 14px;
  }
}

@media (max-width: 750px) {
  .detail-pickup__image {
    margin-bottom: 12px;
  }
}

.detail-pickup__text {
  line-height: 1.9;
  font-size: 13px;
}

.detail-pickup__btn {
  margin-bottom: 60px;
}

@media (max-width: 750px) {
  .detail-pickup__btn {
    width: calc(100% - 40px);
  }
}

.detail-pickup__bottom {
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .detail-pickup__bottom {
    width: calc(100% - 40px);
  }
}

.detail-pickup__bottom .c-contactPhone-info {
  text-align: center;
}

.c-contactPhone-numWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.detail-pickup__bottom .c-contactPhone-num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.detail-overview__bottom {
  max-width: 560px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .detail-overview__bottom {
    width: calc(100% - 40px);
  }
}

.detail-overview__bottom .c-contactPhone-info {
  text-align: center;
}

/*
  物件詳細 - スタッフ
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .detail-staff {
    padding-top: 140px;
  }
}

@media (max-width: 750px) {
  .detail-staff {
    padding-top: 68px;
  }
}

.detail-staff__ttl {
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #192d4a;
}

@media (min-width: 751px) {
  .detail-staff__ttl {
    margin-bottom: 56px;
    font-size: 22px;
  }
}

@media (max-width: 750px) {
  .detail-staff__ttl {
    margin-bottom: 36px;
    font-size: 18px;
  }
}

.detail-staff__conts {
  width: calc(100% - 60px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 40px);
}

@media (min-width: 751px) {
  .detail-staff__conts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.detail-staff__image {
  position: relative;
}

@media (min-width: 751px) {
  .detail-staff__image {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .detail-staff__image {
    margin-bottom: 18px;
  }
}

.detail-staff__imageBand {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 46px;
  background: rgba(25, 45, 74, 0.8);
}

.detail-staff__imageText {
  color: #ffffff;
}

.detail-staff__imageText.-en {
  font-family: open-sans, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

@media (min-width: 751px) {
  .detail-staff__imageText.-en {
    margin-right: 9px;
  }
}

.detail-staff__imageText.-ja {
  font-weight: 500;
  font-size: 10px;
}

@media (min-width: 751px) {
  .detail-staff__imageText.-ja {
    margin-top: 2px;
  }
}

@media (min-width: 751px) {
  .detail-staff__texts {
    width: 46%;
  }
}

.detail-staff__name {
  margin-bottom: 10px;
  color: #192d4a;
}

.detail-staff__nameSub {
  margin-right: 10px;
  font-family: open-sans, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}

.detail-staff__nameMain {
  font-size: 18px;
  font-weight: 500;
}

.detail-staff__text {
  font-size: 13px;
  line-height: 1.85;
}

/*
  物件詳細 - 物件概要
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .detail-overview {
    padding-top: 140px;
  }
}

@media (max-width: 750px) {
  .detail-overview {
    padding-top: 74px;
  }
}

.detail-overview__conts {
  background: #f3f3f3;
}

@media (min-width: 751px) {
  .detail-overview__conts {
    padding: 100px 0 80px;
  }
}

@media (max-width: 750px) {
  .detail-overview__conts {
    padding: 40px 0 52px;
  }
}

.detail-overview__table {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 40px);
  border-top: 1px solid #192d4a;
  border-left: 1px solid #192d4a;
  margin-bottom: 46px;
}

.detail-overview__table th,
.detail-overview__table td {
  border-right: 1px solid #192d4a;
  border-bottom: 1px solid #192d4a;
}

@media (max-width: 750px) {
  .detail-overview__table th,
  .detail-overview__table td {
    display: block;
  }
}

.detail-overview__table th {
  padding-left: 32px;
  background: #192d4a;
  color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
}

@media (min-width: 751px) {
  .detail-overview__table th {
    width: 135px;
    height: 45px;
  }
}

@media (max-width: 750px) {
  .detail-overview__table th {
    height: 30px;
    padding-top: 8px;
  }
}

.detail-overview__table td {
  vertical-align: middle;
  font-size: 13px;
}

@media (min-width: 751px) {
  .detail-overview__table td {
    padding: 10px 20px 10px 60px;
    line-height: 1.8;
  }
}

@media (max-width: 750px) {
  .detail-overview__table td {
    min-height: 45px;
    padding: 12px 20px 12px 32px;
    line-height: 1.6;
  }
}

@media (min-width: 751px) {
  .detail-overview__table td:nth-child(4) {
    padding-left: 22px;
  }
}

@media (max-width: 750px) {
  .detail-overview__table td:nth-child(4) {
    padding-left: 32px;
  }
}

.detail-overview__tableBtn {
  display: inline-block;
  padding: 3px 10px;
  margin-left: 10px;
  background: #818181;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
}

/*
  物件詳細 - おすすめ
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .detail-recommend {
    padding-top: 100px;
  }
}

@media (max-width: 750px) {
  .detail-recommend {
    padding-top: 56px;
  }
}

@media (min-width: 751px) {
  .detail-recommend__conts {
    max-width: 290px;
  }
}

.detail-recommend .c-prptyCard__priceMain {
  color: #192d4a;
  font-size: 38px;
}

.detail-recommend .c-prptyCard__priceSub {
  font-size: 13px;
}

/*
  英語タイトル
ーーーーーーーーーーーーーーーーーー*/
.detail-ttl-en {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  color: #192d4a;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .detail-ttl-en {
    margin-bottom: 42px;
    font-size: 28px;
  }
}

@media (max-width: 750px) {
  .detail-ttl-en {
    margin-bottom: 34px;
    font-size: 20px;
  }
}

.detail-drawer-plus {
  position: relative;
}

.detail-drawer-plus::before,
.detail-drawer-plus::after {
  content: "";
  position: absolute;
  right: 0;
  background: #fff;
  border: none;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.detail-drawer-plus::before {
  top: 50%;
  right: 20px;
  width: 11px;
  height: 1px;
}

.detail-drawer-plus::after {
  top: calc(50% - 5px);
  right: 25px;
  width: 1px;
  height: 11px;
}

.detail-drawer-plus.is-show::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (min-width: 769px) {
#detailBottomBanner {
    display:none;
}
}
@media screen and (max-width: 768px) {
#detailBottomBanner {
    background-color: rgba(0, 0, 0, 0.7);
    filter: alpha(opacity=70);
    width: 100%;
    position: fixed;
    z-index: 10;
    display: block;
    bottom: 0;
}
#detailBottomBanner a{
    background-color: #068bf1;
    border: 1px solid #068bf1;
    border-bottom: 2px solid #0b6cba;
    color: #fff;
    display:block;
    text-align:center;
    line-height:1.5;
    font-size:14px;
    text-decoration:none;
    width:95%;
    margin:10px auto;
    padding:5px 0;
}
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  会社案内


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.company .c-contsTtl {
  font-weight: bold;
}

/*
  会社案内 - アンカーリンク
ーーーーーーーーーーーーーーーーーー*/
.company-anchorLink {
  width: calc(100% - 40px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 751px) {
  .company-anchorLink {
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  .company-anchorLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px;
  }
}

@media (min-width: 751px) {
  .company-anchorLink__item {
    width: 25%;
  }
}

@media (max-width: 750px) {
  .company-anchorLink__item {
    width: calc(50% - 1.5px);
  }
}

@media (min-width: 751px) {
  .company-anchorLink__item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}

@media (max-width: 750px) {
  .company-anchorLink__item:nth-last-child(n + 3) {
    margin-bottom: 3px;
  }
}

.company-anchorLink__item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  padding-bottom: 8px;
  background: #192d4a;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  transition: background 0.3s;
}

.company-anchorLink__item a:hover {
  background: rgba(25, 45, 74, 0.8);
}

.company-anchorLink__item a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  left: calc(50% - 3px);
  bottom: 13px;
}

/*
  会社案内 - ファーストビュー
ーーーーーーーーーーーーーーーーーー*/
.company-fv {
  width: calc(100% - 40px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

/*
  会社案内 - リード文
ーーーーーーーーーーーーーーーーーー*/
.company-lead {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  color: #192d4a;
  text-align: center;
}

@media (min-width: 751px) {
  .company-lead {
    padding-top: 86px;
    margin-bottom: 80px;
  }
}

@media (max-width: 750px) {
  .company-lead {
    padding-top: 50px;
    margin-bottom: 66px;
  }
}

@media (min-width: 751px) {
  .company-lead__main {
    margin-bottom: 22px;
    font-size: 24px;
    letter-spacing: 2px;
  }
}

@media (max-width: 750px) {
  .company-lead__main {
    margin-bottom: 16px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.company-lead__en {
  margin-bottom: 40px;
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .company-lead__en {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .company-lead__en {
    font-size: 13px;
  }
}

.company-lead__text {
  line-height: 2.2;
}

@media (min-width: 751px) {
  .company-lead__text {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

@media (max-width: 750px) {
  .company-lead__text {
    font-size: 13px;
  }
}

/*
  会社案内 - 企業理念
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .company-philo {
    padding-top: 50px;
    padding-bottom: 110px;
  }
}

@media (max-width: 750px) {
  .company-philo {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (min-width: 751px) {
  .company-philo .c-contsTtl {
    margin-bottom: 50px;
  }
}

.company-philo__box.-navy {
  background: #192d4a;
  color: #ffffff;
}

.company-philo__box.-main {
  width: calc(100% - 40px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .company-philo__box.-main {
    padding: 6% 8% 6% 8.6%;
    margin-bottom: 60px;
  }
}

@media (max-width: 750px) {
  .company-philo__box.-main {
    padding: 13.6% 5.4%;
    margin-bottom: 30px;
  }
}

.company-philo__boxWrap {
  width: calc(100% - 40px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .company-philo__box.-sub {
    width: 48%;
    padding: 6.5% 7% 6.5% 8%;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .company-philo__box.-sub {
    padding: 13.6% 5.4%;
  }
}

@media (min-width: 751px) {
  .company-philo__ttl {
    margin-bottom: 44px;
  }
}

@media (max-width: 750px) {
  .company-philo__ttl {
    margin-bottom: 24px;
  }
}

.company-philo__ttlEn {
  margin-right: 18px;
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
}

@media (min-width: 751px) {
  .company-philo__ttlEn {
    font-size: 60px;
  }
}

@media (max-width: 750px) {
  .company-philo__ttlEn {
    font-size: 40px;
  }
}

@media (min-width: 751px) {
  .company-philo__ttlJa {
    font-size: 18px;
  }
}

@media (min-width: 751px) {
  .company-philo__boxConts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.company-philo__boxLead {
  line-height: 2.2;
}

@media (min-width: 751px) {
  .company-philo__boxLead {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .company-philo__boxLead {
    margin-bottom: 34px;
    font-size: 13px;
  }
}

.company-philo__promiseTtl {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 751px) {
  .company-philo__promiseTtl {
    margin-bottom: 10px;
  }
}

@media (max-width: 750px) {
  .company-philo__promiseTtl {
    margin-bottom: 16px;
  }
}

.company-philo__promiseText {
  font-size: 13px;
}

@media (min-width: 751px) {
  .company-philo__promiseText {
    line-height: 2.5;
  }
}

@media (max-width: 750px) {
  .company-philo__promiseText {
    line-height: 2.2;
  }
}

.company-philo__mind {
  width: calc(100% - 40px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 750px) {
  .company-philo__mind {
    padding-top: 60px;
  }
}

.company-philo__mind .company-philo__ttl {
  color: #192d4a;
}

@media (min-width: 751px) {
  .company-philo__mind .company-philo__ttl {
    margin-bottom: 32px;
  }
}

@media (min-width: 751px) {
  .company-philo__cardList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.company-philo__card {
  background: #f3f3f3;
  color: #192d4a;
}

@media (min-width: 751px) {
  .company-philo__card {
    width: calc(50% - 20px);
    padding: 5.4% 4% 5.4% 6%;
  }
}

@media (max-width: 750px) {
  .company-philo__card {
    padding: 13% 5.5%;
  }
}

@media (min-width: 751px) {
  .company-philo__card:nth-child(even) {
    position: relative;
    top: 155px;
  }
}

@media (min-width: 751px) {
  .company-philo__card:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 750px) {
  .company-philo__card:not(:last-child) {
    margin-bottom: 30px;
  }
}

.company-philo__cardHead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 751px) {
  .company-philo__cardHead {
    margin-bottom: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 750px) {
  .company-philo__cardHead {
    margin-bottom: 16px;
  }
}

.company-philo__cardNum {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .company-philo__cardNum {
    margin-right: 12px;
    font-size: 40px;
  }
}

@media (max-width: 750px) {
  .company-philo__cardNum {
    margin-right: 10px;
    font-size: 34px;
  }
}

.company-philo__cardTtl {
  letter-spacing: 1px;
  font-weight: 500;
  color: #192d4a;
}

@media (min-width: 751px) {
  .company-philo__cardTtl {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .company-philo__cardTtl {
    font-size: 13px;
  }
}

.company-philo__cardText {
  font-size: 13px;
  color: #192d4a;
}

@media (min-width: 751px) {
  .company-philo__cardText {
    padding-left: 56px;
    line-height: 2.2;
  }
}

@media (max-width: 750px) {
  .company-philo__cardText {
    line-height: 1.8;
  }
}*/

/*
  会社案内 - 会社情報
ーーーーーーーーーーーーーーーーーー*/
.company-info {
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
}

@media (min-width: 751px) {
  .company-info {
    padding: 96px 0 100px;
  }
}

@media (max-width: 750px) {
  .company-info {
    padding: 60px 0 52px;
  }
}

@media (min-width: 751px) {
  .company-info .c-contsTtl {
    margin-bottom: 66px;
  }
}

.company-info__inner {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

@media (min-width: 751px) {
  .company-info__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .company-info__inner {
    width: calc(100% - 74px);
  }
}

@media (min-width: 751px) {
  .company-info__box {
    width: 48%;
  }
}

@media (min-width: 751px) {
  .company-info__item {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 750px) {
  .company-info__item {
    margin-bottom: 24px;
  }
}

@media (min-width: 751px) {
  .company-info__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.company-info__ttl {
  font-size: 16px;
  font-weight: 500;
  color: #192d4a;
  line-height: 1.7;
}

@media (min-width: 751px) {
  .company-info__ttl {
    width: 166px;
    -ms-flex: none;
        flex: none;
  }
}

@media (max-width: 750px) {
  .company-info__ttl {
    margin-bottom: 4px;
  }
}

.company-info__text {
  font-size: 13px;
}

@media (min-width: 751px) {
  .company-info__text {
    line-height: 2;
  }
}

@media (max-width: 750px) {
  .company-info__text {
    line-height: 1.8;
  }
}

.company-info__item a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  opacity: 1 !important;
  line-height: 1;
}

.company-info__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffffff;
  transition: 0.2s cubic-bezier(0.65, 0, 0.17, 0.98);
}

.company-info__item a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.company-info__item a::after {
  background: #000000;
}

/*
  会社案内 - ごあいさつ
ーーーーーーーーーーーーーーーーーー*/
.company-greeting {
  padding: 50px 0 90px;
}

@media (min-width: 751px) {
  .company-greeting .c-contsTtl {
    margin-bottom: 66px;
  }
}

@media (max-width: 750px) {
  .company-greeting .c-contsTtl {
    margin-bottom: 30px;
  }
}

.company-greeting__inner {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

@media (min-width: 751px) {
  .company-greeting__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 751px) {
  .company-greeting__image {
    width: 42%;
    max-width: 424px;
  }
}

@media (max-width: 750px) {
  .company-greeting__image {
    margin-bottom: 16px;
  }
}

@media (min-width: 751px) {
  .company-greeting__conts {
    width: 53%;
    max-width: 530px;
    margin:0 auto;
  }
}

.company-greeting__ttl {
  line-height: 2.1;
  color: #192d4a;
  font-weight: 500;
}

@media (min-width: 751px) {
  .company-greeting__ttl {
    margin-top: -10px;
    margin-bottom: 14px;
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .company-greeting__ttl {
    margin-bottom: 8px;
    font-size: 15px;
  }
}

.company-greeting__text {
  font-size: 13px;
  line-height: 2.1;
  text-align: justify;
}

.company-greeting__text .navy {
  color: #192d4a;
  font-weight: 500;
}

/*
  会社案内 - アクセス
ーーーーーーーーーーーーーーーーーー*/
.company-access {
  padding-top: 50px;
}

@media (min-width: 751px) {
  .company-access__map {
    margin-bottom: 40px;
  }
}

@media (max-width: 750px) {
  .company-access__map {
    margin-bottom: 30px;
  }
}

.company-access__map iframe {
  width: 100%;
}

@media (min-width: 751px) {
  .company-access__btn {
    margin-bottom: 56px;
  }
}

@media (max-width: 750px) {
  .company-access__btn {
    margin-bottom: 40px;
  }
}

.company-access__texts {
  width: calc(100% - 60px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.company-access__textHead {
  margin-bottom: 10px;
  color: #192d4a;
  font-weight: 500;
}

@media (min-width: 751px) {
  .company-access__textHead {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .company-access__textHead {
    font-size: 15px;
  }
}

.company-access__textBody {
  text-align: justify;
}

@media (min-width: 751px) {
  .company-access__textBody {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media (max-width: 750px) {
  .company-access__textBody {
    line-height: 1.7;
  }
}

@media (min-width: 751px) {
  .company-access__parking {
    width: calc(100% - 60px);
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 80px;
  }
}

@media (max-width: 750px) {
  .company-access__parking {
    margin-top: 50px;
  }
}

@media (min-width: 751px) {
  .company-access__parkingImg {
    width: 60%;
    max-width: 640px;
  }
}

@media (max-width: 750px) {
  .company-access__parkingImg {
    margin-bottom: 38px;
  }
}

@media (min-width: 751px) {
  .company-access__parkingTxt {
    width: 38%;
    max-width: 408px;
  }
}

@media (max-width: 750px) {
  .company-access__parkingTxt {
    width: calc(100% - 60px);
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  お知らせ


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
 お知らせ一覧
ーーーーーーーーーーーーーーーーーー*/
.information {
  background: #f3f3f3;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .information {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .information {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .information-list {
    padding: 80px 50px;
  }
}

@media (max-width: 750px) {
  .information-list {
    padding: 40px 20px;
  }
}

.information-list__item {
  border-bottom: 1px solid #666666;
}

.information-list__item:first-child {
  border-top: 1px solid #666666;
}

.information-list__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 751px) {
  .information-list__item a {
    padding: 22px 10px 22px 24px;
  }
}

@media (max-width: 750px) {
  .information-list__item a {
    padding: 20px 0;
  }
}

.information-list__item a:hover .information-item__next {
  opacity: 0.8;
}

.information-item__next {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #192d4a;
  position: relative;
  transition: 0.3s ease-out;
  margin-left: 20px;
  -ms-flex: none;
      flex: none;
}

.information-item__next::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 751px) {
  .information-item__next::after {
    width: 5px;
    height: 5px;
    margin-left: -5px;
    margin-top: -2px;
  }
}

@media (max-width: 750px) {
  .information-item__next::after {
    width: 4px;
    height: 4px;
    margin-left: -4px;
    margin-top: -2px;
  }
}

.information-item__date {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #192d4a;
  margin-bottom: 8px;
}

.information-item__dateNew {
  background: #192d4a;
  color: #ffffff;
  padding: 1px 8px 0;
  margin-left: 5px;
  font-size: 13px;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

.information-item__ttl {
  line-height: 1.5;
}

@media (min-width: 751px) {
  .information-item__ttl {
    font-size: 15px;
  }
}

@media (max-width: 750px) {
  .information-item__ttl {
    font-size: 13px;
  }
}

/*
 お知らせ詳細
ーーーーーーーーーーーーーーーーーー*/
.information-detail__wrap {
  background: #ffffff;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .information-detail__wrap {
    max-width: 1220px;
    width: calc(100% - 180px);
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .information-detail__wrap {
    max-width: 1220px;
    width: calc(100% - 60px);
  }
}

@media (max-width: 750px) {
  .information-detail__wrap {
    width: 100%;
    padding: 0 20px;
  }
}

.information-detail {
  margin: 0 auto;
}

@media (min-width: 751px) {
  .information-detail {
    max-width: 960px;
    width: 80%;
    padding-bottom: 80px;
  }
}

@media (max-width: 750px) {
  .information-detail {
    padding-bottom: 50px;
  }
}

.information-detail__date {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #192d4a;
}

@media (min-width: 751px) {
  .information-detail__date {
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  .information-detail__date {
    margin-bottom: 35px;
  }
}

.information-detail__ttl {
  border-bottom: 1px solid #666666;
  font-weight: 500;
}

@media (min-width: 751px) {
  .information-detail__ttl {
    font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 750px) {
  .information-detail__ttl {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

.information-detail__text {
  font-size: 13px;
  line-height: 2.15;
}

.information-detail__btn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
}
.information-detail_img {
  margin-bottom:20px;
}
@media (min-width: 751px) {
    .information-detail_imgList
    {
        margin-top:20px;
        display: flex;
        flex-wrap: wrap;
    }
    .information-detail_imgListItem
    {
        display: flex;
        flex-wrap: wrap;
        width:49%;
        margin-right:2%;
        margin-bottom:20px;
    }
    .information-detail_imgListItem:nth-child(even)
    {
        margin-right:0;
    }
}
@media (max-width: 750px) {
    .information-detail_imgList
    {
        margin-top:20px;
    }
    .information-detail_imgListItem
    {
        margin-bottom:20px;
    }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  「住まい」のコンサルタント


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
 「住まい」のコンサルタント 一覧
ーーーーーーーーーーーーーーーーーー*/
.staff-read {
  text-align: center;
  font-weight: 500;
  color: #192d4a;
}

@media (min-width: 751px) {
  .staff-read {
    font-size: 16px;
    line-height: 2.12;
    margin-bottom: 70px;
  }
}

@media (max-width: 750px) {
  .staff-read {
    font-size: 13px;
    line-height: 1.84;
    margin-bottom: 60px;
  }
}

.staff {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #ededed;
}

@media (min-width: 751px) {
  .staff {
    padding: 94px 0 0;
  }
}

@media (max-width: 750px) {
  .staff {
    padding: 40px 0 0;
  }
}

.staff-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media (min-width: 751px) {
  .staff-list {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .staff-list {
    padding: 20px;
    margin: 0 auto;
  }
}

.staff-list::after {
  content: "";
  display: block;
  width: 32%;
}

@media (min-width: 751px) {
  .staff-list__item {
    width: 32%;
    margin-bottom: 56px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .staff-list__item {
    width: 48%;
  }
}

@media (max-width: 750px) {
  .staff-list__item {
    width: 100%;
    margin-bottom: 36px;
  }
}

.staff-list__item:last-child {
  margin-bottom: 0;
}

.staff-list__img {
  position:relative;
}
@media (min-width: 751px) {
  .staff-list__img {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .staff-list__img {
    margin-bottom: 12px;
  }
}
.staff-list__img .feature {
  position:absolute;
  left:0;
  bottom:0;
  background-color:#5e96db;
  color:#FFFFFF;
  font-weight:500;
  font-size: 13px;
  line-height: 1.84;
  padding:0 10px;
  display:inline-block;
  max-width:300px;
}
.staff-list__img .thanks_icon_txt {
    position: absolute;
    bottom: 14px;
    right: 66px;
    font-size: 16px;
    color: #FFFFFF;
}
.staff-list__img .thanks_icon {
    background-image: url(/assets/images/staff/voice_ico.png);
    background-size: 50px 36px;
    width: 50px;
    height: 36px;
    position: absolute;
    bottom: 0px;
    right: 5px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 4px;
}

.staff-item__name {
  font-size: 16px;
  font-weight: 600;
  color: #192d4a;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .staff-item__name {
    margin-bottom: 12px;
  }
}

@media (max-width: 750px) {
  .staff-item__name {
    margin-bottom: 8px;
  }
  .staff-list__img .feature {
    max-width:250px;
  }
}

.staff-name__en {
  font-size: 13px;
  color: #192d4a;
  display: block;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.staff-item__text {
  font-size: 13px;
  line-height: 1.84;
}

.staff-list__img {
  overflow: hidden;
}

.staff-list__img img {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.staff-list__link {
  display: block;
  opacity: 1 !important;
}

.staff-list__link:hover .staff-list__img img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
          transform: translate3d(0, 0, 0) scale(1.05, 1.05);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  スタッフ詳細


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  スタッフ詳細 - 上部
ーーーーーーーーーーーーーーーーーー*/
.staffDetail .c-contsTtl {
  font-weight: bold;
  font-size: 18px;
}

/*
  スタッフ詳細 - 上部
ーーーーーーーーーーーーーーーーーー*/
.staff-head {
  width: calc(100% - 60px);
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .staff-head {
  }
}

@media (max-width: 750px) {
  .staff-head {
    width: calc(100% - 40px);
    padding-bottom: 48px;
  }
}

@media (min-width: 751px) {
  .staff-head__main {
  }
}

@media (max-width: 750px) {
  .staff-head__main {
  }
}

@media (min-width: 751px) {
  .staff-head__sub {
  }
}

.staff-head__image {
  margin-bottom: 18px;
  text-align:center;
}
.staff-head__image img{
  max-height:500px;
}

@media (min-width: 751px) {
  .staff-head__image {
    margin-bottom: 18px;
  }
}
.staff-head__image__inner {
  position:relative;
      display: inline-block;
}
.staff-head__image__inner .feature {
  position:absolute;
  left:0;
  bottom:0;
  background-color:#00306d;
  color:#FFFFFF;
  font-weight:500;
  font-size: 18px;
  line-height: 1.9;
  padding:0 10px;
}

.staff-head__name.-en {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: #192d4a;
  text-align:center;
}

@media (min-width: 751px) {
  .staff-head__name.-en {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .staff-head__name.-en {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .staff-head__image__inner .feature {
    font-size: 16px;
  }
}

.staff-head__name.-ja {
  font-weight: bold;
  letter-spacing: 1px;
  color: #192d4a;
  text-align:center;
}

@media (min-width: 751px) {
  .staff-head__name.-ja {
    font-size: 24px;
  }
}

@media (max-width: 750px) {
  .staff-head__name.-ja {
    font-size: 16px;
  }
}

@media (min-width: 751px) {
  .staff-head__sub {
    margin-top: -8px;
  }
}

.staff-head__lead {
  font-weight: 500;
  line-height: 1.9;
  text-align:center;
}

@media (min-width: 751px) {
  .staff-head__lead {
    margin-bottom: 22px;
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .staff-head__lead {
    margin-bottom: 22px;
    font-size: 16px;
  }
}

.staff-head__text {
  font-size: 13px;
}

@media (min-width: 751px) {
  .staff-head__text {
    line-height: 2;
    margin-top:20px;
  }
}

@media (max-width: 750px) {
  .staff-head__text {
    line-height: 1.8;
    text-align: justify;
    margin-top:20px;
  }
}

/*
  スタッフ詳細 - 中部
ーーーーーーーーーーーーーーーーーー*/
.staff-mid {
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
}

@media (min-width: 751px) {
  .staff-mid {
    padding: 100px 0;
  }
}

@media (max-width: 750px) {
  .staff-mid {
    padding: 60px 0;
  }
}

.staff-mid__conts {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .staff-mid__conts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 750px) {
  .staff-mid__conts {
    width: calc(100% - 40px);
  }
}

@media (min-width: 751px) {
  .staff-mid__box {
    width: 48.6%;
  }
}

@media (max-width: 750px) {
  .staff-mid__box:not(:last-child) {
    margin-bottom: 42px;
  }
}

.staff-mid__image {
  margin-bottom: 16px;
}

.staff-mid__text {
  font-size: 13px;
  line-height: 2.1;
}
.staff-hobby-ttl {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #192d4a;
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 18px;
}
.staff-hobby {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin: 0 auto 70px;
    text-align:left;
}
@media (max-width: 750px) {
  .staff-hobby {
    width: calc(100% - 40px);
  }
}
/*
  スタッフ詳細 - レビュー
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .staff-review {
    padding-bottom: 100px;
  }
}

@media (max-width: 750px) {
  .staff-review {
    padding-bottom: 48px;
  }
}

.staff-review__box {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  background: #f3f3f3;
}

@media (min-width: 751px) {
  .staff-review__box {
    padding-top: 74px;
  }
}

@media (max-width: 750px) {
  .staff-review__box {
    width: calc(100% - 40px);
    padding-top: 36px;
  }
}

@media (min-width: 751px) {
  .staff-review__box:not(:last-child) {
    margin-bottom: 42px;
  }
}

@media (max-width: 750px) {
  .staff-review__box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.staff-review__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 751px) {
  .staff-review__head {
    padding: 0 10.2%;
    margin-bottom: 74px;
  }
}

@media (min-width: 751px) {
  .staff-review__icon {
    width: 150px;
    margin-left: 10px;
  }
}

@media (max-width: 750px) {
  .staff-review__icon {
    position: absolute;
    left: 40px;
    width: 90px;
  }
}

@media (min-width: 751px) {
  .staff-review__headMain {
    width: calc(100% - 200px);
    padding: 0 4px;
  }
}

.staff-review__persona {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
  height: 30px;
  margin-bottom: 12px;
  background: #192d4a;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
}

@media (max-width: 750px) {
  .staff-review__persona {
    margin-left: 120px;
  }
}

.staff-review__ttl {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.8;
}

@media (min-width: 751px) {
  .staff-review__ttl {
    font-weight: 500;
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .staff-review__ttl {
    padding-right: 20px;
    margin-left: 120px;
    font-size: 13px;
    font-weight: bold;
  }
}

@media (min-width: 751px) {
  .staff-review__ttl::after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: 0;
    left: -4px;
    height: 1px;
    width: 100%;
    background: #192d4a;
  }
}

@media (min-width: 751px) {
  .staff-review__table {
    margin-top: 18px;
  }
}

@media (max-width: 750px) {
  .staff-review__table {
    padding: 0 20px;
    margin-top: 26px;
    margin-bottom: 22px;
  }
}

.staff-review__tr {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .staff-review__tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 751px) {
  .staff-review__tr:not(:last-child) {
    margin-bottom: 12px;
  }
}

.staff-review__th {
  -ms-flex: none;
      flex: none;
  color: #192d4a;
  font-weight: 500;
  font-size: 13px;
}

@media (max-width: 750px) {
  .staff-review__th {
    width: 90px;
    margin-bottom: 6px;
  }
}

@media (min-width: 751px) {
  .staff-review__th:nth-child(1) {
    width: 90px;
  }
}

@media (min-width: 751px) {
  .staff-review__th:nth-child(3) {
    width: 60px;
  }
}

.staff-review__td {
  font-size: 13px;
}

@media (min-width: 751px) {
  .staff-review__td {
    padding-right: 30px;
  }
}

@media (max-width: 750px) {
  .staff-review__td {
    width: calc(100% - 90px);
    margin-bottom: 6px;
  }
}

.staff-review__body {
  display: none;
}

@media (min-width: 751px) {
  .staff-review__body {
    padding: 0 10.2% 28px;
  }
}

@media (max-width: 750px) {
  .staff-revie__list {
    padding: 0 20px 46px;
  }
}

.staff-review__item {
  padding: 27px 0 26px;
}

.staff-review__item:not(:last-child) {
  border-bottom: 1px solid #192d4a;
}

@media (min-width: 751px) {
  .staff-review__item:first-child {
    padding-top: 0;
  }
}

@media (max-width: 750px) {
  .staff-review__item:first-child {
    border-top: 1px solid #192d4a;
  }
}

@media (max-width: 750px) {
  .staff-review__item:last-child {
    border-bottom: 1px solid #192d4a;
  }
}

.staff-review__itemHead {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 751px) {
  .staff-review__itemHead {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 12px;
  }
}

@media (max-width: 750px) {
  .staff-review__itemHead {
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 10px;
  }
}

.staff-review__itemQ {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #192d4a;
}

@media (min-width: 751px) {
  .staff-review__itemQ {
    margin-right: 16px;
  }
}

@media (max-width: 750px) {
  .staff-review__itemQ {
    padding-top: 3px;
    margin-right: 12px;
  }
}

.staff-review__itemTtl {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.staff-review__itemBody {
  font-size: 13px;
  line-height: 1.8;
}

.staff-review__drawerBtn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 50px;
  background: #192d4a;
}

.staff-review__drawerText {
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
}

.staff-review__drawerText::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: calc(50% - 6px);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (min-width: 751px) {
  .staff-review__drawerText::after {
    width: 8px;
    height: 8px;
    right: 22px;
  }
}

@media (max-width: 750px) {
  .staff-review__drawerText::after {
    width: 6px;
    height: 6px;
    right: 12px;
  }
}

.staff-review__drawerBtn.is-show .staff-review__drawerText::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}
@media (min-width: 751px) {
  .staff-property__btn {
    margin-top: 80px;
  }
  .staff-property__btn2 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    margin-right: 0;
  }
  .staff-property__btn3 {
    margin-top: 20px;
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 750px) {
  .staff-property__btn {
    margin-top: 54px;
  }
  .staff-property__btn2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .staff-property__btn3 {
    margin-top: 20px;
  }
}
.c-btn-general.staff-property__btn2,
.c-btn-general.staff-property__btn3{
  background: #5e96db;
}

.staff-property .c-prptyCard__priceMain {
  color: #192d4a;
  font-size: 38px;
}

.staff-property .c-prptyCard__priceSub {
  font-size: 13px;
}
.staff-ttl
{
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    color: #192d4a;
    margin:70px 0 15px;
    font-weight: bold;
    font-size: 18px;
}
.staff-text
{
    text-align: center;
    font-size: 13px;
    line-height: 2;
}
@media (max-width: 750px) {
  .staff-ttl {
    margin-top: 30px;
  }
}
.staff-detail-voice
{
    margin-bottom:50px;
}
.staff-detail-voice .voice
{
    padding-top:50px;
}
.staff-detail-voice .staff-read
{
    margin-bottom:50px;
}
.staff-detail-voice .staff-read span
{
    font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
    font-size: 30px;
    font-weight: 500;
    padding: 0 5px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  お問い合わせ


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
 お問い合わせ
ーーーーーーーーーーーーーーーーーー*/
.contact-read {
  text-align: center;
  font-weight: 500;
  color: #192d4a;
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .contact-read {
    font-size: 16px;
    line-height: 2.12;
  }
}

@media (max-width: 750px) {
  .contact-read {
    font-size: 13px;
    line-height: 1.84;
  }
}

.staff-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media (min-width: 751px) {
  .staff-list {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .staff-list {
    padding: 20px;
    margin: 0 auto;
  }
}

.staff-list::after {
  content: "";
  display: block;
  width: 32%;
}

@media (min-width: 751px) {
  .staff-list__item {
    width: 32%;
    margin-bottom: 56px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .staff-list__item {
    width: 48%;
  }
}

@media (max-width: 750px) {
  .staff-list__item {
    width: 100%;
    margin-bottom: 36px;
  }
}

.staff-list__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .staff-list__img {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .staff-list__img {
    margin-bottom: 12px;
  }
}

.staff-item__name {
  font-size: 16px;
  font-weight: 600;
  color: #192d4a;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .staff-item__name {
    margin-bottom: 12px;
  }
}

@media (max-width: 750px) {
  .staff-item__name {
    margin-bottom: 8px;
  }
}

.staff-name__en {
  font-size: 13px;
  color: #192d4a;
  display: block;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.staff-item__text {
  font-size: 13px;
  line-height: 1.84;
}

.staff-list__img {
  overflow: hidden;
}

.staff-list__img img {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.staff-list__link:hover .staff-list__img img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
          transform: translate3d(0, 0, 0) scale(1.05, 1.05);
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  会員登録


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  会員登録
ーーーーーーーーーーーーーーーーーー*/
.c-attention.pc.-tableTop {
  margin-top: 30px;
  margin-bottom: 15px;
}

.registration-read {
  text-align: center;
  font-weight: 500;
  color: #192d4a;
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .registration-read {
    font-size: 16px;
    line-height: 2.12;
  }
}

@media (max-width: 750px) {
  .registration-read {
    font-size: 13px;
    line-height: 1.84;
  }
}

.c-withAttention {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
}

.c-withAttention .c-attention.pc.-tableTop {
  margin: 0 0 0 20px;
  line-height: 1.4;
}

@media (min-width: 751px) {
  .c-tableInnerList.-fiveColumn.-notEqual {
    width: 85%;
    display: inline-block;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .c-tableInnerList.-fiveColumn.-notEqual {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 751px) {
  .c-tableInnerList.-fiveColumn.-notEqual li {
    display: inline-block;
    width: auto;
    margin-right: 30px;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual li {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (min-width: 751px) {
  .c-selectWrap.text30 {
    width: 30%;
  }
}

@media (max-width: 750px) {
  .c-selectWrap.text30 {
    width: 50%;
  }
}

.c-selectWrap.text30 .c-select {
  width: 100%;
  height: 50px;
}

@media (min-width: 751px) {
  .c-selectWrap.text25 {
    width: 25%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .c-selectWrap.text25 {
    width: 40%;
  }
}

@media (max-width: 750px) {
  .c-selectWrap.text25 {
    width: 45%;
  }
}

.c-selectWrap.text25 .c-select {
  width: 100%;
  height: 50px;
}

.c-tableInnerList.-fiveColumn.-notEqual li .c-table__text {
  width: 100%;
}

@media (min-width: 751px) {
  .c-tableInnerList.-fiveColumn.-notEqual li.-liWith30 {
    margin-right: 15px;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual li.-liWith30 {
    width: 28%;
    margin-top: 12px;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual li.-liWith70 {
    width: 70%;
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual li.-liWith100 {
    width: 100%;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  お気に入り物件リスト


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  お気に入り物件リスト - 上部
ーーーーーーーーーーーーーーーーーー*/
.favo-head {
  width: calc(100% - 40px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

.favo-head__countWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 751px) {
  .favo-head__countWrap {
    margin-bottom: 16px;
  }
}

@media (max-width: 750px) {
  .favo-head__countWrap {
    margin-bottom: 22px;
  }
}

.favo-head__countTtl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 144px;
  height: 30px;
  background: #192d4a;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 18px;
}

.favo-head__count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.favo-head__num {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  font-size: 44px;
  color: #192d4a;
}

.favo-head__numSub {
  position: relative;
  bottom: 6px;
  font-size: 13px;
}

.favo-head__btns {
  margin-bottom: 50px;
}

@media (min-width: 751px) {
  .favo-head__btns {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 750px) {
  .favo-head__btns {
    max-width: 280px;
  }
}

@media (min-width: 751px) {
  .favo-head__btns > div:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 750px) {
  .favo-head__btns > div:first-child {
    margin-bottom: 10px;
  }
}

/*
  お気に入り物件リスト - リスト
ーーーーーーーーーーーーーーーーーー*/
.favo-body {
  margin-bottom: 60px;
}

.favo-list {
  width: calc(100% - 40px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

.favo-list__item {
  position: relative;
  background: #eef2f5;
}

@media (min-width: 751px) {
  .favo-list__item {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 20px 50px;
  }
}

@media (max-width: 750px) {
  .favo-list__item {
    padding: 65px 20px 32px;
  }
}

@media (min-width: 751px) {
  .favo-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .favo-list__item:not(:last-child) {
    margin-bottom: 18px;
  }
}

.favo-list__check {
  position: absolute;
  left: 20px;
}

@media (min-width: 751px) {
  .favo-list__check {
    top: 20px;
  }
}

@media (max-width: 750px) {
  .favo-list__check {
    top: 25px;
  }
}

@media (max-width: 750px) {
  .favo-list__check .c-checkbox + span::before {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 750px) {
  .favo-list__check .c-checkbox:checked + span::after {
    top: 9px;
    left: 9px;
    width: 12px;
    height: 7px;
  }
}

.favo-list__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

@media (min-width: 751px) {
  .favo-list__image {
    max-width: 210px;
    height: 140px;
  }
}

@media (max-width: 750px) {
  .favo-list__image {
    margin-bottom: 20px;
  }
}

.favo-list__image:before {
  content: "";
  display: block;
  padding-top: 66.67%;
}

.favo-list__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media (min-width: 751px) {
  .favo-list__conts {
    width: 100%;
    margin-left: 18px;
    margin-right: 24px;
  }
}

@media (max-width: 750px) {
  .favo-list__conts {
    margin-bottom: 24px;
  }
}

.favo-list__contsHead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #818181;
}

@media (min-width: 751px) {
  .favo-list__contsHead {
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}

@media (max-width: 750px) {
  .favo-list__contsHead {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.favo-list__contsTtl {
  font-weight: bold;
  font-size: 13px;
  color: #192d4a;
}

.favo-list__contsDay {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 751px) {
  .favo-list__contsDay {
    font-size: 10px;
  }
}

@media (min-width: 751px) {
  .favo-list__contsBody {
    display: -ms-flexbox;
    display: flex;
  }
}

.favo-list__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
  height: 30px;
  font-weight: bold;
  font-size: 13px;
  background: #192d4a;
  color: #ffffff;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .favo-list__category {
    margin-right: 14px;
  }
}

@media (max-width: 750px) {
  .favo-list__category {
    margin-bottom: 8px;
  }
}

.favo-list__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media (min-width: 751px) {
  .favo-list__price {
    margin-bottom: 12px;
  }
}

@media (max-width: 750px) {
  .favo-list__price {
    margin-bottom: 8px;
  }
}

.favo-list__priceMain {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #192d4a;
  margin-right: 3px;
  letter-spacing: -1px;
}

@media (min-width: 751px) {
  .favo-list__priceMain {
    font-size: 28px;
  }
}

@media (max-width: 750px) {
  .favo-list__priceMain {
    font-size: 38px;
  }
}

.favo-list__priceSub {
  position: relative;
  bottom: 4px;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 750px) {
  .favo-list__priceSub {
    font-weight: bold;
  }
}

.favo-list__station {
  margin-bottom: 8px;
  font-size: 13px;
}

@media (min-width: 751px) {
  .favo-list__station {
    font-weight: bold;
  }
}

@media (max-width: 750px) {
  .favo-list__station {
    font-weight: 500;
  }
}

.favo-list__text {
  line-height: 1.5;
  font-size: 13px;
}

@media (min-width: 751px) {
  .favo-list__foot {
    -ms-flex: none;
        flex: none;
    width: 214px;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .favo-list__foot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.favo-list__foot > div {
  transition: opacity 0.3s;
}

@media (min-width: 751px) {
  .favo-list__foot > div {
    height: 44px;
  }
}

@media (max-width: 750px) {
  .favo-list__foot > div {
    width: 100%;
    height: 60px;
  }
}

.favo-list__foot > div:hover {
  opacity: 0.8;
}

@media (min-width: 751px) {
  .favo-list__foot > div:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media (max-width: 750px) {
  .favo-list__foot > div:not(:last-child) {
    margin-top: 10px;
  }
}

.favo-list__foot > div > a {
  height: 100%;
  font-size: 13px;
}

.favo-list__btn.-doc {
  width: 100%;
}

/*
  お気に入り物件リスト - 下部
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .favo-foot__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 750px) {
  .favo-foot__btns {
    max-width: 280px;
    margin: auto;
  }
}

@media (min-width: 751px) {
  .favo-foot__btns > div:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 750px) {
  .favo-foot__btns > div:first-child {
    margin-bottom: 8px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  資料請求


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  資料請求 - ステータスバー
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .request-inputState__wrap {
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  .request-inputState__wrap {
    margin-bottom: 30px;
  }
}

/*
  資料請求 - 物件一覧
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .request-propertyList {
    margin-bottom: 72px;
  }
}

@media (max-width: 750px) {
  .request-propertyList {
    margin-bottom: 112px;
  }
}

@media (max-width: 750px) {
  .request-propertyList__item {
    padding-top: 20px;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 750px) {
  .request-property__arrow {
    position: absolute;
    top: calc(22.5vw + 20px);
    z-index: 2;
  }
}

@media (max-width: 750px) {
  .request-property__arrow.arrow-prev {
    left: -15px;
  }
}

@media (max-width: 750px) {
  .request-property__arrow.arrow-next {
    right: -15px;
  }
}

@media (min-width: 751px) {
  .request-propertyList .c-checkbox + .c-tableInnerList__text {
    padding-left: 0;
  }
}

@media (min-width: 751px) {
  .request-propertyList .c-property-list__check {
    width: 18px;
  }
}

@media (max-width: 750px) {
  .request-property-list__contsDay {
    position: relative;
    top: 56px;
  }
}

/*
  資料請求 - テーブル
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .request-tableWrap {
    margin-bottom: 100px;
  }
}

@media (max-width: 750px) {
  .request-table.c-table label {
    margin-bottom: 0;
  }
}

.request-table {
  max-width: 1186px;
}

.request-select {
  width: 244px;
  height: 50px;
  background: #ffffff;
  font-size: 13px;
}

@media (min-width: 751px) {
  .request-select {
    padding-left: 30px;
  }
}

@media (max-width: 750px) {
  .request-select {
    padding-left: 20px;
  }
}

@media (min-width: 751px) {
  .request-calendarWrap {
    margin-right: 20px;
  }
}

@media (max-width: 750px) {
  .request-calendarWrap {
    margin-bottom: 10px;
  }
}

.calendarTr {
  display: none;
}

.request-table .c-selectWrap {
  width: auto;
}

.request-table .c-selectWrap::after {
  top: 22px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  会員登録について


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  会員登録について
ーーーーーーーーーーーーーーーーーー*/
.membership-read {
  text-align: center;
  font-weight: 500;
  color: #192d4a;
  padding-top: 20px;
}

@media (min-width: 751px) {
  .membership-read {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}

@media (max-width: 750px) {
  .membership-read {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}

.membership-read__num {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 751px) {
  .membership-read__num {
    font-size: 40px;
  }
}

@media (max-width: 750px) {
  .membership-read__num {
    font-size: 30px;
  }
}

.membership {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #ededed;
}

@media (min-width: 751px) {
  .membership {
    padding: 78px 0 0;
  }
}

@media (max-width: 750px) {
  .membership {
    padding: 30px 0 0;
  }
}

.membership-point01 {
  background: #ffffff;
  margin: 0 auto 50px;
  text-align: center;
}

@media (min-width: 751px) {
  .membership-point01 {
    width: 70%;
    max-width: 820px;
    padding: 50px;
  }
}

@media (max-width: 750px) {
  .membership-point01 {
    width: 90%;
    padding: 36px 20px;
  }
}

@media (min-width: 751px) {
  .membership-point01__parts {
    margin-right: 20px;
    display: inline-block;
  }
}

.membership-point__ttl {
  color: #00316c;
  font-size: 16px;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  display: block;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .membership-point__ttl {
    margin-bottom: 10px;
  }
}

@media (max-width: 750px) {
  .membership-point__ttl {
    margin-bottom: 6px;
  }
}

.membership-point__text {
  color: #192d4a;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 500;
}

@media (min-width: 751px) {
  .membership-point__text {
    font-size: 18px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .membership-point__text {
    font-size: 1.8vw;
  }
}

@media (max-width: 750px) {
  .membership-point__text {
    font-size: 16px;
  }
}

.membership-point__text.point01 {
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 751px) {
  .membership-point__text.point01 {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 18px;
  }
}

@media (max-width: 750px) {
  .membership-point__text.point01 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.point01-num {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 600;
  font-style: normal;
}

@media (min-width: 751px) {
  .point01-num {
    font-size: 40px;
  }
}

@media (max-width: 750px) {
  .point01-num {
    font-size: 36px;
  }
}

.point01-num.-rvblue {
  color: #5e96db;
}

.membership-point01__attention {
  color: #00316c;
  line-height: 1.84;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (min-width: 751px) {
  .membership-point01__attention {
    font-size: 13px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .membership-point01__attention {
    font-size: 11px;
  }
}

@media (max-width: 750px) {
  .membership-point01__attention {
    font-size: 10px;
  }
}

@media (min-width: 751px) {
  .membership-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1086px;
    margin: auto;
  }
}

@media (max-width: 750px) {
  .membership-list {
    display: block;
  }
}

.membership-list__item {
  text-align: center;
}

@media (min-width: 751px) {
  .membership-list__item {
    width: 30%;
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  .membership-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.membership-list__item img {
  width: 140px;
}

@media (min-width: 751px) {
  .membership-list__item img {
    margin-bottom: 26px;
  }
}

@media (max-width: 750px) {
  .membership-list__item img {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .membership-point01__parts {
    line-height: 0.7;
  }
}

.membership-bnr {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}

@media (max-width: 750px) {
  .membership-bnr {
    width: calc(100% - 80px);
  }
}

.membership-bnr a {
  display: block;
  transition: opacity 0.3s;
}

.membership-bnr a:hover {
  opacity: 0.8;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  学区から探す


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  学区から探す - 共通
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .school .c-contsTtl {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .school .c-contsTtl {
    margin-bottom: 56px;
    font-size: 15px;
  }
}

/*
  学区から探す - 学区から物件を探す
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .school-search {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 114px;
  }
}

@media (max-width: 750px) {
  .school-search {
    padding-bottom: 80px;
  }
}

.school-search__head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media (max-width: 750px) {
  .school-search__head {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}

.school-search__headTtl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 76px;
  height: 30px;
  margin-right: 30px;
  background: #192d4a;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}

.school-search__cats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.school-search__cat a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  opacity: 1 !important;
  color: #d6d6d6;
  transition: 0.2s;
}

.school-search__cat a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffffff;
  transition: 0.2s cubic-bezier(0.65, 0, 0.17, 0.98);
}

.school-search__cat a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.school-search__cat a::after {
  background: #192d4a;
}

.school-search__cat.is-active a {
  color: #192d4a;
}

.school-search__cat.is-active a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.school-search__cat a:hover {
  color: #192d4a;
}

.school-search__cat:not(:last-child) {
  margin-right: 1em;
}

.school-search__body {
  background: #f3f3f3;
}

@media (min-width: 751px) {
  .school-search__body {
    padding: 50px 110px 26px;
    margin-bottom: 36px;
  }
}

@media (max-width: 750px) {
  .school-search__body {
    padding: 40px;
    margin-bottom: 20px;
  }
}

.school-search__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.school-search__item {
  padding-right: 1.3em;
}

@media (min-width: 751px) {
  .school-search__item {
    min-width: 136px;
    margin-bottom: 24px;
  }
}

@media (max-width: 750px) {
  .school-search__item:nth-last-child(n + 3) {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .school-search__item:nth-child(odd) {
    min-width: 52%;
  }
}

@media (max-width: 750px) {
  .school-search__item:nth-child(even) {
    min-width: 48%;
  }
}

.school-search__count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .school-search__count {
    margin-bottom: 14px;
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .school-search__count {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.school-search__countNum {
  position: relative;
  top: 7px;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #00316c;
}

@media (min-width: 751px) {
  .school-search__countNum {
    font-size: 44px;
  }
}

@media (max-width: 750px) {
  .school-search__countNum {
    font-size: 34px;
  }
}

.school-search__only {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .school-search__only {
    margin-bottom: 44px;
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .school-search__only {
    margin-bottom: 36px;
    font-size: 13px;
  }
}

.school-search__onlyNum {
  position: relative;
  top: 7px;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #5e96db;
}

@media (min-width: 751px) {
  .school-search__onlyNum {
    font-size: 44px;
  }
}

@media (max-width: 750px) {
  .school-search__onlyNum {
    font-size: 34px;
  }
}

.school-narrow__table {
  margin-top: 50px;
}

@media (min-width: 751px) {
  .school-narrow__table {
    margin-bottom: 70px;
  }
}

@media (max-width: 750px) {
  .school-narrow__table {
    margin-bottom: 40px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  学区から探す


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  学区から探す - 共通
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .station .c-contsTtl {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .station .c-contsTtl {
    margin-bottom: 62px;
    font-size: 15px;
  }
}

/*
 学区から探す*/
/*ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .station-search {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 138px;
    margin-top: 60px;
  }
}

@media (max-width: 750px) {
  .station-search {
    padding-bottom: 80px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.station-search__head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media (max-width: 750px) {
  .station-search__head {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}

.station-search__headTtl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 76px;
  height: 30px;
  margin-right: 30px;
  background: #192d4a;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}

.station-search__cats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.station-search__cat a {
  color: #d6d6d6;
  transition: 0.2s;
}

.station-search__cat.is-active a {
  color: #192d4a;
  text-decoration: underline;
}

.station-search__cat a:hover {
  color: #192d4a;
}

.station-search__cat:not(:last-child) {
  margin-right: 1em;
}

@media (min-width: 751px) {
  .station-search__box {
    margin-bottom: 32px;
  }
}

@media (max-width: 750px) {
  .station-search__box {
    margin-bottom: 16px;
  }
}

.station-search__boxHead {
  position: relative;
}

.station-check__label {
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.station-checkWrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media (min-width: 751px) {
  .station-checkWrap {
    left: 64px;
  }
}

@media (max-width: 750px) {
  .station-checkWrap {
    left: 20px;
  }
}

.c-checkbox + span.station-search__check {
  padding: 0;
}

.station-search__content {
  background: #f3f3f3;
  display: none;
}

@media (min-width: 751px) {
  .station-search__content {
    padding: 30px 80px 4px;
  }
}

@media (max-width: 750px) {
  .station-search__content {
    padding: 30px 20px 10px;
    margin-bottom: 20px;
  }
}

.station-search__box:first-child .station-search__content {
  display: block;
}

.station-search__drawerBtn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 50px;
  background: #192d4a;
}

@media (min-width: 751px) {
  .station-search__drawerBtn {
    padding-left: 94px;
  }
}

@media (max-width: 750px) {
  .station-search__drawerBtn {
    padding-left: 50px;
  }
}

.station-search__drawerBtn.is-show::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.station-search__drawerText {
  font-weight: 600;
  color: #ffffff;
}

@media (min-width: 751px) {
  .station-search__drawerText {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .station-search__drawerText {
    font-size: 15px;
  }
}

.station-search__drawerBtn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: calc(50% - 6px);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (min-width: 751px) {
  .station-search__drawerBtn::after {
    width: 8px;
    height: 8px;
    right: 22px;
  }
}

@media (max-width: 750px) {
  .station-search__drawerBtn::after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
}

.station-search__drawerBtn.is-show::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}

@media (min-width: 751px) {
  .c-checkbox + span.station-search__drawerText {
    padding-top: 0;
    line-height: 1;
  }
}

@media (min-width: 751px) {
  .station-search__foot {
    margin-top: 54px;
  }
}

@media (max-width: 750px) {
  .station-search__foot {
    margin-top: 28px;
  }
}

.station-search__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 751px) {
  .station-search__item {
    width: 25%;
    padding-right: 1.3em;
    margin-bottom: 28px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .station-search__item {
    width: 33%;
  }
}

@media (max-width: 750px) {
  .station-search__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .station-search__item:nth-child(odd) {
    min-width: 54%;
  }
}

@media (max-width: 750px) {
  .station-search__item:nth-child(even) {
    min-width: 46%;
  }
}

.station-search__count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .station-search__count {
    margin-bottom: 14px;
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .station-search__count {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.station-search__countNum {
  position: relative;
  top: 7px;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #00316c;
}

@media (min-width: 751px) {
  .station-search__countNum {
    font-size: 44px;
  }
}

@media (max-width: 750px) {
  .station-search__countNum {
    font-size: 34px;
  }
}

.station-search__only {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .station-search__only {
    margin-bottom: 44px;
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .station-search__only {
    margin-bottom: 36px;
    font-size: 13px;
  }
}

.station-search__onlyNum {
  position: relative;
  top: 7px;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #5e96db;
}

@media (min-width: 751px) {
  .station-search__onlyNum {
    font-size: 44px;
  }
}

@media (max-width: 750px) {
  .station-search__onlyNum {
    font-size: 34px;
  }
}

.station-narrow__table {
  margin-top: 50px;
}

@media (min-width: 751px) {
  .station-narrow__table {
    margin-bottom: 70px;
  }
}

@media (max-width: 750px) {
  .station-narrow__table {
    margin-bottom: 40px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  ログイン


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
 ログイン
ーーーーーーーーーーーーーーーーーー*/
.login-read {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .login-read {
    font-size: 16px;
    line-height: 2.12;
    margin-top: 130px;
  }
}

@media (max-width: 750px) {
  .login-read {
    font-size: 14px;
    line-height: 1.84;
  }
}

@media (max-width: 750px) {
  .c-membership__ttl.-login {
    -ms-flex-pack: start;
        justify-content: start;
    padding-left: 20px;
  }
}

.loggedIn {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 750px) {
  .loggedIn {
    padding-top: 10px;
  }
}

.nonmember {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 751px) {
  .nonmember {
    font-size: 16px;
    line-height: 2.12;
  }
}

@media (max-width: 750px) {
  .nonmember {
    font-size: 14px;
    line-height: 1.84;
  }
}

.nonmember-sub {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
}

.login-lose__Ipass {
  text-align: center;
  margin: 30px auto 100px;
}

.lose-Ipass a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  opacity: 1 !important;
  display: inline-block;
}

.lose-Ipass a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffffff;
  transition: 0.2s cubic-bezier(0.65, 0, 0.17, 0.98);
}

.lose-Ipass a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 751px) {
  .lose-Ipass a {

    margin-bottom: 14px;
  }
}

@media (max-width: 750px) {
  .lose-Ipass a {
    margin-bottom: 20px;
  }
}

.lose-Ipass a::after {
  background: #000000;
}

.membership-bnr.-login {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  パスワードリセット


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  パスワードリセット　メール送信ページ
ーーーーーーーーーーーーーーーーーー*/
.pwReset-read {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .pwReset-read {
    margin-top: 130px;
    font-size: 16px;
    line-height: 2.12;
  }
}

@media (max-width: 750px) {
  .pwReset-read {
    font-size: 14px;
    line-height: 1.84;
  }
}

.c-btn-general.-pwReset {
  margin-bottom: 10px;
}

@media (max-width: 750px) {
  .c-membership__ttl.-pwReset {
    -ms-flex-pack: start;
        justify-content: start;
    padding-left: 20px;
  }
}

.c-membership__input.-pwReset {
  margin-bottom: 0;
}

/*
  パスワードリセット　再設定ページ
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .c-membership__ttl.-pwResetMail {
    width: 35%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .c-membership__ttl.-pwResetMail {
    width: 40%;
  }
}

@media (max-width: 750px) {
  .c-membership__ttl.-pwResetMail {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .c-membership__action.-pwResetMail {
    width: 65%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .c-membership__action.-pwResetMail {
    width: 60%;
  }
}

@media (max-width: 750px) {
  .c-membership__action.-pwResetMail {
    width: 100%;
  }
}

.reinput {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 750px) {
  .reinput {
    padding-top: 10px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  登録情報編集


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  登録情報編集
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .mypage {
    margin-bottom: 60px;
  }
}

@media (max-width: 750px) {
  .mypage {
    margin-bottom: 50px;
  }
}

.c-attention.pc.-tableTop {
  margin-top: 30px;
  margin-bottom: 15px;
}

.mypage-read {
  text-align: center;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .mypage-read {
    font-size: 16px;
    line-height: 2.12;
  }
}

@media (max-width: 750px) {
  .mypage-read {
    font-size: 13px;
    line-height: 1.84;
  }
}

@media (min-width: 751px) {
  .registration .property-type .c-tableInnerList__label {
    margin-bottom: 0;
  }
}

@media (min-width: 751px) {
  .registration .property-type td {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.c-withAttention {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
}

.c-withAttention .c-attention.pc.-tableTop {
  margin: 0 0 0 20px;
  line-height: 1.4;
}

@media (min-width: 751px) {
  .c-tableInnerList.-fiveColumn.-notEqual {
    width: 85%;
    display: inline-block;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .c-tableInnerList.-fiveColumn.-notEqual {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 751px) {
  .c-tableInnerList.-fiveColumn.-notEqual li {
    display: inline-block;
    width: auto;
    margin-right: 30px;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual li {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (min-width: 751px) {
  .c-selectWrap.text30 {
    width: 30%;
  }
}

@media (max-width: 750px) {
  .c-selectWrap.text30 {
    width: 50%;
  }
}

.c-selectWrap.text30 .c-select {
  width: 100%;
  height: 50px;
}

@media (min-width: 751px) {
  .c-selectWrap.text25 {
    width: 25%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .c-selectWrap.text25 {
    width: 40%;
  }
}

@media (max-width: 750px) {
  .c-selectWrap.text25 {
    width: 45%;
  }
}

.c-selectWrap.text25 .c-select {
  width: 100%;
  height: 50px;
}

.c-tableInnerList.-fiveColumn.-notEqual li .c-table__text {
  width: 100%;
}

@media (min-width: 751px) {
  .c-tableInnerList.-fiveColumn.-notEqual li.-liWith30 {
    margin-right: 15px;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual li.-liWith30 {
    width: 28%;
    margin-top: 12px;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual li.-liWith70 {
    width: 70%;
    font-size: 12px;
  }
}

@media (max-width: 750px) {
  .c-tableInnerList.-fiveColumn.-notEqual li.-liWith100 {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .mypage-btn {
    margin-bottom: 46px;
  }
}

@media (max-width: 750px) {
  .mypage-btn {
    margin-bottom: 46px;
  }
}

.mypage-delete {
  text-align: center;
}

.mypage-delete a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  opacity: 1 !important;
}

.mypage-delete a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffffff;
  transition: 0.2s cubic-bezier(0.65, 0, 0.17, 0.98);
}

.mypage-delete a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mypage-delete a::after {
  background: #000000;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  サイトマップ


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  サイトマップ
ーーーーーーーーーーーーーーーーーー*/
.sitemap {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

@media (min-width: 751px) {
  .sitemap-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .sitemap-inner {
    display: block;
  }
}

@media (min-width: 751px) {
  .sitemap-01 {
    width: 22%;
  }
}

@media (max-width: 750px) {
  .sitemap-01 {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .sitemap-02 {
    width: 38%;
  }
}

@media (max-width: 750px) {
  .sitemap-02 {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .sitemap-03 {
    width: 40%;
  }
}

@media (max-width: 750px) {
  .sitemap-03 {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .sitemap-ttl:not(:last-child) {
    margin-bottom: 22px;
  }
}

@media (max-width: 750px) {
  .sitemap-ttl:not(:last-child) {
    margin-bottom: 34px;
  }
}

.sitemap-ttl a {
  color: #00316c;
  font-weight: 500;
}

@media (min-width: 751px) {
  .sitemap-ttl a {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .sitemap-ttl a {
    font-size: 13px;
  }
}

.sitemap-ttl a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  opacity: 1 !important;
}

.sitemap-ttl a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffffff;
  transition: 0.2s cubic-bezier(0.65, 0, 0.17, 0.98);
}

.sitemap-ttl a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sitemap-ttl a::after {
  background: #192d4a;
}

@media (max-width: 750px) {
  .sitemap-parts {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 36px;
  }
}

@media (min-width: 751px) {
  .sitemap-parts:not(:last-child) {
    margin-bottom: 46px;
  }
}

@media (max-width: 750px) {
  .sitemap-parts.-last {
    border-bottom: none;
    margin-bottom: 0;
  }
}

@media (max-width: 750px) {
  .sitemap-list {
    margin-bottom: 36px;
  }
}

.sitemap-list__item {
  line-height: 1.4;
  font-size: 13px;
  color: #000000;
}

@media (min-width: 751px) {
  .sitemap-list__item:not(:last-child) {
    margin-bottom: 22px;
  }
}

@media (max-width: 750px) {
  .sitemap-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.sitemap-list__item a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  opacity: 1 !important;
  line-height: 1;
}

.sitemap-list__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffffff;
  transition: 0.2s cubic-bezier(0.65, 0, 0.17, 0.98);
}

.sitemap-list__item a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sitemap-list__item a::after {
  background: #000000;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  検索結果一覧


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
 検索結果一覧　テキストとボタン部分
ーーーーーーーーーーーーーーーーーー*/
.results {
  margin: 0 auto;
}

@media (min-width: 751px) {
  .results {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .results {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.results-read {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
  color: #192d4a;
  line-height: 1.84;
}

@media (max-width: 750px) {
  .results-read {
    margin-bottom: 30px;
  }
}

.results-count {
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .results-count {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .results-count {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.results-countNum {
  position: relative;
  top: 3px;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  color: #00316c;
}

@media (min-width: 751px) {
  .results-countNum {
    font-size: 44px;
  }
}

@media (max-width: 750px) {
  .results-countNum {
    font-size: 34px;
  }
}

@media (min-width: 751px) {
  .results-info {
    margin-bottom: 30px;
  }
}

@media (max-width: 750px) {
  .results-info {
    margin-bottom: 32px;
  }
}

.results-text {
  font-weight: 500;
  color: #192d4a;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .results-text {
    margin-bottom: 56px;
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .results-text {
    margin-bottom: 30px;
    font-size: 15px;
  }
}

@media (min-width: 751px) {
  .results-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 750px) {
  .results-detail {
    display: block;
    margin-bottom: 24px;
  }
}

.results-detail__ttl {
  background: #0a2c50;
  color: #ffffff;
  width: 86px;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 4px 8px;
  text-align: center;
  letter-spacing: 1px;
  margin-right: 20px;
}

@media (max-width: 750px) {
  .results-detail__ttl {
    margin-bottom: 15px;
  }
}

.results-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.results-count__item {
  margin-right: 15px;
  margin-top: -10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: bottom;
}

.results-countNum.-store {
  color: #7ba0cd;
}

.results-search__cats {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
}

.results-search__cat a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  opacity: 1 !important;

  color: #d6d6d6;
  transition: 0.2s;
}

.results-search__cat a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffffff;
  transition: 0.2s cubic-bezier(0.65, 0, 0.17, 0.98);
}

.results-search__cat a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.results-search__cat a::after {
  background: #192d4a;
}

.results-search__cat.is-active a {
  color: #192d4a;
}

.results-search__cat.is-active a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.results-search__cat a:hover {
  color: #192d4a;
}

.results-search__cat:not(:last-child) {
  margin-right: 1em;
}

.results-checkBtn {
  margin-bottom: 10px;
}

@media (min-width: 751px) {
  .results-checkBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (max-width: 750px) {
  .results-checkBtn {
    display: block;
    width: 90%;
    margin: 0 auto 46px;
  }
}

@media (min-width: 751px) {
  .c-btn-check.-resultBtn {
    margin-right: 10px;
  }
}

@media (max-width: 750px) {
  .c-btn-check.-resultBtn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*
 検索結果　物件一覧
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .c-list__wrap.-results {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.c-list__wrap.-results .c-checkbox + span::before {
    background:none !important;
    border: 1px solid #CCCCCC;
}
@media (min-width: 751px) {
  .c-list__wrap.-results .c-checkbox + span::before {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 750px) {
  .c-list__wrap.-results .c-checkbox + span::before {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 751px) {
  .c-list__wrap.-results .c-list a {
    height: 100%;
    padding: 25px 7% 30px;
  }
}

@media (max-width: 750px) {
  .c-list__wrap.-results .c-list a {
    padding: 7%;
  }
}

@media (min-width: 751px) {
  .c-list__wrap.-results .c-checkbox + span {
    padding-left: 50px;
    padding-top: 12px;
  }
}

@media (max-width: 750px) {
  .c-list__wrap.-results .c-checkbox + span {
    padding-left: 40px;
    padding-top: 8px;
  }
}

@media (min-width: 751px) {
  .c-list__wrap.-results .c-list__img {
    margin: 10px auto 20px;
  }
}

@media (max-width: 750px) {
  .c-list__wrap.-results .c-list__img {
    margin: 12px auto 10px;
  }
}

@media (min-width: 751px) {
  .c-list__wrap.-results .c-checkbox + span {
    height: 40px;
  }
}

@media (max-width: 750px) {
  .c-list__wrap.-results .c-checkbox + span {
    height: 30px;
  }
}

@media (min-width: 751px) {
  .c-list__wrap.-results .c-checkbox:checked + span::after {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 10px;
  }
}

@media (max-width: 750px) {
  .c-list__wrap.-results .c-checkbox:checked + span::after {
    top: 8px;
    left: 8px;
    width: 16px;
    height: 8px;
  }
}

.c-listNav__pager.-results {
  margin-bottom: 50px;
}

.c-btn-allDocument.-results {
  margin: 0 auto;
  width: 280px;
}

@media (min-width: 751px) {
  .c-btn-allDocument.-results {
    margin-bottom: 100px;
  }
}

@media (max-width: 750px) {
  .c-btn-allDocument.-results {
    margin-bottom: 80px;
  }
}

@media (max-width: 750px) {
  .results-narrow {
    width: 100%;
  }
}

.c-contsTtl__sub.-results {
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 50px;
}

.c-table.-results {
  margin-bottom: 70px;
}

.limited-wrap {
  position: relative;
}

@media (min-width: 751px) {
  .limited-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 750px) {
  .limited-wrap {
    margin-top: 20px;
  }
}

.c-list.-limited img {
  z-index: 9;
}

.c-list.-limited .limited-overlay {
  position: absolute;
  background: rgba(94, 150, 219, 0.8);
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.limited-overlay__inner {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 1px;
}

.limited-overlay__textS {
  font-size: 1.2vw;
  margin-bottom: 10px;
  text-align: center;
}

.limited-overlay__textL {
  font-weight: 500;
  text-align: center;
}

@media (min-width: 751px) {
  .limited-overlay__textL {
    font-size: 2.6vw;
  }
}

@media (max-width: 750px) {
  .limited-overlay__textL {
    font-size: 23px;
  }
}

.limited-overlay__border {
  position: relative;
  height: 1px;
  margin-bottom: 30px;
}

.limited-overlay__arrow {
  display: block;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto 10px;
}

.limited-overlay__border::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 48%;
  height: 1px;
  left: 0;
  top: 5px;
}

.limited-overlay__border::after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 48%;
  height: 1px;
  right: 0;
  top: 5px;
}

.limited-recommend {
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 50px;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .limited-recommend {
    font-size: 26px;
    margin-bottom: 16px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .limited-recommend {
    font-size: 22px;
  }
}

@media (max-width: 750px) {
  .limited-recommend {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.limited-num__text {
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}

.limited-num {
  font-size: 44px;
  color: #5e96db;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
}

.c-btn-general.-limited {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  background: #00316c;
  transition: opacity 0.3s;
}

@media (min-width: 751px) {
  .c-btn-general.-limited {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    max-width: 335px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .c-btn-general.-limited {
    max-width: 295px;
  }
}

@media (max-width: 750px) {
  .c-btn-general.-limited {
    position: relative;
    width: 100%;
  }
}

.c-btn-general.-limited::after {
  content: "";
  position: absolute;
  right: 20px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 750px) and (max-width: 1024px) {
  .room-layout .c-tableInnerList.-fiveColumn li {
    width: 50%;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  購入の仲介／未来カレンダー（ミラカレ）


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  購入の仲介／未来カレンダー（ミラカレ）
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .fCalendar {
    padding-top: 118px;
    padding-bottom: 140px;
  }
}

@media (max-width: 750px) {
  .fCalendar {
    width: calc(100% - 80px);
    padding-top: 66px;
    padding-bottom: 78px;
    margin-right: auto;
    margin-left: auto;
  }
}

.fCalendar__lead {
  color: #00316c;
  font-weight: 500;

  line-height: 1.5;
  letter-spacing: 1px;
}

@media (min-width: 751px) {
  .fCalendar__lead {
    margin-bottom: 26px;
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 750px) {
  .fCalendar__lead {
    margin-bottom: 20px;
    font-size: 18px;
    white-space: nowrap;
  }
}

.fCalendar__text {
  font-size: 16px;
  line-height: 2.1;
}

@media (min-width: 751px) {
  .fCalendar__text {
    margin-bottom: 64px;
    text-align: center;
  }
}

@media (max-width: 750px) {
  .fCalendar__text {
    margin-bottom: 54px;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
  }
}

.fCalendar__list {
  margin: auto;
}

@media (min-width: 751px) {
  .fCalendar__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 940px;
    width: calc(100% - 40px);
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .fCalendar__list {
    width: 90%;
  }
}

.fCalendar__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 1024px) {
  .fCalendar__item {
    max-width: 33%;
    min-width: 30%;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .fCalendar__item {
    width: 50%;
  }
}

@media (min-width: 751px) {
  .fCalendar__item:nth-last-child(n + 4) {
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  .fCalendar__item:not(:last-child) {
    margin-bottom: 36px;
  }
}

.fCalendar__no {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #ffffff;
  background: #00316c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@media (min-width: 751px) {
  .fCalendar__no {
    margin-bottom: 18px;
  }
}

@media (max-width: 750px) {
  .fCalendar__no {
    margin-bottom: 12px;
  }
}

.fCalendar__itemTtl {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #00316c;
}

.fCalendar__itemText {
  font-size: 13px;
  line-height: 1.8;
  white-space: nowrap;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  リフォーム・リノベーション／注文住宅


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  リフォーム・リノベーション／注文住宅
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .reform-gallery {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
    margin-bottom: 100px;
  }
}

@media (max-width: 750px) {
  .reform-gallery {
    margin-top: 56px;
    margin-bottom: 60px;
  }
}

.reform-order__list {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .reform-order__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 120px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .reform-order__list {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .reform-order__list {
    width: calc(100% - 80px);
    margin-bottom: 56px;
  }
}

.reform-order__item {
  -ms-flex: none;
      flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #f3f3f3;
}

@media (min-width: 751px) {
  .reform-order__item {
    padding: 35px 25px 40px;
    width: calc(25% - 14px);
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .reform-order__item {
    width: calc(50% - 9px);
  }
}

@media (max-width: 750px) {
  .reform-order__item {
    padding: 30px 30px 45px;
  }
}

@media (min-width: 751px) {
  .reform-order__item:not(:last-child) {
    margin-right: 18px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .reform-order__item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .reform-order__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .reform-order__item:nth-last-child(n + 3) {
    margin-bottom: 18px;
  }
}

.reform-order__icon {
  -ms-flex: none;
      flex: none;
  width: 120px;
  height: 120px;
}

@media (min-width: 751px) {
  .reform-order__icon {
    margin-bottom: 26px;
  }
}

@media (max-width: 750px) {
  .reform-order__icon {
    margin-bottom: 15px;
  }
}

.reform-order__ttl {
  color: #00316c;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media (min-width: 751px) {
  .reform-order__ttl {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
  }
}

@media (max-width: 750px) {
  .reform-order__ttl {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 8px;
  }
}

.reform-order__text {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
}

@media (min-width: 751px) {
  .reform-slider {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 751px) {
  .reform-slider__item {
    width: calc(20% - 12px);
  }
}

@media (max-width: 750px) {
  .reform-slider__item {
    margin: 0 4px;
  }
}

@media (min-width: 751px) {
  .reform-slider__item:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 750px) {
  .btnArrow-L.reform-arrow {
    position: absolute;
    top: calc(50% - 12px);
    z-index: 2;
  }
}

@media (max-width: 750px) {
  .btnArrow-L.reform-arrow .arrow-circle {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 750px) {
  .reform-arrow.arrow-prev {
    left: 7px;
  }
}

@media (max-width: 750px) {
  .reform-arrow.arrow-next {
    right: 7px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  売却・住み替え


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  売却・住み替え
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .sale-order {
    margin-top: 94px;
    margin-bottom: 120px;
  }
}

@media (max-width: 750px) {
  .sale-order {
    margin-top: 60px;
    margin-bottom: 42px;
  }
}

.sale-order__list {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .sale-order__list {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .sale-order__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .sale-order__list {
    width: calc(100% - 80px);
    margin-bottom: 16px;
  }
}

.sale-order__item {
  -ms-flex: none;
      flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #f3f3f3;
}

@media (min-width: 751px) {
  .sale-order__item {
    padding: 35px 25px 40px;
    width: calc(25% - 13px);
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .sale-order__item {
    width: calc(50% - 9px);
  }
}

@media (max-width: 750px) {
  .sale-order__item {
    padding: 30px 30px 45px;
  }
}

@media (min-width: 751px) {
  .sale-order__item:not(:last-child) {
    margin-right: 18px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .sale-order__item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .sale-order__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .sale-order__item:nth-last-child(n + 3) {
    margin-bottom: 18px;
  }
}

.sale-order__icon {
  -ms-flex: none;
      flex: none;
  width: 120px;
  height: 120px;
}

@media (min-width: 751px) {
  .sale-order__icon {
    margin-bottom: 26px;
  }
}

@media (max-width: 750px) {
  .sale-order__icon {
    margin-bottom: 15px;
  }
}

.sale-order__ttl {
  color: #00316c;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media (min-width: 751px) {
  .sale-order__ttl {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
    letter-spacing: 0.01em;
  }
}

@media (max-width: 750px) {
  .sale-order__ttl {
    margin-bottom: 8px;
  }
}

.sale-order__text {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
}

.sale-other {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  background: #f3f3f3;
}

@media (max-width: 750px) {
  .sale-other {
    width: calc(100% - 80px);
  }
}

@media (min-width: 751px) {
  .sale-other__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 140px;
  }
}

@media (max-width: 750px) {
  .sale-other__inner {
    padding: 30px 30px 38px;
    text-align: center;
  }
}

.sale-other__icon {
  width: 30px;
  margin-right: 8px;
}

@media (max-width: 750px) {
  .sale-other__icon {
    display: inline-block;
  }
}

.sale-other__ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #00316c;
}

@media (min-width: 751px) {
  .sale-other__ttl {
    margin-right: 20px;
  }
}

@media (max-width: 750px) {
  .sale-other__ttl {
    display: inline-block;
  }
}

.sale-other__text {
  font-size: 13px;
  line-height: 24px;
}

@media (min-width: 751px) {
  .sale-other__text {
    width: 47%;
  }
}

@media (max-width: 750px) {
  .sale-other__text {
    margin-top: 20px;
    text-align: left;
  }
}

.sale-cv a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #00316c;
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .sale-cv a {
    max-width: 640px;
    padding: 30px 0;
  }
}

@media (max-width: 750px) {
  .sale-cv a {
    width: calc(100% - 80px);
    padding: 20px 0;
  }
}

.sale-cv__head {
  margin-bottom: 14px;
}

@media (min-width: 751px) {
  .sale-cv__head {
    width: 210px;
  }
}

@media (max-width: 750px) {
  .sale-cv__head {
    width: 164px;
  }
}

.sale-cv__btn {
  width: 100%;
  background: #ffffff;
}

@media (min-width: 751px) {
  .sale-cv__btn {
    max-width: 230px;
    height: 50px;
  }
}

@media (max-width: 750px) {
  .sale-cv__btn {
    max-width: 186px;
    height: 40px;
  }
}

.sale-cv__btn span {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #005728;
}

@media (max-width: 750px) {
  .sale-cv__btn span {
    font-size: 11px;
  }
}

.c-btn-general.-btn-arrow.sale-cv__btn span::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 20px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  border-color: #005728;
  margin-left: 26px;
}

@media (min-width: 751px) {
  .c-btn-general.-btn-arrow.sale-cv__btn span::after {

    top: 23px;
  }
}

@media (max-width: 750px) {
  .c-btn-general.-btn-arrow.sale-cv__btn span::after {
    top: 17px;
  }
}

/* フッター - 電話番号 */
.sale-cvTel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  padding-top: 2px;
}

@media (min-width: 1024px) {
  .sale-cvTel {
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 14px;
  }
}

@media (max-width: 1023px) {
  .sale-cvTel {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
  }
}

.sale-cvTel__link {
  padding: 2px 0 2px 24px;
  color: #ffffff;
  background: url(../images/common/icon_tel_line.png) no-repeat left center/17px;
}

@media (min-width: 1024px) {
  .sale-cvTel__link {
    margin-right: 16px;
  }
}

@media (max-width: 1023px) {
  .sale-cvTel__link {
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 8px;
  }
}

.sale-cvTel__num {
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
}

@media (min-width: 1024px) {
  .sale-cvTel__num {
    font-size: 28px;
  }
}

@media (max-width: 1023px) {
  .sale-cvTel__num {
    font-size: 26px;
  }
}

.sale-cvTel__texts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1023px) {
  .sale-cvTel__texts {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.sale-cvTel__text {
  font-size: 13px;
  font-weight: 500;
}

.sale-cvTel__time {
  font-size: 13px;
  font-weight: 500;
}

.sale-cvMessage {
  font-size: 13px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
}

/*
  売却・住み替え改修　2022/03/09
ーーーーーーーーーーーーーーーーーー*/
.sale2_main{
	width: calc(100% - 60px);
	max-width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.sale2_main_text{
	margin-top: 3em;
	text-align: center;
	font-size: 16px;
	line-height: 2.1;
}
@media (max-width: 750px) {
	.sale2_main{
		max-width: 480px;
	}
	.sale2_main_text{
		font-size: 13px;
		line-height: 1.8;
	}
}
.sale2_subttl{
	margin-top: 100px;
	padding-top: 100px;
	background: url("../images/common/icon_service.png") no-repeat top center;
	background-size: 60px auto;
	text-align: center;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 3px;
	color: #00316c;
	font-size: 24px;
}
@media (max-width: 750px) {
	.sale2_subttl{
		margin-top: 50px;
		padding-top: 60px;
		background-size: 40px auto;
		font-size: 16px;
		letter-spacing: 2px;
	}
}
.sale2_contents_wrap{
	width: calc(100% - 60px);
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
}
.sale2_point_box{
	background: #F3F3F3;
	padding-bottom: 50px;
}
@media (min-width: 751px) {
	.sale2_point_box{
		margin-top: 40px;
		padding: 50px;
		display: flex;
		flex-wrap: wrap;
	}
	.sale2_point_box .point_text{
		width: 50%;
		padding-right: 30px;
	}
	.sale2_point_box .point_image{
		width: 50%;
		padding-left: 30px;
	}
}
@media (max-width: 750px) {
	.sale2_point_box{
		margin-top: 30px;
		padding: 30px 20px;
	}
	.sale2_point_box .point_image{
		margin-top: 20px;
		text-align: center;
	}
	.sale2_point_box .point_image img{
		width: 100%;
		max-width: 510px;
	}
}
.sale2_point_box .point_text h3{
	color: #00316c;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.8;
}
.sale2_point_box .point_text h3 span{
	font-size: 24px;
	font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
	margin-right: 0.5em;
}
@media (max-width: 750px) {
	.sale2_point_box .point_text h3{
		font-size: 14px;
	}
	.sale2_point_box .point_text h3 span{
		font-size: 20px;
	}
}
.sale2_point_box .point_text p{
	font-size: 14px;
	line-height: 2.0;
	margin-top: 1.5em;
}
@media (max-width: 750px) {
	.sale2_point_box .point_text p{
		font-size: 12px;
	}
}
.sale2_point_box .attention_text{
	margin-top: 0.5em;
	text-align: right;
	font-size: 12px;
}
.sale2_point_box .img_yugu{
	margin-top: 40px;
	width: 100%;
	text-align: center;
}
@media (max-width: 750px) {
	.sale2_point_box .img_yugu{
		margin-top: 30px;
	}
	.sale2_point_box .img_yugu img{
		width: 100%;
		max-width: 360px;
		margin: auto;
	}
}
.sale2_point_box .kashi{
	width: 100%;
	margin-top: 50px;
}
@media (max-width: 750px) {
	.sale2_point_box .kashi{
		margin-top: 30px;
	}
}
.sale2_point_box .kashi_table{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size:14px;
	line-height: 1.6;
}
@media (max-width: 750px) {
	.sale2_point_box .kashi_table{
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.sale2_point_box .kashi_table{
		font-size: 8px;
	}
}
.sale2_point_box .kashi_table tr th{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 1em 0.2em;
	width: 23%;
	background: #96c0d6;
	color: #FFF;
	text-align: center;
	font-weight: 600;
}
.sale2_point_box .kashi_table tr th:first-child{
	width: 31%;
}
.sale2_point_box .kashi_table tr td{
	text-align: center;
	background-color: #FFF;
	vertical-align: middle;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 1em 0.2em;
}
.sale2_point_box .kashi_table tr td.bg_blue{
	background:#EAF2F7;
	font-weight: 600;
}
.kashi_table tr td.bg_gray{
	background:#E6E6E6;
	font-weight: 600;
}
.sale2_point_box .kashi_table tr td.bg_blue span{
	font-weight:normal;
}
.sale2_point_box .kashi_table tr td.red{
	color:#FF0015;
}
.sale2_point_box p.kashi_text{
	font-size: 14px;
	line-height: 2.0;
	margin-top: 1.5em;
}
@media (max-width: 750px) {
	.sale2_point_box p.kashi_text{
		font-size: 12px;
	}
}
.sale2_balloon{
	position: relative;
	display: block;
	margin: 2em auto auto;
	padding: 1em;
	max-width: 1180px;
	color: #555;
	font-size: 16px;
	background: #01316C;
}
.sale2_balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #01316C;
}
.sale2_balloon p{
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.6;
}
.sale2_balloon p span{
	font-size: 20px;
	font-weight: 600;
}
@media (max-width: 750px) {
	.sale2_balloon p{
		font-size: 12px;
	}
	.sale2_balloon p span{
		font-size: 14px;
	}
}
.sale2_check_box{
	border: 1px solid #00316c;;
	margin-top: 40px;
	padding: 40px 50px 50px 100px;
	background: url("../images/service/sale/icon_check.png") no-repeat top 50px left 50px;
	background-size: 26px auto;
}
@media (max-width: 750px) {
	.sale2_check_box{
		margin-top: 30px;
		padding: 50px 20px 20px 20px;
		background: url("../images/service/sale/icon_check.png") no-repeat top 20px center;
		background-size: 20px auto;
	}
}
.sale2_check_box h3{
	color: #00316c;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.8;
}
.sale2_check_box h3 span{
	font-size: 24px;
	font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
	margin-right: 0.5em;
}
@media (max-width: 750px) {
	.sale2_check_box h3{
		font-size: 14px;
	}
	.sale2_check_box h3 span{
		font-size: 20px;
	}
}
.sale2_check_box p{
	font-size: 14px;
	margin-top: 1em;
	line-height: 2.0;
}
@media (max-width: 750px) {
	.sale2_check_box p{
		font-size: 12px;
	}
}
.sale2_check_box p.answer{
	margin-top: 1.5em;
	color: #00316c;
	font-weight: 600;
	background: #CEEDF1;
	padding: 1em 2em;
	border-radius: 5px;
}
@media (max-width: 750px) {
	.sale2_check_box p.answer{
		padding: 1em 1.5em;
	}
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  オリジナル


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  オリジナル - リスト
ーーーーーーーーーーーーーーーーーー*/
@media (min-width: 751px) {
  .original-order {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}

@media (max-width: 750px) {
  .original-order {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.original-order__list {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .original-order__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .original-order__list {
    width: calc(100% - 80px);
  }
}

.original-order__item {
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
}

@media (min-width: 751px) {
  .original-order__item {
    width: calc(50% - 7px);
    padding: 40px 54px 40px 35px;
  }
}

@media (max-width: 750px) {
  .original-order__item {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 30px 42px;
  }
}

@media (min-width: 751px) {
  .original-order__item:nth-last-child(n + 3) {
    margin-bottom: 15px;
  }
}

@media (max-width: 750px) {
  .original-order__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.original-order__icon {
  -ms-flex: none;
      flex: none;
}

@media (min-width: 751px) {
  .original-order__icon {
    width: 100px;
    height: 100px;
    margin-right: 14px;
  }
}

@media (max-width: 750px) {
  .original-order__icon {
    width: 120px;
    height: 120px;
    margin-bottom: 17px;
  }
}

.original-order__ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #00316c;
}

@media (min-width: 751px) {
  .original-order__ttl {
    margin-bottom: 8px;
  }
}

@media (max-width: 750px) {
  .original-order__ttl {
    text-align: center;
    margin-bottom: 10px;
  }
}

.original-order__text {
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
}

/*
  オリジナル - バナー
ーーーーーーーーーーーーーーーーーー*/
.original-recoRegistBnr {
  width: calc(100% - 60px);
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 80px);
}

@media (min-width: 751px) {
  .original-recoRegistBnr {
    margin-top: 90px;
  }
}

.original-recoRegistBnr a {
  display: block;
}

.original-movie {
  background: none;
}

@media (max-width: 750px) {
  .original-movie .c-movieBnr {
    padding-top: 40px;
    padding-bottom: 74px;
  }
}


/* バナー 
@media (min-width: 1024px) {
  .top-banner {
    opacity: 0;
  }
}
.top-banner.is-show {
  opacity: 1;
  transition: opacity 0.3s;
}
.top-banner {
width: calc(100% - 60px);
max-width: 1186px;
margin-bottom: 30px;
margin-right: auto;
margin-left: auto;
}*/

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー


  お客様の声


ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
 お客様の声 一覧
ーーーーーーーーーーーーーーーーーー
.voice-read {
  text-align: center;
  font-weight: 500;
  color: #192d4a;
}

@media (min-width: 751px) {
  .voice-read {
    font-size: 16px;
    line-height: 2.12;
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .voice-read {
    font-size: 13px;
    line-height: 1.84;
    margin-bottom: 20px;
  }
}

.voice {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #ededed;
}

@media (min-width: 751px) {
  .voice {
    padding: 94px 0 0;
  }
}

@media (max-width: 750px) {
  .voice {
    padding: 40px 0 0;
  }
}

.voice-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media (min-width: 751px) {
  .voice-list {
    width: calc(100% - 60px);
    max-width: 1186px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .voice-list {
    padding: 20px;
    margin: 0 auto;
  }
}

.voice-list::after {
  content: "";
  display: block;
  width: 32%;
}

@media (min-width: 751px) {
  .voice-list__item {
    width: 32%;
    margin-bottom: 56px;
  }
}

@media (min-width: 750px) and (max-width: 1024px) {
  .voice-list__item {
    width: 48%;
  }
}

@media (max-width: 750px) {
  .voice-list__item {
    width: 100%;
    margin-bottom: 36px;
  }
}

.voice-list__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .voice-list__img {
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .voice-list__img {
    float:left;
    width:50%;
  }
  .voice-item__contents {
    float:right;
    width:48%;
  }
}

.voice-item__name {
  font-size: 16px;
  font-weight: 600;
  color: #192d4a;
  letter-spacing: 1px;
  line-height:1.5;
}

@media (min-width: 751px) {
  .voice-item__name {
    margin-bottom: 12px;
  }
}

@media (max-width: 750px) {
  .voice-item__name {
    margin-bottom: 8px;
  }
}

.voice-name__en {
  font-size: 13px;
  color: #192d4a;
  display: block;
  font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.voice-item__text {
  font-size: 13px;
  line-height: 1.84;
}

.voice-list__img {
  overflow: hidden;
}

.voice-list__img img {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.voice-list__link {
  display: block;
  opacity: 1 !important;
}

.voice-list__link:hover .voice-list__img img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05, 1.05);
          transform: translate3d(0, 0, 0) scale(1.05, 1.05);
}
.voice-count {
    text-align:center;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 20px;
    color: #00316c;
}

.voice-count .hit-num {
    font-family: futura-pt, noto-sans-cjk-jp, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ";
    font-weight: 500;
    font-size: 44px;
    padding-right:5px;
}
@media (max-width: 750px) {
.voice-count {
    font-size: 16px;
}

.voice-count .hit-num {
    font-size: 36px;
}
}
.voice-main .c-listNav__pager {
    margin-top: 20px;
}*/
/*
 お客様の声 詳細
ーーーーーーーーーーーーーーーーーー

@media (min-width: 751px) {
  .voice-detail {
    width: calc(100% - 60px);
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .voice-detail {
    width: 100%;
  }
}
.voice-detail .scene
{
    font-size:20px;
    font-weight:bold;
}
.voice-detail .scene span
{
    background-color: #00306D;
    display:inline-block;
    color:#FFFFFF;
    padding:0 20px;
}
@media (min-width: 751px) {
.voice-detail .scene
{
    width:700px;
    float:left;
}
.voice-detail .point
{
    width:200px;
    text-align:right;
    float:right;
}
}
@media (max-width: 750px) {
.voice-detail .scene
{
    display:block;
    margin-bottom:10px;
}
.voice-detail .point
{
    display:block;
}
}
.voice-detail .point img
{
    width:150px;
    vertical-align:text-bottom;
    margin-right:10px;
}
.voice-detail .point span
{
    font-size:20px;
    font-weight:bold;
}
.voice-detail-table
{
    width:100%;
    border:0;
    line-height:1.5;
    font-size: 16px;
}
.voice-detail-table th,
.voice-detail-table td
{
    width:50%;
    padding:10px;
    vertical-align:top;
    text-align:left;
    font-weight:normal;
    border-bottom:1px solid #CCCCCC;
}
.voice-detail-table td[colspan="2"]
{
    width:100%;
}
.voice-staff-btn
{
    color:#00306D;
    text-decoration:none;
    border:1px solid #00306D;
    background-color:#FFFFFF;
    padding:5px 25px;
    display:inline-block;
    float:right;
}

.voice-title
{
    font-size:20px;
    line-height:1.5;
    margin-bottom:20px;
}

@media (min-width: 751px) {
.voice-staff-btn:hover
{
    color:#FFFFFF;
    background-color:#00306D;
}
}
@media (max-width: 750px) {
.voice-detail-table
{
    width:95%;
    margin:0 auto;
}
.voice-detail-table th,
.voice-detail-table td
{
    display:block;
    width:100%;
}
.voice-detail-table th
{
    border-bottom:0;
}
.voice-title
{
    width:95%;
    margin:0 auto;
}
}

.voice-slider {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .voice-slider {
    width: calc(100% - 300px);
    max-width: 940px;
    margin: 0 auto 32px;
  }
}

.voice-slider__image img {
    max-width: 100%;
    max-height: 705px;
    margin: 0 auto;
}
@media (max-width: 750px) {
  .voice-slider__image img {
    max-height: auto;
    max-width: 95%;
  }
}

.voice-slider .slick-prev,
.voice-slider .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.voice-slider .slick-prev:hover,
.voice-slider .slick-prev:focus,
.voice-slider .slick-next:hover,
.voice-slider .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.voice-slider .slick-prev:hover:before,
.voice-slider .slick-prev:focus:before,
.voice-slider .slick-next:hover:before,
.voice-slider .slick-next:focus:before
{
    opacity: 1;
}
.voice-slider .slick-prev.slick-disabled:before,
.voice-slider .slick-next.slick-disabled:before
{
    opacity: .25;
}

.voice-slider .slick-prev:before,
.voice-slider .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.voice-slider .slick-prev
{
    left: -25px;
}
.voice-slider [dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.voice-slider .slick-prev:before
{
    content: url(/assets/images/voice/prev.png);
    margin-left: -30px;
}
.voice-slider [dir='rtl'] .slick-prev:before
{
    content: '→';
}

.voice-slider .slick-next
{
    right: -25px;
}
.voice-slider [dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.voice-slider .slick-next:before
{
    content: url(/assets/images/voice/next.png);
    margin-left: 15px;
}
.voice-slider [dir='rtl'] .slick-next:before
{
    content: '←';
}
@media (max-width: 750px) {
.voice-slider .slick-prev
{
    display:none;
}
.voice-slider .slick-next
{
    display:none;
}
}*/

/* バナー 
@media (min-width: 1024px) {
  .voice-bottom-banner {
    opacity: 0;
  }
}
.voice-bottom-banner.is-show {
  opacity: 1;
  transition: opacity 0.3s;
}
.voice-bottom-banner {
    width: calc(100% - 60px);
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    margin-top:30px;
}

.c-btn-voice-bottom
{
    text-align:center;
}

.c-btn-voice-bottom a
{
    color:#00306D;
    text-decoration:none;
    border:1px solid #00306D;
    background-color:#FFFFFF;
    padding:10px 25px;
    display:inline-block;
    font-size: 16px;
}
@media (min-width: 751px) {
.c-btn-voice-bottom a:hover
{
    color:#FFFFFF;
    background-color:#00306D;
}
}
@media (max-width: 750px) {
.c-btn-voice-bottom a
{
    margin-bottom:10px;
    display:block;
}
}

.voice-staff-contents
{
    display:flex;
    flex-wrap:wrap;
    width: calc(100% - 60px);
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 750px) {
.voice-staff-contents
{
    width: calc(100% - 20px);
    margin-top:20px;
}
}
.voice-staff-image
{
    width:42%;
    margin-right:2%;
}
.voice-staff-read
{
    width:56%;
    text-align:left;
}*/
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ANIMATION
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*# sourceMappingURL=maps/style.css.map */


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
TOP NEW ARRIVALS SLIDE 20230508
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* Arrows 
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 0px;
	cursor: pointer;
	background: #CCC;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 2;
}
@media (max-width: 750px) {
	.slick-prev,
	.slick-next {
		height: 30px;
		width: 30px;
	}
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev {
	left: -25px;
	background: url("../images/top/arrow_left.png") no-repeat;
	background-size: contain!important;
}
.slick-next {
	right: -25px;
	background: url("../images/top/arrow_right.png") no-repeat;
	background-size: contain!important;
}
@media (max-width: 750px) {
	.slick-prev {
		left: 5px;
	}
	.slick-next {
		right: 5px;
	}
}*/
