@charset "UTF-8";

/********************** Ý’èCSS **********************/
:root {
    --px40_v2: clamp(22px, 2.2vw, 26px);
}

.flex_container h3 a{
	/*color:#000;*/
	color:var(--ac-color);
}

.about_sub_img{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6%;
    margin-top: var(--px50);
}
	.about_sub_img figure{
		width: calc(50% - 3%);
	}
	
#activities #content1 .flex_item h3{
	font-size: var(--px40_v2);
	font-weight:bold;
	/*color:var(--ac-color);*/
}
	
@media screen and (max-width: 1000px) {
	.about_sub_img figure{
		width: 100%;
	}
}