@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.outline_info {
  border-top: 1px solid #E4E4E4;
  display: flex;
  flex-wrap: wrap;
}
.outline_info dt {
  background-color: #f4f4f4;
  font-weight: bold;
  padding: 15px 20px;
  width: 20%;
  border-bottom: 1px solid #E4E4E4;
}
.outline_info dd {
	padding: 15px 20px;
  width: 80%;
  border-bottom: 1px solid #E4E4E4;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
.outline_info dt {
	width: 25%;
}
.outline_info dd {
	width: 75%;
}
}
@media screen and (max-width: 767px) {
.outline_info {
  display: block;
}
.outline_info dt {
	width: 100%;
	padding: 8px;
	font-weight: normal;
	border: none;
}
.outline_info dd {
	width: 100%;
	padding: 8px;
	border: none;
}
}


/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.greet .pic {
	width: 26%;
	float: left;
}
.greet .gree_text_box {
	float: right;
	width: 70%;
}
.greet .gree_text {
	line-height: 2.2;
	margin-bottom: 1.5em;
	text-align: justify;
    text-justify: inter-ideograph;
	letter-spacing: 0.05em;
}
.greet .name {
	margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.greet .pic {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 40px;
	float: none;
}
.greet .gree_text_box {
	float: none;
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.greet .pic {
	width: 100%;
	max-width: 180px;
	margin: 0 auto 20px;
	float: none;
}
.greet .gree_text_box {
	float: none;
	width: 100%;
}
.greet .gree_text {
	line-height: 1.8;
}
}




