@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	margin-top: 70px;
	background-image: url("../img/cms/main_bg.webp");
}
.mainArea .inner p.titleTxt {
	font-family: ten-mincho,serif;
	font-weight: 400;
	font-size: 30px;
	font-style: normal;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}

.newslistArea {
    min-height: 500px;
}
.newslistArea .inner {
    padding: 60px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.newslistArea .inner .leftBox {
	width: 78%;
	padding: 0px 20px 10px;
}
.newslistArea .inner .leftBox h2 {
	padding: 5px .5em;
	border-left: 6px solid #009394;
	margin-bottom: 10px;
}
.newslistArea .inner .rightBox {
	width: 22%;
	padding: 0px 0 10px 20px;
}
.newslistArea .inner .leftBox li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dashed #c7c7c7;
	padding: 0 8px;
	margin-bottom: 10px;
	min-height: 50px;
	padding-left: 1em;
}
.newslistArea .inner .leftBox li .category {
    width: 80px;
    text-align: center;
    margin: 0 10px;
    color: #fff;
    padding: 2px 15px;
}
.newslistArea .inner .leftBox li .c_news {
	background-color: #009394;
}
.newslistArea .inner .leftBox li .c_blog {
	background-color: #29aae1;
}
.newsArea {
    min-height: 500px;
}
.newsArea .inner {
    padding: 60px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.newsArea .inner .leftBox {
	width: 78%;
	padding: 0px 20px 10px;
}
.newsArea .inner .leftBox h1 {
	font-family: ten-mincho,serif;
    font-weight: 400;
    font-size: 23px;
    font-style: normal;
	line-height: 1.1;
	padding: 5px .5em;
	border-left: 6px solid #009394;
	margin-bottom: 10px;
}
.newsArea .inner .leftBox .date {
	text-align: right;
}
.newsArea .inner .rightBox {
	width: 22%;
	padding: 0px 0 10px 20px;
}
/*ページャー*/
.pager {
	font-size: 15px;
	margin-top: 80px;
    padding: 50px 0;
	text-align: center;
}
.pager span,
.pager a {
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 12px;
	color: #888;
}
.pager span:hover,
.pager a:hover {
	background-color: #edebf0;
	color: #000;
}
.pager .current {
	background-color: #edebf0;
	color: #000;
}
.pager .next,
.pager .prev {
	border: none;
}
.pager .next:hover,
.pager .prev:hover {
	color: #edebf0;
	background-color: transparent;
}
.pager {
	overflow: hidden;
	padding: 30px 40px;
}
.pager .prev {
	float: left;
}
.pager .next {
	float: right;
}
.pager .prev a,
.pager .next a {
	color: #777;
}
.pager .prev a:hover,
.pager .next a:hover {
	color: #888;
}
.next {
	display: block;
}

.cateBox {
	margin-top: 25px;
	width: 100%;
	padding: 10px;
	border: 1px solid #DDD;
}
.archiveBox {
	margin-top: 25px;
	width: 100%;
	padding: 10px;
	border: 1px solid #DDD;
}
.cateBox h2 {
	font-size: 14px;
	line-height: 2.5;
	color: #000;
	background-color: #8fd0d0;
	padding: 5px 1em;
}
.archiveBox h2 {
	font-size: 14px;
	line-height: 2.5;
	color: #000;
	background-color: #8fd0d0;
	padding: 5px 1em;
}
.rightInBox {
	padding: 10px 1em;
}
.rightInBox ul li {
	padding-top: 5px;
	font-size: 11px;
	border-bottom: 1px dashed #ddd;
}
.rightInBox ul li a {
	padding: 5px 1em 0;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	display: block;
	position: relative;
}
.rightInBox ul li a:before {
	position: absolute;
	top: 0;
	left: -.25em;
	font-size: 9px;
	line-height: 30px;
}
.cateBox .rightInBox ul li a:before {
	content: "▶";
}
.archiveBox .rightInBox ul li a:before {
	content: "・";
}

@media screen and (max-width: 1000px) {
/* mainArea */
	.mainArea {
		margin-top: 60px;
		background-image: url("../img/cms/main_bg_sp.webp");
	}
	.newslistArea .inner .leftBox {
		width: 100%;
		padding: 0px 5vw 10px;
	}
	.newslistArea .inner .leftBox .title {
		display: block;
		line-height: 1.2;
		padding: 5px 0 15px;
	}
	.newslistArea .inner .rightBox {
		width: 100%;
		padding: 0px 5vw 10px;
	}
	.newsArea .inner .leftBox {
		width: 100%;
		padding: 0px 5vw 10px;
	}
	.newsArea .inner .leftBox h1 {
		font-size: 18px;
	}
	.newslistArea .inner .leftBox li {
		display: block;
		padding-left: 1em;
	}
	.newsArea .inner .leftBox .date {
		padding-bottom: 25px;
	}
	.newsArea .inner .rightBox {
		width: 100%;
		padding: 0px 5vw 10px;
	}
}
@media screen and (max-width: 640px) {
/* mainArea */
	.mainArea {
		margin-top: 60px;
		background-image: url("../img/cms/main_min_sp.webp");
	}
	.mainArea .inner p.titleTxt {
		font-size: 22px;
	}	
}
