/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2025 | 03:10:24 */
#message-section {
	position: relative;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
}

#message-section h1 {
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0;
	text-align: justify;
    padding-top: 8px;
}

.mes-container {
    display: flex;
    align-items: center;
	margin-top: 30px;
}

.mes-text-content {
    flex-grow: 1;
    text-align: right;
    margin-right: 20px; 
}

.image-container {
    width: 164px;
    height: 164px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circular-image {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
	border: solid #c41515 3px;
}

.mes-text-content h2 {
    margin-top: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0;
}
