
/* PC SP 共通 */
body.concept .concept-greetingbox{
	margin-bottom: 50px;
}
body.concept .concept-greetingbox .image{
	margin-bottom: 0;
	line-height: 0;
	text-align: center;
}
body.concept .concept-greetingbox .image img{
	display: inline-block;
	border-radius: 50%;
    box-shadow: 13px 9px 0px 0px #9063cd;
}
body.concept .concept-greetingbox .nametext{
    margin-bottom: 10px;
    font-size: 133.33%; /* 24px */
}
body.concept .concept-greetingbox .aff{
    margin-bottom: 5px;
    font-size: 133.33%; /* 24px */
}
body.concept .concept-greetingbox .status{
    margin-bottom: 0;
    font-size: 133.33%; /* 24px */
}
body.concept .concept-greetingbox .name_en{
	color: #9063cd;
    font-size: 222.22%; /* 40px */
}

@media print, all and (min-width: 751px) {
	
	/* PC */
	body.concept .concept-greetingbox{
		display: flex;
		align-items: center;
		column-gap: 74px;
	}
                       
}

@media only screen and (max-width: 750px) {
	
	/* SP */
	body.concept .concept-greetingbox{
		margin-bottom: 30px;
	}
	body.concept .concept-greetingbox .image-box{
		margin-bottom: 20px;
	}
	body.concept .concept-greetingbox .image{
		margin: 0 10px;
	}
	body.concept .concept-greetingbox .image img{
		max-width: 80%;
	}
	body.concept .concept-greetingbox .aff{
        font-size: 112.5%; /* 18px */
	}
	body.concept .concept-greetingbox .status{
        font-size: 112.5%; /* 18px */
	}
	body.concept .concept-greetingbox .name{
        font-size: 137.5%; /* 22px */
	}
	body.concept .concept-greetingbox .name_en{
		font-size: 187.5%; /* 30px */
	}
    
}