@charset "utf-8";

/* association -------------------------- */
a.myBtn_01 {
	margin-top: 0 !important;
}

.privilege {
	margin-bottom: 30px;
	padding-bottom: 30px;	
	border-bottom: 1px dotted #ccc;
}

.privilege-last {
	padding-bottom: 0;
	border-bottom: none;
}

.privilege h3 {
	margin-bottom: .8em;
	font-weight: bold;
	font-size: 20px;
}

.privilege p {
	margin-bottom: .8em;
	line-height: 1.5;
}

.privilege dl {
	margin-bottom: 20px;
}

.privilege dt, .privilege dd {
	line-height: 1.5;
	font-size: 16px;
}

.privilege dt {
	font-weight: bold;
	font-size: 18px;
}

.privilege p:last-child {
	margin-bottom: 0;
}