.article-index li {
  list-style: disc;
  margin-left: 1em;
  list-style-position: inside;
}
.article-index .article-index_parent {
  list-style: none;
}
.avg_unit_price ._ttl{
  font-size:18px!important;
  font-weight:bold;
}
.avg_unit_price ._list1 li{
  list-style: disc;
  margin-left: 1em;
  font-size:18px;
  font-weight:bold;
  line-height:1.4;
}
.avg_unit_price ._list2 li{
  list-style: disc;
  margin-left: 1.15em;
}

/*公示地価の横スクロールテーブル*/
.official_land_tbl-scroll {
  overflow-x: auto;
}
.official_land_tbl-scroll table {
  width: 100%;
  /*min-width: 1000px;*/
  table-layout: fixed;
  margin-bottom: 1px;
  border-collapse: collapse;
}
.official_land_tbl-scroll table th, .official_land_tbl-scroll table td {
  width: 200px;
  padding: 6px;
  border: 1px #999999 solid;
  text-align:left;
}
.official_land_tbl-scroll table th {
  width: 90px;
  background-color: #ece7d8;
  position: sticky;
  top:0;
  left:0;
  border-left: none;
  border-right: none;
  background: none;
}
.official_land_tbl-scroll table th::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 1px #999999 solid;
  border-right: 1px #999999 solid;
  background-color: #ece7d8;
  z-index: -1;
  box-sizing: content-box;
}
.official_land_tbl-scroll table tr:first-child {
  background-color: #ebf0f7;
}
/*公示地価の横スクロールテーブル*/

.price_transition_tbl, .official_land_tbl {
  border: 1px solid #999999;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.price_transition_tbl ._ttl, .official_land_tbl ._ttl {
  background-color: #ebf0f7;
  font-size: 18px;
  font-weight: bold;
}
.price_transition_tbl ._caution {
  font-size: 11px;
}
.price_transition_tbl th, .price_transition_tbl td, .official_land_tbl th, .official_land_tbl td {
  padding: 6px;
  border: 1px solid #999999;
  text-align:left;
}
.price_transition_tbl td._col1 {
  background-color:#ece7d8;
  width:25%;
}
.official_land_tbl td._col1 {
  background-color:#ece7d8;
  width:18%;
}
.price_transition_tbl th, .official_land_tbl th {
  font-weight:bold;
}
.js-tbopen h3 {
  width:90%;
}
.js-tbopen {
  position: relative;
  cursor:pointer;
}
.js-tbopen td::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(135deg);
}
.js-tbopen td.close::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(315deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(315deg);
}

.scenario ul {
  padding-left:2em;
}
.scenario ul li {
  list-style:disc;
  font-size:18px;
  margin-bottom:5px;
  margin-top:5px;
}
.ward_btn_area_01 {
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  background-color: #DECF90;
  border-radius: 10px;
}
.ward_btn_area_01_title {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.gradBtn_v2 {
    text-decoration: none!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    width: 100%!important;
    height: 40px!important;
    padding: 5px!important;
    border: 1px solid rgb(50, 77, 103)!important;
    line-height: 1.5!important;
    -webkit-box-shadow: rgb(171, 171, 171) 2px 2px 3px 0px!important;
    box-shadow: rgb(171, 171, 171) 2px 2px 3px 0px!important;
    border-radius: 5px!important;
    color: #000!important;
    font-size: 14px!important;
    font-weight: bold!important;
    opacity: 1!important;
    -webkit-transition: opacity 0.3s ease!important;
    -o-transition: opacity 0.3s ease!important;
    transition: opacity 0.3s ease!important;
}
.gradBtn-white {
  background-color: rgb(255, 255, 255)!important;
  background-image: -o-linear-gradient(rgb(240, 240, 240) 0%, rgb(255, 255, 255) 48%, rgb(220, 220, 220) 49%, rgb(225, 225, 225) 82%, rgb(230, 230, 230) 100%)!important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 240, 240)), color-stop(48%, rgb(255, 255, 255)), color-stop(49%, rgb(220, 220, 220)), color-stop(82%, rgb(225, 225, 225)), to(rgb(230, 230, 230)))!important;
  background-image: linear-gradient(rgb(240, 240, 240) 0%, rgb(255, 255, 255) 48%, rgb(220, 220, 220) 49%, rgb(225, 225, 225) 82%, rgb(230, 230, 230) 100%)!important;
}

