/* ====================================================
 * TENKAN SAITAMA Mail Form Style CSS
 * ===================================================*/
@charset "utf-8";

.fwb {
  font-weight: bold;
}

h1 {
  font-size: 2.8vw;
  text-align: center;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 780px;
  table-layout: fixed;
}

table tr {
  padding: 0.35em;
  border-bottom: 1px solid #bbb;
}
table thead {
  border-bottom: 5px solid #ff9900;
}
table tr:last-child {
  border-bottom: none;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  text-align: left;
}

table th:last-child,
table td:last-child {
  border: none;
}
tbody th {
  color: black;
  width: 120px;
}

a.btn {
  border-radius: 5px;
  background-color: burlywood;
  padding: 10px;
  color: #0f2f2f;
  font-size: large;
  border-bottom: solid 2px #8e6837;
  transition: all 0.5s ease-out;
}
a.btn:hover {
  background-color: lemonchiffon;
  color: black;
  border-bottom: solid 2px #dfdaad;
}
a.btn:active {
  position: relative;
  top: 2px;
  border-bottom: none;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}
.w95 {
  width: 95%;
}
.btn-center {
  text-align: center;
  margin-bottom: 2.3em;
}

.must {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 0px 4px 0px 4px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 5px;
  margin-left: 10px;
}

table input {
  border: 0;
  padding: 5px;
  font-size: 1.1em;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  margin: 0 0 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.2);
}
table textarea {
  vertical-align: top;
  width: 95%;
}
@media screen and (max-width: 560px) {
  .normal-text {
    width: 95%;
  }
}
span.contact {
  display: inline-block;
  width: 5em;
}
span.contact ~ input {
  margin: 4px 0;
}
.receipt-container {
  display: none;
}
#receipt-on:checked ~ .receipt-container {
  display: block;
}

div.btn-container {
  width: 100%;
  margin: 0.7em auto 1em auto;
  text-align: center;
}

.button {
  border: solid 1px #ccc;
  padding: 15px 30px;
  margin: 0 0 20px;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}
