@charset "utf-8";
/*------------------------------------------------------------
	キャンペーン終了  CSS
------------------------------------------------------------*/

.campaign_end{
	border: 2px solid #f5989d;
	font-family: "sans-serif";
	padding: 40px;
	max-width: 920px;
	margin: 20px auto;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}
.campaign_end strong{
	color:#f5989d;
	font-size: 30px;
	margin-bottom: 40px;
	position: relative;
    display: inline-block;
    padding: 0 170px;
	font-weight: normal;
	font-family: "sans-serif"!important;
}
.campaign_end strong:before, .campaign_end strong:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 150px;
height: 1px;
background-color: #f5989d;
}

.campaign_end strong:before {left:0;}
.campaign_end strong:after {right: 0;}


.campaign_end p{
	font-size: 15px;
	color: #666!important;
	text-align: center;
	margin:0!important;
}
.campaign_end a{
	text-decoration: underline!important;
	color: #007edf!important;
}
.campaign_end a.sp{
	display: none;
}
.campaign_end a.pc{
	display: inline-block;
}

.campaign_end a:hover{
	text-decoration: none!important;
}






/*  スマホ用スタイル
------------------------------------------------------------*/

@media screen and (max-width:767px){

	
.campaign_end{
	border: 2px solid #f5989d;
	padding: 15px;
	margin: 20px 10px;
	text-align: center;
	background: #fff;
	font-family: sans-serif;
}
.campaign_end strong{
	color:#f5989d;
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
    display: inline-block;
    padding: 0 40px;
	font-weight: normal;
}
.campaign_end strong:before, .campaign_end strong:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 30px;
height: 1px;
background-color: #f5989d;
}

.campaign_end strong:before {left:0;}
.campaign_end strong:after {right: 0;}
	
	
.campaign_end p{
	font-size: 13px;
	color: #666!important;
	text-align: center;
	margin:0!important;
}
.campaign_end a{
	text-decoration: underline!important;
	color: #007edf!important;
}
.campaign_end a.pc{
	display: none;
}	
.campaign_end a.sp{
	display: inline-block;
}	

	
	
}