div#campaign .sp{display: block;}
div#campaign .pc{display: none;}

div#campaign-mainvisual{
	line-height: 1;
}
div#campaign-mainvisual img{
	vertical-align: bottom;
}
div#campaign h1{
	margin: 30px 15px 24px;
	padding: 0;
	color: #444;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 18px;
}
div#campaign h1 span{
    color: #bc121b;
    font-size: 22px;
}
div#campaign h1 img{
	vertical-align: bottom;
}
div#campaign h2{
margin: 30px 15px 15px;
    padding: 0;
    color: #444444;
    text-align: center;
    font-weight: bold;
}
div#campaign h2 strong{
	background: linear-gradient(transparent 60%, #ffe49c 60%);
}
div#campaign h2 span{
	font-size: 12px;
	display: block;
	line-height: 1.6;
	font-weight: normal;
	padding: 10px 0 0 0;
}
div#campaign .subvisual{

margin: 0 15px;
}
div#campaign div#information{
	color: #444;
	text-align: left;
	line-height: 1.8;
	margin: 20px 15px;
	font-size: 14px;
}
div#campaign div#information p{
	color: #444;
	text-align: left;
	line-height: 1.6;
	font-size: 12px;
	position: relative;
	padding: 0 0 0 15px;
}
div#campaign div#information p::before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
div#campaign ul{
	overflow: hidden;
	margin: 0 15px;
	padding-bottom: 30px;
}
div#campaign ul li{
	float: left;
	margin-bottom: 10px;
}
div#campaign ul li a{
	display: block;
	line-height: 1;
}
div#campaign ul li a:hover{
	opacity: 0.8;
}
div#campaign ul li a img{
	vertical-align: bottom;
}