@charset "UTF-8";
img {
  width: 100%;
  height: auto;
}

label {
  margin-bottom: 0;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.marker {
  box-shadow: inset 0 calc(-0.6em + 16px) 0 #fff, inset 0 -0.6em 0 #fff45c;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.justify-content-between {
  justify-content: space-between;
}

.col {
  flex: 1 0 0%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.w-auto {
  width: auto !important;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

@media (min-width: 730px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 993px) {
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
/* form-step */
.form-step {
  display: flex;
  position: relative;
  list-style: none !important;
  margin: 0 auto 3em;
  width: 100% !important;
  padding-left: 0 !important;
}
@media (min-width: 730px) {
  .form-step {
    width: 70% !important;
  }
}

.form-step:before {
  background-color: #ccc;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 30%;
  width: 60%;
}

.form-step li {
  counter-increment: li;
  width: 33.3333333333%;
  text-align: center;
}

.form-step li:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  content: counter(li);
  display: block;
  font-size: 24px;
  height: 50px;
  margin: 0 auto 5px;
  padding-top: 3px;
  position: relative;
  width: 50px;
  text-align: center;
}

.form2 .form-step li:first-child:before,
.confirm .form-step li:nth-child(2):before,
.thanks .form-step li:last-child:before {
  background: rgba(9, 90, 57, 0.8);
}

.confirm .form-step li:first-child:before,
.thanks .form-step li:first-child:before {
  background: #ccc;
}

.form-control {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #767676;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529 !important;
  background-color: #fff;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.form-control[readonly] {
  background-color: #ffffff !important;
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  font-size: 17px !important;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 730px) {
  .form-control::file-selector-button {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #767676;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check-input {
  position: static;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

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

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50% !important;
  padding: 0 !important;
  margin-left: -1.5em !important;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control-plaintext::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder), .form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input[type=tel],
#postal_code {
  max-width: 400px !important;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
input[type=tel] {
  border: 1px solid #767676 !important;
  border-radius: 0.2rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select {
  min-height: 40px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + 1.5em + 0.75rem);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + 1.5em + 0.75rem);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.post input[type=file] {
  border: 1px solid #767676 !important;
}

/* =============================================================== */
.form2 {
  font-size: 16px;
  line-height: 1.7;
}
.form2.container {
  padding: 0;
}
.form2 i {
  font-size: 22px;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .form2 img {
    height: auto;
    max-width: 100%;
  }
}
.form2 .heading {
  background: transparent !important;
  border-top: none !important;
  font-size: 22px !important;
  color: #1a1a1a !important;
  margin: 20px 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 2px dotted #a0a0a0 !important;
  text-align: center;
}
.form2 .red {
  color: #dc3232;
  font-weight: 700;
}
@media (min-width: 730px) {
  .form2 .table_border {
    border: 1px solid #ccc;
    border-bottom: 0;
  }
}
.form2 input[type=radio] + label {
  padding: 0 !important;
}
.form2 input#file-upload-button {
  cursor: pointer;
}
.form2 .optional::after {
  background: rgba(9, 120, 214, 0.9803921569);
  content: "任意";
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0 0.5em;
  vertical-align: inherit;
}
.form2 .required::after {
  background: #c00;
  content: "必須";
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0 0.5em;
  vertical-align: inherit;
}
.form2 svg:not(:host).svg-inline--fa,
.form2 svg:not(:root).svg-inline--fa {
  padding-right: 0.5rem;
}
.form2 pre,
.form2 p,
.form2 .st-kaiwa-hukidashi,
.form2 .st-kaiwa-hukidashi2,
.form2 .yellowbox,
.form2 .graybox,
.form2 .redbox,
.form2 #topnews .clearfix dd p, .post .form2 ul li, .post .form2 ol li,
.form2 #comments #respond,
.form2 .st-tab-content > label,
.form2 #comments h4 ol li {
  font-size: 16px;
}
@media (min-width: 730px) {
  .form2 pre,
  .form2 p,
  .form2 .st-kaiwa-hukidashi,
  .form2 .st-kaiwa-hukidashi2,
  .form2 .yellowbox,
  .form2 .graybox,
  .form2 .redbox,
  .form2 #topnews .clearfix dd p, .post .form2 ul li, .post .form2 ol li,
  .form2 #comments #respond,
  .form2 .st-tab-content > label,
  .form2 #comments h4 ol li {
    font-size: 16px;
  }
}
.form2 legend {
  margin-bottom: 0;
}
.form2 .form-check-input {
  margin-left: 0 !important;
  border: 0;
  background: transparent;
}
.form2 .form-check-input label {
  cursor: pointer;
}
.form2 .wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media (min-width: 730px) {
  .form2 .wpcf7-list-item label {
    margin-bottom: 0;
  }
}
.form2 .wpcf7-list-item-label::before,
.form2 .wpcf7-list-item-label::after {
  content: none !important;
}
.form2 .wpcf7 input[type=file] {
  padding: 6px 10px;
}
.form2 input[type=checkbox],
.form2 input[type=radio] {
  margin: 0 5px 0 0 !important;
}
.form2 .time-zone .wpcf7-list-item-label {
  display: inline-block;
  width: 100px;
  height: 24px;
}

pre,
p,
.st-kaiwa-hukidashi,
.st-kaiwa-hukidashi2,
.yellowbox,
.graybox,
.redbox,
#topnews .clearfix dd p,
.post ul li,
.post ol li,
#comments #respond,
.st-tab-content > label,
#comments h4 {
  line-height: 1.7;
}

