.site-main .outer.order-easy>.box {
  margin-top: 0 !important;
}

/* 必須 */
.order-easy .hissu:before {
  content: "必須";
  background: #c00;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4em;
  margin-right: 0.8em;
  padding: 0.1em 0.5em;
  vertical-align: 3px;
}

/* 任意 */
.order-easy table th:before {
  content: "任意";
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
  margin-right: 0.8em;
  vertical-align: inherit;
  background-color: #0978d6;
  padding: 0.1em 0.5em;
}

.order-easy .chui {
  font-size: 14px;
}

/* フォーム */

.order-easy .order-easy-form {
  background-size: auto auto;
  background-color: #fcf9f2;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #fff 3px, #fff 4px);
  padding: 1rem;
  border-radius: 1rem;
  border: 1px #f93 solid;
  max-width: 800px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.order-easy-form p.easy-form-head {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-weight: 700;
  color: #000;
}

p.easy-form-head:after {
  content: "";
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 153, 51, 1) 25%, rgba(255, 153, 51, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 153, 51, 1) 75%, rgba(255, 153, 51, 1));
  background-size: 8px 9px;
  display: block;
  position: relative;
  right: 0;
  bottom: 3px;
  left: 0;
  margin: 0 auto;
  height: 5px;
  width: 85%;
  max-width: 400px;
}

.order-easy-form p {
  margin-top: 0.8em;
}

.order-easy input {
  margin: 2px 0;
}

.order-easy input[type="text"],
.order-easy input[type="email"],
.order-easy textarea {
  background: #FFFFFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  width: 100%;
}

.order-easy input[type="text"],
.order-easy input[type="email"],
.order-easy input[type="tel"],
.order-easy select {
  margin: 2px 0;
  height: auto;
  line-height: 1em;
  padding: 3px 0.5em;
  width: 80%;
}


.order-easy .submit {
  text-align: center;
}

.order-easy .submit input[name=submit] {
  background-color: #ff9124;
  border-radius: 6px;
  font-size: 1rem;
}

.order-easy .submit input:hover {
  opacity: 0.8;
}

.order-easy input[type="submit"] {
  max-width: 300px;
  padding: 1em;
  width: 100%;
}

.order-easy .mw_wp_form .error {
  border: 3px solid red;
  margin: 10px 0 0;
  padding: 5px 10px;
}

@media (max-width: 1039px) {

  .order-easy input[type="text"],
  .order-easy input[type="email"] {
    width: 80%;
  }
}

/* Eo max1039 */


/* 透かし文字の色 */
:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/* 表修正  */
.order-easy table {
  border-collapse: collapse;
  margin-bottom: 15px;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  max-width: 1100px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.order-easy table th,
.order-easy table th:first-child,
.order-easy table td {
  border: none;
  box-sizing: border-box;
  display: block;
  line-height: 1.6em;
  padding: 5px 10px;
  width: 100%;
}

.order-easy table th {
  text-align: left;
  vertical-align: middle;
}

.order-easy table td {
  line-height: 1.6em;
  text-align: left;
  vertical-align: middle;
}

.order-easy table td:last-child {
  padding: 0px 0 5px;
}

.order-easy table td p:last-child {
  margin: 0;
}

.order-easy table td ul {
  list-style-position: outside;
}

.order-easy table a {
  font-weight: normal;
}

/* 注意 */
.order-easy .att-heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.order-easy .fa-lock:before {
  color: #2a9e00;
  font-size: 1.8rem;
  margin-right: 5px;
}


@media (max-width: 729px) {


  .outer.order-easy {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }

  .order-easy-form p.easy-form-head {
    font-size: 1.4rem;
  }

  .order-easy input[type="text"],
  .order-easy input[type="email"],
  .order-easy input[type="tel"] {
    max-width: 100%;
    width: 100%;
  }

  .order-easy input[name="zip"] {
    max-width: 150px;
  }
}

/* Eo max729 */


@media (min-width:730px) {

  .outer.order-easy {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  .order-easy table th,
  .order-easy table td,
  .order-easy table th:first-child,
  .order-easy table td:first-child,
  .order-easy table td:last-child {
    display: table-cell;
    padding: 10px 15px;
  }

  .order-easy table th,
  .order-easy table th:first-child {
    width: 30%;
    font-size: 1rem;
  }

  .order-easy table th br {
    display: none;
  }

  .order-easy form>div>p {
    text-align: center;
  }
}

/* Eo min730 */