@charset "utf-8";
/* CSS Document */
/* 電話番号バナー用CSS */
.baner_count {
	width: 1000px;
	margin: 0 auto;
    padding: 89px 0 17px 0;
    line-height: 1;
	background: url(../img/form_tel_banner.png) 0 0 no-repeat;
	text-align: left;
}

#mv+.baner_count {
	margin: 40px auto 0;
}

.baner_count span a {
	font-size: 42px;
	font-weight: bold;
	padding-left: 90px;
	color: #f00;
	text-decoration: none;
}

.policyArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 1000px;
	margin: 3px auto 20px;
	line-height: 1.5
}

.policyArea .txtPolicy {
	position: relative;
	display: block;
	padding-left: 8px;
	font-size: 12px
}

.policyArea .txtPolicy a {
	text-decoration: underline;
}

.policyArea .txtPolicy+.txtPolicy {
	margin-left: 10px
}

.policyArea .txtPolicy a::before {
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px solid #ff6301;
	position: absolute;
	top: 48%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.stForm__link {
	text-decoration: underline;
}
