@charset "UTF-8";
#contents-hdr {
	background-image: url(/uccard/images/agreement/hdr_img_agreement.jpg);
}

.section h3 {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.section h3 > span:first-child {
	display: block;
	font-size: 1.2em;
	margin-right: 2em;
}
.section h3 > span.note {
	display: block;
	font-size: 0.8em;
	text-indent: -1em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {

	.section h3 {
		display: block;
	}
	.section h3 > span:first-child {
		font-size: 1em;
		margin-bottom: 0.5em;
	}
	.section h3 > span.note {
		margin-left: 2em;
	}

}

.arw01_agreement {
	text-decoration: none;
	border-bottom: 1px solid #333333;
	padding-bottom: 0.1em;
	color: #333333;
}
.arw01_agreement:hover {
	color: #333333;
	text-decoration: none;
	border-style: none;
}
.arw01_agreement:after {
	font-family: 'FontAwesome';
	content: ' \f105';
}