.ward_btn_area_01_LinksWrap {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    margin-bottom: 20px!important;
    list-style: none!important;
}

.ward_btn_area_01_LinksWrap li {
    width: calc(33% - 6px)!important;
    margin: 0 3px!important;
    margin-bottom: 5px!important;
}
.index_ttl {
  font-size:20px!important;
  color: #FF0000;
  text-align:center;
  margin-top:0!important;
  margin-bottom:10px!important;
  font-weight:bold!important;
  padding:0!important;
  border-left:0!important;
  
}
.index_ttl:before {
display:none!important;
}
.index_menu_wrap {
  padding: 6px 10px 3px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #0276bf;
}
.index_menu_item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom: 0;
}
.index_menu_item ._area {
  width: 120px;
  margin-bottom:7px;
      font-weight: bold;
    border-left: 6px solid #367cd2;
    padding: 0 3px 0 5px;
    font-size: 14px;
}
.index_menu_item ._prefs {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom:5px;
}
.index_menu_item ._prefs li {
  margin-left:10px;
  padding-right:10px;
  position:relative;
  line-height:normal;
    letter-spacing:normal;
}
.index_menu_item ._prefs li:after {
  content:"";
  position:absolute;
  margin-left:10px;
  top:15%;
  background:#000000;
  width:1.5px;
  height:70%;
}
.index_menu_item ._prefs li:last-child:after {
  width:0;
}

.sumaistep_wrapper {
  width: 100%;
  border: 1px solid #469e74;
  margin:25px 0;
}
.sumaistep_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #469e74;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0;
  line-height:1.2;
  text-align:center;
}
.sumaistep_body {
  padding: 16px;
}
.sumaistep_body p {
  line-height: 1.6em;
}

.sumaistep_body p .sumaistep-color-red{
  color:red;;
  font-size:1.5rem;
  font-weight:bold;
}


.sumaistep_body iframe {
  display: block;
  margin: 16px 0;
  border: none;
  width: 100%;
  height: 330px;
}

.sell_sec {
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin-bottom:30px;
}
.sell_sec_ttl{
    border-bottom: 3px solid #5ab4bd;
    background-color: #5ab4bd;
    color: #ffffff;
    position:relative;
    font-size:20px;
    text-align:center;
    font-weight:bold;
    line-height:1.2;
    padding:5px 5px;
}
.sell_sec_contents {
    padding: 20px 20px;
}
#container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}
#main {
  width: 50%;

}

#side {
  width: 50%;

}
.tab__item {
  padding:20px 20px;
}

.sell_sec p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
}

/* マンションナビ */
.mansionnav_wrapper {
  width: 100%;
  border: 1px solid #e2685d;
  margin:25px 0;
}
.mansionnav_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2685d;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}
.mansionnav_body {
  padding: 16px;
}
.mansionnav_body p {
  line-height: 1.6em;
}
.mansionnav_body span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ecb8b4 50%);
}
.mansionnav_body iframe {
  display: block;
  margin: 16px 0;
  border: none;
  width: 100%;
  height: 270px;
}
/* マンションナビ */


/* 個別マンション */
.mn-wrapper {
  width: 100%;
  border: 1px solid #f39f21;
  margin:25px 0;
}

.mn-header {
  background-color: #f39f21;
  color: #FFFFFF;
  padding: 5px 16px;
}

.mn-header_upper {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.mn-header_title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .mn-header_title {
    font-size: 18px;
  }
}

.mn-header_date {
  font-size: 14px;
}

.mn-body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 500px;
  overflow-y: scroll;
}

.mn-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.mn-body::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.mn-body::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #bfbfbf;
}

.mn-item {
  padding: 5px 16px;
  border-top: 1px solid #f39f21;
}

.mn-item h3.mn-item_name {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  border: none;
}

.mn-item h3.mn-item_name a {
  color: #216bf3;
  text-decoration: underline;
}

.mn-item_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .mn-item_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}

div.mn-item_main {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 600px) {
  div.mn-item_main {
    width: 100%;
  }
}

.mn-item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
  color: #333;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #eeeeee;
}

