@charset "UTF-8";


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%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 500;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
  margin: 26px 0 0 0;
}

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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (max-width: 989px) {

  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 {
    font-weight: normal;
  }

  /* フォームボタンのリセット */
  /* input[type="submit"], input[type="button"] {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
    }
    input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
        display: none;
    }
    input[type="submit"]::focus, input[type="button"]::focus {
        outline-offset: -2px;
    } */
}


img {
  width: 100%;
}

.wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;

  padding-bottom: 107px;
}

.form {
  padding: 0 30px;
}

.form h1 {
  color: #80674f;
  margin: 22px 0 20px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.form h1 + p {
  color: #80674f;
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.form table {
  width: 100%;
}

.form td div {
  width: 100%;
}

.form tr {
  display: block;
  margin: 0 0 23px;
}

.form th {
  text-align: left;
  padding: 0;
  vertical-align: top;
  display: block;
}

.form th div {
  padding-top: 0;
}

.form th h5 {

  color: #80674f;
  font-weight: 400;
  font-size: 16px;

  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 0 0 8px;
}

.form th h5 span {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: left;
  color: #f00;
  vertical-align: top;
  padding: 0 0 0 4px;
  position: relative;
  top: -4px;
}

.form td {
  display: block;
  /* width: calc(100% - 299px); */
}


.form td div input:-webkit-autofill,
.form td div textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

.form td div input,
.form td div textarea {
  width: 100%;
  border: none;
  padding: 12px 10px;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  outline: none;
  color: #000;
  background-color: #f6f2ee;
}

.form td div input:focus,
.form td div textarea:focus {
  border: solid 1px #003586;
}

.form td div.error_body input,
.form td div.error_body textarea {
  border: solid 1px #FF0000;
}

.form td div input:focus-visible,
.form td div.error_body textarea:focus-visible,
.form td div input:focus-visible,
.form td div.error_body textarea:focus-visible {
  border: solid 1px #80674f;
}

.mw_wp_form .error {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  color: #f00;
  margin: 8px 0 0;
}

.mw_wp_form .error::before {
  content: "※";
}

.form td.middle div input {}

.form td.middle div input::placeholder {
  color: #beab98;
}

.form td.wide div textarea {
  width: 700px;
  height: 300px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 28.8px;
  text-align: left;
  color: #000;
}

.form .btn-wrap2 {
  text-align: center;
  margin: 16px 0 0;
  display: flex;
  justify-content: center;
}

.form .btn-wrap {
  margin: 30px 0 0;
  text-align: center;
}

.form .btn-wrap input {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 18px;
  width: 240px;
  line-height: 50px;
  background-color: transparent;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: normal;
  position: relative;
  margin: 0 auto;
  z-index: 10;
}

.form .btn-wrap input.btn-back {
  display: inline-block;
  background-color: transparent;
  color: #000;
  line-height: inherit;
  margin: 15px 0 0;
  text-decoration: underline;
  text-align: center;
}

.form .btn-wrap .btn-submit {
  position: relative;
  width: 240px;
  margin: 0 auto;
  background-color: #80674f;
}

.form .btn-wrap .btn-submit::before {
  content: "";
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 19px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background-image: url(/new/wp/wp-content/themes/syunwa/images/arrow_02.png);
}

.form .mw_wp_form {
  margin-top: 31px;
}

.form select {

  width: 100%;
  border: none;
  padding: 14px 10px;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  outline: none;
  background-color: #f6f2ee;

  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
  color: #beab98;
}

.form select.is-empty2 {
  color: #000;
}

.form select::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.form option:first-child {
  color: #beab98;
}

.form option {
  color: #000;
}


.form .select {
  position: relative;
}

.form .select::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #beab98;
  position: absolute;
  top: 17px;
  right: 13px;
}

.form .mw_wp_form_preview .select::before {
  display: none;
}

.mw_wp_form .error {
  font-size: 13px;
}

.form .thank {

  margin: 54px 0 0px;
}

.form .thank img {

  margin: 0 auto 40px;
  max-width: 630px;
}

.form .thank p {
  font-size: 18px;
  color: #80674f;
  font-weight: 400;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2.2;
  margin: 0 0 20px;
}

.form .thank p:last-child {
  margin-bottom: 20px;
  font-size: 18px;
}

.form td div {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  outline: none;
  /* color: #000; */
}


@media screen and (max-width:768px) {
  .wrapper {
    max-width: inherit;
  }
  .form h1 + p {
    font-size: 16px;
  }
}