@charset "utf-8";

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

/* ========== additional styles ========== */

/* ----- kye-visual ----- */
#key-visual {
	background-color: rgba(0,0,0,0);
	padding: 0;
}

#key-visual .cpn-title-sp h1 {
	background: #ec3a17 url(../img/bg_01.png) center top no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	margin: 0;
	text-align: center;
}

#key-visual .cpn-title-sp h1 img {
	width: 100%;
	max-width: 394px;
}

/* ----- c-heading ----- */
.cpn-heading-img {
	margin-left: 0;
	margin-right: 0;
}
.cpn-heading-img h3 {
	padding-bottom: 0;
	border-bottom: none;
}

/* ----- importantNotes ----- */
.cpn-noticeBlock-01{
	margin-top:54px;	
}

@media only screen and (max-width: 640px) {
.cpn-noticeBlock-01{
	margin-top:16px;	
}
	
}