@charset "utf-8";
/*
-------------------------------------
CSS file A-link
FileName:about.css
-------------------------------------
*/
/*ごあいさつ*/
.about_greeting_detail{
	width:100%;
}
.about_greeting_detail p{
	font-size:0.875rem;
	line-height : 1.75;
}
/*概要*/
@media screen and (max-width: 767px){
dl.about_summary {
	line-height : 1.75;
	color:#777;
}
dl.about_summary dt {
	font-size:0.875rem;
	width : 6.1em;
	color:#8dc21f;
}
dl.about_summary dd {
	font-size:0.875rem;
	margin-left : 0;
	margin-top : 0;
	padding-bottom:0.5em;
}
}
@media screen and (min-width: 768px){
dl.about_summary {
	line-height : 1.75;
	color:#777;
}
dl.about_summary dt {
	font-size:0.875rem;
	width : 6.1em;
	color:#8dc21f;
}
dl.about_summary dd {
	font-size:0.875rem;
	margin-left : 6.1em;
	margin-top : -1.75em;
	padding-bottom:0.5em;
}
dl.about_summary dd p {
	line-height : 1.75;
	margin-left: 1em;
	text-indent: -1em;
}
}