@charset "UTF-8";
/* CSS Document */
/*トップページCSS*/
/*ピンク　rgba(255,92,206,1.00)	#C6008B*/
/*カラー1 エンジ　#830022*/
/*カラー2 濃いブルー　#003485*/

.profile_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 40px;
	padding: 20px;
	border-bottom: 1px solid rgba(255,92,206,1.00);
}
@media screen and (max-width: 703px) { 
	.profile_block {
		justify-content: center;
	}
}
.photo_block {
	width: 240px; 
}
.photo_block img {
	width: 100%;
}
.profile_item_block {
	max-width: 384px;
	background-color: white;
	border: 3px solid #EEEEEE;
	border-radius: 10px;
	padding: 10px 20px;
}
.profile_position {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #AAAAAA;
}
.profile_name {
	font-size: 20px;
	font-weight: 700;
}
.greeting_content_block{
	padding-left: 20px;
	padding-right: 40px;
	text-align: justify;
}
@media screen and (max-width: 703px) { 
	.greeting_content_block{
		padding: 0 20px;
	}
}
.greeting_theme {
	font-size: 18px;
	font-weight: 700;
}