@charset "UTF-8";

/* キャンペーン内容 */
.campaign{
	background: #fff;
	margin-top: 20px;
	padding: 0px 50px 5px 50px;
	color: #1b216f;
}

.b{
	font-weight: bold;
}

.campaign ul{
	color: #1b216f;
	margin-left: 30px;
}

.campaign ul li{
	list-style: decimal;
}

.title{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: #1b216f solid 1px;
}

.sub_title{
	font-size: 1.3em;
}
