.c-title__2 {
  color: #E9300E;
	margin-bottom: 10px;
}



/*本キャンペーン｜START*/
.p-campaign .p-campaign__title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;	
	background: #FFF100;
	padding: .25rem;
}


.p-campaign .c-campaign-content__image {
	display: block;
	text-align: center;
	margin: 1rem auto 2rem auto;
}

.p-campaign .c-campaign-content__hedding {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.p-campaign.u-bookcampaign-exmple {
	background: #FFF100;
  padding: 2rem;
}

.p-campaign.u-bookcampaign-exmple h4 {
	margin-bottom: 3rem;
	background: #fff;
}

.p-campaign.u-bookcampaign-exmple h5 {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}
.p-campaign.u-bookcampaign-exmple .u-bookcampaign-exmple__wrap {
	position: relative;
}

.p-campaign.u-bookcampaign-exmple .u-bookcampaign-exmple__wrap .u-bookcampaign-exmple__content:first-of-type:after {
	content:"";
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/icon_plus.svg) no-repeat;
	background-size: contain;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.c-campaign-content__image img{
	width: 80%
}
 
.u-bookcampaign-exmple__content .p-campaign-content{
	margin: 15px auto;
	text-align: center;
}




/*本キャンペーン｜END*/