@charset "UTF-8";
.btn-list{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.btn-list li{
	width: calc(50% - 20px);
}
.wp-pagenavi{
	margin-top: 80px;
}
.part-works-list .no-post {
	text-align: center;
}


/* ++++++++++++++#sec02+++++++++++++++ */
#sec02{
	/*padding-bottom: 0;*/
}
.part-form01 td .renovation-area li {
    width: 33.333%;
    margin: 0;
}
.toggle{
	display: none;
}
.part-form01 .toggle table{
	border-top: none;
}
button.btn01{
	letter-spacing: .4em;
	cursor: pointer;
	margin: 60px auto 0;
}
.toggle-btn02{
	width: 260px;
	height: 40px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #412124;
	border-radius: 0 0 10px 10px;
	margin: 0 auto;
	cursor: pointer;
	transition: .3s all ease;
}
.toggle-btn02:after{
	content: "";
	display: block;
	width: 14px;
	height: 100%;
	background: url(../images/open-arrow.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-left: 10px;
}
.toggle-btn02.opened:after{
	background-image: url(../images/close-arrow.svg);
}



@media screen and (min-width: 769px) and (max-width: 1200px){
	.btn-list li{
		width: calc(50% - 1vw);
	}
}
@media screen and (max-width: 768px){
	.btn-list{
		display: block;
		margin-top: 4rem;
	}
	.btn-list li{
		width: 100%;
		margin-top: 2rem;
	}
	.wp-pagenavi{
		margin-top: 5rem;
	}

/* ++++++++++++++#sec02+++++++++++++++ */
	#sec02{
		/*padding-bottom: 0;*/
	}
	.part-form01 td .renovation-area li {
		width: 50%;
		margin: 0;
	}

	button.btn01{
		letter-spacing: .4em;
		cursor: pointer;
		margin: 4rem auto 0;
	}
	.toggle-btn02{
		width: 66.666vw;
		height: 4rem;
		border-radius: 0 0 1rem 1rem;
	}
	.toggle-btn02:after{
		width: 1.2rem;
		height: 100%;
		margin-left: 1rem;
	}
	button.btn01 {
		margin: 4rem auto 0;
	}
}