@charset "UTF-8";

.achievement:not(:last-child) {
	margin-bottom: 66px;
}

.achievement__heading {
	font-size: 1.54rem;
	font-weight: 700;
	line-height: 2.2;
	border-bottom: 1px solid #F0B818;
	padding-bottom: 0.4em;
}

.achievement__item {
	border-bottom: 1px solid #DBDCDC;
	padding: 1.8em 1.8em 1.7em;
}

.achievement__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}

.achievement__note {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.43;
	color: #888888;
}

.achievement__note:not(:first-child) {
	margin-top: 5px;
}

@media (hover: hover) {

.achievement__title a:hover {
	text-decoration: none;
}

}

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

.achievement__item { /* sp */
	padding: 1.2em 0;
}

}

