@charset "utf-8";

.news_wrap{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.news_ttl{
	font-weight: 400;
	margin-top: 85px;
	margin-bottom: 1.5em;
	border-bottom:solid 1px #999;
	padding-bottom:8px;
}
.news_ttl h2{
	font-size: 2.4rem;
}
.news_ttl span{
	font-size: 1.8rem;
}
.news_txt p{
	font-size: 1.7rem;
	font-weight: 400;
	margin-bottom: 1.8em;
}
.news_btn{
	margin-top: 100px;
	margin-bottom: 115px;
}
.news_btn a{
	margin-left: auto;
	margin-right: auto;
}

/*
-----------------------------------------------
▼レスポンシブ
----------------------------------------------- */
@media screen and (max-width: 767px){
	.news_ttl h2{
		font-size: 2rem;
	}
	.news_ttl span{
		font-size: 1.6rem;
	}
	.news_ttl{
		margin-top: 45px;
	}
	.news_txt p{
		font-size: 1.5rem;
		margin-bottom: 1.2em;
	}
	.news_btn{
		margin-top: 50px;
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 650px){
	.news_ttl h2{
		font-size: 1.8rem;
	}
	.news_ttl span{
		font-size: 1.5rem;
	}
	.news_ttl{
		margin-top: 30px;
		margin-bottom: 1em;
	}
	.news_txt p{
		font-size: 1.4rem;
	}
	.news_btn{
		margin-top: 40px;
		margin-bottom: 60px;
	}
}


/*
-----------------------------------------------
▼一覧ページ
----------------------------------------------- */

.news_list{
margin-top:60px;
margin-bottom:80px;
}

.news_list a {
  color: #333;
  display: block;
  width: 100%;
}
.news_list a:hover {
  background: #e5e2ee;
}
.news_list dl {
  font-size: 1.7rem;
  border-bottom: solid 1px #999;
  padding: 14px 0;
}
.news_list dt {
  width: 7em;
  padding-left: 0.5em;
}
.news_list dd {
  padding-right: 0.5em;
  width: calc(100% - 7em);
}



/* --------------------------
        ページャー
---------------------------*/

.pager{
text-align:center;
font-weight: 700;
font-style: normal !important;
margin-bottom: 40px;
display:flex;
flex-wrap:wrap;
justify-content:center;
margin-top:40px;
}

.pager a:hover{
	color:#ccc;
}

a.page-numbers{
	background:rgba(0,0,0,0);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:4px;
	padding:4px 10px;
	margin:0 4px;
        text-decoration:none !important;
	width:36px;
}

.pager .current{
	border-radius:4px;
	padding:4px 10px;
	margin:0 4px;
        text-decoration:none !important;
	background:rgba(85,68,143,1);
	border:solid 1px rgba(85,68,143,1);
	color:rgba(255,255,255,1);
	width:36px;
}

/*
-----------------------------------------------
▼繰り返しフィールド
----------------------------------------------- */
.link-docu-box li{
	background-color: #e5e2ee;
	width: 100%;
	font-size: 1.5rem;
	margin-bottom: 1.2em;
	padding: 0.7em 1em;
}
.link-docu-box li a{
	color: #574191;
}
.link-docu-box li a:hover{
	opacity: 0.7;
	text-decoration: underline;
}

/* css_end */