@charset "utf-8";
/* CSS Document */
h1.page_title{
	background-color:#002E62;
	width:300px;
	height: 300px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	position:inherit;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 7px 7px 0px 1px #0085bc;
}

#news h1.page_title img{
	width:63px;
	height: auto;
	margin-left: auto;
  margin-right: auto;
	margin-top: 11%;
}

h1.page_title p{
	color:#fff;
	width:100%;
	text-align:center;
	margin-top: -38%;
}

h1.page_title p small{
	display:block;
	font-family: "adage-script-jf", sans-serif;
  font-weight: 400;
  font-style: normal;
	color:#9EBBD8;
}

#news .pageheader{
	background-image:url("../img/service/page_header.jpg");
	backgroudn-repeat:no-repeat;
	background-size: cover;
	background-position:center center;
	width:100%;
	height: 600px;
	text-align:center;
	position:inherit;
	padding-top:6%;
	box-sizing: border-box;
}

header#masthead, #news .entry-header span.byline, footer.entry-footer, footer#colophon, div#comments,
#news aside#secondary #block-4, #news aside#secondary #block-2, #news .navigation.posts-navigation{
	display:none;
}

#news .main .inner {
  /*display: flex;
  justify-content: space-between;*/
}

#news aside#secondary{
	/*width:30%;*/
}

#news aside#secondary h2.wp-block-heading{
	color:#fff;
	background-color:#002E62;
	padding: 10px;
  box-sizing: border-box;
	margin-bottom: 10px;
}

#news aside#secondary a:visited,
#news aside#secondary a{
  color: #002E62;
}

#news .inner main#primary{
  /*width: 50%;*/
}

#news section.section{
	padding:80px 0;
	box-sizing: border-box;
}

#news .inner main#primary .entry-meta{
  text-align: right;
  font-size: 0.9rem;
}

#news .inner main#primary .entry-title{
	border-bottom: solid 1px #002E62;
	margin-bottom: 10px;
}

#news .inner main#primary .entry-title a{
	color:#002E62;
}

#news .inner main#primary article{
	margin-bottom: 80px;
}

#news .main aside#secondary{
	display:none;
}

.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #77a0d1;
}
.wp-pagenavi a {
    color: #77a0d1;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: #77a0d1;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #77a0d1;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}


@media screen and (max-width: 1023px) {
h1.page_title{
	width:190px;
	height: 190px;
}

#news h1.page_title img{
	width:38px;
	height: auto;
	margin-left: auto;
  margin-right: auto;
	margin-top: 0%;
}

h1.page_title p{
	color:#fff;
	width:100%;
	text-align:center;
	margin-top: -38%;
}

h1.page_title p small{
	display:block;
	font-family: "adage-script-jf", sans-serif;
  font-weight: 400;
  font-style: normal;
	color:#9EBBD8;
}

#news .pageheader{
	height: 350px;
	padding-top:13%;
}
	
	
	
}

@media screen and (max-width: 580px) {
h1.page_title {
    width: 135px;
    height: 135px;
  }
	
 h1.page_title img {
    width: 45px;
    margin-top: 0;
  }
	
h1.page_title p {
  font-size: 1.0rem;
}
	
#news .pageheader {
    height: 230px;
    padding-top: 19%;
  }
	
#news .main .inner {
  flex-wrap: wrap;
}
	
#news .inner main#primary {
  width: 100%;
}
	
#news aside#secondary {
  width: 100%;
}
	
#news aside#secondary h2.wp-block-heading {
  font-size: 1.2rem;
}
	
#news aside#secondary a {
  font-size: 0.9rem;
}
	
	
}




