@charset "UTF-8";

.p-form {
  max-width: calc(1000px + 7%);
  padding: 0 3.5%;
  margin: 5rem auto 6rem;
}
.style3 * {
  box-sizing: border-box!important;
}
.style3 div.po-header {
  display: none!important;
}
.style3 table {
  width: 100%!important;
}
.style3 tr {
  display: table-row!important;
  width: 100%!important;
  margin: 0!important;
}

.style3 tr.po-double th,
.style3 tr.po-single th {
  display: table-cell!important;
  font-size: 1.6rem!important;
  /*color: #0E78C4!important;*/
  width: 16%!important;
  text-align: left!important;
  padding-top: 1em!important;
  padding-bottom: 1em!important;
  border-bottom: 1px solid #ccc!important;
  margin: 0!important;
  border-left: none!important;
  
}
.style3 tr.po-single th .po-label {
  font-weight: 700!important;
}
.style3 tr.po-single td {
  width: auto!important;
  border-left: none!important;
  padding-left: 0!important;
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
  border-bottom: 1px solid #ccc!important;
}
.style3 tr.po-double input[type="text"],
.style3 tr.po-double select,
.style3 tr.po-double textarea,
.style3 tr.po-single input[type="text"],
.style3 tr.po-single select,
.style3 tr.po-single textarea {
  width: 100%!important;
  border: none;
  background: #f5f5f5;
  min-height: 4rem;
  border-radius: .5rem;
}
.style3 tr.po-double textarea,
.style3 tr.po-single textarea {
  min-height: 8rem;
}
.style3 div.po-buttons {
  border: none!important;
  background: none!important;
  opacity: 1!important;
  display: block;
}

.style3 .po-buttons button.po-button-send {
  border: none!important;
  color: #fff!important;
  font-size: 1.6rem!important;
  letter-spacing: .1em!important;
  margin: 0 auto!important;
  width: 100%!important;
  max-width: 50rem!important;
  height: 5.5rem!important;
  background: #0E78C4!important;
  border-radius: 4rem;
  position: relative;
}
.style3 .po-buttons button.po-button-send:after {
  content: "\f105" !important;
	font-family: FontAwesome !important;
  float: none!important;
  color: #fff;
  position: absolute;
  right: 2rem;
  font-size: 2rem;
  transition: .2s;
}
.style3 .po-buttons button.po-button-send:hover {
  background: #0E78C4!important;
}
.is-pc .style3 .po-buttons button.po-button-send:hover:after {
  transform: translateX(.7rem);
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 0 2rem;
    margin: 3rem auto 5rem;
  }
  .style3 table,
  .style3 tbody,
  .style3 tr,
  .style3 th,
  .style3 td {
    display: block!important;;
    width: 100%!important;
  }
  .style3 tr.po-double th,
  .style3 tr.po-single th {
    width: 100%!important;
    padding-bottom: 0!important;
     border-bottom: none!important;
  }
  .style3 tr.po-single td {
    padding-top: .5rem!important;
  }
}