@charset "euc-jp";

/* ------------- キャンペーンページ要素 ----------------- */

#tab_watchlist span {
	font-size: 12px;
}

#campaign {
	margin: 18px 10px;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #0071be;
}

.bg-blue {
	background-color: #00214b;
}
.bg-light-blue {
	background-color: #0071be;
}
.bg-green {
	background-color: #24803a;
}
.bg-belluna-green {
	background-color: #34b366;
}
.bg-black {
	background-color: #000;
}
.bg-gray {
	background-color: #f2f2f2;
}

.main-sub-text {
	text-align: center;
	padding: 16px 12px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background-color: #e52c8a;
}

.main-sub-text-wrapper {
	width: 640px;
	margin: 18px auto;
}

.campaign-large-btn {
	margin-bottom: 18px;
}
.campaign-large-btn .btn-sub-text {
	font-size: 24px;
}
.campaign-large-btn a {
	box-sizing: border-box;
	display: block;
	width: 580px;
	margin: 0 auto 6px;
	padding: 18px 0;
	border-radius: 6px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3e4d), color-stop(88%, #ad0009));
	background: -moz-linear-gradient(center top, #ff3e4d 0%, #ad0009 88%);
	background: -ms-linear-gradient(top, #ff3e4d 0%, #ad0009 88%);
}
.campaign-large-btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.campaign-large-btn p {
	margin-top: 12px;
	font-size: 16px;
}

.campaign-section {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 24px;
}

.campaign-detail-wrapper {
	padding: 20px;
}
.campaign-detail-wrapper-cont {
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}
h2.campaign-section-title {
	box-sizing: border-box;
	margin-bottom: 12px;
	padding: 12px;
	font-size: 18px;
	background-color: #e6e6e6;
	border-radius: 4px;
}
.campaign-section-text {
	padding: 0 12px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.sub-text {
	font-size: 1.3rem;
}

.left-indent {
	padding-left: 2.6rem;
}

.dot-list {
	padding: 0 12px;
	font-size: 1.5rem;
}
.dot-list li {
	position: relative;
	margin-top: 6px;
	padding-left: 20px;
	line-height: 1.5;
}
.dot-list li:before {
	content: '・';
	position: absolute;
	left: 0;
}
.dot-list.mask-list li:before {
	content: '';
}

.entry-btn {
	display: block;
	padding: 12px 0 0 0;
	width: 720px;
	height: 78px;
	color: #000;
	font-size: 3.2rem;
	font-weight: bold;
	background-color: #ffe755;
	text-decoration: none;
	border-radius: 10px;
}
.entry-btn:hover {
	color: #34b366;
	background-color: #fff;
	text-decoration: none;
}
.entry-btn span {
	display: block;
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: bold;
}
.entry-btn.top-btn {
	margin: 0 auto 12px;
}
.entry-btn.bottom-btn {
	margin: 12px auto 18px;
}



#footer {
	border-color: #ccc;
}

/*** SNSボタン ***/
.sns-button-outer {
	padding: 12px;
	background-color: #eee;
}
.sns-button-wrap {
	display: table;
	margin: 0 auto;
	font-size: 0;
}
.sns-button-wrap .sns-button {
	display: table-cell;
	padding: 4px;
}



/*** トップに戻るボタン ***/
.to_top {
	margin-top: 24px;
	text-align: right;
	font-size: 1.4rem;
}

/*** 応募フォーム ***/
.form-section-wrap {
	background-color: #fff;
}
.form-entry-date,
.form-entry-num {
	display: inline-block;
	margin-bottom: 18px;
}
.form-entry-date:last-child,
.form-entry-num:last-child {
	margin-bottom: 0;
}



/*** キャンペーン終了 ***/
.main-img-wrapper {
	position: relative;
}
.main-img-wrapper .campaign-end-text {
	position: absolute;
	width: 640px;
	padding: 36px;
	top: 310px;
	left: 128px;
	color: #00214b;
	font-size: 36px;
	font-weight: bold;
	background-color: #fff;
	border: 4px solid #00214b;
	border-radius: 12px;
	transform: rotate(-6deg);
	opacity: .9;
}
.campaign-end-text.top-120 {
	top: 120px;
}
