@charset "UTF-8";

/*----------------------------donation--------------------------------*/
/*#lvイメージ無し*/
#lv .lv-title{
	border-bottom:1px solid var(--border);
	padding-bottom: 4vh;
}
#lv .lv-img{
	display: none;
}
/*main-container*/
.results{
	flex-wrap:wrap;
	align-items: flex-start;
}
.results > figure{
	width:32%;
}
.results > figure figcaption{
	font-size:calc(var(--font-size-base)*.9);
	color:var(--body);
}

@media screen and (max-width: 768px){
	.results > figure{
		width:100%!important;
		margin-bottom:calc(var(--spacer)*3);
	}
}
/*------------
donation-exemption 寄付金に対する免税措置について
--------------*/
.d-flex.exemption{
	align-items: flex-start;
	flex-wrap:wrap;
}
.d-flex.exemption div{
	width:55%;
}
.d-flex.exemption figure{
	width:40%;
}
@media screen and (max-width: 768px){
	.d-flex.exemption div{
		width:100%;
	}
	.d-flex.exemption figure{
		width:80%;
		margin:10px auto;
	}
}
@media screen and (max-width: 390px){
	.d-flex.exemption figure{
		width:100%;
	}
}