@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== cpn-heading2-01 ========== */
.cpn-heading2-01 {
	margin: -30px -54px 15px -54px !important;
}

@media only screen and (max-width: 640px) {
	.cpn-heading2-01 {
		margin: -16px -10px 10px -10px !important;
	}
}


/* ========== figure ========== */
.cpn-figure-01 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}


/* ========== relatedLinks ========== */
.cpn-relatedLinks-01 {
    margin-bottom: 0;
}


/* ========== infoBlock ========== */
.cpn-infoBlock-01 {
	padding: 30px 54px 54px 54px;
	margin: 20px -54px 15px -54px;
}

@media only screen and (max-width: 640px) {
	.cpn-infoBlock-01 {
		padding: 16px 10px;
		margin: 20px -10px 10px -10px;
	}
}


/* ========== add module ========== */

.txt-left {
	text-align: left;
}

.mT1em {
	margin-top: 1em;
}

.pd70 {
	padding-left: 70px;
}

.ad-left-btn {
	margin-right: 70px;
}

.ad-right-btn {
	margin-left: 20px;
}

@media only screen and (max-width: 640px) {
	.ad-left-btn {
		margin-right: 0;
	}

	.ad-right-btn {
		margin-left: 0;
	}
}

.btn-align-right {
	text-align: right;
}

.btn-align-left {
	text-align: left;
}

@media only screen and (max-width: 640px) {
	.btn-align-right {
		text-align: center;
	}

	.btn-align-left {
		text-align: center;
		margin-top: 20px!important;
		margin-bottom: 1em;
	}
}

.adjust-pd {
	padding: 20px 40px 20px 40px;
}

@media only screen and (max-width: 640px) {
	.adjust-pd {
		padding: 20px;
	}
}

.adjust-txt {
	font-size: 120%;
	margin-top: 6px!important;
}

.sp-step-heading {
	position: relative;
}

.sp-step-num {
	position: absolute;
	top: 8px;
	left: 19px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	font-size: 210%;
	color: #eb7000;
}

.sp-step-num-02 {
	position: absolute;
	top: 13px;
	left: 19px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	font-size: 210%;
	color: #eb7000;
}

@media only screen and (max-width: 354px) {
	.sp-step-num-02 {
		top: 25px;
	}
}