@charset "utf-8";

body {
  background-color: #231815;
  width: 100%;
  font-family: serif, sans-serif;
}

footer {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.w-90 {
  width: 90%;
}

.w-ini {
  width: initial!important;
}

.bg-brown {
  background-color: #231815;
}

.bg-red {
  background-color: #e60012;
}

.bg-white {
  background-color: #ffffff;
}

.align-super {
  vertical-align: super;
}

.f-blue {
  color: #305196;
}

.ver-write {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.desc-pdt {
  height: 350px;
  line-height: 3;
}

.order-box {
  border: 1px solid #ffffff;
}

.counter-box {
  width: 40px;
  text-align: right;
}

form {
  width: 100%;
}

.cart-btn {
  width: 50%;
  background-color: #7a5c03;
  border-color: #fff;
}

.company-dtls dl {
  font-size: 1.5rem;
}

.company-dtls dl dt {
  display: block;
  width: 40%;
  clear: both;
  float: left
}

.company-dtls dl dd {
  display: block;
  width: 60%;
  float: right;
}

.letter-space {
  letter-spacing: 1rem;
}

form#mailformpro dl {
  margin-bottom: 0;
  border: 1px solid;
  width: 100%;
  display: table;
}

form#mailformpro dl dt{
  background-color: #eee4dd;
  display: table-cell;
  padding: 15px;
  width: 30%;
  vertical-align: middle;
  float: initial;
  margin: 0px;
  font-size: initial;
}

form#mailformpro dl dd {
  padding: 15px;
  display: block;
  width: 80%;

  border-top: initial;
    margin: 0px;
    font-size: initial;
    line-height: 1.5em;
    text-align: left;
}


div#wrapper div#container {
  padding: 20px 20px;
}

div#wrapper {
  border-radius: 0px;
  margin-top: 40px;
}

.must-red {
  color: #a74840;
}

.btn-submit {
  background-color: #a74840;
  border: none;
  width: 300px;
  border-radius: 5px;
  background-image: url("../images/next-btn.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 20px;
}

.bg-btn {
}