@charset "utf-8";

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


/* ========== btn ========== */
.cpn-btn-01 {
	border-radius: 28px;
	box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 112.5%;
	font-weight: bold;
	padding: 16px 38px 16px 60px;
}

.cpn-btn-01:before {
	background-image: url(/assets/img/icon_10.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 18px 21px;
		left: 36px;
}


/* ========== column-group ========== */
.cpn-column-group {
	display: table;
	width: 100%;
}

.col-unit-1\/3 {
	display: table-cell;
	width: 33.33%;
	padding: 0 15px 15px 15px;
}

@media only screen and (min-width: 641px) {
	.col-unit-1\/3 + .col-unit-1\/3 {
		border-left: 1px solid #d4d5d5;
	}
}

@media only screen and (max-width: 640px) {
	.cpn-column-group {
		display: block;
	}
	
	.col-unit-1\/3 + .col-unit-1\/3 {
		display: block;
		width: 100%;
		border-top: 1px solid #d4d5d5;
	}
}

.cnvBlock-pull-left.c-space-p1 img,
.cnvBlock-pull-right.c-space-p1 img{
    max-width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 640px) {
.cnvBlock-pull-left.c-space-p1 img,
.cnvBlock-pull-right.c-space-p1 img{
    max-width: 100%;
    margin: 0 auto;
}
	}