@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== additional styles ========== */
.dense {
	padding-top: 0 !important; }

.largely-spaced {
	margin-top: 80px !important; }

.normally-spaced {
	margin-top: 40px !important; }

.small-spaced ,
.small-spaced p {
	margin-top: 0.5em !important; }


/* ----- cpn-color ----- */
.cpn-color-01 {
	color: #ed1562; }
.cpn-color-02 {
	color: #0895e6; }


/* ----- kye-visual ----- */
#key-visual .cpn-title-sp h1 {
	margin: 0;
	text-align: center;
}

#key-visual .cpn-title-sp h1 img {
	margin: 0 auto;
	width: 100%;
}

/* ----- c-heading ----- */
.cpn-heading-img-01 {
	margin-left: -54px;
	margin-right: -54px;
}
.cpn-heading-img-01.cpn-title-pc h2 {
	background: url(../img/bg_02_pc.png) left bottom repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.cpn-heading-img-01.cpn-title-sp h2 {
	background: url(../img/bg_02_sp.png) left bottom repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

@media only screen and (max-width: 640px) {
	.cpn-heading-img-01 {
		margin-left: -11px;
		margin-right: -11px;
	}
	.cpn-heading-img-01 img {
		padding: 0; }

}

/* 02/03 */
.cpn-heading-img-02 h3,
.cpn-heading-img-03 h3{
	padding-bottom: 0;
	border: none;
}

.cpn-heading-img-02 h3 img,
.cpn-heading-img-03 h3 img {
	margin-left: auto;
	margin-right: auto;
}

.cpn-heading-img-02 h3{
	background: url(../img/bg_03.png) center bottom repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.cpn-heading-img-03 h3{
	background: url(../img/bg_04.png) center bottom repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.cpn-heading-img-03 {
	margin-top: 1.75em;
}

/* ========== conversion ========== */
.cpn-cnv-01 {
	padding-left: 49px;
	padding-right: 49px;
}

.cpn-cnv-01 .c-heading3-01 { padding-bottom: 0; }
	.cpn-cnv-01 .c-heading3-01 h2 { border-bottom: none; }
.cpn-cnv-01 .c-heading3-01+.c-heading4-01 { 	margin-top: 0.25em; }

@media only screen and (min-width: 769px) {
	.cpn-linkList-01 {
		align-content: stretch;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -10px;
	}
		.cpn-linkList-01 > li {
			flex-basis: 50%;
			margin-top: 0;
		}
}
@media only screen and (max-width: 640px) {
	.cpn-cnv-01 {
		padding-left: 14px;
		padding-right: 14px;
	}
	.cpn-cnv-01 .c-infoBlock-01 { margin-top: 1.25em; }
}