@charset "utf-8";

/* ======================= CONTACT ====== */
.contents {
  padding-top: 60px;
}

.error-msg {
  border: double 3px #ff0000;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 6px;
}

.contact-form .hdg-ft01-lv02 {
  color: #0b529c;
}

.em01 {
  font-size: 90%;
  padding-left: 3px;
  color: #cd0000;
}

.em02 {
  font-size: 90%;
  padding-left: 3px;
}

.tbl03 {
  text-align: left;
  box-sizing: border-box;
}

.tbl03 th {
  width: 30%;
  vertical-align: middle;
}

.tbl03 input,
.tbl03 select {
  background-color: #FFF;
  border: 1px solid #ccc;
  line-height: 140%;
  padding: 0.5rem;
}

.tbl03 textarea {
  background-color: #FFF;
  border: 1px solid #ccc;
  font-size: 110%;
  height: 10em;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

.tbl03 .wl {
  width: 100%;
  box-sizing: border-box;
}

.tbl03 .wm {
  width: 100%;
  box-sizing: border-box;
}

.btn-wrapper {
  text-align: center;
  margin: 2rem 0;
}

.btn-contact {
  margin: 2rem 0;
  text-align: center;
  background-color: transparent;
  border: 2px solid #085189;
  color: #085189;
  display: inline-block;
  font-size: 108%;
  margin: 0 10px;
  padding: 7px 35px 7px;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  font-family: 'Lato';
  font-weight: 300;
  padding: 1.5rem 0;
  width: 40%;
}

.btn-contact:hover {
  background-color: #085189;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .tbl03 .wl {
    width: 70%;
  }

  .tbl03 .wm {
    width: 50%;
  }

  .tbl03 textarea {
    width: 50%;
  }

  .tbl03 th {
    width: 20%;
  }

  .btn-contact {
    width: 40%;
  }
}

/**
 * thanks
*/
.thanks .msg {
  margin: 2rem 0;
}

.thanks {
  padding-bottom: 2rem;
}
