@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;
	}
}
.campaign-mv-inner{
	padding: 0;
	position: relative;
	max-width: 1200px;
}
.campaign-mv-inner:before{
	content: "";
	width: 100vw;
	height: 374px;
	background: url("/20th/campaign/img/billion-4th/bgline.png");
	display: block;
	background-repeat: no-repeat;
	background-size: 50% 374px;
	position: absolute;
	left: calc(50% - 50vw);
	bottom: 35px;
}
.campaign-mv-inner:after{
	content: "";
	width: 100vw;
	height: 450px;
	background: url("/20th/campaign/img/billion-4th/bg2.png");
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100% 450px;
	bottom: 0;
	right: calc(50% - 50vw);
}
.mv-img{
	z-index: 1;
	position: relative;
}
.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-4th/bg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.giftblock{
	background-color: #2b0b15;
	padding: 25px 0 0 0;
	text-align: center;
	box-sizing: border-box;
	
}
.giftblock img{
	max-width: 1120px;
}
@media (min-width: 960px){
	.giftblock{
		padding: 15px;
	}
}
@media (min-width: 1200px){
	.giftblock{
		padding: 15px 0;
	}
}

.heading-3{
	color: #092b53;
	font-size: 16px;
	text-align: left;
}
.border-column{
	border-color: #b9b9b9;
}
.campaign-date.section-date{
	background: none;
	padding: 0;
}
.giftblock + .campaign-date{
	background-color: #000;
	color: #fff;
}
.ordered-list > li{
	padding-left: 2em;
}
.ordered-list > li:before{
	font-size: 14px;
	content: counter(ol)'.';
}


.tab_wrap {
	margin: 0;
	padding-top: 30px;
}
.tab-link{
	display: flex;
	justify-content: center;
	width: 100%;
}
.tab-link a{
	margin: 0 6px 0 10px;
	font-size: 13px;
	color: #008ec8;
	background: #fff;
	border: 1px solid #008ec8;
	border-bottom: transparent;
	font-weight: bold;
	text-align: center;
	border-radius: 5px 5px 0 0;
	padding: 15px 0;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab-link a:last-of-type{
	margin-left: 0;
	margin-right: 10px;
	border-color: #102955;
	color: #102955;
}
.tab-link a.current {
	background: #008ec8;
	border: 1px solid #008ec8;
	border-bottom: transparent;
	color: #fff;
}
.tab-link a:last-child.current {
	background: #102955;
	border: 1px solid #102955;
}
.tab_content.course_a{
	border-top: 2px solid #008ec8;
}
.tab_content.course_b{
	border-top: 2px solid #102955;
}
.box-note{
	padding: 15px;
	box-sizing: border-box;
	border: 4px solid #008ec8;
	max-width: 900px;
	margin: 0 auto 60px;
}
.txt-line-through{
	text-decoration:  line-through;
}

.l-section-inner .l-grid{
	background: #f2f6f9;
	padding: 10px;
	margin: 50px auto 0;
	max-width: 600px;
	box-sizing: border-box;
}
.l-section-inner .l-grid a{
	display: block;
	background: #ffffff !important;
	padding: 0 !important;
	text-align: center;
	align-items: center;
}
.l-section-inner .l-grid a img{
	max-width: 100%;
	height: auto;
}
.l-section-inner .l-grid a picture + div{
	padding: 24px;
	color: #000;
	line-height: 1.8;
	text-align: left;
}
.l-section-inner .l-grid a picture + div h3{
	color: #73abb6;
	margin-bottom: 8px;
}
.l-section-inner .l-grid a span.small{
	font-size: 12px;
	color: red;
}


@media (min-width: 1200px){
	.campaign-mv-inner{
		padding: 20px 0;
	}
}
@media (min-width: 960px){
	.mv-img img{
		width: auto;
		max-width: 100%;
	}
	.heading-3{
		font-size: 26px;
		text-align: center;
	}
	
	.tab-link a{
		margin: 0 20px;
		width: 320px;
		font-size: 20px;
		padding: 15px 0;
		display: block;
		flex: inherit;
	}
	
	.l-section-inner .l-grid{
		background: #f2f6f9;
		padding: 10px;
		max-width: 980px;
	}
	.l-section-inner .l-grid a{
		display: grid;
		grid-template-columns: 320px 1fr;
	}
	.l-section-inner .l-grid a picture + div{
		line-height: 2;
	}
}