.mn-item_list dt {
  width: 60px;
}

.mn-item_list dd {
  margin: 0;
  width: calc(100% - 60px);
}

.mn-item_list dd ._large {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.mn-item_list dd ._note {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

div.mn-item_sub {
  width: calc(45% - 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  div.mn-item_sub {
    width: 100%;
  }
}

.mn-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f39f21;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  width: 100%;
  padding: 12px;
  padding-right: 24px;
  gap: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mn-btn:hover {
  background-color: #f39f21;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.mn-btn ._small {
  font-size: 14px;
}

.mn-btn ._large {
  font-size: 20px;
}

.mn-btn svg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
}
/* 個別マンション */

.chart-wrapper {
    background-color: #ffface;
    padding: 10px 10px;
    margin:15px 0;
  }


  /* ラベル列 + グラフ列を横並びにする表 */
  .chart-table {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }

  .chart-body {
    display: table-row-group;
  }

  .chart-row {
    display: table-row;
  }

  .label-cell {
    display: table-cell;
    white-space: nowrap;
    font-size: 13px;
    color: #333;
    padding: 6px 12px 6px 0;
    vertical-align: middle;
    width: 1%;
  }

  .graph-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 4px 0;
    width: 100%;
  }

  /* バー本体 */
  .bar-track {
    position: relative;
    height: 36px;
    margin: 2px 0;
  }

  .bar {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    background: #8bc34a; /* デフォルト: 緑 */
    transition: width 0.4s ease;
    display: flex;
    align-items: center;
  }

  .bar.highlight {
    background: #42a5f5; /* ハイライト: 青 */
  }

  .bar-label {
    position: absolute;
    left: 8px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    pointer-events: none;
  }

/* ランキングテーブル */

.rankingtable_wrapper {
    overflow: auto;
    width: 100%;
    height: fit-content;
    max-height: 444px;
    margin-bottom:30px;
}

.rankingtable_wrapper .minus_str {
  color:#ee4444;
}

.rankingtable_wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}
.rankingtable_wrapper.enabled {
    overflow: auto;
}
/* th・td 共通 */
.rankingtable_wrapper th,
.rankingtable_wrapper td {
    vertical-align: middle;
    padding: 5px;
    border-right: 2px solid #ccc;
    color: #000;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.6;
}

/* td 固有 */
.rankingtable_wrapper td {
    max-width: 200px;
    word-wrap: break-word;
    white-space: normal;
    background: #fff;
}

/* 1列目：幅固定 */
.rankingtable_wrapper th:first-child,
.rankingtable_wrapper td:first-child {
    min-width: 60px;
    width: 60px;
    max-width: 60px;
}

/* 2列目以降：最小幅 */
.rankingtable_wrapper th:not(:first-child),
.rankingtable_wrapper td:not(:first-child) {
    width: auto;
    min-width: 100px;
}

/* th：sticky ヘッダー */
.rankingtable_wrapper th {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-top: none;
    border-bottom: none;
}

.rankingtable_wrapper th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid #ccc;
    background: #ECE7D8;
    z-index: -1;
}

/* th 1列目：左右ボーダーも疑似要素で管理 */
.rankingtable_wrapper th:first-child {
    border-right: none;
    z-index: 1;
}

.rankingtable_wrapper th:first-child::before {
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
}

/* td 1列目：sticky 固定列 */
.rankingtable_wrapper tr td:first-child {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
}

.rankingtable_wrapper tr td:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    background: #fff;
    z-index: -1;
}

/* 最終行のbottomボーダー */
.rankingtable_wrapper tr:last-child td {
    border-bottom: 2px solid #ccc;
}

.rankingtable_wrapper tr:last-child td:first-child {
    border-bottom: none;
}

.rankingtable_wrapper tr:last-child td:first-child::before {
    border-bottom: 2px solid #ccc;
        height: calc(100% + 1px);

}

/* 偶数行のストライプ */
.rankingtable_wrapper tr:nth-child(even) td {
    background: #eee;
}

.rankingtable_wrapper tr:nth-child(even) td::before {
    background: #eee;
}
/* ランキングテーブル */

@media screen and (max-width: 640px) {
#container {
flex-direction:column;
}
#main {
  width: 100%;

}
#side {
  width: 100%;

}
}