#aboutus h2::after {
	display: none;
}

#aboutus h2 dl {
	border: 1px solid #1b5ab2;
	padding: 0;
}

#aboutus h2 dl dt {
	display: block;
	background-color: #1b5ab2;
	color: white;
	font-size: 1rem;
	padding: .5rem;
	margin-bottom: .5rem;
}

#aboutus h2 dl dd {
	padding: .5rem;
}

#aboutus #philosophy {
	text-align: center;
}

#aboutus #philosophy h2 {
	color: #c3e0ab;
	letter-spacing: 2px;
	font-weight: 900;
	font-size: 1.4rem;
	-webkit-text-stroke-width: .25px;
	-webkit-text-stroke-color: black;
	margin-bottom: 1rem;
}

#aboutus #philosophy h2::before {
	content: '';
}

#aboutus #philosophy ol {
	text-align: start;
}

#aboutus #philosophy ol li {
	line-height: 2;
	margin-bottom: .5rem;
}

caption {
	letter-spacing: 0;
	text-align: center;
}

caption span {
	display: block;
	font-weight: bold;
	font-size: .9rem;
}

figure {
	position: relative;
}

figure img {
	max-width: 100%;
}

figcaption {
	position: absolute;

	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #0006;
	color: white;
}

span.result {
	background-color: #d7e4f5;
	text-align: center;
	display: inline;
	width: auto;
	padding: .25rem .5rem;
	font-size: .8rem;
	border-radius: .5rem;
}

#system h3.case {
	font-size: 1.1rem;
	border: none;
	letter-spacing: 0;
}

.circle-bg {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"%3E%3Ccircle cx="50" cy="50" r="50" fill="%23d7e4f599" /%3E%3C/svg%3E');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {

	.arrow {
		position: relative;
		padding-top: 3rem;
	}

	.arrow::before {
		content: '\f338';
		font-family: "Font Awesome 5 Free";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		font-weight: 900;
		color: var(--accent-color);
		font-size: 3rem;
		display: block;
		width: 3rem;
		text-align: center;
		position: absolute;
		left: calc(50% - 1.5rem);
		top: 5px;
		z-index: 10;
		text-shadow: #aaa 5px 3px 5px;
	}

	.arrow-45::before {
		transform:rotate(45deg);
	}

	.arrow-315::before {
		transform:rotate(315deg);
	}
}

#community h3 {
	background-color: #184dad99;
	color: white;
	font-size: 1.1rem;
	display: flex;
	border: none;
	border-radius: .25rem;
}

.resources {
	background-color: white;
	color: #184dad;
	padding: 0 .5rem;
	margin-left: auto;
	border-radius: .25rem;
	font-size: 1rem;
}

#multitiered {
	background-color: white;
	border: 3px solid #477223;
	border-radius: var(--bs-border-radius);
}

#multitiered h3 {
	display: block;
	background-color: #477223;
	color: white;
	letter-spacing: 2px;
	font-size: 1.4rem;
	text-align: center;
	padding: 1rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

/*
#multitieredModal .modal-dialog {
	max-width: 1040px;
	z-index: 15000;
}
*/

.volunteer {
	background-color: #e1f0d5;
}

/*
figure.container.blur {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
	margin: 0;
}

figure.container.blur::after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 15px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
    box-shadow: inset 0px 0px 15px 15px #fff;
    content: '';
}
*/


/*
#aboutus h2 + .summary {
	letter-spacing: 1px;
	padding-left: 2rem;
}

#aboutus #sasaeai .sasaeai {
	background-color: #fdf2c5;
	border-radius: var(--bs-border-radius) !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-bottom: .5rem;
}

#aboutus #sasaeai .sasaeai:has(span.result) {
	padding-bottom: 2rem;
}

#aboutus #sasaeai .sasaeai:has(span.result.long) {
	padding-bottom: 4rem;
}

#aboutus h3 {
	display: block;
	font-size: 1rem;
	letter-spacing: 0;
	margin: 0;
	padding: .5rem .5rem 0 .5rem;
	border: none;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

#aboutus #sasaeai .sasaeai h3 {
	color: #b10004;
}

#aboutus h3 .resources {
	color: var(--text-color);
	margin-left: auto;
	font-weight: 300;
}

#aboutus h3:not(.card-title)::before {
	content: '◆';
	margin-right: .25rem;
	font-size: .7rem;
	align-self: center;
}

#aboutus h4 {
	border: none;
	margin: 0;
	padding: .5rem 0 0 0;
}

#aboutus #sasaeai .sasaeai > div,
#aboutus #sasaeai .sasaeai > ol {
	margin: .5rem 1rem;
}

ol.circled {
	list-style-type: none;
	padding-left: 1rem;
}

.circled li:nth-child(1)::marker {	content: '\002460'; }
.circled li:nth-child(2)::marker {	content: '\002461'; }
.circled li:nth-child(3)::marker {	content: '\002462'; }
.circled li:nth-child(4)::marker {	content: '\002463'; }
.circled li:nth-child(5)::marker {	content: '\002464'; }

ul.unstyled {
	list-style-type: none;
	padding-left: 0;
}

#aboutus .placeholder {
	aspect-ratio: 16 / 9;
}

#aboutus #sasaeai .sasaeai .result {
	position: absolute;
	bottom: .5rem;
	left: 1rem;
	right: .5rem;
	line-height: 1.1;
	text-align: end;
}

#aboutus #volunteer .volunteer {
	background-color: #e1f0d5;
	border-radius: var(--bs-border-radius) !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-bottom: .5rem;
}

#aboutus #volunteer .volunteer h3 {
	color: #09165a;
}

#aboutus #volunteer .volunteer > div {
	margin: .5rem 1rem;
}

#aboutus #anshin .anshin {
	background-color: #f8e3d1;
	border-radius: var(--bs-border-radius) !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-bottom: .5rem;
}

#aboutus #anshin .anshin h3 {
	color: #f20006;
}

#aboutus #anshin .anshin > div {
	margin: .5rem 1rem;
}

#aboutus #seikatsu .seikatsu {
	background-color: #dde9f7;
	border-radius: var(--bs-border-radius) !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-bottom: .5rem;
}

#aboutus #seikatsu .seikatsu h3 {
	color: #507c28;
}

#aboutus #seikatsu .seikatsu > div {
	margin: .5rem 1rem;
}

#aboutus #disclosure .disclosure {
	background-color: #ebebeb;
	border-radius: var(--bs-border-radius) !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-bottom: .5rem;
}

#aboutus #disclosure .disclosure h3 {
	color: #1000ff;
}

#aboutus #disclosure .disclosure > div {
	margin: .5rem 1rem;
}

#aboutus #overall .overall {
	background-color: #f1f1f1;
	border-radius: var(--bs-border-radius) !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-bottom: .5rem;
}

#aboutus #overall .overall h3 {
	color: #2fa8f3;
}

#aboutus #overall .overall > div {
	margin: .5rem 1rem;
}

#aboutus #membership {
}

#aboutus #membership h2 {
	color: #345019;
	letter-spacing: 0;
	font-weight: 900;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
}

#aboutus #membership h2::before {
	content: '';
}

#aboutus #org {
}

#aboutus #org h2 {
	color: #0f218a;
	letter-spacing: 0;
	font-weight: 900;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 1rem;
}

#aboutus #org h2::before {
	content: '';
}
*/