@charset "utf-8";

.xcampaign-post {
	border: .1rem solid var(--f-color-border);
	border-radius: .8rem;
	display: inline-flex;
	align-items: center;
	margin: 10px 0 20px;
	color: #000;
	width: 49%;
	text-align: center;
	justify-content: center;
	padding: 0.7em;
	position:relative;
}
.xcampaign-post svg {
	margin-right: .5em;
}
.kiyaku-inner-member {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 20px;
}
.svg_arr {
	position: absolute;
	right: 0;
}
.xcampaign02 {
	position: relative;
}
.post {
	position: absolute;
	bottom: 0;
	left: 7%;
	width: 50%;
}
.xcampaign03 {
	position: relative;
}
.login {
	position: absolute;
	bottom: 13%;
	left: 7%;
	width: 50%;
}
.regist {
	position: absolute;
	left: 7%;
	width: 50%;
	bottom: 0;
}
.xcampaign.xcampaign_202312.js-stop-scroll .f-content {
	padding: 0;
}
@media(max-width: 769px) {
.kiyaku-inner-member {
	flex-direction: column;
}
.xcampaign-post {
	width: 100%;
}
}