@charset "utf-8";

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.chief
{
	display: flex;
	justify-content: center;
	align-items: center;
	
	margin-bottom:1em;
}
.chief > *
{
	margin:0.5em;
}
.chief .photo
{
	flex:0 0 200px;
}

/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1200px) {
}


/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	.chief > *
	{
		margin:0.2em;
	}
	.chief .photo
	{
		flex:0 0 120px;
	}
}
