@charset "utf-8";
/* CSS Document */

/*-----------------
message
-----------------*/
.message {
  margin-bottom: 70px;
}
.message .inner {
  width: 1000px;
  margin: 0 auto;
}
.message h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: normal;
}
.message img {
  float: right;
  margin: 0 0 20px 30px;
}
.message p {
  font-size: 16px;
  line-height: 1.6;
  overflow: auto;
}
/*-----------------
profile
-----------------*/
.profile {
  margin-bottom: 70px;
  background: #1C1C1C;
}
.profile .inner {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  color: #FFF;
}
.profile h3 {
  width: 100%;
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: normal;
}
.profile dl {
  width: 50%;
  font-size: 14px;
  line-height: 1.6;
}
.profile dt {
  width: 90px;
}
.profile dd {
  margin: -22.6px 0 25px 90px;
}
/*-----------------
results
-----------------*/
.results {
  margin-bottom: 70px;
}
.results .inner {
  width: 1000px;
  margin: 0 auto;
}
.results h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: normal;
}
.results table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.results th {
  box-sizing: border-box;
  height: 45px;
  background: #ECECEC;
  border: 1px solid #CCC;
  font-weight: normal;
}
.results td {
  box-sizing: border-box;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #CCC;
}
.results td:nth-child(4) {
  width: 150px;
  text-align: right;
}
.results td:last-child {
  width: 100px;
  text-align: right;
}
/*-----------------
results
-----------------*/
.office {
  background: #1C1C1C;
}
.office .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 50px;
  color: #FFF;
}
.office h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: normal;
}
.office h3 span {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 34px;
  font-weight: 500;
}
.office iframe {
  width: 100%;
  height: 400px;
}
