@charset "euc-jp";

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

#campaign {
	width: 900px;
	margin: 25px auto 0 auto;
}
#campaign ul {
	list-style: none;
}
#campaign p,
#campaign span,
#campaign a,
#campaign dt,
#campaign dd,
#campaign div,
#campaign h3,
#campaign h4,
#campaign li {
	font-family: "meiryo",sans-serif;
}
#campaign a {
	color: #0079ff;
	text-decoration: none;
}
#campaign a:hover {
	color: #4aa0ff;
}
#campaign .sub-title p {
	text-align: center;
}
.fw-bold {
	font-weight: bold;
}
h2 {
	text-align: center;
	margin: 40px 0 20px 0;
}
h3 { 
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
	color: #333;
}
h4 {
	font-size: 24px;
	border-left: 8px solid #FF4242;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	margin-top: 60px;
	margin-bottom: 10px;
}
.fc-red {
	color: red;
}
#campaign dl {
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 160%;
	border-bottom: 1px solid #E1E1E1;
	color: #333;
}
#campaign dt,
#campaign dd {
	display: table-cell;
	padding: 15px 10px;
}
#campaign dt {
	width: 170px;
}
#campaign dd ul {
	list-style-type: disc;
	padding-left: 16px;
}
#campaign dd div.step p.step_ttl {
	font-size: 20px;
	color: #996633;
	padding-bottom: 30px;
}
#campaign dd div.step p.step_ttl span {
	font-weight: bold;
	background: url('/campaign/20161110/img/kira.png') no-repeat right center;
	padding-right: 30px;
}
#campaign dd div.step ul {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 20px;
}
#campaign dd div.step ul li {
	width: 130px;
	height: 153px;
	padding: 26px 12px 6px 12px;
	display: inline-block;
	border: 5px solid #CCC;
	margin-right: 6px;
	vertical-align: top;
	line-height: 130%;
	font-size: 13px;
	border-radius: 8px;
	position: relative;
	top: 0;
	left: 0;
}
#campaign dd div.step ul li p {
	text-align: justify;
}
#campaign dd div.step ul li p span {
	color: #FF4242;
	font-weight: bold;
}
#campaign dd div.step ul li .s_img {
	position: absolute;
	top: -17px;
	left: 10px;
}
#campaign dd div.step ul li .s1 {
	position: absolute;
	top: 93px;
	left: 13px;
}
#campaign dd div.step ul li .s3 {
	position: absolute;
	top: 125px;
	left: 70px;
}
#campaign dd div.step ul li .s4 {
	position: absolute;
	top: 98px;
	left: 20px;
}
#campaign dd div.step ul li p.attention {
	background-color: #FF4242;
	padding: 5px;
	font-size: 12px;
	line-height: 115%;
	color: #FFF;
	margin-top: 5px;
	font-weight: bold;
}
#campaign dd div.step ul li:last-child {
	margin-right: 0;
}

.hand {
	text-align: center;
	padding: 10px 0 20px 0;
}
.button_wrap {
	text-align: center;
	padding: 70px 0 80px 0;
}
.button_wrap a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.button_wrap a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.button_wrap p {
	padding-top: 10px;
	font-size: 20px;
}
.link {
	text-align: center;
	padding: 40px 20px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}
.link p {
	font-size: 24px;
	margin-bottom: 10px;
	
}
.link p span {
	background: url('/campaign/20161110/img/link_icon.png') no-repeat 0 0;
	font-weight: bold;
	padding-left: 35px;
	color: #333;
}
.link li {
	display: inline-block;
	margin: 10px 5px;
}
#campaign .link li a {
	background-color: #FFF;
	font-weight: bold;
	border-radius: 10px;
	display: block;
	width: 190px;
	padding: 15px 0;
	text-align: center;
	border: 2px solid #996633;
	color: #996633;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#campaign .link li a:hover {
	border: 2px solid #996633;
	background-color: #996633;
	color: #FFF;
}
