@charset "UTF-8";
/*第二階層*/
ul.breadcrumb {
  font-family: josefin-slab, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 0 !important;
  margin: 150px auto 0 !important;
  list-style: none;
  color: #1a1a1a;
  width: 80%;
}
ul.breadcrumb li {
  width: auto !important;
  display: inline;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
ul.breadcrumb li.current {
  color: #1a1a1a;
}
ul.breadcrumb li:first-child {
  margin-left: 0;
}
ul.breadcrumb li:first-child::before {
  content: '';
  margin: 0;
}
ul.breadcrumb li::before {
  content: '/';
  margin: 0 5px;
}
ul.breadcrumb li a {
  color: #c19797;
  text-decoration: none;
}
.second .inner {
  width: 1000px;
  margin: 0 auto 50px;
}
.second h3 {
  display: block;
  width: 310px;
  font-size: 28px;
  letter-spacing: 5px;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: normal;
}
.second.consulting h3, .second.partner h3 {
  width: 400px !important;
}
.second h3 span {
  font-family: josefin-slab, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 14px;
  color: #c19797;
  display: block;
}
.second.about h3 {
  background-image: url("../img/bg_red.png");
  background-size: 150px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
.second.buy_sell h3 {
  background-image: url("../img/bg_blue.png");
  background-size: 150px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
.second.rent h3 {
  background-image: url("../img/bg_yellow.png");
  background-size: 150px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
.second.property h3 {
  background-image: url("../img/bg_green.png");
  background-size: 150px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
.second.consulting h3 {
  background-image: url("../img/bg_red.png");
  background-size: 150px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
.second.partner h3 {
  background-image: url("../img/bg_blue.png");
  background-size: 150px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
.second.contact h3 {
  background-image: url("../img/bg_yellow.png");
  background-size: 150px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
.second.pp h3 {
  background-image: url("../img/bg_yellow.png");
  background-size: 150px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
.second.it h3 {
  background-image: url("../img/bg_green.png");
  background-size: 150px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
/*会社概要*/
.about .message {
  margin-bottom: 50px;
}
.about .message h4 {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 0;
}
.about .message h4 span {
  font-family: josefin-slab, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 14px;
  color: #c19797;
  display: block;
}
.about .message .wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 10px 5% 25px;
}
.about .message .wrap .txt02 {
  width: 65%;
  margin-right: 10%;
  color: #d686a8;
}
.about .message .wrap .txt02 h5 {
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 2px;
  margin: 0;
}
.about .message .wrap .txt02 h5 span {
  font-size: 22px;
  line-height: 36px;
  display: block;
}
.about .message .wrap .txt02 h5 br.sp {
  display: none;
}
.about .message .wrap .txt02 .ceo {
  font-size: 18px;
  text-align: right;
}
.about .message .txt {
  font-size: 16px;
  line-height: 30px;
  padding: 10px 5% 25px;
  background-color: #f6f4f0;
}
.about .message figure {
  width: 25%;
  margin-top: -50px;
}
.about table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.about table th {
  width: 20%;
  padding: 30px 5%;
  font-weight: normal;
  border-top: solid 1px #c19797;
  color: #c19797;
}
.about table td {
  padding: 30px 5%;
  border-top: solid 1px #c19797;
}
.about table tr:last-child th, .about table tr:last-child td {
  border-bottom: solid 1px #c19797;
}
.about table dl dt {
  width: 100px;
  margin: 0;
  padding: 0;
  float: left;
}
.about table dl dd {
  margin: 0 0 0 110px;
}
.about table a {
  color: #1a1a1a;
}
/*流れ*/
.flow .box {
  margin-bottom: 30px;
  padding: 45px 5% 25px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 10px;
  position: relative;
}
.flow .box:before {
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  border-top-color: #fff;
}
.flow .box.last:before {
  display: none;
}
.flow .box .txt {
  width: 60%;
  float: right;
}
.flow .box figure {
  width: 30%;
  float: left;
  text-align: center;
}
.flow .box:nth-child(even) .txt {
  width: 60%;
  float: left;
}
.flow .box:nth-child(even) figure {
  width: 30%;
  float: right;
}
.flow .box figure img {
  width: 80% !important;
}
.flow .box h5 {
  font-weight: normal;
  font-size: 20px;
  color: #c19797;
  margin: 0;
}
.flow .box h5 span {
  font-family: josefin-slab, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  background-color: #c19797;
  color: #fff;
  padding: 7px 20px;
  border-radius: 50px;
  text-align: center;
  margin-right: 15px;
}
.flow .box p.b {
  font-size: 18px;
  font-weight: 600;
}
.flow .caption {
  text-align: center;
  font-size: 24px;
  color: #c19797;
}
.btn_contact a {
  display: block;
  text-decoration: none;
  font-family: josefin-slab, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  width: 100%;
  margin: 0 auto;
  color: #c19797;
  background-color: #fff;
  border: solid 2px #c19797;
  border-radius: 10px;
  text-align: center;
  font-size: 28px;
  padding: 20px 0;
}
.btn_contact a img {
  display: block;
  width: 60px;
  margin: 0 auto 10px;
}
.btn_contact a .sub {
  display: block;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
/*賃貸*/
.rent h4 {
  display: block;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}
.rent h4 .border {
  background: linear-gradient(transparent 60%, #f4d4d0 40%);
  padding: 0 1%;
}
.rent .ttl {
  border: solid 1px #c19797;
  color: #c19797;
  background-color: #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 28px;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.rent .rent {
  padding: 20px 0;
  background-color: #f6f4f0;
}
.rent .lend {
  padding: 20px 0;
  background-color: #e8eef4;
}
.rent .lend ul {
  padding: 0 0 0 20px;
}
.rent .lend .trouble {
  background-color: #fff;
  padding: 25px 5% 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.rent .lend .trouble p {
  text-align: center;
  color: #c19797;
  font-size: 24px;
  margin: 0 auto 20px;
}
.rent .lend .trouble ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 80%;
}
.rent .lend .trouble ul li {
  padding: 0 0 0 40px;
  font-size: 18px;
  display: inline-block;
  width: 44%;
  position: relative;
}
.rent .lend .trouble ul li:before {
  border: 2px solid #c19797;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 15%;
  width: 20px;
  border-radius: 50%;
}
.rent .lend .trouble ul li:after {
  border-right: 3px solid #c19797;
  border-bottom: 3px solid #c19797;
  content: '';
  height: 14px;
  left: 10px;
  position: absolute;
  top: 15%;
  transform: rotate(45deg);
  width: 8px;
}
/*売買*/
.buy_sell {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buy_sell h4 {
  display: block;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}
.buy_sell h4 .border {
  background: linear-gradient(transparent 60%, #f4d4d0 40%);
  padding: 0 1%;
}
.buy_sell .ttl {
  border: solid 1px #c19797;
  color: #c19797;
  background-color: #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 28px;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.buy_sell .buy {
  padding: 20px 0;
  background-color: #e8eef4;
}
.buy_sell .sell {
  padding: 20px 0;
  background-color: #f6f4f0;
}
/*IT重説*/
.it .it {
  padding: 50px 0;
  background-color: #ecefee;
}
/*物件情報*/
.property .inner {
  width: 1100px;
  min-height: 400px;
}
.property p {
  text-align: center;
  font-size: 18px;
}
.property p a {
  color: #c19797;
}
.property p.comingsoon {
  text-align: center;
  font-size: 20px !important;
}
.property nav ul {
  margin: 40px auto 50px;
  padding: 0;
  list-style: none;
  display: flex;
}
.property nav ul li {
  width: 19%;
  margin: 0 1%;
  padding: 5px 2%;
  text-align: center;
  font-size: 16px;
  background-color: #f4d4d0;
  position: relative;
}
.property nav ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.property nav ul li i {
  position: absolute;
  right: 15px;
  top: 10px;
}
.property .box {
  margin-bottom: 30px;
}
.property .box h4 {
  border: solid 1px #c19797;
  color: #c19797;
  background-color: #fdf6f6;
  padding: 5px 0;
  text-align: center;
  font-size: 28px;
  border-radius: 10px;
  margin: 0 auto 30px;
}
.property .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.property .box ul li {
  width: 29%;
  padding: 0 2% 70px;
  margin-bottom: 50px;
  border-left: dotted 1px #c19797;
  position: relative;
}
.property .box ul li:nth-child(3n) {
  border-right: dotted 1px #c19797;
}
.property .box ul li:last-child {
  border-right: dotted 1px #c19797;
}
.property .box ul li figure {
  margin-bottom: 20px;
}
.property .box ul li .txt {
  position: relative;
}
.property .box ul li .icon img {
  width: 80px;
  position: absolute;
  top: 60px;
  right: -5px;
}
.property .box ul li .name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px;
  margin-top: 10px;
  background-color: #fdf6f6;
  border-radius: 50px;
  margin: 0;
}
.property .box ul li .room {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background-color: #c19797;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: -10px;
}
.property .box ul li dl {
  display: flex;
}
.property .box ul li dt {
  width: 20px;
}
.property .box ul li dd {
  margin: 0;
  width: 85%;
}
.property .box ul li .address {
  font-size: 15px;
  color: #c19797;
  margin-bottom: -5px;
}
.property .box ul li .access {
  font-size: 13px;
  line-height: 23px;
}
.property .box .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000;
  background-color: #f4d4d0;
  width: 200px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
.property .box .btn i {
  position: absolute;
  right: 10%;
  top: 12px;
}
/*不動産コンサルティング*/
.consulting .inheritance {
  padding: 50px 0;
  background-color: #f6f4f0;
}
.consulting .inheritance h4 .s {
  font-size: 20px;
}
.consulting .inheritance h4 .b {
  display: block;
  font-weight: bold;
  font-size: 40px;
}
.consulting .inheritance h4 {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: normal;
  margin: 0 auto 30px;
  color: #c11a1a;
}
.consulting .inheritance h4 .sub {
  display: block;
  font-size: 20px;
}
.consulting .inheritance h4 .border {
  background: linear-gradient(transparent 60%, #f4d4d0 40%);
  padding: 0 1%;
}
.consulting .inheritance .inheritance_box {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border: solid 1px #c11a1a;
}
.consulting .inheritance .inheritance_box .inner02 {
  padding: 30px 5%;
}
.consulting .inheritance .inheritance_box.toka h6 {
  text-align: center;
}
.consulting .inheritance .inheritance_box.toka h6 .s {
  font-size: 20px;
}
.consulting .inheritance .inheritance_box.toka h6 .b {
  font-weight: bold;
  font-size: 30px;
}
.consulting .inheritance .inheritance_box.toka h6 .red {
  color: #c11a1a;
}
.consulting .inheritance .inheritance_box.toka .txt {
  text-align: center;
}
.consulting .inheritance .inheritance_box.toka .txt .s {
  font-size: 20px;
}
.consulting .inheritance .inheritance_box.toka .txt .b {
  font-weight: bold;
  font-size: 30px;
}
.consulting .inheritance .inheritance_box.toka .txt .red {
  color: #c11a1a;
}
.consulting .inheritance .inheritance_box.toka ol {
  width: 65%;
  margin: 0 auto 30px;
  text-align: left;
  padding: 30px 10%;
  background-color: #f6f4f0;
  border-radius: 10px;
  font-size: 18px;
}
.consulting .inheritance .inheritance_box h5 {
  text-align: center;
  font-size: 28px;
  color: #c11a1a;
  margin: 0;
  padding: 20px 0;
  background-color: #fbf2f1;
}
.consulting .inheritance .inheritance_box h5 .no {
  display: inline-block;
  font-family: josefin-slab, serif;
  font-weight: 600;
  font-style: normal;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #c11a1a;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: normal;
  border-radius: 50px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.consulting .inheritance .inheritance_box figure {
  width: 70%;
  margin: 0 auto;
}
.consulting .case {
  padding: 50px 0;
  background-color: #ecefee;
}
.consulting .case h4 {
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  color: #315b5b;
}
.consulting .case .case_box {
  background-color: #fff;
  border: solid 1px #315b5b;
  margin-bottom: 50px;
}
.consulting .case .inner02 {
  padding: 30px 5%;
}
.consulting .case h5 {
  padding: 15px 0;
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  background-color: #315b5b;
  margin: 0;
}
.consulting .case h5 .sub {
  display: block;
  font-size: 16px;
}
.consulting .case h5 .sub .no {
  font-family: josefin-slab, serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #315b5b;
  background-color: #fff;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: normal;
  border-radius: 50px;
  margin-left: 10px;
}
.consulting .case .b {
  color: #315b5b;
  text-align: center;
  font-size: 18px;
}
.consulting .case .problem .box {
  padding: 30px 5% 20px;
  background-color: #f6f4f0;
  border-radius: 10px;
  margin-bottom: 30px;
}
.consulting .case .problem .box:nth-child(2) {
  position: relative;
  text-align: center;
  border: solid 2px #315b5b;
  color: #315b5b;
  padding: 0 5%;
}
.consulting .case .problem .box:nth-child(2):after {
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  border-top-color: #315b5b;
}
.consulting .case .problem .box ul, .consulting .case .problem .box ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.consulting .case .problem .box h6 {
  background-color: #315b5b;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  width: 100px;
  margin: 0 0 20px 0;
}
.consulting .image figure {
  width: 48%;
  margin: 0 1%;
  float: left;
}
.consulting .image figure img {
  border-radius: 10px;
}
.consulting .image figure figcaption {
  text-align: center;
  color: #315b5b;
  font-size: 16px;
}
/*不動産会社専用*/
.partner .box {
  margin-bottom: 30px;
}
.partner .box h4 {
  font-size: 20px;
  font-weight: normal;
  border-left: solid 4px #c19797;
  padding-left: 20px;
  margin-bottom: 20px;
}
.partner .box .box02 {
  margin-bottom: 10px;
}
.partner .box .box02 h5 {
  width: 98%;
  border-bottom: solid 2px #c19797;
  padding: 5px 0;
  font-size: 18px;
  font-weight: normal;
  margin: 0 auto 20px;
}
.partner ul.dl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.partner ul.dl li {
  width: 47.8%;
  text-align: center;
  font-size: 16px;
  margin: 0 1% 20px;
}
.partner ul.dl li a {
  display: block;
  text-decoration: none;
  color: #1a1a1a;
  border: solid 1px #c19797;
  border-radius: 10px;
  background-color: #fbf2f1;
  padding: 15px 0;
}
.partner ul.dl li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #c19797;
}
br.sp {
  display: none;
}
/*プライバシーポリシー*/
.pp section {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 50px;
}
.pp section h4 {
  font-size: 16px;
  color: #c19797;
  margin-bottom: 0;
}
.pp section ol.paren {
  padding: 0;
  list-style: none;
}
.pp section ol.paren li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin-bottom: 10px;
}
.pp section ol.paren li:before {
  display: marker;
  content: "（"counter(cnt) "）";
}
.pp .right {
  text-align: right;
}
@media screen and (max-width:1050px) {
  /*第二階層*/
  ul.breadcrumb {
    margin: 80px auto 0 !important;
  }
  .second.about h3 {
    background-image: url("../img/bg_red.png");
    background-size: 100px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 30px 0 20px;
  }
  .second.buy_sell h3 {
    background-image: url("../img/bg_blue.png");
    background-size: 100px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 30px 0 20px;
  }
  .second.rent h3 {
    background-image: url("../img/bg_yellow.png");
    background-size: 100px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 30px 0 20px;
  }
  .second.property h3 {
    background-image: url("../img/bg_green.png");
    background-size: 100px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 30px 0 20px;
  }
  .second.consulting h3 {
    background-image: url("../img/bg_red.png");
    background-size: 100px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 30px 0 20px;
  }
  .second.partner h3 {
    background-image: url("../img/bg_blue.png");
    background-size: 100px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 30px 0 20px;
  }
  .second.contact h3 {
    background-image: url("../img/bg_yellow.png");
    background-size: 100px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 30px 0 20px;
  }
  .second.pp h3 {
    background-image: url("../img/bg_yellow.png");
    background-size: 100px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 30px 0 20px;
  }
  .second.it h3 {
    background-image: url("../img/bg_green.png");
    background-size: 100px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 30px 0 20px;
  }
  .second .inner {
    width: 85%;
    margin: 0 auto 50px;
  }
  .second h3 {
    width: 280px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto 20px;
  }
  /*会社概要*/
  .about .message .wrap {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
  .about .message .wrap .txt02 {
    width: auto;
    margin: 0 auto;
  }
  .about .message .wrap .txt02 h5 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
  }
  .about .message .wrap .txt02 h5 span {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }
  .about .message .wrap .txt02 h5 br.sp {
    display: block;
  }
  .about .message .wrap .txt02 .ceo {
    font-size: 16px;
    margin-top: 15px;
  }
  .about .message .txt {
    width: auto;
    margin: 0 auto;
    text-align: justify;
  }
  .about .message figure {
    width: 180px;
    margin: -20px auto 20px;
  }
  .about table {
    font-size: 14px;
  }
  .about table th {
    width: 90%;
    display: block;
    padding: 20px 5% 0;
    border-top: solid 1px #c19797;
    text-align: left;
    font-weight: bold;
  }
  .about table td {
    width: 90%;
    display: block;
    padding: 0 5% 20px;
    border-top: none;
  }
  .about table tr:last-child th {
    border-bottom: none
  }
  .about table tr:last-child td {
    border-bottom: solid 1px #c19797;
  }
  /*流れ*/
  .flow .box {
    margin-bottom: 30px;
    padding: 15px 5% 25px;
    background-color: #fff;
    font-size: 15px;
    position: relative;
  }
  .flow .box .txt {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
  }
  .flow .box figure {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
    float: none;
  }
  .flow .box:nth-child(even) .txt {
    display: block;
    width: 100%;
    float: none;
  }
  .flow .box:nth-child(even) figure {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
    float: none;
  }
  .flow .box figure img {
    width: 200px !important;
  }
  .flow .box h5 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .flow .box h5 span {
    display: block;
    font-size: 18px;
    width: 100px;
    padding: 3px 0;
    margin: 0 auto 10px;
  }
  .flow .box p.b {
    font-size: 15px;
  }
  .flow .caption {
    font-size: 13px;
  }
  .btn_contact a {
    width: auto;
    font-size: 22px;
    padding: 15px 2% 10px;
  }
  .btn_contact a img {
    width: 50px;
  }
  .btn_contact a .sub {
    font-size: 13px;
  }
  /*賃貸*/
  .rent h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .rent .ttl {
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
  }
  .rent .rent {
    padding: 10px 0;
  }
  .rent .lend .trouble p {
    font-size: 20px;
    margin: 0 auto 10px;
  }
  .rent .lend .trouble ul {
    width: 100%;
  }
  .rent .lend .trouble ul li {
    font-size: 16px;
    display: block;
    width: 100%;
  }
  /*売買*/
  .buy_sell h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .buy_sell .ttl {
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
  }
  .buy_sell .buy {
    padding: 10px 0;
  }
  .buy_sell .sell {
    padding: 10px 0;
  }
  /*IT重説*/
  .it .it {
    padding: 20px 0 10px;
  }
  /*物件情報*/
  .property .inner {
    width: 80%;
  }
  .property p {
    font-size: 16px;
  }
  .property p.comingsoon {
    font-size: 18px !important;
  }
  .property nav ul {
    margin: 20px auto 30px;
    display: block;
  }
  .property nav ul li {
    width: auto;
    margin: 0 auto 10px;
    padding: 5px 2%;
    font-size: 14px;
  }
  .property .box {
    margin-bottom: 50px;
  }
  .property .box h4 {
    font-size: 20px;
    margin: 0;
  }
  .property .box ul {
    display: block;
  }
  .property .box ul li {
    width: 100%;
    height: auto;
    padding: 30px 0 15px;
    margin-bottom: 0;
    border: none;
    border-bottom: dotted 1px #c19797;
  }
  .property .box ul li:nth-child(3n) {
    border: none;
    border-bottom: dotted 1px #c19797;
  }
  .property .box ul li:last-child {
    border-right: none;
  }
  .property .box ul li .icon img {
    width: 70px;
    position: absolute;
    top: 60px;
    right: -5px;
  }
  .property .box ul li .name {
    font-size: 16px;
  }
  .property .box .btn a {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin: 20px auto 0;
  }
  /*不動産コンサルティング*/
  .consulting .inheritance {
    padding: 40px 0 10px;
  }
  .consulting .inheritance h4 .s {
    font-size: 14px;
  }
  .consulting .inheritance h4 .b {
    font-size: 28px;
  }
  .consulting .inheritance h4 {
    font-size: 18px;
    line-height: 40px;
    margin: 0 auto 10px;
  }
  .consulting .inheritance h4 .sub {
    font-size: 12.5px;
  }
  .consulting .inheritance .inheritance_box {
    margin-bottom: 30px;
    text-align: left;
    font-size: 15px;
  }
  .consulting .inheritance .inheritance_box.toka h6 {
    line-height: 30px;
    margin-bottom: 20px;
  }
  .consulting .inheritance .inheritance_box.toka h6 .s {
    font-size: 16px;
  }
  .consulting .inheritance .inheritance_box.toka h6 .b {
    font-size: 18px;
  }
  .consulting .inheritance .inheritance_box.toka h6 .block {
    display: block;
    font-size: 24px;
  }
  .consulting .inheritance .inheritance_box.toka .txt {
    text-align: left;
  }
  .consulting .inheritance .inheritance_box.toka .txt .s {
    font-size: 16px;
  }
  .consulting .inheritance .inheritance_box.toka .txt .b {
    font-size: 20px;
  }
  .consulting .inheritance .inheritance_box.toka ol {
    width: 85%;
    margin: 0 auto 10px;
    padding: 20px 5% 20px 10%;
    font-size: 16px;
  }
  .consulting .inheritance .inheritance_box h5 {
    font-size: 20px;
    padding: 10px 0;
  }
  .consulting .inheritance .inheritance_box h5 .no {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
  }
  .consulting .inheritance .inheritance_box figure {
    width: 100%;
  }
  .consulting .case {
    padding: 10px 0;
  }
  .consulting .case h4 {
    font-size: 20px;
    margin-bottom: 20px
  }
  .consulting .case .case_box {
    background-color: #fff;
    border: solid 1px #315b5b;
    margin-bottom: 50px;
  }
  .consulting .case .inner02 {
    padding: 10px 5%;
  }
  .consulting .case h5 {
    padding: 10px 0;
    font-size: 18px;
  }
  .consulting .case h5 .sub {
    display: block;
    font-size: 15px;
  }
  .consulting .case h5 .sub .no {
    font-family: josefin-slab, serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #315b5b;
    background-color: #fff;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: normal;
    border-radius: 50px;
    margin-left: 10px;
  }
  .consulting .case .b {
    text-align: left;
    font-size: 15px;
  }
  .consulting .case .problem .box {
    padding: 30px 5% 20px;
    background-color: #f6f4f0;
    margin-bottom: 30px;
  }
  .consulting .case .problem .box:nth-child(2) {
    text-align: center;
    border: solid 2px #315b5b;
    color: #315b5b;
    padding: 0 5%;
  }
  .consulting .case .problem .box ul, .consulting .case .problem .box ol {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .consulting .case .problem .box h6 {
    background-color: #315b5b;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    width: 100px;
    margin: 0 auto 20px;
  }
  .consulting .image figure {
    width: 100%;
    margin: 0 auto 20px;
    float: none;
  }
  /*不動産会社専用*/
  .partner .box {
    margin-bottom: 20px;
  }
  .partner .box h4 {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .partner .box .box02 h5 {
    width: auto;
    font-size: 16px;
    margin: 0 auto 15px;
  }
  .partner ul.dl {
    display: block;
  }
  .partner ul.dl li {
    width: auto;
  }
  br.sp {
    display: block;
  }
  /*プライバシーポリシー*/
  .pp section {
    margin-bottom: 40px;
  }
  .pp section h4 {
    font-size: 16px;
    margin-bottom: -10px;
  }
}