@charset "utf-8";

/*********************************
rss
*********************************/

dl {font-size: 1.1rem;}

dt {
	margin-bottom: 2%;
	padding-top: 4%;
}

dd {
	font-size: 1.4rem;
	font-weight: 600;
	border-bottom: 2px #dcdcdc solid;
    padding-bottom: 4%;
}

dd a {
	color: #000;
}

@media screen and (min-width: 768px) {
	dl {
		font-size: 2rem;
	}
	dd {
		font-size: 2.4rem;
	}
}