#contact {
  position: relative;
}

#contact .top-header {
  width: calc(100% - 60px);
  height: 61px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 60px;
  background: linear-gradient(to right, #849eac 70%, #486178 );
}

#contact .top-header h2 {
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#contact .top-header h2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#contact .guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}

#contact .guide p.head {
  color: #000;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.01rem;
  line-height: 3.5rem;
  margin-bottom: 15px;
}

#contact .guide p.blue {
  color: #0f2f8d;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
  line-height: 3rem;
  text-align: center;
}
#contact .guide p.red {
  color: #b92525;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.01rem;
  line-height: 3.6rem;
  text-align: center;
}


#contact .form {
  margin-top: 20px;
  padding-bottom: 30px;
}

#contact .table {
  padding-top: 0px;
  position: relative;
  width: 95%;
  max-width: 500px;
  margin: auto;
}

#contact .table input[type="text"] {
  height: 46px;
  border: 1px solid #939191;
  padding-left: 15px;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: #000;
  line-height: 2.5rem;
}

#contact .table input::placeholder, #contact .table textarea::placeholder {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

#contact .table textarea {
  height: 30px;
  border: 1px solid #939191;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  width: 100%;
  height: 250px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: #000;
  line-height: 2.5rem;
}

#contact .table select:focus,
#contact .table input:focus,
#contact .table textarea:focus {
  outline: none;
  border: 2px solid #000;
}


#contact .table .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(12px - 8px);
  padding-bottom: 10px;
}

#contact .table .row .cell.label {
  display: flex;
  gap: 10px 10px;
  margin-left: 5px;
}

#contact .table .row .cell.ctl {
  margin-top: 8px;
  width: 100%;
}

#contact .table .row .cell p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: #000;
  line-height: 2.5rem;
  margin-top: 8px;
  padding-top: 2px;
}

#contact .table .row .cell.label label {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #000;
  line-height: 2.5rem;
  margin-top: 8px;
  padding-top: 2px;
}

#contact .confirm-button-wrap {
  margin-top: 30px;
}
#contact .send-button-wrap {
  margin-top: 30px;
}

#contact .send-button {
  cursor: pointer;
  width: 100%;
  margin: auto;
  margin-top: 10px;
}

#contact .send-button img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top-border {
  border-top: solid 1px #7f8082;
}

#contact > .top {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

#contact > .top a {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  text-align: center;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.01rem;
  line-height: 3.6rem;
}