@charset "utf-8";

body {
  padding-top: 120px;
}
.contact {
  width: 60%;
  margin: 20px auto;
}
.contactlist input[type="text"], textarea {
  border: none;
  background: whitesmoke;
  width: 100%;
  padding: 10px 1em;
}

.contactlist textarea {
  height: 100px;
}

.contactlist {
  display: flex;
  flex-wrap: wrap;
  }

  .contactlist dd,
  .contactlist dt {
    border-top: 1px solid #ffffff;
    padding: 15px 0;
  }

  .contactlist dt {
    width: 30%;
  }

  .contactlist dd {
    width: 70%;
  }

  .button.jsx-2882894534 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    line-height: 60px;
    font-size: 16px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
    background-color: #d7000e;
    color: #fff;
  }

  .detail {
    font-size: 16px;
    text-align: center;
  }

  .detail h5 {
    background: #ff0000;
    color: #ffffff;

  }
  span {
    color: #ff0000;
  }
