@charset "UTF-8";
/* ------input------------ */
button,
input:not([type=file]),
textarea,
select {
  margin-bottom: 5px;
  padding: 8px;
  max-width: 100%;
  width: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  background: #FFFFFF;
  border: 1px solid #9DAF6B;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
button::placeholder,
input:not([type=file])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #666666;
}
button.w80,
input:not([type=file]).w80,
textarea.w80,
select.w80 {
  width: 80% !important;
}
button.w50,
input:not([type=file]).w50,
textarea.w50,
select.w50 {
  width: 50% !important;
}
button#zip,
input:not([type=file])#zip,
textarea#zip,
select#zip {
  margin-bottom: 8px;
}
button:focus,
input:not([type=file]):focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  height: auto;
}

input[type=radio] {
  transform: scale(1.3);
}

button:focus, input:not([type=file]):focus, textarea:focus {
  border: 1px solid #9DAF6B !important;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}

/* css file */
input[type=file] {
  width: 100%;
  padding: 8px !important;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
}

/* css submit */
input[type=submit] {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  background: #45b39a;
  transition: all 0.25s ease-out;
}
input[type=submit]:hover {
  background: #3e9b83;
}

/* css checkbox01 */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + span,
input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + span,
  input[type=checkbox] + span {
    padding: 0 0 0 40px;
  }
  input[type=radio] + span::before,
  input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -9px;
    background: #FFFFFF;
    border: 1px solid #9DAF6B !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  input[type=radio] + span::before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  input[type=radio]:checked + span::after,
  input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + span::after {
    top: 12px;
    left: 7px;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    background: #EE4C49;
    border-radius: 15px;
  }
  input[type=checkbox]:checked + span::after {
    top: 14px;
    left: 5px;
    width: 22px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #EE4C49;
    border-bottom: 4px solid #EE4C49;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* ------.wpcf7------------ */
th, td {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

th {
  margin-top: 15px;
}

td {
  margin-top: 10px;
}

.wpcf7 {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.wpcf7 .note {
  font-size: 1.4rem;
  color: #9DAF6B;
}
.wpcf7 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.wpcf7 ::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.wpcf7 :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.wpcf7 .btn {
  text-align: center;
}
.wpcf7 .btn input[type=submit] {
  display: block;
  margin: 20px auto 0;
  padding: 15px 20px;
  width: 80%;
  background: #45b39a;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none !important;
  transition: all 0.25s ease-out;
}
.wpcf7 .btn input[type=submit]:hover {
  background: #45b39a;
}
.wpcf7 .btn * {
  appearance: none;
  -webkit-appearance: none;
}

/*reCAPTCHA*/
p.recaptcha {
  padding-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #9DAF6B;
}
p.recaptcha a {
  color: #9DAF6B;
}
p.recaptcha a:hover {
  text-decoration: underline;
}