@charset "UTF-8";

/*ご購入の流れタイトル*/
#tit_sale {
	height: 40px;
	width: 100%;
	margin-top: 0px;
	text-align: left;
	background-image: url(../img/tit_sale.png);
	background-repeat: no-repeat;
	float: left;
}
@media screen and (max-width : 1017px){
	#tit_sale {
		background-color: #00409F;
	}
}
#tit_sale h2 {
	text-indent:-9999px;
}

/*各項目*/
.sale_t {
	background-image: url(../img/tit_sub.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
@media screen and (max-width : 1017px){
	.sale_t {
		margin-top: 10px;
	}
}
.sale_t h3 {
	font-size: 15px;
	font-weight: normal;
}

.step {
	display: inline;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFFFFF;
	background-color: #00409F;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 10px;
	font-size: 14px;
}

.paragraph {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.top {
	margin-top: 10px;
}