@charset "UTF-8";
/*　お知らせ　*/
#new1 {
	padding-bottom: 100px;
}
.subNav {
	background: url(../img/new/bg-new.jpg) repeat top left;
	margin-bottom: 80px;
}
.subNav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}
.subNav ul li {
	padding: 10px 35px 10px 25px;
	font-size: 1.7rem;
	background: url(../img/new/list.png) no-repeat 0 center;
	background-size: 25px 25px;
}
.subNav ul li a {
	display: block;
	color: #333;	
}
.subNav ul li a:hover {
	color: #ba272d;
}

/*　カテゴリタイトル　*/
h3 {
	margin: 0 auto 0;
	padding: 0;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-bottom: 6px solid;
	border-color: rgba(69,148,49,0.7);
}

/* お知らせ　内容　*/

.contentBox {
	margin: 50px 0 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}

.contentHeader {
	width: 100%;
	padding-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-align-items: flex-end;
	align-items: flex-end;
	border-bottom: 1px dashed #006547;
}
.contentHeader h4 {
	-webkit-flex: 0 0 800px;
	flex: 0 0 800px;
	padding: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ed6400;
	line-height: 1.3;
}
.contentHeader .days {
	-webkit-flex: 0 0 140px;
	flex: 0 0 140px;
	padding: 0 0 0 20px;
	font-size: 1.4rem;
	color: #666666;
}
.categoryArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	margin: 10px 0;
	padding: 10px 20px;
	background-color: #e1f8e3;
	
}
.categoryArea img {
	vertical-align: middle;
}
.categoryArea ul {
	display: -webkit-flex;
	display: flex;
	margin-left: 5px;
	color: #947b00;
}
.categoryArea ul li {
	padding: 0 10px;
	border-right: 1px solid #947b00;
}
.categoryArea ul li:last-child {
	border-right: none;
}
.categoryArea ul li a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #947b00;
}
.textArea {
	padding: 10px;
	font-size: 1.6rem;
}
.btnArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 60px 0 0;
}
.btnArea .nextBtn a,
.btnArea .backBtn a {
	width: 205px;
	height: 65px;
	display: block;
}

/* ----------------------------------------------
スマホ用CSS
----------------------------------------------*/
@media screen and (max-width:767px) {
h1 img.logo {
	width: 69%;
	height: auto;
	margin-top: -20px;
	position: absolute;
	z-index: 60;
	right: 0;
	top: 45px;
}
.subNav {
	margin-bottom: 0;
}
.subNav ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
.subNav ul li {
	padding: 10px 20px 10px 25px;
	font-size: 1.5rem;
	background: url(../img/new/list.png) no-repeat 0 center;
	background-size: 25px 25px;
}
/*　カテゴリタイトル　*/
h3 {
	margin: 30px auto 0;
	padding: 0;
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-bottom: 6px solid;
	border-color: rgba(69,148,49,0.7);
}

/* お知らせ　内容　*/

.contentBox {
	margin: 50px 0 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}

.contentHeader {
	width: 100%;
	padding-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px dashed #006547;
}
.contentHeader h4 {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ed6400;
	line-height: 1.3;
}
.contentHeader .days {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-order: -1;
	order: -1;
	padding: 0 0 0 20px;
	font-size: 1.4rem;
	color: #666666;
	text-align: right;
}
.categoryArea {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin: 10px 0;
	padding: 10px;
	background-color: #e1f8e3;
	
}
.categoryArea ul {
	display: block;
	margin-left: 5px;
	color: #947b00;
}
.categoryArea ul li {
	padding: 5px 15px 0;
	border-right: none;
}
.categoryArea ul li:last-child {
	border-right: none;
}
.categoryArea ul li a {
	font-size: 1.4rem;
	font-weight: bold;
	color: #947b00;
}
.textArea {
	padding: 10px;
	font-size: 1.4rem;
}
.btnArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 50px 0 0;
}
.btnArea img {
	width: 100%;
	height: auto;
}
.btnArea .nextBtn ,
.btnArea .backBtn {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
}
.btnArea .nextBtn a,
.btnArea .backBtn a {
	width: 100%;
	height: auto;
	display: block;
	background: none;
}
}
/*----------------------------------------------
 :hover用（パソコンのみ適用）
----------------------------------------------*/

@media screen and (min-width:768px) {
.btnArea a:hover {
	background-position: 0px 0px;
}
.btnArea a:hover img {
	display: none;
}
.btnArea .nextBtn a {
	background-image: url(../img/new/btn-next-hover.png);
	background-position: 0px;
	background-repeat: no-repeat;
	background-size: 205px 65px;
}
.btnArea .backBtn a {
	background-image: url(../img/new/btn-back-hover.png);
	background-position: 0px;
	background-repeat: no-repeat;
	background-size: 205px 65px;
}
}
