@charset "UTF-8";
@import "../../include/css/common_pc.css";

/* ---------------------------------------------------------
	CSS Document usage > title
--------------------------------------------------------- */

#title {
	margin: 0 0 30px;
}

#title h3 {
	margin: 0 0 20px;
	font-family: "A-OTF Ryumin Pro KL", "A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: 100;
	font-size: 24px;
	line-height: 1;
	color: #b7282e;
}

/* ---------------------------------------------------------
	CSS Document usage > anchor
--------------------------------------------------------- */

#anchor {
	margin: 0 0 50px;
}

#anchor li {
	float: left;
	margin-right: 20px;
	list-style: none;
}

#anchor li:last-child {
	margin-right: 0;
}

/* ---------------------------------------------------------
	CSS Document usage > section
--------------------------------------------------------- */

.section {
	margin-bottom: 50px;
	padding: 50px;
	border: solid 1px #d9d9da;
}

#firststep_01 .clearfix {
	margin-top: 50px;
	background: url(../images/bg_01.jpg) no-repeat 0 0;
}

#firststep_02 .clearfix {
	background: url(../images/bg_02.jpg) no-repeat 0 0;
}

#firststep_03 .clearfix {
	background: url(../images/bg_03.jpg) no-repeat 0 0;
}

.section .f_right {
	width: 480px;
	text-align: left;
}

.section dt {
	margin-bottom: 10px;
	padding-top: 1px;
	padding-left: 20px;
	background: url(../images/bg_check.png) no-repeat 0 0;
	font-family: "Adobe Caslon Pro", "Times New Roman";
	font-style: italic;
	letter-spacing: 0.5px;
	line-height: 17px;
	color: #ef858c;
}

.section dt span {
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin-left: 3px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #ef858c;
	vertical-align: -2px;
	text-align: center;
	font-family: "A-OTF Ryumin Pro KL", "A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

.section dd {
	font-weight: bold;
}

.section dd span {
	display: block;
	padding-left: 25px;
	background: url(../../include/images/bg_entry.png) no-repeat left;
	background-size: 22px 13px;
	font-family: "A-OTF Ryumin Pro KL", "A-OTF Ryumin Pro M-KL", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: 100;
	font-size: 26px;
	line-height: 1;
	color: #b7282e;
}

.section .f_right p {
	margin-top: 20px;
}

.section ol {
	margin-left: 20px;
}

.section ul li {
	list-style: none;
}

.section a.tel {
	text-decoration: none;
	color: #272727;
}

.section .btn a {
	display: block;
	width: 210px;
	height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #46163e;
	background: -webkit-gradient(linear, left top, left bottom, from(#8b237a), to(#46163e));
	background: -moz-linear-gradient(top, #8b237a, #46163e);
	background: linear-gradient(to bottom, #8b237a, #46163e);
	background: -ms-linear-gradient(top, #8b237a, #46163e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b237a', endColorstr='#46163e', GradientType=0)";
	text-decoration: none;
	text-align: center;
	line-height: 41px;
	font-weight: bold;
	color: #fff;
}

.section .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
