@charset "UTF-8";

body {
  word-break: break-all;
  overflow: overlay;
}

.cmsTitle {
  width: 930px;
  color: #333;
  margin: 10px auto 0;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
  border: solid 10px #cdf5ff;
  font-size: 18px;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.contents .content {
  width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 50px;
}
.contents .content h3.itemTitle {
  font-size: 18px;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 10px 0;
}
.contents .content .newsList,
.contents .content .blogList,
.contents .content .voiceList {
  width: 730px;
}
.contents .content .newsList ul li,
.contents .content .blogList ul li,
.contents .content .voiceList ul li {
  height: 180px;
  margin-bottom: 15px;
  background: #fff;
  border: solid 1px #d0d0d0;
}
.contents .content .newsList ul li a,
.contents .content .blogList ul li a,
.contents .content .voiceList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.contents .content .newsList ul li a:hover,
.contents .content .blogList ul li a:hover,
.contents .content .voiceList ul li a:hover {
  background-color: #fff;
  color: #000000;
  opacity: 0.5;
}
.contents .content ul div.infoBoxWrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.contents .content ul li div.infoBox {
  margin: 20px;
  position: relative;
  flex-grow: 1;
}
.contents .content ul li div.infoBox p.info {
  margin-bottom: 15px;
}
.contents .content ul li.thumbnail div.infoBox {
  width: 440px;
  position: relative;
}
.contents .content div.description {
  font-size: 15px;
  line-height: 25px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.contents .content div.description a {
  color: #0000ee;
}
.contents .single {
  color: #00698c;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.contents .content ul li div.thumbnailBox img {
  width: 270px;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.contents .content ul li div.thumbnailBox.voice img {
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}
/*------- カテゴリボックス -------*/
.contents .categoryBox {
  width: 200px;
  margin-left: 20px;
  background-color: #fff;
  border: solid 1px #d0d0d0;
}
.categoryBox .cateTitle,
.authorBox .author {
  width: 200px;
  height: 50px;
  text-align: center;
  background-color: #ede7cf;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.categoryBox ul {
  padding-bottom: 60px;
}
.categoryBox ul li {
  border-bottom: solid 1px #e8e8e8;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.categoryBox ul.categoryList li {
  width: 175px;
  margin-left: 15px;
}
.categoryBox ul.categoryList li:first-child {
  margin-top: 10px;
}
.categoryBox ul.categoryList li a {
  height: auto;
  display: block;
  padding: 25px 0 10px 10px;
}
.categoryBox .arcCheck {
  display: none;
}
.categoryBox .arcLabel {
  width: 160px;
  display: block;
  position: relative;
  border-bottom: solid 2px #e8e8e8;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 25px 0 15px 10px;
  margin-left: 15px;
  cursor: pointer;
}
.categoryBox .arcLabel::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 10px;
  height: 7px;
  background-repeat: no-repeat;
  background-image: url('//heart-land.cbiz.co.jp/common/img/btn_downArrow.png');
}
.categoryBox .arcLabel.clicked::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 10px;
  height: 7px;
  background-repeat: no-repeat;
  background-image: url('//heart-land.cbiz.co.jp/common/img/btn_upArrow.png');
}
.categoryBox ul.arcContents {
  margin: 0;
  padding: 0;
  list-style: none;
}
.categoryBox ul.arcContents li {
  width: 160px;
  margin-left: 20px;
  padding-left: 10px;
  height: 0;
  line-height: 70px;
  border: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.categoryBox ul.arcContents:last-child {
  margin-bottom: 60px;
}
.categoryBox .arcCheck:checked + .arcContents li {
  width: 160px;
  height: 50px;
  margin-left: 20px;
  line-height: 55px;
  border-bottom: solid 1px #e8e8e8;
  opacity: 1;
  padding-left: 10px;
}
.categoryBox ul.arcContents li a {
  display: block;
}

/*------blog only authorBox------*/
.authorBox .authorImg {
  text-align: center;
  margin: 25px 0;
}
.authorBox .authorName {
  text-align: center;
  width: 170px;
  margin: 0 auto;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.authorBox .authorComment {
  text-align: left;
  width: 170px;
  font-size: 13px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 15px auto 30px;
  line-height: 140%;
}

/*------カテゴリアイコン------*/
p.info span {
  color: #fff;
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 0px 5px;
  margin-left: 5px;
}
p.info span:first-child {
  margin-left: 15px;
}
p.info span:nth-child(n + 2) {
  margin-left: 0px;
}
.new p.info span:nth-child(n + 2) {
  margin-left: 5px;
}
.new p.info span:nth-child(n + 3) {
  margin-left: 0px;
}
/*---固定色---*/
/*-例外(仮)-*/
p.info span.category {
  background-color: #ff7373;
}
/*-その他-*/
p.info span.other {
  background-color: #999999;
}
/*-売却-*/
p.info span.sale {
  background-color: #007d32;
}
/*-購入-*/
p.info span.purchase {
  background-color: #2e8989;
}
/*-NEW-*/
p.info span.newIcon {
  background-color: #e0c448;
}
/*---ここまで固定色---*/

/*-お知らせ-*/
p.info span.notice {
  background-color: #ff7373;
}
/*-新着物件-*/
p.info span.new-property {
  background-color: #006dd9;
}
/*-成約-*/
p.info span.close-property {
  background-color: #5fbd00;
}
/*-価格変更-*/
p.info span.price-change {
  background-color: #6d6098;
}

/*--------pagination--------*/
.contents .wp-next-pagenavi,
.contents .wp-pagenavi {
  text-align: center;
  margin: 0 auto;
}
.contents .wp-next-pagenavi {
  width: 500px;
  height: 65px;
  background-color: #ffffff;
  border: solid 3px #d0d0d0;
  border-radius: 3px;
  margin-bottom: 15px;
}
.contents .wp-next-pagenavi a {
  display: block;
  position: relative;
  height: 100%;
}
.contents .wp-next-pagenavi p {
  font-weight: bold;
  font-size: 20px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contents .wp-next-pagenavi a p.pageCnt {
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  top: 40px;
}
.contents .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 450px;
  height: 45px;
}
.contents .wp-pagenavi a {
  display: block;
  height: 45px;
  margin: 0 3px;
  line-height: 45px;
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
  border-radius: 3px;
  font-size: 15px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.contents .wp-pagenavi a.nextLink,
.contents .wp-pagenavi a.prevLink {
  width: 150px;
}
.contents .wp-pagenavi a.nextLink::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: auto -5px auto 15px;
  background-image: url('/common/img/ico_page-next-arrow.png');
  background-repeat: no-repeat;
}
.contents .wp-pagenavi a.prevLink::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: auto 15px auto -5px;
  background-image: url('/common/img/ico_page-prev-arrow.png');
  background-repeat: no-repeat;
}
.contents .wp-pagenavi a.firstLink,
.contents .wp-pagenavi a.lastLink {
  width: 65px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.contents .wp-pagenavi a.firstLink {
  background-image: url('/common/img/btn_firstpage.png');
}
.contents .wp-pagenavi a.lastLink {
  background-image: url('/common/img/btn_lastpage.png');
}
.contents .wp-pagenavi a.firstLink:hover,
.contents .wp-pagenavi a.lastLink:hover {
  opacity: 0.5;
}
.contents section .wp-pagenavi a.nolink {
  pointer-events: none;
  opacity: 0.5;
}

/*------お客様の声ページ専用------*/
.rightContent {
  width: 220px;
}
.movieBox {
  width: 200px;
  margin-left: 20px;
  margin-bottom: 10px;
  border: solid 1px #d0d0d0;
  background-image: url('/common/img/bg_voiceMovie.png');
  background-size: 106%;
  background-repeat: no-repeat;
}
.movieBox .voiceMovie {
  margin: 9px;
  border: solid 1px #74d59c;
  outline: solid 1px #00c03e;
}
.imgMovie {
  display: block;
  margin: 20px 0 0 5px;
}
.question {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.answer {
  margin-bottom: 30px;
}

/*--------詳細ページのみ適用--------*/
.detailBox {
  width: 730px;
}
.detailBox .detail {
  background: #fff;
  border: solid 1px #d0d0d0;
}
.detail p.info {
  width: 650px;
  color: #333;
  margin: 40px auto 20px;
  text-align: left;
}
.detail p.thumbnail {
  text-align: center;
  margin-bottom: 30px;
}
.detail p.thumbnail img {
  text-align: center;
  max-width: 650px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  margin: 0 auto 30px;
}
.contents .content .detail h2 {
  max-width: 650px;
  font-size: 24px;
  text-align: left;
  margin: 20px auto;
}
.detail div.description {
  max-width: 650px;
  margin: 0 auto 40px;
}
.detail div.description h2 {
  border-top: 6px solid #f1c594;
  background-color: #fbf4e3;
  padding: 13px;
}
.detail div.description h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  border-left: 5px solid #f1c594;
  margin: 20px 0;
  padding-left: 10px;
}
.detail div.description p {
  line-height: 1.8em;
}
.detail div.description img {
  max-width: 650px;
  height: auto;
  margin: 30px 0;
}
/*-----ページネーション-----*/
.pagination {
  width: 500px;
  margin: 0 auto;
}
.pagination p.pageBack {
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 40px auto 15px;
  text-align: center;
  background: #fff;
  border: solid 3px #d0d0d0;
  border-radius: 3px;
}
.pagination p.pageBack a {
  display: block;
}
.pagination p.pageBack a:hover {
  opacity: 0.5;
  color: #000;
  background-color: #ffffff;
  text-decoration: none;
}
.pagination .nextPage,
.pagination .prevPage {
  width: 240px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: center;
  background: #fff;
  border: solid 1px #d0d0d0;
  border-radius: 3px;
}
.pagination .nextPage a,
.pagination .prevPage a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pagination .nextPage a:hover,
.pagination .prevPage a:hover {
  opacity: 0.5;
  background-color: #ffffff;
}
.nextPage {
  float: left;
}
.prevPage {
  float: right;
}
.prevPage .textTitle {
  margin: auto auto auto 20px;
}
.nextPage .textTitle {
  margin: auto 20px auto auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.textTitle {
  width: 120px;
}
.pagination .thumbnail {
  max-width: 74px;
  max-height: 74px;
  margin: 3px;
}
.pagination .thumbnail img {
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}
.nextPage .textTitle.noThumbnail {
  margin-left: 35px;
}
.prevPage .textTitle {
  margin-left: 15px;
}
.prevPage .textTitle.noThumbnail {
  margin: auto 50px auto 45px;
}
.pagination .nextPage::before {
  content: '';
  width: 12px;
  height: 12px;
  margin: 0 6px 0 12px;
  display: block;
  background-image: url('/common/img/ico_single-next-arrow.png');
  background-repeat: no-repeat;
}
.pagination .prevPage::after {
  content: '';
  width: 12px;
  height: 12px;
  margin: 0 9px;
  display: block;
  background-image: url('/common/img/ico_single-prev-arrow.png');
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .cmsTitle {
    color: #331f00;
    font-size: 20px;
    width: auto;
    margin: 0;
  }

  .contents .content {
    flex-direction: column;
    width: auto;
    margin: 0;
  }
  .contents .content .newsList,
  .contents .content .blogList,
  .contents .content .voiceList {
    margin-bottom: 15px;
    width: auto;
  }
  .contents .content .newsList ul,
  .contents .content .blogList ul,
  .contents .content .voiceList ul {
    margin: 20px 0;
  }
  .contents .content .newsList ul li,
  .contents .content .blogList ul li,
  .contents .content .voiceList ul li {
    position: relative;
    margin-bottom: 25px;
    height: auto;
    border: none;
  }
  .contents .content .newsList ul li a,
  .contents .content .blogList ul li a,
  .contents .content .voiceList ul li a {
    display: block;
    text-decoration: none;
    color: #000000;
    width: 100%;
    height: auto;
  }
  .thumbnailBox {
    text-align: center;
    margin-bottom: 20px;
  }
  .contents .content ul li div.thumbnailBox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .contents .content ul li div.thumbnailBox.voice img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
  }
  .contents .content ul li div.infoBoxWrapper {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
  .contents .content ul li div.infoBox,
  .contents .content ul li.thumbnail div.infoBox {
    width: auto;
    margin: 0;
  }
  .contents .content ul li div.infoBox .info,
  .contents .content ul li.thumbnail div.infoBox .info {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .contents .content h3.voiceTitle {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .contents .content div.description {
    margin-bottom: 15px;
    line-height: 1.6em;
  }
  .contents .content div.description iframe {
    max-width: 100%;
  }
  .contents .single {
    text-align: right;
    position: static;
  }
  .contents li.thumbnail .single {
    text-align: right;
    position: static;
  }

  .rightContent {
    width: 100%;
  }

  /*------- カテゴリボックス -------*/
  .contents .categoryBox {
    background-color: #fff;
    border: solid 1px #d0d0d0;
    width: 100%;
    margin-left: 0;
  }
  .categoryBox .cateTitle {
    padding: 15px;
    background-color: #ede7cf;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 1.2;
  }
  .categoryBox ul {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .categoryBox ul li {
    border-bottom: solid 1px #e8e8e8;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .categoryBox ul.categoryList li {
    width: 100%;
    margin-left: 0;
  }
  .categoryBox ul.categoryList li:first-child {
    margin-top: 0;
  }
  .categoryBox ul.categoryList li a {
    display: block;
    color: #212121;
    padding: 25px 0 15px 10px;
  }
  .categoryBox .arcCheck {
    display: none;
  }
  .categoryBox .arcLabel {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
    border-bottom: solid 2px #e8e8e8;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 25px 0 15px 10px;
    cursor: pointer;
  }
  .categoryBox .arcLabel::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 10px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url('//heart-land.cbiz.co.jp/common/img/btn_downArrow.png');
  }
  .categoryBox .arcLabel.clicked::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 10px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url('//heart-land.cbiz.co.jp/common/img/btn_upArrow.png');
  }
  .categoryBox ul.arcContents {
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .categoryBox ul.arcContents li {
    padding-left: 0;
    height: 0;
    line-height: 60px;
    margin-left: 0;
    border: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    box-sizing: border-box;
  }
  .categoryBox ul.arcContents li a {
    color: #212121;
    display: block;
    padding-left: 10px;
  }
  .categoryBox ul.arcContents:last-child {
    margin: 0 auto 60px;
  }
  .categoryBox .arcCheck:checked + .arcContents li {
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    line-height: 60px;
    padding-left: 0;
  }

  /*-------お客様の声-------*/
  div.movieBoxSP {
    width: 90%;
    margin-bottom: 25px;
    padding: 15px 5% 15px;
    background-color: #f8f5eb;
  }
  div.movieBoxSP h3 {
    text-align: center;
    position: relative;
    line-height: 22px;
    font-size: 18px;
    padding: 5px 0;
    color: #ffffff;
    background-color: #ff0000;
  }
  div.movieBoxSP h3::before {
    content: '';
    display: inline-block;
    background-image: url(/common/img/ico_movie.png);
    background-size: contain;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    margin-right: 5px;
  }
  div.movieBoxSP .voiceMovie {
    margin-bottom: 10px;
  }
  div.movieBoxSP img {
    width: 100%;
    aspect-ratio: 324 / 200;
    object-fit: cover;
  }
  div.movieBoxSP a {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    position: relative;
  }
  div.movieBoxSP a::before {
    content: '▶';
    color: #fff;
    background-color: #ff0000;
    width: 66px;
    height: 48px;
    border-radius: 12px;
    position: absolute;
    display: grid;
    place-items: center;
    font-size: 26px;
  }
  .description p.question {
    font-size: 15px;
    font-weight: bold;
  }
  .description p.answer {
    margin-bottom: 20px;
  }

  /*------カテゴリアイコン------*/
  p.info span {
    color: #fff;
    font-size: 12px;
    font-family: 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 18px;
    padding: 2px 5px;
    margin-left: 4px;
  }
  p.info span:first-child {
    margin-left: 9px;
  }
  p.info span:nth-child(n + 2) {
    margin-left: 0px;
  }
  .new p.info span:nth-child(n + 2) {
    margin-left: 4px;
  }
  .new p.info span:nth-child(n + 3) {
    margin-left: 0px;
  }
  /*---固定色---*/
  /*-例外(仮)-*/
  p.info span.category {
    background-color: #ff7373;
  }
  /*-その他-*/
  p.info span.other {
    background-color: #999999;
  }
  /*-売却-*/
  p.info span.sale {
    background-color: #007d32;
  }
  /*-購入-*/
  p.info span.purchase {
    background-color: #2e8989;
  }
  /*-NEW-*/
  p.info span.newIcon {
    background-color: #e0c448;
  }
  /*---ここまで固定色---*/

  /*-お知らせ-*/
  p.info span.notice {
    background-color: #ff7373;
  }
  /*-新着物件-*/
  p.info span.new-property {
    background-color: #006dd9;
  }
  /*-成約-*/
  p.info span.close-property {
    background-color: #5fbd00;
  }
  /*-価格変更-*/
  p.info span.price-change {
    background-color: #6d6098;
  }

  /*--------pagination 一覧--------*/
  .contents .wp-next-pagenavi,
  .contents .wp-pagenavi {
    text-align: center;
    margin: 0 auto;
  }
  .contents .wp-next-pagenavi {
    width: 90%;
    height: 60px;
    background-color: #ffffff;
    border: solid 3px #d0d0d0;
    border-radius: 3px;
    margin-bottom: 15px;
  }
  .contents .wp-next-pagenavi a {
    display: block;
    color: #212121;
    position: relative;
  }
  .contents .wp-next-pagenavi p {
    font-weight: bold;
    font-size: 20px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .contents .wp-next-pagenavi a p.pageCnt {
    color: #999999;
    font-weight: normal;
    font-size: 12px;
    top: 35px;
  }
  .contents .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .contents .wp-pagenavi a {
    display: block;
    height: 45px;
    margin: 0 5px;
    color: #212121;
    line-height: 45px;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
    border-radius: 3px;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .contents .wp-pagenavi a.nextLink,
  .contents .wp-pagenavi a.prevLink {
    width: 35%;
  }
  .contents .wp-pagenavi a.nextLink::after,
  .contents .wp-pagenavi a.prevLink::before {
    display: none;
  }
  .contents .wp-pagenavi a.firstLink,
  .contents .wp-pagenavi a.lastLink {
    width: 15%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 27%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contents .wp-pagenavi a.firstLink {
    background-image: url('/common/img/btn_sp_firstpage.png');
  }
  .contents .wp-pagenavi a.lastLink {
    background-image: url('/common/img/btn_sp_lastpage.png');
  }
  .contents section .wp-pagenavi a.nolink {
    pointer-events: none;
    opacity: 0.5;
  }

  /*--------詳細ページのみ適用--------*/
  .detailBox {
    width: 90%;
    max-width: 650px;
    margin: 20px auto;
    overflow: hidden;
  }
  .detailBox .detail {
    border: unset;
    border-bottom: 1px solid #d0d0d0;
    max-width: 650px;
    margin: 0 auto 30px;
  }
  .detail p {
    width: 100%;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.6em;
    text-align: left;
  }
  .detail p.info {
    width: 100%;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.6em;
    text-align: left;
    margin: 0;
  }
  .detail p.thumbnail {
    margin-bottom: 0;
  }
  .detail p.thumbnail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .contents .content .detail h2 {
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: left;
    margin: 15px auto;
  }
  .contents .content .detail div.description {
    max-width: 650px;
    margin: 0 auto 40px;
  }
  .contents .detail div.description h2 {
    border-top: 4px solid #f1c594;
    background-color: #fbf4e3;
    padding: 13px;
    font-size: 16px;
  }
  .contents .detail div.description h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    border-left: 5px solid #f1c594;
    padding-left: 10px;
    margin: 10px 0;
  }
  .detail div.description img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
  }
  /*--------pagination 詳細--------*/
  .detailBox .pagination {
    width: 100%;
  }
  .detailBox .pagination .pageBack {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    height: auto;
    line-height: 1.2;
  }
  .detailBox .pageBack a {
    color: #000000;
    display: block;
    padding: 20px 0;
  }
  .pagination .nextPage,
  .pagination .prevPage {
    width: 48%;
    height: 50px;
    font-size: 12px;
  }
  .pagination .nextPage {
    float: left;
  }
  .pagination .prevPage {
    float: right;
  }
  .pagination .nextPage a,
  .pagination .prevPage a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .pagination .thumbnail {
    position: relative;
    min-width: 35%;
    margin: 2px;
    overflow: hidden;
    height: 100%;
  }
  .pagination .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .nextPage .textTitle,
  .prevPage .textTitle {
    margin: auto;
    width: auto;
    text-align: center;
  }
  .nextPage .textTitle.noThumbnail,
  .prevPage .textTitle.noThumbnail {
    margin: auto;
  }
  .pagination .nextPage::before {
    margin: auto 10px;
  }
  .pagination .prevPage::after {
    margin: auto 10px;
  }

  /*-----スタッフブログ-----*/
  .authorBox {
    background-color: #f9f7ee;
    width: 100%;
    margin: 30px auto;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .authorBox .authorFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 15px;
  }
  .author {
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
  }
  .authorImg {
    text-align: center;
  }
  .authorImg img {
    width: 70px;
  }
  .authorComment {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 0;
  }

  #boxer.mobile {
    z-index: calc(infinity);
  }
}

/*-----社長ブログ-----*/
.presidentBlogListContents .detailTagList {
  max-width: 650px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.presidentBlogListContents .tagList {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.presidentBlogListContents .tagItem {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d0d0d0;
  color: #333;
  border-radius: 16px;
}

.presidentBlogListContents .tagItem:hover {
  text-decoration: none;
  background-color: #f1c594;
}

.presidentBlogListContents .tagItemActive {
  background-color: #fb1a1a;
  color: #fff;
}

.presidentBlogListContents .arcItemActive {
  color: #fb1a1a;
}
