@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;
}
.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-2nd/main-bg.png) no-repeat center center;
	background-size: cover;
}
.heading-3{
	color: #092b53;
	font-size: 20px;
}

.border-column{
	border-color: #b9b9b9;
}
.campaign-date.section-date{
	background: none;
	padding: 0;
}
.campaign-mv + .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: 14px;
	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;
}
.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;
}

/*** tab ***/
/*
.tab_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding-top: 30px;
}
.tab_label {
	color: #102955;
	background: #fff;
	border: 1px solid #102955;
	border-bottom: transparent;
	font-weight: bold;
	text-align: center;
	order: -1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
	padding: 15px 0;
	font-size: 14px;
	margin: 0 6px 0 10px;
}
.tab_label:last-of-type {
	margin-left: 0;
	margin-right: 10px;
}
.tab_label.course_a {
	color: #008ec8;
	border: 1px solid #008ec8;
}
.tab_content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab_switch:checked+.tab_label {
	background: #008ec8;
	border: 1px solid #008ec8;
	border-bottom: transparent;
	color: #fff;
}
.tab_switch:checked+.tab_label.course_b {
	background: #102955;
	border: 1px solid #102955;
}
.tab_switch:checked+.tab_label+.tab_content {
	border-top: 2px solid #008ec8;
	height: auto;
	opacity: 1;
	transition: .5s opacity;
	position: relative;
}
.tab_switch:checked+.tab_label+.tab_content.course_b {
	border-top-color: #102955;
	margin-top: -1px;
}*/
/* ラジオボタン非表示
.tab_switch {
	display: none;
} */


.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;
}

@media (min-width: 960px){
	.mv-img img{
		width: auto;
		max-width: 100%;
	}
	.heading-3{
		font-size: 26px;
	}
	.campaign-mv-inner{
		padding: 20px 0 0;
	}
	
	.tab-link a{
		margin: 0 20px;
		width: 320px;
		font-size: 20px;
		padding: 15px 0;
		display: block;
		flex: inherit;
	}
	/*** tab ***/
	/*.tab_wrap {
		justify-content: center;
	}
	.tab_label{
		flex: inherit;
		display: block;
		margin: 0 20px;
		width: 320px;
		font-size: 20px;
	}
	.tab_label.course_a:hover {
		background: #008ec8;
		color: #fff;
	}
	.tab_label.course_b:hover {
		background: #102955;
		color: #fff;
	}
	.course_a .menu,
	.course_b .menu {
		padding: 50px 0;
	}*/
}