@charset "UTF-8";
/*
body{
	min-width: 1100px;
}

body:before{
	content: "";
	display: block;
	background: #01af1a;
	width: 42rem;
	height: 150vw;
	transform: skew(-45deg);
	position: absolute;
	right: 0;
	top: 9rem;
	transform-origin: right top;
	z-index: 1;
}
body:after{
	content: "";
	display: block;
	background: #01af1a;
	width: 4rem;
	height: 26rem;
	transform: skew(-45deg);
	position: absolute;
	left: 20rem;
	top: 0;
	transform-origin: right top;
	z-index: 1;
}
*/


/* +++#news+++ */
.contents-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 20rem;
}
.main-contents{
	width: 68.75%;
}
.news-list{
	border-top: 1px solid #ccc;
}
.news-content{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.news-content a{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 2.4rem 3.6rem 2.4rem 1.8rem;
}
.news-content a:hover{
	background: #f1f1f1;
}
.date{
	width: 10rem;
}
.cats{
	width: calc(100% - 10rem);
	display: flex;
}
.cat{
	display: flex;
	padding: 0 1em;
	height: 1.8em;
	background: #dffc01;
	border-radius: .9em;
	margin-right: .5em;
	font-size: 1.3rem;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.post-ttl{
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.6rem;
	width: 100%;
	margin-top: 1.8rem;
}




/*-------------------------------
#pager
-------------------------------*/
#pager{
	margin-top: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pager li{
	margin: 0 1.6rem;
	width: 4rem;
	height: 4rem;
}
#pager li a,
#pager li>span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #444;
	color: #fff;
	background: #444;
	font-weight: 700;
	letter-spacing: 0;
	transition: .3s all ease;
	position: relative;
}
#pager li.current span,
#pager li a:hover{
	color: #444;
	background: #fff;
}
#pager li.prev a:before,
#pager li.next a:before{
	content: "";
	display: block;
	width: .6rem;
	height: 1.1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#pager li.prev a:before{
	background-image: url(../images/btn-arrow.svg);
	transform: scale(-1,1);
}
#pager li.next a:before{
	background-image: url(../images/btn-arrow.svg);
}
#pager li.prev a:hover:before{
	background-image: url(../images/btn-arrow-b.svg);
}
#pager li.next a:hover:before{
	background-image: url(../images/btn-arrow-b.svg);
}

/*-------------------------------
.archive-area
-------------------------------*/
.archive-area{
	width: 25%;
}
.side-bar{
	margin-bottom: 5.5rem;
}
.archive-area h3{
	width: 100%;
	height: 5.8rem;
	color: #fff;
	background: #444;
	padding: 1.8rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
}


.category{
	padding: 1.8rem;
	background: url(../images/btn-arrow-b.svg) no-repeat;
	background-size: .6rem auto;
	background-position: right 1.8rem center;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative;
	display: block;
}
.categories li{
	border-bottom: 1px solid #ccc;
}



.archives select{
	font-family: "Zen Kaku Gothic New", 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;

	display: flex;
	width: calc(100% - 3rem);
	height: 5rem;
	margin: 1.8rem auto;
	border-radius: 0;
	border: 1px solid #ccc;
	background: url(../images/app-arrow02.svg) no-repeat;
	background-position: right 1.2rem center;
	background-size: .5em auto;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
	padding: 0 4.4rem 0 2rem;

	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}





@media screen and (max-width: 768px){
	.sec{
		width: 100vw;
		overflow: hidden;
		padding-block: 2.5rem;
	}
	.contents-inner{
		display: block;
		padding-bottom: 10rem;
	}
	.main-contents{
		width: 100%;
	}




	.news-list{
		margin-top: 2.4rem;
	}
	.news-content a{
		padding: 1.8rem 1.2rem;
	}

	.date{
		width: 8rem;
		font-size: 1.3rem;
	}
	.cats{
		width: calc(100% - 8rem);
	}
	.cat{
		font-size: 1.2rem;
	}

	.post-ttl{
		font-size: 1.4rem;
		width: 100%;
		margin-top: 1.2rem;
	}





/*-------------------------------
.main-contents
-------------------------------*/
	.main-contents{
		width: 100%;
	}







/*-------------------------------
#pager
-------------------------------*/
	#pager{
		margin: 2.4rem 0 6rem;
		font-size: 1.4rem;
	}
	#pager li{
		margin: 0 .7rem;
		width: 3.2rem;
		height: 3.2rem;
	}
	#pager li.prev span:before,
	#pager li.next span:before{
		width: .4rem;
		height: .8rem;
	}


/*-------------------------------
.archive-area
-------------------------------*/
	main .inner{
		display: block;
	}
	.archive-area{
		width: 100%;
	}
	.side-bar{
		margin-bottom: 4rem;
	}
	.archive-area h3{
		height: 4.4rem;
		padding: 1.2rem;
		font-size: 1.8rem;
	}


	.category{
		background-size: .4rem auto;
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 1.5rem 1.2rem;
	}

	.archives select{
		width: calc(100% - 2.4rem);
		height: 4rem;
		margin: 1.5rem auto 0;
		border-radius: .3rem;
		background-position: right 1.2rem center;
		background-size: 1.2rem auto;
		font-size: 1.4rem;
		padding: 0 2.4rem 0 1.2rem;
	}
}