header {
  height: 110px;
  border-bottom: solid thin black;
}
header div {
  position: relative;
}
header div .headerLogo {
  display: block;
  width: 130px;
  position: absolute;
  bottom: 15px;
  left: 0px;
}

#message {
  height: auto;
  padding-bottom: 150px;
  background-image: url("../img/messageBackImg.jpg");
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: 50% 30%;
}
#message h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 140px;
}
#message h2 {
  font-size: 20px;
  color: #61C1BE;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
#message p {
  text-align: center;
  line-height: 2;
  font-weight: 15px;
  font-size: 14px;
}

#profile {
  width: 100%;
  background-color: rgba(201, 189, 166, 0.2);
  padding: 80px 0;
}
#profile h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#profile h2 {
  font-size: 20px;
  color: #61C1BE;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
#profile div {
  width: 850px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#profile div li {
  display: inline-block;
  vertical-align: top;
}
#profile div img {
  width: 290px;
  margin-right: 60px;
  padding-bottom: 30px;
}
#profile div .rName {
  font-size: 25px;
  margin-bottom: 10px;
}
#profile div .rName:after {
  content: "Aiko Sumoto";
  font-size: 15px;
  margin-left: 10px;
}
#profile div .tableTitle {
  border: solid thin #3E3A39;
  padding: 2px 20px 0px 25px;
  font-size: 18px;
  width: 75px;
  margin-top: 50px;
  box-sizing: content-box;
}
#profile div table {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#profile div table th {
  font-weight: normal;
  text-align: center;
  position: relative;
}
#profile div table th img {
  width: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
#profile div table td {
  padding-left: 20px;
}
#profile div dl {
  margin-top: 30px;
}
#profile div dl dt {
  display: block;
  padding: 2px 20px 0px 20px;
  text-align: center;
  width: 55px;
  margin-bottom: 5px;
  background: black;
  color: white;
  font-size: 18px;
  box-sizing: content-box;
}
#profile div dl dd {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
}
#profile div:nth-of-type(2) {
  margin-top: 100px;
  border-top: solid thin black;
  padding-top: 100px;
}

#companyProfile {
  padding: 100px 0;
}
#companyProfile h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#companyProfile h2 {
  font-size: 20px;
  color: #61C1BE;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-left: -12px;
}
#companyProfile table {
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 50px;
}
#companyProfile table th {
  border-right: solid thin black;
  padding: 10px 20px;
}
#companyProfile table td {
  padding: 10px 20px;
}
#companyProfile table tr {
  border-top: solid thin black;
}
#companyProfile table tr:last-of-type {
  border-bottom: solid thin black;
}

#map {
  background-color: rgba(201, 189, 166, 0.2);
  width: 100%;
  padding: 100px 0;
}
#map img {
  width: 125px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
#map .gmap {
  width: 780px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#map p {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  #message {
    padding-bottom: 50px;
  }

  #profile {
    height: auto;
    padding-bottom: 50px;
  }
  #profile h1 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 140px;
    font-size: 30px;
  }
  #profile h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
  }
  #profile div {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #profile div li {
    display: block;
  }
  #profile div img {
    width: 190px;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #profile div p {
    text-align: center;
  }
  #profile div .rName {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #profile div .rName:after {
    content: "Aiko Sumoto";
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-left: 10px;
  }
  #profile div p.tableTitle {
    padding: 2px 20px 0px 20px;
    width: 55px;
    margin-bottom: 5px;
    font-size: 13px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #profile div .licence {
    font-size: 11px;
  }
  #profile div table {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #profile div table th {
    font-weight: normal;
    text-align: center;
    padding-right: 0px;
  }
  #profile div table td {
    padding-left: 8px;
  }
  #profile div .size11px br {
    display: none;
  }
  #profile div dl {
    margin-top: 50px;
  }
  #profile div dl dt {
    display: block;
    padding: 2px 20px 0px 20px;
    margin-bottom: 5px;
    font-size: 13px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #profile div dl dd {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 20px;
  }

  #companyProfile {
    padding: 50px 0;
    width: 100%;
  }
  #companyProfile h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  #companyProfile h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-left: -12px;
  }
  #companyProfile table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    margin-top: 50px;
    font-size: 13px;
  }
  #companyProfile table th {
    border-right: solid thin black;
    padding: 10px 20px;
  }
  #companyProfile table td {
    padding: 10px 20px;
  }
  #companyProfile table tr {
    border-top: solid thin black;
  }
  #companyProfile table tr:last-of-type {
    border-bottom: solid thin black;
  }

  #map {
    padding: 50px 0;
  }
  #map .gmap {
    width: 100%;
  }
}