.contact_th,
.confirm_th {
  padding: 0.5rem 1rem;
  font-weight: 700;
  width: 100% !important;
  background: #efefef;
}
@media (min-width: 730px) {
  .contact_th,
  .confirm_th {
    flex: 0 0 auto;
    width: 25% !important;
    padding: 1rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 730px) {
  .confirm_th {
    width: 30%;
    padding: 0.5rem 1rem;
  }
}

.contact_td,
.confirm_td {
  flex: 0 0 auto;
  width: 100% !important;
  padding: 1rem 0.5rem 2.5rem;
}
@media (min-width: 730px) {
  .contact_td,
  .confirm_td {
    padding: 1rem;
    flex: 0 0 auto;
    width: 75% !important;
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 730px) {
  .confirm_td {
    width: 70%;
    padding: 0.5rem 1rem;
  }
}

/* カレンダーカスタム */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  border-radius: 0 !important;
}

.ui-datepicker-calendar th {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 700 !important;
}

.ui-datepicker-header {
  border-radius: 0 !important;
  background: #f0f0f0 !important;
}

.okurijou_content_row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 730px) {
  .okurijou_content_row {
    margin-left: 0;
    margin-right: 0;
  }
}

.okurijou_content {
  padding: 1.5rem 5px;
  flex: 0 0 auto;
  width: 50%;
  text-align: left;
  font-size: 14px;
}
.okurijou_content p {
  font-size: 14px;
}
.okurijou_content select {
  margin: auto;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
}
@media (min-width: 730px) {
  .okurijou_content select {
    margin: 0 auto 0 0;
  }
}

.okurijou_content2 {
  padding: 1.5rem 0.5rem;
  flex: 0 0 auto;
  width: 50%;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 730px) {
  .okurijou_content2 {
    width: 33.33333333%;
  }
}
.okurijou_content2 p {
  font-size: 14px;
}
.okurijou_content2 select {
  margin: auto;
  padding: 0.375rem 2rem 0.375rem 0.5rem;
}
@media (min-width: 730px) {
  .okurijou_content2 select {
    margin: 0 auto 0 0;
  }
}

#small,
#medium,
#large,
#xlarge,
#denpyo {
  font-size: 14px;
}

.okurijou {
  margin: 0 auto 2rem;
  flex: 0 0 auto;
  text-align: center;
}
@media (min-width: 730px) {
  .okurijou {
    width: 50%;
  }
}
.okurijou img {
  max-width: 200px;
}
.okurijou p {
  color: #555555;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  width: 94%;
  margin: auto;
}
@media (min-width: 730px) {
  .okurijou p {
    text-align: left;
  }
}

.okurijou_caution {
  margin: auto;
  max-width: 300px;
  border: 10px solid #cae4db;
  background: #fff;
  border-radius: 60px;
  padding: 1rem;
}

.txt-c {
  text-align: left;
}

.deco {
  padding-left: 1rem;
  color: #dc3232;
  font-weight: bold;
}

.detail1 {
  color: #dc3232;
  font-weight: bold;
  font-size: 14px;
}

.detail2 {
  color: #dc3232;
  font-size: 12px;
}

.yoko li {
  display: inline-block;
  margin: 0 1em 5px 0;
}

