@charset "utf-8";
/* 記事
 ====================================================*/
.news-event{
	margin-block: 100px;
}
.waku{
	border: 1px solid #666;
}
.news a{
	border-bottom: 1px solid #ff9900;
}
.no-border a{
	border-bottom: none !important;
}

.news_post_wrap .news_post_cont{
	width: min(100%, 700px);
}
.news_date{
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.post_content p{
	margin-bottom: 1em;
}
#post_link {
  	padding: 30px auto;
  	margin: 30px auto 50px;
  	display: flex;
	justify-content: space-between;
	li a{
		background-color: #999898;
    	color: #fff;
    	border-radius: 2px;
    	font-size: 1.3rem;
    	padding: 10px;
    	border-radius: 10px;
	}
}
/* カテゴリー */
.news_cate {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 1px 10px;
  font-size: 1.3rem;
  display: inline-block;
}
.news_cate.info{
  color: #2eb6aa;
}

/* サイド */
ul{
  list-style: none;
}
li{
  list-style: none;
}
.side{
	width: 250px;
	flex-shrink: 0
}
.side li.widget + li.widget{
	margin-top: 30px;
}
.widgettitle,
.widget .widget_ttl{
	color: var(--color_br_02);
	background-color: var(--color_gy_01);
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
.side_post{
	font-size: 1.4rem;
	line-height: 1.5;
}
.side_post li{
	border-bottom: 1px dashed #000;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#recent-posts-2 li {
  border-bottom: 1px dashed #7b7b7b;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-block: 5px;
}
/* トップページ */
.top_news_list .top_post_title{
	font-size: 1.6rem !important;
}
.top_news_list .post_date{
	font-size: 1.4rem !important;
}
.top_news_list{
	line-height: 1.8;
}
.top_news_list li{
	display: flex;
}

/* ページナビ */
.wp-pagenavi {
	margin-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 10px !important;
  border-radius: 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: none !important;
  background-color: var(--color_br_01);
  color: #fff;
}

@media screen and (max-width: 767px) {
.side {
  width: 100%;
}
.solve_post_wrap {
	flex-flow:column;
  & .solve_post_title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
}