@charset "UTF-8";

/** 会社概要 **/
.greetingBox{
	width:100%;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}
.greeting_photo{
	float:right;
	margin-left:10px;
	width:36%;
}
.greetingBox textarea{
	height:300px;
}

.aboutBox dl,
.aboutBox dt,
.aboutBox dd {
  box-sizing: border-box;
}

.aboutBox dl {
  line-height: 1.5;
  margin-bottom:15px;
}

.aboutBox dt,
.aboutBox dd {
  padding: 15px 10px 0 2%;
}

.aboutBox dt {
  width: 22%;
  clear:left;
  float: left;
}

.aboutBox dd {
  margin-left: 22%;
  padding-bottom: 15px;
}

.aboutBox dd:after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (max-width:900px){
	.aboutBox dt {
		font-size:0.9em;
	}
	.aboutBox dd{
		font-size:0.9em;
	}
}