@charset "utf-8";

/*-------------------------------------------
 list
-------------------------------------------*/
/* top-news_list
-------------------------------------------*/
.top-news_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.top-news_list li {
    margin-bottom: 30px;
}
.top-news_list li a:link {
  text-decoration: none;
}

.news_header {
  display: flex;
  flex-wrap: wrap;
}
.news_header p.date {
  line-height: 1;
  margin-bottom: 2px;
  margin-right: 1rem;
}
.news_header p.label_name {
  font-size: 1.0rem;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 5px;
  line-height: 1;
}


.top-news_list li h3 {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-news_list li p {
  font-size: 1.4rem;
  display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.top-news_list li figure{
  width: 100%;
}

@media (max-width: 992px)  {
  .top-news_list li {
    width: 48%;
  }
}
@media (min-width: 993px)  {
  .top-news_list li {
    width: 23%;
  }
  .top-news_list h3 {
    font-size: 1.8rem;
  }
}

/* news_pulllist 
-------------------------------------- */
.news_pulllist  {
  display: flex;
  justify-content:flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 30px;
}
.news_pulllist select {
  margin-left: 1em;
  border: 1px #000 solid;
  min-width: 100px;
  padding: 10px 15px;

}


/* pager-list
-------------------------------------- */
.pager-list {
	text-align:center;
	/*font-size: 1.4rem;*/
  margin-top: 5.0rem;
	margin-bottom: 8.0rem;
}

.pager-list .current,
.pager-list a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  /*border-radius: 50%;*/
  text-align: center;
  margin: 0 2px;
  display: inline-block;
}

.main a.page-numbers,
.pager-list .current{
	background: #fff;
	border: solid 1px #000;
	/*padding: 8px 15px;
	margin: 0 2px;*/
	text-decoration: none;
	color: #666;
  /*width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0 2px;*/
}
.pager-list a {
 /* display: inline-block;*/
  margin-bottom: 0.5rem;
}
.pager-list a:hover,
.pager-list .current{
	background:#000;
	border:solid 1px #000;
	color:#FFF;
}



/*-------------------------------------------
 single
-------------------------------------------*/
.entry_title {
 font-family: "Hiragino Mincho ProN", YuMincho, serif;
 margin-top: 0;
}


/* entry_inr
-------------------------------------------*/
.single_wrapp {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 8.0rem;
}

/* entry_body
-------------------------------------------*/
.single_wrapp .entry_body {
  line-height: 2;
}
.single_wrapp .entry_body img {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
}

/* single_pager
-------------------------------------------*/
.single_pager {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.0rem;
	display: flex;
	justify-content: space-between;
}
.single_pager a {
	display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid #000;
	text-decoration: none!important;
	text-align: center;
  border-radius: 50px;
}
.single_pager a:hover {
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
}
@media (max-width: 992px) {
  .single_pager a {
    font-size: 0.875rem;
  }
}
