@charset "utf-8";
/*---------------------------------
  Form Style
---------------------------------*/
.form_content form {
  margin-top: 5em;
}

.form_content dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #dfe1e5;
}

.form_content dl:last-of-type {
  margin-bottom: 5em;
}

.form_content dl dt,
.form_content dl dd {
  box-sizing: border-box;
  padding: 1.5em 2em;
}

.form_content dl dt {
  width: 30%;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.form_content dl dt i {
  font-style: normal;
  position: relative;
  top: -2px;
}

.form_content dl dd {
  width: 70%;
}

.wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-list-item {
  width: 48%;
}

.wpcf7-list-item:nth-of-type(n+3) {
  margin-top: 0.5em;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

/* accordion */
.privacy_content {
  width: 100%;
  margin-bottom: 20px !important;
}

.privacy_open {
  width: 100%;
  border: solid 1px #bdc1c6;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  position: relative;
  padding: 0.5em 1.5em;
}

.privacy_open::after {
  content: '\f055';
  font-family: 'Font Awesome 5 Free';
  color: #e55926;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 8px;
}

.privacy_open.active::after {
  content: '\f056';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}

.privacy_inner {
  border-left: solid 1px #dfe1e5;
  border-right: solid 1px #dfe1e5;
  border-bottom: solid 1px #dfe1e5;
  background: #fff;
  padding: 1.5em;
}

.privacy_inner h5 {
  font-size: clamp(14px, 2vw, 16px);
  margin: 1em 0 0.2em 0;
}

.privacy_inner p,
.privacy_inner li {
  font-size: clamp(12px, 1.8vw, 14px);
  line-height: 1.8em;
}

/* .required, .optional */
.form_content dl dt span.required,
.form_content dl dt span.optional {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: 0.1em;
  border-radius: 3px;
  display: inline-block;
  margin-right: 1em;
  padding: 0 0.5em;
}

.form_content dl dt span.required {
  background: #e55926;
}

.form_content dl dt span.optional {
  color: #666;
  background: #eaeaea;
}

/*---------------------------------
  Basic
---------------------------------*/
button,
input,
select,
textarea {
  font-family: "Roboto", "Noto Sans JP", 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, sans-serif;
  font-size: 16px !important;
  font-weight: 500;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input,
select,
textarea {
  border: solid 1px #bdc1c6;
  border-radius: 3px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

input,
select {
  padding: 0.8em 1em;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  max-width: 100%;
  min-width: 70%;
}

textarea {
  max-width: 100%;
  min-width: 70%;
  min-height: 150px;
  padding: 1em;
}

::-webkit-input-placeholder {
  color: #9aa0a6;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* radio checkbox */
.wpcf7-checkbox label,
.wpcf7-radio {
  position: relative;
  line-height: normal;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input[type="radio"] + span,
input[type="checkbox"] + span {
  vertical-align: baseline;
  padding-left: 2em;
}
 
/* radio */
input[type="radio"] + span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #bdc1c6;
  border-radius: 50%;
  display: block;
}

input[type="radio"]:checked + span::before {
  background: #fff;
}

input[type="radio"]:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  background: #e55926;
  border-radius: 50%
}
 
/* checkbox */
input[type="checkbox"] + span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #bdc1c6;
  border-radius: 3px;
  display: block;
}

input[type="checkbox"]:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 2px solid #e55926;
  border-right: 2px solid #e55926;
}

/* select */
.selectbox {
  width: 70%;
  position: relative;
}

.selectbox select {
  width: 100%;
}

.selectbox::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 40%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(45deg)translateY(-30%);
}

.wpcf7-list-item {
  margin: 0 !important;
}

input[type="submit"] {
  width: 30%;
  min-width: 300px;
  height: 60px;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, sans-serif;
  font-size: clamp(16px, 1.8vw, 18px) !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 5em;
  background: #e55926;
  -webkit-appearance: none;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto;
  padding: 0 0.5em;
  display: block;
  cursor: pointer;
  position: relative;
}

input[type="submit"]:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.wpcf7-response-output {
  color: #dc3232;
  font-weight: normal;
  text-align: center;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

@media print, screen and (max-width: 1170px) {
  .form_content dl {
    flex-direction: column;
  }
  
  .form_content dl dt,
  .form_content dl dd {
    width: 100%;
  }
  
  .form_content dl dt {
    padding: 1.5em 0 0.5em 0;
  }
  
  .form_content dl dd {
    padding: 0 0 1.5em 0;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea,
  .selectbox {
    width: 100%;
	}
}

@media print, screen and (max-width: 834px) {
  .grecaptcha-badge {
    bottom: 90px !important;
  }
}

@media print, screen and (max-width: 620px) {
  .wpcf7-form-control {
    flex-direction: column;
  }
  
  .wpcf7-list-item {
    width: 100%;
  }
  
  .wpcf7-list-item:nth-of-type(n+2) {
    margin-top: 0.5em;
  }
}