@charset "utf-8";
/* CSS Document */
.header-img{
}
.header-img img{
	width:100%;
}

#news{
	margin-top:88px;
}

/*パンくずリスト*/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  background:#FFF;
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}
.breadcrumb li:after {/* ▶を表示*/
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  padding: 0 0.5em;
  color: silver;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #888;
}
.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  font-size: 1.1em;
  margin-right:0.3em;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/*news-detail*/
h2.news_title{
	font-size:20px;
	color:#1c69d4;
	margin:10px 0px 5px 0;
	font-weight:normal;
	padding:5px 0px 15px;
	border-bottom: solid 3px #cce4ff;
	position: relative;
}
h2.news_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
#up_ymd{
	text-align: right;
	font-size:13px;
	margin:5px 0px;
}
#detail{
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 2rem;
	border-bottom: #1c69d4 1px dashed;
	font-size: 16px;
}
.detailUpfile{
	margin:5px 0 35px;
	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{
	max-width:100%;
	height:auto;
}
.pNav{
	width: 100%;
	color: #ffffff;
	font-size:11px;
	background-color: #1c69d4;
}
.pNav a{
	color: #ffffff;
}
/*スマホ用設定*/
@media screen and (max-width:768px) {
	#news{
		margin-top: 0px;
		padding-top: 50px;
	}
}

/*スマホ以上用設定*/
@media screen and (min-width:768px) {
}
