<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*挨拶ヘッダー*/
.aisatsu_header{
	display:flex;
	align-items: flex-end;
}
@media screen and (max-width:850px){
	.aisatsu_header{
		flex-direction: column-reverse;
	}
}
.aisatsu_img {
	margin-left: auto;
	text-align: right;
}
.aisatsu_img img{
	max-width: 100%;
}
.aisatsu_sub_name {
	font-size: 20px;
	font-weight: 500;
}
.aisatsu_name {
	margin-top: 10px;
}
.aisatsu_title {
	font-size: 20px;
	font-weight: 600;
	margin: 40px 0;
}
.aisatsu_contents {
	text-align: justify;
	lint-height: 1.5em;
}</pre></body></html>