@charset "utf-8";


#step-flow {
	background: #fff;
}

#step-flow #contents {
	background: url(../img/head_img_pageImg.jpg) center top no-repeat;
}

#step-flow .headBox {
	color: #fff;
	background: #009944;
	margin-bottom: 90px;
}

#step-flow .ttlBlock:after {
	background: #fff;
}

#step-flow .ttlBlock:after,
#step-flow .ttlBlock h3 {
	color: #fff;
}

#step-flow #stepBox #title {
	width: 100%;
	background: none;
	padding:0;
	margin: 0 auto 40px auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#step-flow #stepBox #title h4 {
	font-size: 22px;
	font-weight: 200;
	margin:0;
}

#step-flow #stepBox #title .btn-faq {
	text-align: center;
}
#step-flow #stepBox #title .btn-faq .btn01 {
	text-align: left;
	line-height: 28px;
	margin-top:20px;
}
#step-flow #stepBox #title .btn-faq .qa {
	font-size: 28px;
	font-weight: 100;
	line-height: 1;
}

#step-flow #stepBox .step-head {
	background: #009944;
}
#step-flow #stepBox .step-head .inBox {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	
}
#step-flow #stepBox .inBox {
	background: none;
}

#step-flow #stepBox .detail {
	padding: 0 5px;
}

#step-flow #stepBox .detail .lineBox {
	padding: 20px 5px;
	border-left: 1px solid #009944;
	background: #efeee8;
}

#step-flow #stepBox .detail dl dt {
	color: #009944;
	padding-left: 20px;
	margin-bottom: 15px;
	background: url(../../common/img/icon_arrowW.gif) left center no-repeat;
	background-size: 15px 15px;
}
#step-flow #stepBox .detail dl dd {
	margin-bottom: 35px;
}
#step-flow #stepBox .detail .strong {
	color: #000;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 16px;
}
#step-flow #stepBox .detail dl dd ul {
	margin-left: 20px;
}
#step-flow #stepBox .detail dl dd ul li {
	margin-bottom: 15px;
}
#step-flow #stepBox .detail dl dd ul li .ttl {
	color: #000;
	margin-left: 0.2em;
	font-weight: bold;
}

#step-flow #step01 .contact {
	font-size: 17px;
	font-weight: bold;
	padding: 15px 30px 10px 30px;
	margin-bottom: 15px;
	background: #fff;
}
#step-flow #step01 .contact dt {
		text-align: center;
		line-height: 1.2;
		margin-bottom: 10px !important;
		padding:0 !important;
		background: none !important;
}
#step-flow #step01 .contact dd {
		text-align: center;
		margin-bottom: 0 !important;
}
#step-flow #step01 .contact .small {
	font-size: 14px;
}
#step-flow #step01 .contact p {
	margin:0;
}
#step-flow #step01 .suport .btn01 {
	padding:0;
}

#step-flow #flow {
	margin-top:0;
}

@media print, screen and (min-width: 768px) {
	#step-flow .headBox {
		min-height: 360px;
		height: auto !important;
		height: 360px;
	}
	#step-flow .headBox .txt {
		width: 60%;
	}
	#step-flow .ttlBlock .fig {
		float: right;
	}
		#step-flow .headBox .nofig {
			width: 100%;
		}
	#step-flow #stepBox #title {
		width: 750px;
		padding: 0;
	}
	#step-flow #stepBox #title h4 {
		font-size: 40px;
		line-height: 54px;
	}
	#step-flow #stepBox #title .btn-faq {
		text-align: right;
		margin-top:0;
	}
	#step-flow #stepBox #title .btn-faq .btn01 {
		margin-top:0;
	}

	#step-flow #stepBox .detail {
		padding: 0 0 0 30px;
	}
	#step-flow #stepBox .detail .strong {
		font-size: 24px;
		font-weight: bold;
		margin-top: 0;
	}
	#step-flow #stepBox .detail .lineBox {
		padding:0;
	}

	#step-flow #stepBox .detail .frame {
		padding: 55px 60px;
		border: 10px solid #fff;
	}

	#step-flow #stepBox .detail .readBox {
		display: table;
		margin-bottom: 46px;
	}
	#step-flow #stepBox .detail .readBox .txt {
		width: 584px;
		display: table-cell;
		vertical-align: top;
		padding-right: 15px;
	}
	#step-flow #stepBox .detail .readBox .txt p {
		margin-bottom: 0;
	}
	#step-flow #stepBox .detail .readBox .fig {
		display: table-cell;
		width: 235px;
		vertical-align: top;
	}

	#step-flow #stepBox .detail dl dt {
		padding-left: 35px;
		background-size: 20px 20px;
	}
	#step-flow #stepBox .detail dl dd ul {
		margin-left: 35px;
	}

	#step-flow #step01 .contact {
		width: 100%;
		display: table;
		padding: 18px 30px;
	}
	#step-flow #step01 .contact dt {
		width: 14em;
		display: table-cell;
		text-align: left;
		color: #727171 !important;
		vertical-align: middle;
		border-right: 1px solid #ccc;
	}
	#step-flow #step01 .contact dd {
		display: table-cell;
		vertical-align: middle;
		padding-left: 2em;
	}

	/* btn */
	#step-flow #stepBox .txtR .btn01 {
		width: 300px;
		text-align: left;
		margin-top: 30px;
	}


}

@media (min-width: 992px) {
	#step-flow .headBox {
		min-height: 380px;
		height: auto !important;
		height: 380px;
	}
	#step-flow #stepBox .step-head img {
		width: 912px;
	}
	#step-flow #stepBox #title {
		width: 920px;
	}
}

@media print {
	#contents .page-ttl,
	#contents .headBox .ttlBlock h3,
	#step-flow .headBox .txt {
		color: #3e3a39;
	}

}