@charset "UTF-8";
.inner {
    max-width: 780px;
}

.form-control::-webkit-input-placeholder {
	color: #cccccc;
	opacity: 0.7;
}

.form-control::-moz-placeholder {
	color: #cccccc;
	opacity: 0.7;
}}

.form-control:-ms-input-placeholder {
	color: #cccccc;
	opacity: 0.7;
}}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 5, ../sass/form.scss */
header {
/* 2019_1_18 delete start */
/*  width: 100vw !important; */
/* 2019_1_18 delete end */
}
/* line 7, ../sass/form.scss */
header.fixed {
  left: 0;
}

#pardot-form {
  width: 100%;
}

.mwform-tel-field {
  display: inline;
}
.mwform-tel-field input.form-control {
  display: inline!important;
  width: auto!important;
}

.mwform-zip-field {
  width: 100%;
}
.mwform-zip-field input.form-control {
  width: auto!important;
}
.mw_wp_form.mw_wp_form_input,
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
  width: 100%;
}


/* line 13, ../sass/form.scss */
#pardot-form .form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-bottom: dotted 1px #CCC;
  padding: 1em 0;
}
/* line 17, ../sass/form.scss */
#pardot-form .form-group .formHeading {
  width: 25%;
}
/* line 19, ../sass/form.scss */
#pardot-form .form-group .formHeading + div {
  width: 75%;
}
/* line 23, ../sass/form.scss */
#pardot-form .form-group .formInputInner.inBlock {
  display: inline-block;
/*  position: relative; */
/*  width: 93%; */
/*  margin: 0 2.5%; */
}
/* line 27, ../sass/form.scss */
#pardot-form .form-group .formInputInner.zip {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: left;
  margin-bottom: 1em;
}
/* line 31, ../sass/form.scss */
#pardot-form .form-group .formInputInner.zip:before {
/*  padding: 1em; */
}
/* line 35, ../sass/form.scss */
#pardot-form .form-group .formInputInner.zip .form-control {
  width: 30%;
  display: inline;
}
/* line 40, ../sass/form.scss */
#pardot-form .form-group .formInputInner.state {
  text-align: left;
  margin-bottom: 1em;
  width: 30%;
}
/* line 43, ../sass/form.scss */
/* #pardot-form .form-group .formInputInner.state:before {
  content: "都道府県";
} */
/* line 47, ../sass/form.scss */
#pardot-form .form-group .formInputInner.state .form-control {
    width: 80%;
    display: inline;
    box-sizing: initial;
    height: 20px;
}
/* line 52, ../sass/form.scss */
#pardot-form .form-group .formInputInner.city {
  margin-bottom: 1em;
}
/* line 56, ../sass/form.scss */
#pardot-form .form-group .form-control {
  display: block;
  width: 92%;
/*  height: 34px; */
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 74, ../sass/form.scss */
#pardot-form .form-group .formInputInner.last_name {
  width: 47.5%;
  margin: 0 0 0 0;
}

#pardot-form .form-group .formInputInner.first_name {
  width: 47.5%;
  margin: 0 0 0 1%;
}

.formHeading {
    text-align: right;
    padding-right: 5%;
    padding-top: 7px;
}

.required .formHeading:after {
    background: #FF0000;
    color: #FFFFFF;
    content: "必須";
    display: inline-block;
    padding: 3px 4px;
    border-radius: 3px;
    vertical-align: top;
    font-weight: bold;
    font-size: 11px;
}

.formInputInner.zip:before {
    padding-top: 7px;
}

/* btn start*/
.submit {
  height: 150px;
  padding-top: 50px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn-original {
    background: #c5161d;
    color: #ffffff;
    border: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 0.8;
}
.btn-lg {
    padding: 12px 55px;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn {
    display: inline-block;
    padding: 15px 60px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
/* btn end */

@media screen and (max-width: 640px) {

  input{
    font-size: 16px!important;
  }

  select{
    font-size: 16px!important;
  }

  #pardot-form .form-group .formInputInner.last_name {
    width: 44%;
    margin: 0 0 0 0;
  }

  #pardot-form .form-group .formInputInner.first_name {
    width: 44%;
    margin: 0 0 0 1%;
  }

  #pardot-form .form-group .formInputInner.first_name {
    margin: 0 0 0 8%;
  }

  /* line 92, ../sass/form.scss */
  #pardot-form .form-group .formHeading {
    width: 90%;
    margin: 0 auto;
  }
  /* line 95, ../sass/form.scss */
  #pardot-form .form-group .formHeading + div {
    width: 90%;
    margin: 0 auto;
  }
  /* line 100, ../sass/form.scss */
  #pardot-form .form-group .form-control {
    display: block;
    width: 94%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }

  .formHeading {
    text-align: left;
  }

  #pardot-form .form-group .formInputInner.state .form-control {
    height: 44px;
  }

  #pardot-form .form-group .formInputInner.zip {
    float: left;
    width: 45%;
  }

  #pardot-form .form-group .formInputInner.zip .form-control {
    width: 60%;
  }

  #pardot-form .form-group .formInputInner.state {
    float: left;
    margin-top: 0px;
    width: 50%;
  }

  .submit {
    height: 100px;
    padding-top: 25px;
  }

}
