@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "normalize.css";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (max-width:767px) {
  .pc {
    display: none
  }

  .sp_mg_p {
    display: inline-block;
    padding-top: 10px;
  }

}

@media screen and (min-width:768px) {
  .sp {
    display: none
  }
}


@media screen and (max-width: 750px) {
  .logo {
    margin: 0 0;
    width: 300px;
  }
}

@media screen and (max-width: 375px) {
  .logo {
    width: 250px;
  }
}

.under #mainvisual {
  height: 300px;
}

@media screen and (max-width: 750px) {
  .under #mainvisual {
    height: 150px;
  }
}

.under #mainvisual h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  text-shadow: 0px 0px 10px rgba(131, 122, 109, 0.5);
}

.under #mainvisual h1:after {
  display: none;
}

@media screen and (max-width: 750px) {
  .under #mainvisual h1 {
    font-size: 19px;
    margin: 0 auto 20px;
  }

  .under #mainvisual h1:after {
    width: 150px;
    height: 32px;
    margin-top: 0;
  }
}

@media screen and (max-width: 425px) {
  .under #mainvisual h2 .small {
    font-size: 75%;
  }
}

article+.section .info_btn {
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 750px) {
  .info_btn .back {
    order: 2;
    margin: 0 auto;
    width: 100%;
  }

  .info_btn .back.top a {
    max-width: 260px;
  }
}

@media screen and (min-width:820px) {

  .info_btn .back.top {
    width: 300px;
  }
}

/* ハブページ用 */
.article_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article_list li {
  margin-top: 10px;
  padding: 0;
  width: 31%;
}

@media screen and (max-width:768px) {
  .article_list li {
    width: 47%;
  }
}

.article_list li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.article_list li span {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: unset;
}

@media screen and (max-width:768px) {
  .article_list li span {
    font-size: 13px;
  }

}

.article_list li::before {
  display: none;
}

/* 記事本文用 */
@media screen and (min-width:820px) {
  article {
    margin: 0 auto;
    width: 95%;
    max-width: 900px;
  }
}

article h2 {
  color: #fff;
  font-size: 5.555555556vw;
  font-weight: 700;
  line-height: 1.4;
  margin: 10.66666667vw auto 2.666666667vw -3%;
  padding: 3%;
  width: calc(100% + 6%);
  background-color: #4b3014;
}

@media screen and (min-width:820px) {
  article h2 {
    font-size: 22px;
    margin: 40px auto 10px;
    padding: 13px 10px 10px;
    width: 100%;
  }
}

.under article h3 {
  font-size: 5vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin: 8vw auto 2.666666667vw 1.333333333vw;
  padding: 5px 3%;
  background-color: #c7bb8d;
}

@media screen and (min-width:820px) {
  .under article h3 {
    font-size: 20px;
    margin: 35px auto 10px 5px;
    padding: 8px 5px 5px;
  }
}

.under article h4 {
  font-size: 16px;
  justify-content: flex-start;
  text-align: left;
  margin: 30px auto -5px;
}

.under article h4::before {
  display: none;
  /*content: "・";
  display: inline-block;
  margin: 0;
  width: unset;
  height: unset;
  background-color: unset;*/
}

.under article h4::after {
  flex-grow: 1;
}

article p.h4_head_dot {
  font-size: 16px;
  font-weight: 700;
  text-indent: -0.5em;
  margin: 30px auto -5px;
}

article p.h4_head_dot::before {
  content: "・";
  display: inline-block;
  margin: 0;
  width: unset;
  height: unset;
  background-color: unset;
}

article p.h4_head_dot+p {
  margin-top: 10px;
}

@media screen and (min-width:820px) {
  .under article h4 {}
}



article p {
  font-size: 3.888888889vw;
  line-height: 1.5;
  margin: 4vw auto 0;
}

@media screen and (min-width:820px) {
  article p {
    font-size: 16px;
    margin: 15px auto 0;
  }
}

article strong {
  color: #ff4900;
}

article table {
  margin: 4.5vw auto 0;
}

@media screen and (min-width:820px) {
  article table {
    margin: 15px auto 0;
  }
}

article table caption {
  font-size: 3.888888889vw;
  font-weight: 700;
  text-align: left;
  text-indent: -0.5em;
  padding: 0;
}

@media screen and (min-width:820px) {
  article table caption {
    font-size: 15px;
  }
}

article th,
article td {
  font-size: 3.466666667vw;
  text-align: left;
  line-height: 1.5;
  padding: 6px 6px 3px;
  vertical-align: top;
}

