#intro {
	padding: 6rem 0 3rem;
}
#intro h1 {
	text-align: center;
	font-size: 1.3rem;
}

#newsList {
	width: 90%;
	margin: 0 auto 6rem;
	border-top: 1px solid #dfdfdf;

}
#newsList article {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1rem 0;
	box-sizing: border-box;
	border-bottom: 1px solid #dfdfdf;
}
#newsList article p.image {
	width: 35%;
}
#newsList article p.image img {
	width: 100%;
}
#newsList article .wrapper {
	width: 60%;
	position: relative;
}
#newsList article .wrapper .date {
	font-size: 0.9rem;
	margin-bottom: 0.3rem;
}
#newsList article .wrapper h3 {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.2;
}
#newsList article .wrapper a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.bannerArea {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bannerArea p {
	width: 49%;
	margin-bottom: 0.5rem;
}




.article {
	padding: 6rem 0 4rem;
	width: 90%;
	margin: 0 auto;
}

.article .detailUpfile {
	width: 100%;
	margin: 1rem 0;
}
.article .detailUpfile img {
	width: 100%;
}
.article h2 {
	line-height: 1.5;
	margin-bottom: 0.5rem;
}
.article #up_ymd {
	font-size: 0.9rem;
}
.backORcloseBtn {
	margin: 3rem 0;
}

.detailText {
	line-height: 1.5;
}