@charset "UTF-8";
/*nonpc ここまで*/
@media print, screen and (min-width: 1200px) {
  .p-employee__img {
    width: 600px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .p-employee__img img {
    transition: transform 0.6s ease;
  }
  .p-employee__img:hover img {
    transform: scale(1.1);
  }
}
table.form {
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
}

table.form th {
  text-align: left;
  padding: 1em 0.5em 0.5em;
  font-weight: normal;
  border: 1px solid #ddd;
}

table.form tr {
  border-bottom: dotted 1px #999;
}

table.form td {
  padding: 1em 0.5em 0.5em;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
}

span.hissu {
  padding: 2px;
  background: #c00;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  white-space: nowrap;
  font-size: x-small;
}

span.head {
  display: block;
}

select {
  font-size: 1.6rem;
}

table.form {
  margin-top: 30px;
}
table.form th {
  background-color: #f8f8f8;
}
table.form input.border20 {
  width: 20em;
}
table.form input.border7 {
  width: 7em;
}
table.form input.border5 {
  width: 5.5em;
}
table.form input[type=text],
table.form input[type=password],
table.form input[type=email],
table.form input[type=tel],
table.form input[type=textarea],
table.form textarea,
table.form select {
  border: 1px solid #CCC;
  background: #fff;
  margin: 2px;
  padding: 6px;
  max-width: 95%;
  box-sizing: border-box;
}
table.form textarea {
  box-sizing: border-box;
  width: 90%;
}
table.form textarea.adress {
  height: 5.5em;
}
table.form input.wpcf7-not-valid,
table.form textarea.wpcf7-not-valid {
  background-color: pink;
}
table.form input:focus, table.form select:focus, table.form textarea:focus {
  background-color: #eef;
}

.submit {
  text-align: center;
  margin: 50px auto 15px auto;
}

input[type=submit],
input[type=button] {
  width: 280px;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  background: #7b644c;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: 0;
}

div.serch {
  text-align: center;
}
div.serch input[type=text] {
  border: 1px solid #CCC;
  background: #fff;
  margin: 15px;
  padding: 1rem;
  width: 90%;
  box-sizing: border-box;
}
div.serch input[type=submit],
div.serch input[type=button] {
  width: 200px;
  vertical-align: top;
  padding: 0 10px;
  background: #589f39;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  border: 0;
  margin: 10px auto;
}

*:first-child + html input[type=submit] {
  padding: 3px;
}

span .wpcf7-list-item {
  padding-right: 1em;
}

p.privacy {
  text-align: center;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 1200px) {
  table.form th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  table.form,
table.company {
    box-sizing: border-box;
  }
  table.form tr th,
table.company tr th {
    padding-bottom: 0;
  }
  table.form tr th, table.form tr td,
table.company tr th,
table.company tr td {
    width: 100%;
    display: block;
    border-top: none;
    box-sizing: border-box;
  }
  table.form tr:first-child th,
table.company tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-a-center {
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-c-center {
  justify-content: center;
}

.privacy ol {
  margin: 1em 0 1em 1.5em;
}
.privacy ol li {
  margin-bottom: 0.5em;
  list-style-type: decimal;
}
.privacy div.box {
  padding: 2.5em;
  border: 1px solid #ccc;
  margin: 2em 0;
}

@media print, screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .pcFlex {
    display: flex;
  }
  .spOnly {
    display: none;
  }
  .pcCenter {
    text-align: center;
  }
}
a.line-button {
  background-color: #07b53b;
}

.l-contact .c-section-7 ol li {
  margin-left: 1.5em;
  list-style: decimal;
  padding: 10px 0;
}

@media print, screen and (min-width: 1200px) {
  .c-block {
    margin-bottom: 40px;
  }
  .l-contact__board2 {
    width: 1200px;
    margin: 0 auto;
  }
  .l-contact__board2 .l-contact__item {
    border: none;
    padding: 60px 20px 40px 20px;
  }
}/*# sourceMappingURL=style.css.map */