@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%;
}
#post-head{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#post-area .date{
	font-size: 1.4rem;
	width: 9.8rem;
}
#post-area .cats{
	width: calc(100% - 9.8rem);
	display: flex;
	flex-wrap: wrap;
}
#post-area .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-title{
	padding-top: 1rem;
	padding-bottom: 1.2rem;
	line-height: 1.75;
	font-size: 2.7rem;
	letter-spacing: .1em;
	margin-bottom: 3.2rem;
	position: relative;
	width: 100%;
	font-weight: 600;
}
.post-title:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(-90deg, #beb896 0%, #a9a178 27%, #958b56 71%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.post-txt img{
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 1rem rgba(0,0,0,.15);
}
.post-txt p,
.post-txt ol,
.post-txt ul,
.post-txt div{
	font-size: 1.7rem;
	line-height: 1.75;
	margin-bottom: 2.2rem;
	letter-spacing: .1em;
}
.post-txt h2{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	padding: 2rem 2.4rem 2rem 3.6rem;
	position: relative;
	margin: 4.2rem 0 4rem;
	background: #fafafa;
}
.post-txt h2:before{
	content: "";
	display: block;
	width: .9rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #01af1a;
}
.post-txt h3{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	padding: 0 0 1.4rem;
	position: relative;
	margin: 0 0 3.6rem;
}
.post-txt h3:before{
	content: "";
	display: block;
	width: 100%; 20.8%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, #01af1a 0%, #01af1a 20.8%, #e8e8e8 20.8%, #e8e8e8 100%);
}
.post-txt h4,
.post-txt h5{
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	margin: 0 0 2.6rem;
	color: #01af1a;
}
.post-txt h5{
	color: #00aea2;
}
.post-txt ul li,
.post-txt ol li{
	padding-left: 3rem;
	line-height: 1.75;
	margin-bottom: 1rem;
	font-size: 1.7rem;
	font-weight: 600;
	position: relative;
}
.post-txt ul li:before{
	content: "●";
	display: block;
	color: #01af1a;
	margin-right: 1.2rem;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 400;
}
body{
	counter-reset: number 0;
}
.post-txt ol li:before{
	content: counter(number)".";
	counter-increment: number 1;
	display: block;
	color: #01af1a;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 400;
}
.post-txt div{
	background: #e5f7f7;
	padding: 2rem 2rem 2rem 3rem;
}
.post-txt{
	padding-bottom: 5rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #b3a85f;
}

.post-txt mark {
	font-style:normal;
	background:linear-gradient(transparent 60%, #d0f4ee 60%);
}
.post-txt a{
	color: #00aea2;
	text-decoration: underline;
}
.post-txt a:hover{
	text-decoration: none;
}
/*-------------------------------
#pager
-------------------------------*/
.pager02{
	position: relative;
	display: flex;
	justify-content: center;
}
.prev{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.next{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
}
.prev:before,
.next:after{
	content: "";
	display: block;
	width: .8rem;
	height: 1.7rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.prev:before{
	background-image: url(../images/news-prev-arrow.svg);
	margin-right: 1.5rem;
}
.next:after{
	background-image: url(../images/news-next-arrow.svg);
	margin-left: 1.5rem;
}
.pager02 a:hover{
	color: #998b4d;
}

/*-------------------------------
.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%;
	}




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


/*-------------------------------
.main-contents
-------------------------------*/
	#post-area .date{
		font-size: 1.3rem;
		width: 8rem;
	}
	.btn{
		margin-bottom: 6rem;
	}
	#post-area .cat {
		display: flex;
		height: 1.8em;
		margin-right: 0.5em;
		font-size: 1.3rem;
		align-items: center;
		justify-content: center;
		font-weight: 500;
		padding: 0px 1em;
		background: rgb(223, 252, 1);
		border-radius: 0.9em;
	}
	.post-title{
		padding-top: 1rem;
		padding-bottom: 1.2rem;
		line-height: 1.75;
		font-size: 2.2rem;
		margin-bottom: 2.4rem;
	}
	.post-txt p,
	.post-txt ol,
	.post-txt ul,
	.post-txt div{
		font-size: 1.5rem;
		margin-bottom: 1.8rem;
	}
	.post-txt h2{
		font-size: 2rem;
		padding: 1.2rem 1.2rem 1.2rem 2rem;
		margin: 3.2rem 0 2.8rem;
	}
	.post-txt h2:before{
		width: .4rem;
	}
	.post-txt h3{
		font-size: 2rem;
		padding: 0 0 1.2rem;
		margin: 0 0 2.8rem;
	}

	.post-txt h4,
	.post-txt h5{
		font-size: 1.7rem;
		margin: 0 0 2.2rem;
	}

	.post-txt ul li,
	.post-txt ol li{
		font-size: 1.5rem;
		padding-left: 2.4rem;
	}
	.post-txt div{
		padding: 1.6rem 1.6rem 1.6rem 2rem;
	}
	.post-txt{
		padding-bottom: 3.6rem;
		margin-bottom: 2.4rem;
	}
/*-------------------------------
#pager
-------------------------------*/
	.pager02{
		margin-bottom: 6rem;
	}

	.prev:before,
	.next:after{
		width: .6rem;
		height: 1.2rem;
	}
	.prev:before{
		margin-right: 1rem;
	}
	.next:after{
		margin-left: 1rem;
	}


/*-------------------------------
.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;
	}
}