@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== step ========== */
.step-content {
	margin: 0 9%;
}

.step-content .c-figure-04:first-child {
	margin-top: 18px;
}

.step-content .c-figure-04 {
	margin-top: 0;
	display: table;
}

.step-content .c-figure-01 img {
	width: 100%;
	max-width: 314px;
}

.step-content .content {
	display: table-cell;
	vertical-align: middle;
}

.step-info {
	border: none;
	border-radius: 10px;
	table-layout: fixed
}

.step-info hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dashed #fff;
}

.step-rule {
	margin-top: 10px;
}


@media only screen and (max-width:640px) {
	.step-content {
		margin: 0;
	}
	.step-content .c-figure-04 {
		margin-top: 0;
	}
    .step-content .c-figure-04 figure {
        margin-right: 10px;
		padding: 0;
		margin: 0;
    }
    .step-content .c-figure-04 figure img {
		display: block;
		margin-right: 10px;
		margin-left: 0;
	}
	.step-content .c-figure-04>figure img {
		width: 55px;
	}
    .step-content .c-figure-04 .content {
		overflow: visible;
	}
	.step-info hr {
		margin-top: 10px;
		margin-bottom: 10px;
		border-top: 1px dashed #fff;
	}
	.step-rule {
		margin-bottom: 10px;
	}
}

/* ========== key-visual ========== */
.kv-img {
	position: relative;
}
.kv-btn-pc {
	position: absolute;
	bottom: 8%;
	right: 3%;
	width: 15%;
}

.kv-btn-sp {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10%;
	width: 90%;
}


/* ========== add ========== */
@media only screen and (max-width:640px) {
	a,a:focus {
		outline:none;
	}
	button,input,input:focus {
		outline:none;
	}
}