@charset "utf-8";



/*============================
MV
============================*/
#mv {
  background-image: url(../img/news/mv.jpg);
}


/*============================
不動産事業
============================*/
#news {
  padding: 1.7rem 0 1.2rem;
}
@media screen and (max-width: 640px) {
  #news {
    padding: 0.8rem 0 0.5rem;
  }
}

#news .cont_wrap {
  margin-top: 0.7rem;
}

#news .year_title {
  font-size: 0.46rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  color: #ccc;
}

@media screen and (max-width: 640px) {
  #news .year_title {
    font-size: 0.3rem;
  }
}

#news .list .item {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0.3rem 0;
}


#news .list .item:first-child {
  border-top: 1px solid #ccc;
}


#news .list .item a {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.16rem;
  color: #000;
}

@media screen and (max-width: 640px) {
  #news .list .item a {
    font-size: 0.14rem;
    line-height: 2;
  }
}

#news .list .item a:hover {
  opacity: 0.7;
}

#news .list .item a .date {
  font-weight: bold;
  max-width: 2rem;
  width: 100%;
  line-height: 1.4;
}

#news .list .item a .title{
  width: calc(100% - 2rem);
  line-height: 1.4;
}


@media screen and (max-width: 640px) {
  #news .list .item a .date {
    font-size: 0.14rem;
    max-width: 100%;
    margin-bottom: 0.2rem;
  }

  #news .list .item a .title{
    width: 100%;
  }
}

#news .list .item a .title .pdf {
  font-size: 0.12rem;
  color: #fff;
  background-color: #D32222;
  padding: 0.05rem 0.1rem;
  border-radius: 0.4rem;
  margin-right: 0.1rem;
}

#news .ir_btn {
  margin-top: 0.7rem;
}

#news .ir_btn a {
  font-size: 0.22rem;
  color: #fff;
  background: #2272D3;
  max-width: 3.7rem;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.3rem 0;
  border-radius: 0.1rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  #news .ir_btn a {
    font-size: 0.18rem;
    max-width: 3rem;
    padding: 0.25rem 0;
  }
}
#news .ir_btn a:hover {
  opacity: 0.7;
}


#news .ir_btn a::after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../img/news/irbtn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0.1rem;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 640px) {
  #news .ir_btn a::after {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.1rem;
  }
}



/* ページネーション */
.list_navi_wrap {
  text-align: center;
  font-size: 16px;
  padding: 3px 0 5px;
  margin-top: 80px;
}

.list_navi_wrap .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.list_navi_wrap .wp-pagenavi .previouspostslink {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 0;
  padding: 24px 2px 26px 3px;
  background-color: #FFF;
  text-decoration: none;
  margin: 0 8px;
  position: relative;
border: none;

}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(../img/common/pager_prev_arrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.list_navi_wrap .wp-pagenavi .nextpostslink {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 0;
  padding: 24px 3px 26px 2px;
  background-color: #FFF;
  text-decoration: none;
  margin: 0 8px;
  position: relative;
border: none;
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url(../img/common/pager_next_arrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 49%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.list_navi_wrap .wp-pagenavi .page {
  display: block;
  font-size: 16px;
  color: #2272D3;
  width: 50px;
  line-height: 0;
  padding: 24px 0 26px;
  background-color: #FFF;
  border: 1px solid #2272D3;
  text-decoration: none;
  margin: 0 8px;
}

.list_navi_wrap .wp-pagenavi .current {
  display: block;
  font-size: 16px;
  color: #FFF;
  width: 50px;
  line-height: 0;
  padding: 24px 0 26px;
  background-color: #2272D3;
  border: 1px solid #2272D3;
  margin: 0 8px;
}