body {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  background-color: #fff;
}

.main {
  margin-top: 50px;
}

#title {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#title img {
  width: 110px;
}

#title h1 {
  font-weight: 700;
  font-size: 25pt;
  line-height: 1.5em;
  letter-spacing: 10px;
  color: #A67C52;
  margin-top: 10px;
  margin-left: 5px;
}

#table {
  width: 100%;
  max-width: 550px;
  margin: auto;
  margin-top: 50px;
  border-top: solid 2px #858c7e;
  display: flex;
  flex-direction: column;
}

#table .form-group {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

#table .form-group label {
  color: #A67C52;
  font-weight: 700;
  font-size: 12pt;
  line-height: 1.5em;
  letter-spacing: 4px;
  width: 40%;
}

#table .form-group input {
  width: 60%;
}

#table .form-group2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
}

#table .form-group2 textarea {
  width: 100%;
  height: 200px;
}

#table .form-group2 label {
  color: #A67C52;
  font-weight: 700;
  font-size: 12pt;
  line-height: 1.5em;
  letter-spacing: 4px;
  width: 40%;
}

#table .form-group3 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

select {
  color: #858C7E;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 12pt;
  line-height: 1.5em;
  letter-spacing: 2px;
}

button,input[type="button"] {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  display    : inline-block;
  font-size  : 11pt;  
  text-align : center;
  cursor     : pointer;
  padding    : 10px 40px;
  color      : #858c7e;
  background-color: #fff;
  border: 2px solid #858c7e;
  height: 45px;
}

input {
  height: 30px;
}
.border {
  border: 2px solid #858c7e;
}

/* 問い合わせボタン */
#contact-button {
  position: fixed;
  cursor: pointer;
  right: 100px;
  bottom: 80px;
  padding-left: 0px;
  padding-top: 0px;
  z-index:999;
}

#contact-button img {
  width: 160px;
}

#table .result {
  margin-top: 30px;
  text-align: center;
}

#table p,pre {
  color: #858c7e;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size  : 13pt;  
}