@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.pic {
	max-width: 220px;
	float: right;
	margin: 0 0 40px 50px;
}
.catch {
	text-align: center;
    margin: 1.5em 0;
    font-size: 1.6em;
    line-height: 2em;
    border: initial;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    -webkit-text-shadow: 0px -1px 1px rgba(255,255,255,1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px -1px 1px rgba(255,255,255,1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    text-shadow: 0px -1px 1px rgba(255,255,255,1), 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.gree_text {
	/*line-height: 1.9;
	letter-spacing: 0.07em;*/
	margin-bottom: 1.5em;
	text-align: justify;
    text-justify: inter-ideograph;
}
.name {
	text-align: right;
	margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.pic {
	max-width: 40%;
	max-width: 240px;
	margin: 0 auto 40px;
	float: none;
}
}
@media screen and (max-width: 767px) {
.pic {
	max-width: 40%;
	max-width: 160px;
	margin: 0 auto 20px;
	float: none;
}
.catch {
	font-size: 18px;
}
.name {
	text-align: left;
}
}



