@charset "UTF-8";
/*responsive----------------------------------------------------*/
/*color*/
/* フォーム -------------------------------------------------------------- */
input[type="submit"], input[type="reset"], input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
  margin: 0 10px; }

input[type="text"], input[type="email"], textarea, select, input[type="tel"] {
  border: solid 1px #CCCCCC;
  border-radius: 5px;
  color: #999;
  font-size: 16px;
  padding: 1.5% 4%;
  margin-bottom: 0.4em;
  height: 30px;
  width: 100%; }

input[type=checkbox] {
  margin-right: 5px;
  vertical-align: middle; }

textarea {
        /*
width: 90%;*/
  height: 50px;
  border-color: #CCCCCC; }

input[type="submit"], input[type="reset"], input[type="button"] {
  font-size: 16px;
  color: white;
  cursor: pointer;
  padding: 10px 10px;
  background: #2E60A2;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 5px;
  text-align: center;
  display: inline-block; }

input[type="submit"]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80; }

input[type="submit"]:disabled {
  background: #ddd; }

#header-search input[type="text"] {
  width: 68%;
  height: 26px; }

#header-search input[type="submit"] {
  font-size: 14px;
  color: white;
  cursor: pointer;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 5px;
  text-align: center;
  float: right;
  display: inline-block;
  width: 18%;
  height: auto;
  background: url("../images/common/icon-search.svg") 46% center no-repeat #39925C;
  background-size: 40%;
  padding: 6%;
  margin: 0; }

input[type="submit"]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80; }

@media (max-width: 1024px) {
  .wrap-form {
    width: 100%;
    margin: 0 auto; } }

table.table-contact th p {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1024px) {
    table.table-contact th p {
        justify-content: flex-start;
      padding-bottom: 0; } }
table.table-contact th span {
  margin-left: 10px;
 /* margin-right: 15px;*/
  padding: 1% 2%;
  white-space: nowrap; }
  table.table-contact th span.must {
    background-color: #CC0000;
    color: white; }
  table.table-contact th span.any {
    background-color: #d8d8d8; }

.wpcf7-spinner {
  display: block !important; }

/*input.number {
  width: 50%; }*/
