@charset "UTF-8";
.news {
  margin: 80px 0;
  border-bottom: 0;
  padding-bottom: 0;
  min-height: 176px;
}
.newsNabList {
  position: absolute;
  width: 160px;
  top: 0;
  left: 15px;
}
.newsNab_item {
  text-align: left;
}
.newsNab_item a {
  display: table;
  width: 100%;
  padding: 10px;
}
.newsNab_item a::before {
  content: '▶︎';
  display: table-cell;
  font-size: 10px;
  vertical-align: middle;
  width: 17px;
  transition: .7s;
}
.newsNab_item a span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.newsNab_item-all a {
  color: #000;
}
.newsNab_item-realestate a::before {
  color: #a1cb39;
}
.newsNab_item-chintai a::before {
  color: #f3993a;
}
.newsNab_item-parking a::before {
  color: #4289c8;
}
.newsNab_item-all a:hover {
  background-color: #f2f2f2;
  color: #000;
}
.newsNab_item-realestate a:hover {
  background-color: #a1cb39;
  color: #fff;
}
.newsNab_item-chintai a:hover {
  background-color: #f3993a;
  color: #fff;
}
.newsNab_item-parking a:hover {
  background-color: #4289c8;
  color: #fff;
}

.newsNab_item a:hover::before {
  color: #fff;
}
.newsNab_item-all a:hover::before {
  color: #000;
}
.news_list {
    margin-left: 170px;
    font-size: 14px;
}
h1{
	font-size:30px;
}
h2{
	font-size:23px;
}
h3{
	font-size:18px;
}
@media only screen and (max-width: 640px) {
	h1{
		font-size:25px;
	}
	h2{
		font-size:18px;
	}
	h3{
		font-size:15px;
	}

  .news {
    margin: 10% 0;
  }
  .newsNabList {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 10%;
  }
  .news_list {
      margin-left: 0;
  }
  .newsNab_item {
    float: left;
    width: 49%;
  }
  .newsNab_item:nth-child(2n) {
    margin-left: 2%;
  }
  .newsNab_item a {
    font-size: 13px;
  }
}

/*--------------------
newsArticle
--------------------*/
.newsArticle {
}
.newsTtl {
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
}
.newsContents {
    font-size: 14px;
}
.newsContents img{
    width:auto !important;
}
.newsBtn {
  margin-top: 70px;
}
.newsBtn a {
  width: 300px;
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #000;
}
.newsBtn a:hover {
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .newsTtl {
    font-size: 20px;
  }
  .newsContents {
      font-size: 12px;
  }
}
