@charset "utf-8";


/*-----------------------------
	main
------------------------------*/

.main_inner {
  padding: 80px 39px;
  border: 1px solid #d6d6d6;
}

.section_1 {
  margin-bottom: 50px;
}

.section_2,
.section_3 {
  margin-bottom: 110px;
}

#main h3 {
  margin-left: -16px;
  margin-bottom: 35px;
}

#main h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.center {
  text-align: center;
}

.concept {
  margin-bottom: 30px;
}

.concept li {
  float: left;
}

.facility {
  margin-top: 35px;
}

.facility p {
  float: left;
}

.facility table {
  margin-left: 280px;
  width: 380px;
}

.facility table th {
  padding-right: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.facility table th,
.facility table td {
  padding-bottom: 2px;
  vertical-align: top;
}

.facility table tr:last-child th,
.facility table tr:last-child td {
  padding-bottom: 0;
}

.logo_mark {
  margin-bottom: 20px;
  padding: 48px 0 41px;
  border: 1px solid #d6d6d6;
  text-align: center;
}

.concept:after,
.facility:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: ".";
}

.concept,
.facility {
  zoom: 1;
}
