.mc h3{
				margin-bottom: 15px;
		}
#about_avenue h3{
padding-bottom: 5px; 
margin-bottom: 15px;
		border-bottom: 3px solid #65c5db;
}
#av_staff h3{
padding-bottom: 5px; 
margin-bottom: 15px;
		border-bottom: 3px solid #65c5db;
}
#mctitle{
		position: relative;
		border-bottom: 3px solid #65c5db;
}
#mctitle::after{
		content: '';
		width: 120px;
		height: 80px;
		background-image: url('/wp-content/uploads/2025/10/ojisan.png');
		background-size: contain;
		position: absolute;
		right: 0;
		bottom: -15px;
		background-repeat: no-repeat;
}
#about_inner{
padding: 15px;
		background-color: rgba(255,255,255,0.6);
		border-radius: 5px;
}
#about_inner h3{
position: relative;
		padding-right: 120px; 
}
#about_inner h3::after{
			content: '';
		width: 120px;
		height: 64px;
		background-image: url('/wp-content/uploads/2025/10/1449412.png');
		background-size: contain;
		position: absolute;
		right: 0;
		bottom: -15px;
		background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
		#about_inner h3{
		padding-right: 60px;
		}
				
		#about_inner h3::after{
		width: 60px;
		height: 32px;
				bottom: -5px;
		}
}