.container {
  width: calc(100% - 150px - 0px);
  margin-left: calc(150px + 0px);
  margin-top: 86px;
  position: relative;
}

#contact {
  position: relative;
}

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

#contact .top-header h2 {
  width: 229px;
  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: 40px;
}

#contact .guide p.head {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(3.0rem * 0.85);
  letter-spacing: 0.01rem;
  line-height: calc(4.5rem * 0.85);
  margin-bottom: calc(15px * 0.85);
}

#contact .guide p.blue {
  color: #0f2f8d;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(2.6rem * 0.85);
  letter-spacing: 0.01rem;
  line-height: calc(4.6rem * 0.85);
}
#contact .guide p.red {
  color: #b92525;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(2.6rem * 0.85);
  letter-spacing: 0.01rem;
  line-height: calc(4.6rem * 0.85);
}


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

#contact .table {
  position: relative;
  width: 746px;
  margin: auto;
}

#contact .table input[type="text"] {
  height: 50px;
  border: 1px solid #939191;
  border-radius: 0px;
  padding-left: 15px;
  width: calc(746px - (746px * 0.24));
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9rem;
  letter-spacing: 0.2rem;
  line-height: 2.5rem;
}

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

#contact .table textarea {
  height: 30px;
  border: 1px solid #939191;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 18px;
  width: calc(746px - (746px * 0.24));
  height: 250px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.9rem;
  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;
  align-items: center;
  padding-top: calc(23px - 8px);
  padding-bottom: 23px;
}
#contact .table .row.top {
  display: flex;
  align-items: flex-start;
  padding-top: calc(23px - 8px);
  padding-bottom: 23px;
}

#contact .table .row .cell.label {
  min-width: 24%;
  display: flex;
  gap: 10px 10px;
}

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

#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 .table .row.top label {
  padding-top: 18px !important;
}

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

#contact .send-button {
  cursor: pointer;
  width: 484px;
  margin: auto;
  margin-top: 80px;
}

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

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


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

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

