/* ####################################################
	exemption
#################################################### */
#exemption div.exemption__wrap p{
	font-size: 1.5rem;
    line-height: 24px;
	margin-bottom: 50px;
}
#exemption div.exemption__wrap h2{
	font-size: 2.0rem;
	font-weight: 500; /* --font-weight-noto-medium */
    padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b6b6b6; /* --color-border-default */
}
#exemption div.exemption__wrap div:last-child{
	text-align: right;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	#exemption div.exemption__wrap h2{
		line-height: 2.6rem;
	}
	#exemption div.exemption__wrap p{
		margin-bottom: 30px;
	}
}