.sub_title a {
  font-size: 90%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.pc-on {
  display: none;
}

.sp-on {
  display: block;
}

.entry-content {
  min-height: 400px;
}

.col-1-2 > * {
  margin-bottom: 2em;
}

/* 個人情報の取扱いについて */
.att-box {
  background: #ffffef;
  border: 1px solid #fdfbb5;
  margin: 0 auto 2rem;
  padding: 1.5em;
}
.att-box .att-heading {
  font-weight: bold;
  margin-bottom: 0;
  padding: 1.5rem 0;
  font-size: 20px !important;
  text-align: center;
}
.att-box .att-heading img {
  margin-right: 5px;
}

.indent {
  text-indent: -1em;
  padding-left: -1em;
}

.linemarker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/* メールでのお問合わせ・電話番号 */
.customer {
  font-size: 18px !important;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
@media (min-width: 730px) {
  .customer {
    text-align: center;
    font-size: 22px !important;
  }
}
.customer a,
.customer a:visited {
  font-weight: 700;
  text-decoration: underline;
  color: #00a5d4;
}
@media (max-width: 767px) {
  .customer a,
  .customer a:visited {
    font-size: 18px;
  }
}
.customer ul {
  padding: 0;
}
@media (min-width: 730px) {
  .customer ul {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.customer ul li {
  font-size: 22px !important;
  list-style: none;
}
@media (min-width: 730px) {
  .customer ul li {
    display: inline-block;
    font-weight: bold;
    margin-right: 2em;
  }
}
.customer ul li svg:not(:host).svg-inline--fa,
.customer ul li svg:not(:root).svg-inline--fa {
  padding-right: 0.3rem;
  font-size: 1.4em !important;
}
@media (min-width: 730px) {
  .customer ul li svg:not(:host).svg-inline--fa,
  .customer ul li svg:not(:root).svg-inline--fa {
    font-size: 1.1em !important;
  }
}

.customer_img {
  position: relative;
  top: -8px;
  max-width: 30px !important;
  margin-right: 5px;
}

.customer_tel {
  font-weight: 700;
  font-size: 18px;
  padding-top: 10px;
}
@media (min-width: 730px) {
  .customer_tel {
    text-align: center;
    font-size: 22px;
  }
}
.customer_tel a {
  font-size: 24px;
}

.sidebar {
  height: auto;
  width: 300px;
}

.time-img {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.time-img img {
  max-width: 370px !important;
}

/* SSLアイコン */
.yokonarabi {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.yokonarabi li {
  display: inline-block;
  line-height: 1.8em;
}

.green {
  color: #26c300 !important;
  font-size: 140%;
}

/* 送信確認・リセット・送信ボタン */
.confirm-btn {
  text-align: center;
}

.confirm-btn input:hover {
  color: rgba(9, 90, 57, 0.8);
  background: #fff;
  border: 2px solid rgba(9, 90, 57, 0.8) !important;
  transition: 0.3s;
}

.wpcf7-previous {
  margin-right: auto !important;
  width: auto !important;
}

.wpcf7-submit {
  background-color: rgba(9, 90, 57, 0.8);
  color: #fff;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1;
  padding: 1em !important;
  max-width: 300px;
  width: 100%;
  border-radius: 50px !important;
  border: 2px solid rgba(9, 90, 57, 0.8);
  text-align: center;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.wpcf7-submit:hover {
  background: #fff;
  color: rgba(9, 90, 57, 0.8);
  transition: 0.3s;
  box-shadow: none;
}

/* Gマップ */
#gmap.open {
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 60%;
}

#gmap.open iframe {
  height: 100%;
  left: 0;
  max-width: 640px;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 個人情報保護方針 */
.policy-contents {
  width: auto;
  height: 300px;
  background-color: #efefef;
  border: 1px solid #333;
  overflow-y: scroll;
  padding: 10px;
  max-width: 90%;
  margin: auto;
}
@media (min-width: 730px) {
  .policy-contents {
    max-width: none;
  }
}

.policy-contents h4 {
  font-size: 16px;
  font-weight: bold;
}

.policy-contents .policy-strong {
  font-weight: bold;
}

/* 宅配買取キット */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.kit-hitsuyo .image + p {
  margin: 0 0 0.5em;
}

@media (max-width: 992px) {
  .image {
    text-align: center;
  }
}
.image img {
  width: auto;
  max-width: 120px !important;
}

img.kit-nakami {
  max-width: 500px !important;
}

ul.kit-nakami_li {
  margin-top: 1rem;
}
ul.kit-nakami_li li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: none;
}
ul.kit-nakami_li li:before {
  content: "・";
}

@media (max-width: 992px) {
  .wrapper,
  .content,
  .sidebar {
    float: none;
    width: auto;
  }
  .kit-hitsuyo select {
    display: block;
    margin: 0 auto;
    width: 11em;
  }
}
@media (min-width: 730px) {
  .txt-c {
    text-align: center;
  }
  .pc-on {
    display: block;
  }
  .sp-on {
    display: none;
  }
  .kit-hitsuyo .col-1-2 > * {
    padding: 0 1em;
  }
  .att-box.telfax {
    font-size: 2em;
    text-align: center;
    width: 80%;
  }
  .att-box img {
    width: auto;
  }
  .att-box li.fax {
    margin-left: 0.5em;
  }
  .yoko li {
    margin-bottom: 15px;
  }
}
/* afinger 打消し ================================================================== */
.post input:not(.st-tab-label):not([type=image]):not([type=submit]):not([type=radio]):not(#formFileMultiple1):not(#formFileMultiple2):not(#formFileMultiple3):not(#formFileMultiple4):not(#formFileMultiple5):not(#formFileMultiple6) {
  margin: 0;
  padding: 6px !important;
  font-size: 16px;
}

.h3modoki,
.post h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title) {
  background: transparent !important;
}

.h3modoki::before,
.post h3:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh3):not(.post-card-title):not(#reply-title)::before {
  background: transparent !important;
}

.h4modoki,
.post h4:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no):not(.st-matome):not(.rankh4):not(.point) {
  border-bottom: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.h2modoki::after,
.post h2:not([class^=is-style-st-heading-custom-]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no)::after {
  background: transparent !important;
}

/* Contact Form 7 メールフォームカスタム */
fieldset {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
  /* margin: 0 0 1rem;
  padding: 0.5rem 0.7rem;
  position: static !important; */
  font-size: 16px;
  font-weight: 700;
  background: #ff6;
  /* position: absolute; */
  padding: 0 5px;
  white-space: nowrap;
}
@media (min-width: 730px) {
  .wpcf7 span.wpcf7-not-valid-tip {
    position: relative;
  }
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0.2rem auto;
}

/* エラーテキスト */
.wpcf7-response-output {
  padding: 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #b94a48;
  background: #ff6;
}

/* エラーテキスト出るようにする */
/*
.wpcf7cp-force-hide {
  display: block !important;
} */
/* 確認画面カスタマイズ */
div#wpcf7cpcnf {
  position: static !important;
}

#wpcf7cpcnf table {
  max-width: 800px;
  margin: 20px auto;
  width: 100%;
}
#wpcf7cpcnf tr {
  border: 0;
}
#wpcf7cpcnf th,
#wpcf7cpcnf td {
  border: 0;
  padding: 10px 5px 5px !important;
}
@media (min-width: 730px) {
  #wpcf7cpcnf th,
  #wpcf7cpcnf td {
    font-size: 16px;
    border: 1px solid #dee2e6;
    padding: 10px !important;
  }
}
#wpcf7cpcnf th {
  width: 100%;
  display: block;
  background: #f0f0f0;
}
#wpcf7cpcnf td {
  width: 100%;
  overflow-wrap: break-word;
  display: block;
  font-weight: 700;
  text-align: right;
  padding: 5px 5px 10px !important;
}
@media (min-width: 730px) {
  #wpcf7cpcnf td {
    font-weight: normal;
    text-align: left;
  }
}
#wpcf7cpcnf p {
  margin-bottom: 0 !important;
}

