@charset "Utf-8";

/* ************************************************ 
 *	#profile
 * ************************************************ */

#profile_wr{
	text-align: left;
	padding-bottom: 20px;
}



#prof_photo{
	width: 150px;
	margin-bottom: 20px;
}


#comment{
	padding-top: 7px;
	margin-bottom: 20px;
	color: #666;
}


#comment h3{
	color: #B25858;
	font-size: 1.8em;
	margin-bottom: .5em
}

#comment h3 .en{
	letter-spacing: 1px;
	color: #CC9999;
	padding-left: 10px;
	font-size: .6em
}

#comment .at{
	font-size: 11px;
	letter-spacing: 1px;
	color: #B25858;
	padding-top: 2px;
	margin-bottom: 1em
}


#comment_body p{
	margin-bottom: 8px;
	line-height: 1.7em;
	font-family: "Ryumin Regular KL";
	font-weight: bold;
	color: #666;
	letter-spacing: 1px;
	font-size: 1.1em
}


#comment_body em{
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	color: #B25858;
}

@media screen and (max-width: 667px) {
	#prof{padding: 1em 1.5em}
}	

@media print, screen and (min-width: 668px) {
	#prof{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

	#prof_photo{
	width: 200px;
	margin-bottom: 20px;
	}
	
	
	#comment{
		width: calc(100% - 250px);
		padding-top: 7px;
		margin-bottom: 20px;
	}

}	

@media print, screen and (min-width: 1000px) {}	


#keireki{
	background: url(../img/profile/yoneyama.png) no-repeat right top;
	font-size: 14px;
	line-height: 1.8em;
	padding-bottom: 30px;
	color: #7F5454;
	padding-top: 15px;
	padding-left: 10px;
}


#keireki h3{
	color: #B25858;
	margin-bottom: .8em;
	font-size: 1.5em;
}

#keireki h3 span{
	font-size: .5em;
	letter-spacing: 1px;
	color: #CC9999;
	padding-left: 10px;
}


#keireki ul{
	margin-bottom: 20px;
	list-style: none;
}
#keireki li{
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 5px;
	background: url(../img/profile/li_icon.gif) no-repeat 0px 0px;
	padding-left: 15px;
}


@media screen and (max-width: 667px) {
	#keireki{padding: 180px 1.5em 0}
}	

@media print, screen and (min-width: 668px) {}	

@media print, screen and (min-width: 1000px) {}	

/* ************************************************ 
 *	#profile
 * ************************************************ */
 
 
#consulting_reki{}
 
#consulting_reki dl{
	text-align: left
} 

#consulting_reki dt{
	margin-top: 1.5em;
	color: #B25858;
	margin-bottom: 10px;
	font-size: 1.2em;
	background: url(../img/profile/li_icon.gif) no-repeat 0px 0px;
	padding-left: 15px;

}

#consulting_reki dd{
	line-height: 1.6em;
	padding-left: 15px;
}