/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \********************************************************************************************************************************************************/
@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

.u-underline {
  padding-bottom: 3px;
  border-bottom: #007bff solid 2px;
}

body {
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #212121;
  font-size: 14px;
  line-height: 1.8;
  background: white;
}

.l-page__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}

.l-page__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.3;
  margin: 24px 0;
}

body.page-template-page,
body.page-input,
body.home {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page-template-page main,
body.page-input main,
body.home main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__inner img {
  height: 60px;
}

.footer {
  background: #006ff5;
}

.footer__inner {
  padding: 24px 0;
}

.footer__copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.heading {
  text-align: center;
  background: url(../6bd83f6a7ea24273b18a.jpg) no-repeat center/cover;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

.heading__text {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .heading__text {
    font-size: 28px;
  }
}

.heading__text-en {
  font-size: 21px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.form {
  max-width: 650px;
  padding: 0 15px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 150px;
}

.form__heading {
  margin: 40px 0 24px;
}

.form__text:first-of-type {
  margin: 40px 0 10px;
}

.form__item {
  margin-bottom: 24px;
}
.form__item label {
  cursor: pointer;
}
.form__item input {
  font-size: 16px;
  padding: 5px 10px;
  width: 100%;
}
.form__item input[name=address_zip1] {
  width: 54px;
  margin-right: 5px;
}
.form__item input[name=address_zip2] {
  width: 81px;
  margin-left: 5px;
}
.form__item input[name=estate_use_id] {
  width: auto;
  display: block;
  margin: auto;
}
.form__item input[name=budget_max] {
  width: auto;
  max-width: 200px;
  margin-right: 5px;
}
.form__item textarea {
  font-size: 16px;
  padding: 5px 10px;
  max-width: 462px;
  width: 100%;
  display: block;
}
.form__item select {
  font-size: 16px;
  padding: 5px 10px;
  padding-left: 5px;
}

.form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.form__title--required::before {
  content: "必須";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  background-color: #757575;
  padding: 5px 7px;
  margin-right: 5px;
}

.form__privacy {
  margin: 24px 0;
}

.form__button input {
  color: white;
  font-size: 17px;
  line-height: 30px;
  background: #006ff5;
  border: 1px solid #006ff5;
  border-radius: 50px;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
}
.form__button input:hover {
  color: white;
  background: #0069e9;
  border-color: #0069e9;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 25px;
}

.wpcf7-list-item-label {
  display: inline-block;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    font-size: 12px;
  }
  textarea::-moz-placeholder, input::-moz-placeholder {
    font-size: 12px;
  }
  textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    font-size: 12px;
  }
  textarea::-ms-input-placeholder, input::-ms-input-placeholder {
    font-size: 12px;
  }
  textarea::placeholder,
input::placeholder {
    font-size: 12px;
  }
}

input[name=car_type].hidden {
  background: #eee;
  border: 1px solid #bbb;
}