.wpcf7cp-btns {
  text-align: center;
}

.wpcf7cp-cfm-edit-btn {
  float: left;
}

/* 確認画面カスタマイズ */
.wpcf7cp-form-hide {
  display: none;
}

input[type=submit],
input[type=reset] {
  border: 2px solid rgba(9, 90, 57, 0.8);
}

.input_file-content {
  flex: 0 0 auto;
  margin-bottom: 1rem;
}
@media (min-width: 993px) {
  .input_file-content {
    width: 50%;
  }
}

.input_file {
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 993px) {
  .input_file {
    flex: 0 0 auto;
    width: 50%;
  }
  .input_file:nth-child(2n+1) {
    padding-right: 0.5rem;
  }
  .input_file:nth-child(2n) {
    padding-left: 0.5rem;
  }
}

.form-control[type=file] {
  font-size: 14px;
}

/* 画像添付削除ボタン */
#clear1,
#clear2,
#clear3,
#clear4,
#clear5 {
  display: block;
  display: none;
  position: relative;
  top: 0;
  margin-bottom: -54px;
  margin-left: auto;
  text-align: right;
  width: 30px;
  z-index: 10;
}
#clear1 button,
#clear2 button,
#clear3 button,
#clear4 button,
#clear5 button {
  background: transparent;
  border: 0;
  font-size: 32px;
  color: #888;
  cursor: pointer;
  position: relative;
  top: -40px;
  padding: 0;
}

@media (min-width: 600px) and (max-width: 959px) {
  #page-top:not(.page-top-img) a {
    width: 50px !important;
    height: 50px !important;
  }
}
legend {
  font-size: 16px;
}/*# sourceMappingURL=form2.css.map */