article th,
article td,
article td p,
article td ul li,
article td ol li {
  font-size: 3.466666667vw;
}

article td .note_small {
  font-size: 90%;
}

@media screen and (min-width:820px) {

  article th,
  article td,
  article td p,
  article td ul li,
  article td ol li {
    font-size: 14px;
  }
}

article th *:first-child,
article td *:first-child {
  margin-top: 0;
}

article tbody td {
  background-color: #fff;
}

article tbody th {
  color: inherit;
  background-color: #bcffed;
}

article .table_th_long thead th {
  font-size: 160%;
}

@media screen and (min-width:820px) {
  article .table_th_long thead th {
    font-size: 180%;
  }
}

article .table_th_long tbody td.td_mark {
  font-size: 210%;
  font-weight: 700;
  text-align: center;
}


article ul,
article ol {
  margin: 4vw auto 0;
}

@media screen and (min-width:820px) {

  article ul,
  article ol {
    margin: 15px auto 0;
  }
}

article ul:where(.box_caption + *),
article ol:where(.box_caption + *) {
  margin-top: 1.333333333vw;
}

@media screen and (min-width:820px) {

  article ul:where(.box_caption + *),
  article ol:where(.box_caption + *) {
    margin-top: 5px;
  }
}

article ol {
  counter-reset: num;
}

article li {
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}

@media screen and (min-width:820px) {
  article li {
    padding-left: 15px;
  }
}

/*
article li:nth-of-type(n+2) {
  margin-top: 5px;
}
*/
/*@media screen and (min-width:820px) {
  article li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}*/

article ul li::before {
  content: "●";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.666666667vw;
  height: 2em;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width:820px) {
  article ul li::before {
    font-size: 10px;
    height: 2.2em;
  }
}

article ol li::before {
  content: counter(num)'.';
  counter-increment: num;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}


.block_h2 {
  margin-left: 0.5em;
}

@media screen and (min-width:820px) {
  .block_h2 {
    margin-left: 1em;
  }
}

.block_h3 {
  margin-left: 1em;
}

@media screen and (min-width:820px) {
  .block_h3 {
    margin-left: 1.5em;
  }
}

.note_small {
  font-size: 100%;
}

@media screen and (min-width:820px) {
  .note_small {
    font-size: 12px;
  }
}

.note_small:where(table + *) {
  margin-top: 1.333333333vw;
}

@media screen and (min-width:820px) {
  .note_small:where(table + *) {
    margin-top: 5px;
  }
}

.box {
  margin-top: 4vw;
  padding: 4vw;
  background-color: #fff;
  border: 1px solid #000;
}

@media screen and (min-width:820px) {
  .box {
    margin-top: 15px;
    padding: 15px;
  }
}


.box *:first-child {
  margin-top: 0;
}

.box_price {
  color: #fff;
  text-align: center;
  margin: 4vw auto 0;
  background-color: #3a851d;
}

.box_price p {
  margin: 1.333333333vw 0;
}

@media screen and (min-width:820px) {
  .box_price p {
    margin: 5px 0;
  }
}

.box_price p:nth-of-type(1) {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 4vw;
  padding: 1.333333333vw;
  background-color: #4fc12b;
}

@media screen and (min-width:820px) {
  .box_price p:nth-of-type(1) {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px;
  }
}

.box_price p:nth-of-type(2) strong,
.box_price p:nth-of-type(3) strong {
  color: #ffff00;
  font-size: 1.8em;
}

.box_price p:nth-of-type(4) {
  font-size: 2.3em;
  font-weight: 700;
  margin-top: 2.666666667vw;
  padding-bottom: 2.666666667vw;
}

@media screen and (min-width:820px) {
  .box_price p:nth-of-type(4) {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}

.box.zubari {
  padding: 12vw 4vw 4vw;
  border-color: #3a851d;
  border-width: 2px;
  position: relative;
}

@media screen and (min-width:820px) {
  .box.zubari {
    margin: 15px auto;
    padding: 45px 15px 15px;
    max-width: 700px;
  }
}

.box.zubari div {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
  padding: 0 35px 0 4vw;
  height: 36px;
  background-color: #3a851d;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width:820px) {
  .box.zubari div {
    font-size: 18px;
    padding: 0 40px 0 15px;
  }
}

.box.zubari div::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  border-width: 0px 0px 38px 38px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width:820px) {
  .box.zubari div::after {
    font-size: 18px;
  }
}


.box.zubari p {
  margin-top: 0;
}

