@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
	☆news
----------------------------------------------------*/
/*sideNav*/

.sideBox {
	float: left;
	max-width: 330px;
	width: 25%;/*border: 1px solid #9F9F9F;*/
}
.sideNav h3 {
	background: rgb(42,189,82);
	background: linear-gradient(90deg, rgba(42,189,82,1) 0%, rgba(69,228,67,1) 100%);
	font-size: 18px;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 20px;
	text-decoration: none;
}
/*.sideNav h3::before {
	content: attr(data-text);
	display: block;
	font-weight: normal;
	font-family: 'Josefin Sans', sans-serif;
}*/
.sideNav ul {
	font-size: 14px;
	width: 100%;
	line-height: 1;
	padding: 15px 5px;
	background-color: #f9f9f9;
}
.sideNav ul li {
	width: 100%;
}
.sideNav ul li span {
	color: #40ae43;
	font-size: 14px;
	font-family: 'Viga', sans-serif;
	display: block;
	margin-bottom: 8px;
}
.sideNav ul li a {
	display: block;
	text-decoration: none;
	border-bottom: dotted 1px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.sideNav ul li a.last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
}
.sideNav ul li a:hover {
	color: #40ae43;
	opacity: 1;
}
section.last {
	margin-bottom: 0;
	padding-top: 0;
}
/*newsList*/
#contents {
	overflow: hidden;
}
p.koushin {
	line-height: 1.2!important;
	font-size: 110%;
	font-weight: bold;
	color: #40ae43;
}
#main {
	float: right;
	margin: 0 auto;
	max-width: 950px;
	width: 75%;
	padding: 0 6%;
}
.newsList {
	overflow: hidden;
	margin-bottom: 180px;
}
.newsList li {
	margin-bottom: 30px;
	width: 100%;
}
.newsList li p.date {
	font-size: 16px;
	font-family: 'Viga', sans-serif;
	color: #40ae43;
	margin-bottom: 5px;
}
.newsList figcaption {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	padding-bottom: 4px;
	border-bottom: 1px dotted;
}
.newsList li a {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 15px 3%;
	background-color: #f9f9f9;
}
.newsList li a:hover {
	color: #40ae43;
	opacity: 1;
}
/*文字数オーバー*/
/*.newsList li a::before {
	background-color: #FFF;
	font-size: 1.8rem;
	bottom: 0;
	content: "…";
	position: absolute;
	right: 0;
}
.newsList li a::after {
	background-color: #FFF;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}*/

.newsList li .tx {
	line-height: 1.5!important;
}
/* sidenav　月別
-------------------*/
.sideNav.month {
	margin-top: 60px;
}
.sideNav.month ul li span {
	font-family: 'Viga', sans-serif;
	display: inline;
	margin-bottom: 0;
}
.sideNav.month ul {
	font-size: 16px;
}
/* pager
-------------------*/
.pager {
	text-align: center;
}
.pager a {
	border: 1px solid #40ae43;
	color: #40ae43;
	display: inline-block;
	line-height: 1;
	margin: 0 2px;
	padding: 10px 12px;
	text-decoration: none;
	position: relative;
}
.pager a:hover, .pager a.current {
	background-color: #40ae43;
	border: 1px solid #40ae43;
	opacity: 1;
	color: #FFF;
}
.pager a::after {
	content: attr(data-text);
}
.pager a:last-child::after {
	display: none;
}
.pager a:last-child::before {
	content: attr(data-text);
}
/*detail*/
.editor {
	background-color: #ffffff;
}
.editor .infoDate {
	font-size: 22px;
	font-family: 'Viga', sans-serif;
	display: block;
}
.editor .postContent {
	border-top: 1px solid #e0e0e0;
	padding: 60px 0 40px;
}
/*pageBack*/
.back {
	font-size: 18px;
	text-align: center;
	margin-bottom: 150px;
}
.back a {
	background: rgb(42,189,82);
	background: linear-gradient(90deg, rgba(42,189,82,1) 0%, rgba(69,228,67,1) 100%);
	color: #FFF;
	font-weight: bold;
	padding: 20px 50px;
	display: inline-block;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
.topMv {
	margin-top: 60px;
}
}

/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
/*----------------------------------------------------
	☆SPwr
----------------------------------------------------*/


.backDeco:after {
	display: none;
}
/*----------------------------------------------------
	☆SPMV
----------------------------------------------------*/

.topMv .imgBox:before {
	top: 25%;
}
.topMv .imgBox {
	padding-left: 30%;
	z-index: 1;
}
.topMv .imgBox img {
	width: 100%;
}
.topMv h1 {
	font-size: 36px;
	top: 60%;
	left: 3%;
}
.topMv h1 span {
	font-size: 16px;
}
/*SPsideNav*/
	
.sideBox {
	float: none;
	max-width: 100%;
	width: auto;
}
.sideNav {
	margin: 40px 3% 0;
}
.sideNav h3 {
	font-size: 18px;
	padding: 20px;
}
.sideNav ul {
	font-size: 12px;
	text-align: center;
	padding: 15px 5px;
}
.sideNav ul li span {
	margin-bottom: 4px;
}
.sideNav ul li a {
	margin-bottom: 15px;
	padding-bottom: 12px;
}
section.last {
	margin-bottom: 0;
	padding-top: 0;
}
/*newsList*/
	
#contents {
	background-color: #fff;
	font-size: 14px;
	margin: auto 0;
	width: 100%;
}
p.koushin {
	margin: 0 3%;
}
#main {
	float: none;
	width: 100%;
	padding: 0;
}
.newsList {
	margin-bottom: 0;
}
.newsList li {
	margin-bottom: 20px;
}
.newsList li a {
	padding: 10px 3%;
}
.newsList li p.date {
	font-size: 12px;
	margin-bottom: 3px;
}
.newsList figcaption {
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px dotted;
}
/* SPsidenav　月別
-------------------*/
.sideNav.month {
	margin-top: 30px;
}
.sideNav.month ul {
	font-size: 12px;
}
/* SPpager
-------------------*/
.pager {
	margin: 15px 0 30px;
}
.pager a::before, .pager a::after {
	display: block;
}
/*SPdetail*/

.editor .infoDate {
	font-size: 12px;
}
.editor .postContent {
	border-top: 1px solid #e0e0e0;
	padding: 40px 0 20px;
}
.editor img {
	max-width: 100%;
	height: auto !important;
}
/*SPpageBack*/
.back {
	margin-top: 40px;
	margin-bottom: 0;
}
}
