@charset "utf-8";

.main-img {
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/common/page_main_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cnt-flow .tit2 {
	position: relative;
	padding: 15px 0;
	color: #0b6dd0;
	font-size: 34px; font-size: 3.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border: 2px solid #0b6dd0;
	border-radius: 8px;
	behavior: url(/js/PIE.htc);
}
.cnt-flow .step-arrow {
	background-image: url(../images/top/flow_bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.cnt-flow .step {
	position: relative;
	padding: 0 10px 20px;
	border: 2px solid #ccc;
	border-radius: 8px;
	behavior: url(/js/PIE.htc);
	background-color: #ecf5ff;
}
.cnt-flow .step .icon {
	position: relative;
	height: 129px;
	margin: 0 -10px;
	background-color: #fff;
	text-align: center;
	border-radius: 7px 7px 0 0;
	behavior: url(/js/PIE.htc);
}
.cnt-flow .step .tit-step {
	padding-top: 15px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.cnt-faq .bg {
	padding: 80px 0 100px;
	background-image: url(../images/top/faq_bg.gif);
	background-repeat: repeat;
}
.cnt-faq .inner {
	position: relative;
	padding: 50px 30px 50px;
	border-radius: 12px;
	behavior: url(/js/PIE.htc);
	background-color: #fff;
}
.cnt-faq dl dt {
	min-height: 66px;
	margin-top: 50px;
	padding-top: 15px;
	padding-left: 82px;
	line-height: 1.4;
	background-image: url(../images/top/faq_q.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.cnt-faq dl dd {
	min-height: 66px;
	margin-top: 20px;
	padding-left: 82px;
	padding-bottom: 50px;
	background-image: url(../images/top/faq_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px solid #c7e3ff;
}