@charset "UTF-8";

/*
Theme Name: yokosukahayama
Description: yokosukahayama
*/
strong {
  font-weight: 700;
}

textarea {
  min-height: auto;
}

p.ex {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.5rem;
}

table.plain td {
  padding: 0 0 10px !important;
  border: none !important;
}

.form-sec {
  margin-bottom: 10%;
}
.form_wrapper {
  display: flex;
  align-items: center;
}
.form_wrapper > * {
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .form_wrapper > * {
    margin-right: 10px;
  }
}

@media screen and (max-width: 639px) {
  .form_wrapper.wrap {
    flex-wrap: wrap;
  }
  .form_wrapper.wrap > * {
    margin-bottom: 10px;
  }
}
.form_wrapper span {
  display: flex;
  align-items: center;
}

.form-multi li {
  margin-bottom: 1em;
}
.form-multi a {
  margin-left: 10px;
  color: #017a6b;
  text-decoration: underline;
  font-size: 14px;
}
.form-multi_select {
  display: inline-flex;
  align-items: baseline;
}
.form-multi_select > span {
  max-width: 80%;
}

@media screen and (max-width: 639px) {
  .form-multi_select {
    flex-direction: column;
  }
  .form-multi_select > span {
    max-width: 100%;
  }
}

.form-multi_sub {
  margin-top: 5px;
  padding-left: calc(1em + 10px);
  font-size: 14px;
}

@media screen and (max-width: 639px) {
  .form-multi_sub {
    padding-left: 10px;
  }
}

.post-password-form label {
  display: block;
  margin-bottom: 1em;
}

.post-password-form input[type='password'] {
  border: solid 1px #ccc;
  padding: 0.5em;
}

.privacy {
  padding: 20px;
  height: 250px;
  overflow-y: auto;
  border: solid 1px #f0e0c7;
  margin-top: 3em;
  margin-bottom: 3em;
}

@media screen and (max-width: 639px) {
  .privacy {
    padding: 10px;
  }
}

.privacy-inner {
  padding: 1em;
}

@media screen and (max-width: 639px) {
  .privacy-inner {
    padding: 0.5em;
  }
}

.privacy-inner h4 {
  margin-bottom: 0.5em;
  font-size: 110%;
  font-weight: 700;
}

.privacy-inner p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.privacy-inner .joukou {
  margin-left: 1em;
}

.privacy-inner .joukou li {
  list-style-type: decimal;
  margin-bottom: 1em;
}
.privacy-inner .joukou li::marker {
  font-weight: 700;
}

.privacy-inner .joukou li h5 {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.wrapped.active {
  display: block;
  width: 100%;
}

.mw_wp_form .error {
  padding: 10px 0;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .wrapped {
  display: table;
  width: 100%;
}

.agreement-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}

.agreement-wrapper .mwform-checkbox-field input[type='checkbox'] + span::before,
.form .agreement-wrapper input[type='checkbox'] + span::before {
  top: -1px;
}
.agreement-wrapper .mwform-checkbox-field input[type='checkbox'] + span::after,
.form .agreement-wrapper input[type='checkbox'] + span::after {
  top: -5px;
}

.agreement + span {
  font-size: 110%;
  font-weight: 700;
}

.btn {
  cursor: pointer;
}

.is-white-space {
  white-space: nowrap;
}

.is-wdt-auto {
  width: auto !important;
}

.is-indent-1em {
  text-indent: -1em;
  margin-left: 1em;
}

.mw_wp_form_confirm .hide {
  display: none;
}
.mw_wp_form .error_wrap span {
  background: #b70000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 2px 3px 2px 10px;
}

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

.wpcf7-form-control.wpcf7-radio.vertical {
  display: grid;
  gap: 5px 0;
}
.wpcf7-form-control.wpcf7-checkbox.vertical {
  display: grid;
}

.form input[type='checkbox'] {
  -webkit-appearance: none;
  display: none;
  appearance: none;
}

.form input[type='text'].readonly {
  width: 0;
  height: 0;
  padding: 0;
  border: none;
}

.form span:has(.readonly) {
  display: block;
  width: 0;
  height: 0;
}
