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

/*-----------------
message
-----------------*/
.message {
  margin-bottom: 40px;
}
.message .inner {
  padding: 0 15px;
}
.message h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: normal;
}
.message img {
  display: block;
  width: 55vw;
  margin: 0 auto 20px;
}
.message p {
  font-size: 13px;
  line-height: 1.6;
}
/*-----------------
profile
-----------------*/
.profile {
  margin-bottom: 40px;
  background: #1C1C1C;
}
.profile .inner {
  padding: 30px 15px 20px;
  color: #FFF;
}
.profile h3 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: normal;
}
.profile dl {
  font-size: 13px;
  line-height: 1.6;
}
.profile dt {
  width: 80px;
}
.profile dd {
  margin: -20.8px 0 20px 80px;
}
/*-----------------
results
-----------------*/
.results {
  margin-bottom: 40px;
}
.results .inner {
  padding: 0 15px;
}
.results h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: normal;
}
.results .scroll {
  overflow: auto;
}
.scroll::-webkit-scrollbar{
  height: 5px;
}
.scroll::-webkit-scrollbar-track{
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.results table {
  border-collapse: collapse;
  font-size: 13px;
}
.results th {
  box-sizing: border-box;
  height: 36px;
  padding: 0 10px;
  background: #ECECEC;
  border: 1px solid #CCC;
  font-weight: normal;
  white-space: nowrap;
}
.results td {
  box-sizing: border-box;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #CCC;
  white-space: nowrap;
}
.results td:nth-child(4), .results td:last-child {
  text-align: right;
}
/*-----------------
office
-----------------*/
.office {
  background: #1C1C1C;
}
.office .inner {
  padding: 40px 0 25px;
  color: #FFF;
}
.office h3 {
  margin: 0 15px 10px;
  font-size: 20px;
  font-weight: normal;
}
.office h3 span {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 26px;
  font-weight: 500;
}
.office img {
  width: 100%;
}
.office iframe {
  width: 100%;
  height: 200px;
}
