@charset "utf-8";
#archive-wrapper {
/*  padding-top: 80px;*/
}

#archive-wrapper.wrapper{
		min-height: 90vh!important;
}

#archive-wrapper .news_container{
		min-height: 80vh!important;
}

.news_wrapper{
	padding-bottom: 0;
}
#archive-wrapper h1.archive_title{
	color:  #6D5951;
	margin-bottom: 1rem;
	font-family: 'Halis GR Bold', sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}
#archive-wrapper .entry-header {
  background: #fff;
  color: #2E2E2E;
  padding: 1rem;
}
#archive-wrapper article {
	max-width: 800px;
	margin: auto;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
#archive-wrapper h1.page-title, #archive-wrapper h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
	color:  #6D5951;
}
#archive-wrapper h1.page-title {
  font-size: 1.3rem;
  line-height: 1.4;
  padding-bottom: .5rem;
  margin-bottom: .75rem;
}
#archive-wrapper h2 {
  border-bottom: 1px solid #6D5951;
  color: #6D5951;
  padding: .75rem .5rem;
  font-size: 1.2rem;
  text-align: left;
  background: rgba(255, 255, 255, .8);
  margin: 0 0 .5rem;
  line-height: 1.5;
}
#archive-wrapper .entry-meta {
  font-size: .7rem;
  width: 98%;
  margin: 0 auto 1rem;
  color: #6D5951;
}
#archive-wrapper .entry-meta ul {
  display: flex;
  margin: .15rem 0;
  padding: 0;
}
#archive-wrapper .entry-meta ul li {
  margin-right: .5rem;
}
#archive-wrapper .entry-meta time {
  padding-left: .25rem;
}
#archive-wrapper .entry-meta a {
  display: inline-block;
  padding-left: .25rem;
}
#archive-wrapper article p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: #2B2B2B;
  font-size: .9rem;
}
#archive-wrapper article a {
  color: #175A9A;
}
#archive-wrapper .btn-secondary {
  background: #6D5951;
  border: none;
  color: #fff !important;
}
@media only screen and (min-width : 768px) {
  #archive-wrapper ul.category {
    display: flex;
    justify-content: flex-end;
  }
	#archive-wrapper{
/*		padding-top: 100px;*/
	}
		#archive-wrapper #right-sidebar{
		margin-top: 50px;
}
}
@media only screen and (min-width : 992px) {
  #archive-wrapper {
/*    padding-top: 100px;*/
  }
  #archive-wrapper .entry-header {
    padding: 1.5rem;
  }
  #archive-wrapper h1.entry-title {
    font-size: 1.5rem;
    margin-bottom: .75rem;
  }
  #archive-wrapper .entry-meta {
    font-size: .8rem;
  }
}


/*------------- nav  -------------*/
#archive-wrapper .page-item.active .page-link{
	background: #6D5951;
	border: 1px solid #6D5951;
}

a.page-link{
	color: #175A9A;
}

/*------------- btn -------------*/
#archive-wrapper .btn-primary {
  background: #6D5951;
  border: 1px solid #6D5951;
}
/*------------- 404 -------------*/
#error-404-wrapper {
  padding-top: 200px;
  min-height: 88vh;
}


.no-results{
	padding-top: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 5rem;
}
/*------------- カテゴリ -------------*/


.all_list h2 {
  color:#534741;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
	font-weight: bold;
}

.all_list dl{
	border-bottom: 2px solid #fff;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}
.all_list dl a{
	color: #534741;
}
.all_list .post::before{
	content: '全体・';
}

.all_list .kisarazu-info::before{
	content: '木更津店・';
}
.all_list .etowa-info::before{
	content: '会と話店・';
}
.all_list .pj_list::before{
	content: 'プロジェクト';
}
.all_list .category{
	background: #C7B299;
	color: #42210B;
		font-size: .8rem;
	padding: .25rem .5rem;
	margin-right: .5rem;
	font-weight: bold;
}
.all_list .page-item{
		margin-top: 1.5rem;
}
.all_list .page-item.active .page-link{
	background-color: #534741;
	border-color: #534741;
}

.all_list a.page-link{
	color: #534741;
}