@charset "UTF-8";
form {
  width: 100%;
  max-width: 700px; }
  form dl dt span {
    line-height: 1;
    display: flex;
    align-items: center; }
    form dl dt span.rice {
      font-weight: normal; }
  form dl dt.must span:first-of-type::after {
    justify-content: center;
    align-items: center;
    width: 4em;
    height: 1.6em;
    margin-left: 0.5em;
    background-color: #EA5413;
    border-radius: 0.75em;
    color: #fff;
    font-size: 80%;
    display: flex;
    line-height: 1;
    content: "必須"; }
  form > p {
    display: flex;
    justify-content: space-around;
    line-height: 1 !important; }

@media screen and (min-width: 768px) {
  form {
    margin: 40px auto 0; } }
@media screen and (max-width: 767px) {
  form {
    margin: 15vw auto 0; } }
@media screen and (min-width: 768px) {
  form dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 !important; } }
@media screen and (max-width: 767px) {
  form dl {
    margin: 5vw 0 !important; } }
@media screen and (min-width: 768px) {
  form dl dt {
    width: 15em; } }
@media screen and (min-width: 768px) {
  form dl dd {
    width: calc(100% - 15em - 1em); } }
.article input[type="text"], .article input[type="email"], .article input[type="url"], .article input[type="number"], .article input[type="tel"], .article input[type="range"], .article input[type="color"], .article input[type="time"], .article input[type="date"], .article input[type="datetime"], .article input[type="datetime-local"], .article input[type="month"], .article input[type="week"] {
  width: 100%; }
.article select {
  width: 100%; }
.article input[type="submit"], .article input[type="button"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 1em 0;
  margin: auto;
  border-radius: 2em !important;
  font-size: 100% !important;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease; }
.article input[type="submit"] {
  background: #ed7700 !important;
  border: 2px solid #ed7700;
  color: #fff !important; }
.article input[type="button"] {
  background: #f0f0f0 !important;
  border: 2px solid #f0f0f0;
  color: #404040 !important; }
  .article input[type="button"]:hover {
    transform: translate(0, 3px);
    opacity: .8; }

@media screen and (min-width: 768px) {
  .article input[type="submit"], .article input[type="button"] {
    margin-top: 16px; } }
@media screen and (max-width: 767px) {
  .article input[type="submit"], .article input[type="button"] {
    margin-top: 5vw; } }
div.wpcf7 .ajax-loader {
  width: 0;
  height: 0; }
