<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc-br {
  display: block;
}
.sp-br {
  display: none;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
body {
  border-top: 2px solid #0065AF;
}
#header_n {
  width: 100%;
  position: fixed;
  background-color: #FFF;
  padding: 0 30px;
  z-index: 1000;
  margin-top: -2px;
  border-top: 2px solid #0065AF;
}
#header_n h1 {
  position: relative;
  display: flex;
}
#header_n h1 a {
  order: 1;
}
#header_n h1 p {
  float: none;
  order: 2;
  margin-right: 15px;
}
#header_n div.six {
  position: relative;
  top: auto;
  right: auto;
  order: 3;
}
#header_n div.six img {
  width: 70px;
  float: none;
}
#header_n #globalNavi1 {
  left: 44px;
}
#header_n #subnavi {
  top: 30px;
  right: 30px;
}
#header_n #globalNavi2 {
}

#header_n #globalNavi1 li a:hover,
#header_n #globalNavi2 li a:hover {
  background-color: #0065AF;
  color: #FFF;
}

#header_n #globalNavi1 li.current {
  background-color: #0065AF;
}

#header_n #globalNavi1 li.current a {
  color: #FFF;
}

.openbtn1, #g-nav {
  display: none;
}
#header_n.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*縲荳九↓荳九′繧句虚縺阪*/

#header_n.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.page-title {
  width: 100%;
  height: 270px;
  background: url('../img/add_img/kenchikuchu.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  border-top: 1px solid #e5e5e5;
  margin-top: 105px;
}
.page-title .title-box {
  padding: 24px 36px 21px 37px;
  background-color: rgba(0, 101, 175, 0.8);
  display: inline-block;
  margin-top: 54px;
  margin-left: 110px;
}
.page-title .title-box h2 {
  font-size: 34px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 17px;
}
.page-title .title-box p {
  font-size: 14px;
  color: #FFF;
  line-height: 24px;
  width: 326px;
  font-weight: bold;
}
.page-title .title-box p span {
  white-space: nowrap;
}

.bread {
  display: flex;
  margin-left: 3%;
  margin-bottom: 120px;
}
.bread li {
  font-size: 12px;
  position: relative;
}
.bread li a {
  color: rgba(0,0,0,0.5);
  font-weight: bold;
}
.bread li span {
  color: #0065AF;
  font-weight: bold;
}
.bread li:after {
  content: '&gt;';
  color: rgba(0,0,0,0.5);
  margin: 0 7px;
}
.bread li:last-child:after {
  content: '';
}

.under_construction,
.archive {
  margin: 0 80px;
}
.under_construction {
  margin-bottom: 120px;
}
.under_construction h3,
.archive h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 27px;
}
section .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .flex.type02 {
  justify-content: flex-start;
}
section .item {
  width: 30%;
  height: auto;
  background-color: #f7f7f7;
  border: 1px solid #e3e3e3;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
section .item.typeIncomeProperty {
  position: relative;
}
section .flex.type02 .item {
  margin-right: calc((100% - 30% * 3) / 2);
}
@media screen and (min-width: 1279px) {
  .under_construction .flex:after{
    content:"";
    display: block;
    width:30%;
  }
}
@media screen and (min-width: 1599px) {
  section .flex:before{
    content:"";
    display: block;
    width:23%;
    order:1;
  }
  .under_construction .flex:after{
    content:"";
    display: block;
    width:23%;
  }
}
section .flex.type02 .item:nth-child(3n) {
  margin-right: 0;
}
section .item.new {
  position: relative;
}
section .item.new:before {
  border-color: #e76307 transparent transparent transparent;
  border-style: solid;
  border-width: 102px 102px 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
section .item.new:after {
  color: #fff;
  content: "NEW";
  font-size: 20px;
  position: absolute;
  top: 16px;
  left: 9px;
  z-index: 3;
  font-weight: bold;
}

section .item .icnSold {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
@media all and (max-width: 840px){
  section .item .icnSold {
    width: 62px;
    height: 62px;
  }
}

section .item .icnSold:before {
  content: 'SOLD';
  position: absolute;
  left: -47px;
  top: 45px;
  display: inline-block;
  width: 220px;
  margin: 0;
  padding: 0.4em 0 0.3em 0;
  border-radius: 0;
  background-color: #1e91d8;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transform: rotate(-45deg);
}
@media all and (max-width: 840px){
  section .item .icnSold:before {
    left: -35px;
    top: 18px;
    width: 120px;
    padding: 0.3em 0 0.2em 0;
    font-size: 10px;
  }
}

section .item a.boxImg {
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
}
section .item img {
  width: 100%;
  margin-bottom: 20px;
}
section .item a.boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section .item h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  padding: 0 5px;
}
section .item p {
  font-size: 12px;
  margin-bottom: 30px;
  padding: 0 5px;
}
section .item p span {
  margin-left: 6px;
}
section .item &gt; span {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  margin-left: 5px;
}
section .item &gt; span:first-child {
  margin-left: 5px;
}
section .item &gt; span.orange {
  background-color: #EB6300;
}
section .item &gt; span.green {
  background-color: #228B22;
}
section .item &gt; span.blue {
  background-color: #0065AF;
}
section .item &gt; span.red {
  background-color: #E9310F;
}

.archive .select-box:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  margin-left: -34px;
}
.archive select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-size: 16px;
  color: #333;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background-color: #F0F0F0;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 40px;
}

.past-btn {
  width: 500px;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  padding-left: 64px;
  box-sizing: border-box;
  border: 1px solid #707070;
  display: block;
  margin: 260px auto 150px auto;
  position: relative;
  color: #333;
}
.past-btn:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  left: 18px;
}

.popup-banner {
  position: fixed;
  bottom: 50px;
  right: 30px;
  text-align: right;
  z-index: 500;
}
.popup-banner .close-btn {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  cursor: pointer;
}
.popup-banner .flex {
  display: flex;
}
.popup-banner .flex .bnr {
  width: 244px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #C6C6C6;
  border-radius: 5px;
  box-shadow: 0px 3px 10px #00000033;
  background-color: #EEF1F2;
  text-align: center;
}
.popup-banner .flex .bnr1 {
  margin-right: 15px;
}
.popup-banner .flex .bnr1 p {
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0;
}
.popup-banner .flex .bnr1 .tel {
  font-size: 22px;
  font-weight: bold;
  color: #0065AF;
  /*padding-left: 25px;
  background: url('../img/add_img/open_phone.png') no-repeat;*/
  background-position: left top;
  background-size: 23px 21px;
}
.popup-banner .flex .bnr2 p {
  font-size: 21px;
  font-weight: bold;
  padding-top: 21px;
}
.popup-banner .flex .bnr2 span {
  font-size: 15px;
  margin-left: 8px;
}

/* 繝倥ャ繝繝ｼ繝翫ン縺瑚｢ｫ縺｣縺ｦ縺励∪縺��蟶ｽ蟄�
 */
@media screen and (min-width: 840px) and ( max-width:1070px) {
  #header_n #globalNavi2 {
    top: 48px;
    right: 19px;
  }
}

@media screen and (max-width: 840px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #header_n {
    height: 85px;
    padding: 0 14px;
  }
  #header_n h1 {
    left: 10px;
    flex-wrap: wrap;
  }
  #header_n h1 a {
    order: 2;
  }
  #header_n h1 a img {
    width: 160px;
  }
  #header_n h1 p {
    float: none;
    order: 1;
    margin-right: 0;
    font-size: 14px;
    width: 100%;
  }
  #header_n div.six {
    position: relative;
    top: auto;
    right: auto;
    order: 3;
  }
  #header_n div.six img {
    width: 54px;
  }
  #header_n .PC {
    display: none !important;
  }
  #header_n #globalNavi1 {
    left: 10px;
  }
  #header_n #subnavi {
    right: 10px;
  }
  #header_n #globalNavi2 {
    right: 10px;
  }

  /* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ */
  .menu-back {
    background-color: #3C3C3C98;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 85px;
    left: 0;
    display: none;
    z-index: 80;
  }
  #g-nav{
    position:absolute;
    z-index: 999;
    top:85px;
    right: 0;
    width:60%;
    height: auto;
    background:#FFF;
    transition: all 0.6s;
    display: none;
    /* display: block; */
  }

  #g-nav.panelactive{
    display: block;
  }

  #g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav ul {
    z-index: 999;
  }
  #g-nav ul:before {
    font-size: 22px;
    font-weight: bold;
    margin-left: -15px;
  }
  #g-nav .main-nav li {
    list-style: none;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #DDD;
  }
  #g-nav .main-nav li:last-child {
    border-bottom: none;
  }
  #g-nav .main-nav li a {
    color: #333;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 55px;
    padding-left: 28px;
    width: 100%;
    box-sizing: border-box;
  }
  #g-nav .main-nav li.current {
    background-color: #267EBC;
  }
  #g-nav .main-nav li.current a {
    color: #FFF;
  }
  #g-nav li a:hover {
    opacity: 0.5;
  }
  #g-nav .sub-nav {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
  }
  #g-nav .sub-nav li {
    margin-bottom: 15px;
  }
  #g-nav .sub-nav li:last-child {
    margin-bottom: 0;
  }
  #g-nav .sub-nav li a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 28px;
  }
  #g-nav .sub-nav li a:before {
    content: '&gt; ';
  }
  #g-nav .mini-nav {
    padding: 15px 0;
  }
  #g-nav .mini-nav li {
    margin-bottom: 15px;
  }
  #g-nav .mini-nav li:last-child {
    margin-bottom: 0;
  }
  #g-nav .mini-nav li a {
    font-size: 15px;
    color: #333;
    padding-left: 28px;
  }
  #g-nav .mini-nav li a:before {
    content: '&gt; ';
  }




  .openbtn1 {
    display: block;
    position:absolute;
    z-index: 9999;
    top:30px;
    right: 24px;
    cursor: pointer;
    width: 35px;
    height:26px;
  }

  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #333333;
    width: 100%;
  }

  .openbtn1 span:nth-of-type(1) {
    top:0;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 12px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 23px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 9px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3){
    top: 21px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }

  .page-title {
    width: 100%;
    height: 142px;
    margin-bottom: 24px;
    background-position: center;
    margin-top: 85px;
  }
  .page-title .title-box {
    padding: 10px 20px;
    margin-top: 15px;
    margin-left: 17px;
  }
  .page-title .title-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-title .title-box p {
    font-size: 11px;
    color: #FFF;
    line-height: 18px;
    width: 214px;
  }
  .page-title .title-box p span {
    white-space: normal;
  }
  .bread {
    margin-left: 5%;
    margin-bottom: 56px;
  }
  .under_construction,
  .archive {
    margin: 0 14px;
  }
  .under_construction {
    margin-bottom: 120px;
  }
  .under_construction h3,
  .archive h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  section .item {
    width: 48%;
    /*height: 295px;*/
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  section .flex.type02 .item {
    margin-right: calc(100% - 48% * 2);
  }
  section .flex.type02 .item:nth-child(3n) {
    margin-right: calc(100% - 48% * 2);
  }
  section .flex.type02 .item:nth-child(2n) {
    margin-right: 0;
  }
  section .item img {
    width: 100%;
    margin-bottom: 13px;
  }
  section .item h4 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  section .item p {
    margin-bottom: 26px;
  }

  section .item &gt; span {
    font-size: 11px;
    margin-left: 0px;
    padding: 6px 8px;
  }
  section .item.new:before {
    border-width: 40px 40px 0 0;/*55px 55px 0 0;*/
  }
  section .item.new:after {
    font-size: 7px;
    position: absolute;
    top: 6px;
    left: 3px;
  }
  .archive .select-box:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    margin-left: -34px;
  }
  .archive select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    font-size: 16px;
    color: #333;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: #F0F0F0;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .past-btn {
    width: 80%;
    height: 90px;
    font-size: 18px;
    line-height: 27px;
    padding-left: 58px;
    margin: 108px auto 86px auto;
    padding-top: 17px;
  }
  .past-btn:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 7px);
    left: 12px;
  }
  .popup-banner {
    bottom: 100px;
    width: 244px;
  }
  .popup-banner .flex {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .popup-banner .flex .bnr1 {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .popup-banner .flex .bnr1 p {
    margin-top: 5px;
    margin-bottom: -3px;
  }
  .popup-banner .flex .bnr2 p {
    padding-top: 15px;
  }
}


/******* 險倅ｺ倶ｸ隕ｧ繝ｻ隧ｳ邏ｰ繝壹�繧ｸ ********/
.articles .page-title,
.article-show .page-title {
  background: none;
  height: 135px;
  background-color: #F7F7F7;
}
.articles .page-title h2,
.article-show .page-title h2 {
  color: #000;
  font-size: 32px;
  padding-left: 81px;
  padding-top: 54px;
}
.three-columns {
  margin-top: 124px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 193px;
}
.three-columns .left-column {
  width: 20%;
  padding-left: 30px;
  box-sizing: border-box;
}
.three-columns .left-column p {
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 30px;
}
.three-columns .left-column h3 {
  font-size: 16px;
  margin-bottom: 18px;
}
.three-columns .left-column i {
  font-size: 12px;
  color: #0065AF;
}
.three-columns .left-column .boxDlProperty01 {
  margin-top: -12px;
  margin-bottom: 4.0em;
}
@media all and (max-width: 840px){
  .three-columns .left-column .boxDlProperty01 {
    margin-top: -13px;
  }
}
.three-columns .left-column .dlProperty01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 14px;
}
@media all and (max-width: 1350px){
  .three-columns .left-column .dlProperty01 {
    display: block;
  }
}
@media all and (max-width: 840px){
  .three-columns .left-column .dlProperty01 {
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
  }
}
.three-columns .left-column .dlProperty01 &gt; dt {
  width: 78px;
  padding-left: 18px;
}
@media all and (max-width: 1350px){
  .three-columns .left-column .dlProperty01 &gt; dt {
    width: 100%;
    margin-bottom: 0.5em;
    padding-left: 18px;
  }
}
@media all and (max-width: 840px){
  .three-columns .left-column .dlProperty01 &gt; dt {
    width: 85px;
    margin-bottom: 0;
  }
}
.three-columns .left-column .dlProperty01 &gt; dt .str2 {
  letter-spacing: 1.0em;
}
.three-columns .left-column .dlProperty01 &gt; dd {
  width: calc(100% - 78px);
}
@media all and (max-width: 1350px){
  .three-columns .left-column .dlProperty01 &gt; dd {
    width: 100%;
    padding-left: 18px;
  }
}
@media all and (max-width: 840px){
  .three-columns .left-column .dlProperty01 &gt; dd {
    width: calc(100% - 85px);
    padding-left: 0;
  }
}
.three-columns .left-column .information {
  margin-top: -16px;
  line-height: 22px;
}
.three-columns .left-column .address {
  margin-top: -16px;
  line-height: 20px;
}
.three-columns .left-column a {
  display: block;
}
.three-columns .left-column img {
  height: 40px;
  width: auto;
}


.three-columns .right-column {
  width: 20%;
  padding-right: 30px;
  box-sizing: border-box;
}
.three-columns .right-column h4 {
  color: #333333;
  font-size: 16px;
  margin-bottom: 26px;
}
.three-columns .right-column ul li {
  line-height: 20px;
  margin-bottom: 8px;
}
.three-columns .right-column ul li.current {
  overflow: hidden;
  visibility: visible;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.three-columns .right-column ul li a {
  overflow: hidden;
  visibility: visible;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgba(0,0,0,0.5);
  font-size: 13px;
}
.three-columns .right-column .article-list {
  margin-bottom: 90px;
}
.three-columns .right-column .building-list {
  margin-bottom: 107px;
}
.three-columns .right-column .archive {
  margin: 0;
}
.three-columns .right-column .archive h5 {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.three-columns .right-column .archive span {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
.three-columns .right-column .archive span.close {
  display: none;
}
.three-columns .right-column .archive span.close span {
  rotate: 90deg;
  display: inline-block;
}
.three-columns .right-column .archive .year-block {
  margin-bottom: 37px;
}
.three-columns .right-column .archive ul {
  margin-top: 16px;
}
.three-columns .right-column .archive ul.hide {
  display: none;
}
.three-columns .right-column .archive .old {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}

.three-columns .center-column {
  width: 50%;
}

.articles .three-columns .center-column h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 50px;
}

.articles .three-columns .center-column .article {
  display: flex;
  margin-bottom: 78px;
}
.articles .three-columns .center-column .post-date {
  margin-right: 23px;
  text-align: center;
}
.three-columns .center-column .post-date .month {
  font-size: 42px;
  color: #333;
  border-bottom: 1px solid #000000;
  display: inline;
  padding-bottom: 3px;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.three-columns .center-column .post-date .date {
  font-size: 52px;
  color: #333;
  padding-top: 20px;
  margin-bottom: 10px;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.three-columns .center-column .post-date .year {
  font-size: 17px;
  color: #333;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.articles .three-columns .center-column .article img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 14px;
}
.articles .three-columns .center-column .article h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.articles .three-columns .center-column .article p {
  font-size: 14px;
  color: rgba(0,0,20,0.6);
  line-height: 20px;
}
.articles .three-columns .center-column .article .show {
  width: 100%;
}

.article-show .heading {
  position: relative;
  margin-bottom: 20px;
}

.article-show .post-date {
  text-align: center;
  display: inline-block;
}
.article-show h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  position: absolute;
  top: 45px;
  left: 120px;
}
.article-show article {
  margin-bottom: 210px;
  padding-left: 75px;
}
.article-show article figure {
  margin: 0;
}
.article-show article img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.article-show article .eye-catch {
  margin-bottom: 30px;
}
.article-show article p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 50px;
}
.article-show .links {
  display: flex;
  justify-content: space-between;
}
.article-show .links a {
  display: block;
  width: 97px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  border-radius: 4px;
  border: 1px solid #000;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 840px) {
  .articles .page-title h2,
  .article-show .page-title h2 {
    font-size: 24px;
    padding-left: 21px;
    padding-top: 38px;
    padding-right: 30px;
  }
  .articles .bread,
  .article-show .bread {
    flex-wrap: wrap;
  }
  .articles .bread li,
  .article-show .bread li {
    word-break: break-all;
  }
  .three-columns {
    margin-top: 88px;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .three-columns .left-column {
    width: 100%;
    order: 2;
    margin-top: 137px;
    border-top: 1px solid #707070;
    padding:0 32px;
    padding-top: 25px;
  }
  .three-columns .left-column p {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .three-columns .left-column h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .three-columns .left-column i {
    font-size: 13px;
  }
  .three-columns .left-column .information {
    margin-top: -18px;
    line-height: 22px;
  }
  .three-columns .left-column .address {
    margin-top: -18px;
  }
  .three-columns .left-column img {
    height: 58px;
    width: auto;
  }


  .three-columns .right-column {
    width: 100%;
    order: 3;
    margin-top: 37px;
    padding-top: 21px;
    padding-right: 0;
    border-top: 1px solid #707070;
  }
  .three-columns .right-column h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .three-columns .right-column ul li {
    line-height: 20px;
    margin-bottom: 8px;
  }
  .three-columns .right-column ul li a {
    font-size: 16px;
  }
  .three-columns .right-column .article-list {
    margin-bottom: 0;
    padding: 0 32px;
  }
  .three-columns .right-column .building-list {
    margin-bottom: 0;
    margin-top: 37px;
    border-top: 1px solid #707070;
    padding: 0 32px;
    padding-top: 25px;
  }
  .three-columns .right-column .archive {
    margin: 0;
    margin-top: 25px;
    border-top: 1px solid #707070;
    padding: 0 32px;
    padding-top: 25px;
  }
  .three-columns .right-column .archive h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .three-columns .right-column .archive span {
    font-size: 16px;
  }
  .three-columns .right-column .archive ul {
    margin-top: 10px;
  }
  .three-columns .right-column .archive .old {
    font-size: 16px;
  }

  .three-columns .center-column {
    order: 1;
    width: 100%;
    padding-left: 26px;
    padding-right: 35px;
  }

  .articles .three-columns .center-column h1 {
    font-size: 22px;
    margin-bottom: 65px;
  }
  .articles .three-columns .center-column .article {
    margin-bottom: 48px;
  }
  .articles .three-columns .center-column .post-date {
    margin-right: 15px;
  }
  .three-columns .center-column .post-date .month {
    font-size: 31px;
    padding-bottom: 10px;
  }
  .three-columns .center-column .post-date .date {
    font-size: 38px;
    padding-top: 2px;
  }
  .three-columns .center-column .post-date .year {
    font-size: 12px;
  }
  .articles .three-columns .center-column .article img {
    margin-bottom: 13px;
  }
  .articles .three-columns .center-column .article h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .article-show .heading {
    position: relative;
    margin-bottom: 38px;
  }
  .article-show .center-column {
    padding-right: 35px;/*26px;*/
    padding-left: 26px;
  }
  .article-show h1 {
    font-size: 22px;
    top: 20px;
    left: 75px;
  }
  .article-show article {
    margin-bottom: 216px;
    padding-left: 0;/*53px;*/
  }
  .article-show article img {
    width: 100%;
    margin-bottom: 20px;
  }
  .article-show article p {
    margin-bottom: 46px;
  }
}


/******* 繝ｪ繝輔か繝ｼ繝� ********/
.reforms .reform-example {
  margin-bottom: 100px;
}
.reforms .page-title {
  background: url('../img/add_img/reform_bn_img.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reforms .title-box {
  margin-top: 44px;
  width: 399px;
}
.reforms .title-box p span {
  white-space: normal;
}
.reforms .bread {
  margin-bottom: 48px;
}

.tags {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.tags li {
  margin-right: 17px;
}
.tags li:last-child {
  margin-right: 0;
}
.tags li a {
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #CECECE;
}
.tags li.current a {
  background-color: #C0CDD5;
}
.reforms .item {
  height: auto;
}
.reforms .item &gt; p {
  margin-bottom: 0;
}
.reforms .item &gt; span {
  width: 60px;
  height: 27px;
  text-align: center;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  border-radius: 50px;
  padding: 6px 0 0 0;
  float: right;
  margin-top: -20px;
}
.reforms .item &gt; span.blue {
  background-color: #87BCE0;
}
.reforms .item &gt; span.brown {
  background-color: #C6AA84;
}
.reforms .item &gt; span.gray {
  background-color: #868686;
}
.reforms .past-btn {
  margin: 200px auto 213px auto;
  text-indent: -64px;
  text-align: center;
}
.reforms .read-more {
  margin-top: 100px;
  margin-bottom: 0;
}
.reforms .read-more:before {
  transform: rotate(135deg);
  left: 30%;
}
.more-items {
  display: none;
}
.read-more {
  display: none;
  cursor: pointer;
  width: 100%;
  max-width: 1600px;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.active {
  display: block;
  transition: 0.5s;
}


.reform-show h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.reform-show .three-columns {
}
.reform-show .three-columns .center-column {
  margin-left: 90px;
  width: calc(100% - 20% - 190px);
}
.reform-show .building-info {
  display: flex;
  border: 1px solid #E3E3E3;
  background-color: #F7F7F7;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 90px;
}
.reform-show .building-info img {
  margin: 0;
  margin-right: 23px;
  width: 72%;
}
.reform-show .building-info dl {
  margin-bottom: 30px;
}
.reform-show .building-info dl:last-child {
  margin-bottom: 0;
}
.reform-show .building-info dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.reform-show .building-info dd {
  font-size: 14px;
  margin-left: 1em;
  line-height: 20px;
}
.reform-show .border-line {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.reform-show .before span {
  font-size: 16px;
  font-weight: bold;
  color: #8D8D8D;
  margin-bottom: 13px;
  display: block;
}
.reform-show .after span {
  font-size: 22px;
  font-weight: bold;
  color: #0065AF;
  margin-bottom: 7px;
  display: block;
}
.reform-show .flex {
  flex-wrap: wrap;
}
.reform-show .flex + .flex {
  margin-top: 5em;
}
.reform-show .before-after section {
  margin-bottom: 90px;
}
.reform-show .before-after img {
  /*height: auto;
  width: 100%;
  object-fit: cover;*/
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center center;
}
.reform-show .before-after .img-wrap {
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 4 / 3;
}

.reform-show .before-after .flex.typeCol1 .img-wrap {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 840px){
  .reform-show .before-after .flex.typeCol1 .img-wrap {
    width: 100%;
  }
}

.reform-show .before-after .img-wrap:after {
  content: '';
  background-image: url('../img/add_img/scale_icon.png');
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 6px;
  right: 11px;
  background-size: contain;
  background-repeat: no-repeat;
}
.reform-show .before-after .img-wrap.noImage:after {
  content: none;
}
.reform-show .flex:after {
  display: none;
}
.reform-show .before {
  width: calc(50% - 20px);
}
.reform-show .flex.typeCol1 .before {
  width: 100%;
}
.reform-show .after {
  width: calc(50% - 20px);
}
.reform-show .flex.typeCol1 .after {
  width: 100%;
}
.reform-show .before-after p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.reform-show article {
  margin-bottom: 196px;
}
.reform-show .past-btn {
  margin: 0 auto;
  text-align: center;
  text-indent: -64px;
}
.reform-show .past-btn:last-child {
  margin-top: 40px;
}
.reform-show .right-column h4 {
  margin-bottom: 14px;
  margin-top: 45px;
}
.reform-show .right-column .article-list:first-child h4 {
  margin-top: 0;
}

@media screen and (max-width: 840px) {
  .reforms .reform-example {
    margin-bottom: 100px;
  }
  .reforms .page-title {
    background-position: center;
    background-size: cover;
  }
  .reforms .title-box {
    margin-top: 5px;
    width: 250px;
  }
  .reforms .bread {
    margin-bottom: 40px;
  }

  .reforms .tags {
    flex-wrap: wrap;
    margin-bottom: 74px;
  }
  .reforms .tags li {
    margin-right: 0;
    margin-bottom: 11px;
  }
  .reforms .tags li:first-child,
  .reforms .tags li:nth-child(3) {
    margin-right: 15px;
  }
  .reforms .tags li a {
    font-size: 13px;
    padding: 8px 20px;
  }
  .reforms .item {
    height: 266px;
  }
  .reforms .item &gt; p {
    margin-bottom: 10px;
  }
  .reforms .item &gt; span {
    margin-top: 0;
    padding-top: 4px;
  }
  .reforms .past-btn {
    margin: 135px auto 226px auto;
    text-indent: 0;
    text-align: left;
  }
  .reforms .read-more {
    margin-top: 38px;
    margin-bottom: 0;
    height: 54px;
    padding: 0;
    line-height: 54px;
    text-indent: 20px;
    text-align: center;
  }

  .reform-show .page-title {
    height: 102px;
  }
  .reform-show .page-title h2 {
    font-size: 24px;
    font-weight: normal;
    padding-top: 34px;
  }
  .reform-show .three-columns {
    flex-wrap: wrap;
    margin: 0;
  }
  .reform-show .three-columns .center-column {
    margin-left: 0;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }
  .reform-show .building-info {
    flex-wrap: wrap;
    padding: 5px;
  }
  .reform-show .building-info img {
    margin: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .reform-show .building-info dl {
    margin-bottom: 20px;/*40px;*/
    margin-left: 10px;/*23px;*/
  }
  .reform-show .building-info dl:last-child {
    margin-bottom: 30px;
  }
  .reform-show .building-info dt {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 7px;/*15px;*/
  }
  .reform-show .building-info dd {
    font-size: 17px;
    line-height: 24px;
  }
  .reform-show .border-line {
    margin-bottom: 30px;
  }
  .reform-show .before span {
    margin-bottom: 10px;
  }
  .reform-show .flex {
    flex-wrap: wrap;
  }
  .reform-show .before-after section {
    margin-bottom: 90px;
  }
  .reform-show .before-after img {
    height: 353px;
    margin-bottom: 0;/*12px;*/
  }
  .reform-show .before-after .img-wrap {
    margin-bottom: 12px;
  }
  .reform-show .before-after .img-wrap.noImage {
    display: none
  }
  .reform-show .flex:after {
    display: none;
  }
  .reform-show .before {
    width: 100%;
    margin-bottom: 43px;
  }
  .reform-show .after {
    width: 100%;
  }
  .reform-show article {
    margin-bottom: 0;
  }
  .reform-show .past-btn {
    display: none;
    margin: 0 auto;
    text-align: center;
    text-indent: -64px;
  }
  .reform-show .past-btn:last-child {
    margin-top: 40px;
  }
  .reform-show .right-column {
    border: none;
    padding-bottom: 80px;
  }
  .reform-show .right-column h4 {
    margin-bottom: 33px;
    margin-top: 0;
  }
  .reform-show .right-column .article-list:first-child h4 {
    margin-top: 0;
  }
}



/******* 蜿守寢迚ｩ莉ｶ ********/
.syueki-bukken .page-title {
  background: url('../img/add_img/syuuekibukken_bn.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.syueki-bukken .title-box {
  margin-top: 58px;
  width: 375px;
  padding: 30px;
}
.syueki-bukken .bread {
  margin-bottom: 98px;
}
.syueki-bukken section.description {
  width: 80%;
  margin: 0 auto 100px auto;
}
.syueki-bukken section.description h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-left: 21px;
  border-left: 3px solid #666666;
  margin-bottom: 32px;
}
.syueki-bukken section.description h4 {
  font-size: 20px;
  color: #0065AF;
  font-weight: bold;
  margin-bottom: 20px;
}
.syueki-bukken section.description p {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
  line-height: 27px;
}
.syueki-bukken .past-btn {
  text-align: center;
  text-indent: -64px;
  margin-bottom: 170px;
}
.syueki-bukken .syuueki-list .flex {
  align-items: flex-start;
}
.syueki-bukken .syuueki-list .item {
  padding-bottom: 17px;
}
.syueki-bukken .syuueki-list .item .boxImg {
  overflow: hidden;
  /*height: 18.8vw;*/
  aspect-ratio: 4 / 3;
  margin-bottom: 1.5em;
}

.syueki-bukken .syuueki-list .item .boxImg.typeSold {
  position: relative;
}

.syueki-bukken .syuueki-list .item .boxImg.typeSold:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.syueki-bukken .syuueki-list .item .boxImg.typeSold:after {
  content: 'SOLD';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: 'Open Sans', sans-serif;
  font-size: 5.2vw;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 840px){
  .syueki-bukken .syuueki-list .item .boxImg.typeSold:after {
    font-size: 9.0vw;
  }
}

.syueki-bukken .syuueki-list .item .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.syueki-bukken .syuueki-list .item .number {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 14px;
}
.syueki-bukken .syuueki-list .item h4 {
  font-size: 22px;
  margin-bottom: 14px;
}
.syueki-bukken .syuueki-list .item table {
  width: 100%;
  margin-bottom: 14px;
}
.syueki-bukken .syuueki-list .item table th {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #C1C1C1;
  padding: 10px 0;
  vertical-align: bottom;
}
.syueki-bukken .syuueki-list .item table td {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #C1C1C1;
  padding: 10px 0;
  vertical-align: bottom;
}
.syueki-bukken .syuueki-list .item table td span {
  margin-right: 10px;
}
.syueki-bukken .syuueki-list .item table td span.orange-font {
  color: #E76307;
  font-weight: bold;
  font-size: 40px;
  font-family: "din-2014", sans-serif;
}
.syueki-bukken .syuueki-list .item table td span.blue-font {
  color: #0065AF;
  font-weight: bold;
  font-size: 28px;
  font-family: "din-2014", sans-serif;
}
.syueki-bukken .syuueki-list .item p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-bottom: 20px;
}
.syueki-bukken .read-more {
  margin-top: 111px;
  margin-bottom: 202px;
}

.syueki-bukken .read-more a {
  display: block;
  height: 100%;
}

.apart .page-title h2 {
  font-weight: normal;
}
.apart .bread {
  margin-bottom: 115px;
}
.apart .three-columns {
  margin-bottom: 211px;
}
.apart .center-column article {
  margin-bottom: 211px;
}
.apart .center-column article &gt; span {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 17px;
  display: block;
}
.apart .center-column article &gt; .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 47px;
}
.apart .center-column article &gt; .flex h2 {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 18px;
  color: #333;
}
.apart .center-column article &gt; .flex p {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.apart .center-column article &gt; .flex .badges {
  display: flex;
  align-items: flex-start;
}
.apart .center-column article &gt; .flex .badges li {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  margin-left: 5px;
  white-space: nowrap;
}
.apart .center-column article &gt; .flex .badges li.orange {
  background-color: #EB6300;
}
.apart .center-column article &gt; .flex .badges li.blue {
  background-color: #0065AF;
}
.apart .center-column article &gt; .flex .badges li.red {
  background-color: #E9310F;
}
.apart .center-column article .information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}
.apart .center-column article .information h3 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.apart .center-column article .information table {
  width: 100%;
}
.apart .center-column article .information table th {
  background-color: #3385C1;
  border: 1px solid #FFF;
  vertical-align: middle;
  padding: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  width: 145px;
}
.apart .center-column article .information table td {
  background-color: #F7F7F7;
  border: 1px solid #FFF;
  font-size: 18px;
  color: #000000;
  vertical-align: middle;
  text-align: right;
  line-height: 21px;
  padding: 0 14px;
}
.apart .center-column article .information table td.strong {
  font-size: 22px;
  font-weight: bold;
}
.apart .center-column article .information table td .orange-font {
  font-size: 44px;
  color: #E76307;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  margin-right: 6px;
}
.apart .center-column article .information table td .blue-font {
  font-size: 36px;
  color: #0065AF;
  font-weight: bold;
  font-family: "din-2014", sans-serif;
  margin-right: 6px;
}
.apart .calculation {
  width: 50%;
}
.apart .row {
  width: 45%;
}
.apart .center-column article .information .row .land {
  margin-bottom: 36px;
}
.apart .center-column article h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}
.apart .center-column article .contents p {
  font-size: 16px;
  line-height: 30px;
}
.apart .contact-banner {
  width: 830px;
  border: 3px solid #51B2F9;
  padding: 25px 30px 23px 28px;
  background-color: #F2F3F4;
  position: absolute;
  left: calc(50% - 415px);
}
.apart .contact-banner .flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #51B2F9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}
.apart .contact-banner p {
  font-size: 20px;
  line-height: 26px;
}
.apart .contact-banner p span {
  font-size: 18px;
}
.apart .contact-banner .tel {
  font-size: 37px;
  color: #0065AF;
  font-weight: bold;
  margin-top: 20px;
}
.apart .contact-banner .tel span {
  font-size: 55px;
}
.apart .contact-banner .mail {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.apart .contact-banner .mail span {
  font-size: 20px;
}
.apart .contact-banner .mail:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 11em);
}
.apart .past-btn {
  margin: 0 !important;
  position: absolute;
  left: calc(50% - 250px);
  margin-top: 300px !important;
}
.apart #footerNavi {
  padding-top: 420px;
}
.image-slider {
  margin-bottom: 180px;
  position: relative;
}
.slider-notice {
  width: 85%;
  margin-top: 45px;
  margin-bottom: 25px !important;
  font-size: 16px;
  color: #333333;
}
.swiper-container {
  width: 85%;
  margin: 0 auto;
  overflow-x: hidden;
}
.swiper-container.slider {
  height: auto;
  text-align: center;
  position: relative;
}
.swiper-button-next {
  top: 35% !important;
}
.swiper-button-prev {
  top: 35% !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #666;
}
.swiper-container.slider img {
  margin-bottom: 0;
}
.swiper-container.slider-thumbnail {
  height: auto;
}
.swiper-container.slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: calc(25% - 10px) !important;
  height: 100%;
  opacity: .5;
  overflow: hidden;
  margin-right: 10px;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:nth-child(4n) {
  margin-right: 0;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.real_estate .calculation {
  margin-bottom: 74px;
  width: 100%;
}
.real_estate .row {
  width: 50%;
}
.real_estate .land {
  width: 45%;
}



@media screen and (max-width: 840px) {
  .syueki-bukken .page-title {
    background: url('../img/add_img/syuuekibukken_bn_sp.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .syueki-bukken .title-box {
    margin-top: 18px;
    width: 250px;
    padding: 18px 16px 16px 20px;
  }
  .syueki-bukken .bread {
    margin-bottom: 68px;
  }
  .syueki-bukken section.description {
    width: 100%;
    padding: 0 17px;
    margin: 0;
    margin-bottom: 113px;
  }
  .syueki-bukken section.description h3 {
    padding-left: 16px;
    margin-bottom: 43px;
    line-height: 36px;
  }
  .syueki-bukken section.description h4 {
    margin-bottom: 17px;
  }
  .syueki-bukken .tags {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 77px;
  }
  .syueki-bukken .tags li {
    margin: 0;
  }
  .syueki-bukken .tags li:first-child {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .syueki-bukken .tags li a {
    white-space: nowrap;
    font-size: 13px;
  }
  .syueki-bukken .past-btn {
    text-align: center;
    text-indent: -64px;
    margin-bottom: 170px;
  }
  .syueki-bukken .syuueki-list .item {
    padding-bottom: 10px;
    height: auto;
  }
  .syueki-bukken .syuueki-list .item .boxImg {
    width: 100%;
    height: 32.6vw;
  }
  .syueki-bukken .syuueki-list .item .number {
    font-size: 10px;/*12px;*/
    font-weight: normal;
    margin-bottom: 8px;
  }
  .syueki-bukken .syuueki-list .item h4 {
    font-size: 14px;/*16px;*/
    line-height: 22px;
    margin-bottom: 0;
  }
  .syueki-bukken .syuueki-list .item table {
    margin-bottom: 10px;
  }
  .syueki-bukken .syuueki-list .item table th {
    font-size: 10px;/*11px;*/
    white-space: nowrap;
    padding-bottom: 3px;
  }
  .syueki-bukken .syuueki-list .item table td {
    white-space: nowrap;
    font-size: 9px;/*11px;*/
    padding-bottom: 0;
  }
  .syueki-bukken .syuueki-list .item table td span {
    margin-right: 3px;
  }
  .syueki-bukken .syuueki-list .item table td span.orange-font {
    font-size: 16px;/*20px;*/
  }
  .syueki-bukken .syuueki-list .item table td span.blue-font {
    font-size: 13px;/*16px;*/
  }
  .syueki-bukken .syuueki-list .item p {
    font-size: 11px;/*14px;*/
    line-height: 18px;
    margin-bottom: 16px;
  }
  .syueki-bukken .syuueki-list .item &gt; span {
    padding: 6px;
  }
  .syueki-bukken .read-more {
    margin-top: 44px;
    margin-bottom: 89px;
    height: 54px;
    line-height: 54px;
    padding-top: 0;
  }
  .syueki-bukken .show-btn {
    text-align: left;
    text-indent: 0;
    margin-bottom: 213px;
  }

  .apart .page-title h2 {
    font-size: 22px;
  }
  .apart .bread {
    margin-bottom: 60px;
  }
  .apart .center-column article {
    margin-bottom: 87px;
    padding-left: 0;
  }
  .apart .center-column article &gt; span {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .apart .center-column article &gt; .flex {
    display: block;
    margin-bottom: 42px;
  }
  .apart .center-column article &gt; .flex h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .apart .center-column article &gt; .flex p {
    margin-bottom: 20px;
  }
  .apart .center-column article &gt; .flex .badges li {
    margin-right: 8px;
    margin-left: 0;
  }
  .apart .center-column article .information {
    display: block;
    margin-bottom: 130px;
  }
  .apart .center-column article .information h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .apart .center-column article .information table {
    margin-bottom: 30px;
  }
  .apart .center-column article .information table td .orange-font {
    font-size: 38px;
  }
  .apart .center-column article .information table td.strong {
    font-size: 15px;
  }
  .apart .calculation {
    width: 100%;
  }
  .apart .row {
    width: 100%;
  }
  .apart .center-column article .information .row .land {
    margin-bottom: 0;
  }
  .apart .center-column article h3 {
    font-size: 26px;
  }
  .apart .contact-banner {
    margin: 0;
    width: 100%;
    border: 3px solid #51B2F9;
    padding: 25px 30px 23px 28px;
    background-color: #F2F3F4;
    position: relative;
    left: 0;
    margin-bottom: 73px;
  }
  .apart .contact-banner .flex {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .apart .contact-banner p {
    margin-bottom: 16px;
  }
  .apart .contact-banner .tel {
    font-size: 23px;
    margin-top: 0;
  }
  .apart .contact-banner .tel span {
    font-size: 28px;/*34px;*/
  }
  .apart .contact-banner .mail {
    font-size: 22px;
    text-align: left;
    margin: 0;
    padding-left: 25px;
  }
  .apart .contact-banner .mail:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    left: -10px;
  }
  .apart .past-btn {
    margin: 0 auto 82px auto !important;
    position: relative;
    left: 0;
    display: block;
    text-indent: 0;
    text-align: left;
  }
  .apart #footerNavi {
    padding-top: 0;
  }
  .image-slider {
    margin-bottom: 80px;
  }
  .slider-notice {
    width: 88%;
    margin: 50px auto 12px auto !important;
  }
  .swiper-container {
    width: 88%;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(33% - 6px) !important;
    height: 100%;
    opacity: .5;
    overflow: hidden;
    margin-right: 6px;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:nth-child(3n) {
    margin-right: 0;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:nth-child(4n) {
    margin-right: 6px;
  }
  .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
    margin-bottom: 6px;
  }
  .swiper-button-next {
    right: -10px !important;
  }
  .swiper-button-prev {
    left: -10px !important;
  }
  .real_estate .calculation {
    margin-bottom: 0;
  }
  .real_estate .row {
    width: 100%;
  }
  .real_estate .land {
    width: 100%;
  }
}
</pre></body></html>