@charset "utf-8";
/* CSS Document */

  .news-title-box {
	top: auto;
	bottom: 10%;
	transform: translate(-50%);
	position: absolute;
	width: 100%;
	color: white;
	left: 50%;
}
.news-date {
	font-size: 1.5rem;
	line-height: 2.5rem;
	letter-spacing: 1px;
	padding-bottom: 1rem;
}
.news-back {
	border-bottom: 2px solid white;
	color: white;
 padding: .5rem 0;
}
.ct {
	width: 67%;
}
h1 {
	font-size: 3.75rem;
	line-height: 1.2;
	padding: .4em 0;
	letter-spacing: 2px;
	font-weight: lighter;
}
section.content {
	background: #f7f7f7;
	padding: 2.5rem 0;
}
.news-detail {
	font-size: 1rem;
	line-height: 1.75;
	color: #222;
	text-align: justify;
	padding: 1.5rem 0;
}
.news-detail-link {
	margin-top: 2rem;
	text-align: center;
}
a.other-news {
	width: 620px;
	font-size: 1rem;
	line-height: 3.625;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 2rem;
	max-width: 80%;
	background: #e7e7e7;
	border-radius: 1.8125em;
	display: block;
	margin: 0 auto 2.25rem;
}
a.other-news:hover {
	background: #e0e0e0;
}
.law {
	color: #999;
	font-size: 12px;
	margin-top: 60px;
}
.law .smtitle {
	border-bottom: 1px solid #ddd;
	font-size: 14px;
 padding-bottom: .8rem;
 margin-bottom: .8rem;
	color: #666;
}
.law p {
	margin-bottom: 1rem;
}
.law a {
	color: inherit;
}
.law a:hover {
	color: #39a9ad;
}
 @media (max-width: 1280px) {
 .news-title {
 font-size: 2.75rem;
}
 .news-date {
 font-size: 1.4em;
}
}
 @media (max-width: 960px) {
 .news-title {
 font-size: 1.75rem;
}
 .news-date {
 font-size: 1.25em;
 padding-bottom: .5rem;
}
 .ct {
 width: calc(100% - 60px);
}
}
 @media (max-width: 640px) {
 .news-title {
 font-size: 1.5rem;
}
 .news-date {
 font-size: 1.2em;
}
 .ct {
 width: calc(100% - 40px);
}
}
