.call-list dd::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f095";
	margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
	.call-list a[href^="tel:"] {
		pointer-events: none;
		color: #000000;
	}
}
ul {
	list-style-type: none;
}

#head-bt {
	position: fixed;
	width: 50px;
	height: 350px;
	top: 280px;
	right: 0;
	list-style-type: none;
	text-align: center;
	z-index: 10;
}
#head-bt li {
	width: 100%;
}
#head-bt li.bt-raiten a,
#head-bt li.bt-contact a {
	color: #ffffff;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	background: rgba(0, 211, 63, 1);
	writing-mode: vertical-rl;
}
#head-bt li.bt-raiten a:hover,
#head-bt li.bt-contact a:hover {
	background: rgba(0, 211, 63, 0.8);
}
#head-bt li.bt-raiten a i {
	margin: 0 0 5px -5px;
	transform: rotate(90deg);
}
#head-bt li.bt-contact a:hover i {
	transform: rotate(0deg);
}

.call-list dd::before {
	font-family: "FontAwesome";
	display: inline-block;
	content: "\f095";
	margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
	.call-list a[href^="tel:"] {
		pointer-events: none;
		color: #000000;
	}
}

@media screen and (max-width: 480px) {
	#head-bt {
		position: relative;
		width: 80%;
		height: auto;
		margin: 15px auto 20px;
		padding: 0;
		top: 0;
		display: block;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 900;
	}
	#head-bt li {
		width: 100%;
	}
	#head-bt li:before {
		content: "退去申込はネットが便利！";
		width: 100%;
		font-size: 12px;
		text-align: center;
	}
	#head-bt li.bt-raiten a {
		display: block;
		writing-mode: inherit;
		height: 60px;
		line-height: 60px;
		padding: 0;
		position: inherit;
		border-radius: 5px;
		text-decoration: none;
		background: rgba(0, 211, 63, 1);
		box-shadow: 0 1px 2px rgb(0 0 0 / 6%), 0 1.7px 1.55px rgb(0 0 0 / 8%),
			0 2.5px 3.2px rgb(0 0 0 / 9%), 0 3.6px 3.9px rgb(0 0 0 / 9%),
			0 7.7px 7.4px rgb(0 0 0 / 10%), 0 15px 10.5px rgb(0 0 0 / 13%);
	}
}

.confirm_area input[type="submit"] {
	display: block;
	margin: auto;
	padding: 1rem 3rem;
	font-size: 1.3rem;
}
.confirm_box {
	display: flex;
	justify-content: space-between;
	gap: 80px;
}
.confirm_box:last-of-type {
	margin-bottom: 2rem;
}
.confirm_box div {
	width: 50%;
}
.confirm_text {
	padding: 1rem;
	background: rgba(0, 211, 63, 0.05);
	border-radius: 10px;
}
.confirm_text p {
	margin: 0 !important;
}
.confirm_check {
	position: relative;
}
.confirm_check::before {
	position: absolute;
	top: 40px;
	left: -50px;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: #188c6b;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.confirm_check p {
	margin: 0 !important;
	padding: 2rem 1.5rem !important;
	border: 1px solid #188c6b;
}
.confirm_agree {
	padding: 1rem 0 !important;
	text-align: center;
	background: #fafafa;
	border: 1px solid #eee;
}
@media screen and (max-width: 480px) {
	.confirm_box div {
		width: 100%;
	}
	.confirm_check p {
		margin: 0 !important;
		padding: 2rem 0 !important;
		text-align: center;
	}
	.confirm_check input[type="checkbox"] {
		display: block;
		cursor: pointer;
		height: 25px;
		width: 25px;
		margin: auto;
		margin-bottom: 0.5rem;
	}
	.wpcf7-list-item {
		margin: 0 !important;
	}
}



.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 2rem;
	text-align: center;
}
.nav-links{
	display:flex;
}
.pagination .page-numbers{
	display:inline-block;
	margin-right:20px;
	padding:20px 25px;
	color:#333;
	border-radius:3px;
	box-shadow:0 3px 3px #999;
	background:#fff;
}
.pagination .current{
	padding:20px 25px;
	background:#69a4db;
	color:#fff;
}
.pagination .prev,
.pagination .next{
	border-radius:3px;
	box-shadow:0 3px 3px #999;
	color:#69a4db;
}
.pagination .dots{
	background:transparent;
	box-shadow:none;
}