/* お知らせ */
.pageHeader.news {
	background-image: url(../img/news/pageNews.png);
}
@media screen and (max-width: 599px) {
	/* お知らせ */
	.pageHeader.recruit {
		background-image: url(../img/news/pageNews-sp.png);
	}
}

.noticeBox {
	padding-top: 60px;
}

.noticeBox .noticeTtl {
	text-align: center;
}
.noticeBox .noticeTtl span {
	background:#f39800;
	color: #fff;
	display: inline-block;
	padding:3px 15px;
	font-size: 30px;
}
.noticeBox #newswrap {
	width: 580px;
	margin:30px auto 0;
}
.noticeBox #newswrap li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:10px;
}
.noticeBox #newswrap li:nth-child(odd) {
	background-color:#EDEDED;
}
.noticeBox #newswrap li .postdatewrap {
	width: 20%;
	text-align: center;
	color: #9A9A9A;
}
.noticeBox #newswrap li .postlink {
	width: 80%;
	line-height: 1.7em;
}
@media screen and (max-width: 599px) {
	.noticeBox {
		padding-top: 15%;
	}
	
	.noticeBox .noticeTtl {
		text-align: center;
	}
	.noticeBox .noticeTtl span {
		padding:3px 15px;
		font-size:8vw;
	}
	.noticeBox #newswrap {
		width: 100%;
		margin:10% auto 10%;
	}
	.noticeBox #newswrap li {
		padding:2.5% 0;
	}
	.noticeBox #newswrap li .postdatewrap {
		font-size: 3vw;
		width: 25%;
	}
	.noticeBox #newswrap li .postlink {
		font-size:3.5vw;
		width:75%;
	}
}

/*投稿詳細ページ*/
.noticeSingleBox {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 60px;
}
.noticeSingleBox .pageInner {
	width: 1040px;	
}
.noticeSingleBox .newsSingleDate {
	font-size: 16px;
	color: #9A9A9A;
}
.noticeSingleBox .newsSingleTitle {
	font-size: 26px;
}
.noticeSingleBox .newsSingleText {
	width: 100%;
}
.noticeSingleBox h1,
.noticeSingleBox h2,
.noticeSingleBox h3,
.noticeSingleBox h4,
.noticeSingleBox h5,
.noticeSingleBox p,
.noticeSingleBox ul,
.noticeSingleBox ol,
.noticeSingleBox dl {
	margin: 0 0 25px;
}
.noticeSingleBox .newsSingleArcBtn {
	text-align: center;
	margin-top:0;
}
.noticeSingleBox .newsSingleArcBtn a {
	color: #f39800;
	text-decoration: underline;
	font-size: 22px;
}
@media screen and (max-width: 599px) {
	.noticeSingleBox {
		width:100%;
		padding-top: 15%;
	}
	.noticeSingleBox .pageInner {
		width:85%;
		margin: 0 auto;
	}
	.noticeSingleBox .newsSingleDate {
		font-size: 4vw;
	}
	.noticeSingleBox .newsSingleTitle {
		font-size: 7vw;
	}
	.noticeSingleBox h1,
	.noticeSingleBox h2,
	.noticeSingleBox h3,
	.noticeSingleBox h4,
	.noticeSingleBox h5,
	.noticeSingleBox p,
	.noticeSingleBox ul,
	.noticeSingleBox ol,
	.noticeSingleBox dl {
		margin: 0 0 5%;
	}
	.noticeSingleBox .newsSingleArcBtn a {
		font-size: 4vw;
	}
}