@charset "utf-8";
/* CSS Document */

.mv{
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: cover;
  height: 400px;
}
.contact p{
  text-align: center;
}
.contact p.contact_copy{
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.contact p.contact_lead{
  margin-bottom: 30px;
}
.contact .contact_info{
  text-align: center;
  font-weight: bold;
}
.contact_info p.contact_tel{
  font-size: 3.0rem;
  position: relative;
  display: inline-block;
}
.contact_info p.contact_tel::before {
  content: "";
  display: block;
  background-image: url(../img/h_tel_bl.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 33px;
  position: absolute;
  left: -30px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.contact_info p.contact_tel a{
  color: #000;
}
.form table {
  width: 100%;
  text-align: left;
}
.form table tr {
    width: 100%;
    border-bottom: 1px solid #9d9d9d;
}
.form table th.required {
    position: relative;
}
.form table th {
    width: 245px;
    padding: 20px 0px;
    vertical-align: top;
}
.form table th p {
    display: inline;
}
.form table th.required::after {
    content: "必須";
    color: rgb(255, 255, 255);
    background-color: #ff0000;
    position: absolute;
    right: 0px;
    font-size: 1.4rem;
    padding: 0px 9px 0px 10px;
    line-height: 1.5em;
}
.form table td {
    padding: 20px 0px 20px 100px;
}
.form table td span {
    display: block;
}
.form table td.address span {
    margin-bottom: 20px;
}
.form table td.address span span {
    display: inline;
}
.wpcf7-form-control-wrap {
    position: relative;
}
input[type="text"], input[type="tel"], input[type="email"] {
    width: 98%;
    line-height: 45px;
    height: 45px;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 0 20px 0 20px;
    border: 1px solid #9d9d9d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="tel"].input03 {
    width: 30%;
    /* margin-bottom: 20px; */
    margin-left: 10px;
}
textarea {
    width: 98%;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 10px 20px;
    height: 180px;
    border: 1px solid #9d9d9d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.form table tr:last-child {
    border-bottom: none;
}
.sumbitBox {
    text-align: center;
}
.sumbitBox p .wpcf7-form-control {
    line-height: 60px;
    width: 374px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background-color: #01356D;
    border: none;
    margin-top: 40px;
    font-size: 1.8rem;
    letter-spacing: 1em;
    text-indent: 1em;
}
.sumbitBox p .wpcf7-form-control:hover {
    opacity: 0.6;
}


@media screen and (min-width: 0px) and (max-width: 880px) {
.form table th {
    width: 170px;
    padding: 20px 0px;
    vertical-align: top;
}
.form table td {
    padding: 20px 0px 20px 50px;
}
}
@media screen and (min-width: 0px) and (max-width: 640px) {
.form table th {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px 0;
    vertical-align: top;
    display: block;
}
.form table th.required::after {
    right: auto;
    margin-left: 15px;
}
.form table td {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px 20px 0px;
    display: block;
}
input[type="text"], input[type="tel"], input[type="email"] {
    padding: 0 10px 0 10px;
}
textarea {
    padding: 10px 10px;
}
.sumbitBox p .wpcf7-form-control {
    line-height: 45px;
    width: 80%;
    height: 45px;
    margin-top: 10px;
    font-size: 1.6rem;
}
}