article .box.zubari ul {
  margin-top: 1.333333333vw;
}

@media screen and (min-width:820px) {
  article .box.zubari ul {
    margin-top: 5px;
  }
}

.box.zubari li {}


.box.zubari {}

.chart_caption {
  font-size: 3.611111111vw;
}

@media screen and (min-width:820px) {
  .chart_caption {
    font-size: 14px;
  }
}

.box_caption {
  font-weight: 1.1;
  font-weight: 700;
}

.box_caption+.box {
  margin-top: 5px;
}


.links_outer {
  margin: 8vw auto;
  background-color: #f6f3eb;
  border: none;
}

@media screen and (min-width:820px) {
  .links_outer {
    margin: 50px auto;
  }
}

.links_outer p {
  font-size: 3.611111111vw;
}

@media screen and (min-width:820px) {
  .links_outer p {
    font-size: 14px;
  }
}

.links_outer li {
  font-size: 3.611111111vw;
}

@media screen and (min-width:820px) {
  .links_outer li {
    font-size: 14px;
  }
}

.links_outer li:nth-of-type(n+2) {
  margin-top: 1.333333333vw;
}

@media screen and (min-width:820px) {
  .links_outer li:nth-of-type(n+2) {
    margin-top: 5px;
  }
}

.links_outer li::before {
  content: "\025B6";
  font-size: 0.8em;
  height: 2em;
}

.box_flex.graph .chart_container {
  margin-top: 4vw;
  width: 100%;
}

@media screen and (min-width:820px) {
  .box_flex.graph .chart_container {
    margin-top: 15px;
  }
}

.chart_main {
  background-color: #fff;
}

.box_flex.table_data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}

.box_flex.table_data table {
  margin: 15px 0;
  width: 47%;
}

.box_flex.table_data table:nth-of-type(n+3) {
  margin-top: 0;
}

.box_flex.table_data table th {
  font-weight: 400;
}

.box_flex.table_data table th,
.box_flex.table_data table td {
  font-size: 12px;
}

.box_flex.case .img {
  margin-top: 15px;
}

@media screen and (min-width:820px) {
  .box_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  .box_flex.price {
    margin-top: 15px;
  }

  .box_flex.price .box_price {
    margin-top: 23px;
    width: 47%;
  }

  .box_flex.price table {
    margin-top: 0;
    width: 50%;
  }

  .box_flex.graph {
    margin: 15px auto;
    max-width: 700px;
  }

  .summary_graph {
    margin: 15px auto 0;
    width: 80%;
  }

  .box_flex.table_data {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .box_flex.table_data table {
    margin: 0 0 15px;
    width: 30%;
  }

  .box_flex.table_data table:nth-of-type(n+4) {
    margin-top: 0;
  }

  .box_flex.case .data {
    width: 60%;
  }

  .box_flex.case .img {
    margin-top: 33px;
    width: 35%;
  }
}


.report_list {
  margin-right: 1em;
}

.block_h3:has(.report_list) {
  margin: 20px auto;
}

@media screen and (min-width:820px) {
  .block_h3:has(.report_list) {
    margin: 30px auto;
  }
}

.report_list_archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width:820px) {
  .report_list_archive {
    width: 90%;
  }
}

.report_list_archive li {
  font-size: 123%;
  padding-top: 1px;
  padding-left: 1em;
}

@media screen and (min-width:820px) {
  .report_list_archive li {
    width: 20%;
  }

  .report_list_archive li:nth-of-type(n+6) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 819px) {
  .report_list_archive li {
    width: 33%;
  }

  .report_list_archive li:nth-of-type(n+4) {
    margin-top: 10px;
  }
}

.report_list .btn {
  display: block;
  color: #fff;
  font-size: clamp(10px, 3.888888889vw, 16px);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 12px 8px;
  width: 80%;
  max-width: 500px;
  background: #bbad85;
  border-radius: 40px;
  position: relative;
}


.box_price.summary {
  padding-bottom: 3vw;
}

@media screen and (min-width:820px) {
  .block_report_graph.summary {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 15px;
  }

  .block_report_graph.summary .summary_graph {
    margin: 15px 0 0;
    width: 50%;
  }

  .block_report_graph.summary .box_flex.price {
    margin: 0;
    width: 45%;
  }

  .block_report_graph.summary .box_flex.price .box_price,
  .block_report_graph.summary .box_flex.price table {
    width: 100%;
  }

  .box_price.summary {
    padding-bottom: 15px;
  }

  .block_report_graph.summary .box_flex.price+p {
    width: 100%;
  }
}

