@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　　　　　#0900BC
グリーン　　　　　　　　　　#75BC00
濃いグリーン　　　　　　　　#048700
背景あいじろ　　　　　　　　#ebf6f7
オレンジ　　　　　　　　　　#F4A43B
ピンク　　　　　　　　　　　#F43BD2

@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/
/*------------------------------
会長挨拶
--------------------------------*/
/*プロフィール*/
.profile {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #488800;
}
.profile .belong {
	text-align: right;
	font-family: serif;
	font-size: 14px;
}
.belong span {
	font-size: 20px;
}
/*写真*/
.profile .photo {
	width: 200px;
	margin: 0;
	padding: 0;
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.1);
}
.photo img {
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 420px) {
	.profile {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.profile .belong {
		font-size: 90%;
	}
}

/*本文*/
.greeting_contents {
	margin: 40px 0 0 0;
	padding: 0;
}
.greeting_contents p {
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 2.0em;
}
