/* Main
===============================================================*/
.hero {
	background: url(../images/topics/bg.jpg) repeat 0 0 #f9f9f9;
	padding:66px 0;
	margin:0 0 10px 0;
}

.hero .main_tit {
	font-size: 38px;
	font-weight: bold;
	width: 1100px;
    margin: 0 auto;
}

.hero .main_tit span {
	font-family: "Antonio", sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding:0 0 13px 0;
}

.hero .main_tit b {
	margin:0 0 0 -9px;
}

.news_ul {
	width: 960px;
    margin: 0 auto 60px auto;
}

.news_ul li {
	border-bottom: #e1e1e1 1px solid;
}

.news_ul li a {
	padding:22px 0;
	display: flex;
}

.news_ul li a:hover {
	text-decoration: none;
}

.news_ul li a .title {
	flex: 1;
	font-size: 16px;
	word-break: break-word;
    overflow-wrap: anywhere;
}

.news_ul li a:hover .title {
	text-decoration: underline;
}

.news_ul li a .date {
	width:130px;
	font-size:16px;
	color:#828282;
	padding:0 0 0 15px;
	font-weight: 500;
}

.news_ul li a .cate {
	padding:0 30px 0 0;
}

.news_ul li a .cate span {
	display: block;
	background-color: #3795ed;
	color:#fff;
	font-size:14px;
	padding:0 15px;
	border-radius: 30px;
}


/* ページナビ
==================================*/
.page_navigation .wp-pagenavi .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 0 90px 0;
}

.page_navigation .wp-pagenavi .page-numbers {
  font-weight: 500;
  font-size:18px;
  width:45px;
  height:45px;
  margin:0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
}

.page_navigation .wp-pagenavi .page-numbers.current {
  background-color: #e4f3f7;
  color:#1152e4;
}

.page_navigation .wp-pagenavi .next ,
.page_navigation .wp-pagenavi .prev {
  margin:0 20px 0 0;
  background: url(../images/topics/nav_c.svg);
  background-size: 45px 45px;
}

.page_navigation .wp-pagenavi .next:hover ,
.page_navigation .wp-pagenavi .prev:hover {
  background: url(../images/topics/nav_hover.svg);
  background-size: 45px 45px;
}

.page_navigation .wp-pagenavi .next {
  margin:0 0 0 20px;
  transform: rotate(180deg);
}

/* 詳細
==================================*/
.news-detail {
	width: 1100px;
    margin: 0 auto 50px auto;
}

.news-detail .ttl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    margin: 0 auto 20px auto;
}

.news-detail .date {
	width:110px;
	font-size:16px;
	color:#828282;
	font-weight: 500;
}

.news-detail .cate {
	padding:0 30px 0 0;
}

.news-detail .cate span {
	display: block;
	background-color: #3795ed;
	color:#fff;
	font-size:14px;
	padding:0 15px;
	border-radius: 30px;
}

.news-detail h1 {
	font-size: 24px;
	font-weight: bold;
	margin:0 0 30px 0;
	position:relative;
	word-break: break-word;
    overflow-wrap: anywhere;
}

.news-detail h1::after {
	content: '';
	width: 100%;
	display: block;
	height: 2px;
	background: linear-gradient(to right, #70d0ef, #308eed);
	margin:15px 0 0 0;
}

.news-detail .detail {
	font-size:16px;
	word-break: break-word;
    overflow-wrap: anywhere;
	border-bottom: #e1e1e1 1px solid;
	padding:0 0 60px 0;
}

.news-detail .detail p ,
.news-detail .detail li
{
	font-size:16px;
	word-break: break-word;
    overflow-wrap: anywhere;
}

.news-detail .detail a {
	text-decoration: underline;
}

.news-detail .detail img {
	max-width: 100%;
	height: auto;
}

.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 0 90px 0;
}

.pager .btn-back {
	margin:0 45px;
}

.pager .btn-back a:hover {
	text-decoration: underline;
}


.pager .prev,
.pager .next
 {
	width:130px;
}
.pager .prev a {
	display: flex;
	align-items: center;
}

.pager .prev a::before {
	content: '';
	width:45px;
	height:45px;
	margin:0 10px 0 0;
	background: url(../images/topics/nav_c.svg);
	background-size: 45px 45px;
}

.pager .prev a:hover::before {
	background: url(../images/topics/nav_hover.svg);
	background-size: 45px 45px;
}

.pager .next a {
	display: flex;
	align-items: center;
}

.pager .next a::after {
	content: '';
	width:45px;
	height:45px;
	margin:0 0 0 10px;
	background: url(../images/topics/nav_c.svg);
	background-size: 45px 45px;
	transform: rotate(180deg);
}

.pager .next a:hover::after {
	background: url(../images/topics/nav_hover.svg);
	background-size: 45px 45px;
}