@charset "UTF-8";
.mt70{
	margin-top: 70px;
}
.color-red{
	color: #C60000;
}
.campaign-header .header-logo-txt{
	color: #0482f8;
}
@media (max-width: 959px) {
	.campaign-header .header-left{
		padding: 0 5px;
		display: block;
	}
	.campaign-header .header-right{
		padding-right: 5px;
	}
	.campaign-header .header-btn{
		padding: 0 9px;
		font-size: 13px;
	}
}
.l-section a:not(.btn-primary){
	color: var(--primary-color);
}
.l-section a[target="_blank"]:not(.btn-primary)[target="_blank"]{
	background: url(/common_img/icon/window.gif) no-repeat right center;
	padding-right: 12px;
}
a.btn-primary{
	color: #fff;
}
.inline-style{
	display: inline-block;
}
.campaign-mv{
	background: url(/20th/campaign/img/billion-3rd/main_bg.jpg) no-repeat center center;
	background-size: cover;
}
.heading-3{
	color: #092b53;
	font-size: 20px;
	text-align: left;
}
.campaign-mv-inner{
	text-align: center;
}
.mv-img img{
	max-width: 100%;
	width: auto;
}
.campaign-date{
	background: #000;
	color: #fff;
}
@media (min-width: 960px){
	.heading-3{
		font-size: 26px;
		text-align: center;
	}
}
.border-column{
	border-color: #b9b9b9;
}
.campaign-date.section-date{
	background: none;
	padding: 0;
	color: #000;
}
.ordered-list > li{
	padding-left: 2em;
}
.ordered-list > li:before{
	font-size: 14px;
	content: counter(ol)'.';
}
