body {
  padding: 20px;
  text-align: center;
}

h1 {
  margin-bottom: 20px;
  padding: 20px 0;
  color: #316409;
  font-size: 122%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

input[name=btn_confirm] {
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 100%;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background: #316409;
}

table {
  border-collapse: collapse;
}

input[type="text"],
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

input[type="text"],
textarea[name="inquiry"] {
  background: #f8f8f8;
  display: inline-block;
  font-size: 16px;
  padding: 12px 15px;
  transition: 0.8s;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
}

.selectbox {
  width: 100%;
  position: relative;
}
select{
  -webkit-appearance: none;
    appearance: none;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  font-size: 16px;
  border:#ccc 1px solid;
  border-radius: 0;
  background:#f8f8f8;
  box-shadow: none;
  outline: none;
  border: none;
}
.selectbox::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  right:20px;
  top:35%;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg)translateY(-30%);
}

textarea[name="inquiry"] {
  resize: vertical;
  height: 200px;
}

input[type="text"]:focus,
textarea:focus {
  background: #f0ffea;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
  display: inline-table;
  width: 100%;
}

.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
}

.form-table th {
  background: #ddf1ac;
  padding-left: 25px;
  position: relative;
  text-align: left;
  width: 200px;
}

@media screen and (max-width: 600px) {
.form-table th,
.form-table td {
  display: inline-table;
  width: 100%;
  border-bottom: none;
}
}

.form-table span {
  color: #fff;
  background: #fb3b6f;
  display: inline-block;
  padding: 2px 5px;
  font-size: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

.agreement_style {
  padding-top: 20px;
}

.btn_confirm {
  padding: 20px;
}
