@charset "utf-8";
.bg-img {
	background: url(/files/images/news/bg_news.jpg) center top no-repeat;
	background-size: cover;
}


/*---------------------------------------------------------------------
	news
---------------------------------------------------------------------*/
/* 汎用クラス ----------------------- */
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
.pt-0 {
	padding-top: 0 !important
}

/* btn ----------------------- */
.news .btn02 {
	width: 25%;
    margin: 0 auto;
    padding: 2.5% 3.2% 2.45%;
    font-size: calc(9 * ((100vw - 1368px) / 1920) + 21px);
	margin-top: 30px;
}
@media screen and  (max-width: 768px) {
	.news .btn02 {
		width: 100%;
		padding: 2.5% 7.2% 2.45%;
	}
}
@media screen and  (max-width: 644px) {
	.news .btn02 {
		padding: 4.5% 13.2% 5.45%;
	}
}

/* pager btn ----------------------- */
.pager {
	margin-top: 30px
}
.pager a {
	border: 1px solid #000;
	padding: 0 10px;
	margin: 10px;
	color: #000;
	display: inline-block;
	line-height: 2em;
}
.pager a.current {
	border: 1px solid #b90000;
	color: #b90000
}

/* img ----------------------- */
.news .detailUpfile {
	text-align: center;
	margin: 30px 0
}
 
/* content width ----------------------- */
.news .inner{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
	width: 100%;
}
@media screen and  (max-width: 768px) {
	.news .inner{
		padding: 0 25px;
	}
	.news .lead-box{
		margin: 0;
		background-color: #FFFFFF;
	}
	.news .lead-heading{
		font-size: 157%;
		padding: 30px 0 0;
	}
}

/* news-profile ----------------------- */
.news .news-profile{
	padding: 30px 0 0;
	font-size: 100%;
	line-height: 2.8;
	text-align: left;
}
.news .news-profile .inner > dl{
	border-bottom: 1px solid #7f7f7f;
	display: table;
	width: 100%;
	position: relative;
	padding: 6px 0;
}
.news .news-profile .inner >dl:after{
	content: "";
	background-color: #7f7f7f;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 175px;
	height: 2px;
}
.news .news-profile .inner > dl > *{
	display: table-cell;
	vertical-align: top;
}
.news .news-profile .inner > dl > dt{
	width: 175px;
	font-size: 150%;
}
.news .news-profile .inner > dl > dd{
	padding: 10px 20px;
}
.news .news-profile .inner > dl > dd .deficit{
	color: #b90000;
}
.news .news-profile .post + .post {
	margin-top: 5px;
}
.news .news-profile .post:last-child {
	margin-bottom: 10px;
}
.news .news-profile .post dt,
.news .news-profile .post dd {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
.news .news-profile .post dt {
  max-width: 210px;
  width: 100%;
}
@media screen and  (max-width: 768px) {
	.news .news-profile{
		padding: 0;
		line-height: 1.8;
	}
	.news .news-profile .inner > dl{
		padding: 0 0 10px;
	}
	.news .news-profile .inner > dl:after{
		display: none;
	}
	.news .news-profile .inner > dl > *{
		display: block;
	}
	.news .news-profile .inner > dl > dt{
		width: auto;
		font-size: 125%;
		padding: 30px 0 15px;
	}
	.news .news-profile .inner > dl > dd{
		padding: 0;
	}
	.news .news-profile .inner > dl > dd .deficit{
		display: block;
	}
	.news .news-profile .post + .post {
		margin-top: 15px;
	}
	.news .news-profile .post dt,
	.news .news-profile .post dd {
		display: block;
	}
	.news .news-profile .post dt {
		max-width: none;
		width: auto;
	}
}

/* newsday ----------------------- */
.news .newsday {
	width: 20%;
	padding-right: 20px;
	font-size: 20px
}
@media screen and  (max-width: 768px) {
	.news .newsday {
		font-size: 16px
	}
}

/* newsin ----------------------- */
.news .newsin {
	width: 80%;
	padding-bottom: 20px;
	padding-left: 60px;
}
.news .newsin a {
	font-size: 20px
}
@media screen and  (max-width: 768px) {
	.news .newsin {
		padding-left: 20px;
	}
	.news .newsin a {
		font-size: 16px
	}
}