.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;
}