@charset "UTF-8";
/* =================================================================================================

　新着情報

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　ページタイトル
---------------------------------------------------------------------------- */
#page_title {
  background: url("/img/common_page_title_bg.jpg") center 0 no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 120%;
  padding: 4.5rem 0;
  margin-bottom: 5rem;
}

@media screen and (max-width: 1024px) {
  #page_title {
    font-size: 1.5rem;
    padding: 4rem 0;
  }
}

@media screen and (max-width: 800px) {
  #page_title {
    font-size: 1.3rem;
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 592px) {
  #page_title {
    font-size: 0.9rem;
    margin-bottom: 2rem;
    background: url("/sp_img/common_page_title_bg.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

/* ----------------------------------------------------------------------------
　一覧
---------------------------------------------------------------------------- */
#news {
  width: 1240px;
  margin: 0 auto 5rem;
  color: #333;
}

@media screen and (max-width: 1320px) {
  #news {
    width: 95%;
  }
}

@media screen and (max-width: 592px) {
  #news {
    width: 90%;
    margin-bottom: 3rem;
  }
}

#news h2 {
  margin-bottom: 2rem;
  font-size: 1.7rem;
}

@media screen and (max-width: 1024px) {
  #news h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 800px) {
  #news h2 {
    font-size: 1.4rem;
  }
}

#news ul {
  margin-bottom: 3rem;
}

#news ul li {
  margin-bottom: 2.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #707070;
}

#news ul li .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}

#news ul li .meta .date {
  margin-right: 0.5rem;
}

#news ul li .meta .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0;
}

#news ul li .meta .category span {
  margin-right: 0.5rem;
  text-decoration: none;
  display: block;
  width: 170px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 120%;
  padding: 0.3rem 0;
}

#news ul li .meta .category span.kaigo {
  background-color: #42BA25;
}

#news ul li .meta .category span.asset {
  background-color: #1858C6;
}

#news ul li .meta .category span.buil {
  background-color: #1858C6;
}

#news ul li .meta .category span.estate {
  background-color: #1858C6;
}

#news ul li .meta .category span.china {
  background-color: #D30404;
}

#news ul li .meta .category span.other {
  background-color: #777;
}

@media screen and (max-width: 592px) {
  #news ul li .meta .category span {
    width: 145px;
  }
}

#news ul li .title a {
  font-size: 2.3rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  #news ul li .title a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  #news ul li .title a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  #news ul li .title a {
    font-size: 1.275rem;
  }
}

#news ul li .title a:hover {
  opacity: 0.8;
}

#news .btn_more a {
  display: block;
  width: 260px;
  border-radius: 100px;
  border: 3px solid #1858C6;
  background: url("/img/icon_circle_blue.svg") right 1.5rem top 50% no-repeat;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  color: #1858C6;
  font-size: 1.275rem;
  font-weight: 600;
  padding: 0.5rem 0;
}

#news .btn_more a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 592px) {
  #news .btn_more a {
    font-size: 1.125rem;
    width: 220px;
  }
}

/* ----------------------------------------------------------------------------
　ページング
---------------------------------------------------------------------------- */
.wp-pagenavi {
  margin-bottom: 4rem;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-pagenavi .pages {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  letter-spacing: 10px;
  font-weight: 600;
  display: block;
}

.wp-pagenavi .page, .wp-pagenavi .current {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  height: 45px;
  margin: 0 0.3rem;
  text-align: center;
  border-radius: 100px;
  border: 2px solid #1858C6;
  font-weight: 600;
}

@media screen and (max-width: 592px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
  }
}

.wp-pagenavi .page:hover, .wp-pagenavi .current:hover {
  opacity: 0.8;
}

.wp-pagenavi .current {
  background-color: #1858C6;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 90px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #1858C6;
  font-weight: 600;
  color: #1858C6;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}

@media screen and (max-width: 592px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 60px;
    height: 30px;
  }
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #1858C6;
  color: #fff;
}

.wp-pagenavi .previouspostslink {
  margin-right: 1.5rem;
}

.wp-pagenavi .nextpostslink {
  margin-left: 1.5rem;
}