.box_image {
  margin: 0 auto;
  max-width: 600px;
}

.box_image_caption {}


/* CTA */
@media screen and (max-width: 819px) {
  .cta_box_outer .pc {
    display: none;
  }
}

@media screen and (min-width:820px) {
  .cta_box_outer .sp {
    display: none;
  }
}

.cta_box_outer {
  margin: 50px auto 20px;
  padding: 20px 0 30px;
  width: 100%;
  max-width: 650px;
  background-color: #F4FFDD;
  border: 8px solid #678B19;
}

.cta_box_outer .inner {
  margin: 0 auto;
  /*width: 90%;*/
  max-width: 650px;
}

.cta_box_outer .title {
  font-size: clamp(10px, 5vw, 28px);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  width: 95%;
}

.cta_box_outer .title span {
  color: #ec8729;
  font-size: 1.6em;
}

@media screen and (max-width:768px) {
  .cta_box_outer .title span {
    font-size: 1.4em;
  }

}

.cta_box_outer .img {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #ff8800;
}

.cta_box_outer .img img {
  width: 20%;
  max-width: 80px;
}

.cta_box_outer .img p {
  font-size: clamp(10px, 4.722222222vw, 23px);
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  padding-left: 15px;
  width: 80%;
}

.cta_box_outer .text {
  line-height: 1.4;
  margin: 10px auto 30px;
  width: 95%;
}

.cta_box_outer .catch {
  display: flex;
  justify-content: center;
  color: #ec8729;
  font-weight: 700;
}

.cta_box_outer .catch img {
  width: 5%;
}

.cta_box_outer .catch span {
  font-size: clamp(10px, 4.444444444vw, 23px);
  text-align: center;
  line-height: 1.4;
  padding: 0;
}

.cta_box_outer .btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px auto 0;
  padding: 1px 0;
  width: 90%;
}

@media screen and (min-width:820px) {
  .cta_box_outer .btn_wrap {
    flex-direction: row;
    gap: 15px;
  }

  .cta_box_outer .btn_wrap a[href*="tel:"] {
    pointer-events: none;
  }
}

.cta_box_outer .btn_wrap a:hover img {
  opacity: 0.8;
}



#content_wrap:has(.cta_box_outer) p:empty {
  display: none;
}

.cta_box_outer+br {
  display: none;
}

.cta_outer_lp_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width:768px) {
  .cta_outer_lp_btn {
    flex-wrap: unset;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}

@media screen and (max-width:767px) {
  .cta_outer_lp_btn a {
    margin-bottom: 10px;
    width: calc((100% - 10px)/2);
  }

  .cta_outer_lp_btn a:nth-of-type(even) {
    margin-left: 10px;
  }
}

@media screen and (min-width:768px) {
  .cta_outer_lp_btn a {
    width: 24.5%;
  }
}

article .info_btn.col1 {
  justify-content: center;
}

article .info_btn li {
  padding-left: unset;
  width: 90%;
  max-width: 400px;
}

article .info_btn li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  background: #631f3b;
  border-radius: 40px;
  position: relative;
}

@media screen and (min-width:820px) {
  article .info_btn li a {
    font-size: 16px;
  }
}

article .info_btn li::before {
  display: none;
}


.map {
  width: 100%;
  height: 250px;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* 空き家固有 */
@media screen and (min-width:820px) {
  .box_flex.akiya {}

  .box_flex.akiya .box_image {
    width: 55%;
  }

  .box_flex.akiya table {
    width: 42%;
  }
}

/* マニュアル固有 */
.box_flex.manual {
  flex-wrap: unset;
  padding-bottom: 20px;
}

.no_flex.manual {
  padding-bottom: 20px;
}

.box_flex.manual:nth-last-of-type(n+2) {
  border-bottom: 1px solid #ccc;
}

.box_flex.manual .address {
  text-indent: -0.5em;
}

.box_flex.manual .address a {
  word-break: break-all;
}

.box_flex.manual .map {
  margin-top: 20px;
}

@media screen and (min-width:820px) {
  .box_flex.manual {
    flex-wrap: unset;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .no_flex.manual {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .box_flex.manual .address {
    flex-shrink: 0;
    margin: 0;
    width: 50%;
  }

  .box_flex.manual .map {
    flex-grow: 1;
    margin-top: 0;
  }
}

.head_dot_outer {
  padding-left: 1em;
}

.info_btn {
  margin-top: 35px;
}