@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== key-visual ========== */
/* ----- bonus-fair ----- */
/*
#key-visual {
	margin-top: 5% !important;
}

#key-visual > header {
	position: relative;
}

#key-visual > header .fair-logo {
	position: absolute;
		bottom: 100%;
	width: 100%;
}

@media only screen and (max-width: 640px) {
#key-visual {
	margin-top: 8% !important;
}
}
*/

/* ========== heading ========== */
.prg-heading-01 {
}

.prg-heading-02 {
	margin-top: 20px;
}

.prg-heading-03 {
	background: #0895e6;
	margin: -30px -54px 2em !important;
	padding: 20px 54px;
	text-align: center;
}

.prg-heading-03 .label {
	color: #fff;
	font-size: 175%;
	font-weight: bold;
}

.prg-heading-03 .label:before {
	background: url(../img/icon_01.png) left top no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 39px;
	margin-right: 10px;
	vertical-align: middle;
	width: 31px;
}

@media only screen and (min-width: 641px) {
.prg-heading-03 .label {
	display: inline-block;
}
}

@media only screen and (max-width: 640px) {
.prg-heading-03 {
	margin: -16px -10px 1em !important;
	padding: 10px 43px;
}

.prg-heading-03 .label {
	font-size: 125%;
	position: relative;
}

.prg-heading-03 .label:before {
	height: 31px;
	margin-top: -15px;
	position: absolute;
		top: 50%;
		left: -33px;
	width: 23px;
}
}


/* ========== table ========== */
.prg-table-01 .img-flgs {
	max-width: 100%;
}

@media only screen and (max-width: 640px) {
.prg-table-01 .img-flgs {
	display: none;
}
}


/* ========== infoBlock ========== */
/* ----- 01 ----- */
.prg-infoBlock-01 {
  background: #def2fe;
  margin-top: 3em;
  padding: 32px 24px 24px;
  position: relative;
}

.prg-infoBlock-01 .balloon {
  position: absolute;
	  top: -9px;
	  left: -8px;
}

@media only screen and (min-width: 641px) {
.prg-infoBlock-01 .block-lead {
  padding-left: 2em;
}
}

@media only screen and (max-width: 640px) {
.prg-infoBlock-01 {
  margin-top: 20px;
  padding: 24px 12px 12px;
}

.prg-infoBlock-01 .balloon {
	  left: -5px;
}

.prg-infoBlock-01 .balloon img {
	width: 26px;
}
}
