/*============================================
お問い合わせフォーム
============================================*/

input[type='text']{
  width: 100%;
  /* max-width: 100%; */
  padding: 5px;
  /* border-radius: 5px; */
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  margin: 15px 0px 15px 1px;
}

input[type='radio']{
  margin: 15px 5px 15px 10px;
}

label {
    font-size: 20px;
    line-height: 1.5;
    font-family: sans-serif;
}

span {

}

select {
  position: relative;
  max-width: 50%;
  width: 100%;
  outline: none;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  /* border-radius: 5px; */
  color: gray;
  font-size: 18px;
  margin: 15px 0 15px 1px;
}
textarea{
  width: 100%;
  height: 300px;
  padding: 5px;
  /* border-radius: 5px; */
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  margin: 15px 0 15px 1px;
}

.form_inner{
  float: left;
  width: 60%;
  display: block;
  margin: 40px auto;
  float: unset;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px 25px 15px 15px;
}

.city ,.town{
  width: 150px !important;
}

button {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #0093c9;
    color: #ffffff;
    background: #003559;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28), inset 0px 2px 0px -1px #003559;
    margin: 30px auto;
    display: block;
}

.s_hissu{
  color: #ffff;
  font-weight: bold;
  background-color: deeppink;
  padding: 3px 5px;
  border-radius: 2px;
  line-height: 8.5px;
  font-size: 11px;
  margin: 0px 0px 0px 5px;
  vertical-align: middle;
}

.error{
  color: red;
  margin: 0px 0px 10px 10px;
}

@media screen and (max-width: 1300px) {
  .form_inner{
    width: 80%;
  }

}
