/*下層お知らせページ*/
#newsSubBox {
	margin-top: 111px;
	margin-bottom: 80px;
}
#newsSubBox .cntBox {
	width: 1240px;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}
#newsSubBox .cntTitle {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 6px;
	padding-left: 16px;
}
#newsSubBox .cntTitle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1283CC;
	width: 3px;
	height: 30px;
}
#newsSubBox .cntTitle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	background-color: #B82C69;
	width: 3px;
	height: 30px;
}
#newsSubBox .cntTitle h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #444;
}
#newsSubBox .cntTitle h2 {
	font-size: 13px;
	letter-spacing: 0.05em;
	margin-left: 10px;
}
#newsSubBox .cntSubBox {
	border: 1px solid #3A7F40;
	margin-top: 20px;
}
#newsSubBox .cntSubBox ul {
	padding: 60px 100px;
}
#newsSubBox .cntSubBox li:not(:first-child) {
	margin-top: 50px;
}
#newsSubBox .cntSubBox a {
	letter-spacing: 0.03em;
	display: flex;
	align-items: center;
	transition: all .3s ease 0s;
}
#newsSubBox .cntSubBox a:hover {
	opacity: 0.7;
}
#newsSubBox .cntSubBox .newsDate {
	color: #3A7F40;
	width: 171px;
}
#newsSubBox .cntSubBox .newsTitle {
	font-size: 16px;
	color: #222;
	line-height: 1.444;
	width: calc(100% - 171px);
}
#newsSubBox .pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
#newsSubBox .pagination a{
	background-color: #3A7F40;
	font-size: 14px;
	letter-spacing: 0.03em;
	width: 200px;
	color: #fff;
	text-align: center;
	position: relative;
	transition:  all .3s ease 0s;
	font-weight: bold;
	display: block;
}
#newsSubBox .pagination a:hover {
	opacity: 0.7;
}
#newsSubBox .paginationPrev a{
	padding: 25px 0 25px 15px;	
}
#newsSubBox .paginationPrev a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 45px;
	transform: translateY(-50%);
	background: url(../img/common/prev_btn.png) no-repeat center center / contain;
	width: 16px;
	height: 16px;
}
#newsSubBox .paginationNext a{
	padding: 25px 15px 25px 0;
	margin-left: 20px;
}
#newsSubBox .paginationNext a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translateY(-50%);
	background: url(../img/common/next.png) no-repeat center center / contain;
	width: 16px;
	height: 16px;
}

/*投稿ページ*/
#newsSubBox #newsCntBox{
	width: 90%;
	max-width: 780px;
	padding-left: 0;
	padding-right: 0;
}
#newsCntBox .cntTitle{
	flex-flow: column;
	align-items: flex-start;
	padding: 33px 3% 28px;
    border: 1px solid #3A7F40;
}
#newsCntBox .cntTitle::before,#newsCntBox .cntTitle::after{
	display: none;
}
#newsCntBox .newsDate{
	position: absolute;
    font-size: 1.6rem;
    top: -10px;
    background: #3A7F40;
    padding: 4px 0 6px;
    color: #fff;
    margin: auto;
    width: 200px;
    text-align: center;
}
#newsCntBox .cntTitle h2{
	font-size: 2.8rem;
	margin-left: 0;
	line-height: 1.5;
}
#newsCntBox .cnt{
	margin: 30px auto 60px;
	padding: 0 10px;
}
/*投稿スタイル*/
#newsCntBox .cnt p, #newsCntBox .cnt li,#newsCntBox .cnt a{
  line-height: 1.8;
}
#newsCntBox .cnt p{
  margin-bottom: 20px;
}
#newsCntBox .cnt ul,#newsCntBox .cnt ol{
  padding-left: 25px;
  margin: 20px 0;
}
#newsCntBox .cnt ul li{
  list-style-type: disc;
  padding-left: 5px;
}
#newsCntBox .cnt ol li{
  list-style-type: decimal;
  padding-left: 5px;
}
#newsCntBox .cnt a{
  color: #E3A623;
  border-bottom: 1px solid #E3A623;
}
#newsCntBox .cnt h2{
  font-size: 2.5rem;
  line-height: 40px;
  margin: 30px 0 20px;
  font-family: noto-sans-cjk-jp,sans-serif;
  letter-spacing: .08em;
  font-weight: bold;
}
#newsCntBox .cnt h3{
  font-size: 2rem;
  line-height: 34px;
  margin: 20px 0;
  font-family: noto-sans-cjk-jp,sans-serif;
  letter-spacing: .05em;
  font-weight: bold;
}
#newsCntBox .cnt h4,#newsCntBox .cnt h5{
  font-size: 1.8rem;
  line-height: 30px;
  margin: 20px 0;
  font-family: noto-sans-cjk-jp,sans-serif;
  letter-spacing: .05em;
  font-weight: bold;
}
#newsCntBox .cnt h6{
	margin: 20px 0;
	font-weight: bold;
}
#newsCntBox .cnt img{
  max-width: 780px;
  width: 100%;
  margin: 20px 0;
  height: auto;
}
#newsCntBox .backBtn a{
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#newsSubBox {
		margin-top: 55px;
		margin-bottom: 40px;
	}
	#newsSubBox .cntBox {
		padding-left: 20px;
		padding-right: 20px;
	}
	#newsSubBox .cntSubBox ul {
		padding: 30px 14px;
	}
	#newsSubBox .cntSubBox a {
		display: block;
	}
	#newsSubBox .cntSubBox .newsDate {
		width: 100%;
		font-size: 14px;
	}
	#newsSubBox .cntSubBox .newsTitle {
		width: 100%;
		margin-top: 5px;
		font-size: 16px;
	}
	#newsSubBox .cntSubBox li:not(:first-child) {
		margin-top: 20px;
	}
	#newsSubBox .paginationPrev a::before {
		left: 24px;
	}
	#newsSubBox .paginationNext a::before {
		right: 24px;
	}
	#newsSubBox .pagination {
		margin-top: 20px;
	}
	/*投稿ページ*/
	#newsCntBox .cntTitle{
		padding: 25px 3% 20px; 
	}
	#newsCntBox .newsDate{
		top: -13px;
		padding: 4px 10px 6px;
		width: 150px;
		font-size: 1.5rem;
	}
	#newsCntBox .cnt{
		margin: 30px auto;
	}
	#newsCntBox .cnt ul li,#newsCntBox .cnt ol li{
		padding-left: 0;
	}
	#newsCntBox .cntTitle h2{
		font-size: 2.1rem;
	}
}