@charset "utf-8";

/*------------------------
フォームデザイン
------------------------*/
ul {
  padding-bottom: .85em;
  list-style-type: none;
  list-style-image: none;
  list-style-type: disc;
  list-style-image: none;
  padding-left: 30px;
}

.pankuzu {
  border-top: 2px solid #0250ad;
}

form.formmail {
  padding: 0 10px;
  margin-bottom: 10px;
}

table.formtable {
  width: 100%;
  margin: 20px 0 20px 0;
}

table.formtable th {
  margin: 0;
  padding: 4px;
  text-align: left;
  width: 30%;
}

table.formtable th, table.formtable td {
  vertical-align: middle;
}

table.formtable td {
  padding: 5px;
}

form.formmail table.table01 p {
  margin: 0;
  background-color: transparent;
  color: #000000;
}

form.formmail input[type="text"] {
  border: 1px solid #BBBBBB;
  padding: 10px;
}

form.formmail textarea {
  border: 1px solid #BBBBBB !important;
}

form.formmail select {
  border: 1px solid #BBBBBB;
  padding: 10px;
  min-width: 195px;
  border-radius: 6px;
}

form.formmail fieldset {
  border: none;
}
#formmail.formmail {
    background-color: #fff;
    border: none;
    padding: 0;
}
input.k-button {
  margin: 0 10px 10px 10px;
  background-color: #0550BF;
  padding: 18px 20px;
  color: #fff;
  min-width: 260px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 1.6rem;
}
.footer_wp {
  border-bottom: none;
  border-top: 2px solid #065fe3;
}
.foot_copyright_wp {
  justify-content: flex-end;
}
.submit_btn {
    margin-bottom: 10px;
}
#enqbt,.enqbt {
  text-align: center;
}

.submit-bt-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* ==================================================
smph
================================================== */

@media screen and (max-width: 768px) {

form.formmail textarea {
  width: 100%;
}
.header_wp {
  border: none;
}
form.formmail input[type="text"] {
  width: 100%;
}
  .formtable th, .formtable td {
    display: block;
    width: auto;
    padding: 10px;
  }
  .formtable th {
    border-bottom: none;
  }
  table.formtable th, table.formtable td {
    vertical-align: middle;
    width: 100%;
    display: block;
  }
  #enqbt {
    text-align: center;
}
#enqbt>div {
    flex-wrap: wrap;
}


}
