@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== modules ========== */
.dense {
	padding-top: 0 !important; }

.x-largely-spaced {
	margin-top: 80px !important; }

.largely-spaced {
	margin-top: 60px !important; }

.normally-spaced {
	margin-top: 40px !important; }

.halfly-spaced {
	margin-top: 0.5em !important; }


/* ========== additional styles ========== */

.c-ground-01 .c-cnvBlock-01 {
	margin-top: 2.25em;
}

/* ----- kye-visual ----- */
#key-visual {
	padding: 0;
}

#key-visual .cpn-title-sp h1 {
	margin: 0;
	background: #ffeb4a url(../img/bg_01.png) center top repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

#key-visual .cpn-title-sp h1 img {
	margin: 0 auto;
	width: 100%;
	max-width: 394px;
}

/* ----- c-heading ----- */
.cpn-heading-img {
	margin-left: -54px;
	margin-right: -54px;
}

.cpn-heading-img.cpn-title-pc h2 {
	margin-top: -40px !important;
	background: url(../img/bg_02_pc.png) left bottom repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.cpn-heading-img.cpn-title-sp h2 {
	background: url(../img/bg_02_sp.png) left top repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.cpn-heading-img h3 {
	padding-bottom: 0;
	border: none;
}

.cpn-heading-03 .label ,
.cpn-heading-04 .label {
	font-weight: bold;
	margin: 0; }

.cpn-heading-04 h4 {
	display: inline-block;
	padding: 9px 35px 5px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #de9d02;
	font-size: 137.5%;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
	.cpn-heading-img {
		margin-left: -10px;
		margin-right: -10px;
	}
	.cpn-heading-img img {
		padding: 0 10px; }
}

/* ========== text ========== */
.cpn-text-02 {
	font-size: 143.75%; }
	.cpn-text-02 em {
		color: #eb7000;
		font-size: 150%; }

.cpn-text-03 {
	font-size: 113%; }

.cpn-text-04 {
	font-size: 137.5%;
	font-weight: bold;
}

/* ========== list ========== */
.cpn-list-01 .c-list-01 {
	padding-left: inherit; }
	.cpn-list-01 .c-list-01 > li {
		padding-left: 0; }
		.cpn-list-01 .c-list-01 > li:before {
			display: none; }


/* ========== table ========== */
.cpn-table-01 th ,
.cpn-table-01 td {
	text-align: center;
}


/* ========== info-block ========== */
.cpn-infoBlock-01 {
	border-color: #eb7000; }

.cpn-infoBlock-01 .cpn-heading-04 {
	background: #eb7000;
	color: #fff;
	margin: -30px -54px 1em !important;
	padding: 15px 54px; }
	.cpn-infoBlock-01 .cpn-heading-04 .label {
		margin: 0;
		line-height: 1.1em;
		font-weight: bold;
		font-size: 137.5%; }
		
/* ----- 02 ----- */
.cpn-infoBlock-02 {
	background: #fce7cd;
	border-radius: 15px;
	margin-top: 1.25em;
	padding: 15px; }

.c-heading2-02 .heading-main h2 span {
	background-color: #35a668;
	box-shadow: 12px 0 0 #35a668, -12px 0 0 #35a668; }

.c-steps-02 .contents .step .inner {
	border-color: #aca2f8; }


@media only screen and (max-width: 640px) {
	.cpn-infoBlock-01 .cpn-heading-04 {
		margin: -16px -10px 1em !important;
		padding: 10px;
	}
}



/* ========== alert-block ========== */
a.cpn-linklist-01 { color: #535252 !important; }



/* ========== notice-block ========== */
.cpn-noticeBlock-01 {
	margin-top:54px; }

@media only screen and (max-width: 640px) {
	.cpn-noticeBlock-01 {
		margin-top:16px; }
}

.cpn-noticeBlock-01 .c-heading4-01 img {
	margin-top: 15px;
}
@media only screen and (max-width: 640px) {
	.cpn-noticeBlock-01 .c-heading4-01 img {
		margin: 5px 0 0 5px;
	}
}


/* ========== accordion ========== */
.cpn-accordion-01 {
	margin-top: 0;
	border-top: none; }
	.cpn-accordion-01 > .item {
		border-bottom: none;
		margin-top: 0; }
		.cpn-accordion-01 > .item > .head {
			padding: 0;
			margin: 0 -54px; }
			.cpn-accordion-01 > .item > .head .cpn-heading-02 {
				margin: 0; }
			.cpn-accordion-01 > .item > .head:hover, .cpn-accordion-01 > .item > .head:active, .cpn-accordion-01 > .item > .head:focus {
				opacity: 0.85; }
			.cpn-accordion-01 > .item > .head:before {
				background: url(../img/icon_02.png) left center no-repeat;
				background-size: auto 100%;
				border: none;
				right: 33.5px;
				z-index: 150;
				height: 43px;
				width: 43px;
				margin-top: -21.5px; }
			.cpn-accordion-01 > .item > .head.opened:before {
				background-position: right center; }
			.cpn-accordion-01 > .item > .head:after {
				display: none; }
		.cpn-accordion-01 > .item > .body {
			margin-right: 0;
			margin-left: 0;
			padding-top: 40px;
			padding-bottom: 0; }

@media only screen and (max-width: 640px) {
	.cpn-accordion-01 {
		margin-bottom: 0 !important; }
		.cpn-accordion-01 > .item > .head {
			font-size: 112.5%; }
			.cpn-accordion-01 > .item > .head > .label {
				display: block;
				margin-right: 0;
				margin-left: 0;
				max-width: inherit;
				width: auto; }
				.cpn-accordion-01 > .item > .head > .label.full-grid {
					display: block;
					margin-right: 0;
					margin-left: 0;
					max-width: inherit;
					width: auto; }
			.cpn-accordion-01 > .item > .head:before {
				height: 30px;
				width: 30px;
				margin-top: -15px; }
		.cpn-accordion-01:after {
			content: ".";
			display: block;
			height: 0;
			font-size: 0;
			clear: both;
			visibility: hidden; }

	.cpn-accordion-01 > .item > .head {
		margin-right: -10px;
		margin-left: -10px; }
		.cpn-accordion-01 > .item > .head:before {
			right: 10px; }

	.cpn-campaign .c-accordion-01 .item .head {
		padding-bottom: 15px; }
		.cpn-campaign .c-accordion-01 .item .head:before {
			right: 10px !important;
			top: 10px; }
}

/* ========== step ========== */
/* -- 02 -- */
.cpn-step-01 .cpn-heading-step-01 {
	margin: 0;
	position: relative;
	z-index: 100;
}
.cpn-step-01 .cpn-heading-step-01 .label {
	padding: 22px 16px;
	background: #fdeecb;
	color: #de9d02;	
	font-weight: bold;
}

.cpn-step-01 .cpn-heading-step-01 .img-clip {
	margin-top: -50px;
	position: absolute;
	top: 50%;
	left: 50px;
	z-index: 50;
	width: 100px;
	height: 100px;
}

@media only screen and (max-width: 860px) {
	.cpn-step-01 .cpn-heading-step-01 .label {
		padding-left: 90px;
		padding-right: 90px;
		 }

	.cpn-step-01 .cpn-heading-step-01 .img-clip {
		margin-top: -40px;
		left: 10px;
		z-index: 50;
		width: 80px;
		height: 80px;
	}
}
@media only screen and (max-width: 640px) {
	.cpn-step-01 .cpn-heading-step-01 .label {
		padding-left: 65px;
		padding-right: 65px; }
		.cpn-step-01 #flg-howto .cpn-heading-step-01 .label {
			padding-top: 13px;
			padding-bottom: 13px;
		}

	.cpn-step-01 .cpn-heading-step-01 .img-clip {
		margin-top: -25px;
		left: 10px;
		width: 50px;
		height: 50px; }

	.cpn-step-01 .cpn-heading-03 {
		padding-left: 35px;	}
	.cpn-step-01 .cpn-heading-step-01 .label {
		font-size: 108%; }
}

/* -- 03 -- */
.cpn-step-01 .cpn-heading-03 {
	padding-top: 12px;
	position: relative; }
	.cpn-step-01 .cpn-heading-03 .label {
		font-size: 125%; }
	.cpn-step-01 .cpn-heading-03 .img-marker {
		position: absolute;
		top: -5px; }

.cpn-step-01 .cpn-heading3-01 {
	margin-top: 30px; }
	.cpn-step-01 .cpn-heading3-01 h3 {
		color: #36a66b;
		border:none; }

@media only screen and (min-width: 641px) {
	.cpn-step-01 .cpn-heading-03 .img-marker {
		left: -62px; }
}

@media only screen and (max-width: 640px) {
	.cpn-step-01 .cpn-heading-03 {
		padding-top: 0;
		padding-left: 35px; }
	.cpn-step-01 .cpn-heading-03 .label {
		font-size: 112.5%;
		line-height: 1.4; }
	.cpn-step-01 .cpn-heading-03 .img-marker {
		top: -2px;
		left: 0;
		max-width: 25px;
		height: auto; }
}

/* -- 01 -- */
.cpn-step-01 > .step {
	margin-top: 30px; }
	.cpn-step-01 > .step + .step {
		margin-top: 40px;
		padding-top: 125px;
		position: relative; }
		.cpn-step-01 > .step + .step:before {
			background: url(../img/arrow_01.png) center top no-repeat;
			content: "";
			height: 106px;
			margin-left: -70px;
			position: absolute;
			top: 0;
			left: 50%;
			width: 140px; }

/* -- 02 -- */
.cpn-step-02 > .step, .cpn-step-03 > .step {
	margin-top: 40px;
	padding-left: 62px; }

.cpn-step-02 > .step + .step {
	border-top: #000 dotted 1px;
	padding-top: 40px; }


@media only screen and (max-width: 900px) {
	.cpn-step-01 > .step.goal {
		background-position: center 80px, 98% bottom; } }
@media only screen and (max-width: 640px) {
	.cpn-step-02 > .step, .cpn-step-03 > .step {
		padding-left: 0; }
	.cpn-step-01 > .step.goal {
		background-image: none;
		margin-right: -10px;
		margin-bottom: -16px;
		margin-left: -10px;
		padding-right: 10px;
		padding-left: 10px; }
		.cpn-step-01 > .step + .step {
			margin-top: 30px;
			padding-top: 75px;
			position: relative; }
	.cpn-step-01 > .step + .step:before {
			background: url(../img/arrow_01.png) center top no-repeat;
			background-size: contain;
			content: "";
			height: 53px;
			margin-left: -40px;
			position: absolute;
			top: 0;
			left: 50%;
			width: 80px; }
}
