@charset "UTF-8";
/*
Theme Name: myfp-theme php8
Theme URL:
Description: テーマの説明
Author:
Version: 1.0
*/
@media only screen and (max-width: 767px) {
  .form__br {
    display: none;
  }
}
.form__caution-box {
  width: 100%;
  max-width: 850px;
}
.form__caution {
  font-size: 14px !important;
  background: transparent;
  flex: 1 1 auto;
  max-width: 537px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .form__caution {
    width: calc(100% - 257px);
    margin-left: auto;
  }
}
@media only screen and (min-width: 1001px) {
  .form__caution {
    width: calc(100% - 319px);
  }
}
.form__em {
  color: #f10000;
}
.form__em a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease;
}
.form__em a:hover, .form__em a:active {
  opacity: 0.7;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */