

/*==========================================
  common
===========================================*/
/**********
 flexWrap
**********/
.flexWrap{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/**********
 primary
**********/
#primary{
	width:70%;
	padding-top:0;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}
@media only screen and (max-width: 769px) {
	#primary{
		width:100%;
	}
}

/**********
 secondary
**********/
#secondary{
	width:25%;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	align-items: baseline;
	order:2;
}

@media only screen and (max-width: 769px) {
	#secondary{
		width:100%;
		padding-top:30px;
	}
}

/*==========================================
 パンくずリスト
===========================================*/
#breadcrumbs{
	width:100%;
	clear:both;
	overflow:hidden;
	font-size:0.78em;
	text-align:left;
	margin-bottom:30px;
}
#breadcrumbs ol{
	display:block;
	margin:0 auto;
}
#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
}
#breadcrumbs ol li:before {
	content: "　\f105　";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}
#breadcrumbs ol li:first-child:before {
  content:"";
}

#breadcrumbs ol li a{ color:#4b9ad4;}

#breadcrumbs ol li a:hover,
#breadcrumbs ol li a:active{ color:#0071b9;}


/*==========================================
  news
===========================================*/
#news{
	max-width: 1280px;
	margin: 0 auto;
	min-height: 80vh;
}
@media only screen and (max-width: 769px) {
	#secondary{
		width:100%;
		padding-top:30px;
		min-height: auto;
	}
}



#news .newsInner{
	padding:46px 0;
	border-bottom:1px dotted #999;
}

#news .newsInner:first-of-type{
	padding-top:0;
}

#news .newsInner:nth-child(odd){
}

#news .newsInner h3{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:2px solid #002776;
	text-align:left;
	font-weight:bold;
	font-size:1.4em;
	line-height: 1.4;
}

#news .newsInner h3 a{
	text-decoration:none;
	color:#000;
}

#news .newsInner h3 a:hover,
#news .newsInner h3 a:active{
	color:#002776!important;
}

#news .newsInner .date{
	padding-bottom:5px;
	margin: 0;
	font-size:1rem;
	color:#002776;
	line-height: 1;
}

#news .newsInner .newsImg{
	padding-bottom:35px;
}

#news .newsInner .newsTxt{
	line-height:1.6;
	text-align:left;
	padding-bottom:15px;
	font-size: 1.03em;
}

#news .newsInner a.linkDetail{
	color:#002776!important;
}

#news .newsInner a.linkDetail:hover,
#news .newsInner a.linkDetail:active{
	text-decoration:underline;
}

#news .newsInner a.linkDetail i{
	margin-right: 5px;
}



/** newsMore **/
.newsMore{
    display: block;
    text-align: center;
}
.newsMore a{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:auto;
	max-width:250px;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.9em;
	background:#3e3a39;
	color:#fff;
	margin:0 auto;
}

.newsMore a span{}

.newsMore a span:after{
	content: " \f061";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}

.newsMore a:hover,
.newsMore a:active{
	background:#000;
	color:#fff;
}

.newsMore a:hover span:after,
.newsMore a:active span:after{
	color:#fff;
}


.detailUpfile{
	margin:15px 0 25px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	width:100%;
	max-width:600px;
	height:auto;
}
.pNav{
	font-size:11px;	
}

#detail{
	padding:15px 0;
}


/**********
 newsNavi
**********/

#newsNavi{}
#newsNavi li{
	padding-bottom:15px;
}
#newsNavi li a{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:auto;
	max-width:360px;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:7px 0;
	font-size:0.9em;
	background:#002776;
	color:#fff;
	margin:0 auto;
	font-size: 1.04em;
}

#newsNavi li a span{}
#newsNavi li a span:after{
	content: "　\f054";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}

#newsNavi li a:hover,
#newsNavi li a:active{
	background:#ffce2b;
	color:#000;
}
#newsNavi li a:hover span:after,
#newsNavi li a:active span:after{
	color: #000;
}

